html {
    scroll-behavior: smooth;
}
::selection {
    background: #FF6C60 !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #AFC920;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8CA019;
}

body {
    font-family: 'Barlow Condensed',sans-serif;
}

a {
    text-decoration: none !important;
    color: initial;
}

ul, li {
    text-decoration-style: unset !important;
    text-decoration: none !important;
    list-style: none;
}

.navbar {
    transition: all 1s !important;
    background-color: #fff;
    padding: 0px 15px !important;
    position: sticky !important;
    top: 0 !important;
}

.nav-link {
}

@keyframes nav-animate {
    0% {
        opacity: 0;
        display: none ;
    }

    50% {
        opacity: 0;
        display: block ;
    }

    100% {
        opacity: 1;
        display: block ;
    }
}

.nav-animate {
    background-color: rgb(255,255,255,0.85) !important;
    animation-name: nav-animate;
    animation-duration: 0.3s;
}

.nav-animate:hover {
    background-color: rgb(255,255,255,1) !important;
    animation-name: nav-animate;
}

.navbar-brand {
    font-size: 26px;
}

.nav-link {
    color: #000000 !important;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    margin: 0 2.5px;
    font-size: 18px;
    font-weight: 600 !important;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.nav-link:hover {
    color: black !important;
}

.card-transform {
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: 250px !important;
    width: 100%;
}

.card-img-top {
    transition: 0.6s;
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.owl-item {
    max-height: 340px !important;
}

.owl-carousel:active {
    cursor: default !important;
}

.info {
    padding-top: 5px;
    padding-bottom: 5px !important;
    background: #000000;
}

.top-envelope, .top-phone {
    color: #ffffff !important;
}

.tel, .mail {
    transition: 0.4s;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 7.5px 0;
    display: inline-block;
}

.tel:hover, .mail:hover {
    color: #afc920;
}

.face-head, .insta-head {
    padding-right: 15px;
    padding-left: 5px;
    border-right: 1px solid #D9D9D9;
    color: white;
}

.face-href, .insta-href, .twit-href, .link-href {
    transition: 0.2s;
    color: white;
    display: inline-block;
    padding: 10px 5px;
}

.face-href:hover, .insta-href:hover, .twit-href:hover, .link-href:hover {
    color: white !important;
}

.twit-head {
    padding-left: 5px;
}

.cloud-zoom-big {
    border: none;
    background-color: white !important
}

.detail-text {
    font-weight: bold;
}

.stock, .code {
    font-size: 14px;
}

.page-banner {
    margin-top: 1rem;
    background-color: #F9F9F9;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.3px;
    font-size: 14px !important
}

.comment-text {
    font-size: 15px !important;
    padding-left: 2rem;
    font-family: 'Barlow Condensed', sans-serif;
}

.slide-sub-img {
    transition: all 0.4s;
    border-radius: 6px;
    cursor: pointer;
}

.slide-sub-img:hover {
    transform: scale(1.050);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-menu , .service-menu {
    display: none;
    margin-left: 5px;
    transition: 0.6s !important;
    padding-left: 0;
    background-color: white;
    position: absolute;
    z-index: 999;
    border-radius: 6px;
}

.blog-menu {
    display: none;
    margin-left: -1rem;
    transition: 0.6s !important;
    padding-left: 15px;
    padding-right: 4rem;
    padding-bottom: 1rem;
    background-color: white;
    border-top: 2px solid #AFC920;
    position: absolute;
    z-index: 999;
    width: 200px;
    border-radius: 6px;
    color: #444444 !important;
    font-weight: 700;
    font-size: 14px !important;
}

.about-li, .blog-li, .service-li {
    padding: 5px 15px;
    position: relative;
    padding-top: 12px;
    transition: 0.6s !important;
    color: #444444 !important;
    font-weight: 500;
    font-size: 14px !important;
    border: none !important;
}

.about-li:hover , .blog-li:hover , .service-li:hover {
    padding-left: 12px !important ;
    color: #444444 !important;
    background-color: rgb(0,0,0,0.1);
}

textarea {
    resize: none !important;
}

input:focus, .form-control:focus {
}

input, .form-control {
    font-size: 13px !important;
}

.fa-clone {
    font-size: 12px !important;
}

.modal:not(#popuper) {
    z-index: 999999 !important;
    transform: scale(1.6);
    color: black !important;
}

.modal-span {
    position: absolute;
    margin-left: 95%;
}

.modal-body {
    padding: 0px !important;
}

#rezSbm {
    margin-top: 1rem;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.swiper-container {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: calc(100vh) !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Slbanner {
    overflow: hidden;
    width: 100%;
}

.swiper-button-next,.swiper-button-prev {
    color: #000000 !important;
}

img.swlimg {
    width: 100%;
}

.image-main-box img {
    width: 100%;
}

.swlimg {
    width: 100%;
    background-size: cover !important;
    height: 100%;
    background-position: center !important;
}

.booking-form-inner-container {
    background: #ffffff;
    padding: 100px 0px;
    z-index: 999;
    position: relative;
    margin-top: 0;
}

form.booking-form {
    margin: 0;
}

.booking-fields .btn {
    width: 100%;
}

.swiper-wrapper {
    height: inherit !important;
}

.head-line {
    border-top: 3px solid #AFC920;
    width: 80px;
}

.room-transform {
    overflow-y: hidden;
    overflow-x: hidden;
}

.card {
    border: 0px solid #AFC920 !important;
}

a.btn.btn-primary.mt-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.room-img {
    transition: 1.5s;
    width: 100%;
    border-radius: 0 !important;
    position: relative;
}

.room-img:hover {
}

.price {
    font-size: 14px;
    font-weight: 500;
    color: gray
}

.show-all {
    color: black !important;
    background: #efefef;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
}

.show-all:hover {
    background-color: #8CA019;
}

.home-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/packages/1.jpg);
    background-position: left;
    padding: 0px 0px 0px 0px !important;
    color: black !important;
    margin: 0 !important;
}

.banner-transparent {
    padding: 100px 0;
    background: linear-gradient(45deg, #00000096, #000000c2);
    background-position: center !important;
    color: white;
}

.banner-submit {
    padding-top: 1rem;
    font-weight: bold !important;
}

.banner-home {
    color: #AFC920;
}

.banner-href {
    color: rgb(0,0,0,0.7);
}

.banner-href:hover {
    color: rgb(0,0,0,0.7);
}

@keyframes ding {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.ding-animate {
    animation-name: ding;
    animation-duration: .5s;
}

.rez {
    transition: 0.6s;
    border-radius: 5px;
    background-color: #AFC920;
    border-radius: 5px;
}

.rez:hover {
    background-color: #8CA019 !important;
}

.search-room {
    margin-top: 3rem !important;
}

.room-search-submit {
    padding-left: 6rem;
    padding-right: 6rem;
    text-transform: uppercase;
    font-weight: 500;
    background: none !important;
    border: 1px solid black;
    transition: .3s all;
    border-radius: 10px;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-left: 0;
}

.room-search-submit:hover {
    background-color: #afc920 !important;
    color: black !important;
}

.room-btn {
    border: 1px solid #000000 !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    letter-spacing: 2px;
    padding: 8px 25px;
}

.room-btn:hover {
    background-color: #8CA019 !important;
    color: white !important;
}

.btn,.form-control {
    outline: none !important;
    box-shadow: none !important;
}

.col-form-label {
    font-size: 14px !important;
}

.owl-card {
    border: none !important;
}

.page-line {
    border-top: 1px solid #AFC920;
}

.page-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

.room-info {
    margin-top: 3rem;
    border-bottom: 1px solid #AFC920;
    padding-bottom: 2rem;
}

.room-detail {
}

.room-service-li {
    font-size: 23px;
    font-weight: 300;
}

.services-room {
    font-size: 15px !important;
    padding: 0;
    column-count: 2;
}

.room-detail-img-content {
    transition: 0.6s;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.room-detail-transform {
    overflow-y: hidden;
    overflow-x: hidden;
    transition: 0.4s;
    border-radius: 10px;
    border: 1px solid gainsboro;
}

.room-detail-transform:hover {
    /* box-shadow: 1px 1px 8px 1px #0000004d; */
}

.room-detail-img {
    cursor: pointer;
    transition: 1.5s;
}

.room-detail-img:hover {
    transform: scale(1.2)rotate(5deg);
}

.room-detail-tel {
    font-size: 15px !important;
}

.room-detail-tel:hover {
    color: rgb(0,0,0,0.8) !important;
}

#otherImg {
    border-radius: 6px !important;
}

.visit-btn {
    margin-top: 2rem;
    padding-left: 8rem;
    padding-right: 8rem;
    background-color: #AFC920;
    border: none;
}

.visit-btn:hover {
    background-color: #8CA019 !important;
    color: black !important;
}

.swiper-slide img {
    display: block;
    width: 100px !important;
    height: 100px !important;
    /* object-fit: cover; */
}

.jumbotron {
    padding-top: 2rem !important;
    cursor: default !important;
    background-color: #F9F9F9 !important;
    padding-bottom: 1rem !important;
    border-radius: 7px;
}

.green {
    color: #AFC920;
}

.display-4 {
    font-size: 45px !important;
}

.lead {
    font-size: 17px !important;
}

.room-layout-one {
    background-color: #F9F9F9;
    padding: 100px 0;
}

.room-layout-two {
    background-color: #fff;
    padding: 100px 0;
}

.rooms-img {
    overflow: hidden;
}

.article-content {
    padding: 50px 0 !important;
}

.article-img {
    /* height: 15vw !important; */
    border-radius: 6px;
    transition: all .5s;
}

.article-card {
    transition: 0.4s;
}

.article-card:hover {
    opacity: 0.7;
}

.article-text {
    font-size: 14px !important;
    font-weight: 500;
}

.gallery-content {
    margin-top: 40px;
    margin: 0 !important;
    padding: 50px 0;
    background: #f9f9f9;
}

.gallery-item {
    border-radius: 0;
    cursor: pointer;
    transition: 0.4s;
    object-fit: cover;
}

.gallery-item:hover {
    opacity: 0.8;
}

/*FOOTER*/
.footer {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://savkanotel.com/assets/img/gallery/footer-bg.jpg);
    background-position: bottom;
    padding: 0px 0px 0px 0px !important;
    color: white !important;
}

.footer-transparent {
    background-color: #222;
    padding-bottom: 0;
    padding-top: 70px;
}

.footer-about-href,.footer-menu-href {
    transition: 0.6s;
    color: white;
    font-size: 14px;
    font-size: 18px;
    margin: 3px 0 !important;
}

.footer-about-href:hover,.footer-menu-href:hover {
    color: gray !important;
}

.footer-about-href:hover,.footer-menu-href:hover {
    padding-left: 1.5rem !important;
}

.footer-bulletin {
    margin-top: 2rem !important;
    padding-left: 0px !important
}

.bulletin-btn {
    margin-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #AFC920;
    height: 30px;
    text-align: center !important;
    padding-top: 4px;
    border: none;
}

.bulletin-btn:hover {
    background-color: #8CA019 !important;
}

.footer-address, .footer-envelope, .footer-tel, #footer-tel, #footer-envelope {
    font-size: 18px;
    color: #e1e1e1 !important;
    margin: 10px 0 !important;
}

.footer-about {
    padding-left: 7rem;
}

.footer-menu {
    padding-left: 7rem;
}

.hurry-rez-btn {
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #AFC920;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.hurry-rez-btn:hover {
    color: black !important;
}

.copyright-social {
    padding: 20px 0;
    background: #1e1e1e;
    margin-top: 60px;
}

.copyright {
    font-size: 13px !important;
    cursor: default;
}

.face-head-footer, .insta-head-footer {
    padding-right: 10px;
    padding-left: 5px;
    border-right: 1px solid #D9D9D9;
    color: #fff;
}

.twit-head-footer {
    padding-left: 5px;
    color: #fff;
}

.face-href-footer, .insta-href-footer, .twit-href-footer {
    transition: 0.2s;
}

.face-href-footer:hover, .insta-href-footer:hover, .twit-href-footer:hover {
    color: #AFC920 !important;
}

/*FOOTER*/
/*MOBIL*/
.sidebar {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.4s;
    font-size: 20px;
    left: 100%;
}

.side-bar-head {
    margin-left: -2.5rem;
    padding-left: 6px;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #AFC920;
}

.side-bar-li {
    z-index: 99999 !important;
    list-style-type: none !important;
    float: left !important;
    width: 1500px;
    margin-left: 0;
}

.closebtn {
    color: black;
    position: relative;
    float: right !important;
}

.closebtn:hover {
    color: rgb(0,0,0,0.6);
}

@media(max-width: 700px) {
    body {
        padding-top:0px ;
    }

    .closebtn {
        float: right !important;
        margin-right: 10px;
        background: white;
        width: 55px;
        text-align: center;
        border-radius: 5px;
        font-size: 35px !important;
        font-weight: 900;
        border: 1px solid gainsboro;
        line-height: 1;
        padding: 3px;
        margin-top: 7px;
    }

    .sidebar {
        margin-right: 4rem !important;
        padding-top: 5px !important;
        padding-left: 0px !important;
        float: left !important;
        z-index: 99999 !important;
        float: left !important;
    }

    .info {
        display: none !important;
    }

    .room-search-submit {
        text-align: center !important;
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .room-layout-two {
        padding: 20px 0px;
    }

    .home-room-mobile {
        width: 100% !important;
        text-align: center !important;
        padding-bottom: 2rem !important;
    }

    #mobile-mt {
        margin-top: 0px !important;
    }

    .article-card {
        border: 1px solid #dee2e6 !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        border-radius: 6px !important;
        text-align: center !important;
    }

    .article-img {
        width: 100% !important;
        height: auto !important;
        border-radius: 0px !important
    }

    .gallery-sect {
        width: 100% !important;
    }

    .gallery-item {
        width: 100% !important;
        height: auto !important
    }

    .modal {
        transform: scale(1.0) !important;
    }

    .footer-about {
        padding-left: 12px !important;
    }

    .footer-menu {
        padding-left: 12px !important;
    }

    .footer-bulletin {
        text-align: center !important;
        margin-bottom: 2rem !important;
    }

    .bulletin-head {
        text-align: center !important;
    }

    .copyright-social {
        font-size: 9px !important;
        text-align: center !important;
        padding-bottom: 0.6rem !important;
    }

    .copyright {
        font-size: 10px !important;
    }

    .social {
        font-size: 12px !important;
        text-align: center;
        margin-top: 1rem !important
    }

    .swlimg {
        object-fit: cover !important;
    }

    #mobileTarea {
        width: 100% !important;
        padding: 0 !important;
    }

    .notfound-text {
        text-align: center !important;
    }

    .notfound-redirect {
        text-align: center !important;
    }

    .copyright-social {
        margin-top: 1rem !important;
    }
}

.mobile-line {
    border-top: 1px solid white;
}

.mobileRez {
    margin-top: 1rem;
}

.fixbody {
    margin-top: -40px;
    background: white;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #00000024;
    transition: all .5s;
    z-index: 99;
}

.blog-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.article-card:hover .fixbody {
    margin-top: -55px;
}

.article-card:hover img {
    transform: scale(1.1);
}

.article-imgr {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.heading-box h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 5px;
    letter-spacing: 5px;
}

.heading-box strong {
    color: black;
    font-weight: 400;
}

.booking-form-container .form-group {
    margin-bottom: 5px;
}

.nav-link:hover {
    background: #f5f5f542;
    border-radius: 5px;
}

.testtit {
    font-size: 20px;
    margin: 0;
    margin-top: 15px;
    font-family: 'Gilda Display', sans-serif;
    font-weight: 900;
    margin-bottom: 6px;
}

.message-content {
    padding: 100px 0 !important;
    background: url(../img/bg2.jpg);
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.message-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #0000004d, #000000a6);
    opacity: 1;
}

.message-content .container {
    position: relative;
    color: black;
}

.rooms-row {
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
}

.room-content {
    padding: 50px 35px;
}

.rooms-row .row {
    margin: 0 !important;
}

.rooms-row .col-md-6 {
    padding: 0 !important;
}

.room-layout-two .home-room-mobile:not(.rooms-img):before {
    position: absolute;
    content: "";
    top: -10px;
    left: -40px;
    width: 60px;
    bottom: -10px;
    background: #ffffff;
    z-index: 99;
    transform: rotate(5deg);
    display: none;
}

.home-room-mobile {
    position: relative;
    overflow: hidden;
}

.room-layout-one .home-room-mobile.rooms-img:before {
    position: absolute;
    content: "";
    top: -7px;
    right: -40px;
    width: 60px;
    bottom: 49%;
    background: #f9f9f9;
    z-index: 99;
    transform: rotate(5deg);
    display: none;
}

.room-layout-one .home-room-mobile.rooms-img:after {
    position: absolute;
    content: "";
    top: 49%;
    right: -40px;
    width: 60px;
    height: 53%;
    bottom: 48%;
    background: #f9f9f9;
    z-index: 999;
    transform: rotate(-5deg);
    display: none;
}

.room-layout-two:last-child .home-room-mobile:not(.rooms-img):before {
    position: absolute;
    content: "";
    top: -10px;
    left: -40px !important;
    width: 60px;
    bottom: -5px;
    background: #ffffff;
    z-index: 99;
    transform: rotate(-5deg) !important;
}

.oda-img-box {
    min-height: 450px;
    overflow: hidden;
    background-size: cover !important;
}

.heading-box {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.heading-box:before {
    top: calc(50% - 2px);
    position: absolute;
    content: "";
    left: 15%;
    right: 65%;
    background: #00000082;
    height: 1px;
}

.heading-box:after {
    top: calc(50% - 2px);
    position: absolute;
    content: "";
    left: 65%;
    right: 15%;
    background: #00000082;
    height: 1px;
}

a#rez {
    background-color: #000000 !important;
    border-radius: 5px !important;
    transition: all .3s !important;
    text-transform: uppercase;
    border-radius: 3px !important;
    display: flex;
    align-items: center;
    font-weight: 500 !important;
    height: 60px;
    color: white !important;
    padding: 0 20px !important;
}

a#rez:hover {
    background: #afc920 !important;
    color: black !important;
}

.infobar .row {
    margin: 0 !important;
}

.face-href:hover *, .insta-href:hover *, .twit-href:hover * {
    opacity: .7;
}

ul.mobil-menu {
    padding: 0;
}

.testimonial {
    cursor: default !important;
    background: #ffffffde;
    padding: 30px;
    /* border-radius: 30px; */
    text-align: left;
    width: 100%;
}

.contact-submit {
    margin-top: 1rem;
    padding-left: 6rem;
    padding-right: 6rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background: none !important;
    border: 2px solid black;
    background-color: #8CA019 !important;
}

.contact-submit:hover {
    background-color: #fff!important;
}

.contact-p {
    margin-top: 1rem !important;
    color: gray;
}

@keyframes contactsuccess {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.contact-alrt-txt {
    font-size: 14px !important;
}

#contactSuccess {
    animation-name: contactsuccess;
    animation-duration: 2.2s;
}

.display-none {
    display: none !important;
}

#orhunAjans {
    transition: 0.4s ;
}

#orhunAjans:hover {
    color: #EBAD1A !important;
}

@keyframes pageanimate {
    0% {
        opacity: 0 !important ;
    }

    100% {
        opacity: 1 !important ;
    }
}

.dropdown-item {
    font-size: 12px !important;
}

.notfound-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-family: 'Barlow Condensed', sans-serif !important;
}

.notfound-alert {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 2rem 1rem 2rem 1rem;
}

.notfound-row {
    padding-bottom: 10px ;
}

.redirect-btn {
    background-color: #AFC920;
}

.redirect-btn:hover {
    background-color: #F5F5F5;
}

/**
 * Swiper 7.0.0-alpha.22
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 12, 2021
 */
:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d, .swiper-container-3d.swiper-container-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-container-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

.swiper-container-centered.swiper-container-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-container-centered.swiper-container-horizontal > .swiper-wrapper: :before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-container-centered.swiper-container-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before); }

.swiper-container-centered.swiper-container-vertical > .swiper-wrapper: :before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-container-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-container-virtual.swiper-container-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-container-virtual.swiper-container-css-mode.swiper-container-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-container-virtual.swiper-container-css-mode.swiper-container-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
    transition: all .2s ease-in-out;
    font-size: 1.3em;
    font-weight: bold;
    background: #272535;
    color: #afc920 !important;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "\f0d9" !important;
    font-family: 'FontAwesome' !important;
    font-size: 25px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "\f0da" !important;
    font-family: 'FontAwesome' !important;
    font-size: 25px !important;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.swiper-container-cards {
    overflow: visible;
}

.swiper-container-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.header-area span.text-white {
    padding: 7.5px 0;
}

.flexer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    gap: 0;
}

a.nav-link:hover {
    background: black;
    color: #afc920 !important;
}

img#ding {
    height: 20px !important;
    width: auto !important;
}
.form-control {
    min-height: 50px;
    border-radius: 10px;
    border: 2px solid gainsboro;
    font-size: 20px !important;
}
.room-search-submit {
    height: 50px;
    border-radius: 0 !important;
    background: black !important;
    font-weight: 700;
    /* border-left: 0 !important; */
    color: white;
}
#rezervasyon .col-form-label {
    font-size: 21px !important;
    font-weight: 600;
    padding: 0 !important;
    padding-bottom: 3px !important;
}
.swiper-button-next:hover,.swiper-button-prev:hover {
    background: #afc920;
    color: #272535;
    box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.2);
    color: black !important;
}
.cold {
    flex: 1;
}

.cold .form-control {border: 1px solid gainsboro;border-right: 0;border-radius: 0;}
.slide--item {
    width: 100%;
    height: 100%;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0000004d, #000000a6);
    z-index: 2;
}
.tcs-pagination_wrap{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 4;
    height: 46px;
    padding: 0 60px;
    border-radius: 20px 20px 0 0;
    top: -46px;
}
.svg-corner {
    position: absolute;
    width: 40px;
    height: 40px;
}
h3.rez-title {
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}
nav#nav.sticky {
    position: sticky !important;
    top: 0 !important;
    z-index: 3;
}
span.rspn {
    line-height: 1;
}
.slide-content {
    position: absolute;
    z-index: 333;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 25px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slide-content h5 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    font-family: "Gilda Display", serif !important;
    color: #afc920;
}
.slide-content h6 {
    font-size: 35px;
    font-weight: 900;
    font-family: "Gilda Display", serif !important;
}
.gallery-sect {
    margin: 15px 0 !important;
}
.section-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.section-title {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}


/* ======= Rooms1 style ======= */
.rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.rooms1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms1 .item:hover .con {
    bottom: 0;
}
.rooms1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rooms1 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}
.rooms1 .item .category a {
    color: #fff;
}
.rooms1 .item .category:hover {
    color: #fff;
}
.rooms1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.rooms1 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}
.rooms1 .item .con p {
    color: #fff;
    font-size: 20px;
}
.rooms1 .item .con i {
    color: #fff;
    font-size: 18px;
}
.rooms1 .item .con i:hover {
    color: #fff;
}
.rooms1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}
.rooms1 .item .con .butn-light:hover {
    border-color: #aa8453;
}
/* line animation */
.rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}
.rooms1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* facilities */
.rooms1 .facilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rooms1 .facilities ul li {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-bottom: 20px;
    float: left;
}
.rooms1 .facilities ul li i {
    margin-right: 10px;
}
/* permalink */
.rooms1 .item .con .permalink {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.rooms1 .item .con .permalink a {
    color: #fff;
    text-align: right;
}
.rooms1 .item .con .permalink i {
    font-size: 10px;
    text-align: right;
}
.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
    color: #aa8453;
}
/** ROOMS1 END */
.room-search-home {
    padding: 0;
}
#rooms-area {
    background: #e3e3e1;
    padding: 100px;
}
.testimonial p {
    margin: 0;
    font-family: 'Gilda Display', serif;
}

.testimonial strong {
    margin-top: 20px !important;
    display: inline-block;
}

.section-padding {
    padding: 120px 0;
}

.js .animate-box {
    opacity: 0;
}


/* ======= Services style ======= */
.services .img {
    position: relative;
    overflow: hidden;
}
.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}
.services .content {
    width: 100%;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    background: #e3e3e1;
}
.services .content .date {
    display: table-cell;
    position: relative;
    width: 80px;
    z-index: 2;
}
.services .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: #aa8453;
    margin-bottom: 0px;
}
.services .content .date h6 {
    color: #666;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.services .content .cont {
    display: table-cell;
    vertical-align: middle;
}
.services .content .cont h4 {
    font-family:'Gilda Display', serif;
    margin: 0 0 10px 0;
    font-size: 38px;
    color: #222;
    font-weight: 900;
    line-height: 1.5em;
}
.services .content .cont .more {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aa8453;
    padding-left: 40px;
    position: relative;
}
.services .content .cont .more:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #aa8453;
    position: absolute;
    top: 50%;
    left: 0px;
}
.services .content .cont .more:hover {
    color: #222;
}
.services .content .info h6 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #666;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.services .content .info .tags {
    color: #aa8453;
}
@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}
@media screen and (max-width: 480px) {
    .services .content .date {
        width: 60px;
    }
    .services .content .info .tags {
        margin: 5px 0 0;
    }
    .services .content .date h3 {
        font-size: 40px;
    }
}


.bg-cream {
    background: #f8f5f0;
}

.cont .info {
    background: none !important;
    padding: 0 !important;
}

.butn-dark a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #afc920;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a:hover {
    color: white !important;
}

span {}

.butn-dark a span {
    color: black !important;
    position: relative;
    z-index: 2;
}

.butn-dark a:hover span {
    color: white !important;
}

.butn-dark {
    margin-top: 30px;
}
.banner-transparent .lead {
    font-size: 25px !important;
    margin: 0;
    font-family: 'Gilda Display' !important;
}
.banner-transparent .heading-box {
    color: white !important;
}

.banner-transparent .heading-box h2 strong {color: white !important;font-weight: 900;font-size: 2em;margin: 0 !important;font-family: 'Gilda Display' !important;}
.banner-transparent .btn {
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
}
.page-text {
    font-size: 25px;
    line-height: 1.2;
}
.card.odacardd {
    background: #f9f9f9;
    border: 1px solid #0000001a !important;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
}
.odacardd .details {
    font-size: 21px;
    font-weight: 700;
}

.odacardd .details .title a {
    color: black !important;
}
.ciboxx {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    border: 1px solid gainsboro;
    margin-bottom: 15px;
    padding: 10px;
    background: #f9f9f9;
}

.ciboxx .contact-p {
    font-size: 21px;
    color: black;
    flex: 1;
    text-align: left;
}