@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon529a.eot?qkx0m1');
  src:  url('fonts/icomoon529a.eot?qkx0m1#iefix') format('embedded-opentype'),
    url('fonts/icomoon529a.ttf?qkx0m1') format('truetype'),
    url('fonts/icomoon529a.woff?qkx0m1') format('woff'),
    url('fonts/icomoon529a.svg?qkx0m1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html{
  scroll-behavior: smooth;
}
.top-12{
  top: -12px;
  width: 100%;
}

#scroll-up{
  z-index: 999;
}
.icon-close-icon .path1:before {
  content: "\e900";
}
.icon-close-icon .path2:before {
  content: "\e901";
  margin-left: -1em;
}
.icon-apple:before {
  content: "\e902";
}
.icon-doll-2:before {
  content: "\e903";
}
.icon-doll:before {
  content: "\e904";
}
.icon-ring-bell:before {
  content: "\e905";
}
.icon-three-line:before {
  content: "\e906";
}
.icon-baby-cutlery:before {
  content: "\e907";
}
.icon-scissors:before {
  content: "\e908";
}
.icon-crayon:before {
  content: "\e909";
}
.icon-teddy-bear:before {
  content: "\e90a";
}
.icon-baby-body:before {
  content: "\e90b";
}
.icon-mat:before {
  content: "\e90c";
}
.icon-feeder:before {
  content: "\e90d";
}
.icon-toys:before {
  content: "\e90e";
}
.icon-car-toy:before {
  content: "\e90f";
}
.icon-chalkboard:before {
  content: "\e910";
}
.icon-blocks:before {
  content: "\e911";
}
.icon-book:before {
  content: "\e912";
}
.icon-kindergarden:before {
  content: "\e913";
}


.bg-img{
  background-image: url(../img/elevation.jpg);
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width:200px) and (max-width:600px){
  .desktop{
    display: none !important;

  }
  .mobile{
    display: block !important;
  }
  .animate-skw{
    display: none;
    
  }
  .locate{
    top: 67px !important;

  }
}

.desktop{
  display: block;
  width: 100%;
 
}
.desktop img{
  top: 0;
  width: 100%;
  /* height: 100%; */
}

.mobile{
  display: none;
  width: 100%;

}
.btn-53,
.btn-53 *,
.btn-53 :after,
.btn-53 :before,
.btn-53:after,
.btn-53:before {
  border: 0 solid;
  box-sizing: border-box;
}

.error{
  font-size: 14px;
  color: red;
}
.btn-53 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #0b6354;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.btn-53:disabled {
  cursor: default;
}

.btn-53:-moz-focusring {
  outline: auto;
}

.btn-53 svg {
  display: block;
  vertical-align: middle;
}

.btn-53 [hidden] {
  display: none;
}

.btn-53 {
  border: 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  overflow: hidden;
  padding: 14px 25px ;
  position: relative;
  text-transform: uppercase;
  display: flex;
  justify-content: center;

}

.btn-53 .original {
  background: #2d364c;
  color: #fff;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}

.btn-53:hover .original {
  transform: translateY(100%);
}

.btn-53 .letters {
  display: inline-flex;
}

.btn-53 span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
}

.btn-53 span:nth-child(2n) {
  transform: translateY(15px);
}

.btn-53:hover span {
  opacity: 1;
  transform: translateY(0);
}

.btn-53:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.btn-53:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.btn-53:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.btn-53:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.btn-53:hover span:nth-child(6) {
  transition-delay: 0.5s;
}

.btn-53:hover span:nth-child(7) {
  transition-delay: 0.6s;
}
.btn-53:hover span:nth-child(8) {
  transition-delay: 0.7s;
}
.btn-53:hover span:nth-child(9) {
  transition-delay: 0.8s;
}
.btn-53:hover span:nth-child(10) {
  transition-delay: 0.9s;
}


@media screen and (min-width:300px) and (max-width:375px) {
  .logo {
    width: 75px !important;
    height: 80px !important;
}
  .card{
    width: 19.5rem !important;
    top: 60px !important;
  }
}

@media screen and (min-width:376px) and (max-width:900px) {
  .card{
    width: 19.5rem !important;
    top: 90px !important;
  }
  .cardsin h2{
    position: sticky;
    top: 40px !important; 
    padding: 1rem;
    /*margin-top: 50px; */
  }
  .circle-container {
    width: 100px !important;
    height: 100px !important;  
  }
  .logo {
    width: 87px !important;
    height: 80px !important;
  }
  .details dt {
    font-size: 12px !important;
    padding: 5px !important;
  }
}


.form-container {
  /* text-align: center; */
  margin-top: 50px;
  /* width: fit-content; */
  width: 100%;
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  flex-direction: column;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  /* background-image: url(../img/form_back.jpg); */
  background: linear-gradient(135deg, rgba(229,251,243,1) 50%, rgba(251,230,249,1) 51%);
  display: flex;
  justify-content: center;
  align-items:center;
  /* border:1px solid #000; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-container h4 {
  font-size: 22px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  margin-top: 25px;

}

/* .form-container::before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  z-index: 1;
} */
.form-container .form input{
color:#000;
}

/* .form-image {
  height: auto;
  margin-bottom: 20px;
  position: absolute;
  z-index: 2;
  padding: 10px;
  border-radius: 100px;
  top: -70px;
  width: 130px;
  background: #4caf50;
  border: 1px solid #000;
} */

form label {
  align-items: flex-start;
  display: flex;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}

form {
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  margin-top: 0px;
  z-index: 1;
  width: 90%;
}

form input,form select,form button {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
  color: #000;
}

/* Basic styles for the popup */
.popup2 {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1000; /* Make sure it's on top of other content */
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.popup-content2 {
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.3s;
}

.close2 {
  position: absolute;
  top: 48px;
  right: 21px;
  font-size: 24px;
  cursor: pointer;
  background: #fff;
  border: 1px solid;
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
  z-index: 9;
}

.cardsin {
  /*margin-inline: max(0px, ((100% - 260px) / 2));*/
  font: 90%/1.4 system-ui;
}
.imges{
    position: relative;
    overflow: hidden;
}
.details-btm{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.details {
    margin-top: 20px;
    display: flex;
    gap: 4px;
}
.details div {
    /*padding: 0.75em 1em;*/
    background-color: #e4ebdc;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.125em;
    flex-basis: 50%;
}
.details dt {
    font-size: 16px;
    color: #000;
    display: flex;
    font-weight: 600;
    align-items: center ;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 6px;
}

.imges img:hover{
    scale: 1.1;
    transition: all 1s ease-in;
    cursor: pointer;
}
.imges h3{
    position: absolute;
    bottom: 0;
    text-align: left;
    background-color:#0b6354;
    color: #fff;
    padding: 7px;
    border-radius: 10px;

}
.cardsin h2{
  position: sticky;
  top: 10px !important; 
  padding: 1rem;
  /*margin-top: 50px; */
}
.card {
  position: relative;
 /*  top: 220px !important; Create a 50px gap at the top */
  background: #fff;
  padding: 1rem;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 20rem;
  margin-top: 50px; /* Optional, for additional spacing if needed */

  margin: 15px;
}
/*

.card:nth-child(1) {
  top: 1rem;
  
}

.card:nth-child(2) {
  top: 1rem;
  
}

.card:nth-child(3) {
  top: 1rem;

}

.card:nth-child(4) {
  top: 1rem;
  
}

.card:nth-child(5) {
  top: 1rem;
  
}

.card:nth-child(6) {
  top: 1rem;
  
}

.card:nth-child(7) {
  top: 1rem;
 
}

.card:nth-child(8) {
  top: 1rem;
 
}

.card:nth-child(9) {
  top: 1rem;
  
}

.card:nth-child(10) {
  top: 1rem;
 
}

.card:nth-child(11) {
  top: 1rem;
 
}

.card:nth-child(12) {
  top: 1rem;
  
}

.card:nth-child(13) {
  top: 1rem;

}

.card:nth-child(14) {
  top: 1rem;
 
}

.card:nth-child(15) {
  top: 1rem;
  
}

.card:nth-child(16) {
  top: 1rem;
  
}

.card:nth-child(17) {
  top: 1rem;
 
}

.card:nth-child(18) {
  top: 1rem;
  
}

.card:nth-child(19) {
  top: 1rem;
 
}

.card:nth-child(20) {
  top: 1rem;
  
}
*/
@media screen and (max-width:1299px){
  .gap{
    gap: 2rem !important;
  }
}

@media screen and (max-width:600px){
  .gap{
    gap: 1rem !important;
  }
}
@media screen and (min-width:1300px){
.md\:grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.gap{
  gap: 3.5rem !important;
}
}


@media screen and (min-width:1800px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:gap-x-\[74px\] {
    -moz-column-gap: 70px;
    column-gap: 70px !important;
  }  
  .gap-7\.5 {
    gap: 301px;
  }
  .bg-newsletter-banner .container{
    width: 70%;
  }
  .testimonial .container1{
    width: 70%;
  }
  }
/* Animation for moving the WhatsApp button up */
@keyframes moveUp {
  0% {
      top: calc(25% + 121px);
  }
  50% {
      top: calc(23% + 121px);
  }
  100% {
      top: calc(25% + 121px);
  }
}

/* Animation for moving the Book a Cab button down */
@keyframes moveDown {
  0% {
      top: calc(20%);
  }
  50% {
      top: calc(22%);
  }
  100% {
      top: calc(20%);
  }
}

.fixed-right {
  padding: 1px;
  text-align: center;
  margin: 0px;
  width: 130px;
  height: 30px;
  background: #52325d;
  color: white;
  margin-top: 20px;
  z-index: 991;
  border-radius: 10px 10px 0px 0px;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  position: fixed;
  border: 1px solid white;
  right: 0px;
  top: calc(25% + 121px);
  filter: drop-shadow(2px 3px 6px black);
  animation: moveUp 2s infinite;
}

.form-container #name{
  margin-bottom: 10px;
}

.fixed-right1 {
  padding: 1px;
  text-align: center;
  margin: 0px;
  width: 130px;
  height: 30px;
  background: #52325d;
  margin-bottom: 20px;
  color: white;
  z-index: 991;
  border-radius: 10px 10px 0px 0px;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  position: fixed;
  border: 1px solid white;
  right: 0px;
  top: calc(20%);
  filter: drop-shadow(2px 3px 6px black);
  animation: moveDown 2s infinite;
}

.fixed-right p,
.fixed-right1 p {
  color: #fff;
  display: inline-block;
  line-height: 30px !important;
  font-size: 16px !important;
  font-weight: bold;
  vertical-align: super;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
}





/* Animation: Up and Down */
.animate-up-down {
  animation: upDown 2s linear infinite;
}

@keyframes upDown {
  0%, 100% {
      transform: translateY(-10px); /* Moves the element 10px up */
  }
  50% {
      transform: translateY(10px); /* Moves the element 10px down */
  }
}

/* Animation: Down and Up */
.animate-down-up {
  animation: downUp 2s linear infinite;
}

@keyframes downUp {
  0%, 100% {
      transform: translateY(10px); /* Moves the element 10px down */
  }
  50% {
      transform: translateY(-10px); /* Moves the element 10px up */
  }
}



.circle-container {
  width: 150px;
  height: 100px;
  /*background-image: url(../img/N.jpg);*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease-out;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#box1 {
  top: 10%;
  left: 10%;
  background-image: url(../img/color-wheel-01.webp);
  background-size: cover;
  background-position: center;
}

#box2 {
  top: 10%;
  right: 10%;
  background-image: url(../img/color-wheel-02.webp);
  background-size: cover;
  background-position: center;
}

.logo {
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: center;
}
.locate{
  position: relative;
  /*top: 95px;*/
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 90%;
}


/*//////////////Portfolio start//////////////*/

h1 {
  font-size: 50px;
  word-break: break-all;
}



@media screen and (min-width:300px) and (max-width:900px) {

  .card1{
    width: 290px !important;
    height: 350px !important;
  }
  .img{
    width: 300px !important;
    height: 350px !important;
  }
  .card1:hover > .img {
    height: 200px !important;
    width: 200px !important;
  }
  .portfolio .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
 
}
  
}

.column { 
  display: none; /* Hide columns by default */
}

@media screen and (min-width:901) and (max-width:1200px){
  .img{
    width: 300px !important;
    height: 320px !important;
  }
  .card1{
    width: 300px !important;
    height: 320px !important;
  }

}
/* Clear floats after rows */

.portfolio .row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 30px;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  margin: 5px;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666 !important;
   color: white;
}
.card1 {
  width: 350px;
  height: 400px;
  background: #313131;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.img {
  position: absolute;
  transition: 0.2s ease-in-out;
  z-index: 1;
  width: 350px;
  height: 400px;
  border-radius: 20px;

}

.textBox {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.2s ease-in-out;
  z-index: 2;
}

.textBox > .text {
  font-weight: bold;
}

.textBox > .head {
  font-size: 20px;
  color: #fff;
}

.textBox > .price {
  font-size: 17px;
  color: #fff;
}


.card1:hover > .textBox {
  opacity: 1;
}

.card1:hover > .img {
  height: 200px;
  filter: blur(7px);
  animation: anim 3s infinite;
  width: 200px;
}

@keyframes anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.card1:hover {
  transform: scale(1.04) rotate(-1deg);
}

/*Swiper slider*/
.swiper-slide i img{
  width: 100px;
  border-radius: 20px;
}

.amenitites span{
  display: flex;
  justify-content: center;
}

.amenitites span img{
  width: 70px;
}

@media screen and (min-width:300px) and (max-width:600px){
  .amenitites .align{
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center !important;
  }
}

@media screen and (min-width:1280px) and (max-width:1290px){
  .text-lg {
    font-size: .9rem !important;
    line-height: 1.75rem;
}
.lg\:w-20 {
  width: 8rem !important;
}
p {
  font-size: 15px !important;
}
.rounded-full.bg-green.lg\:w-20.lg\:h-20.w-16.h-16.flex.items-center.justify-center {
  width: 5rem !important;
}
.btn{
  padding: 12px 17px !important;

}
}


.header-pinned{
  top: -52px !important;
}
footer{
  background-color: #000;
}


  /* popup 360 */
  .arrow-button {
  position: absolute;
  bottom: 60px;
  right: 0;
  transform: translateX(-50%);
  cursor: pointer;
  width: 35px;
  padding: 5px;
  filter: invert(1);
  background-color: #ffffffa3;
  border-radius: 30px;
}
.visible {
  display: none !important;
}
.arrow-button:hover {
  background-color: #fff;
  border-radius: 30px;
}
.image2 {
  position: absolute;
  bottom: 0;
  background: black;
  width: 100%;
}
#container {
  width: 50%;
  height: 50%;
  overflow: hidden;
  cursor: grab;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 10px;
}
canvas {
  transition: all 0.5s;
  width: 100% !important;
  transition: all 0.3s ease;
}
.grabbing {
  cursor: grabbing !important;
  transition: all 0.3s ease;
}
.image-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0000008c;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.image-container img {
  width: 90px;
  height: auto;
  margin: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.image-container img:hover {
  transform: scale(1.1);
}
#evrbbthlsctr {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #pauseButton, #fullscreenButton {
      width: 65px;
      font-size: 12px;
      padding: 5px;
  }
  #fullscreenButton {
      right: 75px;
  }
  #pauseButton {
      right: 10px;
  }


}


@media screen and (min-width: 320px) and (max-width: 900px) {
  .equal{
    flex-direction: column;
  }
  .equal .col-3 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .equal .col-9 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .equal .col-6{
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

}

#pauseButton:hover, #fullscreenButton:hover {
  background-color: #f0f0f0;
  color: #000;
}
#fullscreenButton {
  right: 100px;
}
#pauseButton {
  right: 10px;
}
#pauseButton, #fullscreenButton {
  position: absolute;
  top: 10px;
  z-index: 10;
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px;
  width: 87px;
  display: flex;
  justify-content: center;
}
/* Styles for the popup */
.popup1 {
  display: none;
  position: fixed;

  align-items: center;
  justify-content: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow: hidden !important;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-content1 {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto;
  /*padding: 20px;*/
  border: 1px solid #888;
  width: 90%;
  /*max-width: 800px;*/
  height: 90%;
  overflow: hidden;
  border-radius: 15px;
  transform: scale(0.9);
}
.close1 {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: #fff;
}
.close1:hover,
.close1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.planet span{
  color: #000;
  font-weight: 800;
  /*padding: 10px;*/
  display: flex;
  justify-content: center;
  align-items: center;

}
.planet {
  display: block;
  width: 85px;
  height: 85px;
  position: relative;
  transform-style: preserve-3d;
  border-radius: 50%;
  font-size: 19px;
  background: #fcc96b;
  background: #fcc96b;
  /*text-shadow: 3px 2px 3px #706756;*/
  background: linear-gradient(
    180deg,
    #fcc96b 0%,
    #fcc96b 15%,
    #f7ae01 15%,
    #f7ae01 19%,
    #fcc96b 19%,
    #fcc96b 22%,
    #f7ae01 22%,
    #f7ae01 28%,
    #fcc96b 28%,
    #fcc96b 31%,
    #fcc96b 33%,
    #fcc96b 36%,
    #f7ae01 36%,
    #f7ae01 48%,
    #fcc96b 48%,
    #fcc96b 55%,
    #f7ae01 55%,
    #f7ae01 66%,
    #fcc96b 66%,
    #fcc96b 70%,
    #f7ae01 70%,
    #f7ae01 73%,
    #fcc96b 73%,
    #fcc96b 82%,
    #f7ae01 82%,
    #c7ba9d 86%,
    #fcc96b 86%
  );
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.25),
    inset 8px -4px 6px rgba(199, 128, 0, 0.5),
    inset -8px 4px 8px rgba(255, 235, 199, 0.5), inset 20px -5px 12px #f7ae01,
    0 0 100px #ffffff59;
  transform: rotateZ(-15deg);
}

.planet::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 11px solid #e1a519;
  left: -2px;
  border-top-width: 0;
  border-radius: 50%;
  box-shadow: 0 -2px 0 #c18620;
  animation: rings1 0.8s infinite linear;
  top: 0;
}

.planet::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 2px;
  box-sizing: border-box;
  border: 8px solid #d48b0c;
  border-top-width: 0;
  border-radius: 50%;
  box-shadow: 0 -2px 0 #b99309;
  animation: rings2 0.8s infinite linear;
  top: 0;
}

@keyframes animate-right-left {
  0% {
      transform: translateX(14px); /* Start from off the screen to the right */
      opacity: 1; /* Optional: Start with no visibility */
  }
  50% {
    transform: translateX(0);
      opacity: 1; /* Fade in */
  }
  100% {
      transform: translateX(14px); /* End at the original position */
      opacity: 1; /* Fully visible */
  }
}

.animate-right-left {
  animation: animate-right-left 2s linear infinite;
}


@keyframes rings1 {
  0% {
    transform: rotateX(65deg) rotateZ(0deg) scale(1.75);
  }

  100% {
    transform: rotateX(65deg) rotateZ(360deg) scale(1.75);
  }
}

@keyframes rings2 {
  0% {
    transform: rotateX(65deg) rotateZ(0deg) scale(1.7);
  }

  100% {
    transform: rotateX(65deg) rotateZ(360deg) scale(1.7);
  }
}

@media screen and (min-width:300px) and (max-width:600px){
  .planet::after{
    border: 3px solid #d48b0c ;
  }
  .planet::before {
    border: 7px solid #e1a519 ;
  }
  .planet {
    width: 50px ;
    height: 50px ;
  }
  .planet span{
    font-size: 14px;
    line-height: 14px;
  }
}
