
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Oswald&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'BR Omega';
  src: url('./font/BROmega-Bold.otf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BR Omega';
  src: url('./font/BROmega-SemiBold.otf') format('truetype');
  font-weight: 600; /* SemiBold */
  font-style: normal;
  font-display: swap;
}

*{
  font-family: 'BR Omega', sans-serif;
 
}

.font-Roboto{
font-family: 'Rbboto', sans-serif;
}

h3{
    font-weight: 700;
}

p{
    font-weight: 600;
}


 .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .active-img {
    opacity: 1;
  }

  @keyframes truckMove {
    0% { left: 0%; }
    100% { left: 100%; }
  }
  .move {
    animation: truckMove 8s linear forwards;
  }


  .header_contents{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
  }

  @media (max-width:1020px){
     .header_contents{
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
  }
  }

   .rotate-180 {
      transform: rotate(180deg);
      transition: transform 0.3s ease;
    }
    .mega-menu {
      display: none;
    }
    .mobile-menu {
      transition: all 0.4s ease;
    }
    .mobile-menu.active {
      right: 0;
    }


    .shadow-right-bottom {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}

 .testimonial-card {
      box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.20);
      border: 1px solid #1D2355;
    }

    .monky-navy{
        color: #1D2355 !important;
    }

  .all_heading{
     font-size: 50px;
     color: #1D2355;
     line-height: 120%;
  }

.shadow_first {
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.5);
  max-height: 350px;
}

.shadow_second {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}
.service-card img {
  transition: transform 0.4s ease;
}
.service-card:hover img {
  transform: scale(1.08);
}


.service-card-main > :nth-child(1) {
    border-radius: 40px 40px 0px 40px;  /* top-left */
}

.service-card-main > :nth-child(2) {
    border-radius: 40px 40px 40px 0px;  /* top-right */
}

.service-card-main > :nth-child(3) {
    border-radius: 40px 0px 40px 40px;  /* bottom-left */
}

.service-card-main > :nth-child(4) {
    border-radius: 0px 40px 40px 40px;  /* bottom-right */
}

.smile_card{
  border-radius: 40px 40px 40px 40px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.25); 
}
 