@font-face {
    font-family: 'YekanBakhVF';
    src: url('../font/YekanBakhFaNum-VF.woff2') format('woff-variations'),
        /* will be the standard and works in Safari now */
    url('../font/YekanBakhFaNum-VF.woff2') format('woff2');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}

@font-face {
    font-family: YekanBakh;
    src: url('../font/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: YekanBakh;
    src: url('../font/YekanBakhFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

:root {
    --first-color: #131b1f;
    --second-color: #0d6efd;
    --third-color: #7f8187;
    --fourth-color: #FFFFFF;

    --first-border-radius: 0.75rem;
    --second-border-radius: 0.5rem;

    --grays-100: #f1f1f1;
    --grays-150: #E2E6E9;
    --grays-200: #f5f5f5;
    --grays-300: #d0d1d2;

    --transition-ease-out: all .4s ease-in-out;

    scrollbar-width: thin !important;
    scrollbar-color: #BEC6CC #f1f1f1 !important;
}

/* scrollbar style */
::-webkit-scrollbar {
    width: 10px;
}

.scroll-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.scroll-autocomplete{
    scrollbar-width: thin;
}

::-webkit-scrollbar-thumb:horizontal {
    border-radius: var(--first-border-radius);
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: var(--first-border-radius);
}

/* scrollbar background */
::-webkit-scrollbar-track {
    background: #e9ecef;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--second-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #BEC6CC;
}


/* scrollbar style */

body {
    font-family: YekanBakh, sans-serif;
    text-align: justify;
    scroll-behavior: smooth;
    word-spacing: -1px;
}
@supports (font-variation-settings: normal) {
    body {
        font-family: 'YekanBakhVF', sans-serif;
    }
}

a {
    text-decoration: none;
    transition: var(--transition-ease-out);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--first-color);
    line-height: 1.5;
}

.lh-custom {
    line-height: 1.7;
}

.lh-1-9{
    line-height: 1.9;
}

.mt-2rem {
    margin-top: 2rem;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #e9ecef;
}

.p-35px {
    padding: 35px;
}

.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1030;
}

.fw-500 {
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.fw-600 {
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.fw-800 {
    font-weight: 800;
    font-variation-settings: "wght" 800;
}

.fs-13px {
    font-size: 13px;
}

.fs-14px {
    font-size: 14px;
}

.fs-15px {
    font-size: 15px;
}

.fs-16px {
    font-size: 16px;
}

.fs-18px {
    font-size: 18px;
}

.fs-20px {
    font-size: 20px;
}

.fs-22px {
    font-size: 22px;
}

.fs-24px{
    font-size: 24px;
}

.fs-30px{
    font-size: 30px;
}

.gray-medium-text {
    font-size: 15px;
    color: var(--third-color);
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

/* call icon animation */
@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--fourth-color);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--fourth-color);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both infinite;
    animation: animate-svg-fill-2 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both infinite;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--fourth-color);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--fourth-color);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s both infinite;
    animation: animate-svg-fill-3 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s both infinite;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--second-color);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--second-color);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both infinite;
    animation: animate-svg-fill-4 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both infinite;
}



@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--second-color);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: var(--second-color);
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s both infinite;
    animation: animate-svg-fill-5 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s both infinite;
}

/* call icon animation */

/* index page styles */

.slogan1 {
    font-weight: 800;
    font-variation-settings: "wght" 800;
    color: var(--first-color);
    font-size: 2.2rem;
    margin-bottom: 0;
    text-align: right;
}

.p-desc {
    color: var(--first-color);
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2;
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

.btn-search {
    width: 3.5rem;
    height: 3rem;
    cursor: pointer;
    border-radius: var(--second-border-radius);
    background-color: var(--second-color);
    border: none;
    transition: var(--transition-ease-out);
}

.btn-search:hover {
    background-color: var(--first-color);
}

/* search box */
.sb-container {
    border: 1px solid var(--grays-300);
    border-radius: var(--first-border-radius);
    background-color: white;
}

.sb-col {
    z-index: 2;
}

input.search-box {
    transition: all .12s ease-in-out;
    cursor: pointer;
}

input.search-box:focus-visible {
    outline: none;
    background-color: #e9ecef;
}

input.search-box.sb-2:focus-visible {
    outline: none;
    background-color: #e9ecef;
    border-radius: var(--first-border-radius);
}

input.search-box.sb-3:focus-visible {
    outline: none;
    background-color: #e9ecef;
    border-radius: var(--first-border-radius);
}

.search-box {
    font-size: 13px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    padding: 40px 15px 10px 15px;
    border: none;
    border-radius: var(--first-border-radius);
    width: -webkit-fill-available;
    width: -moz-available;
}

.field-container {
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: var(--first-color);
}

.field-label {
    position: absolute;
    margin: 10px 15px;
    font-weight: 800;
    font-variation-settings: "wght" 800;
    font-size: 15px;
}

.sb-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sb-3 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-search-container {
    padding: 11.2px 15px;
    border-top-left-radius: var(--first-border-radius);
    border-bottom-left-radius: var(--first-border-radius);
    border-right: 0;
    display: flex;
    justify-content: end;
    background-color: white;
    border-left: 1px solid var(--grays-300);
}

.divider {
    height: 2.25rem;
    align-self: center;
    border-left: 1px solid #d0d1d2;
}

/* search box */

/* buttons */
.btn-blue {
    border-radius: var(--second-border-radius);
    padding: 0.5rem 1rem 0.4rem 1rem;
    background-color: var(--second-color);
    color: #ffffff;
    transition: var(--transition-ease-out);
    border: unset;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:focus-visible {
    background-color: var(--first-color);
    color: #ffffff;
    border: unset;
    outline: unset;
}

.btn-black-outline {
    border-radius: var(--second-border-radius);
    border: 1px solid var(--first-color);
    color: var(--first-color);
    transition: var(--transition-ease-out);
}

.btn-black-outline:hover,
.btn-black-outline:focus-visible {
    background-color: var(--first-color);
    color: #ffffff;
    border: 1px solid var(--first-color);
    outline: unset;
}

.btn-black {
    background-color: var(--first-color);
    color: #ffffff;
    border: unset;
    border-radius: var(--second-border-radius);
    transition: var(--transition-ease-out);
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black:focus-visible {
    background-color: var(--second-color);
    color: #ffffff;
    border: unset;
    outline: unset;
}

.btn-gray {
    background: #c6c9cb;
    border: 1px solid rgb(0 0 0 / 15%);
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus,
.btn-gray:focus-visible {
    background-color: var(--first-color);
    border: 1px solid rgb(0 0 0 / 15%);
    color: #ffffff;
}

/* buttons */
ul.desktop-nav .btn-blue {
    height: fit-content;
}

.hotel-img-thumb {
    object-fit: cover;
    border-radius: var(--first-border-radius);
}

.image-cover {
    position: absolute;
    width: 279px;
    height: 33%;
    bottom: 0;
    margin: 0 auto;
    border-radius: var(--first-border-radius);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 20%, transparent);
    transition: all .2s linear;
    max-width: 279px;
}

.img-container {
    position: relative;
    min-height: 175px;
}

.cover-box:hover .image-cover {
    height: 100%;
}


.image-cover2 {
    position: absolute;
    width: 189px;
    height: 33%;
    bottom: 0;
    margin: 0 auto;
    border-radius: var(--first-border-radius);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 20%, transparent);
    transition: all .2s linear;
    max-width: 189px;
}

.img-container2 {
    position: relative;
    min-height: 217px;
}

.cover-box2:hover .image-cover2 {
    height: 100%;
}


.hotel-link-thumb {
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 15px !important;
    margin-top: .75rem;
    margin-bottom: unset;
    transition: var(--transition-ease-out);
}

.hotel-link-thumb:hover {
    color: var(--second-color);
}

.hotel-city-thumb {
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.online-reserve {
    font-size: 12px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.online-reserve-box {
    background-color: rgb(0 0 0 / 8%);
    border-radius: 4px;
    padding: 2px 10px;
    width: fit-content;
    height: fit-content;
}

.del-price {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: #fb3449;
}

.discount-thumb-box {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    margin-right: 0.375rem;
    border-radius: 4px;
    padding: 6px 10px 4px;
    background-color: #fb3449;
    margin-bottom: 2px
}

.hotel-pricing {
    font-size: 13px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.hotel-pricing-price {
    font-size: 16px;
    font-weight: 800;
    font-variation-settings: "wght" 800;
}

.hotel-star-text {
    font-size: 14px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

.hotel-star-text-single {
    font-size: 15px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.city-thumb-link {
    font-size: 15px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: var(--first-color);
}

.card {
    border-radius: var(--first-border-radius);
    background-color: #e9ecef;
    border: 1px solid #ddd;
}

.carousel-inner,
.banner,
.city-img-thumb {
    border-radius: var(--first-border-radius);
}

.banner,
.city-img-thumb {
    object-fit: cover;
}

.city-img-thumb {
    transition: var(--transition-ease-out);
}

.feedback-comment {
    color: var(--third-color);
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 14px;
}


/* questions */
.question-box {
    margin-top: 1rem;
}

.question-box:first-child {
    margin-top: 0;
}

.question-container {
    padding: 1.4rem;
    border-radius: var(--first-border-radius);
    background-color: #e9ecef;
    border: 1px solid #ddd;
}

.question-title {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question {
    color: var(--first-color);
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 16px;
    margin-bottom: 0;
}

[aria-expanded=false] svg.arrow {
    transform: rotate(180deg);
    transition: var(--transition-ease-out);
}

[aria-expanded=true] svg.arrow {
    transition: var(--transition-ease-out);
}

/* questions */

.index-titles {
    font-size: 20px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    transition: var(--transition-ease-out);
}

/* footer styles */
.tag {
    background-color: #f1f1f1;
    padding: 7px;
    border-radius: var(--second-border-radius);
    font-size: 12px;
    border: 1px solid rgba(19, 27, 31, .16);
    color: var(--first-color);
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.tags>li {
    margin-top: 20px;
    padding: 0 0.25rem 0 0.25rem;
}

.tag:hover {
    background-color: var(--first-color);
    color: #ffffff;
}

.dot {
    height: 5px;
    width: 5px;
    background-color: var(--second-color);
    border-radius: 50%;
    display: inline-block;
    margin-left: 2px;
}

.social-box {
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 0.625rem;
    background-color: var(--grays-100);
    margin-top: 1rem;
    margin-left: 0.5rem;
}

footer h4 {
    font-size: 16px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

footer a {
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    color: var(--third-color);
}

footer a.social-box {
    color: var(--first-color);
}

footer ul {
    list-style: none;
    padding: unset;
    margin-bottom: unset;
}

footer li {
    padding-top: 0.6rem;
}

.social-box:hover {
    background: var(--first-color);
    color: #ffffff;
}

.footer-tel {
    color: var(--first-color);
}

.copyright {
    font-size: 13px;
    margin-bottom: 0;
}

.namads {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.namads a {
    margin-right: 1rem;
}

/* footer styles */


.news-letter {
    height: 50px;
}

.news-letter-input {
    font-size: 14px;
    text-align: right;
    border-top-right-radius: var(--second-border-radius) !important;
    border-bottom-right-radius: var(--second-border-radius) !important;
}

.news-letter-input:focus {
    text-align: left;
}

.feedback-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.form-control:focus {
    box-shadow: none;
    border-color: #4186f3;
    color: var(--first-color);
}

.form-control {
    border-radius: var(--first-border-radius);
}

.divider2 {
    position: relative;
    border: 0;
    width: 100%;
}

.divider2-fade.divider-dark2:before {
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 66%) 0, rgba(31, 45, 61, 0) 75%);
}

.divider2-fade:before {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: radial-gradient(ellipse at center, #8e8e8e 0, rgba(255, 255, 255, 0) 75%);
}

/* index page styles */

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

/* mobile header */
.mobile-header {
    position: absolute;
    top: 0;
    height: 150px;
    background-color: var(--second-color);
    justify-content: center;
}

/* mobile header */

/* media query */
@media (min-width: 575px) {

    .container {
        max-width: 1267px;
    }

    .review-item:last-child {
        margin-bottom: unset;
        border-bottom: unset;
        padding-bottom: unset;
    }
}

/*@media (min-width: 992px) {*/
/*  .mt-first-section {*/
/*    margin-top: 15rem !important;*/
/*  }*/

.img-archive{
    height: auto;
    border-top-right-radius: var(--first-border-radius);
    border-bottom-right-radius: var(--first-border-radius);
}


@media (min-width: 0) and (max-width: 991px) {

    .w-100-sm-lg{
        width: 100%;
    }

    .support-side{
        left: -20px !important;
    }

    .img-blog{
        border-top-left-radius: var(--second-border-radius);
        border-bottom-right-radius: unset !important;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .img-archive{
        width: -webkit-fill-available;
        width: -moz-available;
        border-top-right-radius: var(--first-border-radius);
        border-top-left-radius: var(--first-border-radius);
        border-bottom-right-radius: unset;
    }

    .border-bottom-mobile {
        border-bottom: 1px solid rgb(0 0 0 / 15%);
    }

    .room {
        border-radius: unset !important;
        border: unset !important;
    }

    .rooms-container {
        padding-left: unset !important;
        padding-right: unset !important;
    }

    .room-internal-container {
        border-left: unset !important;
    }

    .btn-search-container {
        border-left: unset;
    }

    .datepicker-container.pwt-mobile-view .datepicker-plot-area {
        margin-top: 0;
        border-radius: 0;
    }

    .sb-container {
        flex-direction: column;
        border: solid 1px var(--grays-150);
    }

    .btn-search-container {
        padding: unset;
        display: grid;
        justify-content: unset;
    }

    .btn-search {
        width: unset;
        height: 4rem;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        border-bottom-left-radius: var(--first-border-radius);
        border-bottom-right-radius: var(--first-border-radius);
    }

    .search-text {
        color: #ffffff;
        font-weight: 500;
        font-variation-settings: "wght" 500;
        margin-bottom: unset;
    }

    .field-container {
        border-bottom: 1px solid var(--grays-150);
    }

}

@media (min-width: 0) and (max-width: 360px) {
    .location-mobile-text {
        font-size: 13px;
    }
}

@media (min-width: 0) and (max-width: 379px) {
    .properties-max-width {
        max-width: 90px;
    }
}

@media (min-width: 0) and (max-width: 399px) {

    .rating-title{
        font-size: 16px !important;
    }

    .facilities-container {
        display: block !important;
    }

}

@media (min-width: 0) and (max-width: 440px) {
    .custom-modal-body {
        padding: 10px !important;
    }
}

@media (min-width: 0) and (max-width: 370px){
    .archive-price-text{
        font-size: 13px;
        font-weight: 600;
        font-variation-settings: "wght" 600;
    }
}

@media (min-width: 0) and (max-width: 575px) {

    .single-map {
        height: 157px !important;
    }

    .px-es-0 {
        padding-right: unset;
        padding-left: unset;
    }

    .carousel-inner.carousel-single,
    .carousel-control-prev,
    .carousel-control-next {
        border-radius: unset !important;
    }

    .hotel-name,
    .h1-archive {
        font-size: 22px !important;
    }

    #about h1,h2{
        font-size: 22px !important;
    }

    .hotel-img-thumb {
        width: 187px;
        height: 117px;
    }

    .image-cover {
        width: 187px;
        height: 33%;
    }

    .img-container {
        min-height: -webkit-fill-available;
        min-height: -moz-available;
    }

    .namads {
        /*justify-content: space-between;*/
        flex-wrap: wrap;
    }

    .namads a {
        margin-right: 10px;
    }

    .news-letter {
        margin-top: 1rem;
    }

    .news-letter .btn-blue {
        font-size: 14px;
    }

    .feedback-card .card-body {
        flex-direction: column;
    }

    img.rounded-circle {
        margin-left: unset !important;
    }

    .comment-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }

    .feedback-comment {
        text-align: justify;
    }

    .gray-medium-text {
        text-align: justify !important;
    }
}

@media (min-width: 991px) {
    .btn-search {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .v-input {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (min-width: 0) and (max-width: 340px) {
    .ci-titels{
        font-size: 14px !important;
        max-width: 9rem;
    }
}

@media (min-width: 0) and (max-width: 767px) {

    .leaflet-control-container {
        display: none;
    }

    .fullscreen-btn {
        position: absolute;
        right: 20px;
        padding: 4px 0;
        z-index: 401;
        margin-top: 10px;
        border: unset;
        background-color: #000000a6;
        color: white;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
    }

    #modalmap {
        height: 270px;
        width: 100%;
        border: 2px #dee2e6 solid;
        border-radius: var(--first-border-radius);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .date-fields {
        display: flex;
        justify-content: center;
    }

    .date-fields input {
        text-align: center;
    }
}

/* media query */

/* modal styles */
.modal-backdrop {
    background-color: rgba(0, 0, 0, .1);
}

.btn-back {
    display: flex;
    align-items: center;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.btn-back:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close-btn-modal {
    opacity: 1;
    color: var(--first-color);
    font-size: 12px;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    text-shadow: 0 1px 0 #fff;
    background-color: rgba(19, 27, 31, .05);
    padding: 9px !important;
}

.close-btn-mobile-menu {
    opacity: 1;
    color: var(--first-color);
    font-size: 12px;
    font-weight: 300;
    font-variation-settings: "wght" 300;
    text-shadow: 0 1px 0 #fff;
    background-color: rgba(19, 27, 31, .05);
    padding: 9px !important;
}

.close-btn-modal.left {
    left: 35px !important;
    right: unset !important;
}

.btn-close:focus {
    box-shadow: unset;
}

.modal-content {
    border: 1px solid #ddd;
    border-radius: var(--first-border-radius);
    box-shadow: 0 0 0.9375rem 0 rgb(0 0 0 / 10%);
}

.modal-body {
    padding: 35px;
}

.modal-header-custom {
    padding: 20px 35px;
}

.modal-header .btn-close {
    margin: unset;
}

.modal-title {
    margin: 1.6875rem 0 0.625rem;
    font-size: 17px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-align: center;
}

.modal-caption {
    font-size: 14px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    text-align: center;
    color: var(--first-color);
    margin-bottom: unset;
    line-height: 1.8;
}

.btn-big-modal {
    font-size: 16px !important;
}

.modal-input {
    border-radius: var(--second-border-radius);
}

.btn-simple-modal {
    font-size: 15px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

/* modal styles */


/* fix floating input placeholder */
.form-floating>.form-control::placeholder {
    color: revert;
}

.form-floating>.form-control:not(:focus)::placeholder {
    color: transparent;
}

/* fix floating input placeholder */

/* valid form control */
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
    border-color: #4186f3;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: unset;
    padding-left: 12px;
    background-image: unset;
}

/* valid form control */

.form-floating>label.pass {
    right: 30px;
}

.v-input {
    background-color: var(--grays-200);
    letter-spacing: 1.7px;
    transition: 0.2s 0s ease-out;
    width: 60px;
    height: 60px;
    border-radius: var(--second-border-radius);
    padding: 16px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.v-input:focus {
    box-shadow: 0 0 0 0.25rem var(--second-color);
}

.disabled {
    color: var(--third-color);
    pointer-events: none;
}

.cd-text {
    font-size: 15px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.mobile-nav-box {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.mobile-reserve-box {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding: 0.5rem 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dropdown-toggle::after {
    vertical-align: 0.1em;
    margin-right: 0.4rem;
}

.gallery {
    height: 80%;
    width: 100%;
}

.gallery-img,
.gallery-thumb-img {
    width: 100%;
    border-radius: var(--first-border-radius);
}

.gallery-thumb {
    height: 20%;
    box-sizing: border-box;
    padding: 5px 0 !important;
}

.gallery-thumb .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next {
    right: 25px !important;
}

.swiper-button-prev {
    left: 25px !important;
}

.swiper-button-prev,
.swiper-button-next {
    top: 0 !important;
    height: 100% !important;
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6)) !important;
    margin-top: unset !important;
}

.hero-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    padding: unset;
}

.hero-img {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    min-height: 100vh;
    object-fit: fill;
}

.hero-cover {
    top: 0;
    left: 0;
    right: 0;
    opacity: .3;
    height: 12.9375rem;
    position: absolute;
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .9) 42%, transparent);
}

.autocomplete {
    background-color: #ffffff;
    position: absolute;
    top: 14.5rem;
    color: var(--first-color);
    z-index: 3;
    width: 19.5rem;
    max-height: 22.5rem;
    border-radius: var(--first-border-radius);
    padding: 0.5rem 0;
    overflow: hidden;
    display: none;
}


@keyframes transform {
    from {
        transform: translate(0, 25px);
    }

    to {
        transform: translate(0);
    }
}

.autocomplete.show,
.datepicker-container {
    animation: transform 500ms;
}

.scroll-autocomplete {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 21.5rem;
    width: 19.5rem;
}

.result-container-single {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    padding: 0.625rem 1.5rem;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 1px solid var(--grays-150);
    color: var(--first-color);
}

.result-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    padding: 0.625rem 1.5rem;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 1px solid var(--grays-150);
    color: var(--first-color);
}

.no-result-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    padding: 0.625rem 1.5rem;
    transition: 0.3s;
}

.no-result-container-desktop {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    padding: 1rem 1.5rem;
    transition: 0.3s;
}

.result-container:last-child {
    border-bottom: unset;
}

.result-container:hover {
    background-color: #e9ecef;
}

.result-container-single:hover {
    background-color: #FFFFFF;
}

.result-container2 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    padding: 0.625rem 0;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 1px solid var(--grays-150);
    color: var(--first-color);
}

.result-container2:last-child {
    border-bottom: unset;
}

.result-container2:hover {
    background-color: #e9ecef;
}

.result-box {
    margin: 0;
    width: 2.3rem;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--second-border-radius);
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.result-box2 {
    margin: 0;
    width: 2.3rem;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--second-border-radius);
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.toast,
.toast-header {
    border-radius: var(--first-border-radius);
}

.toast-center {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
}

#ac-offcanvas {
    border-left: unset;
    z-index: 1046;
}

.offcanvas-input-ac {
    padding: 10px 8px;
    border: 1px solid #bec6cc;
    border-radius: var(--second-border-radius);
    width: 100%;
    background-color: #e9ecef;
    font-size: 14px;
}

.offcanvas-input-ac:focus-visible {
    outline: unset !important;
}

.offcanvas-input-ac:focus {
    border-color: #4186f3;
    color: var(--first-color);
}


.hotel-name {
    font-size: 30px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    margin-bottom: unset;
    display: flex;
    align-items: center;
}

.stars-text {
    font-size: 22px;
    font-weight: 400;
    font-variation-settings: "wght" 600;
}

.hotel-details {
    font-size: 16px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: var(--first-color);
    white-space: nowrap;
}

.breadcrumb {
    font-size: 13px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.breadcrumb-item>a {
    color: var(--third-color);
}

.breadcrumb-item>a:hover {
    color: var(--second-color);
}

.border-bottom-gray {
    border-bottom: 1px solid #e9ecef;
}

.border-bottom-gray2 {
    border-bottom: 1px solid #ddd;
}

.border-right-black {
    border-right: 1px solid rgb(0 0 0 / 15%);
}

.border-bottom-black {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.border-top-black {
    border-top: 1px solid rgb(0 0 0 / 15%);
}

.border-left-black {
    border-left: 1px solid rgb(0 0 0 / 15%);
}

.rate-badge {
    width: 34px;
    height: 35px;
    background: var(--second-color);
    color: white;
    text-align: center;
    line-height: 2.2;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
}

.hotel-rate{
    font-size: 1.375rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.carousel-control-next {
    right: 0;
    left: auto;
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
    opacity: unset;
    border-radius: var(--first-border-radius);
}

.carousel-control-prev {
    left: 0;
    right: auto;
    background-image: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.6));
    opacity: unset;
    border-radius: var(--first-border-radius);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    transform: rotate(180deg);
}

.hotel-properties {
    background-color: #e9ecef;
    border-radius: var(--second-border-radius);
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
}

.hotel-property {
    margin-top: 10px;
}

.hotel-property:first-child {
    margin-top: unset;
}

.hotel-property>p {
    margin-bottom: unset;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    margin-top: 5px;
    margin-right: 5px;
}

.hotel-description h2 {
    font-size: 20px;
}

.hotel-description p {
    margin-bottom: unset;
    line-height: 1.8;
}

.btn-properties {
    width: 100%;
    padding: 12px 0;
    margin-top: 0.5rem;
}

.room-wrapper {
    margin-bottom: 2rem;
}

.room-wrapper:last-child {
    margin-bottom: unset;
}

.room {
    border-radius: var(--first-border-radius);
    border: 1px solid #ddd;
    background-color: #e9ecef;
    width: 100%;
}

.room.container {
    padding: 20px;
}

.room-title {
    font-weight: 800;
    font-variation-settings: "wght" 800;
    font-size: 16px;
}

.btn-cancel-reserve {
    font-size: 15px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    color: var(--first-color);
    width: 100%;
    background-color: unset;
    border: unset;
}

.btn-cancel-reserve:focus-visible {
    outline: unset;
}

.room-counter {
    text-align: center;
    border: unset;
    width: 40px;
    height: 40px;
    background: unset;
}

.value-button {
    height: 35px;
    width: 35px;
    cursor: pointer;
    border: 2px solid var(--first-color);
    border-radius: var(--second-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-spiner {
    background: var(--second-color);
    border: unset;
    border-radius: 5px !important;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-ease-out);
}

.btn-spiner:hover {
    background-color: var(--first-color);
    color: #ffffff;
}

.btn-minus {
    padding-top: 3px !important;
}

.pt-20px {
    padding-top: 20px;
}

.my-input-spiner {
    border: unset;
    background: unset;
    width: 50px !important;
    cursor: context-menu;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    max-width: 50px;
    caret-color: transparent;
}

.my-input-spiner:focus {
    background: unset;
    cursor: context-menu;
}

.my-input-spiner:focus-visible {
    outline: unset;
    cursor: context-menu;
}

.my-input-spinerroom-count {
    border: unset;
    background: unset;
    width: 50px !important;
    cursor: context-menu;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    max-width: 50px;
    caret-color: transparent;
}

.my-input-spinerroom-count:focus {
    background: unset;
    cursor: context-menu;
}

.my-input-spinerroom-count:focus-visible {
    outline: unset;
    cursor: context-menu;
}

.alert-custom {
    color: #2e718f;
    background-color: #F0F5F7;
    border-color: transparent;
    line-height: 2.0;
    padding: 1.25rem 1.5rem 1.5rem;
    border: 1px solid rgb(13 110 253 / 25%);
    margin-bottom: unset;
    border-radius: var(--first-border-radius);
}

.alert-info {
    color: #2e718f;
    background-color: #F0F5F7;
    border-color: transparent;
    line-height: 2.0;
    padding: 1.25rem 1.5rem 1.5rem;
    margin-bottom: unset;
    border: 1px solid rgb(13 110 253 / 25%);
    border-radius: var(--first-border-radius);
}

.gray-container {
    border-radius: var(--first-border-radius);
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #e9ecef;
}

.white-container {
    border-radius: var(--first-border-radius);
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #FFFFFF;
}

.field-label-single {
    position: absolute;
    font-weight: 800;
    font-variation-settings: "wght" 800;
    font-size: 14px;
}

.search-box-single2 {
    transition: all .12s ease-in-out;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    border: none;
    padding: 25px 0 0;
    width: 100%;
    background-color: #e9ecef;
    caret-color: transparent;
}

.search-box-single {
    transition: all .12s ease-in-out;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    border: none;
    padding: 30px 0 0;
    width: 100%;
    background-color: #e9ecef;
    caret-color: transparent;
}

.search-box-single:focus {
    outline: unset;
}

.search-box-single:focus-visible {
    outline: unset;
}

.search-box-complete-info {
    transition: all .12s ease-in-out;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    border: none;
    padding: 30px 0 0;
    width: 100%;
    background-color: #FFFFFF;
    caret-color: transparent;
}

.search-box-complete-info:focus {
    outline: unset;
}

.search-box-complete-info:focus-visible {
    outline: unset;
}

.sidebar-inner {
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: var(--second-border-radius);
    padding: 10px 15px;
    background-color: #e9ecef;
}

.sidebar-inner-complete-info {
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: var(--second-border-radius);
    padding: 10px 15px;
    background-color: #FFFFFF;
}

.room-style {
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: var(--second-border-radius);
    padding: 10px 15px;
}

.service-label {
    font-size: 14px;
    padding: 0 0.625rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    border-radius: var(--first-border-radius);
    background-color: var(--first-color);
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
}

.mt-2px {
    margin-top: 2px;
}

.mt-3px {
    margin-top: 3px;
}

.single-map {
    height: 355.5px;
    width: 100%;
    border: 2px #dee2e6 solid;
    border-radius: var(--first-border-radius);
}

.py-12px {
    padding: 12px 0;
}

.enter-exit-box {
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: var(--first-border-radius);
    padding: 20px 25px;
}

/* map styles */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: solid 1px rgba(0, 0, 0, .12) !important;
    box-shadow: 0 -2px 5px #00000014 !important;
}

.leaflet-touch .leaflet-bar a {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 23px !important;
    color: #4b5259 !important;
}

.leaflet-control-zoom-in:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 24px;
    height: 1px;
    background-color: rgb(0 0 0 / 15%);
    left: 50%;
    transform: translate(-50%);
}

.leaflet-bar a,
.leaflet-bar a:hover {
    border-bottom: none !important;
    position: relative !important;
}

/* map styles */

.about-hotel {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-variation-settings: "wght" 600;
}

.score-badge {
    padding: 20px 20px;
    background: var(--second-color);
    color: white;
    text-align: center;
    border-radius: 15px 15px 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.review-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.comment-item {
    margin-bottom: 1rem;
}

.comment-item:last-child {
    margin-bottom: unset;
}

.btn-disabled {
    background-color: #e2e2e2;
    color: #a7a7a7;
    pointer-events: none;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.facilities-item {
    display: flex;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 14px;
}

textarea {
    resize: none;
}

.form-select-lg {
    font-size: 15px;
}

.invalid-feedback {
    font-size: 13px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.day {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: var(--second-border-radius);
    padding: 0.5rem;
    margin-top: 1rem;
    min-width: 110px;
}

.disable-day {
    background-color: #e9ecef;
    color: var(--third-color);
}

/*.day:nth-child(1),*/
/*.day:nth-child(2),*/
/*.day:nth-child(3) {*/
/*  margin-top: unset;*/
/*}*/

.text-danger {
    color: #fb3449 !important;
}

.week-day {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin-top: 4px;
}

.sticky-sidebar {
    position: sticky;
    top: 10px;
}

.completion-capacity {
    background-color: #fb3449;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    border-radius: 4px;
    height: fit-content;
    padding: .3rem;
}

.facilities-container ul li>p {
    font-size: 14px;
}

.h1-archive {
    font-size: 35px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.archive-container {
    border: 1px solid var(--grays-300);
    border-radius: var(--first-border-radius);
}

.form-check-input {
    border: 2px solid #bec6cc;
    width: 22px;
    min-width: 22px;
    height: 22px;
    background-color: #f8fafb;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    cursor: pointer;
}

.form-check-label{
    font-size: 14px;
    margin: 5px 5px 0 0;
}

.form-check-input:focus,.form-check-input:focus-visible{
    box-shadow: unset;
    outline: unset;
}

.top-filter-link{
    font-size: 16px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    color: var(--first-color);
    padding: 10px;
}

.top-filter-link:hover{
    color: var(--first-color);
}

.top-filter-link:focus{
    background-color: var(--grays-300);
    padding: 10px;
    border-radius: var(--second-border-radius);
}

.img-archive{
    object-fit: cover;
}

.hotel-name-archive{
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: var(--first-color);
}

.blue-text{
    color: var(--second-color);
}

.btn-archive-padding{
    padding: 10px 16px;
}

.page-link{
    color: var(--first-color);
    border: 1px solid var(--grays-300);
    font-size: 18px;
}

.mt-1px{
    margin-top: 1px;
}

.ac-archive{
    top: 16.5rem;
    border: 1px solid var(--grays-300);
}

.mobile-filter-box{
    border: 1px solid var(--grays-300);
    padding: 10px;
    border-radius: var(--first-border-radius);
    display: flex;
}

.sticky-background {
    position: sticky;
    bottom: 0;
    background-color: white;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    width: 100%;
    height: 65px;
    z-index: 99;
}

.img-about{
    max-width: 100%;
    height: auto;
}

#about h1,h2{
    font-size: 35px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.about-items h3{
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
}

.about-items h3::before{
    width: 8px;
    height: 8px;
    content: " ";
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--second-color);
}

.about-items p{
    line-height: 1.9;
    font-size: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(19,27,31,.16);
}

.about-items p:last-child{
    border-bottom: unset;
}

.right-10px{
    right: 10px !important;
}

.child-box{
    background-color: var(--grays-100);
    padding: 10px;
    margin-top: 15px;
    border-radius: var(--second-border-radius);
}

.ci-titels{
    font-size: 15px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    margin-bottom: unset;
}


.room-ci-divider {
    border-top: 1px solid rgb(0 0 0 / 15%);
}

.room-ci-divider:first-child{
    border-top:unset;
    padding-top: unset;
}

.square{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 0 0 0.9375rem;
    background-color: #fafafa;
    border-radius: 0.5rem;
}

p.laws::before{
    width: 8px;
    height: 8px;
    content: " ";
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--second-color);
}

.post-box{
    border-radius: var(--second-border-radius);
    margin-top: 16px;
    background-color: #ffffff;
}

.post-box:first-child{
    margin-top: unset;
}

.img-blog{
    border-top-right-radius: var(--second-border-radius);
    border-bottom-right-radius: var(--second-border-radius);
    object-fit: cover;
}

.sideblog-img{
    border-radius: var(--second-border-radius);
    object-fit: cover;
}

.blog-sidebar{
    border: 1px solid #ffffff;
    border-radius: var(--second-border-radius);
    padding: 0 20px;
    background-color: #ffffff;
}

.side-post-blog{
    padding: 16px 0;
    border-bottom: 1px solid var(--grays-300);
}

.side-post-blog:last-child{
    border-bottom: unset;
}

.blog-post-title{
    color: var(--first-color);
    transition: var(--transition-ease-out);
    line-height: 1.5;
}

.blog-post-title:hover{
    color: var(--second-color);
}

#single-post h1{
    font-size: 20px;
    font-weight: 800;
    font-variation-settings: "wght" 800;
}

#single-post h2,h3,h4,h5,h6{
    font-size: 18px;
    font-weight: 800;
    font-variation-settings: "wght" 800;
}

#single-post p{
    font-size: 15px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 2;
}

#single-post img{
    width: -webkit-fill-available;
    width: -moz-available;
    height: -webkit-fill-available;
    height: -moz-available;
    border-radius: var(--first-border-radius);
    margin-bottom: 10px;
}

.comment-blog{
    border-bottom: 1px solid var(--grays-300);
}

.comment-blog:last-child{
    border-bottom: unset;
}

.form-check-label-custom{
    font-size: 16px;
    margin: 5px 10px 0 0;
}

.form-switch .form-check-input{
    width: 3em;
    height: 25px;
}

.hide{
    display: none;
}

.my-hero{
    background-image: url("../img/hero.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.my-header{
    position: absolute;
    width: 100%;
}

.calendar-btn[disabled] {
    border: 1px solid #758288;
    color: #758288;
}

.emkan-name-wrap{
    width: 170px;
}

.empty-location{
    min-height: 22rem;
}

.support-warp {
    transition: all 0.2s linear;
}

.support-side {
    position: fixed;
    left: 0;
    bottom: 40px;
    opacity: 1;
    width: 150px;
    text-align: center;
    transition: all 0.3s ease 0.3s;
    z-index: 1000;
    cursor: pointer;
}

.support-image {
    display: block;
    margin: auto;
    padding: 4px;
    background: #ccc;
    background: -moz-linear-gradient(200deg, #861bf8 0%, #0063ff 100%);
    background: -webkit-linear-gradient(200deg, #861bf8 0%, #0063ff 100%);
    background: linear-gradient(200deg, #861bf8 0%, #0063ff 100%);
    border-radius: 100pX;
    width: 88px;
}

.support-image img {
    display: block;
    border-radius: 100px;
    max-width: 80px;
    height: auto;
}

.support-side span {
    margin-top: 2px;
    display: block;
}

.support-side:after {
    content: "";
    display: inline-block;
    height: 40px;
    width: 34px;
    line-height: 60px;
    position: absolute;
    top: 80px;
    margin: auto;
    right: 0;
    left: 0;
    z-index: -1;
    background: #0063ff;
    border-radius: 0 0 30px 30px;
}

.support-warp.active .support-side-full {
    transform: translateX(0px);
    transition: all 0.3s ease 0.3s;
}

.support-warp.active .support-side {
    opacity: 0;
    transition: all 0.3s ease;
}

.support-side-full {
    position: fixed;
    left: 30px;
    top: 20%;
    width: 300px;
    text-align: center;
    transform: translateX(-340px);
    transition: all 0.3s ease;
    z-index: 99999;
}

.support-side-full .support-image {
    z-index: 2;
    position: relative;
}

.support-side-full .support-inside {
    background-color: rgba(0, 0, 0, 0.87);
    padding: 55px 20px 30px;
    margin-top: -41px;
    z-index: 1;
    border-radius: 10px;
}

.support-inside-span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.support-about p {
    color: #fff;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

.close-suppurt-btn{
    background: white;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.support-inside .close-suppurt-btn {
    position: absolute;
    top: 3.8rem;
}

.support-inside-a {
    position: relative;
    overflow: hidden;
    background: #3d17aa;
    background: -moz-linear-gradient(left, #861bf8 0%, #0063ff 100%);
    background: -webkit-linear-gradient(left, #861bf8 0%, #0063ff 100%);
    background: linear-gradient(to right, #861bf8 0%, #0063ff 100%);
    border-radius: 30px;
    z-index: 100;
    display: block;
    width: 200px;
    height: 36px;
    /*margin: 30px auto 0;*/
    color: #fff;
    direction: ltr;
    line-height: 40px;
    font-size: 20px;
}

.support-inside-a:hover {
    color: white;
}

.bg-blue{
    background-color: var(--second-color);
}

.br-first{
    border-radius: var(--first-border-radius);
}

.loading {
    display: flex;
    justify-content: space-between;
    max-width: 72px;
    margin: 0 auto;
    width: 100%;
}

.dot-spinner {
    animation: loading 1s cubic-bezier(0.55, -0.77, 0.42, 1.79) 0s infinite normal both running;
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 1rem;
    width: 1rem;
}

.dot-spinner:nth-child(2) {
    animation-name: loading-2;
}
.dot-spinner:nth-child(3) {
    animation-name: loading-3;
}

@keyframes loading {
    0% {
        transform: translateY(0);
    }
    4% {
        transform: translateY(22%);
    }
    25% {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(0);
    }
}
@keyframes loading-2 {
    25% {
        transform: translateY(0);
    }
    29% {
        transform: translateY(22%);
    }
    50% {
        transform: translateY(-100%);
    }
    75% {
        transform: translateY(0);
    }
}
@keyframes loading-3 {
    50% {
        transform: translateY(0);
    }
    54% {
        transform: translateY(22%);
    }
    75% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.loading-container{
    background: #00000070;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}

.border-blue-2px{
    border: 2px solid #2a7cff;
}

.text-blue{
    color: var(--second-color);
}

.btn-reserve-disabled{
    background-color: #9dc3ff;
    pointer-events: none;
}

.d-none-important{
    display: none !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.room-selected {
    animation: fadeIn 0.5s ease forwards;
}

.fade-out {
    animation: fadeOut 1s ease forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

.selected-room-style{
    background-color: #bdbdbd;
    border: 1px solid #b4b4b4;
    transition: var(--transition-ease-out);
}

.uselected-room-style{
    transition: var(--transition-ease-out);
}

.height-transition{
    transition: var(--transition-ease-out);
}

.offcanvas-handle::before{
    height: 5px;
    content: " ";
    width: 19.733%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #e1e1e1;
}

.br-discount-off-canvas{
    border-radius: 20px 20px 0 0;
}

.offcanvas.offcanvas-bottom.br-discount-off-canvas{
    height: auto !important;
}

input#d-mobile-number {
    height: 42px;
    border-radius: 0.4rem;
}

.p-13px{
    padding: 13px;
}

.p-10px{
    padding: 10px;
}

.form-floating::before{
    position: unset;
}

.cursor-pointer{
    cursor: pointer;
}

.br-8px{
    border-radius: 8px !important;
}

.br-8px-top{
    border-radius: 8px 8px 0 0 !important;
}

.br-8px-bottom{
    border-radius: 0 0 8px 8px !important;
}

.p-15px{
    padding: 15px !important;
}

.input-search-single{
    width: 18.6rem;
    padding: 0.75rem;
    border: 1px solid var(--grays-150);
}

.auto-complete-single{
    background-color: #ffffff;
    color: var(--first-color);
    width: 18.6rem;
    max-height: 25.7rem;
    border-radius: var(--first-border-radius);
    overflow: hidden;
    border: 1px solid var(--grays-150);
}

.scroll-autocomplete-single{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 25rem;
}

#hotel-search-single{
    display: none;
    position: absolute;
    left: 3rem;
    top: 3.9rem;
    z-index: 3;
}

#hotel-search-single.show{
    animation: transform 500ms;
    z-index: 3;
}

.selected-rooms-div{
    position: fixed;
    bottom: 0;
    background: white;
    box-shadow: 0 -6px 8px rgba(143,144,166,.16);
    z-index: 1000;
}

.offcanvas.offcanvas-top.select-date-canvas{
    height: fit-content;
}

.pdatepicker-container{
    position: sticky;
    background-color: white;
    top: 0;
    transition: all .2s ease-out;
    z-index: 1000;
}

.sticky-datepicker-single{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 4px 16px;
}

.mt-5px{
    margin-top: 5px;
}

.bg-gray-100 {
    background-color: var(--grays-100);
}

.overflow-x-auto{
    overflow-x: auto;
}

.room-slide{
    flex-shrink: 0;
    width: 80%;
}

.border-dashed-gray-2px{
    border: dashed 2px var(--bs-gray-400);
}

.w-inherit{
    width: inherit;
}

.child-sidebar.room-style{
    border: unset;
}

.justify-content-inherit{
    justify-content: inherit !important;
}

.rating-circle.fill {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--second-color);
}

.rating-circle.empty {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid var(--second-color);
    background-color: #fff;
}

.rating-title{
    font-size: 18px;
}

.comment{
    margin-bottom: 1.5rem;
}

.comments-section>.comment.gray-container:last-child{
    margin-bottom: unset;
}

.alert-custom {
    color: #2e718f;
    background-color: #F0F5F7;
    border-color: transparent;
    line-height: 2.0;
    padding: 1.25rem 1.5rem 1.5rem;
}

.w-6{
    width: 2rem;
}

.h-6{
    height: 2rem;
}

.pt-03-rem{
    padding-top: 0.3rem;
}

.btn-rating{
    border: solid 1px rgba(0, 0, 0, .12);
    background-color: #FFF;
    color: #0A0B0C;
}

.btn-rating:hover{
    border: solid 1px rgba(0, 0, 0, .12);
    background-color: var(--grays-100);
}

.btn-rating:active,.btn-rating:focus{
    border: solid 1px rgba(0, 0, 0, .12);
    background-color: var(--second-color);
    color: white;
}

.input-rating{
    display: none;
}

label.btn.btn-rating.w-6.h-6.rounded-5.pt-03-rem.d-flex.justify-content-center.me-3.selected{
    border: solid 1px rgba(0, 0, 0, .12);
    background-color: var(--second-color);
    color: white;
}

.btn-sent-comment-disabled{
    opacity: 0.5;
    pointer-events: none;
}

.btn-send-comment{
    transition: all 0.5s;
}

.whatsapp-btn{
    background: #075E54;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 15px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.eitta {
    background: #fd7e14;
    border-radius: 50px;
    padding: 8px 35px;
    font-size: 15px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

.call-badge{
    background: rgba(94, 196, 69, .15);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #318d1b !important;
    font-size: 18px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    padding: 5px 14px 2px;
    margin-left: -5px;
}

.call-box{
    background: #52b63a;
    padding: 10px 13px 10px 13px;
    border-radius: 25%;
}

.ring-container {
    position: relative;
}

.circle {
    width: 15px;
    height: 15px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.text-decoration-underline{
    white-space: nowrap;
}

.w-35{
    width: 35% !important;
}

.fs-5rem{
    font-size: 5rem;
}

.faq-answer>div>p{
    margin-bottom: 0;
    margin-top: 20px;
    text-align: right;
}

.telegram {
    background: #2AA2DE;
    border-radius: 50px;
    padding: 8px 30px;
}

.whatsapp {
    background: #44C052;
    border-radius: 50px;
    padding: 8px 30px;
}

/*menu*/
ul.desktop-nav {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-right: unset;
    color: var(--first-color);
}

ul.mobile-nav {
    list-style: none;
    margin-bottom: 0;
    padding-right: unset;
}

ul.submenu-mobile {
    list-style: none;
    padding-right: 5px;
}

ul.desktop-nav>li {
    padding: 10px;
}

ul.mobile-nav>li {
    padding: 10px 5px;
    border-bottom: 1px solid var(--grays-150);
}

ul.mobile-nav>li>a {
    font-size: 16px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    color: var(--first-color);
    display: block;
}

ul.submenu-mobile>li {
    padding: 10px 5px;
}

.desktop-nav.home-ul-links {
    color: #ffffff;
}

ul.desktop-nav>li>a {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: inherit;
}

ul.submenu-mobile>li>a {
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    color: var(--third-color);
}

.mobile-fixed-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: #737779;
}

#mobile-menu {
    width: 85%;
    border-left: 4px solid #4186F3;
}

ul.dropdown-menu {
    background: #fff;
    display: none;
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    right: 0;
    position: absolute;
    width: max-content;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    border-radius: var(--second-border-radius);
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, .12);
    margin-top: 0.5rem;
}

ul.dropdown-menu li {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--grays-150);
}

ul.dropdown-menu li:hover {
    background-color: #f1f1f1;
    border-radius: var(--second-border-radius);
}

ul.dropdown-menu li:last-child {
    border-bottom: 0;
}

ul.dropdown-menu li a {
    color: var(--third-color);
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
}


.main-navigation ul li:hover>ul.dropdown-menu {
    display: block;
    /* Dropdown will be visible after hover. */
    opacity: 1;
    /* This keeps the opacity at 1 after the animation has run (e.g. could be considered as the final or default stage of the element) */
    animation: opacity 500ms ease-in-out normal;
    -moz-animation: opacity 500ms ease-in-out normal;
    -ms-animation: opacity 500ms ease-in-out normal;
    -o-animation: opacity 500ms ease-in-out normal;
    -webkit-animation: opacity 500ms ease-in-out normal;
}

/**
  * Defines how the animation will look like
  */
@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-call {
    font-size: 15px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    transition: var(--transition-ease-out);
    color: var(--first-color);
}

.header-call:hover {
    color: var(--second-color);
}

.header-call.home {
    color: #ffffff;
}

ul.desktop-nav>li>a:hover {
    color: var(--second-color);
}

ul.desktop-nav.home-ul-links>li>a:hover {
    color: white;
}
/*menu*/

.extra-text{
    position: relative;
    text-align: justify;
    transition: max-height 0.5s ease;
    max-height: 115px;
    overflow: hidden;
}

.extra-text p {
    line-height: 2 !important;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.more-content-shadow{
    pointer-events: none;
    position: absolute;
    top: 7rem;
    height: 55px;
    left: 0;
    right: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #fff), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}

.more-content-btn {
    display: flex;
    align-items: start;
    border: unset;
    background-color: unset;
}

.more-content-btn:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSI+CiAgICA8ZGVmcz4KICAgICAgICA8ZmlsdGVyIGlkPSJ6dXJjZzFtcjZhIj4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUdyYXBoaWMiIHZhbHVlcz0iMCAwIDAgMCAwLjA3NDUxMCAwIDAgMCAwIDAuMTA1ODgyIDAgMCAwIDAgMC4xMjE1NjkgMCAwIDAgMS4wMDAwMDAgMCIvPgogICAgICAgIDwvZmlsdGVyPgogICAgICAgIDxwYXRoIGlkPSI1Nzc5N2hydGhiIiBkPSJNNS40OTIgN2wzLjY3IDMuNjdjLjIyOC4yMjkuMjI4LjU5OCAwIC44MjYtLjIyNy4yMjgtLjU5Ny4yMjgtLjgyNCAwTDQuMjU0IDcuNDEyYy0uMjI4LS4yMjctLjIyOC0uNTk3IDAtLjgyNGw0LjA4NC00LjA4NGMuMjI3LS4yMjguNTk3LS4yMjguODI0IDAgLjIyOC4yMjguMjI4LjU5NyAwIC44MjVMNS40OTIgN3oiLz4KICAgIDwvZGVmcz4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtOCkiPgogICAgICAgIDxnIHRyYW5zZm9ybT0icm90YXRlKC05MCAxMS4yNSAxMS4yNSkiPgogICAgICAgICAgICA8bWFzayBpZD0ic2hianlieHNrYyIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiM1Nzc5N2hydGhiIi8+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPGcgZmlsbD0iIzEzMWIxZiIgbWFzaz0idXJsKCNzaGJqeWJ4c2tjKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDE0VjE0SDB6Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
    margin-top: 2px;
    margin-right: 5px;
}

.extra-text-hotel{
    line-height: 2;
}