@font-face {
    font-family: 'Montserrat';
    src: url(../fonts 'Montserrat' .otf);
}

@font-face {
    font-family: "Behind-The-Nineties-Rg";
    src: url(../fonts/Behind-The-Nineties-Rg.otf);
}


* {
    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

    outline: none !important;
}

html {
    scroll-behavior: smooth;

    box-sizing: border-box;

    height: 100;

    overflow-x: hidden;

    width: 100vw;
}

a:hover {
    color: inherit !important;
}

body {
    font-family: "Montserrat", sans-serif;

    color: #000000;

    font-size: 14px;
}

p {
    margin: 0px !important;

    padding: 0px !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;

    list-style-image: none;

    margin: 0;

    padding: 0;
}

header {
    width: 100%;
    height: 150px;
    /* background-image: url("../img/header-bg.png"); */
    background-repeat: repeat-x;
    background-position: top center;
    position: absolute;
    z-index: 8;
    top: 0;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
}

header .logo {
    display: block;

    position: absolute;

    z-index: 9;

    bottom: 9px;

    left: 50%;

    margin-right: -50%;

    transform: translate(-50%, -50%);
}

header .logo img {
    width: 220px;
}

header .social-media {
    margin-top: 50px;

    display: inline-block;
}

header .social-media ul li {
    display: inline-block;

    margin-right: 10px;
}

header .social-media ul li:last-child {
    margin-right: 0px;
}

header .social-media ul li a {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.6px solid #fff;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

header .social-media ul li a:hover {
    transition: 0.5s;

    animation: fadeInRight 0.5s ease forwards;

    background: #fff;

    color: #000;
}

.banner-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.book-now {
    display: inline-block;

    position: relative;
}

.book-now a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin-top: -2px !important;
    transition: 0.5s;
    padding: 8px 20px;
    font-weight: 600;
    padding-top: 8px;
    letter-spacing: 0.5px;
}

.book-now a:hover {
    background: #2a7f7d;
    color: #fff !important;
    transition: 0.5s;
}

.top-phone {
    display: inline-block;
}

.top-phone a {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #000;
    background: #fff;
}

.top-phone a:hover {
    transition: 0.5s;
    color: #fff !important;
    background: #212529;
    border-color: #212529;
}

.top-phone.border-right {
    border-color: #ffffff9e !important;
}

.wp-top {
    width: 100%;

    position: relative;
}

.covid-pw {
    float: left;

    overflow: hidden;

    background: #f0e68c;
}

.covid {
    width: 451px;

    background: #000;

    color: #fff;

    position: absolute;

    bottom: 90px;

    left: 0px;

    line-height: 14px;

    z-index: 6;

    display: flex;

    overflow: hidden;
}

.covid a {
    color: #fff;

    text-decoration: underline;
}

.covid span {
    display: inline-block;

    float: left;
}

.wrapper {
    width: 100%;

    height: auto;

    display: block;
}

.bg-soft {
    background: #faf7f5;
}

.reservation-wp {
    width: 1120px;
    height: 102px;
    background: #ffff;
    z-index: 7;
    position: relative;
    margin: 0 auto;
    margin-top: -149px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin-bottom: 90px;
}

.reservation-wp form {
    display: flex;

    justify-content: space-between;
}

.reservations {
    width: 100%;

    height: 56px;

    float: left;

    border-right: 1px solid #eeeeee;

    padding-left: 15px;

    padding-right: 15px;

    margin-top: 24px;
}

.reservations label {
    width: 100%;
    font-size: 14px;
    color: #c1a027;
    font-weight: 600;
}

.reservations span {
    width: 100%;

    font-size: 15px;

    color: #4e4e4e;

    font-weight: 600;
}

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
}

.select-selected {
}

.select-selected:after {
    position: absolute;

    content: "";

    top: 14px;

    right: 10px;

    width: 0;

    height: 0;

    border: 6px solid transparent;

    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;

    top: 7px;
}

.select-items div,
.select-selected {
    color: #000000;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* padding: .375rem .75rem; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 22px;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    color: #e03f13;

    padding-left: 20px;

    transition: 0.5s;
}

.custom-select {
    padding: 0 !important;
}

.custom-select {
    display: inline-block;

    width: 100%;

    height: inherit !important;

    padding: inherit !important;

    color: #4e4e4e;

    vertical-align: middle;

    background: url("../img/select-arrow.png") no-repeat;

    background-position: right center;

    border: 0px !important;
}

.select-items {
    padding-top: 10px;
}

.select-items div {
    background: #fbfbfb;

    padding-top: 10px;

    padding-bottom: 10px;

    padding-left: 10px;

    border-bottom: 1px solid white;
}

.reservation.p-4.border-right {
    border-color: #eeeeee !important;
}

.btn-res-wp {
    width: 19.8%;

    display: inline-block;

    margin-top: -10px;
}

.btn-ress {
    width: 196px;
    height: 102px;
    background: #c1a027;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    margin: 0px;
    float: right;
}

.language-btn {
    font-size: 16px;

    font-weight: 600;

    color: #ffffff !important;

    display: inline-block;

    float: right;

    /* background: #e1e5e9; */
}

.language-btn:focus {
    box-shadow: none;
}

.language-drop .dropdown-item {
    color: #8a8989;

    text-align: inherit;

    white-space: nowrap;

    border: 0;

    font-size: 14px !important;

    border-radius: 0px !important;

    font-weight: 600;
}

.language-drop .dropdown-item:hover {
    background-color: var(--bg-soft-gray);
}

.dropdown-menu.language-drop.show {
    background: #ffffff;

    border: 0;

    border-radius: 3px;

    margin-top: -6px;

    /* margin-left: -1px; */

    font-weight: 600;

    box-shadow: 3px 2px 11px 0px rgb(0 0 0 / 15%);
}

.dropdownlink span {
    color: #f7931d;

    width: 62px;

    height: 25px;

    display: inline-block;

    padding-left: 21px;

    font-size: 18px;

    border-right: 1px solid #efecec;

    margin-right: 20px;

    display: none;
}

ul.submenuItems {
    padding: 20px;

    font-size: 14px;

    color: #545b63;

    font-weight: 500;
}

.dropdown {
    display: inline-block;

    float: right;

    margin-top: 46px;

    margin-right: 30px;
}

.dropdown-menu {
    min-width: inherit;
}

.dropdown-toggle::after {
}

.dropdown-item {
    padding: 0.25rem 0.9rem;
}

.title {
    width: 100%;
    margin-bottom: 50px;
    display: flow-root;
    text-align: center;
}

.title h2 {
    width: 100%;
    display: block;
    color: #c1a027;
    font-size: 52px;
    font-family: 'Montserrat';
}

.title h3 {
    width: 100%;
    display: block;
    color: #c1a027;
    font-size: 36px;
    font-family: 'Montserrat';
}

.title h1 {
    width: 100%;
    display: block;
    color: #c1a027;
    font-size: 46px;
    font-family: 'Montserrat';
}

.title small {
    width: 100%;

    display: block;

    color: #000;

    font-size: 36px;

    font-family: 'Montserrat';
}

.title-small {
    /*margin-bottom: 30px;*/
    font-size: 16px;
    color: #d3d1d0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-small h1 {
    margin-bottom: 30px;

    font-size: 16px;

    color: #7e7e7e;

    font-weight: 600;
    display: inline;
    font-family: "Barlow", sans-serif !important;
}

.main-content img {
    margin-bottom: 40px;
}

.main-content {
    text-align: center;
}

.main-content p {
    width: 80%;
    margin: 0 auto;
    color: #000000;
    line-height: 22px;
    font-size: 15px;
    display: inline-block;
    line-height: 28px;
    letter-spacing: 0.3px;
}

.activity {
    width: 100%;

    position: relative;
}

.activity img {
    width: 100%;
}

.activity .ovarley {
    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;
}

.activity .ovarley a {
    width: 100%;
    height: 100%;
    display: flex;
    background: #0000006b;
    justify-content: center;
    align-items: end;
    font-size: 24px;
    color: #fff !important;
    font-weight: 600;
    padding-bottom: 35px;
    transition: 0.5s;
    letter-spacing: 2.5px;
    font-family: 'Montserrat';
}

.activity .ovarley a:hover {
    padding-bottom: 60px;

    transition: 0.5s;

    background: #000000b8;

    color: #fff;
}

.activity-slider .slick-next {
    width: 105px;

    height: 105px;

    background: url("../img/right.png") !important;

    right: -140px;
}

@media (max-width: 767px) {
    .activity-slider .slick-next {
        width: 90px !important;
        height: 104px !important;
        right: 1px !important;
    }
}

@media (max-width: 767px) {
    .activity-slider .slick-prev {
        width: 90px !important;
        height: 104px !important;
        left: -15px !important;
    }
}

.activity-slider .slick-prev {
    width: 105px;

    height: 105px;

    background: url("../img/left.png") !important;

    left: -140px;
}

.activity-slider .slick-next:before {
    display: none;
}

.bg-right {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
}

.room-content {
    position: relative;
    height: 100%;
}

.room-content::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 219px;
    height: 148px;
    top: -60px;
    right: -20px;
}

.restaurant-slider .room-content::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 199px;
    height: 354px;
    top: -81px;
    left: 0px;
    z-index: -1;
}

.room-content span {
    width: 100%;
    font-size: 24px;
    color: #c1a027;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
}

.room-content p {
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    display: block;
    font-weight: 300;
}

.rooms-slider .slick-slide img {
    width: 100% !important;
}

.rooms-btn a {
    width: 148px;
    height: 40px;
    display: block;
    background: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    transition: 0.5s;
    font-weight: 600;
    padding-top: 2px;
}

.rooms-btn a:hover {
    background: #c7a93a;
    color: #fff !important;
}

/*.counter {*/
/*    font-size: 14px;*/
/*    color: #ce4542;*/
/*    font-weight: 600;*/
/*    margin-bottom: 6px;*/
/*    margin-left: -5px;*/
/*}*/

.rooms-slider .slick-dots {
    position: absolute;

    bottom: 0;

    width: 3px;

    height: calc(84% - 80px);

    padding: 0;

    margin: 0;

    list-style: none;

    text-align: center;

    background: #bac8cd;

    left: 0;

    display: flex;

    flex-direction: column;

    top: 80px;
}

.rooms-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #faf7f5;
}

.rooms-slider li.slick-active {
    background: #ce4542;
}

.rooms-slider .slick-next {
    width: 78px;

    height: 78px;

    background: url("../img/bottom.png") !important;

    left: -35px;

    top: auto;

    bottom: -40px;
}

.rooms-slider .slick-list.draggable {
    padding-top: 80px !important;

    margin-top: -80px !important;
}

.rooms-slider-wp {
    width: 100%;
    /*float: right;*/
}

.restaurant-slider-wp {
    width: 90%;
    float: left;
}

.restaurant-slider-wp .counter {
    width: 100%;

    text-align: right;

    margin-left: 5px;
}

.restaurant-slider .slick-dots {
    position: absolute;

    bottom: 0;

    width: 3px;

    height: calc(84% - 80px);

    padding: 0;

    margin: 0;

    list-style: none;

    text-align: center;

    background: #bac8cd;

    right: 0;

    display: flex;

    flex-direction: column;

    top: 80px;
}

.restaurant-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #faf7f5;
}

.restaurant-slider li.slick-active {
    background: #ce4542;
}

.restaurant-slider .slick-next {
    width: 78px;
    height: 78px;
    background: url("../img/bottom.png") !important;
    right: -38px !important;
    top: auto;
    bottom: -51px;
}

.restaurant-slider .slick-slide img {
    width: 100% !important;
}

.rooms-btn {
    position: absolute;

    bottom: 120px;
}

.pl5 {
    padding-left: 10px;
}

.activity-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fbfbfb;
    display: inline-block;
    margin-top: -6px;
    /*padding-bottom: 90px !important;*/
}

.slider-activity .slick-list.draggable {
    padding: 0;

    margin: 0;
}

.activity-box img {
    width: 100%;

    margin-bottom: 20px;
}

.activity-box span {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #c1a027;
}

.btn-activity {
    margin: 0 auto;

    display: inline-block;

    margin-top: 15px;
}

.activity-box .btn-activity a {
    display: flex;
    background: #fff;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    font-weight: 600;
    padding: 8px 16px;
    border: 1px solid #ddd;
    color: #c1a027;
    transition: 0.5s all ease-in-out;
}

.activity-box .btn-activity a:hover {
    background: #343a40;
    color: #fff !important;
    border-color: #343a40;
}

.activity-box p {
    color: #000;
    font-weight: 300;
    height: 100px;
}

.video-wp {
    width: 100%;

    height: 494px;

    background: url("../img/video-bg.png");

    background-repeat: no-repeat;

    background-position: top center;
}

.video-inner {
    width: 100%;
    height: 494px;
    display: block;
    padding-top: 46px;
}

.video-inner p {
    font-size: 70px;
    color: #fff;
    font-family: 'Montserrat';
    padding-top: 100px;
    display: block;
}

.video-bottom {
    display: inline-block;

    width: 100%;

    text-align: center;

    margin-top: -160px !important;
}

.bg-right-logo {
    width: 100%;

    height: 750px;

    background-color: #fffbf7;

    margin-top: -238px;


    background-repeat: no-repeat;

    background-position: right bottom;
}

.signature-wp {
    width: 100%;

    height: 1480px;

    display: block;

    background: url("../img/bg-line.png");

    background-repeat: repeat-x;

    background-position: bottom left;
}

.signature-height {
    height: 1250px;

    background: url("../img/signature-bottom.png");

    background-repeat: repeat-x;

    background-position: bottom center;
}

.signature-rooms-height {
    height: 650px;
    background: #c1a027 !important;
}

.signature-wp img {
    margin-top: 250px;

    margin-bottom: 20px;
}

.signature-wp p {
    width: 80%;

    display: inline-block;

    margin: 0 auto;

    font-size: 15px;

    color: #fff;
}

.signature-slider {
    width: 80%;

    display: inline-block;

    margin: 0 auto;
}

.signature-slider {
    margin-top: -185px !important;
}

.signature-slider .slick-list.draggable {
    padding-top: 0px !important;

    margin-top: 0px !important;
}

.signature {
    width: 100%;

    display: inline-block;
}

.signature-slider .slick-prev {
    width: 87px;

    height: 87px;

    background: url("../img/left-slider.png");

    left: -75px;
}

.signature-slider .slick-next {
    width: 87px;
    height: 87px;
    background: url("../images/next.png");
    background-repeat: no-repeat;
    right: -75px;
    background-size: 50px;
    background-position: top right;
}

.signature-slider .slick-prev:hover {
    background: url("../img/left-slider.png");
}

.signature a {
    width: 100%;

    height: 100%;

    display: block;
}

.signature a img {
    width: 100%;

    display: block;
}

.signature a span {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.signature-slider .slick-prev::before {
    content: "";

    width: 87px;

    height: 87px;

    background: url("../img/right-slider.png");
}

.instagram {
    width: 100%;

    display: inline-block;

    margin-top: 90px;

    margin-bottom: 50px;
}

.instagram .slick-list.draggable {
    padding-top: 0px;

    margin-top: 0px;
}

.instagram-title {
    width: 100%;

    display: inline-block;

    background: url("../img/title-line.png");

    background-repeat: repeat-x;

    background-position: left center;

    text-align: center;

    position: relative;
}

.instagram-title span {
    width: auto;
    display: inline-block;
    background: #fff;
    color: #c1a027;
    font-family: 'Montserrat';
    font-size: 40px;
}

.location {
    width: 100%;

    display: inline-block;

    padding: 60px;
}

.location span {
    width: 100%;

    display: inline-block;

    color: #033447;

    font-family: 'Montserrat';

    font-size: 40px;

    margin-bottom: 20px;
}

.location p {
    font-size: 16px;
}

.location .address {
    margin-top: 50px;

    font-size: 20px;

    color: #252523;

    display: inline-block;
}

.main-maps {
    width: 100%;

    display: inline-block;
}

.main-maps img {
    width: 100%;

    display: block;
}

.prize-slider {
    width: 80%;

    display: inline-block;

    margin: 0 auto;

    margin-top: 58px;

    margin-bottom: 80px;
}

.prize a {
    width: 100%;

    height: 150px;

    display: flex;

    background: #fff;

    justify-content: center;

    align-items: center;
}

footer {
    width: 100%;

    display: block;
}

.footer-info {
    width: 100%;

    font-size: 14px;

    color: #252523;

    line-height: 26px;
}

.footer-info ul li {
    width: 100%;

    font-weight: 600;

    display: block;

    margin-bottom: 5px;
}

.footer-menu {
    width: 100%;

    display: block;
}

.footer-menu span {
    width: 100%;

    display: block;

    font-size: 20px;

    color: #252523;

    font-weight: 600;

    margin-top: 30px;

    margin-bottom: 20px;
}

.footer-menu ul li {
    width: 100%;

    display: block;
}

.footer-menu ul li a {
    width: 100%;

    display: block;

    color: #252523;

    font-size: 15px;

    padding-bottom: 15px;

    transition: 0.5s;
}

.footer-menu ul li a:hover {
    color: #e03f13;

    padding-left: 10px;

    transition: 0.5s;
}

.mail-add {
    width: 100%;

    display: block;

    margin-top: 30px;
}

.mail-add p {
    width: 100%;

    display: block;

    font-size: 20px;

    color: #252523;

    font-weight: 600;
}

.mail-add span {
    width: 100%;

    display: block;

    border: 1px solid #c9c9c9;
}

.mail-add span input {
    border: 0px;

    height: 50px;

    float: left;

    text-align: left;
}

.send {
    border: 0px;

    background: transparent;

    margin-right: 10px;
}

.footer-social-media {
    width: 100%;

    display: block;

    text-align: right;
}

.footer-social-media ul li {
    display: inline-block;
}

.footer-social-media ul li a {
    width: 30px;

    height: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 15px;

    color: #252523;

    padding-left: 10px;

    padding-right: 10px;

    transition: 0.5s;
}

.footer-social-media ul li a:hover {
    color: #e03f13;

    transition: 0.5s;
}

footer .line {
    width: 100%;

    height: 1px;

    border-bottom: 1px solid #c9c9c9;
}

.info {
    float: left;

    font-size: 15px;

    color: #252523;
}

.contept {
    float: right;
}

.hotels {
    width: 100%;

    height: auto;

    display: block;
}

.hotels a {
    width: 100%;

    height: 100%;

    display: block;
}

.hotels a .hotels-img img {
    width: 100%;
}

.hotels a .info-bottom {
    width: 80%;

    display: block;

    margin: 0 auto;

    margin-top: -50px;

    text-align: center;
}

.info-bottom img {
    width: 100%;
}

.hotels a .info-bottom span {
    width: 100%;

    display: block;

    color: #7e7e7e;

    font-size: 16px;

    font-weight: 600;

    text-align: center;
}

.hotels-video-wp {
    width: 100%;

    height: auto;

    display: inline-block;
}

.hotels-video {
    width: 100%;

    display: inline-block;
}

.bg-dark {
    background: #033447 !important;
}

.hotels-video-inner {
    width: 100%;

    display: flex;

    justify-content: space-between;
}

.hotels-video-inner .video-content {
    width: 40%;

    height: 250px;

    color: #fff;

    font-size: 16px;

    margin-right: 50px;
}

.hotels-video-inner .video-content span {
    width: 100%;

    display: block;

    font-size: 30px;

    font-family: 'Montserrat';

    color: #fff;

    margin-bottom: 20px;
}

.hotels-video-inner .video {
    width: 56%;

    position: relative;
}

.hotels-video-inner .video a {
    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    top: 0;

    left: 0;
}

.top150 {
    margin-top: -150px;
}

.hotels-video .slick-list.draggable {
    padding-top: 0px;

    margin-top: 0px;
}

.hotels-video .slick-dots li {
    width: 10px;

    height: 10px;

    background: #fff;

    border-radius: 100%;
}

.hotels-video li.slick-active {
    width: 10px;

    height: 10px;

    background: #c16a1b !important;

    border-radius: 100%;
}

.hotels-video .slick-dots {
    position: absolute;

    bottom: 10%;

    display: block;

    width: 20%;

    padding: 0;

    margin: 0;

    list-style: none;

    text-align: left;
}

.maps-general {
    width: 80%;

    display: block;

    margin: 0 auto;
    margin-bottom: 70px;
}

.maps-general img {
    width: 100%;

    display: block;
}

.rooms-top-slider .slick-dots li {
    width: 10px;

    height: 10px;

    background: #fff;

    border-radius: 100%;
}

.rooms-top-slider .slick-list.draggable {
    padding-top: 0px;

    margin-top: 0px;
}

.rooms-top-slider li.slick-active {
    width: 10px;
    height: 10px;
    background: #ce4542 !important;
    border-radius: 100%;
}

.rooms-top-slider .slick-dots {
    bottom: 10px;
}

.rooms-top-slider .slick-dots li button::before {
    display: none;
}

.rooms-top-inner {
    width: 100%;

    display: block;
}

.rooms-top-inner img {
    width: 100%;

    display: block;
}

.page-top-content {
    width: 70%;
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.room-wp {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.room {
    width: 100%;

    display: block;
}

.room a {
    display: block;

    width: 100%;

    height: 100%;

    transition: 0.5s;
}

.room a img {
    width: 100%;

    transition: 0.5s;
}

.room a .image2 {
    display: none;
}

.room a:hover .image1 {
    display: none;

    transition: 0.5s !important;
}

.room a:hover .image2 {
    display: block !important;

    transition: 0.5s !important;
}

.room span {
    width: 100%;
    display: block;
    font-size: 20px;
    font-family: 'Montserrat';
    color: #033447;
    padding-left: 0px !important;
}

.room p {
    width: 100%;

    height: 95px;

    display: block;

    font-size: 14px;

    color: #000;
}

.page-top {
    width: 100%;
    height: 130px;
    background: #c1a027;
    position: relative;
}

.activity-section {
    max-width: 1200px;

    display: block;

    margin: 0 auto;
}

.category {
    width: 100%;
    background: #faf7f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.category ul li {
    width: 100%;

    display: block;

    border-bottom: 1px solid #efedeb;
}

.category ul li:last-child {
    border-bottom: 0px;
}

.category ul li a {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #c1a027;
    font-weight: 500;
    padding-left: 20px;
    transition: 0.5s;
}

.category ul li a:hover {
    padding-left: 20px;
    transition: 0.5s;
}

/* .activity-content span {
  width: 100%;

  display: block;

  font-size: 30px;

  font-family: 'Montserrat'";

  color: #033447;

  font-weight: 500;

  margin-bottom: 10px;
} */

.activity-content p {
    width: 100%;

    display: block;

    font-size: 15px;

    line-height: 26px;
}

.gallery-menu {
    width: 100%;

    display: block;

    text-align: center;
}

.gallery-menu ul li {
    display: inline-block;

    padding-right: 15px;

    padding-left: 15px;

    background: url("../img/brace.png");

    background-repeat: no-repeat;

    background-position: right center;
}

.gallery-menu ul li:last-child {
    background: none;
}

.gallery-menu ul li a {
    font-size: 18px;

    color: #000000;

    transition: 0.5s;
}

.gallery-menu ul li a:hover {
    text-decoration: underline;

    transition: 0.5s;
}

.gal-img {
    width: 100%;

    display: block;
}

.gal-img img {
    width: 100%;

    display: block;
}

.contact-form input {
    width: 100%;

    height: 46px;

    border: none;

    color: #000000;

    font-size: 16px;

    border-radius: 0px;

    text-align: left;
}

.contact-form textarea {
    width: 100%;

    height: 150px;

    border: none;

    color: #000000;

    font-size: 16px;

    padding: 15px;

    border-radius: 0px;
}

.send-btn {
    background: #ce4542;
    border: 0;
    border-radius: 0px;
    font-weight: 600;
    padding: 10px 20px;
}

.send-btn:hover {
    background: #e03f13;
}

.bg-gray {
    background: #f2f2f2;
}

.contact-info {
    width: 100%;

    display: block;

    margin-bottom: 15px;
}

.contact-info ul li {
    width: 100%;

    display: flex;

    font-size: 16px;

    margin-bottom: 3px;
}

.contact-info ul li span {
    width: 30%;

    display: inline-block;

    margin-right: 20px;

    font-weight: 600;
}

.contact-info ul li span + span {
    width: 80%;

    font-weight: normal;
}

.contact-info ul li p {
    width: auto;

    display: inline-block;
}

.room-detail-content span {
    font-size: 36px;
    color: #000000;
    display: block;
    font-family: 'Behind-The-Nineties-Rg';
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.features span {
    font-size: 26px;

    color: #000000;

    display: block;

    font-family: 'Montserrat';

    /* margin-bottom: 10px; */
}

.room-detail-content p {
    font-size: 16px;

    line-height: 26px;
}

.features span {
    font-size: 26px;
    color: #000000;
    display: block;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    margin-bottom: 11px;
}

.features ul li {
    width: 100%;

    display: flex;

    border-bottom: 1px solid #f1f1f1;

    padding-bottom: 10px;

    margin-bottom: 10px;
}

.features ul li:last-child {
    border-bottom: 0px;

    padding-bottom: 0px;

    margin-bottom: 0px;
}

.features ul li i {
    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 21px;
}

.features ul li span p {
    width: 100%;
    display: block;
    font-size: 18px;
    letter-spacing: 0.7px;
    font-family: 'Montserrat';
}

.features ul li span small {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif !important;
    letter-spacing: 0.2px;
}

.detail-container .title {
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    font-size: 30px;
    margin-bottom: 20px !important;
}

.general-features {
    width: 100%;
    display: block;
}

.general-features ul li {
    width: 49%;
    display: inline-flex;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
}

@media (max-width: 768px) {
    .general-features ul li {
        width: 100%;
        white-space: normal; /* Uzun metinler taşmasın */
    }
}

.general-features ul li i {
    width: 40px;

    height: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    float: left;

    margin-right: 6px;
}

.general-features ul li span {
    /* height: 40px; */
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-items: center; */
    /* float:left; */
    font-size: 14px;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* max-width: 100px; */
}

.room img {
    width: 100%;
}

.instagram-img img {
    width: 100%;
}

.slick-dots li button:before {
    display: none;
}

.rooms-img img {
    width: 100%;

    height: 50%;
}

.bottom-buttons {
    position: fixed;

    width: 100%;

    height: 6%;

    bottom: 0;

    z-index: 99999;

    display: none;
}

.hotels-select {
    width: 50%;

    height: 100%;

    display: inline-block;
}

.phone-bottom {
    width: 49%;

    height: 100%;

    display: inline-block;
}

.hotels-select a {
    width: 100%;
    height: 100%;
    display: flex;
    background: #40a8db;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.hotels-select a:hover {
    color: #fff !important;
}

.phone-bottom a {
    width: 100%;
    height: 100%;
    display: flex;
    background: #c1a027;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.close-btn {
    position: absolute;

    right: -5px;

    top: -5px;
}

.close-btn i {
    font-size: 20px;

    color: #fff;
}

.hotels-video-wp-title {
    width: 100%;

    display: block;

    font-size: 47px;

    font-family: 'Montserrat';

    color: #fff;
}

.page-top .logo {
    bottom: -5px !important;
}

.other-slider .slick-dots li {
    width: 10px;

    height: 10px;

    background: #ddd;

    border-radius: 100%;
}

.other-slider li.slick-active {
    width: 10px;

    height: 10px;

    background: #c16a1b !important;

    border-radius: 100%;
}

.prize-slider .slick-dots li {
    width: 10px;

    height: 10px;

    background: #ddd;

    border-radius: 100%;
}

.prize-slider li.slick-active {
    width: 10px;
    height: 10px;
    background: #ce4542 !important;
    border-radius: 100%;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 200px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    background: transparent;
    right: 0;
    display: block !important;
    flex-direction: inherit;
    top: inherit !important;
    right: inherit !important;
    text-align: center !important;
    display: none !important;
}

.banner-slider .slick-dots li {
    width: 20px;

    height: 4px;

    margin-right: 5px;

    background: #efeeee8a;
}

.banner-slider .slick-dots li:last-child {
    margin-right: 0px;
}

.banner-slider li.slick-active {
    background: #e03f13;

    opacity: inherit;
}

.slider-activity .slick-dots li {
    width: 10px;

    height: 10px;

    background: #ddd;

    border-radius: 100%;
}

.slider-activity li.slick-active {
    width: 10px;

    height: 10px;

    background: #c16a1b !important;

    border-radius: 100%;
}

.li.slick-active .slick-dots {
    bottom: -36px;
}


.sticky.is-sticky {
    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    z-index: 1000;

    width: 100%;
}

.sticky {
    transition: 0.4s;
}

.sticky.is-sticky {
    transition: 0.4s;
    background: #c1a027e8 !important;
    box-shadow: 3px 2px 11px 0px rgb(0 0 0 / 15%);
    padding-bottom: 10px;
    height: 80px;
}

.wsfopen #wstoggle span {
    transition: all 0.3s;
}

.wsfopen #wstoggle span::after {
    background-color: rgb(255, 255, 255) !important;
}

.wsfopen #wstoggle span:before {
    background-color: rgb(255, 255, 255) !important;
}

.sticky.is-sticky .logo a img {
    width: 175px;
    margin-top: -42px;
    transition: 0.4s;
}

.sticky.is-sticky .logo {
    bottom: -5px;
}

.sticky.is-sticky .page-top .logo a img {
    width: 550px !important;

    margin-top: 6px;

    transition: 0.4s;
}

.sticky.is-sticky #wstoggle {
    top: 13px;

    transition: 0.4s;
}

.sticky.is-sticky .top-phone {
    position: relative;

    top: -25px;

    transition: 0.4s !important;
}

.sticky.is-sticky .social-media {
    position: relative;

    top: -25px;

    transition: 0.4s !important;
}

.sticky.is-sticky .dropdown {
    display: inline-block;

    float: right;

    margin-top: 23px;

    margin-right: 30px;
}

.sticky.is-sticky .book-now {
    position: relative;

    top: -25px;

    transition: 0.1s !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;

    margin: auto;

    width: 100%;

    height: 100%;

    -webkit-transform: translate3d(0%, 0, 0);

    -ms-transform: translate3d(0%, 0, 0);

    -o-transform: translate3d(0%, 0, 0);

    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;

    overflow-y: auto;

    background: #033447b0;

    padding: 30px;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -320px;

    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;

    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;

    -o-transition: opacity 0.3s linear, left 0.3s ease-out;

    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: 0px;

    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;

    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;

    -o-transition: opacity 0.3s linear, right 0.3s ease-out;

    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-radius: 0;

    border: none;
}

.modal-header {
    border-bottom-color: #5b8191;
}

h4#myModalLabel2 {
    font-size: 32px;

    color: #fff;

    font-family: 'Montserrat';
}

.close i {
    color: #fff;

    font-size: 16px;
}

span {
    cursor: pointer;
}

.number {
    background: #fff;

    text-align: center;

    width: 100%;

    margin: 0 auto;
}

.minus,
.plus {
    width: 20px;

    height: 20px;

    /* background:#f2f2f2; */

    border-radius: 4px;

    /* padding:8px 5px 8px 5px; */

    /* border:1px solid #ddd; */

    display: inline-block;

    vertical-align: middle;

    font-size: 9px;

    text-align: center;

    margin-top: 7px;

    color: #818181;
}

input {
    height: 34px;

    width: 60%;

    text-align: center;

    font-size: 18px;

    display: inline-block;

    vertical-align: middle;

    border: 0;

    font-weight: 600;

    color: #5b5b5b;
}

.bg-orange {
    background: #e03f13;

    height: 46px !important;
}

.slide-toggle {
    position: relative;

    right: -13px;

    top: -13px;

    z-index: 96;
}

.collapse:not(.show) {
    display: block;
}

.category-btn {
    display: none;

    font-weight: 500;
}

.category-btn i {
    margin-right: 10px;

    margin-top: -2px;
}

.menu-hotels-logo {
    width: 100%;

    margin-top: 15px;
}

.menu-hotels-logo a {
    width: 31.3%;

    float: left;

    margin: 1%;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;

    top: 0;

    left: 0;

    z-index: 9999;

    background-color: black;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

    opacity: 0.8;

    display: none;
}

.lightbox {
    position: absolute;

    left: 0;

    width: 100%;

    z-index: 10000;

    text-align: center;

    line-height: 0;

    font-weight: normal;

    outline: none;
}

.lightbox .lb-image {
    display: block;

    height: auto;

    max-width: inherit;

    max-height: none;

    border-radius: 3px;

    /* Image border */

    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;

    *zoom: 1;

    width: 250px;

    height: 250px;

    margin: 0 auto;

    border-radius: 4px;

    /* Background color behind image.

           This is visible during transitions. */

    background-color: white;
}

.lb-outerContainer:after {
    content: "";

    display: table;

    clear: both;
}

.lb-loader {
    position: absolute;

    top: 43%;

    left: 0;

    height: 25%;

    width: 100%;

    text-align: center;

    line-height: 0;
}

.lb-cancel {
    display: block;

    width: 32px;

    height: 32px;

    margin: 0 auto;

    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;

    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
    height: 100%;

    cursor: pointer;

    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;

    left: 0;

    float: left;

    background: url(../images/prev.png) left 48% no-repeat;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0;

    -webkit-transition: opacity 0.6s;

    -moz-transition: opacity 0.6s;

    -o-transition: opacity 0.6s;

    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;

    right: 0;

    float: right;

    background: url(../images/next.png) right 48% no-repeat;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    opacity: 0;

    -webkit-transition: opacity 0.6s;

    -moz-transition: opacity 0.6s;

    -o-transition: opacity 0.6s;

    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;

    padding-top: 5px;

    *zoom: 1;

    width: 100%;

    border-bottom-left-radius: 4px;

    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";

    display: table;

    clear: both;
}

.lb-data {
    padding: 0 4px;

    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;

    float: left;

    text-align: left;

    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;

    font-weight: bold;

    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;

    clear: left;

    padding-bottom: 1em;

    font-size: 12px;

    color: #999999;
}

.lb-data .lb-close {
    display: block;

    float: right;

    width: 30px;

    height: 30px;

    background: url(../images/close.png) top right no-repeat;

    text-align: right;

    outline: none;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

    opacity: 0.7;

    -webkit-transition: opacity 0.2s;

    -moz-transition: opacity 0.2s;

    -o-transition: opacity 0.2s;

    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

    opacity: 1;
}

/*Bootstrap Calendar*/

.datepicker {
    border-radius: 0;

    padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
    padding: 10px;

    display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #3546b3;

    color: #ffffff;

    border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n + 0) td,
.datepicker-days table thead tr:nth-child(2n + 0) th {
    border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n + 0) {
    text-transform: uppercase;

    font-weight: 300 !important;

    font-size: 12px;

    color: rgba(255, 255, 255, 0.7);
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 6px 10px;

    text-align: center;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
    border-radius: 0;
}

/*.datepicker td,*/
/*.datepicker th {*/
/*    border-radius: 50%;*/

/*    padding: 0 12px;*/
/*}*/

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #033447;

    color: #ffffff;

    border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev,
.datepicker .next {
    color: rgba(255, 255, 255, 0.5);

    transition: 0.3s;

    width: 37px;

    height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
    background: transparent;

    color: rgba(255, 255, 255, 0.99);

    font-size: 21px;
}

.datepicker .datepicker-switch {
    font-size: 24px;

    font-weight: 400;

    transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);

    background: transparent;
}

.datepicker table tr td span {
    border-radius: 2px;

    margin: 3%;

    width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #3546b3;

    background-image: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.lity {
    z-index: 9990;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    white-space: nowrap;

    background: #0b0b0b;

    background: rgba(0, 0, 0, 0.9);

    outline: none !important;

    opacity: 0;

    -webkit-transition: opacity 0.3s ease;

    -o-transition: opacity 0.3s ease;

    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    text-align: center;

    outline: none !important;
}

.lity-wrap:before {
    content: "";

    display: inline-block;

    height: 100%;

    vertical-align: middle;

    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;

    color: #fff;

    position: absolute;

    top: 50%;

    margin-top: -0.8em;

    width: 100%;

    text-align: center;

    font-size: 14px;

    font-family: Arial, Helvetica, sans-serif;

    opacity: 0;

    -webkit-transition: opacity 0.3s ease;

    -o-transition: opacity 0.3s ease;

    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;

    position: relative;

    text-align: left;

    vertical-align: middle;

    display: inline-block;

    white-space: normal;

    max-width: 100%;

    max-height: 100%;

    outline: none !important;
}

.lity-content {
    z-index: 9993;

    width: 100%;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

    -webkit-transition: -webkit-transform 0.3s ease;

    transition: -webkit-transform 0.3s ease;

    -o-transition: -o-transform 0.3s ease;

    transition: transform 0.3s ease;

    transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);

    -ms-transform: scale(0.8);

    -o-transform: scale(0.8);

    transform: scale(0.8);
}

.lity-content:after {
    content: "";

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    display: block;

    right: 0;

    width: auto;

    height: auto;

    z-index: -1;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;

    width: 35px;

    height: 35px;

    position: fixed;

    right: 0;

    top: 0;

    -webkit-appearance: none;

    cursor: pointer;

    text-decoration: none;

    text-align: center;

    padding: 0;

    color: #fff;

    font-style: normal;

    font-size: 35px;

    font-family: Arial, Baskerville, monospace;

    line-height: 35px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

    border: 0;

    background: none;

    outline: none;

    -webkit-box-shadow: none;

    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;

    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;

    text-align: center;

    padding: 0;

    color: #fff;

    font-style: normal;

    font-size: 35px;

    font-family: Arial, Baskerville, monospace;

    line-height: 35px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

    border: 0;

    background: none;

    outline: none;

    -webkit-box-shadow: none;

    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

/* Image */

.lity-image img {
    max-width: 100%;

    display: block;

    line-height: 0;

    border: 0;
}

/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;

    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;

    height: 0;

    padding-top: 56.25%;

    overflow: auto;

    pointer-events: auto;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;

    display: block;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    background: #000;
}

.lity-hide {
    display: none;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #033447;

    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);

    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);

    background-image: -webkit-gradient(linear,
    0 0,
    0 100%,
    from(#08c),
    to(#0044cc));

    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);

    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);

    background-image: linear-gradient(to bottom, #033447, #033447) !important;

    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);

    border-color: #033447 #033447 #033447 !important;

    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    color: #fff;

    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.sticky.is-sticky .onlineCheckIn {
    position: relative;

    top: -25px;

    transition: 0.4s !important;
}

.onlineCheckIn {
    margin-top: 45px;

    margin-left: 85px;
}

.onlineCheckIn a {
    display: block;

    border: 1px solid #fff;

    border-radius: 50px;

    color: #fff;

    padding: 8px 15px;

    font-weight: 600;

    transition: 0.3s;
}

.onlineCheckIn a:hover {
    color: #000;

    background: #fff;

    transition: 0.3s;
}

.onlineCheckInMobile {
    margin-top: 45px;

    margin-left: 85px;

    position: fixed;

    bottom: 110px;

    right: 10px;

    z-index: 999;

    display: none;
}

.onlineCheckInMobile a {
    display: block;

    border: 1px solid #033447;

    border-radius: 50px;

    color: #fff;

    padding: 8px 15px;

    font-weight: 600;

    background: #033447;

    transition: 0.3s;
}

.blog span {
    height: 50px;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
    color: #033447;
}

.blog a {
    text-decoration: underline;
    color: #033447;
    font-weight: 600;
}

.blog-slider li.slick-active {
    width: 10px;
    height: 10px;
    background: #c16a1b !important;
    border-radius: 100%;
}

.blog-slider .slick-dots li {
    width: 0px;
    height: 10px;
    background: #ddd;
    border-radius: 100%;
}

.blog-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #033447;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #033547 !important;
    border-color: transparent !important;
    border-radius: 6px;
}

.breadcrumb {
    background-color: transparent !important;
}

li.breadcrumb-item a {
    color: #033547 !important;
}

.breadcrumb-item.active {
    color: #c16a1b !important;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
}

.page-link {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    line-height: 1.25;
    color: #043447;
    background-color: #e6e6e6;
    border-radius: 100%;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.page-link:hover {
    color: #ffffff !important;
    background-color: #043447;
}

.pagination {
    margin-bottom: 30px;
}

.activity-content table {
    width: 100% !important;
}

.accordion-menu {
    width: 100%;
    margin-bottom: 50px;
}

.accordion-menu li.open .dropdownlink {
    color: rgb(43, 62, 89);
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdownlink {
    cursor: pointer;
    height: 80px;
    position: relative;
    transition: all 0.4s ease-out 0s;
    font-weight: 600;
    font-size: 18px;
    padding-left: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    border-bottom: 1px solid rgb(236, 236, 236);
    display: flex;
    align-items: center;
    color: #0e1d3f !important;
}

.dropdownlink i {
    position: absolute;
    top: 17px;
    left: 16px;
}

.dropdownlink .fa-chevron-down {
    right: 20px;
    left: auto;
    font-size: 15px;
    top: 21px;
    color: rgb(14, 29, 63);
}

.submenuItems {
    display: none;
    background: rgb(246, 247, 248);
    border-radius: 10px;
    margin-bottom: 20px;
}

.submenuItems a {
    display: block;
    color: rgb(255, 255, 255);
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out 0s;
}

.submenuItems a:hover {
}

.dropdownlink span {
    color: rgb(247, 147, 29);
    width: 62px;
    height: 25px;
    padding-left: 21px;
    font-size: 18px;
    border-right: 1px solid rgb(239, 236, 236);
    margin-right: 20px;
    display: none;
}

ul.submenuItems {
    padding: 20px;
    font-size: 14.5px;
    color: #0e1d3f;
    font-weight: 500;
    background: #fff !important;
    position: relative;
    border-radius: 0px;
    line-height: 26px;
}

ul.submenuItems::after {
    height: 80%;
    width: 3px;
    border-radius: 10px;
    background: rgb(147, 125, 94);
    position: absolute;
    content: "";
    top: 10%;
    left: 0px;
    display: none;
}

.accordion-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-title span {
    font-size: 50px;
    font-weight: 300;
    color: rgb(46, 46, 54);
}

.accordion-title img {
    width: 170px;
}

ul.accordion-menu {
    padding-left: 0px !important;
}

.rooms-slider button.slick-prev.slick-arrow {
    display: none !important;
}

.slick-prev {
    z-index: 1 !important;
}

.slick-next {
    z-index: 1 !important;
}

.btn-ress.bg-orange {
    background: #ce4542 !important;
}

.offer a {
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    gap: 10px;
    padding: 16px;
    border: 1px solid rgb(255, 255, 255);
    transition: 0.5s;
    background: #faf7f5a8;
}

.offer a:hover {
    border-color: rgb(16 89 87);
    transition: all 0.5s;
}

.offer a .offer-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.offer-inner {
    width: 100%;
    height: 120px;
    position: relative;
}


.offer-inner span {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    width: 100%;
}

.offer-inner p {
    font-size: 14px;
    color: rgb(0 0 0);
    margin-top: 6px !important;
    display: block;
}

.offer a .offer-button {
    color: rgb(175, 175, 175);
    font-weight: 500;
    font-size: 12px;
    transition: all 0.5s;
}

.offer a:hover .offer-button {
    color: rgb(16 89 87);
}


.offer a .offer-button svg {
    width: 13px;
}

.offer-button {
    position: absolute;
    left: 0px;
    bottom: 10px;
    font-size: 12px;
    color: rgb(175, 175, 175);
}

.see-all-btn a {
    display: flex;
    background: rgb(42, 30, 90);
    height: 46px;
    padding: 0px 26px;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 500;
    transition: 0.5s;
    border: 1px solid rgb(42, 30, 90);
}

.see-all-btn a:hover {
    background: rgb(255, 255, 255);
    color: rgb(42, 30, 90);
}

.offer-section {
    margin-top: 100px;
}

.title span {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    text-align: center;
    color: #c1a027;
}

.title p {
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 300;
}

.offer-slider .slick-prev {
    top: 50%;
    left: 50px !important;
}

.offer-slider .slick-next {
    top: 50%;
    right: 50px !important;
}

.seeAllBtn {
    text-align: center;
    margin-top: 50px;
}

.seeAllBtn a {
    background: #ce4542;
    color: #fff;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
    border: 1px solid #ce4542;
}

.seeAllBtn a:hover {
    background: #fff;
    color: #ce4542 !important;
}

.bgTopContent {
    background: #f8f9fa;
    padding-bottom: 30px;
}

.title-small.textWhite {
    color: #b1b0af;
}

.offer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.activity-section img {
    width: 100%;
}


a.dropdown-item:hover {
    background: #c1a027;
    color: #fff !important;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    color: white !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    color: white !important;
}
