/* =================================================================
Hero Section
================================================================*/

/* Small screens (less than 576px) */
@media (max-width: 767.98px) {
  #header .logo img {
    width: 119px;
  }

  #hero {
    height: 353px;
    padding: 20px;
  }

  #hero .typography {
    top: 150px;
    margin: 0;
  }

  #hero .justify-content-end {
    display: none;
  }
  #hero .typography a{
    font-size: 8px;
  }
  #hero .typography h1 {
    font-size: 15px;
  }

  #hero .typography h3 {
    font-size: 40px;
    width: 100%;
    padding-bottom: 10px;
  }

  #hero .typography h2 {
    font-size: 25px;
    width: 100%;
    padding-left: 0;
  }

  #hero  p {
    padding-left: 0;
    margin-left: 0;
    font-size: 8px;
    width: 173px;
    height: 36px;
    border-left: none;
  }

  #hero .location {
    margin-left:0px;
    bottom: 0;
    font-size: 10px;
    padding-left: 0;
  }

  #hero .hero-line {
    right: 5px;
  }

  .hero-line .menu-icon {
    width: 25px;
    height: 25px;
  }

  #hero .hero-line .slash {
    height: 25px;
  }

  .hero-line .search-icon {
    width: 25px;
    height: 25px;
  }

  #hero .hero-line .line-v svg {
    height: 75px;
    margin-left: 35px;
  }

  #hero .hero-line .social-icon {
    margin-right: 25px;
  }

  #hero .hero-line .social-icon svg {
    margin: 13px 0 13px 0;
    padding: 3px;
  }
  #hero .location svg{
    width: 12px;
    height: 12px;
  }
  #hero .location h6 {
    font-size: 8px;
  }
  #hero .hero-line .menu-search{
    margin-top: 20px;
  }
}

/* Medium screens (576px to 991.98px) */
@media (min-width: 767px) and (max-width: 991.98px) {
  #hero {
    height: 600px;
    padding: 40px;
  }

  #hero .typography {
    top: 150px;
    margin: 0;
  }

  #hero .typography h1 {
    font-size: 40px;
  }

  #hero .typography h2 {
    font-size: 60px;
  }

  #hero .typography h3 {
    font-size: 80px;
    width: 100%;
  }

  #hero span {
    font-size: 50px;
    width: 100%;
  }

  #hero p {
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding-bottom: 20px;
    font-size: 10px;
    width: 300px;
  }

  #hero .location {
   padding-left: 0; 
  }

  #hero .hero-line {
    right: 50px;
  }

  #hero .hero-line .menu-search {
    margin-top: 20px;
  }

  .hero-line .menu-icon {
    width: 33px;
    height: 33px;
  }

  #hero .hero-line .slash {
    height: 26px;
  }

  .hero-line .search-icon {
    width: 33px;
    height: 33px;
  }

  #hero .hero-line .line-v svg {
    height: 200px;
  }

  #hero .hero-line .social-icon svg {
    margin: 13px 0 13px 0;
  }
}

@media (min-width: 998px) and (max-width: 1450.98px)
{ .about{
  height: auto;
}
  
  .about .img-fluid {
    position: absolute;
    top: 450px;
    width:600px;
  }
}


/* Medium screens (576px to 991.98px) */
@media (min-width: 767px) and (max-width: 998px) {
  .about {
    padding: 20px;
    height: 550px;
  }

  .about .section-title {
    padding-top: 50px;
    padding-left: 0px;
  }
  .about .col-lg-6 {
    padding-left: 0px;
}
  .about .col-lg-6 p {
    margin-top: 60px;
    margin-left: 260px;
    height: auto;
    font-size: 10px;
    text-align: justify;
    width: 150px;
  }

  .about .col-lg-6 {
    padding-top: 20px;
  }

  .about .col-lg-6 h2 {
    font-size: 28px;
  }

  .about .crows {
    display: none;
  }

  .about .img-fluid {
    position: absolute;
    top: 450px;
    width:400px;
  }

  .about .about-logo {
    width: 404px;
    position: absolute;
    opacity: 20%;
    top: 650px;
    padding: 0px;
  }

  .about .col-lg-6 .col {
    margin-left: 200px;
  }
  .about .col-lg-6 .col svg{
    width: 40px;
  }
  .about .col-lg-6 .col .ct h5{
    font-size: 15px;
  }
}

/* Small screens (less than 576px) */
@media (max-width: 767px) {
  .about {
    padding: 20px;
    height: 270px;
  }
  .about .crows img {
    position: absolute;
    width: 88px;
    left: 136px;
  }
  .about .section-title {
    padding-top: 17px;
    padding-left: 0;
  }

  .about .section-title p {
    font-size: 5px;
  }

  .about .col-lg-6 h2 {
    font-size:12px;
    width: auto;
  }

  .about .section-line {
    width: 21px;
    height: 1px;
  }
  .about .col-lg-6 {
      padding-left: 0px;
  }
  .about .col-lg-6 p {
    margin-top:60px;
    margin-left: 90px;
    height: auto;
    text-align: justify;
    font-size: 5px;
    width: 80px;
  }

  .about .img-fluid {
   
    position: absolute;
    top: 300px;
    width: 200px;
    right: 0;

  }

  .about .about-logo {
    max-width: 131px;
    width: 100%;
    position: absolute;
    opacity: 20%;
    top: 450px;
    padding: 0px;
  }

  .about .col-lg-6 {
    padding-top: 20px;
  }

  .about .col-lg-6 .col svg {
  display: none;
  }

  .about .col-lg-6 .col {
       display: none;
  }

  .about .col-lg-6 .col .ct h5 {
 display: none;
  }
}







 
  @media (max-width: 767px) {

    #quote img{
      height:auto;
    }
    #quote .typography {
       /* Adjust the top position for smaller screens */
    }
  
    #quote .typography h2 {
      font-size: 15px; /* Adjust the font size for smaller screens */
    }
  
    #quote .typography span {
      font-size: 15px; /* Adjust the font size for smaller screens */
    }
  
    #quote .typography .span3 {
      font-size: 10px; /* Adjust the font size for smaller screens */
    }
  
    #quote .typography h3 {
      font-size: 8px; /* Adjust the font size for smaller screens */
      padding-top: 15px; /* Adjust the padding for smaller screens */
    }
  
    #quote .typography h3 span {
      font-size: 8px; /* Adjust the font size for smaller screens */
    }
    #qbg-desktop {
      display: none;
    }
  
    #qbg-mobile {
      display: block;
    }
  
  }

  @media (min-width: 767px) and (max-width: 1450.98px) {
    #quote img{
    margin-top: -100px;

    }
    #quote .typography {
      top: 250px; /* Adjust the top position for smaller screens */
    }
  
    #quote .typography h2 {
      font-size: 28px; /* Adjust the font size for smaller screens */
    }
  
    #quote .typography span {
      font-size: 28px; /* Adjust the font size for smaller screens */
    }
  
    #quote .typography .span3 {
      font-size: 16px; /* Adjust the font size for smaller screens */
    }
  
    #quote .typography h3 {
      font-size: 12px; /* Adjust the font size for smaller screens */
      padding-top: 15px; /* Adjust the padding for smaller screens */
    }
  
    #quote .typography h3 span {
      font-size: 12px; /* Adjust the font size for smaller screens */
    }
  }







  /* Small screens (less than 576px) */
@media (max-width: 767px) {
  .package {
    height: 1500px;
  }

  .package .view-btn {
    margin-bottom: 20px;
  }
  .package .slider-wrapper .image-list{
    padding-top: 45px;
  }
  .package .container-fluid {
    padding: 20px;
  }

  .package .container-fluid .section-title p {
    font-size: 8px;
  }

  .package .container-fluid .section-title .tours-line {
    width: 80px;
  }

  .package .container-fluid .heading {
    width: 100%;
    margin-top: 50px;
  }

  .package .container-fluid .heading h4 {
    font-size: 18px;
    padding-left: 50px;
  }

  .package .container-fluid .heading h3 {
    width: 300px;
    font-size: 120px;
  }

  .package .container-fluid .heading h5 {
    font-size: 18px;
    padding-top: 100px;
    padding-left: 20px;
  }

  .package .container-fluid .heading h5 span {
    font-size: 18px;
  }

  .package .container-fluid .heading-sub p {
    width: 100%;
    margin-top: 10px;
  }

  .package .container-fluid .heading-sub .sub-line {
    width: auto;
  }
  .package .container-fluid .heading-button svg{
    width: 50px;
  }
  .package .container-fluid .heading-button .ct h5{
    font-size: 15px;
  }

  .package .slider-wrapper {
    padding-top: 50px;
    height: auto;
  }

  .package .slider-line {
    width: 100%;
    margin: 0;
  }

  .package .card-container {
    gap: 10px;
  }

  .package .card img {
    width: 10px;
  }

  .package .connect-line {
    margin: -50px 0;
  }

  .package .expert-contact {
    left: 35%;
    bottom: 10px;
  }

  .package .expert-contact h3 {
    font-size: 10px;
    margin: 0;
    padding-left: 40px;
  }

  .package .expert-contact h2 {
    font-size: 31px;
    padding-left:55px;
    margin: 0%;
   
  }

  .package .expert-contact p {
    font-size: 8px;
    padding-left: 40px;
    margin: 0;
  }

  .package .expert-contact svg {
    width: 20px;
    margin-left: 150px;
  }

  .package .next-button .col {
    margin-left: 0;
    bottom: -100px;
    position: absolute;
  }

  #package .heading2 h3 {
 
    font-size: 100px;
  }

  #package .heading2 h4 {
    font-size: 18px;
  
  }

  #package .heading2 h4 span {
    font-size: 18px;
  }

  #package .heading2 h5 {
    font-size: 18px;
    padding-top: 85px;
   
  }

  #package .heading2 h5 span {
    font-size: 18px;
  
  }

  .package .card-container {
    margin-left: 0;
    margin-top: -50px;
   
  }


  .package .card {
    width: 550px;
    height: 256px;
    text-align: center;
    padding: 36px 20px;
    border-radius: 29px;
    background: linear-gradient(
      180deg,
      #fff 0%,
      rgba(248, 248, 248, 0.94) 70.83%,
      rgba(248, 248, 248, 0.15) 100%
    );
    align-items: center;
    border: none;
  }

  .package .card img {
    width: 30px;
  }

  .package .card svg {
    width: 15px;
  }

  .package .card-2 {
    margin-top: 25%;
  }

  .package .card-3 {
    margin-top: 25%;
  }

  .package .card h5 {
    font-size: 8px;
  }

  .package .card p {
    font-size: 8px;
    font-style: normal;
  }

  .package .connect-line img {
    margin: -250px 0px;
    width: 100%;
    position: absolute;
    z-index: -1;
    display: none;
  }
  
  #con-image {
    content: url('/assets/img/escape\ mob.png');
    width: 100%;
    height: auto;
  }
  #con-image-desktop {
    display: none; /* Hide the desktop image on mobile */
  }

  #con-image-mobile {
    display: block; /* Display the mobile image on mobile */
  }
}







/* Medium screens (576px to 991.98px) */
@media (min-width: 767px) and (max-width: 991.98px) {
  .package {
    height: 2200px;
  }

  .package .container-fluid {
    padding: 20px;
  }

  .package .container-fluid .heading {
    width: 100%;

  }

  .package .container-fluid .heading h3 {
    width: 80%;
  }

  .package .container-fluid .heading-sub p {
    width: 100%;
    margin: 0;
  }

  .package .container-fluid .heading-sub .sub-line {
    width: 100%;
  }

  .package .container-fluid .heading-button {
    margin: 0;
  }
  
  #package .heading2 h3 {

    font-size: 140px;
  }

  #package .heading2 h4 {
    font-size: 28px;

  }

  #package .heading2 h4 span {
    font-size: 28px;
  }

  #package .heading2 h5 {
    font-size: 18px;
    margin-top: -104px;
  
  }

  #package .heading2 h5 span {
    font-size: 18px;
  }

  .package .slider-wrapper {
 
    height: auto;
  }

  .package .slider-line {
    width: 100%;
    margin: 50px 10px;
  }

  .package .card-container {
    margin-top: 100px;
  }




  .package .card-container {
    gap: 20px;
    margin-top: -100px;
  }

  .package .card-container .card {
    width: 100%;
    margin-bottom: 10px;
  }

  .package .card-2 {
    margin-top: 0%;
  }

  .package .card-3 {
    margin-top: 0%;
  }

  .package .card img {
    width: 50px;
  }



    .package .container-fluid{
      padding: 20PX;
    }

    .package .container-fluid .section-title p{
      font-size: 12px;
    }
    .package .container-fluid .section-title .tours-line{
      width: 80px;
    }
    .package .container-fluid .heading{
      width: 100%;
      margin-top: 50px;
    }
    .package .container-fluid .heading h4{
      font-size: 18px;
      padding-left: 50px;
    }
    .package .container-fluid .heading h3{
      width: auto;
      font-size: 120px;

    }
    .package .container-fluid .heading h5{
      font-size: 18px;
      padding-top: 100px;
      padding-left: 20px;
    }
    .package .container-fluid .heading h5 span{
      font-size: 18px;
    }
    .package .container-fluid .heading-sub p{
      width: 100%;
    }
  
    .package .container-fluid .heading-sub .sub-line{
      width: auto;
    }
    
   
    .package .slider-wrapper {
      padding-top: 50px; /* Adjust padding for smaller screens */
      height: auto; /* Adjust height for smaller screens */
    }
  
    .package .slider-line{
      width: 100%;
      margin:0;
    }
    .package .card-container{
      gap: 10px;
    }

    .package .card img{
      width: 10px;
    }
  
    .package .connect-line {
      margin: -50px 0; /* Adjust margin for smaller screens */
    }
    .package .expert-contact{
       margin-top: 50px;
      left: 30%;
       bottom: 0;
       margin-bottom: 10px;
      }
      .package .expert-contact h3{
        font-size: 10px;
        margin: 0;
        padding-left: 40px;
        
      }
      .package .expert-contact h2{
        font-size: 30px;
        padding-left: 35px;
        margin: 0%;
      }
      .package .expert-contact p{
        font-size: 10px;
        padding-left:30px ;
        margin: 0;
      }
      .package .expert-contact svg{
        width: 30px;
        margin-left: 125px;
       
      }

      .package .next-button  .col{
   
        bottom: 192px;
      
       }
       #package .heading2 h3{
        left: 23%;
        font-size: 100px;
       }
       
       #package .heading2 h4{
        font-size: 18px;
        left: 40%;
       }
           
       #package .heading2 h4 span{
        font-size: 18px;
       }
       #package .heading2 h5{
        font-size: 18px;
        padding-top: 80px;
      }
      #package .heading2 h5 span{
        font-size: 18px;
      }

       .package .card-container {
        margin-left: 0;
        margin-top: -50px;
      }

     
      
.package .card {
  width: 550px;
  height: 256px;
  text-align: center;
  padding: 36px 20px;
  border-radius: 29px;
  background: linear-gradient(180deg, #FFF 0%, rgba(248, 248, 248, 0.94) 70.83%, rgba(248, 248, 248, 0.15) 100%);
  align-items: center;
  border: none;
}

.package .card img{
  width: 30px;
}
.package .card svg{
  width: 30px;
}
.package .card-2{
 margin-top: 25%;

}

.package .card-3{
  margin-top: 25%;

 }

 .package .card h5{

font-size: 8px;

 }
 .package .card p{

font-size: 10px;
font-style: normal;

}
.package .connect-line img{
  margin: -250px 0px;
  width: 100%;
  position: absolute;
  z-index: -1;
  display: none;
}
}






















  
@media (max-width: 768px) {
    #slider-loc {
      height:400px;
    }

    #slider-loc img{
      height: 400px;
    }
  
    #slider-loc .caption-container {
      padding: 20px;
    }
  
    #slider-loc .caption-container h2 {
      font-size: 50px;
    }
  
    #slider-loc .caption-container h4 {
      font-size: 10px;
      width: auto;
      height: auto;
    }
  
    #slider-loc .caption-container h4 span{
      font-size: 10px;
    }
    #slider-loc .caption-container p {
      width: auto;
      font-size: 8px;
    }
    #slider-loc .caption-container .row {
      margin-top: 50px;
    }
  }
  
  
  
  
  
  @media (max-width: 768px) {
    #Experience {
      padding: 20px;
    }
    .Experience .container .row {
      flex-direction: column;
    }
   
    .Experience p {
      width: 100%;
      padding: 0;
      text-align: left;
      font-size: 12px;
      margin: 0;
      height: auto;
    }
    .image-container {
      flex-basis: calc(50% - 10px); /* Two images per row on portrait tablets */
    }
    .image-container img{
      width: auto;
      height: auto;
    }
    .image-container .text{
      font-size: 18px;
      line-height: 20px;
    }
  }
  

  @media (max-width: 1200px) {
    .Experience h2 {
      font-size: 120px;
    }
  }
  
  @media (max-width: 992px) {
    .Experience h2 {
      font-size: 80px;
    }
  }
  
  @media (max-width: 768px) {
    .Experience h2 {
      font-size: 60px;
    }
    .Experience p {
      padding-top: 10px;
    }
  }






  
@media (max-width: 768px) {

    #testimonials{
      height:auto;
      flex-direction: column;
    }
    #testimonials .heading h4 {
      font-size: 30px; /* Decrease font size for smaller screens */
      width: auto;
    }
    #testimonials .container {
      padding-top: 20px;
    }
    #testimonials .heading h4 span {
      font-size: 30px;
      width: auto;
    }
  
    #testimonials .heading h3 {
      font-size: 100px; /* Decrease font size for smaller screens */
      width: 100%; 
    }
    #testimonials .user-text{
      top:100px;
    }
    #testimonials .user-text p{
      width:100%;
      font-size: 14px;
      height: auto;
    }
    #testimonials .user-text h5{
      font-size: 12px;
    } 
  #testimonials .user-text h5 span{
    font-size: 12px;
  }
  #testimonials .testimonial-pic{
    margin-top: 300px;
    margin-bottom: 50px;
    
  }
  #testimonials .testimonial-text{
    width: 100%;
  }
    #testimonials .testimonial-pic .user-pic {
      width:60px; /* Adjust size for active image on smaller screens */
    }
    #testimonials   .testimonial-pic .user-pic.active-pic{
      width: 60px;
    }
  
  }
  
  
  @media (max-width: 991px){
    #testimonials .user-pic {
      width: 80px; /* Adjust size for active image on smaller screens */
    }
    #testimonials .user-pic.active-pic{
      width: 80px;
    }
  }
    
@media (max-width: 412px) {


  #testimonials .heading h4 {
    font-size: 20px; /* Decrease font size for smaller screens */
    width: auto;
  }
  #testimonials .container {
    padding-top: 20px;
  }
  #testimonials .heading h4 span {
    font-size: 20px;
    width: auto;
  }

  #testimonials .heading h3 {
    font-size: 60px; /* Decrease font size for smaller screens */
    width: 100%; 
  }
  #testimonials .user-text{
    top:100px;
  }
  #testimonials .user-text p{
    width:100%;
    font-size: 14px;
    height: auto;
    line-height: normal;
  }
  #testimonials .user-text h5{
    font-size: 10px;
  } 
#testimonials .user-text h5 span{
  font-size: 10px;
}
#testimonials .testimonial-pic{
  margin-top: 300px;
  margin-bottom: 50px;
  
}
#testimonials .testimonial-text{
  width: 100%;
}
  #testimonials .testimonial-pic .user-pic {
    max-width:50px; /* Adjust size for active image on smaller screens */
  }
  #testimonials   .testimonial-pic .user-pic.active-pic{
    max-width: 50px;
  }

}

  
  
  


  @media (max-width: 998px) 
  {
    #blogs {

      flex-direction: column;
    }
  }
/* Mobile Responsive Styles */
@media (max-width: 768px) {

    #blogs {
  
      flex-direction: column;
    }
  
    #blogs .section-title h1 {
      font-size: 10px;
      padding-left:0px;
      padding-top: 30px;
    }
  
    #blogs .heading {
      margin-bottom: 200px;
      margin-top: 50px;
    }
  
    #blogs .heading h4 {
      font-size: 28px;
      width: auto;
    }
  
    #blogs .heading h3 {
      font-size: 100px;
      width: auto;
    }
  
  
     #blogs .heading h5 {
    font-size: 28px;
    padding-left: 0px;
    margin-top: 0;
    padding-top: 86px;
    width: auto;
}
     #blogs .heading h5 span{
      font-size: 28px;
    }

    #blogs .col-md-4 p {
      font-size: 12px;
      padding-top: 60px;
      padding-left: 20px;
    }
    #blogs .col-lg-2 {
      margin-bottom: 20px;
      margin-left: 30%;
      width: 200px;
    }
  
    #blogs .blog-content{
      margin-bottom: 40px;
    }
    #blogs .blog-content h4 {
      font-size: 18px;
    }
  
    #blogs .blog-content a {
      font-size: 10px;
    }
  
    #blogs .col-md-4 p {
      padding: 0;
    }
    #blogs .container  .readmore{
      margin-bottom: 50px;
    }
   
  }


  @media (max-width: 412px)

{
  #blogs .heading h3{
    font-size: 60px;
    margin-top: 35px;
  }
  
}










  