
@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);
}

.shadow_thired{
 box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
}
.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); 
}

.whitespace-nowrap:hover{
  color: #EE1F23;
}
.whitespace-nowrap {
  transition: color 0.3s ease;   /* smooth color animation */
}


.all-heading {
    font-weight: 700;                  /* font-bold */
    color: #1D2355;                    /* text-[#1D2355] */
    max-width: 800px;                  /* max-w-[800px] */
    line-height: 120%;                 /* leading-[120%] */
    margin-bottom: 1rem;               /* mb-4 */
    font-size: 1.5rem;                 /* text-2xl */
}

/* sm (min-width: 640px) */
@media (min-width: 640px) {
    .all-heading {
        font-size: 1.875rem;           /* text-3xl */
    }
}

/* md (min-width: 768px) */
@media (min-width: 768px) {
    .all-heading {
        font-size: 3rem;               /* text-5xl */
        margin-bottom: 1.5rem;         /* md:mb-6 */
    }
}


.section-contents {
  color: #1D2355;           /* text-[#1D2355] */
  line-height: 120%;       /* approximate for “leading-relaxed” */
  font-size: 1rem;          /* text-base */
}

@media (min-width: 640px) {
  .section-contents {
    font-size: 1.5rem;      /* sm:text-2xl */
  }
}


.radious-box {
    border-top-right-radius: 4rem;
}
.radious-left {
    border-top-left-radius: 4rem;
}



 