@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
@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('css/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;}


/*___________Scrollbar_____________*/
html{scrollbar-color: #000 #fff0;}
html {--scrollbarBG: #fff0;--thumbBG: #000;}
body::-webkit-scrollbar {width: 5px;}
body {scrollbar-width: thin;scrollbar-color: var(--thumbBG) var(--scrollbarBG); overflow-x: heddint!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;}
/*___________Scrollbar END_____________*/


/*___________COMMON CSS___________*/
.container {max-width: 1440px; margin: auto; position: relative;}
body {background-repeat: repeat;background: url(../images/bg.jpg);margin: auto;font-family: 'gothammedium';}
.pr{position: relative;}
.none{display: none;}


h1, h2, h3{font-family: 'gothamregular';}

/*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;}
section {padding:40px 0 0;}
/*top*/

.heading_s1,.heading_min h2,.heading_s2{text-transform: uppercase;font-weight: 800;color:#38a4d2; margin: 10px 0; font-size: 45px;}

.banner_frm .txt_bl {font-size: 25px;color: #185aa4;}
.txt_bl {font-weight: bold; font-size: 20px;margin: 0 0 10px;}
.txt_bl2 {font-family: "Ultra", serif; font-weight: normal;}
.txt_bl, .txt_bl2 {color:#58b4b4;}
.txt_white {color:#fff; font-size: 30px;}
.heading_s1 {background: url(../images/textbg.jpg);background-clip: text;text-shadow: -4px 3px 3px rgba(255,255,255,0.5);color: transparent;}



  

  

/* icons */
.circle_min{position: absolute;width: 100px;height: 130px;}
.aboutIcon1{top: -40%;left: -10%;scale: 0.7;}
.aboutIcon2{bottom: -27%;right: -22%;rotate: 100deg;scale: 0.8;}
.sliderIcon1 {bottom: 7%; scale: 0.7;left: 5%;}
.sliderIcon2 {bottom: 0%; scale: 0.5;right:0%;}
.sliderIcon3 {top: 0%; scale: 0.7;right:5%;}
.sliderIcon4 {top: -15%; scale: 0.7;right:5%;}

.circle {position: absolute;}
.c1,.c2,.c3,.c4 {border-radius: 50%;}
.c1 {width: 30px; height: 30px; background-color: #3a6bca;left:10%;bottom: 0; animation: scaleUpDown 3s infinite ease-in-out;}
.c2 {width: 10px; height: 10px; outline: 10px solid #95cefd; left:0%;bottom: 50%;animation: bounce 4s ease infinite alternate;}
.c3 {width: 40px; height: 40px; outline: 12px solid #95cefd;right: 0;bottom: 30%; animation: pulse 2s infinite ease-in-out;}
.c4 {width: 16px; height: 16px; border: 5px solid #3a6bca;right: 0;top: 0; box-shadow: 0 0 2px 0 #000;background: #fff; animation: moveDiagonally 5s infinite ease-in-out;}

/* Scaling up and down */
@keyframes scaleUpDown {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.5);
  }
}

@keyframes bounce {
  0% {
    transform:translateY(0px);
  }
  100% {
    transform:translateY(-20px);

  }
}

/* Pulsating effect */
@keyframes pulse {
  0%, 100% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.3);
      opacity: 0.7;
  }
}

/* Moving diagonally */
@keyframes moveDiagonally {
  0% {
      transform: translate(0, 0);
  }
  50% {
      transform: translate(30px, 30px);
  }
  100% {
      transform: translate(0, 0);
  }
}

.waters-img img{position: relative;z-index: 2;scale: 1.3;}
.bnrIcon {background-image: url(../images/glass.png);background-repeat: no-repeat; width: 220px; height: 140px; position: absolute; top:38px; right:-68px; background-size: contain;}
.sunIcon {background-image: url(../images/sun.png); background-repeat: no-repeat;width: 300px; height: 200px; scale: 0.5;position: absolute; left: 36%; right: 0; top: -15%;}



.star {background-image: url(../images/article3-icon.png);background-repeat: no-repeat; height: 100px; width: 100px;position: absolute;}
.starIcon1 {left: 18%;top: -15%;scale: 0.7; animation: rotateStar 4s linear infinite;}
@keyframes rotateStar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.starIcon2 {scale: 0.5;top: -25%; }
@keyframes pulsateStar {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.starIcon3 {top: -21%; left: 30%; scale: 0.5; animation: bounceStar 2s ease-in-out infinite;}
@keyframes bounceStar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}
.starIcon4 {right: 15%; top: -5%;animation: rotateStar 4s linear infinite;}
.starIcon5 {right: -4%; scale: 0.5; top: -24%; }
.starIcon6 {right: -10%; scale: 0.6; bottom: 22%; animation: bounceStar 2s ease-in-out infinite;}
.starIcon7 {bottom: -16%; scale: 0.5; right: 12%;animation: rotateStar 4s linear infinite;}
.starIcon8 {bottom: -34%; right: 32%; scale: 0.7; animation: pulsateStar 3s ease-in-out infinite;}
.starIcon9 {bottom: -40%; right: 20%; scale: 0.5;}
/* icons End */


/* Styling for bubble */
#background-wrap {position: relative;}
.bubble {position: absolute;bottom: 0px;pointer-events: none;animation: rise 15s infinite ease-in;opacity: 0.8;background-repeat: no-repeat; background-position: center;}
/* Styling for bubble */


/* Bubble size and position variations */
.bubble.x1 {width: 40px; height: 40px; left: 10%; animation-duration: 18s; animation-delay: 2s;}
.bubble.x2 {width: 60px; height: 60px; left: 20%; animation-duration: 20s; animation-delay: 4s;}
.bubble.x3 {width: 30px; height: 30px; left: 30%; animation-duration: 22s; animation-delay: 6s;}
.bubble.x4 {width: 50px; height: 50px; left: 40%; animation-duration: 24s; animation-delay: 8s;}
.bubble.x5 {width: 80px; height: 80px; left: 55%; animation-duration: 26s; animation-delay: 10s;}
.bubble.x6 {width: 70px; height: 70px; left: 70%; animation-duration: 28s; animation-delay: 12s;}
.bubble.x7 {width: 30px; height: 30px; left: 80%; animation-duration: 30s; animation-delay: 14s;}
.bubble.x8 {width: 20px; height: 20px; left: 90%; animation-duration: 32s; animation-delay: 16s;}
.bubble.x9 {width: 40px; height: 40px; left: 65%; animation-duration: 34s; animation-delay: 18s;}
.bubble.x10 {width: 90px; height: 90px; left: 50%; animation-duration: 36s; animation-delay: 20s;}

/* Bubble size and position variations */

/* Bubble rising and drifting animation */
@keyframes rise {
  0% {
      transform: translateY(0) translateX(0); 
      opacity: 0.6;
  }
  25% {
      transform: translateY(-400px) translateX(50px); 
  }
  50% {
      transform: translateY(-800px) translateX(-50px); 
      opacity: 0.8;
  }
  75% {
      transform: translateY(-1200px) translateX(30px); 
  }
  100% {
      transform: translateY(-1800px) translateX(-50px); 
      opacity: 0.5; 
  }
}



/*___________COMMON CSS___________*/



/* 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;border-radius: 50px;text-align: center;  box-shadow: 3px 3px 0px #000, 3px 2px 3px #516f93 inset;cursor: pointer;transition: .1s ease-out;font-size: 15px;font-weight: 600; border:none}
.drp-sec .btn09 .drop-btn:hover{box-shadow: 0 0 0;background-color: #38a4d2; color: #fff; border:1px solid #38a4d2}
.drp-sec .addition-drop-txt{background-color: #fff;border-radius: 4px;margin: 10px 0 0;text-decoration: none;display: none;transition: .3s ease-in-out;}
.drp-sec:hover .addition-drop-txt{display: block;}
.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: #38a4d2;border-radius: 5px;color: #fff;}
/* Header */

/* Banner */
.water-impact-min {display: flex; justify-content: end;padding: 20px 0;}
.waters-impact-left {position: absolute;left: 5%;top: 4%;z-index: 5;width: 450px;}
.waters-impact-right img {width:100%;}
.home-banner {background: url(../images/design1.png);background-repeat: no-repeat;background-size: 10%;position: relative;padding-top: 100px;}
.waters-impact-row{width:70%;position: relative;}
.water-impact-min,.container{height: 100%;}
.waterIconA{overflow: hidden;}
.Heroimg {position: relative; z-index: 2;}
.Heroimg img{width: 100%; }
/* .hero_video {position: absolute;
bottom: 12px;
left: -17px;
right: 0;
overflow: hidden;
width: 90%;
height: 77%;
margin: auto;} */
.hero_video img{width: 100%;height: 100%;object-fit: cover;}
.hero_video video{width: 100%;height: 100%;object-fit: cover;scale: 1.1;}
.waterIconB{position: absolute;right: -5%;top: -8%;}
.waterIconB{width:20%;}
.text_img img {width: 370px;}
.abttext-img img{width: 300px;}
/* form */
.form-group input, .form-group textarea {padding: 12px 15px;width: 70%; border-radius: 10px; font-weight: bold; box-shadow: 4px 4px 0px #042f63, 2px 2px 2px #5889bc inset; border:none}
.form-group textarea {width: 100%;}
.form-group {padding: 14px 0;position: relative;}
.g-recaptcha {scale: 0.8;}
.form_bnr {position: relative;}
/* btn */

.box {
  bottom: -30%;
  left: 0;
  transform: translate(-0%, 0%);
  padding: 10px 30px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  background-color: #4973ff;
  transition: all 0.4s;
border-radius:20px;
box-shadow: 3px 3px 2px #053063d4;
width: fit-content;

}
.article_box1, .article_box2, .article_box3 {left: inherit;}
.article_box1 {bottom:-10%;}
.article_box2 {bottom:10%;}
.article_box3 {bottom:3%;}
.box:hover{box-shadow: none}
.form-main .box {right: 0; margin: auto; bottom: 0; width: fit-content;margin-top: 12px;}

.box i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 200px;
  background-color: inherit;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 
    transform 0.4s linear, 
    top 1s linear;
  overflow: hidden;
}

.box i:before,
.box i:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.box i:before {
  border-radius: 46%;
  background-color: rgba(20, 20, 20, 0.2);
  animation: animate 5s linear infinite;
}
.box i:after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}

.box button, .box a {background:none; border:none; color:#fff; text-transform:uppercase;font-weight: bold;cursor: pointer;letter-spacing: 2px;}

@keyframes animate {
  0% {
    transform: 
      translate(-50%, -75%) 
      rotate(0deg);
  }
  100% {
    transform: 
      translate(-50%, -75%) 
      rotate(360deg);
  }
}

  
/* btn */
.form09 .txt_bl2 {font-size: 30px;font-family: ultra;}
/* form end */



/* Banner end */

/* about */
.about_min p {text-align: center;line-height: 30px;font-size: 18px;}
.text-wrapper {max-width: 800px;}
.about_min {display: flex;justify-content: center;align-items: center; text-align: center;padding: 70px 0;}
.heading_s2 {font-family: ultra; font-size: 40px; color: #8ec1c1; text-shadow: none;letter-spacing: 5px;}

/* about End */


/* Activity */
.activity_sec {background-image: url(../images/activity-bg.png);background-repeat: no-repeat;background-size:contain;height: 748px;width: 1200px;margin: auto;color:#fff;text-align: center;}
.activity_min {padding: 120px 0 0;margin: auto;}
.activity_min h4 {font-weight: normal; text-transform: uppercase; font-size: 20px;}
.activity_min p {width: 70%; margin: auto; line-height: 25px}
/* Activity */

/* article slider */
.article_slider_min {padding: 50px 0 0;overflow: hidden;}
.article-min {display: flex; align-items: center;gap: 30px;}
.article-min .content {width:90%;}
.article-min .content p {line-height: 24px;}
.article-min .dwnload_btn {margin: 30px 0;}
.article-img{width: 100%;}
/* .article-img img{width: 100%;} */

.slick-disabled{opacity: 0.5;pointer-events: none;}
.arrows-min {position: absolute;margin: auto;bottom: 0;left: 0; background: none; border: none;font-weight: bold; cursor: pointer;width: fit-content;top: 90%;}

.slick-next {right: 0;z-index: 2;}
.slick-prev {right: 13%;z-index: 2;}

.article-slider .slick-list {overflow: inherit;}
.article-slider .slick-slide{position: relative;opacity: 0;transition: all 0.5s ease-in-out;scale: 0;}
.article-slider .slick-slide.slick-active{opacity: 1;scale: 1;}

/* article slider 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;}
.footerBottomBg img{display: block;width: 100%;}
.footer09 {   background: radial-gradient(circle, rgba(5,97,170,1) 90%, rgba(3,90,159,1) 94%, rgba(6,76,135,1) 100%); }
.footer09 .container{position: relative;z-index: 2;}
.ft_sec {padding: 150px 0px 70px 0px;}
.footer-min {display: flex; justify-content: space-around; align-items: center;flex-wrap: wrap;}
.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%;}
.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: 20px 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; }


/* feedback form */
.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: -5px 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.6);margin: -14px -15px 0;height: 60px; border-radius: 20px;}
.form-group__captcha {display: grid; align-items: center; justify-content: center;}
.form_bnr .form-group__captcha {justify-content: flex-start}
.thank-you-message {text-align: center;margin-top: 20px; color: #185aa4; font-size: 18px; font-weight: 600;}  
/* footer End */

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

@media (max-width:767px){

br {display: none;}
/* header */
.drp-sec .addition-drop-txt a{font-size: 12px;}
.rgi-logo img{width: 150px;}
.drp-sec .btn09 .drop-btn{font-size: 10px;} 
/* header */

.heading_s1 {font-size: 24px;}
.banner_frm .txt_bl {font-size: 18px;}
.form-group input {width: 100%;}
.txt_bl {font-size: 15px;}
.about_min p {line-height: 26px; font-size: 15px;}

/* banner */
.waters-impact-left {margin-left: 0;position: inherit;width: 100%;}
.water-impact-min {display: block; padding: 00px 0 0;}
.text_img img {width: 250px;}
.waters-impact-row {width: 100%;margin-top: 70px;}
.waters-impact-right img {width: 200px;}
/* banner */

/* activity */
.activity_sec {height: auto; width: fit-content;}
.activity_min {padding: 0px 0 0;}
.heading_s1, .heading_min h2, .heading_s2 {font-size: 26px;margin-top: 50px;}
.txt_white {font-size: 15px;}
/* activity */

.abttext-img img {width: 150px;}
.article-min {display: block;margin: 10px}
.ftr-sb-txt, .ftr-sb-txt a, .ftr-sb-txt .ft-txt {padding: 0;}
.article-img img {width: 100%;}
.article-min .content {line-height: 24px;font-size: 15px; width: 100%;}
.footerBottomBg {margin: 0px 0 0;}
.form-row {grid-template-columns: repeat(1,1fr); gap:10px}
.form-row input {width: 100%; margin-bottom: 10px;}

.ft_sos ul li img {width: 30px;}
.slick-next {left: 20%}
.arrows-min {bottom: 0%; top:inherit}
br {display: none;}
.article-min .dwnload_btn {margin: 0px 0 50px;}
.feedbackRow { padding: 0;}

/* icons */
.aboutIcon1 {top: -30%; left: 0%; scale: 0.6;}
.aboutIcon2 {bottom: -26%; right: -6%; scale: 0.6;}
.sliderIcon1 {top: 33%; scale: 0.5; left: 8%;}
.sliderIcon3 {top: -11%; scale: 0.5; right: 5%;}
.sunIcon {scale: 0.3; left: 30%; top: -17%;}
.sliderIcon2 {bottom: -12%;}
.starIcon4 {top: 30%; right: 30%;scale: 0.5;}
.sliderIcon4 {top: 0; scale: 0.5;left: -13%;}
.starIcon7 {left: 0;}
.starIcon2,.starIcon3,.starIcon5 {display: none}
.starIcon8 {bottom: -32%; right: 0;}
/* icons */

}