@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* --------poppin font--------- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif; 
}

button{
    border: none;
    border-radius: 42px;
}
body{
    height: 100%;
    width: 100%;
}
.colOrange{
    color: #E66E2A;
}
a{
 text-decoration: none;
}

/* ------navbar-custom-css---------- */
.navbar-nav .nav-link.active{
    color: #FF8345;
}
.navbar-brand{
    color: #162340;
}
.navbar-brand h3{
 font-weight: 700;
 margin-bottom: 0px;
 font-size: 22px;
}
.navbar-brand h3 span{
    font-weight: 400;
    font-size: 22px;
}
.navbar-brand p{
    font-size: 12px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 400;
}
.bg-body-tertiary{
    background-color:#ffffff !important ;
}
.navbar-toggler:focus{
   box-shadow: none;
}
#navbarText{
    max-width: 48%;
}
#navbarText ul li{
    margin-right: 4vw;
    font-weight: 600;
}
/* #navbtn-bookConsult{
    font-size: 13px;
    display: flex;
    align-items: center;
    border-radius: 42px;
    color: black;
    border-color: #0000001A;
}
#navbtn-bookConsult span{
    font-size: 0.813rem;
    margin-left: 5px;
} */


/* --------hero-Section----------- */
.heroSection{
    background-image: url('../logoIcons/heroImg.png') ;
    background-size:  cover; /* Specify the background size for each image */
    background-position: center, center; /* Specify the position for each image */
    background-repeat: no-repeat; /* Prevent repeating of the background images */
    width: 100%;
    object-fit: contain;
    height:  113vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    overflow: hidden;
    
}
.hero-container{
    margin-top: -85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
}
.heroSection #heroCircle{
    height: 115vh ;
    animation: scaleAnimation 2s infinite alternate;  
}
@keyframes scaleAnimation {
    from {
      transform: scale(1); /* Initial scale */
    }
    to {
      transform: scale(1.2); /* Scale up */
    }
  }

.heroSection h6{
    font-size: 0.913rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    align-items: center;
    text-shadow: 0px 8px 8px  #00000066;

}
.heroSection h6 img{
    height: 20px;
    margin-right: 4px;
}
.heroSection h1{
    font-weight: 700;
    font-size: 3.163rem;
    line-height: 64px;
    letter-spacing: -1%;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0px 8px 8px  #00000066;
}
.heroSection p{
    font-weight: 100;
    font-size: 1.3rem;
    line-height: 28px;
    text-align: center;
    opacity: 75%;
    text-shadow: 0px 8px 8px  #00000066;
}
.heroSection #herobtn-grad{
    margin-top: 30px;
   width: 241px;
   height: 66px;
   border-radius: 50px;
   background-image: linear-gradient(237.16deg, #1859FF -5.12%, #F66700 99.58%);
   border: none;
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   color: #ffffff;
   font-weight: 700;
   font-size: 1rem;
   line-height: 28px;
   letter-spacing: 0.5px;
   cursor: pointer;
}
.heroSection #herobtn-grad:hover{
    transition: all 0.3s ease-in;
    background-image: linear-gradient(237.16deg,#F66700  -5.12%,  #1859FF 99.58%); 
    transform: translateY(-2px);
}
.heroSection #herobtn-grad span{
   width: 42px;
   height: 42px;
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #000000;
   font-size: 1.25rem;
   font-weight: 600;
   display: flex;
   justify-content: center;
   align-items: center;  
}

/* --------------containerB------------ */
 /* -----leftCont---- */
 #containerB{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 15vh;
 }
 .subContA{
    width: 50%;

 }
 #workExperience{
    
    background-image: url('../logoIcons/image9yearExp.png');
    background-size:contain;
    background-repeat: no-repeat;
    height: 80.76vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 9vw;
    margin-right: 2VW;
    position: relative;
 }
 #workExperience img{
    position: absolute;
    left: -13vw;
    top: 10px;
    animation: scaleAnimationB 2s infinite alternate;  
}
@keyframes scaleAnimationB {
    from {
      transform:scale(1.0) /* Initial scale */
    }
    to {
      transform: scale(1.1); /* Scale up */
    }
  }
 
 /* --------rightCont--------- */
 .subContB{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
  #CreativeApproach{
    width: 199.66px;
    height: 42px;
    background-image: linear-gradient(90deg, #F0F4FD 100%,  #FFFFFF 0%);
    color: #142750;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    cursor: default;

 }

 .subContB h1{
    font-weight: 700;
    font-size: 2.813rem;
    line-height: 3.125rem;
    letter-spacing: -1px;
    margin-top: 4vh;
    margin-bottom: 4vh;
 }
 .subContB p{
    font-size:1.063rem ;
    font-weight: 400;
    line-height: 32px;
    color: #878898;
    text-shadow:  0px 4px 4px  #00000040;
}
.subContB #btnPair{
   display: flex;
}
.subContB #btnPair a{
    text-decoration: none;
    color: #FFFFFF;
}
 .subContB #btnPair .btn-primary{
    background-color: #FF8345;
    box-shadow: 0px 5px 20px #0000001A;
    /* width: 181.48px; */
    height: 56px;
    border-radius: 50px;
    margin-right: 10px;
    border: none;
 }
 .subContB #btnPair .btn-primary:hover{
    background-color: #ee5a10;
 }

 .subContB #btnPair .btn-light{
    /* width: 171.48px !important; */
    height: 56px;
    border-radius: 50px;
    /* padding: 10px 50px !important; */
    font-weight: 700;
    font-size:1.063rem ;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #242E45;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
 } 
 /* ----------counterRow--------- */
 #counterRow .row{
    max-width: 80%;
    margin: auto;
    margin-bottom: 8vh;
    margin-top: 7vh;
 }
 #counterRow .row .col{
    display: flex;
    justify-content: center;
    align-items: flex-start;
 }
 .counter-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
 }
.counter-box h1{
    font-size: 50px;
    color: #30394F;
    font-weight: 800;
}
.counter-box .headingbarA{
height: 10px;
width: 110px;
opacity: 20%;
background: linear-gradient(90deg, #F7693C 0%, #C74E45 25%, #7D3785 50%, #582D9F 75%, #3928AF 100%);
margin-top: -32px;
z-index: -10;

}
.counter-box .headingbarB{
height: 10px;
width: 85px;
opacity: 20%;
background-image: linear-gradient(90deg, #F7693C 0%, #C74E45 25%, #7D3785 50%, #582D9F 75%, #3928AF 100%);
margin-top: -32px;
z-index: -10;
}
.counter-box p{
    color: #242E45;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
}
#plus{
    /* position: absolute; */
    font-size: 50px;
    color: #30394F;
    font-weight: 800;
    height: 60px;
    display: flex;
    align-items: center;
    
}


/* ---------containerC---------- */

#containerC{
    width: 100%;
    height: 104.58vh; 
    margin-bottom: 10vh;
    background-image: url('../logoIcons/blueBackA.png');
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;   
    position: relative;
    overflow: hidden;
}
#containerC .leftCont{
    width: 35%;
    height: 104.58vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

#containerC .leftCont h4{
    font-weight: 600px;
    font-size: 13px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 5vh;
}
#containerC .leftCont h1{
    width: 80%;
    font-weight: 700px;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 6vh;
}
#containerC .leftCont p{
    font-weight: 400px;
    font-size: 17px;
    line-height: 32px;
    color: #878898;
    margin-bottom: 7vh;
}
#containerC .leftCont button{
   width: 181.48px;
   height: 56px;
   border-radius: 50px;
   opacity: 77.69%;
   background-color: #242E45;
   box-shadow: 0px 5px 20px  #0000001A;
   font-size: 16px;
   font-weight: 500px;
   line-height: 24px;
   text-align: center;
   color: #FFFFFF;
   
}


#containerC .rightCont{
    width:45%;
    object-fit: center;
    background-repeat:no-repeat;
    animation: scaleAnimationC 8s linear infinite ;  
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@keyframes scaleAnimationC {
    from {
      transform: translateY(-350px); /* Initial scale */
    }
    to {
      transform: translateY(350px); /* Scale up */
    }
  }


   




/* ---------containerD---------- */
#containerD {
    max-width: 83%;
    margin: auto;
    height: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
}
.subContC{
    height: 110vh;
    width: 40vw;
    scrollbar-width: thin;
}
.subContC .cardA{
    width:  71.98748043818466vh;
    border-radius: 20px;
    border: 1px solid #E9E9E9;
   padding: 2vw;
   margin-bottom: 25px;
}
.subContC .cardA h2{
 margin-top: 25px;
 font-weight: 700;
 font-size: 24px;
 line-height: 33.8px;
 color: #193047;
}
.subContC .cardA p{
    color: #193047;
    font-size: 18.2px;
    font-weight: 300;
    line-height: 29.12px;
}

/* ----------------containerE------------ */
#containerE{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vh;
    overflow: hidden;
}
#containerE .floating-text div {
    font-weight: 700;
    font-size: 72px;
    line-height: 86.4px;
     position: relative;
  overflow: hidden;
}

@keyframes float-left {
  0% {
    transform: translateX(-100%);

  }
  100% {
    transform: translateX(130%);
  }
 
}


@keyframes float-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-132%);

  }

}

.floating-text .left-text{
    position: absolute;
    animation: float-left 8s linear infinite;   
}
.floating-text .right-text{
    position: absolute;
    animation: float-right 8s linear infinite ;
}

/* -------------------------containerF--------------------- */

 #containerF{
    width: 100%;
    height: 120vh; 
    margin-bottom: 13vh;
    background-image: url('../logoIcons/blueBackA.png');
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding-top: 8vh;
    overflow: hidden;
 }

 /* -----FirstSUb-container------- */
 #containerF .first{
    max-width: 90%;
    display: flex;
    justify-content: space-evenly;
 }
 #containerF .first .heading{
    width: 35%;
 }
 #containerF .first .heading h6{
    font-size: 13px;
    font-weight: 600;
    line-height: 42px;
    color: #FFFFFF;
 }
 #containerF .first .heading h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: left;
    color: #FFFFFF;
 }
 #containerF .first .discription{
    width: 30%;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #878898;
 }
 #containerF .first .carousalbtn{
    display: flex;
    justify-content: center;
    align-items: center;
 }
 #containerF .first .carousalbtn #previ-btn,#next-btn {
    border: 0.2px solid #ffffff48 ;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
 }
 /* -----secondSUb-container------- */
 #containerF .second{
    margin-top: 5vh;
    margin-left: 8vw;
    width: 100%;
    margin-right: 8vw;
    
 }
 .owl-dots{
    position: absolute;
    left: 40vw;
 }
 .owl-nav {
    /* width: 100px; */
    font-size: 30px;
    color: #fFFFFF;
    position: relative;
    display: inline-block;
    position: absolute;
    left: 75vw;
    top: -120px;
 }
 .owl-prev span,.owl-next span{
    border: 0.2px solid #ffffff48 ;
    width: 42px ;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    cursor: pointer;
    margin: 2px;
  
 }
.carousalCard{
    width: 285px;
    height: 357.41px;
    border-radius: 6px;
    background-repeat:no-repeat ;
    background-size: cover;
    padding: 30px 25px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: flex-start;
}
.carousalCard button{
width: 112.36px;
height: 32px;
border-radius: 30px;
background-color: #FF8345;
font-weight: 600;
font-size: 12px;
line-height: 32px;
letter-spacing: 0.5px;
color: #FFFFFF;
}
.carousalCard h3{
    font-weight: 500px;
    font-size: 20px;
    color: #FFFFFF;
}
.carousalCard p{
    font-weight: 500px;
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #878898;
}
#C-cardtypeA{
    background-image: url('../logoIcons/carousalpic1.png');
    height: 357.41px;
}
 #C-cardtypeB{
    background-image: url('../logoIcons/carousalpic2.png');
    height: 357.41px;
}
 #C-cardtypeC{
    background-image: url('../logoIcons/carousalpic3.png');
    height: 357.41px;
}
 #C-cardtypeD{
    background-image: url('../logoIcons/carousalpic4.png');
    height: 357.41px;
}
 #C-cardtypeE{
    background-image: url('../logoIcons/carousalpic5.png');
    height: 357.41px;
}
 #C-cardtypeF{
    background-image: url('../logoIcons/carousalpic6.png');
    height: 357.41px;
}
 #C-cardtypeG{
    background-image: url('../logoIcons/carousalpic7.png');
    height: 357.41px;
}


/* -----thirdSUb-container------- */
#containerF .third{
      width: 100%;
      height: 140px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FFFFFF;
      font-weight: 300;
      font-size: 15px;
      line-height: 32px;
      letter-spacing: 0.2px;
}
#containerF .third span{
    margin-right: 5px;
    font-weight: 300;
    font-size: 20px;
}
#containerF .third a{
    color: #ffffff;
    /* text-decoration: none; */
}

/* --------------------------------containerG-------------------------- */

#containerG{
    max-width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 15vh;
}

.headingDisc{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
#containerG .headingDisc .leftCont{
    width:35%;
    height: fit-content;
    text-align: left;
}
#containerG .headingDisc .leftCont h1{
    margin-top: 8vh;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #242E45;
    margin-bottom: 3vh;
}
#containerG .headingDisc .rightCont{
    width: 60%;
    height: fit-content;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #878898;
}
/* --------------card-Grid---------- */
#containerG .btnGrid{
    margin-top: 10vh;
    width: 100%;
}
/* ---------card---------- */
#containerG .btnGrid .card{
    position: relative;
    width: 260px;
    height: 221px;
    border-radius: 7.21px;
    border: 1px solid #EDEDED;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px;
}
#containerG .btnGrid .card:hover{
    background-color: #cdd1d6bd;
    transition: all 0.2s ease-in;
    transform: translateY(-5px);
}
#containerG .btnGrid .card .imgContainer{
    width: 72.11px;
    overflow: hidden; 
    object-fit: contain;  
}

#containerG .btnGrid .card:hover .imgContainer .hovImg {
    opacity: 1;
}

#containerG .btnGrid .card img{ 
  transition: opacity 0.3s ease;
}
#containerG .btnGrid .card .imgContainer .hovImg{
    margin-top: -102.11px;
    opacity: 0;
}

#containerG .btnGrid .card .cardContent-A{
    width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
#containerG .btnGrid .card .cardContent-A div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#containerG .btnGrid .card .cardContent-A h3{
    font-weight: 600px;
    font-size: 18.03px;
    line-height: 28.85px;
    letter-spacing: 0.18px;
    color: #183B56;
    font-family: "poppins", sans-serif;
}
#containerG .btnGrid .card .cardContent-A p{
  font-weight: 400;
  font-size: 14.42px;
  margin-bottom: 0px;
  color: #5A7184;
}
#containerG .btnGrid .card .cardContent-A span{
width: 20.85px;
height: 20.85px;
}
#containerG .btnGrid .card-B{
    background-image: url('../logoIcons/orangeBackgroundcart.png');
    width: 260px;
    height: 221px;
    border-radius: 7.21px;
    border: 1px solid #EDEDED;
    padding: 25px 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px;
    color: #ffffff;
    cursor: pointer;
}
#containerG .btnGrid .card-B a{
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#containerG .btnGrid .card-B:hover{
    transition: all 0.2s ease-in;
    transform: translateY(-5px);
}
 #containerG .btnGrid .card-B h3{
    font-size: 21.63px;
    font-weight: 500;
    line-height: 30.65px;
    letter-spacing: 0.18px;
}   

#containerG .btnGrid .card-B span{
    font-size: 20px;
}

#containerG .btnGrid #dollorImg{
    width: 100.11px;
    margin-left: -10px;
}

/* -----------footer-section-------------- */

#containerH{
    background-color: #162340;
    width: 100%;
    height: 549px;
    padding: 60px 0px 20px 0px ;
}
.subContainerA{
    width: 85%;
    margin: auto;
    border-bottom: 0.8px solid #ffffff29;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.607);
    padding-bottom: 15px;
}
.subContainerA .footerlogo img{
    width: 123px;
    object-fit: contain;
    margin-bottom: 20px;
}
.subContainerA .footLinks{
    width: 30%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 300;
   
}
.subContainerA .footLinks a{
    text-decoration: none;
    color: hsla(0, 0%, 100%, 0.607);
}
.subContainerB{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subContainerB .left-subContainer{
    width: 67%;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, 10%);
    margin-top: 40px;
    padding:  0px 30px 20px 30px;
    position: relative;
}

.subContainerB .left-subContainer form input{
    background-color: #1D2942 ;
    border-radius: 30px;
    border: none;
    padding: 15px;
    font-size: 15px; 
    height: 60px;
    color: #ffffff98;
}
.subContainerB .left-subContainer form textarea{
    background-color: #1D2942 ;
 border-radius: 30px;
border: none;
 padding: 15px;
 font-size: 15px;
 height: 160px ;
 color: #ffffff98;
}
.subContainerB .left-subContainer form textarea:focus{
    background-color: #1D2942;
}
.subContainerB .left-subContainer .form-control::placeholder{
    color: #FFFFFF90 ;
}

.subContainerB .left-subContainer button{
    width: 172px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 42px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 45px;
    left: 45px;
    
}
.subContainerB .left-subContainer button a{
    text-decoration: none;
    color: #000000;
}
.subContainerB .right-subContainerB{
    display: flex;
    margin-top: 20px;
    width: 44%;
    justify-content: flex-end;
}
.subContainerB .right-subContainerB .subfootA{
    margin-left: 15px;
    /* width: 0px; */
    margin-right: 20px;
}
#containerH h5{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
}

#containerH li{
    list-style: none;
    margin-bottom: 15px;
    
}
#containerH li a{
    text-decoration: none;
    color: #FFFFFF;
    /* line-height: 30px; */
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    opacity: 30%;
}
