/*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;
    #fff: var(--p10);
    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.1);
    padding-top: 10%;
    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(--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: 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: var(--white-color);
}

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

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;
    max-height: 175px;
    overflow: hidden;
}

section.about-section .about-img1 {
    overflow: hidden;
    width: 485px;
    border-radius: 10px;
    height: 450px;
    /* background-attachment: fixed; */
    /* background-position: right; */
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

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

section.studio-section {
    padding-top: 110px;
    background: var(--lt-bg-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: 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 .studio-list img {
    width: 16px;
}

section.studio-section .studio-list p {
    font-size: 15px;
    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: 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);
}

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

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(--white-color);
    padding: 0;
}
section.cta-sec .cta-bg {
    padding: 135px 12px;
    background: url(../images/CTA.jpg);
    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/stay-in-the-loop.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;
}
section#abt {
    padding-top: 110px;
    background: var(--lt-bg-color);
}
section#abt .head-sec {
    text-align: center;
    margin-bottom: 40px;
}
section.featured-pro .row{
    gap:20px 0;
    justify-content:center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
    padding: 8px;
}
section.featured-pro .prop-contt {
    position: relative;
    overflow: hidden;
}
section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop: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);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
    z-index: 1;
}
section.featured-pro .pro-cont h3{
    color: var(--white-color);
    font-weight: 400;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont span i{
    color: var(--secondary-color);
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}