@media (max-width: 1366px) {
  #model-form img {
    width: 100%;
    height: 100%;
  }
  #model-form .modal-dialog {
    max-width: 900px;
  }
  section.home-list .row {
    gap: 30px 0%;
  }
  section.home-list .col-4 {
    width: 33.33%;
  }
  section.home-list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  section.home-list ul li i {
    margin-right: 0px;
  }
}

@media (max-width: 1024px) {

    section.experience-sec .experience-upper .nav-tabs .nav-link {
    padding: 10px;
  
}
 
  section.property-sec .pro-content {
    padding: 10px;
  }
  section.property-sec .pro-content ul li {
    gap: 4px;
    font-size: 13px;
  }
  section.experience-sec .experience-content p.counter-number {
    position: static;
    margin-bottom: 9px;
  }
  section.experience-sec .owl-nav {
    bottom: 0;
  }
}

@media (max-width: 1024px) and (min-width: 981px) {
  #model-form .modal-dialog {
    max-width: 900px;
    width: 80%;
  }
  .search-bar form {
    width: 95%;
  }
  div#guestsss {
    min-width: 200px;
  }
  section.home-list .row {
    gap: 30px 0%;
  }
  section.home-list .col-4 {
    width: 33.33%;
  }
  section.home-list ul li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    align-items: center;
  }
  section.home-list ul li i {
    margin-right: 0;
  }
  section.featured-pro .pro-box {
    width: 90%;
    padding: var(--p40) var(--p30);
  }
  section.attraction .col-md-4 {
    width: 50%;
  }
  section.attraction img.img-fluid {
    height: 350px;
  }
}

@media (max-width: 980px) {

  section.experience-sec .experience-upper .nav-tabs .nav-link {
    padding: 0 15px;
}

  footer .col-md-4 {
    width: 49%;
}

  .footer_logo img {
    margin-bottom: var(--m40);
}
  .video-sec {
    width: 100%;
    height: 550px;
    position: relative;
  }
  .container.search {
    position: relative;
    bottom: 0px;
    margin-bottom: 20px;
  }
  .search-bar form {
    width: 100%;
    position: relative;
    bottom: 0px;
  }
  .search-bar .col-3 {
    width: 50%;
    margin-bottom: var(--m15);
  }
  .search-bar .col-3.md-12.sm-12.srch-btn {
    width: 100%;
    margin-bottom: 0px;
  }
  .search-bar input,
  .search-bar select {
    background: var(--lt-bg-color);
  }
  .form-control:focus {
    background-color: var(--lt-bg-color) !important;
  }
  .video-cont {
    bottom: 0px;
  }
  .video-cont h1 {
    font-size: var(--f50);
  }
  .video-cont p {
    font-size: var(--f22);
  }
  section.video-banner {
    height: 100%;
  }
  section.home-list {
    padding: var(--p50) var(--p12);
  }
  section.home-list .col-4 {
    width: 50%;
  }
  section.home-list .row {
    gap: 30px 0%;
  }
  section.home-list .pro-cont {
    padding: var(--p60) var(--p15) var(--p15) var(--p15);
  }
  section.home-list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  section.home-list ul li i {
    margin-right: 0;
  }
  section.home-list h5 span {
    font-size: var(--f20);
  }
  section.home-list img.img-fluid,
  section.home-list .pro-img {
    height: 250px;
  }
  section.about-us-home {
    padding-top: var(--p50);
  }
  section.about-us-home .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  section.about-us-home .col-7.abt-left {
    width: 100%;
  }
  section.about-us-home .col-5.abt-right {
    width: 100%;
  }
  section.about-us-home .abt-co-img-left {
    border-radius: 0px 80px 0px 80px;
  }
  section.featured-pro .det {
    margin-bottom: var(--m40);
    width: 100%;
  }
  section.featured-pro img.img-fluid {
    height: 405px;
  }
  section.featured-pro {
    padding-bottom: var(--p10);
  }
  section.attraction .col-8.col-md-8.col-sm-12 {
    width: 100%;
  }
  section.attraction .col-md-4 {
    width: 49%;
  }
  section.attraction img.img-fluid {
    height: 350px;
  }
  section.attraction .atr-cont h4 {
    font-size: var(--f21);
    max-height: 30px;
  }
  section.abt-cta .head-sec h2 {
    font-size: var(--f40);
  }
  section.banner-sec {
    height: 400px;
  }
  section.property-sec .head-sec h2 {
    font-size: 60px;
  }
  section.property-sec .row.pro-sec {
    width: 100%;
  }
  section.property-sec .row.pro-sec .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  section.property-sec .pro-content ul {
    flex-wrap: wrap;
    gap: 14px;
  }
  section.property-sec .pro-content p {
    text-align: justify;
  }
  section.experience-sec .head-sec h2 {
    font-size: 60px;
  }
  section.experience-sec .experience-details {
    width: 100%;
  }
  section.experience-sec .experience-img img {
    height: auto;
  }
  section.experience-sec .experience-content {
    padding-left: 10px;
  }
  section.experience-sec .experience-content p.counter-number {
    position: static;
    margin-bottom: 9px;
  }
  section.experience-sec .owl-nav {
    bottom: 43px;
  }

  section.cta-section img {
    height: 400px;
  }
  section.what-to-do h2 {
    font-size: 80px;
    letter-spacing: 4px;
  }
  section.what-to-do {
    margin-top: -56px;
  }
  section.know {
    padding: var(--p50) var(--p12);
  }
  section.know p {
    width: 100%;
    margin-left: 0px;
  }
  section.know h3 {
    font-size: 60px;
  }
  section.know a.main-btn {
    width: 100%;
  }
  section.testimonial .head-sec h2 {
    font-size: 60px;
  }
  section.testimonial .item {
    padding-left: 0;
    padding-right: 0;
  }
  section.property-sec ul.nav.nav-tabs li h4 {
    font-size: 21px;
  }
  section.what_about .head-sec h2 {
    font-size: 60px;
  }
  .adven_content h2 {
    font-size: 60px;
  }
  section.what_about .what_about_content {
    padding-left: 0px;
  }
  .what_about_content h2 {
    font-size: 60px;
  }
  section.deals .head-sec h2 {
    font-size: 60px;
  }
  section.deals .owl-carousel .item img {
    height: 400px;
  }
  .bottom-section-text h2 {
    font-size: 70px;
  }
}

@media (max-width: 540px) {

  section.property-sec .pro-content h3 {
    margin-top: 15px;
}
  section.experience-sec .experience-upper .nav-tabs .nav-link{
           padding: 10px;
  }
      section.experience-sec ul.nav.nav-tabs {
    }

 .deals .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav{
      left: 3px;
 }
 .deals .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav{
      right: -45px;

 }
  section.testimonial .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.property-sec .pro-content {
    padding: 0;
  }
  section.property-sec .nav-tabs .nav-item.show .nav-link,
  section.property-sec .nav-tabs .nav-link.active,
  section.property-sec .nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  section.property-sec .nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  section .bottom_img {
    height: 300px;
  }
  .bottom-section-text p {
    font-size: 28px;
    margin-bottom: 0;
  }
  .bottom-section-text h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .bottom-section-text {
    padding-top: 50px;
  }
  section.testimonial .testy {
    width: 86%;
  }
  section.testimonial {
    padding: var(--p40) var(--p12);
  }
  section.adventurers_section img {
    height: 300px;
  }
  section.adventurers_section {
    padding: var(--p40) var(--p12);
  }
  section.adventurers_section .adven_content {
    padding-right: 0;
    text-align: center;
  }
  .adven_content .s-top-heading {
    text-align: center;
  }

  section.adventurers_section .col-6 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  section.deals .owl-carousel .item img {
    height: 300px;
  }
  section.deals .head-sec h2 {
    font-size: 40px;
  }
  section.deals {
    padding: var(--p40) var(--p12);
    padding-bottom: 10px;
  }
  section.experience-sec {
    padding: var(--p40) var(--p12);
    padding-bottom: 10px;
  }
  section.property-sec {
    padding: var(--p40) var(--p12);
    padding-bottom: 10px;
  }
  section.what_about .what_about_content h2 {
    font-size: 40px;
  }
  section.what_about .what_about_content {
    padding-left: 0px;
  }
  section.what_about {
    padding: var(--p40) var(--p12);
    padding-bottom: 10px;
  }
  section.what_about .head-sec h2 {
    font-size: 40px;
  }
  section.what_about .col-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.testimonial .head-sec h2 {
    font-size: 40px;
  }
  section.know .row {
    width: 100%;
    gap: 14px;
  }
  section.know a.main-btn {
    font-size: 24px;
  }
  section.know .col-5.know-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.know .col-7.know-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.know h3 {
    font-size: 38px;
    text-align: center;
  }
  section.cta-section img {
    height: 300px;
  }
  section.what-to-do .col-6 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section.what-to-do .col-6.first h5 {
    font-size: 20px;
  }
  section.what-to-do .col-6.last h5 {
    font-size: 20px;
  }
  section.what-to-do .col-6.last {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section.what-to-do h2 {
    font-size: 45px;
  }
  section.what-to-do {
    margin-top: -34px;
  }
  .tab-content > .tab-pane {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.experience-sec .experience-img {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  section.experience-sec .experience-img img {
    height: 300px;
    margin-bottom: 15px;
  }
  section.experience-sec .experience-content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  section.property-sec .head-sec h2 {
    font-size: 38px;
  }
  section.property-sec ul.nav.nav-tabs li {
    width: 100%;
  }
  section.property-sec ul.nav.nav-tabs {
    gap: 10px;
  }
  section.property-sec .tabs-img {
    height: 100px;
  }
  section.property-sec ul.nav.nav-tabs li h4 {
    font-size: 20px;
    top: 55%;
  }
  section.property-sec .row.pro-sec .col-6 {
    width: 100%;
  }
  section.property-sec .tab-pane {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.property-sec .row.pro-sec .col-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.property-sec .row.pro-sec .pro-image img {
    height: 300px;
  }
  section.banner-sec {
    height: 300px;
  }
  section.property-sec .pro-btn {
    margin-top: 30px;
  }
  section.experience-sec .head-sec h2 {
    font-size: 40px;
  }
  #model-form .modal-dialog {
    width: 90%;
  }
  #model-form .col-6 {
    width: 100%;
  }
  #model-form .modal-dialog {
    left: 40%;
    transform: translate(-40%, -50%);
  }
  #model-form .row {
    flex-direction: column-reverse;
  }
  #model-form .col-6.cont-left {
    padding: var(--p10) var(--p10);
  }
  #model-form h2 {
    margin-bottom: var(--m15);
  }
  #model-form form {
    margin-top: var(--m20);
  }
  #model-form form .row {
    flex-direction: column;
  }
  .video-sec {
    width: 100%;
    height: 350px;
    position: relative;
  }
  .video-cont h1 {
    font-size: var(--f30);
    margin-bottom: 0px;
  }
  .video-cont p {
    font-size: var(--f16);
  }

  .video-sec button#play,
  .video-sec button#pause {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    text-align: center;
    padding: 0px 9px;
    width: 45px;
    height: 45px;
    display: block;
  }
  .search-bar {
    width: 80%;
  }
  .search-bar select {
    width: 80%;
  }
  .search-bar .select {
    padding: 10px 10px;
  }
  .search-bar form {
    bottom: 30px;
  }
  .search-bar .col-3 {
    width: 100%;
    margin-bottom: var(--m15);
    padding: 0px;
  }
  .search-bar i {
    left: 1.3rem;
  }
  .search-bar input,
  .search-bar select {
    font-size: 14px;
  }
  .head-sec {
    text-align: center;
    margin-bottom: var(--m20);
    padding: 0px;
  }
  .head-sec p {
    line-height: 1.3;
  }
  .row.bttn.desk .col-6.right {
    display: none;
  }
  .row.bttn.mob {
    display: block;
    text-align: center;
    margin-top: var(--m20);
  }
  section.home-list {
    padding: var(--p40) var(--p12);
  }
  section.home-list .col-4 {
    width: 100%;
    padding: 0px;
  }
  section.home-list h5 span {
    font-size: var(--f18);
  }
  section.home-list h3.title {
    font-size: var(--f18);
  }
  section.home-list p.adr,
  section.home-list ul li {
    font-size: var(--f13);
  }
  section.about-us-home {
    padding-top: var(--p40);
  }
  section.about-us-home h3 {
    font-size: var(--f28);
  }
  section.abt-cta .head-sec h2 {
    font-size: var(--f30);
  }
  section.abt-cta {
    height: 350px;
  }
  section.about-us-home .col-7.abt-left,
  section.about-us-home .col-5.abt-right {
    padding: 0px;
  }
  .serv-heading h2 {
    left: 0px;
    font-size: var(--f35);
    top: 0px;
    transform: rotate(0deg);
    position: relative;
  }
  .serv-content {
    padding-left: 0px;
  }
  section.about-us-home .abt-co-img-left {
    height: 350px;
  }
  section.featured-pro .head-sec {
    text-align: center;
  }
  section.featured-pro .head-sec .row.bttn h2 {
    width: 100%;
  }
  section.featured-pro .row.bttn .col-6.right {
    display: none;
  }
  section.featured-pro .row.bttn .col-6 {
    width: 100%;
  }
  section.featured-pro .det {
    padding: 0px;
  }
  section.featured-pro img.img-fluid {
    height: 355px;
  }
  section.featured-pro .pro-box {
    width: 95%;
    padding: var(--p20) var(--p20);
    min-height: auto;
  }
  section.featured-pro h3.title {
    font-size: var(--f24);
    height: 28px;
  }
  section.featured-pro ul {
    gap: 10px;
  }
  section.testimonial .owl-nav {
    top: auto;
    bottom: -40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  section.testimonial {
    padding-bottom: var(--p70);
  }
  .row.bttn .col-6 {
    width: 100%;
  }
  .head-sec .row.bttn h2 {
    width: 100%;
  }
  section.attraction img.img-fluid {
    height: 300px;
  }
  section.attraction .atr-cont h4 {
    font-size: var(--f18);
  }
  section.attraction .col-md-4 {
    width: 100%;
  }
  section.attraction .mob-btn {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  section.contact-page-map iframe {
    height: 400px;
  }
  section.contact-page-map {
    padding: 0px;
    height: auto;
  }
  section.contact-page-map.second {
    padding-top: var(--p30);
  }
  section.attraction .col-6.right.desk {
    display: none;
  }
  section.attraction .head-sec p {
    padding-left: 0;
    text-align: center;
  }
  section.attraction .col-6.left {
    width: 100%;
    justify-content: center;
  }
  section.attraction .atr-cont h4 {
    max-height: 46px;
  }
  section.testimonial h2 {
    font-size: var(--f28);
    margin-bottom: var(--m25);
  }
  section.testimonial h3 {
    font-size: var(--f20);
  }
  section.testimonial .cont-sec {
    padding: 0;
  }
  .adven_content h2 {
    font-size: 40px;
  }
  section.know {
    padding: var(--p40) var(--p12);
  }
      section.know p {
        text-align: center;
    }

    section.experience-sec .experience-content p.tag {
    width: 100%;
 
}

    section.experience-sec .owl-nav {
        bottom: 25px;
    }
}

@media (max-width: 400px) {
  .video-cont h1 {
    font-size: var(--f28);
  }
  .video-cont p {
    font-size: var(--f15);
  }
}

@media (max-width: 384px) {
  section.featured-pro ul {
    gap: 5px;
  }
}

@media (max-width: 380px) {
  section.featured-pro ul li {
    font-size: var(--f13);
  }
  section.featured-pro .pro-box {
    padding: var(--p20) var(--p15);
  }
  .btn_4.learn-more .button-text {
    font-size: var(--f13);
  }
  section.attraction .btn_4.learn-more .circle .icon.arrow::before {
    top: -0.25rem;
  }
}

@media (max-width: 360px) {
  .search-bar {
    width: 80%;
  }
  .video-cont h1 {
    font-size: var(--f26);
  }
  .video-cont p {
    font-size: var(--f15);
    margin-bottom: 30px;
  }
  .serv-heading h2 {
    font-size: var(--f30);
  }
  section.about-us-home h3 {
    font-size: var(--f25);
  }
  section.about-us-home .abt-co-img-left {
    height: 300px;
  }
  section.featured-pro h3.title {
    font-size: var(--f21);
    height: 25px;
  }
  section.featured-pro h5 {
    font-size: var(--f12);
  }
  section.featured-pro ul {
    gap: 5px;
    justify-content: space-between;
  }
  section.featured-pro ul li {
    font-size: var(--f13);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  section.featured-pro ul li i {
    margin-right: 0;
  }
  #mc_embed_signup form {
    margin: 0px !important;
  }
  #mc_embed_signup .foot {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    align-items: flex-start !important;
  }
  #mc_embed_signup .foot p {
    width: 100% !important;
    margin-top: 10px !important;
  }
  section.testimonial h2 {
    font-size: var(--f25);
  }
  section.abt-cta .head-sec h2 {
    font-size: var(--f26);
  }
  section.abt-cta {
    height: 300px;    
  }
}

@media (max-width: 320px) {
  section.what-to-do h2 {
    font-size: 36px;
  }
  section.what-to-do {
    margin-top: -24px;
  }
  .search-bar {
    width: 95%;
  }
  .video-cont p {
    font-size: var(--f14);
    margin-bottom: 10px;
  }
  .video-cont h1 {
    font-size: var(--f25);
  }
  .search-bar form {
    padding: var(--p20) var(--p10);
  }
  #mc_embed_signup h2 {
    font-size: var(--f23) !important;
    margin-top: 0px !important;
  }
}
