
@font-face {font-family: 'gothamregular';src: url('fonts/gotham_r.woff2') format('woff2'),url('fonts/gotham_r.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'gotham_boldregular';src: url('fonts/gotham-b.woff2') format('woff2'),url('fonts/gotham-b.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'gothammedium';src: url('fonts/gotham-m.woff2') format('woff2'),url('fonts/gotham-m.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'typewriter';src: url('fonts/AA_typewriter.woff') format('woff2'),url('fonts/AA_typewriter.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'french';src: url('fonts/1906-French-News-Caps-W00-Bold.woff') format('woff2'),url('fonts/1906-French-News-Caps-W00-Bold.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}

 /*___________Scrollbar_____________*/
html{scrollbar-color: #000 #fff0;overflow: hidden;overflow-y: auto;}
html {--scrollbarBG: #fff0;--thumbBG: #000;}
body::-webkit-scrollbar {width: 5px;}
body {scrollbar-width: thin;scrollbar-color: var(--thumbBG) var(--scrollbarBG); overflow-x: hidden!important} 
body::-webkit-scrollbar-track {background: var(--scrollbarBG);}
body::-webkit-scrollbar-thumb {background-color: var(--thumbBG) ;border-radius: 6px;border: 3px solid var(--scrollbarBG);}
*{scrollbar-color:  var(--thumbBG) var(--scrollbarBG);scrollbar-width: thin;box-sizing: border-box;outline: none;}
/*___________Scrollbar END_____________*/



/* Site Container */
.container {max-width: 1600px; margin: auto; position: relative;}
@media screen and (max-width: 1620px) {
.container {max-width:1300px}
}
/* Site Container */


/*___________COMMON CSS___________*/
body {background-repeat: no-repeat;margin: auto;font-family: 'gothammedium'; background-position: bottom bottom;font-weight: 100; background-size: 100% 100%;}
.pr{position: relative;}
.none{display: none;}
section{padding: 80px 0;}
p{line-height: 20px;}

/*top*/
#go_top{ position: fixed; bottom:-10%; right:1%; transition:all 0.6s;font-size:30px; cursor:pointer;}
#go_top i{border-radius:100%;color:#38a4d2;}
#go_top.show{ bottom:7%; z-index:1;}
em {font-size:75%; line-height: 0;position: relative;vertical-align: baseline;top: -0.5em;}

/*top*/
.heading_s1{font-family: 'french';}
.heading_s2{font-family: 'typewriter'; text-transform: uppercase;}

/* Site Code */


/* banner start */
.home-banner{padding: 120px 0 0;position: relative;overflow: hidden; background-image: url(../images/banner-bg.jpg); background-position: center top; background-size: 100% 92%; background-repeat: no-repeat; background-color: #682805;}
/* Site Icons */
.siteIcon {position: absolute; z-index: 1;}
.siteIconA {top: 15vw;left: 0px;width: 100px;height: 100px; background: url(../images/sun.png) no-repeat center; background-size: cover;}
.siteIconB {top: 0px; left: 14vw; width: 155px; height: 68px; background: url(../images/cloud1.png) no-repeat center; background-size: contain;margin: auto;bottom: 14vw;}
.siteIconC {top: 0px; right: 17vw; width: 120px; height: 78px; background: url(../images/cloud2.png) no-repeat center; background-size: contain;margin: auto;bottom: 0;}
.banner_frm{display: flex; align-items: center; justify-content: center; flex-direction: column;text-align: center; margin: auto;position: relative;z-index: 9;}
.text_mainhd {color:#6f3213}
.text_mainhd h1{font-size: 3vw; margin-bottom: 0;text-transform: uppercase;}
.text_mainhd h3{font-size: 2.2vw; ;font-weight: 100; text-transform: none;margin-top: 10px;} 
.text_mainhd p {font-size:1.6vw;color: #333;}
.btn09Aj{cursor: pointer;}
.btn09Aj{padding: 10px 20px;background-color: #9c580f;color: #fff;font-weight: bold;font-size: 17px;color: #ffed8e;text-transform:uppercase;border-radius: 16px;border: none; box-shadow: 4px 4px 2px 0 #000;}
.btn09Icon{position: relative; text-decoration: none;}
.banner-btm-image {margin-top: -190px; position: relative; z-index: 2;pointer-events: none;}
.banner-btm-image img {width: 100%;display: block;}
/* Header End

/* About Section Styles */
.about-bg {display: grid; grid-template-columns: repeat(2, 1fr); position: relative; top: -50px; z-index: 22;}
.about-min {background-image: url(../images/about.jpg);background-position: center; background-size: cover; background-repeat: no-repeat;padding:0 0 40px}
.about-text h2 {color: #f3c649; font-size: 36px; margin-bottom: 25px; font-weight: normal;}
.about-text p {color: #ffffff;font-size: 18px; line-height: 1.6;width: 90%;}
.about-image img {width: 100%; height: auto; border-radius: 10px;}
.activity-row {position: relative;}
.flowers img {width: 100%;}
.flowers{position: absolute; top: -8vw; right: 0px; width: 15vw;z-index:2;   animation: swayAndScale 6s ease-in-out infinite;transform-origin: bottom center;}
.article-row {position: relative;padding: 40px 40px;height: 500px;}
.flower-decoration {position: absolute; z-index: 1;}
.flower-left {top: 68%; left: -3%; width: 5%; height:18vw; background: url(../images/flowers2.png) no-repeat center; background-size: contain; transform-origin: bottom center; 
  animation: growUp 2s ease-out forwards;
  opacity: 0;}
.flower-right {top: 67%; right: -10%; width: 15%; height:17vw; background: url(../images/flowers3.png) no-repeat center; background-size: contain; transform-origin: bottom center; 
  animation: growUp 2s ease-out forwards;
  opacity: 0;}
/* About Section Styles */

/* game */
.screen{position: relative;}
.screen img {position: absolute;inset: 0;margin: auto;}
.activity-col .about-text {width: 100%; max-width: 1000px; height: 100%; display: flex; flex-direction: column;}
.activity-col .heading_s2 {text-align: center; margin-bottom: 20px; font-size: 28px; color: #fff; }
.activity-col {background-color: #0000003b; width: 100%; height: 750px; padding: 40px; box-sizing: border-box; overflow: hidden; display: flex; flex-direction: column;
align-items: center;}
.activity-col iframe {flex: 1; border: none; width: 100%; height: 100%; overflow: hidden; border-radius: 20px;overflow: hidden; background-color: #fff;}

  .game-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
   margin: auto;
  height: 700px;
 }


.game-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* Custom Dots */
.custom-slick .slick-dots {
  bottom: -30px;
}
.custom-slick .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
.custom-slick .slick-dots li.slick-active button:before {
  color: #f3c649;
}

/* Earthy Gradient Button */
.download-earth {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  background: linear-gradient(135deg, #6f3213, #a65c34);
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

.download-earth::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-20deg);
  transition: left 0.4s ease;
  z-index: 1;
}

.download-earth:hover::before {
  left: 100%;
}

.download-earth:hover {
  background: linear-gradient(135deg, #8d4020, #6f3213);
}

/* Ensure text stays above the ::before effect */
.download-earth {
  z-index: 2;
}
.about-text h4 {color: #fff; font-size: 20px; margin-bottom: 10px;}
/* game */

/* Animation */
.siteIcon {
  position: absolute;
  background-size: contain;
  width: 150px;
  height: 80px;
  opacity: 0.8;
  z-index: 1;
}

/* Cloud moving left to right */
.cloud-left {
  top: 0px;
  left: -200px;
  animation: cloudLeftMove 60s linear infinite;
  background-image: url(../images/cloud1.png);
}

/* Cloud moving right to left (behind form) */
.cloud-right {
  top: 0px;
  right: -200px;
  z-index: 0;
  animation: cloudRightMove 60s linear infinite;
  background-image: url(../images/cloud2.png);
}

/* Animation keyframes */
@keyframes cloudLeftMove {
  from {
    left: -200px;
  }
  to {
    left: 110%;
  }
}

@keyframes cloudRightMove {
  from {
    right: -200px;
  }
  to {
    right: 110%;
  }
}


.zoomInOut{animation: zoomInOut 4s ease-in-out infinite;}
@keyframes floatLeaf {
  0% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(10deg) translateY(-10px); }
  100% { transform: rotate(0deg) translateY(0); }
}

@keyframes growUp {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes swayAndScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(1.2deg) scale(1.02);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  75% {
    transform: rotate(-1.2deg) scale(0.98);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.butterfly {
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.butterfly1 {
  top: 20%;
  left: 100%;
  background-image: url(../images/butterfly1.png);
  animation: butterflyFloat 4s ease-in-out infinite, butterflyPathLeft 20s linear infinite;
}


.butterfly2 {
  top: 40%;
  right: 0;
  background-image: url(../images/butterfly2.png);
  animation: butterflyFloat 4s ease-in-out infinite reverse, butterflyPath 20s linear infinite;
}

@keyframes butterflyFloat {
  0% {
      transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
      transform: translate(20px, -15px) rotate(10deg) scale(1.1);
  }
  50% {
      transform: translate(40px, 0) rotate(0deg) scale(1);
  }
  75% {
      transform: translate(20px, 15px) rotate(-10deg) scale(0.9);
  }
  100% {
      transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes butterflyPath {
  0% { left: -5%; }
  100% { left: 100%; }
}

@keyframes butterflyPathLeft {
  0% { left: 100%; }
  100% { left: -10%; }
}

@keyframes rotateAnimation {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}
@keyframes slideUpDown {from {transform: translateY(0px);}to {transform: translateY(-30px);}}
@keyframes zoomInOut {0% {transform: scale(1);}50% {transform: scale(1.3);}100% {transform: scale(1);}}
/* Animation end */

/* Header */
header{position: absolute;top: 30px;width: 100%;z-index: 999;}
.rgi-logo img {margin: 7px 0 0;}
.hdr-sec{display: flex;justify-content: space-between;}
.drp-sec .btn09 .drop-btn{background-color: #fff;padding: 10px 25px;text-align: center; cursor: pointer;transition: .1s ease-out;font-size: 15px;font-weight: 600; border:none; color:#000;border-radius: 20px; box-shadow: 4px 4px 2px 0 #000;}
.drp-sec .btn09 .drop-btn:hover{box-shadow: 0 0 0;background-color: #6f3213; color: #fff;}
.drp-sec .addition-drop-txt{background-color: #fff;border-radius: 4px;margin: 10px 0 0;text-decoration: none;display: block;transition: .3s ease-in-out;overflow: hidden;overflow-y: auto;height: 0;}
.drp-sec:hover .addition-drop-txt{display: block;height: 200px;}
.drp-sec .addition-drop-txt a{display: block;text-align: center;padding: 5px 0px;text-decoration: none;color: #000;transition: .3s ease-out;}
.drp-sec .addition-drop-txt a:hover{background-color: #6f3213;border-radius: 5px;color: #fff;} 


/* form */
.rgiForm .form-group .form-control {padding: 15px 20px;width: 100%; font-weight: bold; border:none; font-size: 15px; border-radius: 10px;    box-shadow: 4px 4px 2px 0 #032f64;}
.rgiForm .form-group textarea {width: 100%;}
.rgiForm .form-group {padding: 8px 0;position:relative}
.rgiForm {background: #ffb60066; padding: 30px;width: 38vw;margin-top:20px;height: fit-content;}
/* banner end */


/* footer */
.footerTopBg{pointer-events: none;z-index: 9; position: relative;}
.footerTopBg img{display: block;width: 100%;}
.footerBottomBg{margin: -150px 0 0;position: relative;pointer-events: none;}
.footer-leaf {position: absolute; bottom: 20px; right: -80px; width: 80px; height: 80px; background: url(../images/leaf.png) no-repeat center;
background-size: contain; z-index: 10;animation: floatLeaf 5s ease-in-out infinite;}
.footerBottomBg img{display: block;width: 100%;}
.footer09 {background-image: url(../images/ft-bg.jpg); background-repeat: no-repeat; background-position: center;background-size: 100% 100%;}
.footer09 .container{position: relative;z-index: 2;}
.ft_sec {padding: 150px 0px 70px 0px;}
.footer-min {display: flex; justify-content: space-between; align-items: center;flex-wrap: wrap;padding: 30px 0; padding: 30px 40px 0;}
.ft_sos,.magazines-img {padding: 20px 0;}
.ft_sos ul {display: flex;align-items: center;justify-content: space-evenly; list-style: none; padding: 0;}
.ft_sos ul li {margin: 0 8px 0 0; color:#fff;}
.ft_sos ul li img {border-radius: 50%;width: 25px;}
.ft_sos a img {transition: all 0.4s}
.ft_sos a:hover img {transform: scale(1.1);}
.magazines-img img {width: 100%;}
.ftr-sb-txt, .ftr-sb-txt a {color:#fff; text-decoration: none;padding: 0 20px;}
.ftr-sb-txt .ft-txt {font-size: 12px;padding: 0 20px;}
.btm-txt {padding:50px 0;}
.btm-txt h4 {text-align: center;text-transform: uppercase;
margin: 0; font-weight: 400; font-size: 18px; letter-spacing: 1px;}
.btm-txt h4 a {color: #fff; text-decoration: none; }
.footer-img img {width: 200px;}

/* feedback form */
.magazine_response {font-family: 'typewriter'!important;font-size: 22px !important;margin: 25px 0 0!important;color:  green !important;}
.feedbackRow{padding: 60px 0 100px;border-radius: 80px 80px 0 0; text-align: center;}
.form-row {display: grid; grid-template-columns: repeat(3,1fr);position: relative; gap:20px; margin-bottom: 20px;}
.error {margin: -8px 20px; color: red; font-size: 10px; position: absolute;
left: 0; bottom: 0px;}
.form-main .error {position: inherit;text-align: left;}
.form-row input {width:100%; padding: 15px 20px; border: 1px solid #ccc;border-radius: 100px;}
textarea {width: 100%; height: 100px; padding: 10px; border: 1px solid #ccc; border-radius: 5px; resize: vertical;}
.g-recaptcha {transform: scale(0.8);margin:10px -28px 20px;height: 60px; border-radius: 20px;}
.form-group__captcha {display: grid; align-items: center; justify-content: center;}
.form_bnr .form-group__captcha {justify-content: center}
.thank-you-message {text-align: center;margin-top: 20px; color: #185aa4; font-size: 18px; font-weight: 600;}  
/* footer End */





/* Site Code */
@media only screen and (max-width: 1440px) {
  .container {max-width: 85%;}
}

@media (max-width: 767px) {
.about-text {padding: 20px 0;}
.download-earth {padding: 10px 20px; font-size: 14px;}
.custom-slick .slick-dots {bottom: -20px;}
  .home-banner {background-size: 100% 96%}
  .about-min {padding-bottom: 40px;}
  .about-bg {grid-template-columns: repeat(1, 1fr);top:0}
  .rgiForm {width:100%}
  .siteIconB {width: 83px;top: -30%;}
  .siteIconA {width: 50px; height: 50px; top:9%}
  .butterfly {width: 40px; height: 40px;}
  .siteIconC {top: 0px; right: 22px; width: 60px;}
  .footer-leaf {right:0}
  .rgi-logo img {width: 150px;}
  .drp-sec .btn09 .drop-btn {padding: 5px 12px;font-size: 12px;}
  .banner-btm-image {margin-top: auto;}
  .activity-col {padding: 20px;}
  .activity-col .heading_s2 {font-size: 20px;}
  .activity-col iframe {height: 360px; }
  .activity-col .about-text{padding: 0;}
  .activity-col{padding: 10px;}
  .game-section{height: 600px;}
  .text_mainhd h1{font-size: 22px;}
  .text_mainhd h3{font-size: 14px;}
  .article-row{padding: 20px 5px;}
  .about-text p{width: 100%;}
  .footer-min{padding: 70px 0 20px}
  .ftr-sb-txt, .ftr-sb-txt a{padding: 0;}
  .ftr-sb-txt .ft-txt{padding: 0;}
  .about-text h2{  margin-bottom: 0;}
}

  
