@font-face {
    font-family: "blacksword";
    src: url(../font/Blacksword.otf);
}

html {
    overflow-x: hidden !important;
}

section.video-banner {
    padding: 0px;
    width: 100%;
    height: 92vh;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-sec button#play,
.video-sec button#pause {
    display: none;
}

.head-sec {
    text-align: left;
    margin-bottom: var(--m30);
}

.head-sec h2 {
    margin-bottom: var(--m15);
    /* text-transform: uppercase; */
}

.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--btn-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}

/* .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);
} */
.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 30%;
    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 select {
    font-size: var(--f14);
    color: #1c1b1b;
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: transparent;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar select option {
    color: var(--black-color);
}

.search-bar input {
    font-size: var(--f14);
    color: var(--white-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: var(--p10);
    background: transparent !important;
    border: 0px solid #e0e0e0;
}

.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: var(--white-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f20);
    right: 20px;
}

.search-bar .col-3 {
    position: relative;
    width: 85%;
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    border: 1px solid var(--secondary-color);
    border-radius: 50px 0 0 50px;
    background: white;
    color: black;
}

.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;
}

.search-bar .check.right:before {
    display: none;
}

.search-bar .check i {
    top: 0.5rem;
}

.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-left: 0px;
    border-radius: 0 50px 50px 0;
    width: 15%;
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    display: block !important;
    color: var(--white-color);
    background: var(--secondary-color);
    border-radius: 0 50px 50px 0;
    /* border: none; */
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
    border: none;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}

.search-bar .main-check {
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
    border: 1px solid var(--white-color);
}

.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;
}

div#guestsss {
    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: 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;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p {
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss button.button1 {
    background: transparent;
    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: all .3s;
    cursor: pointer;
}

#guestsss button.button11.button1 {
    margin-left: var(--m14);
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
}

.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 0;
    flex-direction: column;
}

.video-detail {
    width: 70%;
    margin: auto;
    text-align: center;
}

.video-cont .container {
    margin-bottom: 0px;
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont h1 {
    /* font-style: italic; */
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    text-transform: capitalize;
    font-size: var(--f54);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 600;
    /* 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(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-transform: capitalize;
    font-size: var(--f16);
    /* text-align: left; */
    color: var(--white-color);
    /* font-style: italic; */
}

.video-cont .main-btn {
    width: 180px;
    display: inline-block;
    text-align: center;
}

.video-cont .features-video {
    display: flex;
    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.video-banner {
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 3;
}

section.video-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

section.video-banner .video-sec {
    width: 100%;
    height: 100%;
}

.scroll .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
    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(0.5, 0.5, 0.5);
    }
}

.scroll .text {
    display: block;
    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: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.form-control:focus {
    background-color: transparent !important;
    border-color: var(--white-color) !important;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

/*About company css*/

.about_bottom_text {
    color: #50414a;
    font-size: 22px;
    text-transform: math-auto;
    /* font-family: var(--secondary--font); */
    font-family: var(--secondary-font);
    font-weight: 700;
}

section.about_sec .bottom_content img {
    width: 185px;
    height: 45px;
}




section.about_sec h2 {
    /* text-transform: uppercase !important; */
    font-size: 38px;
}

section.about-us-home .abt-co-img-left {
    border-radius: 0;
    position: relative;
    left: 0px;
    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 .col-7.abt-right {
    padding-right: 12px;
    padding-left: 40px;
    position: relative;
}

section.about-us-home .abt-co-img-left img {
    width: 80%;
    height: 450px;
    object-fit: cover;
}

section.about-us-home .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}

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: var(--m15);
}

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 .head-sec p {
    color: var(--secondary-color);
}

section.about-us-home p {
    max-height: 210px;
    overflow: hidden;
}

section.about-us-home .abt-co-img-right img {
    height: 400px;
    object-fit: cover;
    border: 4px solid #fff;
    width: 320px;
    box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}

section.about-us-home .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(-35%) translateX(123%);
    position: absolute;
    top: 52%;
}

section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}

section.about-us-home .col-5.abt-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 500px;
}

section.about-us-home .col-5.abt-left .btn_4.learn-more {
    margin-top: 20px;
}

section.about-us-home {
    background: var(--lt-bg-color);
    padding-bottom: 100px;
}

section.about-us-home .abt-cont {
    max-height: 470px;
    overflow: hidden;
}

section.about-us-home button.owl-prev {
    position: absolute;
    left: 10px;
    bottom: 42%;
}

section.about-us-home button.owl-next {
    position: absolute;
    right: 10px;
    bottom: 42%;
}

section.about-us-home button.owl-next span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.about-us-home button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.about-us-home img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/*About cta css*/
section.cta {
    background: url(../images/cta-bg.jpg);
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.cta .shape img {
    width: 350px;
    object-fit: cover;
}

section.cta .head-sec h2 span {
    color: var(--white-color);
}

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 / 70%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.cta .head-sec h2 {
    text-align: center;
    color: var(--white-color);
    margin-bottom: 0px;
}

section.cta a.main-bttn {
    border-color: var(--white-color);
}

section.cta .content p {
    color: var(--white-color);
    text-align: center;
}

section.cta .content .main-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

section.cta .man-img {
    position: relative;
}

section.cta .man-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* new property section */

section.featured-pro button.owl-prev {
    position: absolute;
    left: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next {
    position: absolute;
    right: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro .col-6.prop-cont h4 {
    color: var(--secondary-color);
    font-size: var(--f23);
}

section.featured-pro span.adr {
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    color: var(--black-color);
    align-items: flex-start;
    gap: 6px;
}

section.featured-pro span.adr i {
    margin-top: 2px;
}

section.featured-pro {
    background: var(--white-color);
}

section.featured-pro .pro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

section.featured-pro .pro-top p {
    margin-bottom: 0px;
}

section.featured-pro .pro-top img {
    width: 30px;
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}

section.featured-pro .row {
    gap: 20px 0;
}

section.featured-pro img.img-fluid {
    width: 90%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.featured-pro .pro-img:hover img {
    transform: scale(1.14);
}

section.featured-pro .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;
}

section.featured-pro .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;
}

section.featured-pro .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 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size: var(--f14);
}

section.featured-pro .rating i.checked {
    color: #FCAF3D;
}

section.featured-pro .rating {
    margin-bottom: var(--m15);
}

section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 33px;
    overflow: hidden;
}

section.featured-pro h3.title a {
    color: var(--heading-color);
}

section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}

section.featured-pro ul {

    padding: var(--p20) var(--p20) var(--p15);

    margin-top: var(--m25);

    font-size: var(--f14);

    align-items: center;

    display: flex;

    gap: 40px;

    justify-content: space-between;

    border-bottom: 2px dashed #bbb;

    border-top: 2px dashed #bbb;
}

section.featured-pro i {
    margin-right: 0;
    color: var(--heading-color);
    font-size: var(--f20);
}

section.featured-pro .main-btn {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.featured-pro .main-btn i {
    color: #fff;
}

section.featured-pro .prop-cont h2 {
    font-size: var(--f32);
}

section.featured-pro ul li {
    font-size: var(--f16);
    color: var(--heading-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
}

section.featured-pro ul li span {
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 0px;
}

section.featured-pro h5 {
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

section.featured-pro .pro-img {
    position: relative;
}

section.featured-pro h5 span {
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}

section.featured-pro .featured {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

section.featured-pro .price {
    font-size: 18px;
}

section.featured-pro .pro-para {
    height: 219px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* About css ==========================*/
.about-section .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-section .image-section .img-box {
    position: relative;
}

.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 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8.66px 20px 0px rgba(0, 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 0px rgba(239, 63, 62, 0.4);
    box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
}

.about-section .image-section .img-box .no-class h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: white;
    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: 0.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: black;
    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, 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(even) {
    margin-top: 40px;
}

.about-section.about_page .image-section .img-box:nth-child(even) .title-box {
    top: -40px;
}

.about-section.about_page .image-section .img-box .title-box {
    padding: 20px;
    background-color: white;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 0px 20px 0px rgba(0, 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: black;
    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 0px rgba(239, 63, 62, 0.22);
    box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.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: all 0.5s ease;
    transition: all 0.5s ease;
}

.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: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.3;
}

.about_section .about_img .side-effect:before {
    content: "";
    position: absolute;
    top: -20px;
    height: calc(100% - 44px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 97px);
    left: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img .side-effect span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    height: calc(100% - 18px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 65px);
    right: 76px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.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: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
}

.about_section .about_img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about_section .about_img:hover .side-effect:before,
.about_section .about_img:hover .side-effect:after {
    top: 0;
    left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about_section .about_img:hover .side-effect span:after,
.about_section .about_img:hover .side-effect span:before {
    bottom: 0;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.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);
    text-transform: capitalize;
    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 {
    color: var(--other-color);
}

.about_section .about_content h2 {
    color: black;
    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;
}

.about_section .about_content .about_bottom a.main-btn {
    display: block;
}

section.about_section.section-b-space {
    /* background: var(--lt-bg-color); */
    padding-top: 60px;
}

section.about_section.section-b-space .abt-para {
    /* height: 213px; */
    overflow: hidden;
}

.attr-bnt {
    margin-top: 20px;
}

.attr-bnt .main-btn {
    display: inline-block;
}

/*Counter css*/
section.counter {
    background: #1E1D85;
}

section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}

section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}

section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}

section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}

section.counter .counter-box:hover {
    background: var(--btn-color);
}

/*Testimonial css*/

section.testimonial .bg-img {
    background: url('../images/testy.webp');
    height: 600px;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.testimonial .attr-bnt {
    position: absolute;
    bottom: 7.7%;
    right: 45%;
    z-index: 1;
}

section.testimonial .para {
    height: 140px;
    overflow: hidden;
}

section.testimonial {
    background: #fff;
    position: relative;
    padding: 0;
    padding-bottom: 60px;
}

.fa-star.checked {
    color: #FCAF3D !important;
}

section.testimonial .col-6.cont-head {
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}

section.testimonial .head-sec {
    position: relative;
    text-align: center;
    width: 70%;
    margin: auto;
    padding-left: var(--p30);
    padding-top: var(--p50);
    margin-bottom: var(--m40);
}

section.testimonial .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 1;
    top: -5px;
}

section.testimonial .icon img {
    height: 50px;
}

section.testimonial .testy {

    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}

section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}

section.testimonial .top-text {
    position: relative;
    /* height: 100px; */
}

section.testimonial .overlay {
    background-color: #fff;
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: relative;
    right: 0px;
    padding: 20px 30px;
}

section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    justify-content: center;
    width: 80%;
}

.owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 0px;
}

section.testimonial .owl-prev {
    font-size: 16px !important;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial .owl-next {
    font-size: 16px !important;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial .owl-prev:hover,
section.testimonial .owl-next:hover {
    background: var(--other-color) !important;
}

section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}

section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 17%;
    top: 20%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.testimonial .user-icon img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}


section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .07);
    padding: var(--p25);
    height: 100%;
    width: 100%;
}

section.testimonial .test-card p {
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}

section.testimonial .cont-sec {
    margin-top: var(--m70);
    text-align: center;
}

section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}

section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}

section.testimonial h3 {
    padding-left: 0;
    font-size: var(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--territiary-color);
    margin-bottom: 0;
}

section.testimonial .container-fluid {
    padding: 0;
}

section.testimonial .owl-item.active:first-child .item {
    border-right: 2px solid var(--white-color);
}

section.testimonial .para p {
    text-align: center;
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: auto;
    max-height: 230px;
    margin-top: var(--m10);
    font-size: var(--f16);
    overflow: hidden;
    margin-bottom: var(--m20);
}

section.testimonial .para i {
    font-size: var(--f30);
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}

section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}

section.testimonial p.clt-name {
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}

section.testimonial .test-card:hover .test-pro {
    height: 180px;
}

section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height: 100%;
}

section.testimonial a.main-bttn {
    display: inline-block;
    padding: 0px;
}

/*About owner css*/
section.about-owner {
    background: var(--white-color);
}

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: 0.5s all;
    border-radius: 50px;
}

section.about-owner img:hover {
    transform: scale(1.14);
}

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 .call-area {
    display: block;
}

section.about-owner .call-area a {
    display: block;
}

section.about-owner .call-area a:hover {
    color: var(--other-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

/* attractions */

: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;
}

.hero-section .head-sec {
    margin-bottom: var(--m30);
}

.hero-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    background: var(--white-color);
}

.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(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition:
        filter 200ms linear,
        transform 200ms 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(0.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: 0.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, 0.2);
    line-height: 1.4;
    word-spacing: 0vw;
    text-transform: capitalize;
}

.hero-section .hero-btn a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
}

.hero-btn {
    text-align: center;
    margin-top: 30px;
}

.hero-section {
    background: var(--lt-bg-color);
}

.hero-section .head-sec {
    text-align: center;
}

.hero-section .attr-bnt {
    text-align: center;
    margin-top: 20px;
}

.head-sec {
    text-align: center;
}

/* .head-sec h2{
    font-size: var(--f45) !important;
    
} */
/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}

section.agent h2 {
    color: var(--white-color);
}

section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}

section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

/*faq css*/

section.faq {
    background: #f5f3ef;
    display: none;
}

section.faq .head-sec h2 {
    margin-bottom: 0px;
    text-align: left;
}

section.faq .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.how-we-value-heading {
    text-align: center;
    margin-bottom: 0;
}

.how-we-value-heading p {
    color: var(--secondary-color);
}

section.faq .list-faq {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-left: 18px;
    font-size: 25px;
    line-height: 58px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

section.faq .accordion-flush .accordion-item {
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border: none;
}

section.faq .accordion-flush .accordion-item .accordion-button,
section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    position: relative;
    width: 100%;
    padding: 22px 65px;
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    border: none;
    background-color: transparent;
    background-color: #f4f4f4;
    text-align: left;
}

section.faq .accordion-button::after {
    position: relative;
    left: 25px;
}

section.faq .accordion-button:not(.collapsed) {
    background: var(--white-color);
}

section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}

section.faq img {
    border-radius: 10px;
}

section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
    box-shadow: 2px 3px 4px 0px #00000052;
}

.accordion-flush .accordion-collapse {
    background: var(--white-color);
}

.accordion-button::after {
    background-image: ur
}

.accordion-item {
    border: 0 !important;
}

/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}

section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}

section.news-letter input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}

#model-form .modal-content {
    background-color: var(--secondary-color);
    border: 0px;
    border-radius: 0px;
}

#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}

#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}

#model-form .modal-body {
    padding-top: 0px;
}

#model-form .captcha img {
    width: 150px;
    height: 39px;
}

#model-form .modal-header i {
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}

#model-form p.call-us,
p.call-us a {
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}

#model-form .modal-dialog {
    max-width: 370px;
}

#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p {
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}

#model-form .form-group {
    padding: 0px;
}

#model-form .form-control {
    border-radius: 0px;
    font-size: var(--f14);
    margin-bottom: var(--m15);
    padding: 8px 10px;
}

#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}

#model-form .form-control:focus {
    background-color: var(--white-color) !important;
}

#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}

#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}

#model-form .captcha {
    display: flex;
}

.mob-btn {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: var(--m0);
}

.pro-desc {
    height: 195px;
    overflow: hidden;
}

#datepicker-demo17.datepicker {
    right: auto;
    left: 0;
}





/* gallery tab */
.common-img {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.common-img a {
    text-align: center;
    display: inline-block;
}

.common-btn .col-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.common-btn .col-9 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-direction: column;
}

.common-img a {
    width: 32.5%;

}

.common-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;

}

.endless-img {
    display: none;
}

.bedroom-img {
    display: none;
}

.living-img {
    display: none;
}

.kitchen-img {
    display: none;
}

.all-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: var(--m20);
}

.all-btn button {
    border: none;
    /* border-bottom: 3px solid var(--secondary-color); */
    background: transparent;
    padding: var(--p15) var(--p25);
    width: 250px;
    font-family: var(--secondary-font);
    color: var(--black-color) !important;
}

.all-btn button:hover {
    background-color: var(--secondary-color);
    color: white !important;
}

.all-btn button span {
    font-size: var(--f12);
    color: var(--black-color) !important;
}

.all-btn button:hover span {
    color: white !important;
}

.view-btn-tab {
    display: flex;
    justify-content: center;
    margin-top: var(--m20);
}

.view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    width: 200px;
    height: 47px;
    background: var(--secondary-color);
    color: var(--white-color);
    padding: var(--p10) var(--p20);
    font-size: 15px;
    font-weight: 700;
}

.view-btn:hover {
    color: var(--white-color);
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    box-shadow: inset 0 50px 0 0 var(--btn-hover);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.common-btn {
    position: relative;
}

.common-btn h3 {
    text-align: center;
}

.common-btn p {
    width: 100%;
    font-size: var(--f16);
    padding: 0;
    text-align: center;
    margin: auto;
    margin-bottom: var(--m20);
}

/* card-sec css */


section.card-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #f5f5f5;
}

.common-button-class {
    border: 1px solid black !important;
}

section.card-sec .head-sec h2 {
    font-size: var(--f56);
}

.all-btn button.active {
    /* border-bottom: 3px solid var(--secondary-color); */
    background-color: var(--secondary-color);
    color: white !important;
}

.all-btn button.active span {
    color: white !important;
}

section.card-sec .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.card-sec .container .card {
    position: relative;
    min-width: 32%;
    height: auto;
    border-radius: 0;
    transition: 0.5s;
    border: none;
    padding: var(--p20);
}

section.card-sec .container .card h3 {
    color: var(--secondary-color);
    font-size: var(--f48);
    font-weight: 400;
}

section.card-sec .container .card p {
    color: var(--black-color);
    margin-bottom: 0px;
    font-size: var(--f22);
    line-height: 1.5em;
    height: 193px;
    letter-spacing: 1px;
    overflow: hidden;
}

section.card-sec .card-cont {
    padding-bottom: var(--p20);
    border-bottom: 4px solid var(--black-color);
}

section.card-sec .container .card:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    background-color: var(--heading-color);
    top: 0px;
    right: 0px;
    border-bottom: 20px solid var(--heading-color);
    border-left: 20px solid var(--heading-color);
    border-right: 20px solid #f5f5f5;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    filter: drop-shadow(-5px 5px 2px rgba(0, 0, 0, 0.5));
    display: none;
}

section.card-sec .container .card:before {
    display: none;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 40px solid var(--heading-color);
    border-right: 40px solid var(--heading-color);
    border-left: 40px solid #f5f5f5;
    border-bottom: 40px solid #f5f5f5;
    bottom: 0px;
    left: 0px;
    position: absolute;
    filter: drop-shadow(7px -7px 3px rgba(0, 0, 0, 0.5));
    margin-right: 10%;
}

section.card-sec .container .card:nth-child(1) .box .content a {
    background: #2196f3;
}

section.card-sec .container .card:nth-child(2) .box .content a {
    background: #e91e63;
}

section.card-sec .container .card:nth-child(3) .box .content a {
    background: #23c186;
}

section.card-sec .container .card .box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: var(--secondary-color);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}

section.card-sec .container .card .box:hover {
    transform: translateY(-50px);
}

section.card-sec .container .card .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

section.card-sec .container .card .box .content {
    padding: 20px;
    text-align: center;
}

section.card-sec .container .card .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.1);
}

section.card-sec .container .card .box .content h3 {
    font-size: var(--f38);
    color: #fff;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
}

section.card-sec .container .card .box .content p {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    transition: 0.5s;
}

section.card-sec .container .card .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

section.card-sec .container .card .box .content a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: #000;
}

section.card-sec .card-box {
    display: flex;
    gap: 30px;
}

/* gallery section */
section.gallery-slider img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

section.gallery-slider .carousel-indicators {
    background: rgb(0 0 0 / 22%);
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    padding: var(--p20) 0;
}

section.gallery-slider .carousel-control-next-icon,
.carousel-control-prev-icon {
    background: var(--black-color);
    /* padding: 30px; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.gallery-slider .carousel-control-next-icon,
.carousel-control-prev-icon i {
    font-size: var(--f24);
}

section.gallery-slider .atr {
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

section.gallery-slider .atr .item {
    align-items: center;
    background-color: transparent;
    color: white;
    display: flex;
    height: 100%;
    /* overflow: hidden; */
    justify-content: center;

}

section.gallery-slider .row a {
    width: 100%;
    height: 480px;
    /* overflow: hidden; */
    display: block;
}

section.gallery-slider img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 480px;
    top: 0px;
    object-fit: cover;
    transition: all 0.5s ease;
}

section.gallery-slider .img-area {
    height: 480px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

section.gallery-slider .img-area:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

section.gallery-slider .img-area:hover::before {
    webkit-animation: shine .75s;
    animation: shine .75s;
}

section.gallery-slider .overlay {
    background: rgba(0, 0, 0, 0.5);
}

section.gallery-slider .attr-content h3 {
    font-size: 20px;
    color: var(--text-white);
    text-shadow: 0px 0px 4px #000;
    font-family: var(--primary-color);
    margin-bottom: 0px;
}

section.gallery-slider .fifth a,
section.gallery-slider .fifth .img-area,
section.gallery-slider .fifth img,
section.gallery-slider .sixth a,
section.gallery-slider .sixth .img-area,
section.gallery-slider .sixth img {
    height: 238px;
}

section.gallery-slider .seventh a,
section.gallery-slider .seventh .img-area,
section.gallery-slider .seventh img,
section.gallery-slider .eighth a,
section.gallery-slider .eighth .img-area,
section.gallery-slider .eighth img {
    height: 238px;
}

.col-5.first.atr {
    height: 480px;
}

.col-7.second.atr {
    border-bottom: 0px solid;
}

section.gallery-slider .third a,
section.gallery-slider .third .img-area,
section.gallery-slider .third img,
section.gallery-slider .fourth a,
section.gallery-slider .fourth .img-area,
section.gallery-slider .fourth img {
    height: 286px;
}

section.gallery-slider .btn-area {
    text-align: center;
    margin-top: 30px;
}

section.gallery-slider a.main-btn {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.card-sec ol {
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    counter-reset: stepnr;
}

.card-sec li:nth-child(6n + 1) {
    --accent-color: var(--secondary-color)
}

.card-sec li:nth-child(6n + 2) {
    --accent-color: #6B7160
}

.card-sec li:nth-child(6n + 3) {
    --accent-color: var(--secondary-color)
}

.card-sec li:nth-child(6n + 4) {
    --accent-color: #ae78cb
}

.card-sec li:nth-child(6n + 5) {
    --accent-color: #7dc7a4
}

.card-sec li:nth-child(6n + 6) {
    --accent-color: #f078c2
}

.card-sec ol li {
    counter-increment: stepnr;
    width: 24rem;
    --borderS: 2rem;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(2rem + 2rem);
    position: relative;
}

.card-sec ol li::before,
.card-sec ol li::after {
    inset: 0;
    position: absolute;
    border-radius: 50%;
    border: 2rem solid #fff;
    line-height: 1.1;
    background: #fff;
}

.card-sec ol li::before {
    content: counter(stepnr);
    color: var(--accent-color);
    padding-left: 12rem;
    font-size: 9rem;
    font-weight: 700;
    overflow: hidden;
    top: 1rem;
    z-index: 1;
}

.card-sec ol li::after {
    content: "";
    filter: drop-shadow(-0.10rem 0.25rem 0.25rem rgba(0, 0, 0, 0.75)) blur(5px);
}

.card-sec ol li>* {
    width: 14rem;
}

.card-sec ol li .icon {
    font-size: 2rem;
    color: var(--accent-color);
    text-align: center;
    position: relative;
    z-index: 1;
}

.card-sec ol li .title {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-family: var(--secondary-font);
}

.card-sec ol li .descr {
    font-size: 13px;
    position: relative;
    z-index: 1;
    font-family: var(--secondary-font);
}

section.galleries-section .gallery-details {
    flex: 0 0 auto;
    width: 31.333333%;
}

section.galleries-section .head-sec {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: var(--m40);
}

section.galleries-section .head-sec p {
    font-size: var(--f13);
    font-weight: 400;
    color: var(--btn-color);
    margin-bottom: var(--m5);
    text-transform: initial;
    letter-spacing: 0px;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f14);
    line-height: 30px;
    letter-spacing: 0.05em;
}

section.galleries-section h2 {
    margin-bottom: var(--m20);
}

section.galleries-section img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

section.galleries-section h4 {
    font-size: var(--f20);
    font-family: var(--primary-font);
    margin-top: var(--m20);
    font-weight: 600;
}

section.galleries-section h4 a {
    color: var(--black-color);
    text-decoration: none;
}

section.galleries-section .row {
    gap: 40px 3%;
}

section.galleries-section .activites-image {
    position: relative;
}

section.galleries-section .overlay-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #003B6D9e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    display: none;
}

section.galleries-section .activites-image a:hover .overlay-content {
    display: flex;
}

section.galleries-section .overlay-content p,
section.galleries-section .overlay-content li {
    color: var(--white-color);
    margin-bottom: 0px;
}

section.galleries-section .overlay-content ul,
section.galleries-section .overlay-content li {
    width: 100%;
    list-style: disc;
}

section.galleries-section .overlay-content ul {
    padding-left: 15px;
}

section.galleries-section .attr-bnt {
    text-align: center;
}

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

section.how-we-value-wrapp .head-sec p {
    margin-bottom: 0px;
}

section.how-we-value-wrapp.atr {
    background: var(--lt-bg-color);
}

.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: 0; */
    position: relative;
}

.how-we-value-wrapp .atr-btn {
    text-align: center;
    margin-top: 20px;
}

.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: 19px;
    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;
    color: white;
    display: inline-block;
}

.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;
}

.datepicker {
    left: 0;
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}


/*properties section css*/

.show-property-all {
    margin-top: 40px;
}

section.home-list {
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-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 .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: 320px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.home-list img.img-fluid.logo-class-image {
    width: auto;
    height: 55px;
}

section.home-list a.logo-class-anchor {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

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: 20px 20px 0 0; */
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p15) var(--p25) var(--p15);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    /* border-radius: 0 0 20px 20px; */
}

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: 60px;
    overflow: hidden;
    width: 98%;
    font-family: var(--other-font);
}

section.home-list p.desp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list h3.title a {
    color: var(--territiary-color);
    /* font-family: var(--heading-font); */
}

.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: 20px;
}

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;
}

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: 15px;
   padding-bottom: 15px; */
    color: var(--heading-color);
    /* font-weight: bold; */
    margin-bottom: 0px;
}

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);
}

h4.video-tour {
    font-size: 20px;
    text-align: center;
}

.Excellence_card {
    text-align: center;
}

/* .Excellence_card p{
    width: 150px;
} */

.Excellence_card img {
    /* width: 50px; */
    height: 86px;
    margin-bottom: 20px;
}

section.Excellence_sec .row {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 60px 0;
}

section.Excellence_sec {
    padding-bottom: 30px;
}


/* services sect6ion */

section.services_sec {
    background: #fffcf9;
    padding-bottom: 315px;
}

.ser_bottom_card1 {
    background: white;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 360px;
    margin-top: -25px;
    left: 137px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ser_bottom_card2 {
    background: white;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 360px;
    margin-top: -25px;
    right: 570px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ser_bottom_card3 {
    background: white;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 360px;
    margin-top: -25px;
    right: 138px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ser_bottom_card4 {
    background: white;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 360px;
    margin-top: -25px;
    left: 353px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.ser_bottom_card5 {
    background: white;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 360px;
    margin-top: -25px;
    right: 352px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.ser_show_content:hover {
    display: none;
}

.ser_hide_content {
    display: none;
}

/* faq section */

section.faq_sec .head-sec {
    margin-bottom: 40px;
    /* text-transform: uppercase; */
}

section.faq_sec {
    position: relative;
    background: transparent;
}

/* section.faq_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../front/images/bg-img.png");
    background-position: center center;
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
} */

section.faq_sec .main-btn {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: white !important;
    background: var(--secondary-color);
}

.accordion .accordion-item {
    border-bottom: 0px solid #e5e5e5;
    margin-bottom: 15px;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
}

.accordion-button-1 {
    margin-bottom: 15px;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: var(--black-color);
    font-size: 1.15rem;
    font-weight: 400;
    border: 1px solid var(--secondary-color);
    background: none;
    outline: none;
    font-family: var(--secondary-font);
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #03b5d2;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 1em 0 0 0;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.accordion button .accordion-title {
       padding: 0em 1em 0em 2em;
    font-family: var(--secondary-font);
    display: inline-block;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    border: 0;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 20px;
    /* margin-bottom: 16px; */
}

.accordion {
    margin-top: 0px;
    border: 0;
    margin-bottom: 30px;
}

.faq-img img {
    margin-left: 11%;
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 100px;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 0px solid var(--black-color);
    background: var(--secondary-color);
    color: white;
}

.accordion button[aria-expanded='true'] {
    color: var(--black-color);
}

.faq-img dotlottie-player {
	width: 500px; 
  height: 400px;
   margin:auto;
}

/* testimonial */

section.testimonial {
    padding-left: 40px;
    padding-right: 40px;
}

section.testimonial .row {
    position: relative;
    align-items: center;
}

.testimonial .content-area {
    padding: 40px 40px 40px;
    width: 100%;
    z-index: 3;
    transition: ease .25s;
    height: 450px;
}

section.testimonial img {
    display: flex;
    margin: auto;
    border-radius: 50%;
    width: 128px;
    height: auto;
}

.arrows i {
    font-size: 25px;
    color: var(--secondary-color);
}

.arrows {
    display: flex;
    justify-content: end;
    gap: 18px;
}

section.review_sec .owl-carousel .item {
    /* background: var(--white-color) !important; */
    text-align: center;
    height: auto;
    padding: 30px 20px 10px 20px;
    border: 2px dashed #bfa498;
    border-radius: 10px;
    height: 100%;
}


section.review_sec p {
    width: 90%;
    display: block;
    margin: auto;
}

section.review_sec .item h5 {
    margin-top: 30px;
}

section.review_sec .item h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.review_sec .head-sec img {
    width: 60px;
    height: 50px;
}

.review-hr {
    background-color: #d6b981;
    height: 1px;
    width: 22%;
    display: block;
    margin: auto;
    margin-top: 30px;


}

.Excellence_card p {
    font-size: 16px;
}



/* contact form  */

.head-sec h2 {
    /* text-transform: uppercase; */
    font-size: 42px;
}

section.contact_sec {
    /* background:#f5f3ef; */
    background-image: url('../images/contact-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.contact_sec .form-control {
    padding: 12px 26px;
    margin-bottom: 20px;
}

section.contact_sec .textarea {
    height: 260px !important;

}

section.about-sec {
    background: #fffcf9;
}

section.contact_sec {
    padding-top: 80px;
    position: relative;
}

section.contact_sec h2 {
    color: var(--white-color);
}

section.contact_sec .form-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
}

section.contact_sec .container {
    position: relative;
}

section.contact_sec .contact_form {
    width: 63%;
    display: flex;
    margin: auto;
}


.contact_form input:focus {
    border: 1px solid #d6b981 !important;
    background: white !important;
}

.contact_form textarea:focus {
    border: 1px solid #d6b981 !important;
    background-color: white !important;
}

.contact_form textarea {
    height: 240px;
}



section.contact_sec .head-sec {
    margin-bottom: 40px;
}


.contact_btn {
    background-color: var(--secondary-color);
    border: 1px solid transparent;
    padding: 15px 46px;
    color: white;
}

.con-sub-btn {
    display: flex;
    justify-content: center;
}

.contact_btn:hover {
    background-color: var(--btn-hover);
    color: white;
}

section.services_sec .head-sec {
    margin-bottom: 40px;
}

section.services_sec .row {
    gap: 280px 0;
    display: flex;
    justify-content: center;
}

section.services_sec a {
    border-bottom: 3px solid var(--secondary-color);
}

section.services_sec a:hover {
    border-bottom: 3px solid var(--secondary-color);

}

.ser_bottom_card1 h3 {
    text-transform: uppercase;
}

.ser_bottom_card2 h3 {
    text-transform: uppercase;
}

.ser_bottom_card3 h3 {
    text-transform: uppercase;
}

.ser_bottom_card4 h3 {
    text-transform: uppercase;
}

.ser_bottom_card5 h3 {
    text-transform: uppercase;
}


/* services cars hover effect */
.hover-text {
    position: relative;
    height: 180px;
}

.hover-text .default-text {
    display: inline;
}

.hover-text .hovered-text {
    display: none;
}

.hover-text:hover .default-text {
    display: none;
    transform: scale(1.04);
}

.hover-text:hover .hovered-text {
    display: inline;
    transform: scale(1.04);
}

.services_img {
    overflow: hidden;
}

.services_img img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}


.services_img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.04);
}

/* property section */

section.featured-pro button.owl-prev {
    position: absolute;
    left: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next {
    position: absolute;
    right: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next span {
    font-size: 70px;
    display: none;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro button.owl-prev span {
    font-size: 70px;
    display: none;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro .col-6.prop-cont h4 {
    color: var(--secondary-color);
    font-size: var(--f23);
}

section.featured-pro span.adr {
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    color: var(--black-color);
    align-items: flex-start;
    gap: 6px;
}

section.featured-pro span.adr i {
    margin-top: 2px;
}

section.featured-pro {
    background: var(--white-color);
}

section.featured-pro {
    padding-top: 0;
    padding-bottom: 0;
}

section.featured-pro .prop-img {
    padding: 0px;
}

section.featured-pro .pro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

section.featured-pro .pro-top p {
    margin-bottom: 0px;
}

section.featured-pro .pro-top img {
    width: 30px;
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.featured-pro .row {
    gap: 20px 0;
    background: var(--white-color);
    /* box-shadow: 0 0 3px #0000004f; */
}

section.featured-pro img.img-fluid {
    width: 90%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.featured-pro .pro-img:hover img {
    transform: scale(1.14);
}

section.featured-pro .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;
}

section.featured-pro .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;
}

section.featured-pro .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 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size: var(--f14);
}

section.featured-pro .rating i.checked {
    color: #FCAF3D;
}

section.featured-pro .rating {
    margin-bottom: var(--m15);
}

section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 33px;
    overflow: hidden;
}

section.featured-pro h3.title a {
    color: var(--heading-color);
}

section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}

section.featured-pro ul {

    padding: var(--p20) var(--p20) var(--p15);

    margin-top: var(--m25);

    font-size: var(--f14);

    align-items: center;

    display: flex;

    gap: 40px;

    justify-content: space-between;

    border-bottom: 2px dashed #bbb;

    border-top: 2px dashed #bbb;
}

section.featured-pro i {
    margin-right: 0;
    color: var(--heading-color);
    font-size: var(--f20);
}

section.featured-pro .main-btn {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

section.featured-pro .main-btn i {
    color: #fff;
}

section.featured-pro .prop-cont h2 {
    font-size: var(--f32);
}

section.featured-pro ul li {
    font-size: var(--f16);
    color: var(--heading-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
}

section.featured-pro ul li span {
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 0px;
}

section.featured-pro h5 {
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

section.featured-pro .pro-img {
    position: relative;
}

section.featured-pro h5 span {
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}

section.featured-pro .featured {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

section.featured-pro .price {
    font-size: 18px;
    color: black;
}

section.featured-pro .pro-para {
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

/*slider-bg-setup*/


section.featured-pro.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    /* display: block !important; */
}

section.review_sec .owl-nav.disabled .owl-prev {
    display: none !important;
}

section.review_sec .owl-nav.disabled .owl-next {
    display: none !important;
}

.slider-items {
    position: relative;
    /*   slider-height */
    height: 430px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

section.featured-pro .featured_content_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
}

/* you can use background imgae in internal css */
/* .bg-img-1 {
    background-image: url('https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg?auto=compress&cs=tinysrgb&h=350');
} 
.bg-img-2 {
    background-image: url('https://images.freeimages.com/images/small-previews/b8d/irish-landscape-1393571.jpg');
}
.bg-img-3 {
    background-image: url('https://images.pexels.com/photos/348097/pexels-photo-348097.jpeg?auto=compress&cs=tinysrgb&h=350');
} */

/*slider-style*/
.active-slider {
    position: relative;
}

.sigle-item {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*over-lay-for-slider*/
.slider-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overlay-color */
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#000));
    background: -webkit-linear-gradient(#777, #000);
    background: -o-linear-gradient(#777, #000);
    background: linear-gradient(#777, #000);
    opacity: .65
}

/*slider-reade-more-button*/
a.home-btn {
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    transition: linear .3s;
}

a.home-btn:hover,
.owl-nav div:hover {
    background-color: #000;
}

/*owl-nav*/
.owl-nav div {
    border: 2px solid #fff;
    color: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.owl-nav div.owl-next {
    left: auto;
    right: 10px;
}

/* optional */
.owl-nav h1 {
    font-weight: 900;
}

section.section-listing {
    display: flex;
    flex-direction: column;
    gap: 65px;
    /* padding-bottom: 20px; */
}

.price_and_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.about_sec .about-img img {
    /* margin-left: 10%; */
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 50% 5px;
}

section.about_sec .about-img img.img2 {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 50% 5px 5px 5px;
    margin-top: 5px;
}

section.stay-section .stay-content {
    display: flex;
    transition: all 0.4s ease;
    padding: 30px 20px;
    border-radius: 10px;
    gap: 30px;
    height: 100%;
    border: 2px dashed #bfa498;
}

section.stay-section .stay-content h4 a {
    color: var(--heading-color);
}

section.stay-section .stay-content svg {
    width: 60px;
    height: 60px;
}

section.stay-section .stay-content svg path {
    fill: var(--secondary-color);
}

section.stay-section .stay-content:hover {
    background: #e9dcd7;
    border: 2px dashed #e9dcd7;
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.stay-info h4 {
    color: var(--heading-color);
}

section.stay-section .stay-content:hover svg path {
    fill: var(--heading-color);
}

section.stay-section .stay-content p {
    margin-bottom: 0;
}

section.stay-section .row {
    gap: 30px 0;
}

section.featured-pro .prop-cont h2 a {
    color: var(--heading-color);
    font-family: var(--secondary-font);
}




/* New Css  */

/* Stay or Offer Section */

/* section.stay-section {
    background: #bfa498;
} */


/* header  */

/* header.new-header.desk {
    background: rgba(0, 0, 0, 0.2);
} */


/* Video Section Start  */

/* section.video-banner .video-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
} */


/* Stay-section start  */

section.stay-section {
    position: relative;
    /* background: transparent; */
}

/* 
section.stay-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../front/images/bg-img.png");
    background-position: center center;
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
} */


/* Work Section */


section.work_sec {
    padding: var(--p40) var(--p12) var(--p50);
}

.row.rental-sec.rental-sec-trans h2 {
    line-height: 70px;
}

section.work_sec .owl-carousel.owl-theme.work-owl .items img {
    border-radius: 10px;
    height: 40vh;
    object-fit: cover;
}

section.work_sec {
    padding: 0 0 var(--p20) 0;
}

section.work_sec .containers {
    width: 95%;
    margin: auto;
}

/* Rental Section */

section.work_sec .owl-carousel.owl-theme.rental-owl .items img {
    border-radius: 10px;
    height: 60vh;
    object-fit: cover;
}

section.work_sec .owl-carousel.owl-theme.rental-owl .items p {
    text-align: center;
    padding: 10px 0;
    font-size: var(--f16);
    font-weight: bold;
    position: absolute;
    z-index: 9;
    bottom: -16px;
    width: 100%;
    color: white;
    background: black;
    border-radius: 0 0 10px 10px;
}

.rental-btn {
    /* border: 2px solid red; */
    text-align: center;
    padding: 10px 0 0 0;
    margin: 40px 0 0 0;
}

.rental-btn a.rent-book-btn {
    font-weight: 400;
    font-size: var(--f15);
    color: var(--white-color);
    background-color: var(--btn-color);
    border: 1px solid var(--white-color);
    box-shadow: inset 0 0 0 0 #F6F6F9;
    padding: var(--p12) var(--p30);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

.rental-btn a.rent-book-btn:hover {
    color: var(--white-color);
    background-color: var(--btn-hover);
    border-color: var(--white-hover);
    box-shadow: inset 0 65px 0 0 var(--btn-hover);
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


/* About Section */


.about_content {
    /* margin-left: 10%; */
}

section.about_sec {
    padding-bottom: 60px;
}

section.book-experience {
    position: relative;
    text-align: center;
}


/* Gallery Section  */

section.work_sec.gallery {
    /* background: #bfa498; */
    padding: var(--p1) var(--p12) var(--p60);
    margin: auto;
}




/* New Review Section Start */

/* section.sec_review .side-review img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0 50px;
}

section.sec_review {
    padding: var(--p1) var(--p12) var(--p70);
} */


/* What we Offer section start */

/* .rental-sec {
    padding: var(--p40) 0;
}

.rental-sec h2 {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: var(--f50);
    padding: 0;
} */



/* sercive listing section start  */

section.sauna-listing a.main-btn {
    padding: 11px 35px;
}


/* Gallery Section  */


section.gallery,
section.sauna-listing,
section.review_sec {
    background: #fbfbfb;
}

section.gallery .gallery-container .row img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    border-radius: 10px;
}

section.gallery .gallery-img {
    padding: 0 5px;
}


/* sauna listing  */

.owl-carousel .owl-item img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 350px;
}

/* new gallery section  */

section.wrapper .new-gallery {
    display: flex;
    flex-wrap: wrap;
}

.new-gallery span {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.new-gallery .image {
    /* padding: 7px; */
    width: calc(100% / 4);
}

.new-gallery .image img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
    height: 40vh;
    object-fit: cover;
}

.new-gallery .image:hover img {
    transform: scale(1.1);
}

@media (max-width:1000px) {
    .new-gallery .image {
        width: calc(100% / 2);
    }
}

@media (max-width:600px) {
    .new-gallery .image {
        width: calc(100% / 2);
    }
}

@media (max-width:450px) {
    .new-gallery .image {
        width: 100%;
    }
}

.preview-box {
    position: fixed;
    max-width: 700px;
    width: 100%;
    top: 50%;
    left: 50%;
  z-index:5;
    transform: translate(-50%, -50%) scale(0.9) ;
    background: white;
    padding: 0 5px 5px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
}

.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.preview-box .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px 12px 10px;
}

.preview-box .details .icon {
    color: var(--btn-color);
    cursor: pointer;
    font-size: 20px;
}

.details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
}

.details .title p {
    margin: 0 5px;
}

.details .title p.current-img {
    font-weight: 500;
}

.preview-box .img-box {
    display: flex;
    width: 100%;
}

.img-box .slide {
    position: absolute;
    top: 50%;
  z-index:3;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    color: #fff !important;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.img-box .slide.prev {
    left: 0;
}

.img-box .slide.next {
    right: 0;
}

.preview-box .img-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.shadow {
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  display:none;
  background: rgba(0,0,0,0.65);
}


/* owl carousel Nav */

.owl-theme .owl-nav [class*=owl-] {
    background: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
}

.owl-nav-img {
    width: 32px;
  	padding: 5px;
    border-radius: 3px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
section.instagram-widget, section.instagram-widget .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-header{
  background: #f2f2f2 !important;
}

/* review section css  */

