.checklist {
    display: none;
}

header.desk-nav .search-bar {
    display: block;
}

.search-sec {
    margin-top: 0;
    z-index: 1;
    position: relative;
    background: var(--lt-bg-color);
    padding-top: 135px;
}

.search-bar {
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    /*box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);*/
    border-radius: 8px;
    /*background-color: #F7F7F7;*/
    padding: 20px 22px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: 85%;
    margin: auto;
    padding-top:150px;
}

div#guestsss {
    width: 100%;
    min-width: 400px;
    background: var(--lt-bg-color);
    right: 0;
    border-radius: 0;
    display: none;
}

.category-popup,
div#guestsss {
    padding: var(--p25);
    position: absolute;
    z-index: 9;
    top: 69px;
}

.category-popup,
div#guestsss {
    padding: var(--p25);
    position: absolute;
    z-index: 9;
    top: 100px;
}

#guestsss .close1,
.category-popup .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: .3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
    display: block;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m10);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(46, 39, 57, .1);
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m10);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(46, 39, 57, .1);
}

button.main-btn1.close111 {
    border-radius: 0;
    padding: 10px;
    height: auto;
    background: var(--btn-color);
    color: #fff;
    border: none;
    width: 100%;
    font-size: 14px;
}

#guestsss .adult-box p {
    letter-spacing: 0;
    color: var(--para-color);
    text-shadow: 0 0 0 #000;
    font-size: var(--f16);
    text-align: left;
    margin: 0;
    display: block !important;
}

.adult-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: rgba(224, 212, 198, .25);
    border: 1px solid #e7ded0;
    height: 43px;
    border-radius: 50px;
}

#guestsss button.button11.button1 {
    margin-left: 0;
    background: var(--lt-bg-color);
}


#guestsss button.button11.button1 {
    margin-left: 0;
    background: var(--lt-bg-color);
}

#guestsss button.button1 {
    background: 0 0;
    height: 43px;
    width: 43px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f30);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid #e7ded0;
    color: var(--para-color);
    transition: .3s;
    cursor: pointer;
}

.search-bar label {
    display: inline-block;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--black-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: bold;
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}

.search-bar form .select {
    padding-left: 0px;
    padding-right: 10px;
}

.search-bar select {
    font-size: var(--f15);
    color: #999;
    /* line-height: 32px; */
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p12) 0 0;
    background: #F7F7F7;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 45px;
    width: 100%;
}

.search-bar select option {
    color: var(--black-color);
}

.search-bar input {
    font-size: var(--f15);
    color: var(--primary-color);
    /* line-height: 32px; */
    font-weight: 400;
    border-radius: 0px;
    padding: 0px 0 0px 0px;
    height: 30px;
    background: transparent !important;
    border: 0px solid;
    text-transform: capitalize;
}

.search-bar img {
    width: 16px;
    position: absolute;
    bottom: 7px;
    left: 0;
}

.search-bar input#end_date {
    /* padding-left: 20px; */
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4f5962;
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: #4f5962;
    position: absolute;
    top: 1.5rem;
    font-size: var(--f18);
    left: 20px;
    display: none;
}

.search-bar .col-3 {
    position: relative;
    width: 25%;
    padding-left: var(--p20);
    padding-right: var(--p20);
    padding-top: 0;
    padding-bottom: 0;
    border: 0px solid var(--white-color);
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
    display: none;
}

.search-bar .check i {
    top: 18px;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
    display: none;
}

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-left: 1px solid #f2f2f2;
}

.search-bar button.main-btn {
    width: 100%;
    height: 73px;
    letter-spacing: 1px;
    display: block !important;
    color: var(--white-color);
    background: var(--secondary-color);
}

.search-bar button.main-btn:hover {
    background: var(--btn-color);
}

.search-bar button.main-btn.close111 {
    height: 42px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: none;
    width: 100%;
    margin-left: auto;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    /* width: 50%; */
}

.search-bar .guest {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.search-bar .guest i {
    left: 30px;
    top: 18px;
    display: none;
}

.search-bar .check.right,
.search-bar .check.left {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.search-bar .check.right {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.search-bar .main-check {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    /* border: 1px solid var(--white-color); */
    /* display: flex; */
    /* gap: 1%; */
    /* justify-content: space-between; */
    /* width: 40%; */
    width: 50%;
}

.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before {
    display: none;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: center;
    /* gap: 0 25px; */
    justify-content: space-between;
}

div#guestsss {
    width: 100%;
    min-width: 260px;
    /* background: var(--white-color); */
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 10px;
    margin-top: 9px;
    border-radius: 4px;
    border: 1px solid #d8dce1;
    display: none;
    /* box-shadow: 0px 0px 3px 0px #888888; */
    background-color: #fff;
    /* border-radius: 0px; */
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--black-color);
    cursor: pointer;
    display: flex;
    justify-content: center;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m10);
}

#guestsss .adult-value {
    display: flex;
    align-items: center;
    gap: 12px;
}

#guestsss .adult-box p {
    letter-spacing: 0px;
    color: var(--primary-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f16);
    text-align: left;
    margin: 0px;
    text-transform: inherit;
}

#guestsss button.button1 {
    height: 4px;
    background: transparent;
    height: 44px;
    /* height: 30px; */
    width: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f25);
    /* line-height: 30px; */
    margin-left: 0;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    transition: all .3s;
    cursor: pointer;
    border-radius: 22px 0 0 22px;
    border-right: 0px solid;
}

#guestsss button.button11.button1 {
    margin-left: -4px;
    border-radius: 0 22px 22px 0;
    border-left: none;
    margin-right: 0px;
}

#guestsss button.button1:hover {
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
    background: #14455a;
}

p.pets-label {
    color: var(--primary-color);
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}

.pets-value {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pets-calculator {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pets-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-bar p.pets-label {
    padding: 0px;
    margin: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(2, 1, 1, 0.47843137254901963);
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: auto !important;
    bottom: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 50px !important;
    z-index: 9;
    background: transparent !important;
    padding-left: 0px;
}

.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

/* property section */
section.properties-list .property-list {
    background: #383838;
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, .1);
    transition: transform .4s
}

section.properties-list .property-list:hover {
    transform: translateY(-4px)
}

section.properties-list .property-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}

section.properties-list .head-sec {
    margin-bottom: 40px;
}

section.properties-list .row {
    gap: 30px 0;
    justify-content: center;
}

section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden
}

section.properties-list .property-list h3 a {
    color: var(--white-color);
    font-family: var(--secondary-font)
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--white-color);
    height: 24px;
    overflow: hidden
}

section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px
}

section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

section.properties-list .property-list li {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center
}

section.properties-list .property-list li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

section.properties-list .property-list li span {
    margin-right: 0;
}

section.properties-list .property-list .pro-btn {
    margin-top: 0px
}

section.properties-list .property-list a.main-btn {
    /* padding: 13px 20px; */
    font-size: 14px;
    display: block
}

section.properties-list .property-list a.main-btn:hover {
    transform: translateY(0px);
}

section.properties-list .list-content {
    padding: 14px;
}

section.properties-list .property-list .price p {
    margin-bottom: 0;
}

section.properties-list {
    /* padding-top: 0; */
}

.search-info {
    padding-top: 125px;
    background: var(--lt-bg-color);
}

.pro-img-slider button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}


section.home-list {
    /* padding: var(--p60) var(--p12); */
    /*background: var(--lt-bg-color);*/
    /* padding-top: 120px; */
}

section.home-list.loss {
    background: var(--white-color);
}

section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out;
}

section.home-list .overlay a {
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.home-list .overlay i {
    color: var(--white-color);
    font-size: var(--f18);
}

section.home-list .prop-card:hover .overlay {
    display: flex;
}

section.home-list .row {
    justify-content: center;
    gap: 30px 0;
}

section.home-list .atr-btn {
    text-align: center;
    margin-top: 40px;
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}

section.home-list .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}

section.home-list .view a {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}

section.home-list .view i {
    margin-right: 0;
}


section.home-list .col-4 {
    width: 33%;
}

section.home-list .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30);
}

section.home-list img.img-fluid {
    width: 100%;
    height: 280px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.home-list .pro-img:hover img {
    transform: scale(1.14);
}

section.home-list .pro-img a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

section.home-list .pro-img a::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}


section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
    border-radius: 0;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p15) var(--p20) var(--p15);
    background: white;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0;
}

section.home-list .prop-card:hover .pro-cont {
    background: #fff;
}

section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}

section.home-list .rating {
    margin-bottom: 0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 32px;
    overflow: hidden;
    width: 100%;
    font-family: var(--other-font);
}

section.home-list h3.title a {

    color: var(--secondary-color);
}

.prop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}

section.home-list p.adr {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: 0;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0px solid #36454f59;
    padding-bottom: 0;
}

.prop-view-btn {
    padding-top: var(--p20);
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f18);
}

section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list .how-we-value-heading {
    text-align: center;
    margin-bottom: 40px;
}

section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}

section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}

section.home-list ul.last li {
    color: var(--other-color);
}

section.home-list h5 {
    font-size: var(--f18);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0;
}

section.home-list .pro-img {
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: var(--black-color);
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}

section.home-list .featured {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}

section.home-list .how-we-value-heading p {
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}

section.home-list .how-we-value-heading h2 {
    /* padding-top: 0; */
    /* padding-bottom: 15px; */
    color: var(--heading-color);
    /* font-weight: bold; */
    /* margin-bottom: 0px; */
}

section.home-list .how-we-value-heading h2 span {
    color: var(--heading-color);
    display: block;
    font-size: var(--f40);
    line-height: 1.1;
    font-weight: 400;
    font-family: var(--heading-font);
    margin-bottom: 20px;
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f18);
    font-weight: bold;
    margin-bottom: 0px;
    font-family: var(--other-font);
}

section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}

#datepicker-demo17.datepicker {
    left: 0;
}

.form-dates .dates {
    font-size: 44px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1;
}


.category-popup {
    min-width: 420px;
    background: var(--lt-bg-color);
    left: 0;
    border-radius: 0;
    display: none;
    padding-bottom: 0;
    position: absolute;
    top: 100px;
}

.category-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.category-list {
    width: 100%;
    border-bottom: 1px solid rgba(46, 39, 57, .1);
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    display: flex;
    gap: 10px;
    position: relative
}

div#guestsss {
    width: 100%;
    min-width: 400px;
    background: var(--lt-bg-color);
    right: 0;
    border-radius: 0;
    display: none;
    border: 0px solid;
    box-shadow: 0 0 0;
}

.category-popup,
div#guestsss {
    padding: var(--p25);
    position: absolute;
    z-index: 9;
    top: 69px;
}

.category-popup,
div#guestsss {
    padding: var(--p25);
    position: absolute;
    z-index: 9;
    top: 100px;
}

.category-popup h3,
div#guestsss h3 {
    font-size: 28px;
}

#guestsss .close1,
.category-popup .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: .3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
    display: block;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m10);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(46, 39, 57, .1);
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m10);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(46, 39, 57, .1);
}

.adult-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: rgba(224, 212, 198, .25);
    border: 1px solid #e7ded0;
    height: 43px;
    border-radius: 50px;
}

#guestsss button.button1 {
    background: 0 0;
    height: 43px;
    width: 43px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f30);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid #e7ded0;
    color: var(--para-color);
    transition: .3s;
    cursor: pointer;
}

#guestsss button.button11.button1 {
    margin-left: 0;
    background: #ffffff;
    border-radius: 50%;
}


#guestsss button.button11.button1:hover {
    margin-left: 0;
    background: #14455a;
    border-radius: 50%;
}



.attraction-sec .row {
    gap: 20px 0;
}

.attraction-sec .item {
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.attr-card {
    /* margin-left: 10px; */
    margin-right: 10px;
    margin-bottom: 10px;
}

.attraction-sec img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.attraction-sec .pro-img:hover img {
    transform: scale(1.14);
}

.attraction-sec .pro-img a:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

.attraction-sec .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}

.attraction-sec .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 5px rgba(189, 189, 189, 0.24);
}

.attraction-sec h3.title {
    font-size: var(--f20);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 24px;
    overflow: hidden;
}

.attraction-sec h3.title a {
    color: var(--heading-color);
}

.attraction-sec .pro-img {
    position: relative;
}

.attraction-sec .owl-nav {
    position: absolute;
    top: -48px;
    right: 0;
    /* text-align: right; */
    width: auto;
    z-index: 2;
    display: block !important;
}

.attraction-sec .owl-nav button {
    background: var(--secondary-color);
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.attraction-sec .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--secondary-color);
}

.attraction-sec .owl-nav button.owl-next {
    background: var(--secondary-color);
}

.attraction-sec .owl-nav button.owl-prev:hover,
.attraction-sec .owl-nav button.owl-next:hover {
    background: var(--btn-color);
}

.attraction-sec .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}

.attraction-sec h4 {
    padding-left: 12px;
    padding-right: 12px;
}

.attraction-sec #attr-slider {
    padding-left: 12px;
    padding-right: 12px;
}

.attraction-sec {
    /* margin-top:30px; */
    z-index: 0;
    position: relative;
    padding: var(--p40) 0;
}


.category-popup {
    min-width: 420px;
    background: var(--lt-bg-color);
    left: 0;
    border-radius: 0;
    display: none;
    padding-bottom: 0;
    position: absolute;
    top: 100px;
}

.category-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.category-list {
    width: 100%;
    border-bottom: 1px solid rgba(46, 39, 57, .1);
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    display: flex;
    gap: 10px;
    position: relative
}

.search-bar .category-list i {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: var(--secondary-color);
    margin-top: 4px
}

.search-bar input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 0 solid;
    opacity: 0
}

.category-list label {
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    text-transform: none
}

.category-list input[type=radio]:hover+label,
.feat_blog_con i,
.search-bar input[type=radio]:active+label,
.search-bar input[type=radio]:checked+label,
section.blog-section p.tag a:hover {
    color: var(--secondary-color)
}







/* =========================
   SEARCH BAR EXACT DESIGN
========================= */


/* MAIN WRAPPER */
.search-bar form{
    background: #f8f8f8;
    border-radius: 70px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* ROW */
.search-bar .row{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

/* COLUMNS */
.search-bar .col-3{
    flex: 1;
    max-width: 25%;
    padding: 0 18px;
    position: relative;
    display: flex;
    align-items: center;
}

/* REMOVE SEARCH BTN FLEX */
.search-bar .srch-btn{
    max-width: 260px;
    flex: 0 0 260px;
    padding-right: 0;
}

/* INPUT + SELECT */
.search-bar input.form-control,
.search-bar select{
    width: 100%;
    height: 70px;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 62px !important;
    padding-right: 20px !important;
    font-size: 16px;
    font-weight: 700;
    color: #0f2f57;
    border-radius: 0 !important;
}

/* PLACEHOLDER */
.search-bar input::placeholder{
    color: #0f2f57;
    opacity: 1;
    font-weight: 700;
}

/* SELECT */
.search-bar select{
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

/* ICON CIRCLE */
.search-bar .col-3 i{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #b9d7e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #234d7d;
    background: #eef7fb;
    z-index: 2;
}

/* SEARCH BUTTON */
/*.search-bar .main-btn{*/
/*    width: 100%;*/
/*    height: 72px;*/
/*    border: none;*/
/*    border-radius: 200px;*/
/*    background: #234d7d;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    transition: 0.3s ease;*/
/*}*/



/* HIDE EXTRA DATE FIELD */


/* REMOVE INPUT BORDER ON FOCUS */
/*.search-bar input:focus,*/
/*.search-bar select:focus{*/
/*    outline: none !important;*/
/*    box-shadow: none !important;*/
/*}*/

/* GUEST POPUP */
/*.adult-popup{*/
/*    position: absolute;*/
/*    top: 90px;*/
/*    left: 0;*/
/*    width: 320px;*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*    padding: 20px;*/
/*    box-shadow: 0 10px 30px rgba(0,0,0,0.12);*/
/*    z-index: 999;*/
/*}*/

/* =========================
   RESPONSIVE
========================= */

/*@media(max-width: 991px){*/

/*    .search-bar form{*/
/*        border-radius: 30px;*/
/*        padding: 18px;*/
/*    }*/

/*    .search-bar .row{*/
/*        flex-wrap: wrap;*/
/*        gap: 15px;*/
/*    }*/

/*    .search-bar .col-3,*/
/*    .search-bar .srch-btn{*/
/*        max-width: 100%;*/
/*        flex: 0 0 100%;*/
/*        padding: 0;*/
/*    }*/

/*    .search-bar input.form-control,*/
/*    .search-bar select{*/
/*        height: 62px;*/
/*        border-radius: 16px !important;*/
/*        background: #fff !important;*/
/*    }*/

/*    .search-bar .main-btn{*/
/*        height: 62px;*/
/*        border-radius: 16px;*/
/*    }*/
/*}*/

/*@media(max-width: 767px){*/

/*    .search-bar{*/
/*        padding: 10px 0;*/
/*    }*/

/*    .search-bar form{*/
/*        border-radius: 20px;*/
/*        padding: 14px;*/
/*    }*/

/*    .search-bar input.form-control,*/
/*    .search-bar select{*/
/*        height: 58px;*/
/*        font-size: 15px;*/
/*        padding-left: 58px !important;*/
/*    }*/

/*    .search-bar .main-btn{*/
/*        height: 58px;*/
/*        font-size: 16px;*/
/*    }*/

/*    .search-bar .col-3 i{*/
/*        width: 40px;*/
/*        height: 40px;*/
/*        font-size: 15px;*/
/*    }*/
/*}*/



/* FIX CALENDAR & GUEST POPUP */

.search-bar form{
    overflow: visible !important;
}

/* DATEPICKER SHOULD OPEN ABOVE */
#datepicker-demo17.datepicker,
.datepicker,
.ui-datepicker,
.daterangepicker{
    z-index: 999999 !important;
}

/* GUEST POPUP */
#guestsss,
.adult-popup{
    z-index: 999999 !important;
    top: 85px;
}

/* INPUT CLICK FIX */
.search-bar input.form-control,
.search-bar select{
    position: relative;
    z-index: 5;
    cursor: pointer;
}

/* ICON SHOULD NOT BLOCK CLICK */
.search-bar .col-3 i{
    pointer-events: none;
    z-index: 1;
}

/* COLUMN SHOULD ALLOW POPUP */
.search-bar .col-3{
    overflow: visible !important;
}

/* ROW SHOULD ALLOW POPUP */
.search-bar .row{
    overflow: visible !important;
}

/* FORM SHOULD STAY ABOVE HERO */
.search-bar{
    position: relative;
    z-index: 999;
}

/* DATE INPUT FIX */
#start_date,
#end_date{
    position: relative;
    z-index: 5;
}

/* GUEST FIELD FIX */
.guest{
    position: relative;
}

#show-target-data{
    cursor: pointer;
}

/* MOBILE FIX */
@media(max-width:991px){

    .search-bar form{
        overflow: visible !important;
    }

    #guestsss,
    .adult-popup{
        width: 100%;
        min-width: 100%;
        left: 0;
        right: 0;
    }
}


/* KEEP DATEPICKER WORKING */
.datepicker-common-2{
    position: absolute;
    inset: 0;
    z-index: 20;
}

/* REAL DATEPICKER INPUT */
#demo17{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 20;
    left: 0;
    top: 0;
}

/* VISIBLE DESIGN INPUTS */
#start_date,
#end_date{
    position: relative;
    z-index: 1;
    pointer-events: none;
    background: transparent !important;
    color: #0f2f57 !important;
}

/* PLACEHOLDER */
#start_date::placeholder,
#end_date::placeholder{
    color: #0f2f57 !important;
    opacity: 1;
}

/* CALENDAR ABOVE EVERYTHING */
.datepicker,
.ui-datepicker,
.daterangepicker{
    z-index: 999999 !important;
}

/* GUEST POPUP */
#guestsss{
    z-index: 999999 !important;
}



/* =========================
   SEARCH FILTER CHECKBOXES
========================= */

.search-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    position: relative;
    margin: auto;
    justify-content: center;
    width: 95%;
    left: 0;
    right: 0;
    bottom: 18px;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /*box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);*/
    margin-top: 0;
    padding: var(--p16);
    border-radius: 25px;
}

/* FILTER BOX */
.search-filters .filter-box{
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 50px;
    padding: 18px 28px;
    min-height: 72px;
    font-size: 18px;
    font-weight: 500;
    color: #0f2f57;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

/* HIDE DEFAULT CHECKBOX */
.search-filters .filter-box input{
    display: none;
}

/* CUSTOM RADIO STYLE */
.search-filters .custom-check{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #7e8fa3;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    transition: 0.3s ease;
}

/* INNER DOT */
.search-filters .custom-check::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #234d7d;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s ease;
}

/* ACTIVE */
.search-filters .filter-box input:checked + .custom-check{
    border-color: #234d7d;
}

.search-filters .filter-box input:checked + .custom-check::after{
    transform: translate(-50%, -50%) scale(1);
}

/* HOVER */
.search-filters .filter-box:hover{
    transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 991px){

    .search-filters{
        gap: 14px;
        margin-top: 20px;
    }

    .search-filters .filter-box{
        min-height: 60px;
        padding: 14px 22px;
        font-size: 16px;
    }

    .search-filters .custom-check{
        width: 24px;
        height: 24px;
    }
}










