@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body{
  font-family: "Inter", serif;
}
.gradientBG{
  background: #8735f8;
  background-image: -webkit-linear-gradient(left, #8735f8 0%, #4858ef 100%);
  background-image: linear-gradient(to right, #4858ef 0%, #8735f8 100%);
  background: #1a5e07;
background: linear-gradient(265deg, rgba(26, 94, 7, 1) 0%, rgba(9, 121, 43, 1) 35%, rgba(7, 112, 77, 1) 100%);
}
.first_Sec {
  position: absolute;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.slick-arrow {
    background: #00000040;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.slick-arrow:hover{
  background: #000;
}
.first_Sec_inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/green-revolution-tour-2025_1.png);
  background-size: cover;
  background-position: top  center;
  background-repeat: no-repeat;
}
.closing_sec{
    background-image: url(../images/green-revolution-tour-2025_2.png);
  background-size: cover;
  background-position: bottom  center;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.closing_sec h4{
  font-size: 3.2rem;
}

.bannerSec {
  position: relative;
  top: 0;
  bottom: 0;
  /* background: rgb(7 0 106 / 82%); */
  padding-top: 3rem;
  padding-bottom: 2rem;
  min-height: 90vh;
  background: #000000;
background: linear-gradient(274deg, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 1) 100%);
}
  .closing_sec:after{

    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(253, 187, 45, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerSec .logo img{
width: 140px;
 height: auto;
    filter: brightness(0) invert(1);
}
.bannerSec .Sap_logo img{
width: 210px;
  height: auto;
     filter: brightness(0) invert(1);
 }
 .banner_Content{
  padding-top: 2rem;
 }
 .banner_Content   h6 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 300;
}

 .banner_Content h6 span{
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: 500;
 }
 .banner_Content h6 span::before{
  content: '';
  background-color: #9ad500;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .3s ease-in-out;
 }
 /* .banner_Content h6 span:hover::before{
  bottom: 0;
  height: 100%;
 } */
 .bannerContent ul.logos{
  display: flex;
  padding-left: 0;
 }
 .bannerContent ul.logos li:nth-child(2){
  margin-left: 45px;
 }
 .bannerContent h2{
  font-size: 5.5rem;
  color: #b3f800;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
 }
  .bannerContent h2 span{
    font-weight: 300;
    color: #fff;
    display: block;
    font-size: 4rem;
  }
 .banner_Content .knowMore.gren_btn{
  margin-left: 10px;
  font-weight: 500;
 }
 .banner_Content ul{
  padding-left: 0;
  color: #fff;
  list-style: none;
 }
 .banner_Content ul i{
  color: #9ad500;
    font-size: 1.6rem;
    margin-right: 5px;
 }
 .banner_Content ul li{
  color: #dbdbdb;
  font-size: 1.2rem;
 }
 section{
  position: relative;
 }
 .intro{
  background-color: #ffffff;
    /* background-image: url(../images/green-revolution-tour-2025_3.png); */
 background-size: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    /* padding: 3rem; */
    min-height: 70vh;
    text-align: center;
    padding-top: 2rem;
 }
 .intro p{
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
 }
 .intro h4{
     font-size: 2.6rem;
    font-weight: 400;
    color: #4baf48;
}

 .knowMore {
  color: #fff;
  border: 2px solid #ccc;
  padding: 10px 30px;
  border-radius: 40px;
  text-decoration: none;
}
.gren_btn{
  background-color: #b3f800;
  color: #000;
  border: 2px solid #b3f800!important;
}
.gren_btn:hover{
  background-color: #9ad500;
  border: 2px solid #9ad500!important;
  color: #000;
}
.purple_btn{
  background-color: #8735f8;
  color: #fff;
  border:  2px solid #8735f8!important; 
}
.purple_btn:hover{
  background-color: #5d00de;
  border:  2px solid #5d00de!important;
  color: #fff;
  
}

.threeWays p{
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;

}
.overview p{
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
 }
.threeWays p span{
  font-weight: 800;
  display: block;

}
.overview  h4{
  margin: 20px 0;
}
.threeWays{
  margin-top: 3rem;
}
.threeWay{
  padding: 10px;
  background: #f8f0ff;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sec3{
  background: url(../images/Insider_right_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 3rem 0;
  background: #fff0dd;
}
.sec3 ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.sec3 ul li{
 padding: 20px 11px;
    background: #fff;
    margin-bottom: 15px;
    text-align: left;
    max-width: 49%;
    margin-right: 1%;
    display: flex
;
    border-radius: 10px;
    width: 49%;
}
.sec3 ul li p{
  margin-bottom: 0;
}
.sec3 ul li span{
  display: block;
  font-weight: 600;
}
/* .sec3 ul li:nth-last-child(1){
 margin-left: 25%;
} */
.sec3 ul li i{
    color: #ffffff;
    font-size: 1.2rem;
    margin-right: 9px;
    background: #b3f800;
    display: flex
;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    min-width: 35px;
}
.sec3bg{
  background: url(../images/Insider_left_bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  max-width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 ;
  height: 100%;
  width: 50%;
}
.location_nav{
  display: flex;
  width: 100%;
}
.location_nav li{
  display: flex;
  width: 50%;
}
.location_nav li .nav-link{
      width: 100%;
    border-radius: 0;
    border: 1px solid #000000;
    color: #000;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.location_nav li .nav-link.active{
  background: #b3f800;
  color: #000;
     border: 1px solid #b3f800;
}
.sec3 h2{
  font-weight: 600;
  font-size: 3rem;
}
.sec3 .card{
  padding: 20px;
}
.sec3 .card i{
  font-size: 3rem;
  color: #8735f8;
}
.sec3 .card h4{
  font-size: 1.8rem;
}
.overview{
  background: #000;
  color: #f2f2f2;
}
.expert{
  padding: 2rem;
  text-align: center;
}
.expert img{
  border-radius: 100%;
  border: 8px solid #ffffff69;
}
.expert .rsvpContent {
position: relative;
}
.expert .rsvpContent 
.expert .rsvpContent h6 {
 font-size: 1.3rem;
 color: #fff;
}
.expert .rsvpContent h6 p{
  font-size: 1rem;
  color: #ccc;
  font-weight: 300;
 }
.expert .rsvpContent .web {
 position: absolute;
 top: 0;
}
.expert .rsvpContent .web {
  position: absolute;
  top: -78px;
  color: #fff;
  right: 17px;
  background: #4858ef;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.expert .rsvpContent .web i{
  font-size: 1.2rem;
}
.expert .rsvpContent h6{
  font-size: 1.4rem;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.expert .rsvpContent p{
  font-size: 0.9rem;
  color: #e3e3e3;
  font-weight: 300;
}
.form_sec{
  padding: 0;
    background: #0b2038;
    color: #ffffff;
    background: url(../images/green-revolution-tour-2025.png);
    background-size: cover;
}
.formBox {
  background: #000;
  padding: 2rem;
  padding-bottom: 2rem;
  border-radius: 0 0 0 0;
}
.formBox .form-group {
  margin-bottom: 1.5rem;
}
.formBox .form-group .form-control {
  min-height: 51px;
  background: transparent;
  color: #fff;
  border: 1px solid #8a8a8a;
}
.formBox .form-group .form-control::placeholder,
.formBox .form-group select.form-control  
{
  color: #999;
}
.formBox .form-group .form-control  option{
  color: #000;
  
}
select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}
.formBox .btn.btn-primary {
  width: 100%;
  min-height: 56px;
}
footer {
  background: #000;
  padding: 15px 0;
  position: relative;
}
footer ul li {
  display: inline-flex
;
  margin-right: 15px;
}
footer ul li a img {
  width: 20px;
  height: auto;
}
.fLogo img {
  filter: brightness(0) invert(1);
  max-width: 100px;
}
footer p {
  color: #b1b1b1;
  font-size: 12px;
  text-align: right;
  margin-top: 7px;
}
.text-right {
  text-align: right !important;
}
section.service_Offering {
  padding: 3rem 0 5rem;
}
.section.service_Offering .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
section.service_Offering h2,
.plan_Visit h2,
.abt_YASH h2,
.rsvp .heading_sec{
  font-weight: 600;
  font-size: 3rem;
}
.service_Box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.service_Box .s_Content{
      content: '';
    position: absolute;
    top: auto;
    bottom: -72%;
    left: 0;
    right: 0;
    background: #000000c2;
    z-index: 2;
    color: #fff;
    padding: 10px;
    transition: all 1s;
    height: 100%;

}

.service_Box:hover .s_Content{
  bottom: 0;
  transition: all 1s;
}
.service_Box .s_Content ul{
  opacity: 0;
  height: 0;
  padding-left: 15px;
  color: #e6e1e1;

}
.country_address p{
    font-weight: 400;
    line-height: 1.5 !important;
    color: #ababab  !important;
    font-size: 0.9rem;
}
.country_address p span{
      color: #e0e0e0 !important;
    display: block;
}
.service_Box .s_Content ul li{
  margin-bottom: 10px;
}
.service_Box:hover .s_Content ul{
  opacity: 1;
}
.service_Box .s_Content ul{

}
.tab-content .col-sm-3{
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.plan_Visit{
 background: url(../images/green-revolution-tour-2025_4.png);
 background-repeat: no-repeat;
 background-size: cover;
 padding: 3rem 0;
 background-position: top right;
 background: #1b1817;
}
.planVisit_box {
  /* background: #000; */
  padding: 30px ;
  color: #fff;
}
.planVisit_box p,
.planVisit_box ul li{
  color: #dbdbdb;
}
.planVisit_box ul li i{
     color: #b3f800;
    margin-right: 10px;
}
.planVisit_box ul{
     list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
.planVisit_box ul li{
     margin-bottom: 15px;
         font-size: 1.1rem;
    color: #fff;
}
.planVisit_box a.knowMore{
  display: inline-block;
}
.abt_YASH{
  padding: 3rem 0 3rem;
}
.abt_YASH p{
  line-height: 1.8;
}
.abt_YASH p span{
  font-weight: 600;
}
.abt_YASH .knowMore{
  display: inline-block;
    background: transparent;
    color: #b3f800;
    border: none !important;
    padding-left: 0;
      font-weight: 600;
      
}
.abt_YASH .knowMore:hover{
  text-decoration: underline;
}
.abt_YASH .knowMore i{
  transition: all 1s;

}
.abt_YASH .knowMore:hover i{
 position: relative;
 right: -10px;
  transition: all 1s;
}
.rsvp .heading_sec{
  color: #fff;
}
.form_sec .heading_sec{
  font-size: 3rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .service_Offering .col-sm-3 {
      flex: 0 0 auto;
      width: 20%;
  }
 
}
@media (max-width: 600px) {
  .bannerSec{
    background: #000000c2;
  }
  .service_Offering .col-sm-3 {
      flex: 0 0 auto;
      width: 20%;
  }
  .bannerContent h2{
    font-size: 2.5rem;
  }
  .bannerSec .logo img{
    width: 80px;
  }
  .bannerSec .Sap_logo img{
    width: 150px;
  }
  .banner_Content h6{
    font-size: 1.4rem;
  }
  .banner_Content h6 span{
    color: #000;
    display: inline-block;
  }
  .banner_Content .knowMore{
    display: flex;
            margin-bottom: 10px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
  }
  .banner_Content {
    padding-top: 1rem;
}
.first_Sec{
  min-height: 100vh;
}
.intro{
  padding: 2rem 0;
}
.intro p{
  font-size: 1rem;
}

.sec3 h2{
  font-size: 2rem;
    margin-bottom: 2rem;
}
.service_Offering .col-sm-3 {
  flex: 0 0 auto;
  width: 100%;
}
section.service_Offering h2, .plan_Visit h2, .abt_YASH h2, .rsvp .heading_sec {
  font-weight: 600;
  font-size: 2rem;
}
.rsvp .col-sm-3 {
  flex: 0 0 auto;
  width: 50%;
}
.expert {
  padding: 10px;
  text-align: center;
}
.expert .rsvpContent .web{
  right: -6px;
}
.expert .rsvpContent .web i {
  font-size: 1rem;
}
.expert .rsvpContent h6{
  font-size: 1.2rem;
}
.form_sec .heading_sec {
  font-size: 2rem;
}
}
a.close_Modal {
  color: #c4c4c4;
  right: -11px;
  position: absolute;
  top: -21px;
  font-size: 1.8rem;
  z-index: 2;
  transform: rotate(45deg);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  border-radius: 20px;
}
.modal-body img{
  border-radius: 20px;
}
.modal-content{
  background: transparent;
}
@media (min-width: 800px) {
  .modal-dialog {
      max-width: 650px;
      margin: 1.75rem auto;
  }
}
.form-select{
  min-height: 51px;
    border: 1px solid #636363;
    color: #666;
}


/* .country_box{
    position: relative;
      align-items: center;
    padding: 10px 10px;
    transition: all 0.5s;
    background: #fff;
    margin-bottom: 20px;
}
.country_box .place_time{
    position: absolute;
    bottom: 0;
    background: #000;
    left: 0;
    right: 0;
} */
.country_box .place_time h5{
      font-size: 1.4rem;
    margin-bottom: 5px;
}
.country_box .place_time p{
      color: #1dc010;
      line-height: 1.5;
    font-size: 0.9rem;
    margin-bottom: 15px;
}
@media (max-width: 1300px) {
.country_box .place_time p{
      color: #1dc010;
      line-height: 1.5;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
}
@media (max-width: 600px) {
  .sec3 ul li{
        max-width: 98%;
  }
  .tab-content .col-sm-3{
        max-width: 50%;
  }
  .service_Box .s_Content{
    bottom: -80px;
  }
  .plan_Visit{
        background-position: top left;
  }
  .closing_sec{
    background-position: bottom left;
  }
  .closing_sec h4{
    font-size: 2.2rem;
}
}