*{
 
    font-family: "League Spartan", sans-serif;
  
  }
  /* ........................................... Top bar ............................  */
  .topbar{
    /* width: 100%; */
    /* padding: 10px; */
    background-color: rgb(150, 150, 150);
  }
  .top-mail span{
    font-weight: 500;
    font-size: 17px;
  }
  .top-mail{
    color: white;
    padding: 5px 20px;
    margin-top: 10px;
    text-align: center;
  }
  .top-phone{
    margin-left: 10px;
  }
  .top-social{
    margin-left: 30px;
    text-align: center;
    margin-top: 15px;
  }
  .ts-icon{
  padding: 5px 5px;
  font-size: 17px ;
  color: white;
  }
  /* ............................ About Landing ....................  */
  .top-box{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    color: white;
    position: relative;
   }
   .vanish a{
    text-decoration: none;
    color: red;
   }
   .bg-shadow{
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 80%;
   }
   .box1{
    z-index: 10;
    /* margin-bottom: 200px; */
    /* margin-left: 230px; */
   }
   .box1 h1{
    font-size: 43px;
   }
   .box1 p{
    font-size: 15px;
   }
   .vanish{
    color: rgb(210, 210, 210);
   }
   .mission-img{
    width: 370px;
    height: 350px;
    
   }
   .vehicle-img{
    height: 450px;
    object-fit: cover;
   }
   
  /* ........................... Why us .........................  */
  .whyus-content{
    margin: 0 auto;
    width: 85%;
    text-align: center;
  }
  .whyus-head{
     font-size: 40px;
     color: #AF0D1F;
  }
  .whyus-img{
    width: 500px;
    
  }
  .whyus-para{
    font-size: 18px;
    color: grey;
  }
  .whyus-features{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .f{
    margin: 30px;
  }
  .whyus-icon{
    width: 100px;
    margin-bottom: 10px;
  }
  .f p{
    font-size: 16px;
    font-weight: 500;
    color: #AF0D1F;
  }
  @media screen and (max-width:1024px) {
    .whyus-img{
        width: 300px;
    }
    .whyus-features{
        flex-wrap: wrap;
    }
    .whyus-para{
        font-size: 16px;
    }
    .whyus-icon{
        width: 50px;
    }
  }
  @media screen and (max-width:321px) {
    .whyus-img{
      width: 200px;
    }
    
  }
  /* ...................... About Main ....................  */
  .card {
    position: relative;
    width: 400px;
    height: 250px;
    /* padding: 10px; */
    background-color: #f2f2f2;
    /* background-image: url(./assets/images/team-business-people-stacking-hands.jpg); */
    /* background-size: cover; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 2px 2px 2px 1px #35353580;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 30px;
  }
  
  .card svg {
    width: 48px;
    fill: #333;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .mv-img{
    width: 70px;
  }
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
  }
  
  .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .card:hover .card__content {
    transform: rotateX(0deg);
  }
  
  .card__title {
    margin: 0;
    font-size: 30px;
    color:#AF0D1F;
    font-weight: 700;
  }
  
  .card:hover svg {
    scale: 0;
  }
  
  .card__description {
    margin: 10px 0 0;
    text-align: justify;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
  }
  .abt-main{
     margin: 0 auto;
  }
  .abt-main h2{
    text-align: center;
    font-size: 40px;
    color: #AF0D1F;
}
  .abt-row{
    margin: 0 auto;
    width: 80%;
    /* border: 1px solid black ; */
  }
  @media screen and (max-width:1024px) {
    .card {
        margin-left: 20px;
    }
    
  }
  @media screen and (max-width:768px) {
   .card__description{
    font-size: 13px;
    /* color: red; */
   }
    
  }
  /* ................................. Contact Us ........................  */
  .contact-contain{
    background-color: rgb(255, 255, 255);
    
  }
  .contact-tilte{
    text-align: center;
    font-size: 40px;
    color: #af0d1d;
    margin-top: 5 0px;
  }
  .contact-row{
    margin: 0 auto;
    width: 80%;
     -webkit-box-shadow: -7px -7px 44px -10px rgba(179,179,179,1);
    -moz-box-shadow: -7px -7px 44px -10px rgba(179,179,179,1);
    box-shadow: -7px -7px 44px -10px rgba(179,179,179,1);
  }
  .input {
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 1em;
    background-color: #ccc;
    box-shadow: inset 2px 5px 10px rgba(0,0,0,0.3);
    transition: 300ms ease-in-out;
    margin-top: 10px;
    width: 300px;
  }
  .contactus-head-para{
    font-size: 18px;
    text-align: center;
  }
  /* .contact-col{
    border: 1px solid black;
  }
  .map{
    border: 1px solid red;
  } */
  .input:focus {
    background-color: white;
    transform: scale(1.05);
    box-shadow: 13px 13px 100px #969696,
               -13px -13px 100px #ffffff;
  }
  
  .contact-inputs{
    width: 300px;
  }
  button {
    font-family: inherit;
    font-size: 20px;
    background-color:#014194;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 20px;
  }
  
  button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  
  button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
  }
  
  button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
  }
  
  button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
  }
  
  button:hover span {
    transform: translateX(5em);
  }
  
  button:active {
    transform: scale(0.95);
  }
  
  @keyframes fly-1 {
    from {
      transform: translateY(0.1em);
    }
  
    to {
      transform: translateY(-0.1em);
    }
  }
  @media screen and (max-width:1025px) {
    .map-img{
      width: 440px;
      height: 350px;
    }
  }
  /* ............................ footer ......................  */
.footer {
    background-color: #ecececd5;
    background-image: url(./assets/images/Egg\ Shell.png);
    background-size: cover;
    padding: 40px 0;
  }
  .footer-icon{
    width: 30px;
  }
  .footer-logo{
    width: 200px;
  }
  li{
    list-style: none;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .footer-brand {
    flex-basis: 300px;
  }
  
  .footer-brand .logo {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
  }
  
  .footer-text {
    color: #000000;
    margin-top: 10px;
    text-align: justify;
  }
  
  .social-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
  }
  
  .social-link {
    color: #000000;
    font-size: 20px;
    margin-right: 10px;
  }
  
  .footer-list {
    flex-basis: 300px;
    margin-top: 20px;
  }
  
  .footer-list-title {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
  }
  
  .footer-link {
    color: #000000;
    text-decoration: none;
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .footer-bottom {
    margin-top: 30px;
  }
  
  .copyright a{
    font-size: 20px;
    color: #AF0D1F;
    text-decoration:none;
  }
  
  /* Responsive Styles */
  @media screen and (max-width: 768px) {
    .footer-top {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-brand,
    .footer-list {
      flex-basis: 100%;
      text-align: center;
    }
  }
  
/* .............................. Work Process ..........................  */
  .work-process-area .single-item {
    margin-bottom: 30px;
  }
  .work-head{
    font-size: 40px;
    color: #AF0D1F;
    margin-top: 20px;
  }
  .work-para{
    color: #838383;
    font-size: 18px;

  }
  .work-head-para{
    color: #838383;
    font-size: 18px;
     text-align: center;
  }
  .work-process-area .thumb img {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    border: 9px solid #ffffff;
  }
  
  .work-process-area .work-pro-items .item i {
    display: inline-block;
    color: #4714ff;
    font-size: 60px;
    margin-bottom: 25px;
  }
  
  .yellow .work-process-area .work-pro-items .item i {
    color: #febc35;
  }
  
  .work-process-area .work-pro-items .item h4 {
    position: relative;
    z-index: 1;
    line-height: 60px;
    font-weight: 700;
  }
  
  .work-process-area .work-pro-items .item h4 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 90px;
    z-index: -2;
    color: #eef1f6;
    opacity: 0.5;
    font-weight: 900;
  }
  
  .work-process-area .work-pro-items .item {
    border: 1px solid #e7e7e7;
    padding: 67px 50px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .work-process-area .work-pro-items .item img {
    height: 70px;
    z-index: 10;
  }
  .work-para{
    text-align: justify;
  }
  
  
  .work-process-area.inc-img .work-pro-items .item h4 {
    line-height: 1.2;
  }
  
  .work-process-area.inc-img .work-pro-items .item img {
    margin-bottom: 40px;
  }
  
  /* Animation */
  .work-process-area .work-pro-items .item::before, 
  .work-process-area .work-pro-items .item::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #0d118f;
  }
  
  .yellow .work-process-area .work-pro-items .item::before, 
  .yellow .work-process-area .work-pro-items .item::after {
    background: #febc35;
  }
  
  .work-process-area .work-pro-items .item .item-inner::before, 
  .work-process-area .work-pro-items .item .item-inner::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #0d118f;
  }
  
  .yellow .work-process-area .work-pro-items .item .item-inner::before, 
  .yellow .work-process-area .work-pro-items .item .item-inner::after {
    background: #febc35;
  }
  
  .work-process-area .work-pro-items .item:hover::before, 
  .work-process-area .work-pro-items .item:hover::after,
  .work-process-area .work-pro-items .single-item:nth-child(2) .item::before, 
  .work-process-area .work-pro-items .single-item:nth-child(2) .item::after {
    width: 100%;
  }
  
  .work-process-area .work-pro-items .item:hover .item-inner::before, 
  .work-process-area .work-pro-items .item:hover .item-inner::after,
  .work-process-area .work-pro-items .single-item:nth-child(2) .item .item-inner::before, 
  .work-process-area .work-pro-items .single-item:nth-child(2) .item .item-inner::after {
    height: 100%;
  }
  /* /----- button 1 -----/ */
  .work-process-area .work-pro-items .item::before, 
  .work-process-area .work-pro-items .item::after {
    transition-delay: 0.2s;
  }
  
  .work-process-area .work-pro-items .item .item-inner::before, 
  .work-process-area .work-pro-items .item .item-inner::after {
    transition-delay: 0s;
  }
  
  .work-process-area .work-pro-items .item::before {
    right: 0;
    top: 0;
  }
  
  .work-process-area .work-pro-items .item::after {
    left: 0;
    bottom: 0;
  }
  
  .work-process-area .work-pro-items .item .item-inner::before {
    left: 0;
    top: 0;
  }
  
  .work-process-area .work-pro-items .item .item-inner::after {
    right: 0;
    bottom: 0;
  }
  
  .work-process-area .work-pro-items .item:hover::before, 
  .work-process-area .work-pro-items .item:hover::after {
    transition-delay: 0s;
  }
  
  .work-process-area .work-pro-items .item:hover .item-inner::before, 
  .work-process-area .work-pro-items .item:hover .item-inner::after {
    transition-delay: 0.2s;
  }
  .business .work-process-area .work-pro-items .item i {
    color: #ec1c24;
  }
  
  .business .work-process-area .work-pro-items .item .item-inner::before, 
  .business .work-process-area .work-pro-items .item .item-inner::after {
    background: #ec1c24;
  }
  
  .business .work-process-area .work-pro-items .item::before, 
  .business .work-process-area .work-pro-items .item::after {
    background: #ec1c24;
  }
  .container1 {
    width: 100%;
    height: 100%;
    --color: rgba(114, 114, 114, 0.3);
    background-color: #191a1a;
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
        linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
    background-size: 55px 55px;
  }
  @media screen and (max-width:769px) {
    .contact-inputs{
     width: 50px;
    }
     .map-img{
         width: 600px;
         margin-left: 20px;
     }
   }
   @media screen and (max-width:500px) {
     .map-img{
      width: 300px;
      height: 200px;
       margin-left: 0;
     }
     .whyus-head{
       font-size: 25px;
     }
     .abt-main h2{
      font-size: 30px;
     }
     .work-head{
      font-size: 30px;
     }
     .contact-tilte{
      font-size: 30px;
     }
     .contactus-head-para{
      font-size: 16px;
      font-weight: 300;
     }
     .footer-list-title{
      font-size: 18px;
     }
     .footer-link{
      font-size: 16px;
     }
   }
   @media screen and (max-width:321px) {
     .map-img{
         width: 300px;
     }
    
     .input{
         width: 200px;
     }
     .map-img{
         width: 200px;
     }
   }