@media screen and (min-width: 992px) and (max-width: 1199px) {
    .guests .guest-img {
        width: 50%;
    }

    section.about-us .about-image-sec img {
        width: 400px;
    }
}

@media (max-width: 980px) {
    .about-image-sec {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .about_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .abt-image {
        width: 100%;
        /* float: left; */
        margin-right: 0;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

    .guests .guest-img {
        width: 50%;
    }

    section.about-us-home .abt-co-img {
        width: 100%;
        margin-bottom: var(--m30);
        float: none;
        margin-left: 0px;
    }

    section.about-us-home .abt-left {
        min-height: auto;
    }

    section.about-us-home .row {
        flex-direction: column-reverse;
    }

    section.about-us-home .col-5.abt-left {
        width: 100%;
    }

    .about_section .about_img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .about_section .about_img img {
        height: 400px;
    }

    .about_section .about_content {
        min-height: auto;
    }

    section.about-us .about-content-sec {
        padding-right: 0px;
    }

    section.about-us .about-image-sec .abt-img2 {
        margin: 0 -30% 0 0;
    }

    section.about-us .about-image-sec .abt-img1 {
        margin: 0px 0 30px -30%;
    }

    .abt-info {
        padding-left: 12px;
        padding-right: 12px;
    }

    section.about-us {
        padding-top: 115px;
    }
}

@media (max-width: 540px) {
    section.about-us .about-image-sec img {
        width: 100%;
    }

    section.about-us .about-image-sec .abt-img1 {
        margin: 0px 0 30px 0;
        width: 100%;
    }

    section.about-us .about-content-sec {
        padding-right: 0px;
    }

    section.about-us .about-image-sec .abt-img2 {
        margin: 0 0 0 0;
        width: 100%;
    }

    .img-2 {
        height: 300px;
    }

    .about_wrapper h2 {
        font-size: 24px;
    }

    .about_wrapper {
        padding: 24px;
    }

    .about-img-0 {
        width: 100%;
        margin-right: 0;
    }

    section.about-us-home .abt-co-img-left {
        position: relative;
    }

    section.about-us-home .abt-co-img {
        padding-right: 0;
        margin-right: 0;
        height: auto;
    }

    section.about-us-home .abt-co-img-right {
        text-align: left;
        z-index: 1;
        transform: translateY(0%) translateX(0px);
        position: relative;
        top: 0;
        margin-top: var(--m20);
    }

    section.about-us-home .abt-co-img-right img {
        height: 300px;
        width: 100%;
    }

    section.about-us-home .abt-co-img-left img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    section.about-us-home .col-5.abt-left {
        padding: 0px;
    }

    .guests .guest-img {
        width: 100%;
        margin-right: 0px;
        float: none;
        margin-bottom: 30px;
    }

    .about_section .about_img img {
        height: 300px;
    }

    .about_section .about_content h5 {
        font-size: var(--f25);
        margin-bottom: 20px;
    }

    .about_section .about_content h4 {
        font-size: var(--f20);
    }

    .about_section .about_img {
        border-radius: 0 20%;
        padding: 0%;
        border: 20px solid var(--territiary-color);
    }

    section.about-us {
        padding-top: 40px;
    }
    .about_wrapper{
        padding: 24px 0px;
    }
    .about_wrapper h3{
        font-size: var(--f28);
        letter-spacing: normal;
        /* text-align: center; */
        padding: 0 12px;
    }
    section.about_wrapper .about-img-0{
        width:100%;
        float:none;
        margin-right:0;
    }
    .about_wrapper .line{
        margin-left: 12px;
    }
    .about-pd-r{
        padding-left: 0;
    }
    .about_wrapper .about-dec{
        padding-top: 25px;
        /* text-align: center; */
    }
    .about_wrapper h2{
        font-size: var(--f28);
    }
  section.about-banner{
    padding-top: 72px;
    height: auto;
    padding-bottom:25px;
  }
  section.about-banner .col-5{
    width:100%;
    padding:0;
  }
  section.about-sec .col-6{
   width:100%;
    padding:0;
  }
  section.about-sec .row{
   gap:25px; 
  }
  section.about-sec .abt-img img{
   height:300px; 
  }
  section.founder-sec .head-sec{
    margin-bottom: 25px;
  }
  section.founder-sec .col-6{
    width:100%;
    padding:0;
  }
  section.founder-sec .row{
   gap:25px; 
  }
  section.founder-sec .founder-info{
    flex-direction: column;
  }
  section.founder-sec .founder-info .founder-img {
    width: 100%;
    height: 300px;
}
  section.founder-sec .founder-info .founder-img img {
    width: 100%;
    height: 300px;
    object-position: 10%;
  }
  section.founder-sec .founder-content {
    width: 100%;
  }
  section.founder-sec .founder-content h4 {
    font-size: 21px;
}
  section.hospitality-section .head-sec{
     margin-bottom: 25px;
  }
  section.hospitality-section .upper-sec{
   gap:20px; 
  }
  section.hospitality-section .upper-sec .col-3 {
    border-right: 0px dotted #00000063;
   
    width:100%;
    padding:0;
}
  section.hospitality-section .upper-sec .col-3:not(:last-child){
     border-bottom: 1px dotted #00000063;
  }
  section.hospitality-section .experiences-bottom-list{
    padding:15px;
    margin-top:20px;
   flex-direction: column;
  }
  section.hospitality-section .experiences-bottom-item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-right: 0px dotted #ffffff63;
    display: flex;
    gap: 10px;
}
  section.hospitality-section .experiences-bottom-item:not(:last-child){
    border-bottom: 1px dotted #ffffff63;
    padding-bottom: 15px;
   
  }
  section.hospitality-section .experiences-bottom-item:not(:first-child){
     padding-top: 15px;
  }
  section.hospitality-section .experiences-bottom-item img{
        width: 28px;
        height: 28px;
    }
  section.hospitality-section .experiences-bottom-list h6 {
    font-size: 21px;
  }
  section.behind-sec .head-sec{
    margin-bottom: 25px;
  }
  section.behind-sec .col-3 {
    width: 100%;
    padding:0;
}
  section.behind-sec .row{
   gap:25px; 
  }
  section.behind-sec .behind-info h5 {
    font-size: 18px;
  }
  section.values-sec .head-sec{
    margin-bottom: 25px;
  }
  section.values-sec .col-3 {
    width: 100%;
    padding:0;
    padding-bottom:0px;
    margin-bottom:15px;
    border-right: 0px dotted #00000063;
    border-bottom: 1px dotted #00000063;
}
  section.values-sec .col-3:nth-child(5){
    border-bottom: 0px dotted #00000063;
     margin-bottom:0px;
  }
  section.values-sec img, .hospitality-info img{
    width: 35px;
    height: 35px;
  }
  section.review-sec .head-sec{
    margin-bottom: 25px;
  }
  .review-list {
    max-width: 100%;
  }
  .review-owner h6 {
    font-size: 16px;
  }
   section.review-sec .owl-carousel .owl-nav button.owl-next, section.review-sec .owl-carousel .owl-nav button.owl-prev{
        width: 35px;
    height: 35px;
    top: 0;
    transform: translateY(0%);
    font-size: 16px;
    left: 0;
    position:relative;
  }
  section.review-sec .owl-carousel .owl-nav button.owl-next {
    left: 0;
    right: 0px;
}
  section.review-sec .owl-nav{
    margin-top:15px;
     margin-bottom:0px;
    display:flex;
    align-items:center;
    gap:15px;
    justify-content:center;
  }
  section.review-sec .owl-carousel .owl-nav button.owl-next:hover, section.review-sec .owl-carousel .owl-nav button.owl-prev:hover{
    transform: translateY(0%) scale(1);
  }
  .experiences-sec {
    margin-top: 0;
}
  .experiences-info{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .experiences-content {
    width: 100%;
    margin-top: 100px;
    padding: 15px;
  }
  .experiences-overlay{
    background: linear-gradient(360deg, rgb(19 20 22 / 100%) 45%, rgba(19, 20, 22, 0) 100%);
  }
  .experiences-btn{
    gap: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
    
}