.search-bar {
    background: rgba(20, 20, 20, 0.5);
    /* margin-top: 98px; */
    position: absolute;
    top: 85%;
    width: 100%;
}
.search-bar form {
    position: relative;
    margin: 0 auto auto;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    padding: 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 12%); */
    border: 0px solid #ddd;
    /* box-shadow: 0 3px 12px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.08); */
}

.search-bar input, .search-bar select {
    font-size: var(--f16);
    color: var(--white-color);
    line-height: 1.125rem;
    font-weight: 400;
    border-radius: 0;
    padding: 5px 40px;
    background: transparent;
    text-indent: 0;
    border: 2px solid #fff;
    width: 100%;
    height: 65px;
}

.search-bar .select {
    padding: 14px 24px;
    position: relative
}
.search-bar select option{
    color: #000;
}
.search-bar .main-check::after,.select::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 32px;
    background: #999;
    display: none;
}

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

.search-bar label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px
}

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

.col-1.md-12.sm-12.srch-btn {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-bar input::placeholder {
    color: var(--white-color);
    opacity: 1
}

.search-bar i {
    color: var(--secondary-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px
}

.search-bar .col-3 {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
}

.search-bar .col-3:before {
    top: 24px
}

.search-bar .check:before {
    top: 9px;
    display: none
}

.search-bar .check i {
    top: .5rem
}

.search-bar .col-3.guest:before,.search-bar .col-3.srch-btn:before,.video-cont .search-bar {
    /* display:none; */
}
.video-cont .container-fluid{
    padding: 0px;
}
.search-bar .col-3.srch-btn {
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    /* padding-left: 0; */
}

.search-bar button.main-btn {
    min-width: 48px;
    width: 100%;
    height: 100%;
    letter-spacing: 1px;
    border-radius: 0;
    border: 0 solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    gap: 20px;
}

.about_section .about_content .about_bottom a.main-btn,.scroll .text,header.desk-nav .search-bar,section.about-owner .call-area,section.about-owner .call-area a {
    display: block
}

.search-bar button.main-btn i {
    color: var(--white-color);
    position: relative;
    top: 0;
    font-size: var(--f16);
    right: 0
}

.search-bar button.main-btn.close111,.search-bar button.main-btn.close1112 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: 1px solid var(--btn-color);
    border-radius: 20px;
    width: 100%
}
.search-bar .close111:hover{
 background:#734C38;
 border:1px solid #734C38 !important;
 color: #fff;
}

header.desk-nav div#menu-toggle2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 12px 10px;
    border-radius: 20px;
    width: 60px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,.18)
}

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

.search-bar .main-check {
    padding: 10px 10px;
    width: 40%;
    position: relative
}

.search-bar .main-check .row {
    position: relative;
    justify-content: space-around
}

div#guestsss,div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 3px 0 #888
}

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

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

#guestsss .adult-box p,#guestsss1 .adult-box p {
    letter-spacing: 0;
    color: var(--black-color);
    text-shadow: 0 0 0 #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0
}

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

#guestsss button.button11.button1,#guestsss1 button.button11.button1 {
    margin-left: var(--m14)
}

.about-section .image-section .img-box,.datepicker-section,section.cta .man-img,section.home-list .pro-img {
    position: relative
}

.datepicker-common-2 {
    padding: 0
}

input#demo17,input#demo171 {
    position: absolute;
    left: 0;
    top: 0px!important;
    width: 100%!important;
    opacity: 0;
    height: 65px!important;
    z-index: 9
}

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

.scroll .chevron:first-child {
    animation: 3s ease-out 1s infinite move
}

.scroll .chevron:nth-child(2) {
    animation: 3s ease-out 2s infinite move
}

.scroll .chevron:after,.scroll .chevron:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: var(--white-color)
}

.scroll .chevron:before {
    left: 0;
    transform: skew(0deg,30deg)
}

.scroll .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg,-30deg)
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5,.5,.5)
    }
}

.scroll .text {
    margin-top: 75px;
    margin-left: -30px;
    font-family: var(--primary-font);
    font-size: var(--f12);
    color: var(--white-color);
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: 2s linear infinite alternate pulse
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

.form-control:focus {
    background-color: transparent !important;
    border-color: var(--white-color)!important;
    color: #fff;
}

.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    background: rgba(0,0,0,.3);
    padding-top: 0;
    flex-direction: column
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none
}

.video-cont h1 {
    max-width: 100%;
    margin: 80px auto 0;
    color: #fff;
    text-shadow: 0 0 2px #000;
    text-transform: capitalize;
    font-size: var(--f60);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 700;
    text-align: center;
    position: relative
}

.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none
}

.video-cont p {
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m10);
    color: var(--white-color);
    text-transform: capitalize;
    font-size: var(--f22);
    text-align: center;
    color: var(--white-color);
    margin-top: var(--m10)
}

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

.video-cont .features-video {
    gap: 60px;
    display: none
}

.video-cont .features-video li {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center
}

.video-cont .features-video i {
    font-size: var(--f25);
    color: var(--white-color)
}

.video-cont .features-video span {
    color: var(--white-color);
    font-size: var(--f15)
}

.video-cont .features-video li .active-hotel {
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%
}
section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0;
    top: 0;
    text-align: right
}

section.about-us-home .abt-co-img-left img,section.about-us-home .abt-co-img-right img {
    border-radius: 10px
}

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

section.about-us-home .abt-co-img {
    position: relative;
    padding-right: 0
}

section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1
}

section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: 0;
}

section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

section.about-us-home li {
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center
}

section.about-us-home i {
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color)
}

section.about-us-home p {
    max-height: 210px;
    overflow: hidden;
    text-align: left;
}

section.about-us-home .abt-co-img-right img {
    height: 400px;
    object-fit: cover;
    border: 4px solid #fff;
    width: 304px;
    box-shadow: 10px 10px 26px 0 rgba(0,0,0,.21)
}

section.about-us-home .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(-50%) translateX(35px);
    position: absolute;
    top: 52%
}

section.about-us-home a.main-btn {
    display: block;
    width: 200px;
    text-align: center;
    margin-top: var(--m10)
}

section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.about-us-home {
    /* background: var(--lt-bg-color); */
}

section.about-us-home .abt-cont {
    max-height: 470px;
    overflow: hidden
}
.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-section .image-section .img-box+.img-box {
    margin-left: 60px
}

.about-section .image-section .img-box img {
    -webkit-box-shadow: 5px 8.66px 20px 0 rgba(0,0,0,.15);
    box-shadow: 5px 8.66px 20px 0 rgba(0,0,0,.15)
}

.about-section .image-section .img-box .no-class {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ef3f3e;
    padding: 5px;
    left: -15px;
    -webkit-box-shadow: 2.5px 4.33px 25px 0 rgba(239,63,62,.4);
    box-shadow: 2.5px 4.33px 25px 0 rgba(239,63,62,.4)
}

.about-section .image-section .img-box .no-class h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin-bottom: 0;
    font-weight: 700
}

.about-section .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 60px
}

.about-section .about-text h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-style: italic;
    color: #adadad;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -2px
}

.about-section .about-text h5 span {
    color: #ef3f3e
}

.about-section .about-text h3 {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: .001em;
    margin-bottom: 35px
}

.about-section .about-text h2 {
    font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #ef3f3e;
    font-weight: 800;
    margin-bottom: 35px
}

.about-section .about-text p {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 25px
}

.about-section.three-image .image-section .img-box+.img-box {
    margin-left: 45px
}

.about-section.three-image .about-text {
    padding-left: 20px
}

.about-section.three-image .about-text h5 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 30px
}

.about-section.three-image .about-text h2 {
    color: #000;
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px
}

.about-section.three-image .about-text h2 span {
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: lowercase;
    margin-bottom: 0;
    display: block;
    margin-top: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.6)
}

.about-section.three-image .about-text p {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.about-section.about_page .image-section .img-box:nth-child(odd) {
    margin-bottom: 40px
}

.about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
    bottom: -40px
}

.about-section.about_page .image-section .img-box:nth-child(2n) {
    margin-top: 40px
}

.about-section.about_page .image-section .img-box:nth-child(2n) .title-box {
    top: -40px
}

.about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -2px 0 20px 0 rgba(0,0,0,.08);
    box-shadow: -2px 0 20px 0 rgba(0,0,0,.08);
    min-width: 162px
}

.about-section.about_page .image-section .img-box .title-box h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    color: #000;
    margin-top: -4px;
    font-weight: 800;
    margin-bottom: 7px
}

.about-section.about_page .image-section .img-box .title-box h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    margin-bottom: -4px;
    word-break: break-word;
    color: gray
}

.about-section.about_page .about-text {
    padding-left: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-section.about_page .about-text .title-3 {
    text-align: left;
    margin-bottom: 35px
}

.about-section.about_page .about-text .title-3 .title-label {
    text-transform: uppercase;
    -webkit-box-shadow: 5px 8.66px 20px 0 rgba(239,63,62,.22);
    box-shadow: 5px 8.66px 20px 0 rgba(239,63,62,.22)
}

.about-section.about_page .about-text h2 {
    font-weight: 700
}

.about-section.about_page .about-text h2 span {
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    margin-top: 20px
}

.about-section.about_page .about-text .buttons-about {
    margin-top: 45px
}

.about-section.about_page .about-text .buttons-about .btn+.btn {
    margin-left: 20px
}

.about_section .about_img {
    position: relative;
    margin: 20px 0
}

.about_section .about_img img {
    border-radius: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img .side-effect:after {
    content: "";
    position: absolute;
    top: -12px;
    height: calc(100% - 18px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 65px);
    left: 76px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .3
}

.about_section .about_img .side-effect span:after,.about_section .about_img .side-effect:before {
    background: url(../images/about.webp);
    content: "";
    position: absolute;
    border-radius: 25px;
    z-index: -1
}

.about_section .about_img .side-effect:before {
    top: -20px;
    height: calc(100% - 44px);
    width: calc(100% - 97px);
    left: 120px;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .1
}

.about_section .about_img .side-effect span:after {
    bottom: -12px;
    height: calc(100% - 18px);
    width: calc(100% - 65px);
    right: 76px;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .3
}

.about_section .about_img .side-effect span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: calc(100% - 44px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 97px);
    right: 120px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    background-blend-mode: overlay;
    opacity: .1
}

.about_section .about_img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img:hover .side-effect:after,.about_section .about_img:hover .side-effect:before {
    top: 0;
    left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_img:hover .side-effect span:after,.about_section .about_img:hover .side-effect span:before {
    bottom: 0;
    right: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.about_section .about_content {
    margin-left: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.about_section .about_content h5 {
    font-size: var(--f28);
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 25px;
    position: relative
}

.about_section .about_content h5:before {
    position: absolute;
    bottom: -20px;
    width: 100px;
    height: 2px;
    background: var(--secondary-color)
}

.about_section .about_content h5 span,section.about-owner .call-area a:hover,section.home-list ul.last li {
    color: var(--other-color)
}

section.home-list h3.title a,section.home-list ul li {
    /* color: var(--secondary-color); */
}

.about_section .about_content h2 {
    color: #000;
    font-weight: 800;
    text-transform: capitalize
}

.about_section .about_content p {
    color: #464646;
    line-height: 1.9;
    font-weight: 300;
    font-size: var(--f16)
}

.about_section .about_content .about_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about_section .about_content .about_bottom h6 {
    margin-left: 25px;
    background-color: #f7f7f7;
    color: #acacac;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 600
}

section.home-list {
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color)
}
section.home-list .prop-card{
    padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 32.5%;
    background: var(--white-color);
}
section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out
}

section.home-list .overlay a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

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

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

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 0 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: 290px;
    object-fit: cover;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

section.home-list .pro-img a::after,section.home-list .pro-img a::before {
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: .5s;
    display: none;
    position: absolute;
    height: 100%;
    content: ""
}

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

section.home-list .pro-img a::before {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%);
    top: 15px;
    background-color: rgba(0,0,0,.05);
    width: calc(100% - 66px);
    left: 33px;
    transition: .5s
}

section.home-list .pro-img a::after {
    top: 8px;
    background-color: rgba(0,0,0,.1);
    width: calc(100% - 16px);
    left: 8px;
    transition: .5s
}

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

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: var(--white-color);
    /* box-shadow: 0 1px 17px 0 rgba(0,0,0,.05); */
    margin-top: 15px;
    border-radius: 0;
}

section.home-list .amn {
    padding-top: 0;
}
.prop-view-btn{
    border-top: 1px dashed #36454f59;
    padding-top: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prop-view-btn .view p{
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.3;
}
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
}

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

.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: 0 solid #36454f59;
    padding-bottom: 0
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f16);
    color: var(--secondary-color);
}
section.home-list .prop-view-btn a i{
color: var(--secondary-color);
}
section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

section.home-list .how-we-value-heading {
    text-align: center
}

section.home-list .amn {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    border-top: 0px solid #36454f59;
}

section.home-list ul {
    margin: 0;
    padding: 0;
    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(--other-color);
    font-size: 19px;
    width: 23px;
}

section.home-list ul li {
    font-size: var(--f16);
    /* font-weight: 500; */
    margin-bottom: 5px;
}

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

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f24);
    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: #fff;
    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: 15px;
    padding-bottom: 15px;
    /* color: var(--black-color); */
    /* font-weight: 700; */
    margin-bottom: 0
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: .03em;
    font-size: var(--f17);
    font-weight: 700;
    margin-bottom: 0
}
section.home-list .home-btn {
    text-align: center;
    margin-top: 30px;
}
section.cta .content p,section.cta .head-sec h2,section.testimonial .head-sec h2,section.testimonial .head-sec p {
    color: var(--white-color)
}

section.cta {
    background: url('../images/cta.jpg') center/cover fixed;
    padding-left: 0;
    position: relative;
    padding-right: 0
}

section.cta .head-sec h2 span{
    color: #f2e3ce;
}

.hero-section,section.about-owner {
    background: var(--white-color)
}

section.cta .shape img {
    width: 350px;
    object-fit: cover
}

section.cta .shape {
    position: absolute;
    top: -365px;
    z-index: 2
}

section.cta .container {
    display: flex;
    justify-content: center;
    position: relative
}

section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: var(--p60);
    box-shadow: 0 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

section.cta .head-sec h2 {
    text-align: center
}

section.cta .content .main-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

section.cta .man-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top
}

section.about-casey {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

section.about-casey .about-shape {
    position: absolute;
    bottom: -77px;
    z-index: 9
}

:root {
    --text-light: rgba(255,255,255,0.6);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --mon: "Montserrat",sans-serif;
    --blue: #8a6bff;
    --darkblue: #0a0a36
}

.hero-section .head-sec {
    margin-bottom: var(--m30)
}

.hero-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center
}

.hero-section .card-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%
}

@media(min-width: 540px) {
    .hero-section .card-grid {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(min-width: 960px) {
    .hero-section .card-grid {
        grid-template-columns:repeat(4,1fr)
    }
}

.hero-section .card {
    list-style: none;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 20px
}

.hero-section .card:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%
}

.hero-section .card__background {
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(.75) saturate(1.2) contrast(.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: filter .2s linear,transform .2s linear
}

.hero-section .card:hover .card__background {
    transform: scale(1.05) translateZ(0)
}

.hero-section .card-grid:hover>.card:not(:hover) .card__background {
    filter: brightness(.5) saturate(0) contrast(1.2) blur(20px)
}

.hero-section .card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0
}

.hero-section .card__category {
    color: var(--text-light);
    font-size: .9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase
}

.hero-section .card__heading {
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,.2);
    line-height: 1.4;
    word-spacing: 0vw
}

.hero-section .hero-btn a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin: auto
}

.hero-btn {
    text-align: center;
    margin-top: 30px
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column
}

section.about-owner .rhea_mask {
    fill: var(--white-color)
}

section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none
}

section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 500px
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%
}

section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px
}

section.about-owner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: .5s
}

section.about-owner svg {
    height: 588px;
    width: 100%
}

section.about-owner .head-sec {
    text-align: left;
    margin-bottom: var(--m15)
}

section.about-owner h4 {
    font-size: var(--f21);
    font-weight: 500
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center
}

section.about-owner .call-us,section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30)
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center
}

/*Testimonial css*/
section.testimonial {
    position: relative;
    /* background: url('../images/test.webp');*/
    /* background-attachment: fixed; */
    /* background-size: cover; */
    padding-bottom: 20px;
    background: #f2e3ce;
}
section.testimonial  .head-sec p{
    color: var(--white-color);
}
section.testimonial  .head-sec h2{
    /* color: var(--white-color); */
    color: var(--secondary-color);
}
section.testimonial .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
section.testimonial .icon{
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
        z-index: 1;
        top: 75%;
}
section.testimonial .owl-carousel .owl-item img {margin-top: 0;width: 100%;height: 350px;border-radius: 0;object-fit: contain;/* box-shadow: 0 0 7px rgb(0 0 0 / 11%); *//* padding: 10px; */}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    height: auto;
    /* overflow: hidden; */
    padding: 0px 44px;
}
:root {
  --mon: "Montserrat", sans-serif;
  --blue: #8a6bff;
  --darkblue: #0a0a36;
}
.container {
  width: 100%;
  /* margin: auto; */
  padding: 0 15px;
}
.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}
.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}
.sec-title h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--blue);
}
.sec-title p {
  font-size: 18px;
  line-height: 28px;
}
.section.testimonial  {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
section.testimonial  .owl-carousel {
  overflow: hidden;
  /* padding: 0 20px; */
  /* padding-right: 40px; */
}
section.testimonial .owl-stage-outer {
  padding: 30px 50px;
  width: calc(100% + 100px);
}
.single-testimonial {
  /* border: 7px solid #fff; */
  /* text-align: center; */
  /* border-radius: 45px; */
  position: relative;
  z-index: 2;
  /* flex-direction: column; */
}
.single-testimonial p {
  color: #000;
    font-size: 16px;
    /* line-height: 24px; */
    /* padding: var(--p30); */
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    padding-top: 30px;
    margin-bottom: 0px;
}
.single-testimonial::before {
  /* content: ""; */
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}
.client-details h3{
    margin-bottom: 0;
    margin-bottom: 2px;
    font-size: var(--f24);
    color: var(--secondary-color);
}
.single-testimonial::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
  display: none;
}
.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}
.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}
.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.client-video {
  padding-right: 0;
  width: 50%;
}
.client-video h3{
    margin-bottom: 0;
}
.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.sec-title.white-title h2 {
  color: #fff;
} 
 .owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.owl-dot.active{
  width: 50px;
    background: var(--white-color);
    border-radius: 10px;
    height: 12px;
}
.owl-dot.active span{
    width: 0 !important;
    background: var(--white-color) !important;
}
.owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
.guests img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px
}

.guests .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.guests .col-6.guest-img {
    gap: 20px
}

.guests .guest-inner {
    display: flex;
    justify-content: space-between
}

.guests .guest-inner img {
    width: 48.5%
}

.guests .col-6.guest-content {
    padding-left: 5%
}

.guests .col-6.guest-content p {
    overflow: hidden
}

.guests a.main-btn.show-more {
    width: 180px;
    display: block;
    text-align: center
}

.guest-content-section {
    height: 425px;
    overflow: hidden
}
#test-slider .test-sec {
    padding: 50px 60px;
    background: #fff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.12);
    width: 100%;
    display: flex;
    align-items: center;
}
#test-slider .client-details {
    padding: 0px 0 0px 40px;
    width: 50%;
}
#test-slider .ratings i{
  color: #E4A853;
}
#test-slider .client-name h4{font-size: var(--f17);font-weight: 400;color: var(--secondary-color);}
#test-slider .owl-nav{
  display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 50%;
    width: 93%;
    transform: translate(-50%, -50%);
}
#test-slider .owl-controls .owl-nav [class*='owl-']{
    font-size: 35px;
    background: transparent;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#test-slider .owl-controls .owl-nav [class*='owl-'] i{
  color: #292929;
}
.form-control:focus {
    box-shadow: 0 0 0 0 rgba(13,110,253,.25)!important
}
.datepicker{
    left: 0;
}
/* Attractions*/

.single-box {
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--m30);
    box-shadow: 0 0 1px #4c4c4c;
}

.single-box:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}

.single-box img {
    height: 464px;
    object-fit: cover;
}

.single-box img {
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}

.single-box:hover .content {
    opacity: 0;
    visibility: hidden;
}

.single-box .content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 100% 100% 5px 5px;
}

.single-box .content h3 {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--black-color);
    font-size: 22px;
    font-weight: 400;
}

.single-box .content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--black-color);
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .content h3 a {
    display: inline-block;
    color: var(--black-color);
    font-family: var(--secondary-font);
}

.single-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.single-box .hover-content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    left: 0;
    max-height: 290px;
    width: 100%;
    bottom: -138px;
    border-radius: 100% 100% 5px 5px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.single-box .hover-content h3 {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--black-color);
    font-size: 22px;
    font-weight: 400;
    height: auto;
    overflow:hidden;
}

.single-box .hover-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-box .hover-content h3 a {
    display: inline-block;
    color: var(--black-color);
    font-family: var(--secondary-font);
}

.single-box .hover-content p {
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    /* font-size: 15px; */
    height: 73px;
    overflow:hidden;
    line-height: 1.6;
}
.single-box .hover-content .attaction-view{
    text-decoration: underline!important;
}
.single-box .hover-content p a{
    /* font-family: 'Poppins'; */
    color: var(--black-color);
}
.single-box .hover-content .read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #321c07;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.single-box .hover-content .read-more-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0e416b;
}


section.how-we-value-wrapp .how-we-value-heading {
    text-align: center;
    margin-bottom: 40px;
}
section.how-we-value-wrapp {
    background: var(--lt-bg-color);
}

.how-we-value-heading h4 {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
}

.how-we-value-heading h3 {
    /* text-transform: uppercase; */
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 36px;
    color: var(--heading-color);
}

.how-we-value-bottom p {
    text-align: center;
    width: 80%;
    margin: 30px auto 0;
    font-size: 15px;
    color: #000;
}
.attraction-btn{
    display:flex;
    justify-content:center;
    align-items:center;
}
.attraction-btn .main-btn{
    margin-top:var(--m20);
    text-align:center;
    width:250px;
}
section.newsletter-form .row{
    background: #f2f2f2;
    padding: 40px;
    border-radius: 20px;
}
section.newsletter-form .col-6.form-image {
    padding-right: 40px;
}
section.newsletter-form .col-6.form-content{
    padding-left: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.newsletter-form img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
section.newsletter-form p{
    width: 80%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
section.newsletter-form h3{
     text-align: center;
}
section.newsletter-form form{
    position:relative;
}
section.newsletter-form form input{
    width: 100%;
    background: #fff;
    border: 0px solid;
    border-radius: 8px;
    padding: 20px 10px;
    /* box-shadow: 0 0 9px 3px #00000014; */
    font-size: 14px;
    color: #000;
    padding-left: 45px;
}
section.newsletter-form form input::placeholder{
    color:#000;
}
section.newsletter-form form i{
    color: var(--other-color);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
}
section.newsletter-form form button{
    display: block;
    border-radius: 0px;
    width: 130px;
    height: 43px;
    text-align: center;
    /* margin: auto; */
    margin-top: 0;
    text-decoration: none;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--btn-color);
    color: var(--white-color);
}

/* attrection */

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.how-we-value-wrapp h2{
    color: var(--heading-color);
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: 8px;
   position:relative;
   width: 25%;
}
.how-we-value-wrapp .atr-btn {
    text-align: center;
}
.how-we-value-wrapp .atrr a{
    position:relative;
}
.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
     color: #000;
    font-family: var(--primary-font);
    padding: 15px 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: #fff;
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: 30px;
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: #fff;
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: 30px;
}
section.how-we-value-wrapp.atr {
    background: var(--lt-bg-color);
}
.datepicker{
    left: 0;
}

.partners-logo{
    background-color: #98adb0;
    padding: 8px 20px;
}
.partners-logo h3{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

.partners-logo img{
    text-align: center;
    filter: brightness(95%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    width: auto;
    height: 150px;
    object-fit: contain;
    max-width: 100%;
}

.logo-first{
  
    width: 85%;
}
.logo-second{

    width: 34%;
}

.logo-third{
  
    width: 34%;
}


.meet-img img{
    width:100%;
}

section.meet_sec{
  padding-right:0;
    padding-left:0;
}

.meet-sec {
    background: #e6ddcf;
    padding: 16.5%;
    border-radius: 10px;
    min-height: 790px;
}


.meet-sec h3{
    color: var(--secondary-color);
}


.meet-sec h2{
    color: var(--white-color);
}

.meet-sec p{
    color: var(--secondary-color);
}

section.meet_sec .padding-left{
  padding-left:0;
}

section.meet_sec .padding-right{
  padding-right:0;
}

.meet-img {
    height: 100%;
    width: 100%;
}

.meet-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: left;
}
section.attraction .head-sec p{
    padding-left: 0;
    color: var(--secondary-color);
    text-align: left;
}
section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.attraction .col-6.right .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .col-6.left {
    display: flex;
    flex-direction: column;
}
section.attraction .col-md-4{
   padding: var(--p8);
    position:relative;
}
section.attraction .col-md-4 a{
    position:relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.attraction .row{
    gap: 0px 0;
}
section.attraction .img-card {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
section.attraction .col-md-4:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}

section.attraction .atr-cont{
   background: transparent;
   /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
   margin: 0px;
   padding: var(--p30) var(--p30);
   border-radius: 0px;
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   top: 0;
   width: 97%;
   transition: all 0.3s;
}
section.attraction .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: max-content;
    overflow: hidden;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    padding-right: 5px;
}

section.attraction .head-sec{
    text-align: left;
    margin-bottom: 40px;
}
section.attraction .para-attr {
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 165px;
    display: none;
}
section.attraction .para-attr p{
    color: var(--white-color);
    font-size: var(--f18);
}
section.attraction .col-md-4:hover .para-attr{
    display: flex;
justify-content: center;
align-items: center;
}
section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.attraction .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
section.attraction .arrow:hover{
    background: var(--white-color);
    color: #734C38;
}
section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}
section.attraction .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
section.attraction .col-md-4:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
section.attraction .col-md-4:hover .atr-cont h4{
    color: var(--secondary-color);
    text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-4:hover .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .right.mob{
    display: none;
}


section.attraction{
  background-color:#f1f1f1;
}

.main-row{
      justify-content: center;
      position: relative;
}

.check img{
  width:10%;
}

.guest img{
  width:10%;
}


.srch-btn img{
  width:10%;
}


.check img{
  position: absolute;
  top: 20px;
  left: 10px;
}

.guest img{
  position: absolute;
  top: 27px;
  left: 18px;
}

.btn_4.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}





/*Properties css*/
section.properties-sec {
    background: var(--lt-bg-color);
}
.home-properties .upper-head {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: var(--m40);
}
.home-properties h2{
    margin-bottom: var(--m20);
    /* text-transform: uppercase; */
}
.home-properties img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.home-properties .heart-icon {
    width: 35px;
    height: 35px;
    background: #000000b5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    color: var(--white-color);
}
.home-properties .owl-carousel .owl-nav .owl-prev, .home-properties .owl-carousel .owl-nav .owl-next{
    background: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.home-properties .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.home-properties .owl-carousel .owl-nav{
    /* display: none; */
}
.home-property-image{
    position: relative;
}
.home-property-image:hover .owl-carousel .owl-nav{
    display: block;
}
.home-property-content {
    padding-top: 15px;
}
.home-property-content h4{
    font-family: var(--primary-font);
    font-size: var(--f20);
    font-weight: 600;
    margin-bottom: var(--m5);
}
.home-property-content a{
     color: var(--primary-color);
}
.home-property-content h4 a{
    color: var(--secondary-color)!important;
    text-decoration: none;
}
.home-properties .location {
    margin-bottom: var(--m8);
}
.home-properties .location span{
    font-size: var(--f14);
     font-family: var(--primary-font);
}
.home-properties p.amenity {
    margin-bottom: var(--m5);
}
.home-properties .price span{
    font-weight: bold;
}
.home-properties .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.home-properties .owl-dot span{
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
}
.home-properties .owl-dot.active span{
    opacity: 1;
}
.pro_view_btn{
    margin-top: 40px;
    text-align: center;
}
.pro_view_btn .main-btn{
    display: block;
    width: 150px;
    margin: auto;
    /* border-radius: 7px; */
}
.home-properties .owl-carousel .owl-nav .owl-prev, .home-properties .owl-carousel .owl-nav .owl-next{
    background: var(--secondary-color) !important;
    border-color: var(--white-color) !important;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-top: -26px;
    position: absolute;
    top: 35%;
    border-radius: 50%;
    padding: var(--p5);
    border: 1px solid var(--black-color);
}
.home-properties .owl-nav i {
    font-size: 19px;
}
.home-properties .owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
.home-properties .owl-carousel .owl-nav .owl-next {
    right: -20px;
}



.meet-btn
 {
    color: #fff;
    background-position: 100%;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}


.pro_view_btn .main-btn:hover{

   background-color: #734C38;
    border: 1px solid #734c38;
}
   


.meet-btn:hover {
    background-color: #b87451;
    border: 1px solid #b87451;
}

section.cta .content .main-btn:hover{
    color: var#fff(--white-color);
    border: 1px solid var(--white-color);
    background: #734C38;

}
