@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}


h2 {

  font-size: 35px;
}

p {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 2px;

}

a {
  text-decoration: none;
}

.container-fluid {
  width: 95% !important;
  margin: auto;
}

/* navbar */
.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #ababab;
}

.nav-cont {
  background-color: #272727 !important;
}



.nav-link{
  color: #002f48;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px;
}
.nav-link:hover{
  background-color: #758bfd;
  color: #fff;
}


.navbar-toggler-icon {
  background-image: url(../images/menu.webp) !important;
}

.more-serv{
  display: flex;
}
/* footer */

.footer {
  background-color: transparent;
  background-image: linear-gradient(135deg, #ecaffb 0%, #fec0a9 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  padding: 40px 30px 0px 30px;
  background-attachment: fixed;
  color: #515151;
  
}
.ft-icons {
  font-size: 22px;
  color: #515151;
  transition: 0.3s ease;
}
.ft-icons:hover{
  color: #758bfd;
  cursor: pointer;

}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  transition: .3s;
  color: #515151;
}

.btn.btn-link {
  text-decoration: none;
}

.fa-angle-right {
  margin-right: 5px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;

}

/* button */
.bton {
  background-color: #758bfd;
  border-style: none;
  border-radius:30px;
  padding: 8px 20px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  transition: 0.3s;
}

.bton:hover {
  color: #efefef;
 background-color: #272727;
  animation: pulse 0.5s infinite alternate;
  
}

@keyframes pulse {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(3px);
  }
}



/* banner */

.ban {
 background-image: url(../images/main-bg.webp);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 80px;
 padding: 40px 30px 0px 30px;
  background-attachment: fixed;
  position: relative;
}



.ban-head {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 65px;
}
.wave-text{
  text-align: end;
    color: #3f3f3f;
    font-size: 95px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
}
.wave-text span {
  display: inline-block;
  font-size: 4rem;
  animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
  animation-delay: 0s;
}
.wave-text span:nth-child(2) {
  animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
  animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
  animation-delay: 0.6s;
}
.wave-text span:nth-child(5) {
  animation-delay: 0.8s;
}
.wave-text span:nth-child(6) {
  animation-delay: 1s;
}
.wave-text span:nth-child(7) {
  animation-delay: 1.2s;
}
.wave-text span:nth-child(8) {
  animation-delay: 1.2s;
}
.wave-text span:nth-child(9) {
  animation-delay: 1.4s;
}
.wave-text span:nth-child(10) {
  animation-delay: 1.6s;
}

@keyframes wave {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px);
  }
}






/* abt */
.abt {
  background-color: #fff;
}

.abt-cont {
  margin-bottom: 20px;
  margin-top: 10px;
}

.abt-icn {
  font-size: 18px;
  color: #758bfd;
}

/* strp */
.strp {
  background-image: linear-gradient(to bottom right,#ecaffb,#fec0a9);
  color: #fff;
  border-radius: 30px;

}

.strp-head {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}

/* services */
.serv {
 background-color: #fff;
}

.serv-cont1 {
  background-color: #f3f8ff;
 background-image: url(../images/serv-bg.webp);
  background-position: 31px 31px;
  background-repeat: no-repeat;
  background-size: 46px auto;
  padding: 20px;
  border-radius: 20px;
  transition: background-size 1s ease;
}
.serv-cont1:hover{
  background-color: #fff;
  background-image: url(../images/serv-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150% auto;
   
}
.serv-cont {
  background-color: #f3f8ff;
  background-image: url(../images/serv-bg.webp);
   background-position: 31px 31px;
   background-repeat: no-repeat;
   background-size: 46px auto;
   padding: 20px;
   border-radius: 20px;
   transition: background-size 1s ease;
}
.serv-cont:hover{
  background-color: #fff;
  background-image: url(../images/serv-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150% auto;
   
}
.serv-desc{
  color: #f89bc1;
}
.serv-icn{
  font-size: 40px;
  color: #4b4b4b;
}
.serv-icn1{
  font-size: 40px;
  color:#4b4b4b;
}



.serv-cont1:hover .serv-desc{
  color: #758bfd;
}
.serv-cont:hover .serv-desc{
  color: #758bfd;
}
.serv-cont1:hover .serv-icn{
  color: #4b4b4b;
}

.serv-cont:hover .serv-icn1{
  color: #4b4b4b;
}
/* msn */
.vsn{
  background-color: #ffe0d7;
  color: #fff;
  position: relative;
}


.vsn-cont{
 color: #000;

}



/* rev */
.rev{
 background-color: #fff;

}
.rev-cont{
  background-color: #f3f8ff
  ;
 padding: 20px;
  transition: 0.6s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 5% 75%, 0 86%, 0% 75%);
transition: 0.3s ease;

}
.rev-cont:hover{


  color: #7a7878;


}

 /* Progress bar container */
 .progress {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 80px;
  margin: 10px 0;
  height: 8px;
}

/* Progress bar inner (colorful) */
.bar {

  border-radius: 5px;
  width: 0%; 
  transition: width 2s ease-in-out; 
}


.ninety {
  background-image: linear-gradient(to bottom right,#fec0a9,#ecaffb)
}
.forty {
  background-image: linear-gradient(to bottom right,#fec0a9,#ecaffb)
}
.sixty {
  background-image: linear-gradient(to bottom right,#fec0a9,#ecaffb)
}

/* Animation on page load */
@keyframes progressAnimation {
  0% {
      width: 0%;
  }
  100% {
      width: 97%; 
  }
}

/* Animation for each progress bar */
.ninety {
  animation: progressAnimation 2s forwards;
}

@keyframes trafficAnimation {
  0% {
      width: 0%;
  }
  100% {
      width: 40%; 
  }
}

.forty {
  animation: trafficAnimation 2s forwards;
}

@keyframes revenueAnimation {
  0% {
      width: 0%;
  }
  100% {
      width: 60%; 
  }
}

.sixty {
  animation: revenueAnimation 2s forwards;
}


/* abot */
.abot{
  background-image: url(../images/abot-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 65vh;
  color: #ffff;
}
.inner-con h4{
  padding-top: 5px;
  font-weight: 600;
}
/* more abt */
.serve-desc{
  border-bottom: 2px dashed #758bfd;
  
}
.serv-ben{
  background-image: url(../images/serv-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.serve-cont{
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s;
}
.serve-cont:hover{
  background-image: linear-gradient(to bottom right,#002f48,#a3d2e9);
  color: #fff;
}
/* contact us */
.cont{
  background-color: #fff;
  
}
/* responsive */

@media (max-width:1115px) {
  .ban-bg{
    display:none;
  }
  .logo-ban{
    display: none;
  }
  .ban-cont1{
    display: none;
  }
  .ban-desc {
    margin-top: 0px;
}
.navbar{
  border-bottom: 2px solid #fff;
}
.ban-icn {
  font-size: 30px;
}
.msn-cont {
 
  top: 45%;
  right: 2%;
  padding: 35px;
  width: 40%;
  
}

.vsn-desc{
  margin: 40px 0px;
}

}
@media (max-width:921px) {
  .ban-cont {
   
    width: 30%;
    top: 48%;
    right: 8%;
}
.ban-icn {
  font-size: 20px;
}

  
}

/* Mobile View */
@media (max-width: 768px) {
  .bar {
    height: 10px;
  }
  
  .sec-mb{
    text-align: center;
  }
  .ban-img {
    width: 400px;
}
.ban-cont {
  left: 25%;
  width: 45%;
  top: 9%;
  
}
.ban-head {
  font-size: 35px;
  margin-top: 20px;
}
h2 {
  font-size: 30px;
}
.abt-img2{
  width: 550px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.bton{
  margin-bottom: 20px;
  margin-top: 10px;
}
.strp-head {
  font-size: 30px;
}
.serv-img{
  margin-bottom: 30px;
}
.serv-cont1{
  margin-bottom: 25px;
}
.serv-cont-mb{
  margin-top: 25px;
  
}

.vsn{
  padding: 30px 20px;
}

.rev-cont-mb{
  margin-top: 25px;
}
.serve-mb{
  margin-bottom: 30px;
}
.serve-mb1{
  margin-bottom: 30px;
}
.abot {
  height: 80vh;
  
}
.wave-text span {
  
  font-size: 3rem;
}
.wave-text {
  text-align: center;
}
.strp-head {
  
  margin-top: 20px;
}

}
