@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'HotalerSans';
  font-weight: 400;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansSemiBold.woff2") format('woff2');
}
@font-face {
  font-family: 'HotalerSans';
  font-weight: 700;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansBold.woff2") format('woff2');
}
@font-face {
  font-family: 'HotalerSans';
  font-weight: 300;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansMedium.woff2") format('woff2');
}
@font-face {
  font-family: 'HotalerSans';
  font-weight: 200;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansRegular.woff2") format('woff2');
}

/* Base styles (applied to all devices) */


 
/* Small screens (≥576px) */

@media (max-width: 576px) {
body {
  background-color: #bb9631;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;
}
.Desktop {
    display: none;
}
.mobile-logo{
    display:block;
}
    .container {
    min-width: 100%;
}
.bg-page {
    background-color: #8c816b00;
    
}
.z-0-mob {
    z-index: 0;
    margin-top: -85px;
}
.Desk-logo{
    display: none;
}
.mobile-logo{
    z-index: 1;
    
}
.log-main{
        height: 5.5rem;
        top: 10px;
}
.nav-box-1{
    width: 7rem;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
}
.header-sub{
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 105px;
}
.book-engine-h2 {
    text-align: center;
    font-family: HotalerSans!important;
    margin-top:10rem;
    color:black;
}
.mob-book-engine {
    height: 100vh;
    margin-top:0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow:hidden;
    display: flex;
    flex-direction: column;
}
.mob-book-engine-h2 {
    font-size: 1.600rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: -.025em;
    padding-top:40px;
    padding-right:40px;
    padding-left:40px;
    padding-bottom:20px;
    align-items: center;
    
}
.mob-front {
    width:100%;
    justify-content: center;
}
.book-engine-stay-bold {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.book-engine-stay-light {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}
.book-engine-search {
    align-items: flex-end;
    gap: 0.75rem;
    justify-content: center;
    position: relative;
}
.search-btn {
   width:90%;

}
.col-1 {
 
    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}
.col-2 {

    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}
.col-3 {

    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}
.col-4 {

    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}


.search-box-but{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding:10px;
}
.search-box-but-search{
    text-align: center;

}
.search-btn-update {
    width: 90%;
}

.container-Session-2 {
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto;
    padding-top:0rem;
    padding-left:1.5rem;
    padding-right:1.5rem;
    padding-bottom:1rem;
}
.select-checkin-h2 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
}
    td:hover {
        background-color: #bb9631;
        transition: all 0.1s ease;
    }
    .month-scroller-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
        scrollbar-width: thin;
        cursor: pointer;
    }

    .month-scroller-wrapper::-webkit-scrollbar {
        height: 3px;
    }

    .month-scroller-wrapper::-webkit-scrollbar-thumb {
        background: #e5e7eb;
        border-radius: 0px;
    }
    .month-scroller-wrapper::-webkit-scrollbar-thumb:hover {
        background: #bb9631; 
    }

    .month-scroller {
        display: inline-flex;
        align-items: center;
        gap: 2rem; /* Space between months */
        padding: 0.5rem 1rem;
    }

    .month-button {
        font-family: "Roboto", sans-serif;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 200;
        color: #333;
        cursor: pointer;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .month-button.active {
        color: #bb9631;
        font-weight: bold;
        border-color: #bb9631; /* Underline active month */
    }
    
        .calendar-container {
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 0px;
        box-shadow: none;
        color: #ffffff;
        border-radius: 0px;
    }
    
    .calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: none;
    }
    
    .calendar-header button {
        border: none;
        background: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #bb9631;
    }
    
    .calendar-header span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
        font-family: "Roboto", sans-serif;
    }
    
    table {
        width: 100%;
        border-collapse: none;
        table-layout: fixed; /* Ensures equal column widths */
        border-spacing: 0;
    }
    
    th, td {
        font-family: "Roboto", sans-serif;
        text-align: left;
        border: .5px solid #e5e7eb;
        width: 14.28%; /* Ensures each column takes equal space */
        height: 70px; /* Sets uniform height */
        padding: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }
    
    th {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        height: 25px;
    }
    
    td {
        position: relative;
        cursor: pointer;
        color: #4d4d4d;
        font-size: 0.551rem;
        background-color: #fff;
    }
    
    td:hover {
        background-color: #bb9631;
        transition: all 0.5s ease;
    }
    
    .disabled {
        background-color: #fafafa;
        color: #ccc;
        cursor: not-allowed;
        pointer-events: none;
        
    }
    
    .selected-checkin {
        background-color: #a6e3e9;
        border: 3px solid lightblue;
    }
    
    .selected-checkout {
        background-color: #ffcccb;
    }
    
    .calendar-cell .price {
        display: block;
        text-align: center;
        font-size: 11px;
        color: #000;
        padding-top:19px;
        padding-bottom:0px;
        line-height: .701rem;
        font-weight: 700;
    }
    td:hover .price {
        color: #fff;
    }
    .calendar-cell:hover {
    color: #000 !important;
}
    .price-detail{
        display: none;
        text-align: center;
        font-size: 10px;
    }
    
    .search-tF{
        width: 90%;
        font-size: 10px;
        font-weight: 300;
        text-align: left;
        font-family: "Roboto", sans-serif;
        color: #000;
        padding-top:10px;
    }
.search-currency{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center!important;
    justify-content: center!important;
}
.select-currency {
    width: 10rem;
    border-radius: 0;
    padding-top: 0.604rem;
    padding-bottom: 0.604rem;
    padding-left: 6px;
    border: 1px solid #e3e3e3;
}


.modals {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    background-color: #fffffffc;
}
.modals-contents {
    display: flex;
    background-color: #fff;
    max-width: 35rem;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    outline: 1px solid #0000002e;
    outline-offset: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 0.5rem;
    z-index: 6;
}
.max-width-modals {
    max-width: 35rem;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
*, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
.modals-content {
    background-color: #ffffff !important;
}
.border-b, .border-y {
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

.tooltip .tooltiptext {
    left: -10%!important;
    margin-left: -29px!important;
}
.col-1-CU{
    font-size: 10px;
    font-family: 'Roboto';
}
.col-2-CU {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
    padding-top:1rem;
    padding-bottom:1rem;
    align-items: center!important;
    justify-content: center!important;
}
.footer {
   background-color: #f8f8f8; 
   height:100%;
   padding-top:0rem;
   padding-bottom:1rem;
}
.footer-set {
    border-top: 1px solid #e3e3e3;
    padding-left: .5rem;
    padding-right: .5rem;
}
.footer-C{
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #000;
    margin-bottom: .5em;
    margin-top: .5em;
}
.footer-page-links {
    gap: 10px;
    padding: 12px 0;
    list-style: none;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 10px;
    font-family: 'Roboto';
    cursor: pointer;
}

.sold-out {
    font-size: 12px!important;
    padding-top: 10px!important;
    padding-bottom: 0px!important;
    line-height: .850rem!important;
    font-weight: 700;
    text-decoration: line-through;
}
.promo-offer {
    display:none!important;
}
.policy-tab{
    width:90%!important;
}
.glass-card-inner {
    flex-direction: column!important;
}
.glass-card-left {
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    background: #bb9631;
    padding: 20px!important;
}
.glass-card-right {
    align-items: center;
    display: flex;
    width: 100%!important;
    flex-direction: column!important;
    border: 1px solid #bb9631;
    padding: 10px!important;
}
}














 
/* Medium screens (768px) */
@media (min-width: 577px) {

.Desktop {
    display: block;
}  
.mobile-logo{
    display:none;
}
    .container {
    max-width: 1200px;
}
.header-sub{
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
}
    .book-engine {
    height: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow:hidden;
}
.book-engine-h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
    letter-spacing: -.025em;
    padding-top:40px;
    padding-bottom:20px;
    text-align: center;
    font-family: HotalerSans!important;
    color:black;
}
.book-engine-stay-bold {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.book-engine-stay-light {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}
.book-engine-search {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}
.col-1 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.col-2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.col-3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.col-4 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.container-Session-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:3rem;
    padding-bottom:3rem;
}
.select-checkin-h2 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
}

    .month-scroller-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
        scrollbar-width: thin;
        cursor: pointer;
    }

    .month-scroller-wrapper::-webkit-scrollbar {
        height: 3px;
    }

    .month-scroller-wrapper::-webkit-scrollbar-thumb {
        background: #e5e7eb;
        border-radius: 0px;
    }
    .month-scroller-wrapper::-webkit-scrollbar-thumb:hover {
        background: #bb9631; 
    }

    .month-scroller {
        display: inline-flex;
        align-items: center;
        gap: 2rem; /* Space between months */
        padding: 0.5rem 1rem;
    }

    .month-button {
        font-family: "Roboto", sans-serif;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 200;
        color: #333;
        cursor: pointer;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .month-button.active {
        color: #bb9631;
        font-weight: bold;
        border-color: #bb9631; /* Underline active month */
    }
    
        .calendar-container {
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 20px;
        box-shadow: none;
        color: #ffffff;
        border-radius: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: none;
    }
    
    .calendar-header button {
        border: none;
        background: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #bb9631;
    }
    
    .calendar-header span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
        font-family: "Roboto", sans-serif;
    }
    
    table {
        width: 100%;
        border-collapse: none;
        table-layout: fixed; /* Ensures equal column widths */
        border-spacing: 0;
    }
    
    th, td {
        font-family: "Roboto", sans-serif;
        text-align: left;
        border: .5px solid #e5e7eb;
        width: 14.28%; /* Ensures each column takes equal space */
        height: 130px; /* Sets uniform height */
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }
    
    th {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        height: 50px;
    }
    
    td {
        position: relative;
        cursor: pointer;
        color: #4d4d4d;
        font-size: 0.751rem;
        background-color: #fff;
    }
    
    td:hover {
        background-color: #bb9631;
        transition: all 0.5s ease;
    }
    
    .disabled {
        background-color: #fafafa;
        color: #ccc;
        cursor: not-allowed;
        pointer-events: none;
        
    }
    
    .selected-checkin {
        background-color: #a6e3e9;
        border: 3px solid lightblue;
    }
    
    .selected-checkout {
        background-color: #ffcccb;
    }
    
    .calendar-cell .price {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #000;
        padding-top:10px;
        padding-bottom:3px;
        line-height: 2rem;
         font-weight: 700;
    }
    td:hover .price {
        color: #fff;
    }
    .calendar-cell:hover {
    color: #fff !important;
}
    .price-detail{
        display: block;
        text-align: center;
        font-size: 10px;
    }
    
    .search-tF{
        width: 70%;
        font-size: 12px;
        font-weight: 300;
        text-align: left;
        font-family: "Roboto", sans-serif;
        color: #000;
    }
.search-currency{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex: 1 1 0%;
    gap: 0.5rem;
    align-items: center!important;
    justify-content: center!important;
}
.col-1-CU {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: left;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:#5f5f5f;
    padding-top:3rem;
    padding-left:1rem;

}
.col-2-CU {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
    padding-top:3rem;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:black;
    align-items: center!important;
    justify-content: center!important;
}
.nav-box-1{
    width:70%;
}
.nav-box-2{
    width:30%;
}
.log-main{
        height: 3.5rem;
}
.select-currency {
    width: 16rem;
    border-radius: 0;
    padding-top: 0.604rem;
    padding-bottom: 0.604rem;
    padding-left: 6px;
    border: 1px solid #e3e3e3;
}
.footer {
   background-color: #f8f8f8; 
   height:100%;
   padding-top:0rem;
   padding-bottom:2rem;
}
.footer-set {
    border-top: 1px solid #e3e3e3;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.footer-C{
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.footer-page-links {
    gap: 40px;
    padding: 18px 0;
    list-style: none;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 13px;
    font-family: 'Roboto';
    cursor: pointer;
}
.search-btn-update {
    width: 50%;
}
.glass-card-inner {
    flex-direction: row!important;
}
}
 
/* Large screens (≥992px) */
@media (min-width: 992px) {


}




 
/* Extra large screens (1200px) */
@media (min-width: 1200px) {
     .Desktop {
    display: block;
}  
.mobile-logo{
    display:none;
}
    .container {
    max-width: 1440px;
}
.header-sub{
    height: 75px;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
}
    .book-engine {
    height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow:hidden;
}
.book-engine-h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
    letter-spacing: -.025em;
    padding-top:40px;
    padding-bottom:20px;
    text-align: center;
    font-family: HotalerSans!important;
    color:black;
}
.book-engine-stay-bold {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.book-engine-stay-light {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}
.book-engine-search {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    padding-top:1rem;
    padding-bottom:1rem;
}
.search-box-col{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}
.search-box-but{
    display: flex;
    flex-direction: column;
    width: 79%;

}
.search-box-but-search{
    text-align: center;

}
.col-1 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.col-2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.col-3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.col-4 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.container-Session-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:3rem;
    padding-bottom:3rem;
}
.select-checkin-h2 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
}

    .month-scroller-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
        scrollbar-width: thin;
        cursor: pointer;
    }

    .month-scroller-wrapper::-webkit-scrollbar {
        height: 3px;
    }

    .month-scroller-wrapper::-webkit-scrollbar-thumb {
        background: #e5e7eb;
        border-radius: 0px;
    }
    .month-scroller-wrapper::-webkit-scrollbar-thumb:hover {
        background: #bb9631; 
    }

    .month-scroller {
        display: inline-flex;
        align-items: center;
        gap: 2rem; /* Space between months */
        padding: 0.5rem 1rem;
    }

    .month-button {
        font-family: "Roboto", sans-serif;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 200;
        color: #333;
        cursor: pointer;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .month-button.active {
        color: #bb9631;
        font-weight: bold;
        border-color: #bb9631; /* Underline active month */
    }
    
        .calendar-container {
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 7px 20px rgba(0,0,0,.14);
        color: #ffffff;
        border-radius: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: none;
    }
    
    .calendar-header button {
        border: none;
        background: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #bb9631;
    }
    
    .calendar-header span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
        font-family: "Roboto", sans-serif;
    }
    
    table {
        width: 100%;
        border-collapse: none;
        table-layout: fixed; /* Ensures equal column widths */
        border-spacing: 0;
    }
    
    th, td {
        font-family: "Roboto", sans-serif;
        text-align: left;
        border: .5px solid #e5e7eb;
        width: 14.28%; /* Ensures each column takes equal space */
        height: 130px; /* Sets uniform height */
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }
    
    th {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        height: 50px;
    }
    
    td {
        position: relative;
        cursor: pointer;
        color: #4d4d4d;
        font-size: 0.751rem;
        background-color: #fff;
    }
    
    td:hover {
        background-color: #bb9631;
        transition: all 0.5s ease;
    }
    
    .disabled {
        background-color: #fafafa;
        color: #ccc;
        cursor: not-allowed;
        pointer-events: none;
        
    }
    
    .selected-checkin {
        background-color: #a6e3e9;
        border: 3px solid lightblue;
    }
    
    .selected-checkout {
        background-color: #ffcccb;
    }
    
    .calendar-cell .price {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #000;
        padding-top:10px;
        padding-bottom:3px;
        line-height: 2rem;
         font-weight: 700;
    }
    td:hover .price {
        color: #fff;
    }
    .calendar-cell:hover {
    color: #fff !important;
}
    .price-detail{
        display: block;
        text-align: center;
        font-size: 10px;
    }
    
    .search-tF{
        width: 70%;
        font-size: 12px;
        font-weight: 300;
        text-align: left;
        font-family: "Roboto", sans-serif;
        color: #000;
    }
.search-currency{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex: 1 1 0%;
    gap: 0.5rem;
    align-items: center!important;
    justify-content: center!important;
}
.col-1-CU {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: left;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:#5f5f5f;
    padding-top:3rem;
    padding-left:1rem;

}
.col-2-CU {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
    padding-top:3rem;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:black;
    align-items: center!important;
    justify-content: center!important;
}
.nav-box-1{
    width:70%;
}
.nav-box-2{
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
}
.log-main{
        height: 3.5rem;
}
.select-currency {
    width: 16rem;
    border-radius: 0;
    padding-top: 0.604rem;
    padding-bottom: 0.604rem;
    padding-left: 6px;
    border: 1px solid #e3e3e3;
}
.footer {
   background-color: #f8f8f8; 
   height:100%;
   padding-top:0rem;
   padding-bottom:1rem;
}
.footer-set {
    border-top: 1px solid #e3e3e3;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.footer-C{
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.footer-page-links {
    gap: 40px;
    padding: 18px 0;
    list-style: none;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 13px;
    font-family: 'Roboto';
    cursor: pointer;
}
.search-btn-update {
    width: 50%;
}
.modals-contents{
    margin: 5% auto;
    border-radius: 8px;
    max-width: 630px;
}
.glass-card-inner {
    flex-direction: row!important;
}

}

/* All screens */
body, form, h1, h2, h3, h4, h5, h6, label, p {
    margin: 0;
    padding: 0;
    line-height: inherit;
}
*, :after, :before {
    box-sizing: border-box;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}
.z-0 {
    z-index: 0;
}
.relative {
    position: relative;
    background-color: #f4f4f5;
}
.log-main{
        width: 7rem;
        overflow: hidden;
        position: absolute;
        top: 10px;
        bottom: 0;
        object-fit: contain;
}
img {
    max-width: 100%;
    height: auto;
}
.logo-full {
    height: 100%;
    position: absolute;
}

.svg-full {
    height: 20px;
    position: absolute;
}
    .container {
    margin: 0 auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}
.menu-auto {
    margin-left: auto;
    float: right;
}
.menu-flex {
    display: flex;
    gap: 10px;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
    color: #25282d;
}
.li-menu{
    gap: 3px;
    padding: 3px 0;
    list-style: none;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 11px;
    font-family: 'Roboto';
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}
    .book-engine {
    background: linear-gradient(225deg,#bb9631 59.9%,#efc040 101.85%);
    width: 100%;
    justify-content: normal;

}

.book-engine-stay-bold {
    font-family: HotalerSans;
    color:black;
}
.book-engine-stay-light {
    font-family: "Roboto", sans-serif;
    color:black;
}

.search-btn {
    font-size: .975rem;
    font-weight: 400;
    font-family: Roboto;
    color:black;
    cursor: pointer;
    appearance: none;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #151515!important;
    padding: 0.5rem 2rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;

}
.search-btn:hover {
    color:white;
    border-color: #fff;
    background-color: #000;
}
.search-btn-update {
    font-size: .975rem;
    font-weight: 600;
    font-family: Roboto;
    color:#fff;
    cursor: pointer;
    appearance: none;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 0.5rem 2rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;
    background-color: #000;

}
.search-btn-update:hover {
    border-color: #fff;
    background-color: #fff;
    color:#000;
}
.search-btn-primary:disabled {
    background-color:#9A782D;
    border-color: #9A782D;
    color:#584316;
}
.select-checkin-h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #737373;
    text-decoration: underline;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9001;
    overflow-y: auto;
    text-align: start;
    transition: opacity .15s linear;
}
.modals-content {
    background-color: #fefefe;
    padding: 26px;
    border: 1px solid #888;
    font-family: "Roboto", Sans-serif;
    position: relative;
    height: fit-content;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.max-width-modal {
    max-width: 35rem;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}

.modals-content {
    background-color: #ffffff !important;
}
.border-b, .border-y {
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
.modals {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    background-color: #fffffffc;
}
.modals-contents {
    display: flex;
    background-color: #fff;
    max-width: 35rem;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    outline: 1px solid #0000002e;
    outline-offset: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 0.5rem;
    z-index: 6;
}
.max-width-modals {
    max-width: 35rem;
}
.modal-btn{
    font-family: Roboto;
    appearance: none;
    border-radius:.24rem;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    white-space: nowrap;
    padding: 0.5rem 2rem;
    background-color: #bb9631;
    border-color: #bb9631;
    color: white;
    transition: all 0.5s ease;
}
.modal-btn-cancel{
    font-family: Roboto;
    appearance: none;
    border-radius:.24rem;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    white-space: nowrap;
    padding: 0.5rem 2rem;
    background-color: white;
    border-color:#bb9631;
    color: #bb9631;
    transition: all 0.5s ease;
    margin-left:10px;
}
.modal-btn:hover{
    border-color: #fff;
    background-color: #bb9631;
}
.modal-btn-cancel:hover{
    border-color: #bb9631;
    color: #bb9631;
}
.modal-session-1{
    margin-top:1rem;
    margin-bottom:1rem;
}
.modal-session-h2 {
    font-family: Roboto;
    font-size: 1.075rem;
    justify-content: center;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-left: 60px;
}
.modal-session-2{
    display: flex;
    justify-content: center;
    margin-top:1rem;
    margin-bottom:1rem;
    border-top:1px solid #e5e7eb;;
    border-bottom:1px solid #e5e7eb;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
    align-items: center;
}

.modal-session-3{
    display: flex;
    justify-content: end;
    margin-top:1rem;
    margin-bottom:1rem;
}
.count-buttons {
    font-size: .875rem;
    border: 1px solid #bb9631 !important;
    color: #bb9631!important;
    background-color: transparent;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.counts {
    font-family: Roboto;
    font-size: 1.975rem;
    margin: 0 10px;
    font-weight: 700;
    color:black;
}
.text-ends {
    text-align: end !important;
}
.close-X {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close-X:hover{
   color:#bb9631;
   cursor: pointer;
}
.label-text {
    width: 40%;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 1.5;
    text-align: left;
}
.models-col-1 {
   width:80%;
   display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    gap:1rem;
    border-bottom: 1px solid #e5e7eb;
}
.models-col-2 {
    width:80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap:1rem;
    border-bottom: 1px solid #e5e7eb;
}
.models-col-3 {
    width:80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom:1rem;
    gap:1rem;
    border-bottom: 1px solid #e5e7eb;
}
.modals-top-text {
    width: 60%;
    text-align: end;
}
.book10more {
    font-family: Roboto;
    font-size: .775rem;
    margin: 0 10px;
    color: #bb9631 !important;
    text-decoration-line: underline;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.li-menu.topmenu:before {
    background-image: url(/front-end/images/calendar-search.svg);
}
.li-menu.topmenu-Sign:before {
    background-image: url(/front-end/images/circle.svg);
}
.li-menu.topmenu-Lang:before {
    background-image: url(/front-end/images/globe.svg);
}
.li-menu.topmenu-Lang-aed:before {
    background-image: url(/front-end/images/currency.svg);
}
.li-menu-currency.select-info:after {
    background-image: url(https://demo.hotaler.com/public/front-end/images/circle-info.svg);
}
.menu-icon:before {
    content: ' ';
    background-size: 12px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-icon-my:before {
    content: ' ';
    background-size: 19px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.li-menu-currency {
    gap: 3px;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 13px;
    font-family: 'Roboto';
    cursor: pointer;
} 
.select-info-icon:after {
    content: ' ';
    background-size: 22px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: top;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: white;
  color: #000;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: left;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  border: 1px solid #e3e3e3;

}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e3e3e3 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.sold-out-cell {
    
    background-color:#fff8f8;
    text-decoration: line-through;
     color: #d50808;
    cursor: not-allowed;
    pointer-events: none;
    border: 1px dotted #d50808;
    }
    
.sold-out {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #d50808;
    padding-top: 25px;
    padding-bottom: 3px;
    line-height: 2rem;
    font-weight: 700;
    text-decoration: line-through;
    }
.promo-offer {
    display: flex;
    margin-bottom: 20px !important;
    align-items: center;
    width: 90%;
    height: 90px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 12px 25px 12px 0;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    background: linear-gradient(122deg, #fdff00 0%, #0079ff 100%);
    overflow: hidden;
    cursor: pointer;
    margin-top: -93px!important;
}
.promo-offer .promoimG {
    height: 90px;
    width: 100px;
    flex-shrink: 1;
    margin-right: 25px;
}
.promo-cap-small {
    font-family: 'Roboto';
    font-size: 13px;
    color: #4a4a4a;
    line-height: 16px;
    margin-bottom: 5px;
}
.promo-cap-big{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}
.promo-hotel {
    display: flex;
    margin-bottom: 20px !important;
    align-items: center;
    width: 60%;
    height: 90px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 12px 25px 12px 0;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    background: linear-gradient(90deg, rgb(239 229 247 / 100%) 0%, rgb(253 221 220 / 100%) 100%);
    overflow: hidden;
    cursor: pointer;
}
.hotelpromoimG {
    height: 70px;
    width: 70px;
    flex-shrink: 1;
    margin-right: 5px;
    padding: 10px;
}
.promo-adv{
    display: flex;
    align-items: left;
    width:50%;
    padding: 12px 25px 12px 0;
}
.home-adv{
    display: flex;
    align-items: center;
    width:50%;
    margin-left:auto;
}
.promo-text-div{
    align-items: left;
    margin-top: 16px;
}
.loader {
    border: 6px solid #bb96315e!important;
    border-top: 6px solid #bb9631!important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
.glass-card-left{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background: #bb9631;
    padding: 4rem;
}
.glass-card-right{
    align-items: center;
    display: flex;
    width: 50%;
    flex-direction: column;
    border: 1px solid #bb9631;
    padding: 4rem;
}
.bg-glass-card{
 width: 100%;
 height: fit-content;
 margin: 0 auto;
 background-color: #f4f4f5;
}
.container-glass-card{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
    max-width: 1230px;
    min-height: calc(100vh - 261px);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 2.5rem;
}
.glass-card-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    position: relative;
    width: 100%;
    padding-top: 1rem;
    margin-top: 10%;
    flex-direction: column;
}
.glass-card-help{
    justify-content: center;
    display: flex;
    font-family: 'Roboto';
    font-weight: 400;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    max-width: 80%;
    padding: 20px;
    border-radius: 15px;
    background-color: #eeeeee;
    line-height: 1.1rem;
    color: #2a2a2a;
}
.glass-card-description-light{
    font-family: 'Roboto';
    font-weight: 400;
    color: black;
    border-top: 1px solid #000;
    font-size: 13px;
    padding-top: 30px;
    max-width: 100%;
    padding-bottom: 30px;
}
.glass-card-description-h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.025em;
    text-align: center;
    font-family: HotalerSans!important;
    color: black;
    padding-bottom: 10px;
}
.privacy-policy-icons:before {
    content: ' ';
    background-size: 23px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: top;
    padding-right: 15px;
}
.privacy-policy.privacy-policy-infos:before {
    background-image: url(/public/front-end/images/privacy-icon.svg);
}
.privacy-policy {
    display:flex;
    line-height: 10px;
    margin-top: 20px;
}
.footer-page-links:hover{
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}
.secure-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1px 0;
    font-size: 13px;
    justify-content: center;
    filter: grayscale(100%);
}
.secure-footer{
    width: 30px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-footer-logo .secure-footer img {
    object-fit: contain!important;
    width: 100%!important;
    position: relative;
}
.secure-pci-footer {
    width: 70px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-gdpr-footer {
    width: 30px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-iso-footer {
    width: 30px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-footer-logo:hover {
    filter: grayscale(0%);
    transition: all 0.5s ease;
}
.policy-flex{
    padding-top:3rem;
    padding-bottom:3rem;
}
.policy-tab{
    display:flex;
    width:60%;
    font-family: 'Roboto';
    font-weight: 400;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    line-height: 1.1rem;
    color: #2a2a2a; 
    align-items: flex-start;
    margin: 0 auto;
    flex-direction: column;
}
.policy-tab-search {
    display: flex;
    /* align-items: flex-end; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    
}
.policy-tab-h2 {
    display: flex;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-family: HotalerSans!important;
    color: black;
}
.policy-tab-light {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75rem;
    letter-spacing: -.025em;

}
.policy-tab-divider{
    padding-top: 2rem;
    border-bottom: 1px solid #e3e3e3;
}
.policy-tab-light ul {
    list-style: disc;
    margin: 0;
    padding: 30px;
    gap: 0.8rem;
}
.type-cart-input {
    width: 100%!important;
    background-color: #fff;
    border-color: #0057b726;
    border-width: 1px;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    line-height: 1.5rem;
    margin-bottom: 20px;
    font-family: 'Roboto';
}
.width-f-full {
    width: 100%;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 15px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}
.add-btn-modal-but {
    font-size: .875rem;
    font-weight: 600;
    font-family: Roboto;
    color: #bb9631!important;
    cursor: pointer;
    appearance: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #bb9631!important;
    padding: 0.5rem 1rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;
}
.add-btn-modal-but:hover {
    border-color: #fff;
    color: #fff!important;
    background-color: #bb9631;
}
.add-btnmodal-footer {
    text-align: right;
}
.modalLogin {
    z-index: 99;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,90%);
    outline: 0;
}
.login-animate-zoom {
    animation: animatezoom 0.6s;
}
.login-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    width: auto;
    max-width: 548px;
    border-radius: 12px;
    color: #333;
    margin: 1.75rem auto;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.login-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border: none;
    border-radius: 12px;
}

.login-center {
    padding: 24px 64px 0!important;
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}
.login-close {
    padding: 0;
    margin: 0;
    opacity: 1;
    color: #350827;
    padding: 0;
    margin: 0;
    float: right;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    background-color: transparent;
    border: 0;
    margin-right: 20px;
    margin-top: 20px;
    text-align: end;
}
.fade {
    transition: opacity .15s linear;
}
.login-modal-title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 900;
    letter-spacing: -.025em;
    padding-bottom: 20px;
    text-align: center;
    font-family: HotalerSans!important;
    color: black;
}
.login-modal-body {
    padding: 0 64px 48px;
    border-radius: 8px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.login-text-normal {
    font-family: 'Roboto';
    font-size: 14px;
    color: #000!important;
    margin-bottom: 32px;
    line-height: 22px;
    font-weight: 400;
}
.login-form{
    
}
.login-form-group {
    margin-bottom: 16px;
    position: relative;
}
.login-form-control {
    display: block;
    width: 100%;
    border: 1px solid #646464;
    border-radius: 8px;
    height: 56px;
    font-family: 'Roboto';
    padding: 18px 49px 0 16px;
    background-color: #fff;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.login-btn-primary {
    font-family: 'Roboto';
    width: 100%;
    border-radius: 28px;
    margin-bottom: 0;
    max-height: 56px;
    height: 56px;
    cursor: pointer;
    font-size: .875rem;
    padding: 15px 20px;
    min-width: 300px;
    display: block;
    background-color: #bb9631;
    color: #fff;
    border: 0;
}
.login-btn-primary:hover {
        background-color: black;
        transition: all 0.5s ease;
    }
.topmenu-Sign{
    font-family: 'Roboto';
    border: 1px solid #bb9631;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 16px;
    gap: 8px;
    color: black;
    background: #bb96310f;
    border-radius: 50px;
    text-transform: uppercase;
}
.topmenu-Lang-currency{
    font-family: 'Roboto';
    border: 1px solid #bb9631;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 16px;
    gap: 8px;
    color: black;
    background: #bb96310f;
    border-radius: 50px;
    text-transform: uppercase;
}
.promo-offer {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 250% 400%;
	animation: gradient 15s ease infinite;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}