html {
    scroll-behavior: smooth
}

.header-area {
    padding: 0 34px;
    position: relative;
    z-index: 2;
    margin-bottom: -100px
}

.header-menu {
    text-align: center
}

.header-menu ul li {
    display: inline-block;
    margin-right: 60px
}

.header-menu ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    color: #fff;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
    padding: 25px 0;
    transition: .5s
}

.header-menu ul li a:hover {
    color: #ca982d
}

.header-menu ul li i {
    font-size: 11px;
    color: #ffff;
    left: 8px;
    position: relative;
    top: 0;
    transition: .5s
}

.header-menu ul li a:hover i {
    color: #ca982d
}

.header-menu ul li.menu-item-has-children {
    position: relative
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    border-top: 5px solid #ca982d;
    border-radius: 3px 3px 0 0
}

.header-menu ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 0 19px;
    color: #1e1e1e;
    width: 200px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    position: relative;
    z-index: 1
}

.header-menu ul li .sub-menu li a:hover {
    color: #fff
}

.header-menu ul li .sub-menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.header-menu ul li .sub-menu li a:hover:before {
    height: 100%;
    top: 0
}

li.sub-menu-style-two {
    position: relative
}

li.sub-menu-style-two a i {
    color: #000;
    display: inline-block;
    position: relative;
    left: 90px;
    transition: .5s
}

.sub-menu li a:hover i {
    color: #fff !important
}

ul.sub-menu-two {
    left: 270px;
    position: absolute;
    top: 0;
    background: #ffff;
    opacity: 0;
    transition: .5s;
    width: 200px;
    filter: drop-shadow(0 5px 15px rgba(204, 204, 204, .25));
    border-top: 5px solid #ca982d;
    visibility: hidden
}

li.sub-menu-style-two:hover ul.sub-menu-two {
    left: 200px;
    opacity: 1;
    z-index: 9;
    visibility: visible
}

.header-button {
    text-align: right;
    position: relative
}

.header-button:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    bottom: -10px;
    background: #fff;
    right: 0;
    margin: auto;
    transition: .5s
}

.header-button:hover:before {
    background: #ca982d
}

.header-button a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    border: 1px solid #fff;
    padding: 11px 27px;
    position: relative;
    z-index: 1;
    transition: .5s
}

.header-button a:hover {
    border: 1px solid #ca982d;
    color: #fff
}

.header-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.header-button a:hover:before {
    width: 100%;
    left: 0
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    background: #1e1e1e !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: .3s running fadeInDown;
    animation: .5s running fadeInUp;
    animation-name: slideInDown
}

.hero-area {
    background: url(../images/index-images/bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 950px;
    text-align: center;
    position: relative
}

.hero-area.style-two {
    background: url(../images/index-images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative
}
.hero-area.style-three {
    background: url(../images/index-images/2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative
}
.hero-area.style-four {
    background: url(../images/index-images/res.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative
}

.hotel-rating ul li {
    display: inline-block
}

.hotel-rating ul li i {
    display: inline-block;
    color: #ca982d;
    margin-right: 10px
}

.hero-content h4 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 23px
}

.hero-content h1 {
    font-size: 60px;
    line-height: 61px;
    color: #fff;
    text-transform: uppercase
}

.hero-contact {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: rotate(-90deg)
}

.hero-contact i {
    display: inline-block;
    color: #ca982d;
    margin-right: 12px
}

.hero-contact a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: Roboto;
    border: 1px solid #fff;
    padding: 10px 30px
}

.owl-prev {
    position: absolute;
    right: 95px;
    bottom: 38px
}

.owl-prev i {
    color: #fff;
    display: inline-block;
    border: 1px solid #ca982d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1
}

.owl-prev i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ca982d;
    transform: scale(0);
    z-index: -1;
    transition: .5s
}

.owl-prev i:hover:after {
    transform: scale(1)
}

.owl-next {
    position: absolute;
    right: 35px;
    bottom: 39px
}

.owl-next i {
    color: #fff;
    display: inline-block;
    border: 1px solid #ca982d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1
}

.owl-next i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ca982d;
    transform: scale(0);
    z-index: -1;
    transition: .5s
}

.owl-next i:hover:after {
    transform: scale(1)
}

.luxury-button {
    margin-top: 31px;
    position: relative
}

.luxury-button:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    right: 153px;
    bottom: -11px;
    background: #ca982d;
    margin: auto
}

.luxury-button a {
    display: inline-block;
    background: #ca982d;
    padding: 13px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    border: 1px solid #ca982d;
    transition: .5s
}

.luxury-button a:hover {
    color: #ca982d
}

.luxury-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: .5s
}

.luxury-button a:hover:before {
    width: 100%;
    left: 0
}

.row.add-bg {
    background: #1e1e1e;
    position: relative;
    padding: 35px 15px 38px;
    border-top: 4px solid #ca982d;
    margin-top: -98px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px
}

.booking-input-box {
    display: flex;
    flex-direction: column;
    width: 22%;
    position: relative
}

.booking-input-box h4 {
    font-size: 14px;
    color: #acacac;
    font-weight: 400;
    font-family: Roboto;
    margin-left: 3px
}

.booking-input-box input,
.booking-input-box select {
    width: 100%;
    height: 50px;
    background: 0 0;
    border: 1px solid #ccc;
    color: #fff;
    padding: 0 6px;
    margin-top: 5px;
    color-scheme: dark;

}

.booking-input-box input::placeholder {
    color: #fff
}

.booking-button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px
}

.booking-button button {
    background: 0 0;
    padding: 12px 31px;
    border: 1px solid #ca982d;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    cursor: pointer;
    transition: .5s;
    width: 100% !important
}

.booking-button button:hover {
    color: #fff
}

.booking-button button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.booking-button button:hover:before {
    width: 100%;
    left: 0
}

@media screen and (max-width:768px) {
    .row.add-bg {
        flex-direction: column;
        gap: 10px
    }

    .booking-input-box {
        width: 100%
    }

    .booking-button button {
        width: 100%
    }
}

@media screen and (min-width:769px) {
    .booking-input-box {
        width: 22%
    }

    .booking-button button {
        width: auto
    }
}

@media screen and (min-width:769px) {
    .booking-input-box {
        width: 22%
    }

    .booking-button button {
        width: auto;
        position: relative
    }

    .booking-button button:hover {
        color: #ca982d
    }

    .booking-button button:before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        left: 50%;
        top: 0;
        background: #fff;
        z-index: -1;
        transition: .5s
    }

    .booking-button button:hover:before {
        width: 100%;
        left: 0
    }
}

@media screen and (max-width:768px) {
    .booking-area.home-1 {
        display: none
    }
}

@media (min-width:1024px) {

    .book-now-container,
    .popup-overlay {
        display: none !important
    }
}

.book-now-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ca982d;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: none;
    z-index: 2;
    border-radius: 0;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: 0;
    padding: 6px 10px
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999
}

.popup-content {
    background: #212529;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    animation: fadeIn .3s ease-in-out;
    overflow-y: auto;
    max-height: 80vh
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #c49a6c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.booking-input-box {
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
    color: #000
}

.booking-input-box input,
.booking-input-box select {
    width: 100%;
    padding: 10px;
    border: 1px solid #c49a6c;
    border-radius: 5px;
    background: #272727
}

@media (max-width:1024px) {
    .popup-content {
        width: 90%;
        max-width: 380px
    }

    .booking-input-box input,
    .booking-input-box select {
        font-size: 16px
    }

    .booking-button button {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .popup-content {
        width: 95%;
        max-width: 320px
    }

    .booking-input-box {
        margin-bottom: 10px
    }

    .booking-input-box input,
    .booking-input-box select {
        font-size: 16px;
        padding: 12px
    }

    .booking-button button {
        font-size: 18px;
        padding: 14px
    }
}

@media (max-width:480px) {

    .booking-input-box input,
    .booking-input-box select {
        font-size: 18px
    }

    .booking-button button {
        font-size: 20px;
        padding: 16px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.room-title-area {
    background-color: #f8f6f3;
    padding: 195px 0 335px;
    margin-top: -71px
}

.room-area {
    z-index: 1;
    position: relative
}

.room-area .row.margin-top {
    margin-top: -314px
}

.room-single-box {
    position: relative;
    margin: 0 15px
}

.room-thumb {
    position: relative;
    overflow: hidden
}

.room-thumb img {
    width: 100%;
    transition: .5s
}

.room-single-box:hover .room-thumb img {
    transform: scale(1.1)
}

.room-details-button {
    position: absolute;
    bottom: 0;
    left: -200px;
    transition: .5s
}

.room-single-box:hover .room-details-button {
    left: 0
}

.room-details-button a {
    display: inline-block;
    background: #1e1e1e;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    padding: 9px 30px;
    position: relative;
    z-index: 1
}

.room-details-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.room-details-button a:hover:before {
    width: 100%;
    left: 0
}

.room-details-button i {
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 7px;
    top: 1px
}

.room-pricing {
    background: #c29d69;
    display: inline-block;
    padding: 3px 21px;
    position: absolute;
    top: 10px;
    right: 10px
}

.room-pricing span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: Roboto;
    text-transform: uppercase;
    padding-right: 18px;
    position: relative
}

.room-pricing span:last-child {
    padding-right: 0
}

.room-pricing span:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: 8px;
    left: -11px;
    background: #fff
}

.room-pricing span.dolar:before {
    background: 0 0
}

.room-content {
    padding: 16px 32px 7px;
    border: 1px solid rgba(30, 30, 30, .1);
    border-top: transparent;
    background: #fff
}

.room-content h4 {
    font-size: 14px;
    color: #ca982d;
    font-weight: 600;
    text-transform: uppercase
}

.room-content a {
    display: inline-block;
    font-size: 28px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    margin: 14px 0 17px;
    transition: .5s;
    font-weight: 100
}

.room-content a:hover {
    color: #c29d69
}

.room-content p {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    font-family: Roboto
}

.room-bottom {
    border: 1px solid rgba(30, 30, 30, .1);
    border-top: none;
    padding: 15px 25px 18px;
    display: flex;
    justify-content: space-between
}

.room-bottom-icon span {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: Roboto;
    position: relative
}

.room-bottom-icon span:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    right: -74px;
    top: 4px;
    background: rgba(30, 30, 30, .1)
}

.room-bottom-icon img {
    margin-right: 10px;
    display: inherit !important
}

.coustomar-rating ul li {
    display: inline-block
}

.coustomar-rating ul li i {
    display: inline-block;
    color: #c29d69;
    margin-left: 3px
}

.room-area .owl-dots {
    position: relative;
    text-align: center;
    left: 0;
    bottom: -30px;
    margin: auto
}

.room-area .owl-dot {
    display: inline-block;
    border: 2px solid rgba(30, 30, 30, .1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px
}

.room-area .owl-dot.active {
    display: inline-block;
    background: #ca982d;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent
}

.section-title {
    margin-bottom: 40px
}

.section-title.center {
    position: relative;
    z-index: 1
}

.section-title.center:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 229%;
    bottom: 0;
    top: -111px;
    left: 34%;
    background: url(../images/home-1/section-shape2.png);
    background-repeat: no-repeat;
    z-index: -1
}

.section-thumb {
    position: relative
}

.section-thumb:before {
    position: absolute;
    content: "";
    width: 95px;
    height: 1px;
    left: -163px;
    right: 0;
    top: 27px;
    background: #61616142;
    margin: auto
}

.section-thumb:after {
    position: absolute;
    content: "";
    width: 95px;
    height: 1px;
    left: 0;
    right: -156px;
    top: 27px;
    background: #61616142;
    margin: auto
}

.section-title h1 {
    font-size: 38px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ca982d
}

p.section-desc-1 {
    width: 50%;
    margin: 4px auto 0
}

.section-title.two h4 {
    font-size: 16px;
    color: #ca982d;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 21px
}

.section-title.two h1 {
    font-size: 38px;
    line-height: 35px;
    text-transform: uppercase;
    color: #1e1e1e
}

p.section-desc-2 {
    width: 96%;
    margin: 18px 0 0
}

.about-area {
    padding: 10px 0 54px
}

.about-thumb {
    position: relative;
    margin: 35px
}

.about_list .owl-item.duplicated {
    display: none !important
}

.about-area .col-lg-6.upper {
    padding-left: 43px;
    margin-bottom: 47px
}

.about-area .section-title {
    margin-bottom: 4px
}

.about-conuter-box {
    display: inline-block;
    margin-right: 95px
}

.about-counter-content h4 {
    font-size: 70px;
    color: #ca982d;
    font-weight: 500;
    display: inline-block;
    margin: 0
}

.about-counter-content span {
    font-size: 50px;
    color: #ca982d;
    font-weight: 500;
    display: inline-block
}

.about-counter-content p {
    margin-top: 10px
}

.animation-bar {
    background: #e8e8e8;
    width: 100%;
    height: 1px;
    margin-top: 14px;
    position: relative
}

.animation-bar:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 0;
    left: 0;
    background: #ca982d;
    transition: .5s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG
}

@-webkit-keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(590px)
    }
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(590px)
    }
}

.about-area .luxury-button:before {
    margin: 0
}

.about-area .owl-dots {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 71px;
    margin: auto;
    background: #fff;
    width: 17%;
    height: 36px;
    padding: 8px 0 13px
}

.about-area .owl-dot {
    display: inline-block;
    border: 2px solid rgba(30, 30, 30, .1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 6px
}

.about-area .owl-dot.active {
    display: inline-block;
    background: #ca982d;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 6px;
    border: transparent
}

.feature-area {
    background: #fff;
    padding: 122px 0 195px
}

.feature-area .section-title.center {
    margin-bottom: 58px
}

.feature-area .section-title h1 {
    color: #ca982d
}

.feature-area p.section-desc-1 {
    color: #130808
}

.single-feature-box {
    border: 1px solid #353535;
    text-align: center;
    padding: 37px 0 27px;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.single-feature-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #272727;
    transition: .5s;
    z-index: -1
}

.single-feature-box.active:after {
    width: 100%
}

.feature-content h4 {
    font-size: 22px;
    color: #ca982d;
    font-weight: 500;
    margin-top: 63px;
    position: relative
}

.feature-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    left: 50%;
    top: -42px;
    background: #353535
}

.row.call-do-action-bg {
    background: url(../images/index-images/bggg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 73px 58px 66px;
    margin-top: -90px
}

.call-do-action-area .section-title {
    margin-bottom: 19px
}

.call-do-action-area p.section-desc-2 {
    width: 90%
}

.call-do-action-text a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-family: Roboto;
    width: 90%
}

.call-do-action-author {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 42px
}

.call-do-action-content h4 {
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500
}

.call-do-action-content p {
    margin-left: 29px;
    position: relative
}

.call-do-action-content p:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    top: 15px;
    left: -26px;
    background: #000
}

.call-do-action-video {
    text-align: center
}

.call-do-action-video i {
    display: inline-block;
    background: #ca982d;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    position: relative
}

.call-do-action-video i:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    left: -10px;
    top: -11px;
    border: 1px solid #ffffff73;
    border-radius: 50%;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2)
    }
}

.facilities-area {
    padding: 109px 0 87px
}

.facilities-area .section-title {
    margin-bottom: 51px
}

.facilities-area .luxury-button {
    text-align: right;
    margin-top: 0
}

.facilities-area .luxury-button:before {
    right: -295px;
    background: #1e1e1e
}

.facilities-area .luxury-button a {
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    background: 0 0
}

.facilities-area .luxury-button a:before {
    background: #1e1e1e
}

.facilities-area .luxury-button a:hover {
    color: #fff
}

.facilities-area .row.add-boder {
    border-top: 1px solid #61616142;
    padding-top: 39px;
    padding-bottom: 38px
}

.single-facilities-box {
    position: relative;
    margin-left: 107px
}

.single-facilities-box.two {
    margin: 0;
    margin-right: 100px
}

.facilities-content h4 {
    font-size: 16px;
    line-height: 26px;
    color: #ca982d;
    font-weight: 500;
    text-transform: uppercase
}

.facilities-content h1 {
    font-size: 32px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 600
}

.facilities-content p {
    margin-top: 46px;
    position: relative;
    margin-bottom: 40px
}

.facilities-content p:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    left: 0;
    top: -35px;
    background: #61616159
}

a.facilities-button i {
    display: inline-block;
    color: #616161;
    font-size: 25px;
    transition: .5s
}

a.facilities-button i:hover {
    color: #ca982d
}

.facilities-number {
    position: absolute;
    left: -21%;
    top: -18px
}

.facilities-number.two {
    position: absolute;
    left: 111%;
    top: -18px
}

.facilities-number h1 {
    font-size: 40px;
    color: #ca982d;
    font-weight: 500
}

.offers-area {
    background-color: #f8f6f3;
    padding: 109px 0 123px
}

.single-offers-box {
    text-align: center;
    position: relative;
    margin: 0 15px
}

.offers-thumb {
    overflow: hidden
}

.offers-thumb img {
    width: 100%;
    transition: .5s
}

.single-offers-box:hover .offers-thumb img {
    transform: scale(1.2)
}

.offers-content {
    background: #fff;
    padding: 24px 0 26px
}

.offers-content a {
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    position: relative;
    transition: .5s
}

.offers-content a:hover {
    color: #ca982d
}

.offers-content a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #1e1e1eb8;
    transition: .5s
}

.single-offers-box:hover .offers-content a:before {
    width: 100%
}

.offers-dollar {
    position: absolute;
    top: 9px;
    left: 18px
}

.offers-dollar h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 7px 35px;
    position: relative;
    z-index: 1
}

.offers-dollar h4:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #bf9e69;
    transition: .5s;
    z-index: -1
}

.single-offers-box:hover .offers-dollar h4:before {
    width: 100%
}

.testimonial-area {
    background: url(../images/index-images/testiminial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 123px 0 95px
}

.testimonial-area .section-title.center {
    margin-bottom: 52px
}

.testimonial-area .section-title.center:before {
    background: 0 0
}

.testimonial-area p.section-desc-1 {
    color: #fff
}

.single-testi-box {
    background: #fff;
    padding: 34px 43px 36px;
    position: relative;
    margin: 40px 15px
}

.single-testi-box:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 10px;
    left: 0;
    right: 0;
    top: -10px;
    background: #ca982d;
    margin: auto
}

.single-testi-box:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background: #ca982d;
    margin: auto
}

.testi-quote-icon {
    position: absolute;
    right: 40px;
    top: -32px
}

.testi-rating ul li {
    display: inline-block
}

.testi-rating ul li i {
    display: inline-block;
    color: #c19c67;
    margin-right: 4px
}

.testi-content p {
    font-size: 18px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    font-style: italic;
    font-family: Roboto;
    margin: 16px 0 46px;
    position: relative
}

.testi-content p:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    left: 0;
    bottom: -41px;
    background: #ca982d
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 19px
}

.testi-author-title h4 {
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500
}

.testi-author-title p {
    margin-left: 29px;
    position: relative
}

.testi-author-title p:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    top: 15px;
    left: -26px;
    background: #ca982d
}

.blog-area {
    padding: 122px 0 123px
}

.blog-area .section-title.center {
    margin-bottom: 59px
}

.single-blog-box.inner {
    margin-bottom: 26px
}

.single-blog-thumb {
    overflow: hidden
}

.single-blog-thumb img {
    width: 100%;
    transition: .5s
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1)
}

.blog-content {
    border: 1px solid rgba(30, 30, 30, .1);
    border-top: transparent;
    padding: 22px 31px 24px
}

.meta-blog span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #616161;
    font-weight: 400;
    margin-right: 28px;
    margin-left: 13px;
    margin-bottom: 15px;
    position: relative
}

.meta-blog span:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: -13px;
    top: 10px;
    background: #d1d1d1
}

.blog-content a {
    display: inline-block;
    font-size: 26px;
    line-height: 34px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    transition: .5s
}

.blog-content a:hover {
    text-decoration: underline
}

.blog-button {
    border: 1px solid rgba(30, 30, 30, .1);
    border-top: transparent;
    padding: 14px 31px
}

.blog-button a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    transition: .5s
}

.blog-button a:hover {
    color: #ca982d
}

.blog-button i {
    display: inline-block;
    font-size: 20px;
    transition: .5s
}

.blog-button a:hover i {
    color: #ca982d
}

.brand-area {
    background: #ca982d;
    padding: 67px 0 44px
}

.single-brand-box {
    text-align: center !important
}

.owl-carousel .owl-item img {
    display: inline-block;
    text-align: center
}

.footer-area {
    background: #1e1e1e;
    padding: 100px 0 0
}

.footer-widget-logo {
    margin-bottom: 36px
}

.footer-widget-content.upper {
    margin-left: 23px
}

.footer-widget-title h4 {
    font-size: 22px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 35px
}

.footer-widget-title h4:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #ca982d
}

.footer-widget-contact {
    background: #272727;
    padding: 48px 42px 54px;
    position: relative;
    margin-top: -179px
}

.footer-widget-contact-info ul li {
    font-size: 16px;
    color: #acacac;
    font-weight: 400;
    font-family: Roboto;
    margin-bottom: 18px
}

.footer-widget-contact-info ul li i {
    display: inline-block;
    color: #ca982d;
    font-size: 14px;
    margin-right: 13px
}

.footer-widget-social-icon {
    margin-top: 82px
}

.footer-widget-social-icon ul li {
    display: inline-block
}

.footer-widget-social-icon ul li i {
    display: inline-block;
    color: #848484;
    font-size: 15px;
    border: 1px solid #848484;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    transition: .5s
}

.footer-widget-social-icon ul li i:hover {
    color: #fff
}

.footer-widget-social-icon ul li i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ca982d;
    transform: scale(0);
    z-index: -1;
    border-radius: 50%;
    transition: .5s
}

.footer-widget-social-icon ul li i:hover:after {
    transform: scale(1)
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #acacac;
    font-weight: 400;
    font-family: Roboto;
    position: relative
}

.footer-widget-menu ul li a:hover {
    margin-left: 14px;
    color: #ca982d
}

.footer-widget-menu ul li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: -16px;
    top: 19px;
    background: #ca982d;
    border-radius: 50%;
    opacity: 0;
    transition: .5s
}

.footer-widget-menu ul li a:hover:before {
    opacity: 1
}

.footer-widget-gallery {
    margin-top: 48px
}

.footer-widget-gallery img {
    float: left;
    margin: 0 9px 9px 0
}

.single-newsletter-box input {
    background: #fff;
    width: 100%;
    height: 60px;
    border: transparent;
    text-align: center;
    padding: 0 14px;
    outline: 0
}

.single-newsletter-box button {
    background-color: #ca982d;
    width: 100%;
    padding: 16px 0;
    border: transparent;
    margin-top: 16px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond"
}

.footer-bottom-area {
    background: #161616;
    padding: 18px 0 33px
}

.footer-bottom-content h4 {
    font-size: 16px;
    color: #acacac;
    font-weight: 400;
    font-family: Roboto
}

.inner .header-menu {
    text-align: center
}

.inner .header-menu ul {
    display: inline-block
}

.inner .header-menu ul li a {
    color: #fff;
    transition: .5s
}

.inner .header-menu ul li a:hover {
    color: #ca982d
}

.inner .header-button {
    display: inline-block;
    position: relative
}

.inner .header-button:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    right: 153px;
    bottom: -11px;
    background: #ca982d;
    margin: auto
}

.inner .header-button a {
    display: inline-block;
    background: #ca982d;
    padding: 13px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    border: 1px solid #ca982d;
    transition: .5s
}

.inner .header-button a:hover {
    color: #ca982d
}

.inner .header-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: .5s
}

.inner .header-button a:hover:before {
    width: 100%;
    left: 0
}

.breadcumb-area {
    background: url(../images/inner/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 260px 0 170px;
    text-align: center
}

.breadcum-title h4 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px
}

.breacumb-content ul li {
    display: inline-block;
    color: #020101;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    text-transform: uppercase
}

.breacumb-content ul li a {
    display: inline-block;
    color: #ca982d
}

.about-area.inner {
    padding: 88px 0 89px
}

.inner.about-area .col-lg-6.upper {
    padding-left: 43px;
    margin-bottom: 26px
}

.about-area.inner p.about-inner-desc {
    margin-top: 18px;
    margin-bottom: 27px
}

.about-area.inner .about-address p {
    background-color: #f8f6f3;
    margin: 0;
    color: #1e1e1e;
    padding: 14px 145px 17px 30px
}

.inner.feature-area {
    background-color: #f8f6f3;
    padding: 122px 0 123px
}

.inner.section-title.center:before {
    background: 0 0
}

.inner.feature-area .section-title h1 {
    color: #1e1e1e
}

.inner.feature-area p.section-desc-1 {
    color: #616161
}

.inner.feature-area .single-feature-box {
    background: #fff;
    border: transparent
}

.inner.feature-area .single-feature-box.active .feature-icon img {
    filter: brightness(0) invert(1)
}

.inner.feature-area .feature-content h4 {
    color: #1e1e1e
}

.inner.feature-area .single-feature-box.active .feature-content h4 {
    color: #fff
}

.inner.feature-area .single-feature-box.active .feature-content h4:before {
    background: #fff
}

.inner.feature-area .single-feature-box:after {
    background: #ca982d
}

.inner.call-do-action-area {
    background-color: #1e1e1e;
    padding: 124px 0 124px
}

.inner.call-do-action-area .row.call-do-action-bg {
    background: url(../images/index-images/room-yt-2.jpg);
    margin-top: 0;
    background-repeat: no-repeat;
    padding: 73px 0 66px;
    background-size: cover;
    background-position: center center
}

.inner.call-do-action-area .matha-ta-ghurlo {
    padding-left: 57px
}

.team-area {
    padding: 125px 0 100px
}

.single-team-box {
    text-align: center;
    border: 1px solid rgba(30, 30, 30, .1);
    padding: 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 25px
}

.single-team-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    bottom: 0;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.single-team-box:hover:before {
    width: 100%;
    left: 0
}

.team-thumb img {
    width: 100%
}

.team-content {
    opacity: 1;
    transition: .5s;
    padding: 7px 0 0
}

.single-team-box:hover .team-content {
    opacity: 0
}

.team-content h4 {
    font-size: 28px;
    line-height: 45px;
    color: #1e1e1e;
    font-weight: 600
}

.team-content p {
    margin: 0
}

.team-contact-info {
    padding: 28px 0 0;
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 0;
    bottom: -64px;
    right: 0;
    margin: auto
}

.single-team-box:hover .team-contact-info {
    opacity: 1;
    bottom: 24px
}

.team-social-info ul li {
    display: inline-block
}

.team-social-info ul li i {
    display: inline-block;
    font-size: 14px;
    margin-right: 17px;
    color: #fff
}

.team-contact-info span {
    font-size: 22px;
    line-height: 40px;
    font-family: "Cormorant Garamond";
    color: #fff
}

.inner.testimonial-area {
    background: rgba(0, 0, 0, .08) !important;
    position: relative;
    padding: 110px 0 118px
}

.inner.testimonial-area .row.border-add {
    position: relative;
    padding-top: 59px
}

.inner.testimonial-area .row.border-add:before {
    position: absolute;
    content: "";
    width: 97%;
    height: 1px;
    top: 0;
    right: 0;
    left: 0;
    background: #ffffff38;
    margin: auto
}

.inner.testimonial-area .single-testimonial-box {
    margin: 0 10px
}

.inner.testimonial-area .testimonial-content {
    background-color: #ffff;
    padding: 31px 37px 18px;
    position: relative;
    margin-bottom: 34px;
    z-index: 1
}

.inner.testimonial-area .testimonial-content:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    left: 37px;
    bottom: -13px;
    background: #fff;
    transform: rotate(45deg);
    transition: .5s
}

.inner.testimonial-area .single-testimonial-box:hover .testimonial-content:before {
    background: #ca982d
}

.inner.testimonial-area .testimonial-content:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.inner.testimonial-area .single-testimonial-box:hover .testimonial-content:after {
    width: 100%;
    left: 0
}

.inner.testimonial-area .testimonial-content p {
    transition: .5s
}

.inner.testimonial-area .single-testimonial-box:hover .testimonial-content p {
    color: #fff
}

.inner.testimonial-area .testi-quote {
    float: right;
    bottom: 40px;
    position: relative;
    right: -1px
}

.inner.testimonial-area .testi-quote img {
    transition: .5s
}

.inner.testimonial-area .single-testimonial-box:hover .testi-quote img {
    filter: brightness(0) invert(1)
}

.inner.testimonial-area .testi-reating ul li {
    display: inline-block;
    padding-bottom: 15px
}

.inner.testimonial-area .testi-reating ul li i {
    display: inline-block;
    color: #ca982d;
    font-size: 13px;
    margin-right: 2px;
    transition: .5s
}

.inner.testimonial-area .single-testimonial-box:hover .testi-reating ul li i {
    color: #fff
}

.inner.testimonial-area .testi-author {
    display: flex;
    align-items: center;
    gap: 18px
}

.inner.testimonial-area .testi-title h4 {
    font-size: 24px;
    font-weight: 500;
    color: #ca982d
}

.inner.testimonial-area .testi-title p {
    font-size: 16px;
    font-weight: 400;
    color: #ae9455
}

.inner.testimonial-area .owl-nav.disabled {
    display: block !important
}

.inner.testimonial-area .owl-next {
    position: absolute;
    right: 24px;
    top: -170px
}

.inner.testimonial-area .owl-next i {
    color: #fff;
    display: inline-block;
    border: 1px solid #ca982d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1
}

.inner.testimonial-area .owl-next i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ca982d;
    transform: scale(0);
    z-index: -1;
    transition: .5s
}

.inner.testimonial-area .owl-next i:hover:after {
    transform: scale(1)
}

.inner.testimonial-area .owl-prev {
    position: absolute;
    right: 95px;
    top: -170px
}

.inner.testimonial-area .owl-prev i {
    color: #fff;
    display: inline-block;
    border: 1px solid #ca982d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1
}

.inner.testimonial-area .owl-prev i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ca982d;
    transform: scale(0);
    z-index: -1;
    transition: .5s
}

.inner.testimonial-area .owl-prev i:hover:after {
    transform: scale(1)
}

.inner.room-area {
    background-color: #f8f6f3;
    margin-top: 0
}

.inner.room-area .room-bottom {
    background: #fff
}

.inner.room-area .room-single-box {
    position: relative;
    margin: 0;
    margin-bottom: 29px
}

.find-room-area {
    background: #f8f6f3;
    padding: 95px 0 105px
}

.find-room-area .row.add-bg {
    background: #1e1e1e;
    position: relative;
    padding: 35px 15px 38px;
    border-top: 4px solid #ca982d;
    margin-bottom: 85px;
    margin-top: 0
}

.find-room-area .room-single-box {
    position: relative;
    margin: 0 0;
    margin-bottom: 20px
}

.find-room-area .room-bottom {
    background: #fff
}

.inner.facilities-area {
    background-color: #fff;
    padding: 110px 0 220px
}

.inner.facilities-area .section-title.two h1 {
    color: #ca982d
}

.inner.facilities-area .facilities-icon {
    margin-bottom: 36px
}

.inner.facilities-area .facilities-content h4 {
    font-size: 30px;
    color: #ca982d;
    font-weight: 600;
    text-transform: capitalize
}

.inner.facilities-area .facilities-content p {
    margin-top: 22px;
    margin-bottom: 22px;
    color: #ca982d;
    width: 90%
}

.inner.facilities-area .facilities-content p:before {
    background: 0 0
}

.inner.facilities-area .facilities-content a {
    display: inline-block;
    font-size: 16px;
    color: #ca982d;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Cormorant Garamond"
}

.inner.facilities-area .facilities-content i {
    font-size: 26px;
    color: #ca982d;
    position: relative;
    top: 5px;
    left: 7px
}

.inner.facilities-area .single-facilities-box {
    position: relative;
    margin: 8px
}

.inner.facilities-area .facilities-thumb img {
    width: 100%
}

.inner.facilities-area .facilities-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86%;
    background: #272727
}

.inner.facilities-area .facilities-button a {
    font-size: 22px;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0 0 28px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inner.facilities-area .facilities-button a:hover {
    color: #1e1e1e
}

.inner.facilities-area .facilities-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: .5s
}

.inner.facilities-area .facilities-button a:hover:before {
    width: 100%
}

.inner.facilities-area .facilities-button i {
    display: inline-block;
    position: relative;
    background: #ca982d;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    transition: .5s
}

.inner.facilities-area .facilities-button:hover i {
    color: #fff
}

.inner.facilities-area .owl-prev {
    position: absolute;
    right: 95px;
    top: -155px
}

.inner.facilities-area .owl-next {
    position: absolute;
    right: 30px;
    top: -155px
}

.inner.facilities-area .row.border-add {
    position: relative;
    padding-top: 54px
}

.inner.facilities-area .row.border-add:before {
    position: absolute;
    content: "";
    width: 97%;
    height: 1px;
    left: -9px;
    right: 0;
    top: 0;
    background: #ffffff38;
    margin: auto
}

.style-two.contact-area {
    padding: 124px 0 126px
}

.style-two .row.add-backgroun {
    background-color: #f8f6f3;
    padding: 98px 67px 101px;
    margin-top: -203px
}

.contact-area.style-two.inner .row.add-backgroun {
    margin-top: 0
}

.style-two .single-contact-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 41px;
    position: relative
}

.style-two .single-contact-box:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 1px;
    left: 5px;
    bottom: -19px;
    background: #6161612b
}

.style-two .single-contact-box:last-child:before {
    background: 0 0
}

.style-two .contact-icon i {
    background: #ffff;
    color: #ca982d;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block
}

.style-two .contact-title h4 {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: Roboto
}

.style-two .contact-title p {
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Cormorant Garamond"
}

.style-two .single-contact-form {
    background-color: #272727;
    padding: 42px 53px 60px;
    text-align: center
}

.style-two .contact-content h4 {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 26px
}

.style-two .single-input-box input {
    background: 0 0 !important;
    border: 1px solid #acacac4f;
    color: #ffff;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 11px;
    padding: 0 21px
}

.style-two .single-input-box input::placeholder {
    color: #acacac
}

.style-two .single-input-box select {
    background: 0 0 !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 19px;
    margin-top: 5px;
    text-transform: capitalize
}

.style-two .single-input-box textarea {
    background: 0 0 !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    margin-top: 17px
}

.style-two .single-input-box textarea::placeholder {
    color: #acacac
}

.style-two .single-input-box button {
    background: #ca982d;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    width: 100%;
    border: transparent;
    padding: 16px 0;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    transition: .5s
}

.style-two .single-input-box button:hover {
    color: #ca982d
}

.style-two .single-input-box button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: .5s
}

.style-two .single-input-box button:hover:before {
    width: 100%;
    left: 0
}

.google-map-content iframe {
    width: 100%;
    height: 500px
}

.room-details {
    padding: 124px 0 107px
}

.room-details-content {
    margin-top: 38px
}

.room-details-content h4 {
    font-size: 16px;
    line-height: 14px;
    color: #ca982d;
    font-weight: 600;
    text-transform: uppercase
}

.room-details-content h1 {
    font-size: 40px;
    color: #ca982d;
    font-weight: 600
}

p.room-detils-desc {
    width: 93%;
    margin-top: 15px
}

.room-details-check-box {
    display: inline-block;
    margin-right: 145px;
    margin-bottom: 29px
}

.room-details-check-box.upper {
    margin-right: 0
}

.room-details-check-content span {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #ca982d;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    margin: 38px 0 24px 0
}

.room-details-check-content img {
    margin-right: 9px;
    margin-bottom: 5px
}

p.check-item {
    margin-bottom: 9px
}

p.check-item i {
    display: inline-block;
    color: #ca982d;
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 10px
}

h1.room-detils-title-2 {
    font-size: 32px;
    color: #ca982d
}

p.room-detils-desc.upper {
    margin-bottom: 49px
}

.room-detls-list-item {
    margin-top: 24px
}

.room-detls-list-item ul li {
    margin-bottom: 11px;
    color: #000
}

.room-detls-list-item ul li i {
    display: inline-block;
    color: #ca982d;
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.booking-list {
    background: #f8f6f3;
    padding: 31px 39px 116px;
    margin-bottom: 45px
}

.booking-list-content h4 {
    color: #1e1e1e;
    font-size: 30px;
    margin-bottom: 31px
}

.booking-item ul li {
    color: #ca982d;
    background: #fff;
    padding: 13px 26px;
    margin-bottom: 16px
}

.booking-item ul li strong {
    color: #1e1e1e;
    font-weight: 500;
    font-family: Roboto;
    font-size: 15px
}

.room-details-amenities-content h4 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 13px
}

.room-amenities-item ul li {
    color: #616161;
    font-size: 15px;
    border-bottom: 1px solid #61616129;
    padding-bottom: 15px;
    padding-top: 15px
}

.room-amenities-item ul li:last-child {
    border: transparent
}

.room-amenities-item ul li img {
    margin-right: 14px;
    margin-bottom: 6px
}

.inner.two.room-title-area .room-single-box {
    margin: 11px
}

.inner.two.room-title-area .owl-dots {
    text-align: center;
    margin-top: 23px
}

.inner.two.room-title-area .owl-dot {
    border: 1px solid #ca982d;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.inner.two.room-title-area .owl-dot.active {
    background: #ca982d;
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.pricing-area {
    padding: 123px 0 100px
}

.single-pricing-box {
    margin-bottom: 22px
}

.pricing-thumb {
    position: relative
}

.pricing-thumb img {
    width: 100%
}

.pircing-text {
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto
}

.pircing-text h4 {
    color: #fff;
    margin-top: 0;
    padding: 13px 29px;
    font-size: 26px;
    background: #1e1e1e;
    position: relative;
    z-index: 1
}

.pircing-text h4:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 50%;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.single-pricing-box:hover .pircing-text h4:before {
    width: 100%;
    left: 0
}

.pricing-content {
    padding: 40px 39px 47px;
    border: 1px solid rgba(30, 30, 30, .1);
    transition: .5s
}

.single-pricing-box:hover .pricing-content {
    border: 1px solid #ca982d
}

.price {
    border-bottom: 1px solid rgba(30, 30, 30, .1);
    padding-bottom: 21px
}

.price h4 {
    font-size: 50px;
    color: #ca982d;
    font-weight: 400;
    display: inline-block;
    font-family: Lora, serif
}

.price span {
    font-size: 18px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: Roboto;
    display: inline-block;
    margin-left: 5px
}

.pricing-item {
    margin-top: 27px
}

.pricing-item ul li {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 15px;
    position: relative;
    color: #616161
}

.pricing-item ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: -17px;
    top: 10px;
    background: #ca982d;
    border-radius: 50%
}

.pricing-button {
    position: relative;
    margin-top: 37px
}

.pricing-button:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    right: 153px;
    bottom: -11px;
    background: #ca982d
}

.pricing-button a {
    display: inline-block;
    border: 2px solid #1e1e1e;
    padding: 13px 28px;
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    border: 1px solid #ca982d;
    transition: .5s
}

.single-pricing-box:hover .pricing-button a {
    color: #fff
}

.pricing-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #ca982d;
    z-index: -1;
    transition: .5s
}

.single-pricing-box:hover .pricing-button a:before {
    width: 100%;
    left: 0
}

.faqs-section {
    background-color: #1e1e1e;
    padding: 100px 0 100px
}

.faqs-section .section-title h1 {
    color: #fff
}

.faqs {
    margin: 20px 0;
    background-color: rgba(255, 255, 255, .050980392156862744)
}

.question {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-family: "Cormorant Garamond";
    transition: .5s
}

.question.active {
    background: #ca982d
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: .2s
}

.question.active::after {
    transform: rotate(45deg)
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.answer p {
    padding: 25px 20px 0;
    line-height: 26px;
    color: #acacac;
    font-size: 16px
}

.answer p.active {
    display: block
}

.service-details {
    padding: 124px 0 74px
}

.service-details-content {
    margin-top: 40px
}

.service-time-list {
    background: #f8f6f3;
    padding: 31px 39px 116px
}

.service-time-list-content h4 {
    color: #1e1e1e;
    font-size: 30px;
    margin-bottom: 31px
}

.service-time-list-item ul li {
    color: #ca982d;
    background: #fff;
    padding: 13px 26px;
    margin-bottom: 16px
}

.service-time-list-item ul li strong {
    color: #1e1e1e;
    font-weight: 500;
    font-family: Roboto;
    font-size: 15px
}

.services-details-title-box {
    margin-bottom: 51px
}

.services-details-title-box h4 {
    color: #ca982d;
    text-transform: uppercase;
    font-size: 16px
}

.services-details-title-box h1 {
    font-size: 40px;
    color: #ca982d
}

.services-details-title-box h2 {
    font-size: 32px
}

.services-details-title-box p {
    width: 96%;
    margin: 16px 0 0
}

.service-details-item {
    margin-top: 18px
}

.service-details-item ul li {
    margin-bottom: 10px;
    color: #616161
}

.service-details-item ul li i {
    display: inline-block;
    color: #ca982d;
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 6px
}

.food-menu-area {
    background-color: #f8f6f3;
    padding: 122px 0 102px
}

.food-tab-menu {
    text-align: center;
    padding: 0 0 33px
}

.food-tab-menu ul li {
    display: inline-block
}

.nav {
    display: inherit
}

.nav-pills .nav-link {
    background: #fff;
    border: transparent;
    border-radius: 0;
    margin-right: 13px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond";
    font-size: 15px;
    padding: 9px 25px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ca982d
}

.single-food-item-box {
    display: flex;
    align-items: center;
    background: #ffff;
    gap: 27px;
    padding: 20px 22px;
    margin-bottom: 24px
}

.food-item-content h4 {
    font-size: 26px;
    color: #1e1e1e;
    font-weight: 500;
    display: inline-block
}

.food-item-content span {
    color: #ca982d;
    font-size: 20px;
    float: right;
    position: relative;
    top: 15px;
    left: 0
}

.food-item-content p {
    border-top: 1px dashed #2222223d;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 15px
}

.blog-details-area {
    padding: 123px 0 122px
}

.blog-details-content {
    padding-top: 27px
}

.blog-details-area .meta-blog ul li {
    display: inline-block;
    color: #616161;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 4px
}

.blog-details-title a {
    display: inline-block;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 700;
    font-family: "Cormorant Garamond";
    padding-top: 20px
}

.blog-details-desc p {
    width: 97%;
    margin: 20px 0 27px
}

.blog-details-title h4 {
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 48px
}

.blog-details-rules-item {
    margin-top: 34px
}

.blog-details-rules-item ul li {
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 14px
}

.blog-details-rules-item ul li i {
    color: #ca982d;
    font-size: 16px;
    margin-right: 9px
}

.blog-details-thumb-2 img {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 8px
}

.row.akta-boder-add-korlam {
    border-top: 1px solid #22222214;
    padding-top: 26px;
    border-bottom: 1px solid #22222214;
    padding-bottom: 26px;
    margin-bottom: 66px
}

.blog-details-tag ul li {
    display: inline-block;
    color: #101010;
    font-size: 20px;
    font-family: "Cormorant Garamond";
    margin-right: 13px;
    font-weight: 600
}

.blog-details-tag ul li a {
    display: inline-block;
    color: #616161;
    font-size: 15px;
    font-family: Roboto;
    border: 2px solid #f8f6f3;
    padding: 2px 20px;
    transition: .5s
}

.blog-details-tag ul li a:hover {
    background: #ca982d;
    color: #fff
}

.blog-details-social {
    text-align: right
}

.blog-details-social ul li {
    display: inline-block;
    color: #101010;
    font-size: 20px;
    font-family: "Cormorant Garamond";
    font-weight: 600
}

.blog-details-social ul li a {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 14px;
    transition: .5s;
    position: relative
}

.blog-details-social ul li a:hover {
    color: #ca982d
}

.blog-details-social ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 2px;
    background: #ca982d;
    transition: .5s
}

.blog-details-social ul li a:hover:before {
    width: 100%
}

.blog-related-box {
    display: flex;
    background: #f8f6f3;
    align-items: center;
    padding: 30px 21px 31px 70px;
    gap: 19px
}

.blog-related-box.style-two {
    text-align: right;
    padding: 30px 63px 31px 21px
}

.blog-related-content a {
    display: inline-block;
    font-size: 19px;
    line-height: 24px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Cormorant Garamond"
}

.blog-related-content p {
    font-size: 14px;
    margin: 0
}

.blog-details-comment-title h4 {
    font-size: 32px;
    margin: 83px 0 28px
}

.blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid #22222214;
    padding: 29px 29px 25px
}

.blog-details-comment.style-two {
    margin-left: 105px
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px
}

.blog-details-comment-content {
    overflow: hidden
}

.blog-details-comment-content h2 {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 700;
    margin-right: 30px
}

.blog-details-comment-content p {
    font-size: 15px;
    margin: 13px 0 0
}

.blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px
}

.blog-details-comment-reply a {
    background: #ca982d;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255, 255, 255, .2)
}

.blog-details-contact-title h4 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 22px
}

.blog-details-area .contact-input-box input {
    background: #f8f8f8;
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px
}

.blog-details-area .contact-input-box textarea {
    background: #f8f8f8;
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px
}

.input-check-box span {
    font-size: 15px;
    margin-left: 7px
}

.blog-details-submi-button button {
    background: #ca982d;
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #ca982d
}

.blog-details-submi-button button:hover {
    color: #ca982d
}

.blog-details-submi-button button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    transition: .5s;
    z-index: -1
}

.blog-details-submi-button button:hover:before {
    width: 100%;
    left: 0
}

.widget_search {
    padding: 13px 40px 37px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f8f6f3
}

.widget_search form {
    position: relative;
    margin-top: 25px
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: #012549;
    outline: 0 !important;
    border: transparent !important
}

button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: #1e1e1e;
    background: 0 0;
    opacity: .7
}

.widget-categories-box {
    background: #f8f6f3;
    padding: 21px 37px 15px;
    margin-bottom: 32px
}

.categories_title h4 {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 42px;
    position: relative
}

.categories_title h4:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    left: 0;
    bottom: -6px;
    background: #1e1e1e
}

.sidber-widget-recent-post {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 22px
}

.recent-widget-content a {
    transition: .5s;
    color: #101010 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.sidber-widget-recent-post:hover .recent-widget-content a {
    color: #ca982d !important
}

.recent-widget-content p {
    font-size: 14px;
    margin: 0
}

.widget-catefories-list ul li {
    border-bottom: 1px solid rgba(16, 16, 16, .1);
    margin-bottom: 11px;
    padding-bottom: 14px
}

.widget-catefories-list ul li:last-child {
    border: transparent
}

.widget-catefories-list ul li a {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 700;
    font-family: "Cormorant Garamond";
    font-size: 18px;
    transition: .5s
}

.widget-catefories-list ul li a:hover {
    color: #ca982d
}

.widget-catefories-list ul li i {
    display: inline-block;
    font-size: 14px;
    margin-right: 9px;
    transition: .5s
}

.widget-catefories-list ul li a:hover i {
    color: #ca982d
}

.widget-catefories-tags a {
    display: inline-block;
    color: #101010;
    font-weight: 700;
    font-family: "Cormorant Garamond";
    background: #fff;
    padding: 6px 19px;
    margin: 6px 3px;
    position: relative;
    z-index: 1
}

.widget-catefories-tags a:hover {
    color: #fff
}

.widget-catefories-tags a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #ca982d;
    transition: .5s;
    z-index: -1
}

.widget-catefories-tags a:hover:before {
    width: 100%;
    left: 0
}

.pagination-box {
    text-align: left;
    padding-top: 57px
}

.pagination-box ul li {
    display: inline-block;
    list-style: none
}

.pagination-box ul li a {
    display: inline-block;
    border: 1px solid #e8e8e8;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ca982d;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    margin-left: 5px
}

.pagination-box ul li a:hover {
    background: #ca982d;
    border: 1px solid #ca982d;
    color: #fff
}

.pagination-box ul .active a {
    background: #ca982d;
    display: inline-block;
    color: #fff;
    border: 1px solid #ca982d
}

.pagination-box ul li i {
    display: inline-block;
    color: #ca982d;
    font-size: 18px;
    transition: .5s
}

.pagination-box ul li a:hover i {
    color: #fff
}

.change-style.style-two .row.add-backgroun {
    border: 2px solid #f8f6f3;
    background-color: transparent;
    padding: 98px 67px 101px;
    margin-top: 0
}

.change-style.style-two .contact-icon i {
    background: #f8f6f3
}

.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, .2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all .2s linear !important
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ca982d;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all .2s linear !important
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all .2s linear !important
}

.prgoress_indicator:hover ::after {
    color: #ca982d
}

.prgoress_indicator:hover ::before {
    opacity: 1
}

.prgoress_indicator svg path {
    fill: none
}

.prgoress_indicator svg.progress-circle path {
    stroke: #ca982d;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear !important
}

.dark-button {
    position: fixed;
    right: 18px;
    top: 47%;
    z-index: 999
}

input[type=checkbox].toggle-switch {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    width: 3rem;
    height: 1rem;
    border-radius: 3rem;
    background-color: #ebebeb;
    transition: background-color 90ms ease-in-out;
    position: relative;
    outline: 0;
    border: transparent
}

input[type=checkbox].toggle-switch:active::after {
    background-color: #f2f2f2
}

input[type=checkbox].toggle-switch::after {
    content: '';
    width: 1em;
    height: 1em;
    background-color: #fff;
    border-radius: 3em;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    transition: left .3s cubic-bezier(.175, .885, .32, 1.275), padding .3s ease, margin .3s ease;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .15)
}

input[type=checkbox].toggle-switch:checked {
    background-color: #fff
}

input[type=checkbox].toggle-switch:checked:active::after {
    margin-left: -.8em
}

input[type=checkbox].toggle-switch:checked::after {
    left: auto;
    right: -5px;
    background-color: #ca982d
}

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 2s ease;
    z-index: 9999;
    background-color: #111111f5
}

@keyframes fillLq {

    0%,
    10% {
        background-position: 0 120px
    }

    100%,
    90% {
        background-position: 0 0
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 1
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 3.1s ease
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 3.1s ease
}

.loaded .loder-section.left-section {
    left: 0;
    opacity: 0
}

.loaded .loder-section.right-section {
    right: 0;
    opacity: 0
}

.loaded .loader-wrapper {
    visibility: hidden;
    transition: 1s ease-in-out;
    opacity: 0
}

.loaded .loader {
    opacity: 0
}

.nav-btn.navSidebar-button {
    display: inline-block
}

.nav-btn.navSidebar-button a i {
    font-size: 24px;
    display: inline-block;
    color: #ca982d;
    transition: .5s
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    visibility: hidden;
    opacity: 0
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .7;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    left: 0
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
    -o-transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s;
    transition: all .7s cubic-bezier(.9, .03, 0, .96) .4s
}

.sidebar-textwidget {
    padding: 40px 32px
}

.close-side-widget i {
    color: #ca982d;
    font-size: 28px;
    display: block
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0
}

.xs-bg-black {
    background-color: #ca982d
}

.nav-logo {
    margin: 0 0 50px
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px
}

a.theme-btn.btn-style-two i {
    color: #ca982d
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
    font-family: 'Fira Sans'
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #ca982d;
    margin: 0 10px 0 0
}

ul.social-box {
    margin: 30px 0 0
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #ca982d;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px
}

ul.social-box li a:hover {
    background: #ca982d;
    color: #fff
}

input[type=password],
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: 0
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative
}

img.avatar {
    width: 40%;
    border-radius: 50%
}

.container_form {
    padding: 16px
}

.container_form button {
    background: #ca982d;
    color: #fff;
    border: transparent;
    padding: 12px 32px;
    width: 100%;
    margin-top: 26px
}

.container_form label {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    font-family: Roboto
}

.container_bottom {
    background: #fff;
    padding: 12px 18px;
    border-top: 1px solid #616161
}

.container_bottom button {
    background: #ca982d;
    color: #fff;
    border: transparent;
    padding: 10px 25px
}

span.psw {
    float: right;
    padding-top: 16px
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    padding-top: 60px
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 30%
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: red;
    cursor: pointer
}

.animate {
    -webkit-animation: animatezoom .6s;
    animation: animatezoom .6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    transition: all 1.5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.search-popup {
    width: 100%
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #ca982d;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all .5s ease;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group button,
.search-popup .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: 0 0;
    text-align: center;
    font-size: 24px;
    color: #ca982d;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    border: none
}

.search-popup .form-group button:hover,
.search-popup .form-group input[type=submit]:hover {
    color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s
}

.upp.search-box-btn i {
    color: #9e9fa1
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1
}

.upp.search-box-btn.search-box-outer span i {
    color: #9e9fa1
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ca982d;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px
}

.flaticon-multiply:before {
    content: inherit
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block
}

span.flaticon-multiply i {
    display: inline-block;
    color: #ca982d
}

.header-search-button.search-box-outer {
    padding: 0 8px 0 0;
    display: inline-block
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px
}

.phone {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    left: 18px;
    background-color: #0d14e6;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotated-icon {
    transform: rotate(100deg);
    display: inline-block
}

a.WhstaAppFloat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 18px;
    left: 18px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-section {
    background-color: rgba(0, 0, 0, .08)
}

.partner-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    font-size: 50px
}

.partner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-slider {
    margin: 30px auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.partner-slider .partner-slide-track {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    display: flex;
    gap: 25px;
    width: calc((250px + 15px) * 14)
}

.partner-slider .partner-slide {
    height: 200px;
    width: 250px
}

.partner-slide img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff
}

.partner-slide {
    position: relative
}

.price-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.price-overlay h6 {
    margin: 0;
    font-size: 20px
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-250px * 7))
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-250px * 7))
    }
}

.modal {
    display: none;
    position: fixed;
    margin-top: 40px;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center
}

.modal-content {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto
}

#modal-image {
    max-width: 700px;
    max-height: 600px;
    min-height: 280px;
    min-width: 280px;
    border: 2px solid #fff
}

.close {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

.our-team-section {
    background-color: #000
}

.main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-top: 40px
}

.profile-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    max-width: 1200px
}

.profile-card {
    position: relative;
    font-family: sans-serif;
    width: 400px;
    height: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s
}

.profile-card:hover {
    border-radius: 10px;
    height: 460px
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99
}

.profile-card:hover .img {
    transform: translateY(-60px)
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s
}

.profile-card:hover img {
    border-radius: 10px
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s
}

.profile-card:hover .caption {
    opacity: 1
}

.caption h3 {
    font-size: 21px;
    font-family: sans-serif
}

.caption p {
    font-size: 15px;
    color: #0c52a1;
    font-family: sans-serif;
    margin: 2px 0 9px 0
}

.caption .social-media-links a {
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s
}

.social-media-links a:hover {
    color: #0c52a1
}

@media (max-width:768px) {
    .profile-card {
        width: 300px;
        height: 300px;
        padding: 20px
    }

    .profile-card:hover {
        height: 350px
    }

    .profile-card .img img {
        width: 100%
    }

    .caption h3 {
        font-size: 18px
    }

    .caption p {
        font-size: 13px
    }
}

@media (max-width:480px) {
    .profile-card {
        width: 250px;
        height: 250px;
        padding: 15px
    }

    .profile-card:hover {
        height: 300px
    }

    .caption h3 {
        font-size: 16px
    }

    .caption p {
        font-size: 12px
    }

    .caption .social-links a {
        font-size: 18px
    }
}

@media (max-width:350px) {
    .profile-card {
        width: 200px;
        height: 200px;
        padding: 15px
    }

    .profile-card:hover {
        height: 250px
    }
}

.container-xxxl {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1720px) {
    .container-xxxl {
        max-width: 1720px
    }
}

.heading-title {
    font-size: 2.5rem;
    margin-bottom: 10px
}

.heading-title h2 {
    font-size: 2.5rem;
    margin-bottom: 10px
}

.heading-title p {
    font-size: 1.1rem
}

.quote-box {
    position: relative;
    display: inline-block;
    padding: 30px;
    border: 5px solid #919eab;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    background: 0 0
}

.call-do-action-text a {
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

.quote-box::after,
.quote-box::before {
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.quote-box::before {
    content: '“';
    top: -10px;
    left: -25px
}

.quote-box::after {
    content: '”';
    bottom: -25px;
    right: -25px
}

.book-btn {
    background: linear-gradient(45deg, #ca982d, #c0c5cc);
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background .3s, transform .2s, box-shadow .3s
}

.book-btn:hover {
    background: linear-gradient(45deg, #c0c5cc, #ca982d);
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 91, 255, .3)
}

.book-btn:active {
    transform: scale(.98);
    box-shadow: 0 2px 5px rgba(0, 91, 255, .3)
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
    font-weight: 700
}

.slider {
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    position: relative
}

.floraslides {
    display: flex;
    transition: transform .5s ease-in-out
}

.floraslides img {
    width: 100%;
    border-radius: 10px
}

.next,
.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .6);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px
}

.prev {
    left: 10px
}

.next {
    right: 10px
}

@media (max-width:600px) {
    .modal-content {
        width: 95%;
        padding: 15px
    }

    .next,
    .prev {
        padding: 5px;
        font-size: 14px
    }
}

.share-button {
    position: fixed;
    bottom: 118px;
    left: 23px;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background .3s ease-in-out;
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-button:hover {
    background: #555
}

.social-sidebar {
    height: 270px;
    position: fixed;
    top: 70%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(0, 0, 0, .8);
    padding: 10px;
    border-radius: 10px;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999
}

.social-sidebar.active {
    opacity: 1;
    visibility: visible
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    transition: transform .3s ease-in-out;
    text-decoration: none
}

.social-icon:hover {
    transform: scale(1.2)
}

.facebook {
    background: #3b5998
}

.twitter {
    background: #1da1f2
}

.instagram {
    background: #e1306c
}

.whatsapp {
    background: #25d366
}

.tripadvisor {
    background: #34e0a1
}

.close-button {
    background: red;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center
}