@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/josefin_sans/static/JosefinSans-Regular.ttf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/josefin_sans/static/JosefinSans-Regular.ttf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/josefin_sans/static/JosefinSans-Medium.ttf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/josefin_sans/static/JosefinSans-Medium.ttf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/josefin_sans/static/JosefinSans-Bold.ttf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/josefin_sans/static/JosefinSans-Bold.ttf") format("opentype");
    font-weight: 900;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #eeebe8;
}

::-webkit-scrollbar-thumb {
    border: 0px solid #eeebe8;
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #e4ddd2;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(201, 194, 180);
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.top-bar {
    width: 100%;
    text-align: center;
    color: white;
    font-family: Poppins-Light;
    font-size: 11px;
    height: 40px;
    background: black;
    padding: 10px 0;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 175px;
    height: 175px;
    margin: auto;
    z-index: 999;
    display: none;
}

#loading .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
}

#loading .dot {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 87.5px;
    z-index: 9999;
}

#loading .dot::before {
    border-radius: 100%;
    content: "";
    height: 87.5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 87.5px;
}

#loading .dot:nth-child(7n+1) {
    transform: rotate(45deg);
}

#loading .dot:nth-child(7n+1)::before {
    animation: 0.8s linear 0.1s normal none infinite running load;
    background: #00ff80 none repeat scroll 0 0;
}

#loading .dot:nth-child(7n+2) {
    transform: rotate(90deg);
}

#loading .dot:nth-child(7n+2)::before {
    animation: 0.8s linear 0.2s normal none infinite running load;
    background: #00ffea none repeat scroll 0 0;
}

#loading .dot:nth-child(7n+3) {
    transform: rotate(135deg);
}

#loading .dot:nth-child(7n+3)::before {
    animation: 0.8s linear 0.3s normal none infinite running load;
    background: #00aaff none repeat scroll 0 0;
}

#loading .dot:nth-child(7n+4) {
    transform: rotate(180deg);
}

#loading .dot:nth-child(7n+4)::before {
    animation: 0.8s linear 0.4s normal none infinite running load;
    background: #0040ff none repeat scroll 0 0;
}

#loading .dot:nth-child(7n+5) {
    transform: rotate(225deg);
}

#loading .dot:nth-child(7n+5)::before {
    animation: 0.8s linear 0.5s normal none infinite running load;
    background: #2a00ff none repeat scroll 0 0;
}

#loading .dot:nth-child(7n+6) {
    transform: rotate(270deg);
}

#loading .dot:nth-child(7n+6)::before {
    animation: 0.8s linear 0.6s normal none infinite running load;
    background: #2c524d none repeat scroll 0 0;
}

#loading .dot:nth-child(7n+7) {
    transform: rotate(315deg);
}

#loading .dot:nth-child(7n+7)::before {
    animation: 0.8s linear 0.7s normal none infinite running load;
    background: #1C433C none repeat scroll 0 0;
}

#loading .dot:nth-child(7n+8) {
    transform: rotate(360deg);
}

#loading .dot:nth-child(7n+8)::before {
    animation: 0.8s linear 0.8s normal none infinite running load;
    background: #21433e none repeat scroll 0 0;
}

.sub-menu-meetings {
    position: absolute;
    list-style: none;
    padding: 10px 20px;
    background: #fff;
}

.sub-menu-meetings li {
    border-bottom: 1px #ccc solid;
    margin-bottom: 5px;
}

.sub-menu-meetings li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sub-menu-meetings .navbar-item {
    color: #000 !important;
}

.invert {
    filter: invert(1) !important;
}

.color-light {
    color: #fff !important;
}

.color-dark {
    color: #000 !important;
}

.hidden {
    display: none !important;
}

.fs-1 {
    font-size: 2.5rem !important;
    line-height: 1.5 !important;
}

.fs-2 {
    font-size: 2rem !important;
    line-height: 1.5 !important;
}

.fs-3 {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
}

.fs-4 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}

.fs-5 {
    font-size: .75rem !important;
    line-height: 1.5 !important;
}

.fs-6 {
    font-size: .5rem !important;
    line-height: 1.5 !important;
}

.ff-primary {
    font-family: Poppins-Regular !important;
}

.ff-secondary {
    font-family: 'Josefin Sans' !important;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background: #f5f5f5;
}

.bg-primary {
    background: #008080 !important;
}

.bg-secondary {
    background: #306862 !important;;
}

.bg-light {
    background: #fff !important;;
}

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

.bg-transparent {
    background: transparent !important;;
}

.home-page .hotel-facility-text {
    font-family: "Josefin Sans";
}

.our-experts .expert-name {
    font-weight: bold;
}

.our-experts .expert-quotes {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
}

.our-experts .expert-description {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 15%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.header-banner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-banner .bg-linear-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.15deg, #008080 9.29%, rgba(44, 82, 77, .13) 50%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 1;
}

.header-banner .banner-text {
    position: absolute;
    top: 20%;
    padding: 0 15%;
    text-align: center;
    z-index: 2;
}

.header-banner .banner-title {
    font-family: PlayFairDisplay-Medium;
    color: #fff;
    font-size: 56px;
    line-height: 1.5;
}

.header-banner .banner-description {
    font-family: Poppins-Regular;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin-top: -25px;
}

.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px #fff solid !important;
    border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: .5;
    transition: all .2s;
    margin: 0 2px;
}

.owl-carousel .owl-dots .owl-dot.active {
    width: 32px;
    opacity: 1;
}

.owl-carousel.nav-bottom-right .owl-nav:not(.disabled) {
    position: relative;
    top: 0;
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: end;
    gap: 20px;
    z-index: 1;
}

.owl-carousel.nav-bottom-right .owl-nav .owl-prev, .owl-carousel.nav-bottom-right .owl-nav .owl-next {
    position: initial;
}

.owl-carousel.slide-center .owl-stage-outer {
    padding: 5% 0;
}

.owl-carousel.slide-center .owl-item.active.center {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 1;
}

.owl-carousel.dots-after-image .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.owl-carousel.dark .owl-dots .owl-dot {
    background: rgba(0, 0, 0, .5) !important;;
}

.owl-carousel.dark .owl-nav:not(.disabled) {
    color: rgba(0, 0, 0, .5) !important;;
}

.owl-carousel.dark .owl-nav button {
    border-color: rgba(0, 0, 0, .5) !important;
}

.home-page .feature-offer .right-section .disc-wrapper {
    justify-content: space-between;
}

.modal-backdrop.popup-in {
    transform: scaleY(.01) scaleX(0);
    animation: unfoldIn 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modal-backdrop.popup-out {
    transform: scale(1);
    animation: unfoldOut 1s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modal-popup .modal-dialog.popup-in {
    transform: scaleY(.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modal-popup .modal-dialog.popup-out {
    transform: scale(1);
    animation: unfoldOut 400ms .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.modal-popup .modal-dialog {
    min-height: calc(100% - 3.5rem);
}

.modal-popup .modal-content {
    background: #306862;
    overflow: hidden;
}

.modal-popup .modal-body {
    padding: 0;
}

.modal-popup .modal-title {
    font-family: PlayFairDisplay-Medium;
    width: 100%;
    text-align: center;
    color: #fff;
}

.modal-popup .popup-footer {
    margin-top: 10px;
}

.modal-popup .popup-footer img {
    width: 100%;
    height: auto;
}

.modal-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 21px;
    opacity: 1;
    background: transparent;
}

.modal-popup .owl-carousel .owl-dots {
    margin-bottom: 0;
}

.modal-popup .modal-footer input {
    width: 20px;
    height: 20px;
}

.modal-popup .title-section {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
}

.modal-popup .desc-section {
    font-size: 17px;
    line-height: 1.5;
}

.modal-popup .modal-footer .terms-link {
    color: #fff;
}

.amenities-icon {
    width: auto;
    height: 15px;
    max-width: 15px;
    margin-right: .5rem;
}

.date-box {
    font-size: 20px;
    line-height: 30px;
    padding: 23px 20px 19px;
}

.date-box label.error {
    position: absolute;
    top: 110%;
    left: 0;
}

.captcha-box label.error {
    position: absolute;
    top: 110%;
    left: 0;
}

.captcha-box button {
    height: 74px;
}

.form-check-inline label.error {
    position: absolute;
    top: 100%;
    left: 0;
}

.home-page .our-choice .room-wrapper .room-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-content .card-content-action .btn-outline-primary {
    justify-content: center;
    width: unset;
    min-width: 147px;
}

.info-page .wrapper {
    padding: 60px 79px;
}

.info-page .title-section {
    margin-bottom: 30px;
}

.info-page a {
    color: #fff;
}

label.error {
    color: red;
}

.sweet-alert h2 {
    font-family: PlayFairDisplay-Medium;
}

.sweet-alert p {
    font-family: Poppins-Regular;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 1;
    background: #008080;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px #fff solid;
    cursor: pointer;
    z-index: 9;
}

.booking-button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    display: none;
}

.booking-button a {
    justify-content: center;
    background: #008080;
    border-color: #008080 !important;
    color: #fff;
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, .5);
}

.section-footer-rancamaya-hotel .footer-wrapper .footer-item-links .item-link.active {
    text-decoration: underline;
}

.section-header-rancamaya-hotel .navbar-header-mobile .offcanvas-lg .offcanvas-body .menu-mobile-wrapper .menu-mobile-item-title.active {
    font-weight: bold;
}

.booking-options-item .form-control {
    /*border: none;*/
    /*padding: 0;*/
    min-width: 150px;
    background: #fff;
    color: #21433e;
    padding: 5px;
    font-size: 13px;
}

.booking-options-item .form-control::placeholder {
    color: #21433e;
}

input.color-dark::placeholder {
    color: rgba(0, 0, 0, .5) !important;
}

.home-page .about-us {
    margin-bottom: 60px;
    margin-top: 100px;
}

.section-header-rancamaya-hotel .navbar-header-mobile {
    left: 0;
    right: 23px;
    text-align: right;
}

.navbar-header-mobile-menu i {
    font-size: 21px;
    color: #fff;
}

.navbar-header-mobile-menu span {
    position: relative;
    left: 0;
    top: -10px;
    letter-spacing: 2px;
    font-size: 6px;
    color: #fff;
}

.section-header-rancamaya-hotel {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 2;
    padding: 5px 20px;
}

.section-header-rancamaya-hotel .header-logo {
    display: unset;
    position: absolute;
    top: 15px;
    z-index: 2;
}

.section-header-rancamaya-hotel .btn-booking {
    width: 150px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-weight:bold;
}

body {
    background: #fff;
}

body.header-fixed .section-header-rancamaya-hotel {
    background-color: #fff;
    /*border-bottom: 1px solid #306862;*/
    height: 65px;
    padding: 5px 20px;
    animation: headerFadeInDown 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    z-index: 3;
}

body.header-fixed .section-header-rancamaya-hotel .navbar-header-dekstop .navbar-item {
    color: #000;
}

body.header-fixed .section-header-rancamaya-hotel .header-logo {
    background: #306862;
    padding: 10px 0;
    position: relative;
    top: 30px;
}

body.header-fixed .section-header-rancamaya-hotel .btn-booking {
    background: transparent;
    border-color: #306862;
    color: #306862;
    font-weight:bold;
}

body.header-fixed section:first-of-type {
    padding-top: 65px;
}

.section-header-rancamaya-hotel .navbar-header-dekstop {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 0 60px;
}

.section-header-rancamaya-hotel .navbar-header-dekstop .navbar-item {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
}

.header-banner .bg-linear-gradient {
    background: linear-gradient(0.15deg, #008080 9.29%, rgba(44, 82, 77, .13) 50%);
}

.title-label.label-invert:after {
    filter: invert(1);
}

.home-checkin {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background: rgba(0, 128, 128, .8);
    display: flex;
    flex-flow: row;
    align-items: end;
    justify-content: center;
    gap: 20px;
    padding: 10px 60px;
    margin-top: -30px;
}

.home-checkin .form-control {
    height: 42px;
    padding: 0 10px;
}

.home-checkin img {
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -12px;
}

.home-checkin .form-control option {
    color: #000;
}

.home-checkin .btn-outline-primary {
    height: 45px;
    padding: 0 30px;
}
.check-rate-btn
{
    background:white;
    color:#308f8f !important;
}
.widget-label {
    /* font-style: italic; */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}
.section-header-rancamaya-hotel .header-logo img
{
    height:130px;
    width:110px;
}
.btn-booking
{
    text-transform:uppercase;
}
.section-header-rancamaya-hotel .header-logo
{
    left:45px;
}
.modal-rancamaya-hotel .modal .modal-dialog .modal-content {
    background-color: #008080;
    color: #fff;
}

.meetings-events-page .tab-menu-rancamaya .nav-tabs {
    margin-bottom: 80px;
    padding-top: 80px;
}

.btn-primary {
    background-color: #008080;
    border-color: #008080;
    color: #fff;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #008080;
    border-color: #008080;
    color: #fff;
}

.carousel-gallery .owl-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5;
}

.carousel-gallery .owl-item.active.center {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 1;
    z-index: 1;
}

.carousel-gallery.owl-carousel .owl-stage-outer {
    padding: 5% 0;
}

.carousel-spaces-item {
    height: unset;
}

.card {
    margin-bottom: 20px;
}

.card .card-body {
    padding-bottom: 0;
}

.card .card-body .card-text {
    min-height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.card-footer {
    background: none;
    border: none;
    margin-bottom: 15px;
}

.card.rent .card-body .card-text {
    min-height: 50px;
}

.rent-info {
    position: absolute;
    bottom: 15px;
    left: 12px;
    height: 30px;
    float: right;
    background: #008080;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    padding: 5px 10px 5px 10px;
    text-align: left;
    opacity: .7;
}

.rent-price {
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 60px;
    float: right;
    background: #008080;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: white;
    padding: 5px 10px 5px 10px;
    text-align: left;
    /*display:none;*/
}

.home-page .feature-offer .left-section {
    height: auto;
    width: 40%;
}

.home-page .feature-offer {
    -moz-column-gap: 40px !important;;
    column-gap: 40px !important;
}
.section-footer-rancamaya-hotel .footer-wrapper .footer-item-title {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 24px;
    font-weight:bold;
    line-height: 31.99px;
    margin-bottom: 16px;
}
.scroll-horizontal {
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.offers-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    border-bottom: none;
    width: max-content;
    min-width: 100%;
}

.offers-tab li {
    float: none;
    display: inline-block;
    margin: 0 -2px -1px;
}

.offers-tab li a {
    border-radius: 0;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .175);
    padding: 0.7em 1.5em;
    font-size: 1.2em;
    transition: all 0.5s;
    text-decoration: none;
    color: initial;
}

.offers-tab li a.active {
    background: #008080;
    color: #fff;
}

@media (max-width: 1024px) {
    body.header-fixed .section-header-rancamaya-hotel .header-logo {
        top: 40px;
    }

    body.header-fixed .section-header-rancamaya-hotel .header-logo img {
        height: 90px;
        width: auto;
    }

    body.header-fixed .section-header-rancamaya-hotel .navbar-header-mobile-menu {
        filter: invert();
    }

    .home-checkin {
        align-items: inherit;
        flex-flow: column;
        gap: 20px;
        margin-top: -115px;
        position: relative;
        background: rgba(0, 128, 128, .8);
        padding: 10px 20px;

        bottom: 0;
        margin-top: 0;
        background: rgba(0, 128, 128, 1);
    }

    .home-checkin .form-group {
        margin-bottom: 10px;
    }

    .home-checkin .btn-outline-primary {
        width: 100%;
        height: 100%;
        padding: 15px 20px;
    }

    .section-header-rancamaya-hotel .navbar-header-dekstop {
        padding: 0 4px;
        display: none;
    }

    .section-header-rancamaya-hotel .navbar-header-mobile {
        display: block;
    }

    .section-header-rancamaya-hotel .navbar-header-mobile-menu {
        margin: 0 24px;
    }

    .section-header-rancamaya-hotel .navbar-header-mobile-menu {
        margin: 0;
    }

    .section-header-rancamaya-hotel .navbar-header-mobile .offcanvas-lg .offcanvas-body .menu-mobile-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .section-header-rancamaya-hotel .navbar-header-mobile .offcanvas-lg .offcanvas-body .menu-mobile-wrapper .menu-mobile-item-icon {
        height: 24px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 24px;
    }

    .home-page .hotel-facility {
        gap: 40px 30px;
    }

    .header-banner .banner-text {
        top: 15%;
        padding: 0 10%;
    }

    .header-banner .banner-title {
        font-size: 24px;
        line-height: 1.5;
    }

    .header-banner .banner-description {
        font-size: 16px;
        line-height: 1.5;
    }

}

@media (max-width: 991px) {
    .home-page .feature-offer .left-section {
        display: block;
    }
}

@media (max-width: 768px) {

    section {
        font-size: 13px;
        line-height: 21px;
    }

    .home-page .about-us {
        margin-top: 40px;
    }

    .header-banner .banner-text {
        top: 10%;
        padding: 0 5%;
    }

    .header-banner .banner-title {
        font-size: 23px;
        line-height: 31px;
        margin: 30px 0;
    }

    .header-banner .banner-description {
        display: none !important;
    }

    .modal-popup .modal-footer input {
        width: 30px;
        height: 30px;
    }

    .modal-footer .btn {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .p-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-header-rancamaya-hotel .header-logo img {
        height: 50px;
        width: auto;
    }

    .fs-1 {
        font-size: 2.5rem !important;
        line-height: 1.5 !important;
    }

    .fs-2 {
        font-size: 1.5rem !important;
        line-height: 1.5 !important;
    }

    .fs-3 {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
    }

    .fs-4 {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }

    .fs-5 {
        font-size: .75rem !important;
        line-height: 1.5 !important;
    }

    .fs-6 {
        font-size: .5rem !important;
        line-height: 1.5 !important;
    }

    .section-footer-rancamaya-hotel {
        padding: 40px 0 16px;
        margin-bottom: 55px;
    }

    .home-page .feature-offer .left-section {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .section-header-rancamaya-hotel .navbar-header-mobile .offcanvas-lg .offcanvas-body .menu-mobile-wrapper .menu-mobile-item-title {
        color: #fff;
        font-family: 'Josefin Sans';
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0;
    }

    .modal-popup .modal-title {
        font-size: 14px;
    }

    .modal-popup .btn-close {
        font-size: 14px;
    }

    .modal-popup .popup-footer {
        margin-top: 0;
    }

    .modal-popup .owl-carousel .owl-item .slide-image {
        margin: 10px;
    }

    .modal-popup .owl-custom-nav {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -50px;
        font-size: 20px;
        color: #fff;
        display: flex;
        flex-flow: column;
        gap: 20px;
        z-index: 1;
    }

    .modal-popup .owl-custom-nav button {
        width: 50px;
        height: 50px;
        background: transparent;
        color: #fff;
        border: 1px #fff solid !important;
        border-radius: 50%;
    }

    .home-page .hotel-facility {
        gap: 20px 10px;
        padding: 20px 0;
        grid-template-columns: repeat(2,max-content);
    }

    .scroll-top {
        right: 10px;
        bottom: 70px;
    }

    .booking-button {
        display: block;
    }

    .info-page .wrapper {
        padding: 40px 20px;
    }
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(.005) scaleX(0);
    }
    50% {
        transform: scaleY(.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(.005) scaleX(1);
    }
    100% {
        transform: scaleY(.005) scaleX(0);
    }
}

@keyframes headerFadeInDown {
    0% {
        opacity: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        height: 65px;
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}