

@media (max-width:768px) {
  .nav1 .contact-us{
    margin-right: 0%;
  }
  .box {
    flex: 1 1 calc(40% - 20px); /* On tablets, take 50% width */
}
  
}

@media (max-width:568px) {
  .banner{
    background-image: url(../img/mob-img/11.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-content{
    margin-top: -50px; 
  }

  .banner .banner-content h1{
    
    font-size: 30px;
    line-height: 35px;
   }
   .banner .banner-content h1 span{
    font-size: 40px;
   }
  .banner .banner-image{
    margin-top: 50px;
    height: 280px;
    width: auto;
    justify-content: flex-end;
   }
   .banner .banner-image img{
    height: 250px;
    width: auto;
   } 

   .mit li a{
    font-size: 14px;
   }

/*About mobile css */

.about-section{
  background-image: url(../img/mob-img/12.png); 
  background-size: cover;
  background-repeat: no-repeat;
  display:flex;
}
/* === About Girl  animation  === */
.about-section .about-image .abm1{
  animation: aniabm linear;
  animation-timeline: view();
  animation-range-start: -50px;
  animation-range-end: 600px;
 }
 @keyframes aniabm{
  0%{
    transform: translateY(100px);
  }
  100%{
    transform: translateY(0);
  }
 }

 /* === About Graph  animation  === */

 .about-section .about-image .abm2{
  animation: aniabm2 ease-in;
  animation-timeline: view();
  animation-range-start: -50px;
  animation-range-end: 600px;
 }
 @keyframes aniabm2{
  0%{
    transform: translateX(-100px);
  }

  100%{
    transform: translateX(0);
  }
 }
/* === About icon  animation  === */
 .about-section .about-image .abm3{
  animation: aniabm3 ease-in;
  animation-timeline: view();
  animation-range-start: -50px;
  animation-range-end: 600px;
 }
 @keyframes aniabm3{
  0%{
    transform: translateX(100px);
   display: none;
  }
  50%{
    display: none;
  }
  100%{
    transform: translateX(0);
    display: block;
  }
 }
/* === About background  animation  === */
 .about-section .about-image .abm4{
  animation: aniabm4 ease-in;
  animation-timeline: view();
  animation-range-start: -50px;
  animation-range-end: 600px;
 }
 @keyframes aniabm4{
  0%{
    transform: scale(0);
    
  }
  100%{
    transform: scale(1);
    
  }
 }


/* top navigation mobile css */
.nav1{
  height: 30px;
  width: 100%;
  background: #0c1e1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
  .nav1 ol{
    height: 30px;
    width: 250px;
    margin-left: 2%;
  }
  .nav1 ol .nav1-list a{
    font-size: 12px;
    margin: 0 20px 0 0;
  }
  .nav1 ol .nav1-list:first-child{
    margin-left: 20px;
  }
  .nav1 .contact-us .cnt-link i {
    font-size: 12px;
  }
  
  .nav1 .contact-us .cnt-link {
    font-size: 10px;
  }

   /* === Service Section Starts === */
   .service-section{
    padding: 20px;
  }
  .service-section p{
    width: auto;
    text-align: justify;
  }
   /* === Service Section Ends === */
  
   /* Slider Section Starts */
   
  .slide-content{
    height: 380px;
    width: auto;
  }
  .image-content{
    position: relative;
    height: 200px;
  }
  .card-image .card-img{
    height: 200px;
   
  }
  .card-content{
    height: 150px;
    width: auto;
  }
  .card:hover .card-content{
    transform: translateY(-40px);
  }
  .description{
    font-size: 12px;
  }
  .card-content .description span a{
    font-size: 12px;
  }
  /* Slider Section Ends */

  /* Testimonial Section Starts */
  .slider2-section::before{
    background: linear-gradient(to right, #e4edf1 80%, transparent);
    height: 100%;
    width: 60px;
  }
  .slider2-section.slider2-section::after{
    background: linear-gradient(to left, #e4edf1 80%, transparent);
    height: 100%;
    width: 60px;
    margin-right: -5px;
  }
  .slider2-section .slider .slide{
    height: 180px;
    width: 270px;
  }
  /* Testimonial Section Ends */
  .Virutal-tour-imgs iframe{
    height: 300px;
    width: 90%;
  }
 

  .footer {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: space-between;
    padding: 40px 40px 40px 40px;
    background: #1d473d;
  }
  .footer-containers{
    flex-basis: 60%;
  }
   
}

@media (max-width:468px) {
  .nav1 .contact-us .cnt-link {
    font-size: 15px;
  }
  .box {
    flex: 1 1 100%; /* On mobile phones, take full width */
}


}
@media (max-width:375px){
  .nav1 .contact-us .cnt-link i {
    font-size: 12px;
    
  }
  .nav1 .contact-us .cnt-link {
    font-size: 12px;
  }
}
@media (min-width:375px) {
 
  nav .whatsappicon{
    margin-left: 17vw;
  }
  nav .menu-btn{
    height: 20px;
    width: 20px;
  }
  
}