/*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: 20px 22px;
    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;
    #fff: var(--p10);
    background: transparent !important;
    border: 0px solid;
}

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

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

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

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

.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: 63px;
    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: 0px;
}

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

.search-bar .check.right,
.search-bar .check.left {
    width: 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; */
    /* 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;
}

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

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

#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.4);
    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;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    /*text-transform: capitalize;*/
    font-size: var(--f50);
    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: var(--m20);
    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;
}

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

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: 20px;
    /* height: 143px; */
    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: 110px;
    background: var(--white-color);
}

section.studio-section .head-sec-left {
    width: auto;
    text-align: left;
}

section.studio-section .head-sec-left h6 {
    position: relative;
    padding-left: 65px;
}

section.studio-section .head-sec-left 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.studio-section .head-sec-right {
    max-width: 645px;
}

section.studio-section .head-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.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: 32px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--heading-font);
    line-height: 42px;
    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 .studio-list img {
    width: 16px;
}

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

section.studio-section .studio-list {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.studio-section .studio-info {
    display: flex;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}

section.studio-section p.studio-price {
    font-size: 40px;
    font-family: var(--heading-font);
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    text-shadow: 0 0 2px #000;
    color: var(--white-color);
}

section.studio-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #000;
    opacity: 0.2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .4s ease;
    border-radius: 30px;
}

section.studio-section .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

section.studio-section .owl-theme .owl-dots {
    margin-top: 30px;
}

section.studio-section .owl-theme .owl-controls .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 4px 7px;
    background: var(--btn-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
}

section.studio-section .owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -23px;
}

section.our-studio-section {
    padding-top: 110px;
    background: var(--btn-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;
}

section.attraction-section {
    background: url("../images/attraction-bg.jpg");
    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;
}

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;
    color: var(--white-color);
}

section.attraction-section .head-sec p {
    text-align: center;
    color: var(--white-color);
}

section.attraction-inner {
    z-index: 1;
    position: relative;
    padding-top: 0;
    /* background: var(--btn-color); */
}
.atrr-bg{
    background: var(--btn-color);
}
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;
}

section.attraction-inner .attraction-content h3 a {
    color: var(--white-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.review-section {
    padding-top: 90px;
    background: var(--white-color);
    padding-bottom: 90px;
    position: relative;
}

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 .head-sec h6 {
    margin: auto;
    margin-bottom: 15px;
    font-size: 24px;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    font-family: var(--heading-font);
    position: relative;
    text-align: center;
}

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

section.review-section .head-sec h6::after {
    position: absolute;
    content: "";
    right: -65px;
    bottom: 50%;
    width: 52px;
    height: 12px;
    background-image: url(../images/section__style__two.svg);
    background-repeat: no-repeat;
    transform: translate(0, 50%);
}

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

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

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

section.review-section .review-text p {
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
}

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: left;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
}

section.review-section .review-owner p {
    margin-bottom: 0px;
    font-size: 16px;
}

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