@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: #000;

}
.first_Sec {
  position: absolute;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}


.bannerSec {
  position: relative;
  top: 0;
  bottom: 0;
  /* background: rgb(7 0 106 / 82%); */
  padding-top: 1rem;
  padding-bottom: 2rem;
  min-height: 90vh;
  background: url(../images/agentforce-world-tour-dubai-img-1.png);
  background-size: cover;
  background-position: center  right;
  background-repeat: no-repeat;
  border-radius: 0 0 70px 70px;
}
.bannerSec .logo img{
width: 110px;
 height: auto;
    filter: brightness(0) invert(1);
}
.bannerSec .Sap_logo img{
width: 210px;
  height: auto;

 }
 .banner_Content{
  padding-top: 1rem;
 }
 .banner_Content   h6 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 500;
}
.banner_Content h5{
  color: #ffffff;
  margin-bottom: 2rem;
  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{
  list-style: none;
 }
 .bannerContent ul.logos li:nth-child(2){
  margin-left: 45px;
 }
 .bannerContent h2{
  font-size: 4.6rem;
  color: #ffac52;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
 }
 .bannerContent h2 span{
  display: block;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 20px;
 }
 .knowMore:hover{
  color: #fff;
 }
 .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: #ffac52;
    font-size: 1.6rem;
    margin-right: 5px;
 }
 .banner_Content ul li{
  color: #dbdbdb;
  font-size: 1rem;
 }
 section{
  position: relative;
 }
 .why_Box {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 3rem;
  margin-bottom: 1.5rem;
  color: #fff;
  position: sticky;
  top: 100px;
}
.why_Box:nth-child(1){
  background: #B2518E;
  background: linear-gradient(90deg, rgba(178, 81, 142, 1) 0%, rgba(99, 25, 72, 1) 100%);

}
.why_Box:nth-child(2){
  background: #2b2727;
  background: linear-gradient(148deg, rgba(43, 39, 39, 1) 0%, rgba(47, 72, 88, 1) 100%);

}
.why_Box:nth-child(3){
  background: #3AC6B9;
  background: linear-gradient(90deg, rgba(58, 198, 185, 1) 0%, rgba(26, 143, 131, 1) 78%);

}
.why_Box:nth-child(4){
  background: #76C673;
  background: linear-gradient(90deg, rgba(118, 198, 115, 1) 0%, rgba(61, 130, 60, 1) 78%);

}
 .intro{
  background-color: #ffffff;
  padding: 3rem;

 }
 .intro p{
  text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
 }
 .intro h2{
  position: sticky;
  top: 20px;
  font-size: 2.6rem;
  margin-bottom: 20px;
 }
 .why_Box ul{ 
  list-style: none;
  padding-left: 0;
}
.why_Box ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.why_Box img{
  border-radius: 20px;
}
.why_Box .row{
  display: flex;
  align-items: center;
}
.why_Box_txt{
  padding: 2rem 4rem;
}
.why_Box_txt ul{
  display: flex;
  margin-top: 28px;
}
.why_Box_txt ul li{
  margin-right: 1%;
  width: 19%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 300;
  margin-bottom: 10px;
}
.impact_list.why_Box_txt ul li{
  width: 24%;
}
.why_Box_txt ul li{
  margin-right: 1%;
}
.why_Box_txt ul li span{
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 400;
}
.why_Box_txt h4{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
 .knowMore {
  color: #fff;
  border: 2px solid #ccc;
  padding: 10px 30px;
  border-radius: 40px;
  text-decoration: none;
}
.gren_btn{
  background-color: #ffac52;
  color: #000;
  border: 2px solid #ffac52!important;
}
.gren_btn:hover{
  background-color: #04d4a5;
  border: 2px solid #04d4a5!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;

}
.form_HeadText{
  font-size: 1.2rem;
  text-align: center;
}
.overview p{
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #dcdcdc;
 }
.threeWays p span{
  font-weight: 600;
  display: block;
  font-size: 1.6rem;
  color: #fff;
}
.overview  h4{
  margin: 20px 0;
  font-size: 2.8rem;
  color: #fff;
}
.threeWays{
  margin-top: 3rem;
}
.threeWay{
  padding: 10px;
  background: #0a0a0a;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 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;
}
.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%;
}
.sec3 h2{
  font-weight: 600;
  font-size: 3rem;
}
.sec3 .card{
  padding: 20px;
  border-radius: 20px;
}
.s_Card, .f_Card{
  color: #fff;
}
.s_Card{
  background:#965e22;
}
.f_Card{
  background: #ffac52;
}
.sec3 .card i{
  font-size: 6rem;
  color: #fff;
  position: absolute;
  top: 0;
  opacity: 0.2;
  left: 0;
}
.sec3 .card h5{
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  padding-top: 50px;
  margin-bottom: 20px;
  padding-left: 59px;
  line-height: 1.4;
}
.sec3 .card p{
  text-align: right;
}
.overview{
  background: #000;
  color: #f2f2f2;
  background: url(../images/agentforce-world-tour-dubai-img-2.png);
  background-size: cover;
  border-radius: 70px 70px 0 0;
}
.expert{
  padding: 2rem;
  text-align: center;
}
.expert img{
  border-radius: 100%;
  border: 8px solid #5e5e5e;
  background: #c7cad0;
}
.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: #5e5e5e;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.rsvp {
  padding: 30px 0;
}
.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/bottom_form_bg.jpg);
    background-size: cover;
}
.formBox {
  background: #fff;
  padding: 2rem;
  padding-bottom: 2rem;
  border-radius: 60px 60px 0 0;
}
.formBox .form-group {
  margin-bottom: 1.5rem;
}
.formBox .form-group .form-control {
  min-height: 51px;
  background: transparent;
  color: #000;
  border: 1px solid #636363;
}
.formBox .form-group .form-control::placeholder,
.formBox .form-group select.form-control  
{
  color: #666;
}
.formBox .form-group .form-control  option{
  color: #000;
}
.formBox .btn.btn-primary {
  width: 100%;
  min-height: 56px;
  border-radius: 60px;
}
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;
}
.service_Box .s_Content{
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000b3;
  z-index: 2;
  color: #fff;
  padding: 10px;

}

.service_Box:hover .s_Content{
  top: 0;
  transition: all 2s;
}
.service_Box .s_Content ul{
  opacity: 0;
  height: 0;
  padding-left: 15px;
  color: #e6e1e1;

}
.service_Box .s_Content ul li{
  margin-bottom: 10px;
}
.service_Box:hover .s_Content ul{
  opacity: 1;
}
.service_Box .s_Content ul{

}


.plan_Visit{
 background: url(../images/agentforce-world-tour-new-york-2025_5.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 padding: 3rem 0;
 background-position: center right;
}
.planVisit_box {
  background: #000000c4;
  padding: 30px ;
  color: #fff;
  border-radius: 20px;
}
.planVisit_box p,
.planVisit_box ul li{
  color: #dbdbdb;
}
.planVisit_box ul li i{
  color: #b3f800;
  display: none;
}
.planVisit_box ul{
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 2rem;
}
.planVisit_box ul li{
  margin-bottom: 10px;
  font-weight: 300;
  padding: 10px;
  color: #020202;
  /* border: 1px solid #676767; */
  border-radius: 6px;
  margin-right: 15px;
  background: #ffac52;
}
.industry ul li img{
  max-width: 50px;
  height: auto;
  filter: brightness(0) invert(1);
  display: block;
  margin-bottom: 7px;
  border-radius: 0;
}
.planVisit_box ul li span{
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
}
.planVisit_box a.knowMore{
  display: inline-block;
}
.abt_YASH{
  padding: 3rem 0;
}
.abt_YASH p{
  line-height: 1.8;
}
.abt_YASH p span{
  font-weight: 600;
}
.abt_YASH .knowMore{
  display: inline-block;
}
.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-position: left;
    border-radius: 0;
  }
  .why_Box{
    padding: 1rem 1rem;
  }
  .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;
  }
  .sec3bg{
    display: none;
  }
  .planVisit_box ul li{
    display: flex;
  }
  .planVisit_box ul li i{
    margin-right: 7px;
  }
  .overview h4{
    color: #03A9F4;
  }
  .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;
}


@media (min-width: 992px) {
  .expert_Row .col-sm-3 {
      flex: 0 0 auto;
      width: 20%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .expert_Row .col-sm-3 {
      flex: 0 0 auto;
      width: 33%;
  }
  .bannerSec .col-sm-7{
    width: 100%;
  }
}
@media  (max-width: 575px) {
  .expert_Row .col-sm-3 {
      flex: 0 0 auto;
      width: 50%;
  }
  .why_Box_txt {
    padding: 1rem 0rem;
}
.overview{
  border-radius: 0;
}
.bannerContent h2 span{
  font-size: 2rem;
}
.banner_Content h5{
  margin-bottom: 2rem;
}
.banner_Content ul li{
  font-size: 1rem;
  display: flex;
}
.bannerSec{
  min-height: 50vh;
}
.banner_Content .knowMore.gren_btn {
  margin-left: 0;
  font-weight: 500;
}
.why_Box_txt ul,
.why_Box_txt ul,
.planVisit_box ul{
  flex-wrap: wrap;
}
.impact_list.why_Box_txt ul li,
.why_Box_txt ul li {
  width: 49%;
}
.planVisit_box ul li span{
  font-size: 1rem;
}
.planVisit_box ul li {
  display: flex;
  display: block;
  width: 100%;
}
}