@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;600;700&display=swap');

body {

  font-family: 'Sofia Sans', sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a{
  color: #3e3e3e;
}
h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 5px;
  margin-top: 5px;

}
h5 {
  margin-top: -8px;
  margin-bottom: 5px;
 

}

p {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;


}

a {
  text-decoration: none;
}
.inner-con h4{
  font-weight: bold;
}
.inner-con ul li{
  font-size: 18px;
}
.inner-con p{
  font-size: 18px;
}
/* navbar */
.navbar {

  color: #ffffff;
background-color: #000000;

}

.navbar-nav a:hover {
  background-color: #bff747 !important;
  color: #000000;

}

.navbar-toggler-icon {
  background-image: url(../images/menu.webp) !important;
  width: 2em !important;
}

.main {
  background-image: url(../images/main-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  animation: moveBackground 4s infinite linear; 
  padding: 80px 0px;
}

@keyframes moveBackground {
  0% {
    background-position: center;
  }
  50% {
    background-position: 100% 100%; 
  }
  100% {
    background-position: center;
  }
}
.rotate-image {
  animation: rotateEffect 8s infinite linear; 
}

@keyframes rotateEffect {
  0% {
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(360deg); 
  }
}
.rotate-image1 {
  animation: rotateEffect 30s infinite linear; 
}

@keyframes rotateEffect {
  0% {
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(360deg); 
  }
}
.badge-img {
  top: 95px;
  position: absolute;
  right: 598px;
}
@keyframes slideUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px); 
  }
  100% {
    transform: translateY(0);
  }
  
}

.badge-img img {
  animation: slideUpDown 4s ease-in-out infinite; 
}




.banic-img {
  bottom: 85px;
  position: absolute;
  right: 703px;
  animation: pulseX 3.5s infinite ease-in-out;
}
@keyframes pulseX {
  0% {
      transform: scaleX(1);
  }
  50% {
      transform: scaleX(1.2); 
  }
  100% {
      transform: scaleX(1);
  }
}
.main-p{
  border-radius: 80px;
  margin-right: 200px;
  padding-top: 5px;
  color: #fff;


}
.p-desc{
  border-right:2px solid black;
}

.head2{
  font-size: 60px;
  font-weight: bold;
  margin-top: 10px;
  color: #efeded;
}

/* abt */
.d-block {
  max-width: 500px;
  margin-left: 50px;
}
.abt {
  position: relative;
    background-color: #ffffff;
   padding: 20px 0px;
    z-index: 1;
    overflow: hidden;
}


.abt-rev{
  border: 8px solid #fff;
  border-radius: 50%;
}


.abt-img {
  border-radius: 20px;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ban-img {
  max-width: 50px;
}

.abt-desc1 {
  font-size: 50px;


}

.abt-para {
  
 background-color: #000;
 color: #fff;
 padding: 20px;
 border-radius: 20px;
 border-left: 6px solid #bff747;
 transition: 0.3s ease;
}
.abt-para:hover{
  background-color: #bff747;
  color: #000;

}
/* strp */
.strp{
  background-image: url(../images/strp-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

/* button */
.custom-btn{
  background-color: #3d3d3e;
border: none;
border-radius: 80px;
color: #ffffff;
width: 180px;
padding: 12px 10px;
cursor: pointer;
z-index: 1;
}

.custom-btn:hover {
  background-color: #bff747; 
  border-color:#bff747; 
  color: #000000;}
  /* badge */
  .badge-main{
    top: 50%;
    left: 68%;
  }
/* service */


.service{
  
background-color: #fff;
  
}


/* vsn */
.vsn{
  background-image: url(../images/vsn-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
 
}

.vsn-desc{
  border: 2px solid #bff747;
  border-radius: 20px;
}
.msn-cont{
  background-color: #00000044;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 20px 20px 10px rgb(29, 29, 29);

}
.vsn-cont{
  background-color: #00000044;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 150px;
  box-shadow: 20px 20px 10px rgb(29, 29, 29);

}
/*testimonial */
.rev-img{
  border-radius: 50%;
}


.rev-desc {
  background-color: #ffffff;
  border-radius: 10px;
 
}

.rev-desc img {
  margin: 5px;
}
/* footer */

.footer {
  position: relative;
  background-image: url(../images/main-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: moveBackground 4s infinite linear; 
}


@keyframes moveBackground {
  0% {
    background-position: center;
  }
  50% {
    background-position: 100% 100%; 
  }
  100% {
    background-position: center;
  }
}
.ft-bottom a{
  color: #fff;
  transition: 0.3s ease;
  font-size: 14px;
}
.ft-bottom a:hover{
  color: #bff747;
}
.footer p{
  font-size: 16px;
}
/* about section */
.about{
 background-color: #fafafa;
}
.img-abt{
  border-left: 6px solid #bff747;
  border-bottom: 6px solid #bff747;
}


.head3 {
  position: relative;
  display: inline-block;
  font-weight: bold;
 
}

.head3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #bff747;
  transform-origin: 0 50%;
  transform: scaleX(0);
  animation: underlineAnimation 2s infinite;
}

@keyframes underlineAnimation {
  0%, 100% {
      transform: scaleX(0);
  }
  50% {
      transform: scaleX(1);
  }
}
/* service section */
.dsk-serv{
  display: block;
}
.mb-serv{
  display: none;
}
.serv{
  background-color: #fafafa;
}
.serv-cont{
  background-color: #fff;
  padding: 5px;
  border-left: 6px solid #bff747;
  border-bottom: 6px solid #bff747;
  transition: 0.3s ease;
}
.serv-img{
  margin-top: -50px;
  
}
.serv-cont:hover{
  background-color: #ddb8b2;
  color: #fff;
}
.serv-desc{
  margin-top: 80px;
  margin-bottom: 80px;
}
.serv-desc1{
  margin-top: 40px;}
  .serv-ban{
    left: 37%;
    top: 36%;
    width: 300px;
  }
  
  @media only screen and (max-width:1200px){
    .badge-img{
      display: none;
    }
    .serv-ban{
      left: 34%;
    top: 32%;
    }
    .main-p {
      
      margin-right: 100px;
  }

  }
  @media only screen and (max-width:995px){
    .serv-ban {
      left: 38%;
      top: 45%;
      width: 200px;
  }}
  @media only screen and (max-width:850px){
    .serv-ban {
      left: 36%;
      top: 45%;
      width: 200px;
  }
  }
@media only screen and (max-width:767px) {
  .main-cont {
    flex-direction: column-reverse;

  }
  .mid-mb{
    text-align: center;
  }

  .main2-cont {
    flex-direction: column-reverse;

  }

  .main-cont-3 {
    flex-direction: column-reverse;
    padding-top: 0px !important;

  }

  .main-cont-4 {

    padding-top: 0px !important;

  }

  .col-md-6 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    ;
  }

  .card {
    margin-bottom: 20px;
  }
  .head2{
    font-size: 40px;
  }
  .main-p{
   
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;

  
  
  }
  .abt-rev{
    margin-bottom: 20px;
  }
  .service img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .col-md-6{
  text-align: left;
}
.ft-lnk{
  padding-top: 10px;
}
.serv-img {
  margin-top: 0px;
  
}
.serv-cont{
  margin-top: 15px;
  margin-bottom: 15px;
}
.serv-desc{
  margin-top: 15px;
  margin-bottom: 15px;
}
.serv-desc1{
  margin-top: 15px;}
  .badge-main{
    top: 20%;
    left: 40%;
  }
  .rotate-image {
    animation: none;
}
.rotate-image1 {
  animation: none;
}
.main{
  padding: 40px 0px;
}
.dsk-serv{
  display: none;
}
.mb-serv{
  display: block;
}
.abt-desc1 {
  font-size: 30px;
}
.vsn-cont {
  
  margin-top: 40px;
  
}

}