/*video section*/
.search-sec {
    margin-top: 0;
    z-index: 1;
    position: relative;
}

.search-bar {
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    /* padding: 15px 15px 15px 15px; */
    -webkit-backdrop-filter: blur(5px);
    /* backdrop-filter: blur(5px); */
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background-color: #fff;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    width: 80%;
    display: block;
    margin: auto;
}

.search-bar label {
    display: block;
    font-size: 20px;
    font-family: var(--heading-font);
    color: var(--primary-color);
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
}

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

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

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

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

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

.search-bar img {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

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

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

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

.search-bar .guest {
    position: relative;
    padding-right: 0px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.search-bar .guest img {
    left: 15px;
}

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

.search-bar .check.right,
.search-bar .check.left {
    width: 48%;
    position: relative;
}

.search-bar .check::after {
    content: "";
    width: 20px;
    height: 3px;
    background: var(--btn-color);
    position: absolute;
    right: 0;
    top: 48%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.datepicker-section {
    position: relative;
}

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

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

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

.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: transparent !important;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.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-cont h2 {
    margin-top: 100px;
    /* font-weight: 600; */
    line-height: 1.3em;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
    color: var(--white-color);
    /* font-family: var(--primary-font); */
}

.video-cont .container {
    margin-bottom: 0px;
    /* max-width: 1076px !important; */
    /* padding: 10px; */
}

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

.video-cont {
    text-align: center;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 50px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    /*text-transform: capitalize;*/
    font-size: var(--f60);
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    line-height: 90px;
    letter-spacing: 0;
    font-family: var(--heading-font);
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.video-cont a.main-btn.video-btn {
    display: inline-block;
    padding: 8px 20px;
    border-color: var(--secondary-color);
    margin: auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.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: 0;
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-transform: uppercase;
    font-size: var(--f22);
    text-align: center;
    letter-spacing: 4px;
    /* color: var(--secondary-color); */
    margin-top: 0;
    font-weight: 400;
}

.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: 1;
}

section.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

section.video-banner .video-sec {
    width: 100%;
    height: 100%;
}

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

/* About css */
section.about-section {
    padding-top: 110px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    background: var(--white-color);
}

section.about-section .section-shape {
    position: absolute;
    left: 0;
    top: 150px;
}

section.about-section h6 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading-font);
    position: relative;
    padding-left: 65px;

}

section.about-section h6::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url(../images/section__style__two.svg);
    background-repeat: no-repeat;
    transform: translate(0, 50%);
}

section.about-section .about-info {
    margin-right: 40px;
}

section.about-section .about-info h2,
section.about-section .about-info p {
    /* color: var(--white-color); */
}

section.about-section .abt-para {
    margin-bottom: 45px;
    height: 158px;
    overflow: hidden;
}

section.about-section .about-img1 {
    overflow: hidden;
    width: 485px;
    border-radius: 10px;
    height: 580px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
}

section.about-section .col-7 {
    display: flex;
    align-items: center;
}

section.studio-section {
    padding-top: 0;
    background: var(--bg-color);
    padding-bottom: 60px;
}
section.studio-section .container-fluid{
    padding:0px;
}
section.studio-section .head-sec-left {
    width: 100%;
    text-align: center;
    max-width: 830px;
    margin: auto;
}
section.studio-section .head-sec-left p{
    text-align: center;
}
section.studio-section .head-sec-right {
    max-width: 645px;
}

section.studio-section .head-sec {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
section.studio-section .head-sec a.head-btn{
    font-size:22px;
}
.studio-details {
    overflow: hidden;
    border-radius: 6px;
}

section.studio-section .studio-image {
    width: 100%;
    height: 570px;
    border-radius: 6px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/studio1.webp");
    transition: all .4s ease;
}

section.studio-section .studio-image:hover {
    background-size: cover;
    transform: scale(1.1);
}

section.studio-section .studio-content {
    padding: 30px 30px;
    /* position: absolute; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 6px;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.studio-section .studio-content:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

section.studio-section .studio-content h5 {
    font-size: 24px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--heading-font);
    height: 72px;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0px;
    text-shadow: 0 0 2px #000;
}

section.studio-section .studio-content h5 a {
    color: var(--white-color);
    font-family: var(--heading-font);
}

section.studio-section .pro-img .studio-list img {
    width: 30px;
    height: auto !important;
    transform: scale(1);
}

section.studio-section .studio-list p {
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 0px;
    line-height: 28px;
    text-shadow: 0 0 2px #000;
}

section.studio-section .studio-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.studio-section .pro-para p{
    font-size:16px;
    margin-bottom: 15px;
}
section.studio-section .studio-info {
    /* display: flex; */
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
}

section.studio-section p.studio-price {
    /* font-size: 28px;
    font-family: var(--heading-font);
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 0 2px #000;
    color: var(--white-color); */
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c59643;
    padding: 8px 12px;
    /* margin: 20px; */
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--white-color);
    border: 1px solid #c59643;
    z-index: 1;
}

section.studio-section .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    background: #fff;
    opacity: 0.35;
    display: block;
    -webkit-backface-visibility: visible;
    transition: 0.2s;
    border-radius: 100%;
}
section.studio-section .owl-dots .owl-dot span:hover{
    opacity: 0.7;
}
section.studio-section .owl-dots .owl-dot.active span {
    opacity: 1;
}
section.studio-section .owl-dots .owl-dot.active span:hover {
    opacity: 1;
}
section.studio-section .owl-dots {
    margin-top: 0px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

section.studio-section .owl-nav .owl-next, section.studio-section .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    background: var(--white-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    top: 0;
    color: #111;
    font-size: 1.1rem;
    /* transform: translateY(-50%); */
    /* left: -23px; */
}
section.studio-section .owl-nav .owl-prev{
    left:60px;
}
section.studio-section .owl-nav .owl-next{
    right:60px;
}
section.studio-section .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}
section.studio-section .owl-theme .owl-controls .owl-nav .owl-next {
    /* left: auto; */
    /* right: -23px; */
}
section.studio-section .other-btn{
    font-size:14px;
    color:var(--heading-color);
    margin-bottom: 5px;
    display: inline-block;
}
section.studio-section .other-btn i{
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.studio-section .other-btn:hover i{
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
section.our-studio-section {
    padding-top: 110px;
    background: var(--white-color);
}

section.our-studio-section .head-sec {
    text-align: center;
    margin-bottom: 50px;
}

section.our-studio-section .head-sec h2 {
    /* color: var(--white-color); */
}

section.our-studio-section .container-fluid {
    padding: 0px;
}

section.our-studio-section .col-6 {
    /* padding: 0px; */
}

.studio-collection-img img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    transition: 0.35s ease-in-out;
}

section.our-studio-section .collection-info {
    position: relative;
}

section.our-studio-section .studio-collection-content {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* transition: opacity 0.3s; */
    /* background-color: #000000a3; */
}

section.our-studio-section .studio-collection-content .studio-view {
    max-width: 460px;
    margin: auto;
    text-align: center;
}

section.our-studio-section .studio-collection-content p.studio-info {
    font-size: 12px;
    color: var(--secondary-color);
    margin-bottom: 0px;
    margin-top: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

section.our-studio-section .studio-collection-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 48px;
    margin-bottom: 20px;
    color: var(--white-color);
}

section.our-studio-section .studio-collection-content p.studio-text {
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}

section.our-studio-section .studio-collection-content a.main-btn {
    margin-top: 30px;
}

section.our-studio-section .collection-overlay:hover {
    background-color: #000000bd;
}

section.our-studio-section .collection-info .collection-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--secondary-color);
    transform: translate(-10px, -10px);
    transition: all 0.3s;
    will-change: transform, width, height;
    z-index: 1;
}

section.our-studio-section .collection-info:hover .collection-border {
    -webkit-transform: translate(calc(0px - -10px), calc(0px - -10px));
    -ms-transform: translate(calc(0px - -10px), calc(0px - -10px));
    transform: translate(calc(0px - -10px), calc(0px - -10px));
    width: calc(100% + -10px* 2);
    height: calc(100% + -10px* 2);
}

section.our-studio-section .collection-info:hover .studio-collection-img img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

section.our-studio-section .collection-inner-img {
    overflow: hidden;
}

section.our-studio-section .collection-overlay {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s;
    background-color: #000000a3;
}

.attraction_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s;


}

.img_box {
    overflow: hidden;
    height: 100%;
}

.attraction_section img:hover {
    transform: scale(1.14);

}

.attraction_section .img-1 {
    height: 400px;
}

.attraction_section .img-2 {
    height: 400px;
}

.attraction_section .img-3 {
    height: 260px;
    /* margin-top: 26px; */
}

.attraction_section .row {
    gap: 12px 0;
}

.attraction_section .img-4 {
    height: 260px;
    /* margin-top: 26px; */
}

.attraction_section .img-5 {
    height: 672px;
    padding-left: 0;
}

.attr_text {
    position: relative;
}

section.attraction_section .col-9 {
    padding: 0px;
}

section.attraction_section .col-lg-4,
section.attraction_section .col-lg-8,
section.attraction_section .col-lg-3 {
    padding-left: 6px;
    padding-right: 6px;
}

.attr_text h4 {
    position: absolute;
    bottom: 25px;
    color: white;
    left: 17px;
    margin-bottom: 0px;
    text-shadow: 0 0 2px #000;
}

.attr_text h4 a {
    color: var(--white-color);
}

section.attraction_section {
    padding-top: 110px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    background: var(--white-color);
}

section.review-section {
    /* padding-top: 90px; */
    /* background: url("../images/review-bg.webp"); */
    background-size:cover;
    background-repeat:no-repeat;
    /* padding-bottom: 90px; */
    position: relative;
}
section.review-section .review-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}
section.review-section .section-shape {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
}

section.review-section .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.review-section .review-star img {
    width: 20px;
    height: 20px;
}

section.review-section .review-star {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    gap: 5px;
}

section.review-section .review-info {
    max-width: 720px;
    margin: auto;
    text-align: center;
}

section.review-section .review-text p {
    font-family: var(--primary-font);
    color: var(--white-color);
    font-size: var(--f18);
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
}

section.review-section .review-owner img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 50%;
}

section.review-section .review-owner {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

section.review-section .review-owner h5 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
    color: var(--white-color);
}

section.review-section .review-owner p {
    margin-bottom: 0px;
    font-size: 13px;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 20px;
}

section.review-section .owl-prev,
section.review-section .owl-next {
    background: transparent !important;
    /* font-size: 41px; */
    padding: 0 !important;
    margin: 0 !important;
}

section.review-section .owl-prev i,
section.review-section .owl-next i {
    font-size: 41px;
    color: var(--primary-color);
    opacity: 0.8;
    position: absolute;
    left: 10px;
    top: 40%;
}

section.review-section .owl-next i {
    left: auto;
    right: 10px;
}
section.review-section .owl-dots {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


section.review-section .owl-dots button{
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.35;
}
section.review-section .owl-dots button.active{
    opacity:1;
}
section.about-owner h2 {
    /* font-size: 36px; */
    margin-bottom: 15px;
    /* font-family: var(--heading-font); */
}

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: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img {
    width: 100%;
    height: 700px;
    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 var(--btn-color);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--btn-color);
}

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

section.about-owner .call-area {
    display: block;
    color: var(--heading-color);
}

section.about-owner .call-area a {
    display: block;
    color: var(--heading-color);
}

section.about-owner .call-area a:hover {
    color: var(--secondary-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

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

section.about-owner .abt-btn a.button {
    width: 150px;
}

section.about-owner {
    background: var(--lt-bg-color);
}

.atr {
    background: var(--btn-color);
}

section.attraction_section .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.cta-sec {
    background: var(--lt-bg-color);
    padding: 0;
}

section.cta-sec .cta-bg {
    padding: 135px 12px;
    background: url(../images/cta.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: clamp(3.125rem, calc(((200 - 50)/(1920 - 1200))*(100vw - 1200px) + 50px), 12.5rem) clamp(3.125rem, calc(((200 - 50)/(1920 - 1200))*(100vw - 1200px) + 50px), 12.5rem) 0 0;
}

section.cta-sec p {
    color: var(--white-color);
    text-shadow: 0 0 3px #000;
}

section.cta-sec h2 {
    font-size: var(--f60);
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 50%;
    text-shadow: 0 .25rem .1875rem rgba(0, 0, 0, .3);
    color: var(--white-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: 120px;
    overflow: hidden;
    margin-bottom: 40px;
}

section.testimonial {
    /* background: #fff; */
    position: relative;
    /* padding: 0; */
    /* padding-bottom: 60px; */
}


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;
    margin-bottom: 0;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

section.testimonial .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    z-index: 1;
    top: -70px;
}

section.testimonial .icon img {
    height: 40px;
}

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);
    padding-top: 5px;
}

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: absolute;
    right: 0;
    /* transform: translateX(-50%); */
    top: -206px;
    justify-content: flex-end;
    width: 80%;
}

.owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 0px;
}

section.testimonial .owl-prev {
    font-size: 28px !important;
    border-radius: 100% !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 1px solid var(--btn-color) !important;
    color: var(--btn-color) !important;
    /* position: absolute; */
    /* top: 0; */
}

section.testimonial .owl-next {
    font-size: 28px !important;
    border-radius: 100% !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 1px solid var(--btn-color) !important;
    color: var(--btn-color) !important;
}

section.testimonial .owl-prev:hover,
section.testimonial .owl-next:hover {
    background: var(--btn-color) !important;
    color: var(--white-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: 0px 0px 3px 0 rgb(0 0 0 / 16%);
    padding: 109px 30px 40px;
    height: 100%;
    width: 100%;
    border-radius: 1.5625rem;
}

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: 0;
    text-align: left;
}

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: left;
    color: var(--heading-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: left;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: auto;
    /* max-height: 110px; */
    margin-top: 0;
    font-size: var(--f18);
    /* overflow: hidden; */
    margin-bottom: 0;
}

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;
}

section.testimonial .head-sec h2 {
    max-width: 38%;
    text-align: left;
    margin-bottom: 60px;
}

section.testimonial .head-sec span.separator {
    height: .0625rem;
    background: #dad3c9;
    width: 45%;
    margin-right: 15%;
    margin-top: 40px;
    /* justify-content: space-between; */
}

section.testimonial .owner-sec img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}

section.testimonial .owner-sec {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.loop-section {
    padding: 0;
    background: var(--white-color);
}

section.loop-section .loop-bg {
    background: url(../images/loop-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px var(--p12);
    border-radius: 0 0 clamp(3.125rem, calc(((200 - 50)/(1920 - 1200))*(100vw - 1200px) + 50px), 12.5rem) clamp(3.125rem, calc(((200 - 50)/(1920 - 1200))*(100vw - 1200px) + 50px), 12.5rem);
}

section.loop-section .loop-content {
    max-width: 960px;
    margin: auto;
    text-align: center;
}

section.loop-section .loop-content h2 {
    color: var(--white-color);
    margin-bottom: 35px;
}

section.loop-section .loop-content p {
    color: var(--white-color);
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

section.loop-section form {
    background: var(--white-color);
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

section.loop-section input {
    width: 100%;
    border: 0;
    height: 53.5px;
    padding: 10px;
}

section.loop-section form button.main-btn {
    min-width: 180px;
    border-radius: 1.6875rem;
    padding: 12px;
}

section.testimonial {
    background: var(--lt-bg-color);
    padding: 110px 12px;
}

.about_section .abt-inner .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
    z-index: 1;
    opacity: 0.8;
}

.sw-about {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 1px solid #B99D75;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sw-about p {
    color: white;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sw-about h2 {
    color: white;
    font-size: 46px;
    line-height: 1.35;
}

.about_section {
    background: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 80px;
}
.about_section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_section .abt-inner {
    position: relative;
    padding: 10px;
    height: 100%;
}
.about_section .abt-inner img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
.head-sec-left p {
    width: 100%;
}

.property-card-sec h5 {
    margin-top: 20px;
}

.studio-info {
    /* margin-bottom: 20px; */
}


section.studio-section .pro-img {
    height: 540px;
    overflow: hidden;
    margin-bottom: 0;
}

section.studio-section .pro-img img{
    height: 540px;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.35s ease-in-out;
}
section.studio-section .pro-content{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    display:flex;
    flex-direction:column;
    background: #0000004d;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
section.studio-section .pro-img a:hover .pro-content{
    background: #335c74e6;
}
section.studio-section h3{
    font-size: 2rem;
    font-weight:400;
    text-align: center;
    margin-bottom:0px;
    color: var(--white-color);
    /* height: 72px; */
    max-width: 65%;
    /* overflow: hidden; */
}
section.studio-section h3 a{
    color:var(--heading-color);
    font-family:var(--heading-font);
}
section.studio-section h3 a:hover{
    opacity: 0.6;
}
section.studio-section .pro-img a:hover img{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.gallery_section{
    background-color: var(--lt-bg-color);
    padding-top: 60px;
}
.gallery_section .container-fluid{
    padding:0px;
}
.gallery_section .head-sec{
    text-align: center;
    margin: 0 auto;
    max-width: 830px;
    margin-bottom: 50px;
}
.gallery_section .head-sec img{
    width:56px;
    margin-bottom:20px;
}
.gallery_section .head-sec p{
    text-align: center;

}
.gallery-btn{
    text-align:center;
}
.gallery_section a.main-btn {
    width: 200px;
    margin-top: 30px;
}
.studio-price span{
    font-size: 14px;
    position: absolute;
    top: 0;
    
}
.gallery_section #more-slide img{
    width:100%;
    height:620px;
    object-fit:cover;
}
.gallery_section .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.gallery_section .owl-nav button.owl-prev {
  left: 7.5%;
}
.gallery_section .owl-nav button.owl-next {
  right: 11.4%;
  left: auto;
}

.gallery_section .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gallery_section .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.gallery_section .owl-dots button.owl-dot.active {
  background-color: #000;
}
.gallery_section .owl-dots button.owl-dot:focus {
  outline: none;
}
.gallery_section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 99px;
    box-shadow: 0 2px 40px -10px rgb(83 54 36 / 19%);
    width: 60px;
    height: 60px;
    background: var(--white-color) !important;
    color: #000 !important;
}
.gallery_section span {
    /* font-size: 70px; */
    /* position: relative; */
    /* top: -5px; */
}
.gallery_section .owl-nav button:focus {
    outline: none;
}
.gallery_section .owl-item {
  /* height: 300px !important; */ /* Adjust this value as needed */
  /* display: flex; */
}
.gallery_section .item {
    width: 100%;
}
/* .gallery_section #more-slide {
    padding-left: 9.5%;
} */
section.attr-sec .head-sec {
    margin: 0 auto;
    max-width: 830px;
    text-align: center;
    margin-bottom: 40px;
}
section.attr-sec .head-sec p{
    text-align: center;
}
section.attr-sec .head-sec a.main-btn {
    width: 225px;
    margin-top: 30px;
    }
    section.attr-bg-sec {
    padding: 0;
    min-height: 80vh;
}

section.attr-bg-sec .container-fluid {
    padding:0px;
}
section.attr-bg-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.attr-sec .attr-left {
    width: 44%;
    padding: 54px 0 0;
}
section.attr-sec .attr-left .attr-list:first-child img{
width: 420px;
height: 630px;
object-fit: cover;
margin-bottom: 20px;
}
section.attr-sec .attr-content a{
    font-size: 15px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
section.attr-sec .attr-content a:hover{
    color: var(--btn-hover);
}
section.attr-sec .attr-content a i{
    color: var(--btn-hover);
    font-size: 6px;
}
section.attr-sec .attr-left .attr-list:last-child img{
    width: 410px;
    height: 615px;
    object-fit: cover;
    margin-bottom: 20px;
}
section.attr-sec .attr-left .attr-list:last-child{
    text-align: right;
    padding-top: 90px;
}
section.attr-sec .attr-left .attr-list:last-child .attr-content a{
    justify-content: flex-end;
}
section.attr-sec .attr-center {
    width: 12%;
    padding: 0;
    text-align: center;
    z-index: 1;
}
section.attr-sec .attr-center .center-border {
    width: 1px;
    height: 460px;
    background: var(--other-color);
    margin: auto;
}
section.attr-sec .attr-center .center-border:last-child{
    height: 800px;
}
section.attr-sec .attr-center h6{
    font-size: var(--f32);
    color: var(--header-color);
    margin-bottom: 0px;
    line-height: 1.35;
}
section.attr-sec .attr-center .center-para {
    margin: 20px -170px 0px -170px;
    padding: 50px 50px 50px 50px;
}
section.attr-sec .attr-right .attr-list:first-child{
    text-align: right;
}
section.attr-sec .attr-right .attr-list:first-child img{
width: 420px;
    height: 630px;
    object-fit: cover;
    margin-bottom: 20px;
}
section.attr-sec .attr-right .attr-list:first-child .attr-content a{
    justify-content: flex-end;
}
section.attr-sec .attr-right {
    width: 44%;
    padding: 280px 0 0;
}
section.attr-sec .attr-right .attr-list:last-child img{
width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
section.attr-sec .attr-right .attr-list:last-child{
    padding-top: 90px;
}
section.attr-sec .attr-btn {
    text-align: center;
    margin-top: 20px;
}
section.attr-sec .attr-btn a.main-btn {
    width: 180px;
    height: 180px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
}
section.attr-sec .attr-btn a.main-btn::before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    display: block;
    content: "";
    border: 1px solid #fff;
    pointer-events: none;
    opacity: 0.8;
    border-radius: 100%;
}
section.essentials-section {
    background: var(--secondary-color);
    /* padding: 80px 0; */
    padding-bottom: 60px;
    padding-top: 60px;
}
section.essentials-section .head-sec {
    margin-bottom: 30px;
}
section.essentials-section ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}
section.essentials-section li{
    width: 48%;
    gap: 18px;
    display: flex;
    align-items: center;
}
section.essentials-section li img{
    width: 42px;
}
section.essentials-section li h5{
    font-size: 22px;
    margin-bottom: 0;
    color: var(--white-color);
    word-break: break-word;
}

section.essentials-section .essentials-images img{
    width: 100%;
    padding-left: 0px;
    height: 510px;
    object-fit: cover;
}

section.abt-owner .owner-img img{
    width: 100%;
    height: 600px;
    object-fit: contain;
}
section.abt-owner {
    /* background-color: var(--lt-bg-color); */
    padding-top: 70px;
}
section.abt-owner p.founder {
    font-size: 25px;
    color: var(--territiary-color);
    font-family: var(--heading-font);
    margin-bottom: 10px;
}
section.abt-owner .owner-name span{
    font-weight: 500;
    color: var(--primary-color);
    font-style: italic;
}
section.abt-owner .thank{
    width: 60%;
    transform: rotate(-16deg);
    margin-bottom: -30px;
}

.essentials-list p{
    color: var(--white-color);
}

section.attraction-section {
    background: url("../images/attraction-bg.webp");
    background-position: center center;
    background-size: cover;
    padding: 110px 0px 490px 0px;
    margin-bottom: -440px;
    position: relative;
}
section.attraction-section .head-sec{
    text-align: center;
    max-width: 800px;
    margin: auto;
    text-align: center;
    position: relative;
    color:var(--white-color);
}
section.attraction-section .head-sec h6, section.attraction-section .head-sec h2{
    color:var(--white-color);
}
section.attraction-section .bg-overlay {
    background-color: #000000;
    opacity: 0.6;
    transition: opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.attraction-section .head-sec img{
    width: 56px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}
section.attraction-section .head-sec span{
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
section.attraction-section .head-sec h2{
    margin-bottom: 20px;
}
section.attraction-section .head-sec p{
    text-align: center;
    color: var(--white-color);
}
section.attraction-inner {
    z-index: 1;
    position: relative;
    padding-top: 0;
    padding-bottom: 60px;
}
section.attraction-inner .col-4{
padding-left: 20px;
padding-right: 20px;
padding-top: 50px;
}
section.attraction-inner .col-4:first-child{
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 0px;
    }
    section.attraction-inner .col-4:last-child{
        padding-left: 40px;
        padding-right: 0px;
        padding-top: 0px;
        }
        section.attraction-inner .attraction-image img{
            width: 100%;
            height: 590px;
            object-fit: cover;
            transition: 0.35s ease-in-out;
        }
        section.attraction-inner .attraction-border{
            position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--secondary-color);
    transform: translate(-10px, -10px);
    transition: all 0.3s;
    will-change: transform, width, height;
    z-index: 1;
        }
        section.attraction-inner .attraction-upper{
            position: relative;
        }
        section.attraction-inner .attraction-content {
            text-align: center;
            padding-top: 30px;
        }
        section.attraction-inner .attraction-content h3{
            font-weight: 400;
            font-size: 32px;
        }
        section.attraction-inner .attraction-content h3 a{
            color: var(--heading-color);
            font-family: var(--heading-font);
        }
        section.attraction-inner .attraction-content p{
            text-align: center;
        }
        section.attraction-inner .attraction-content p a{
            text-align: center;
            /* color:var(--white-color); */
        }
        section.attraction-inner .attraction-content a.cta-btn {
            padding: 7px 0;
            height: auto;
            background: none;
            /* color: var(--white-color); */
            border-radius: 0;
            position: relative;
        }
        section.attraction-inner .attraction-content a.cta-btn::before{
            position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--secondary-color);
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
        }
        section.attraction-inner .attraction-content a.cta-btn:hover::before{
            -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
        }
        section.attraction-inner .attraction-info:hover .attraction-border{
            -webkit-transform: translate(calc(0px - -10px), calc(0px - -10px));
            -ms-transform: translate(calc(0px - -10px), calc(0px - -10px));
            transform: translate(calc(0px - -10px), calc(0px - -10px));
            width: calc(100% + -10px* 2);
            height: calc(100% + -10px* 2);
        }
        section.attraction-inner .attraction-info:hover .attraction-image img{
            -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
        }
        section.attraction-inner .attraction-image {
            overflow: hidden;
        }
        section.essentials-section .owl-carousel .owl-nav button.owl-next, section.essentials-section .owl-carousel .owl-nav button.owl-prev{
            width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        }
        section.essentials-section .owl-carousel .owl-nav button.owl-next{
            right: 20px;
        }
        section.essentials-section .owl-carousel .owl-nav button.owl-prev{
            left: 20px;
        }
        section.essentials-section .main-btn{
            margin-top: 50px;
            text-align: center;
            width: 280px;
        }
        section.essentials-section .main-btn span{
            display: block;
        }
        section.essentials-section .main-btn span:last-child{
            font-size: 13px;
        }
        .essentials-btn{
            text-align: center;
        }
        .pro-btn {
    text-align: center;
    padding-top: 30px;
}
section.video-sec {
    padding-top: 0;
    padding-bottom: 60px;
}


.ep-iFrameLarge {
    height: 90% !important;
    overflow-x: hidden !important;
}

.hl-app .ghl-form-wrap {
    margin: 0 !important;
}

#_builder-form{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ghl-form-wrap div{
        padding-left: 0 !important;
    padding-right: 0 !important;

}