<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li{
    font-family:' Manrope', sans-serif !important;
}
.image{
    max-width:250px;
}
.navbar-nav&gt;li&gt;a{
    font-family: 'Manrope' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    color: #212838 ;
    
}
.navbar-nav&gt;li&gt;a:hover{
    color:#212838 !important;
}
.blue-btnn&gt;a{
    background: #4146FB !important;
    color:#fff !important;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    
}
.nav-pills&gt;li.active a {
    color: #212838 !important;
    background-color: transparent;
    border-bottom: 4px solid #FF6165;
    border-radius: 0px !important;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800 !important;
    font-size: 22px;
    line-height: 120.4%;
}

.nav-pills&gt;li&gt;a {
    color: #212838 !important;
    background-color: transparent;
    border-radius: 0px !important;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 120.4%;
}

@media(max-width:1204px){
    .move-div{
        position:static !important;
    }
}

.footer-text{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 116.9%;
    color: #fff;
    
}

@media (min-width: 992px) {
    .service .col-md-8 {
        width:60%;
    }
    .service .gray-back  {
         width:40%;
    }
}
.container {
    max-width:1170px;
}

.service .gray-back  {
    background-color:#ffffff;
    
    padding:40px;
}
.service .gray-back .service-title {
    color:#ff6165;
    text-align:center;
}
.service .slide-subtitle, .gray-back .service-media{
    text-align:center;
    width:100%;
}
.gray-back hr {display:none}
.calendar-period {
    font-family: Manrope; font-style: normal; font-weight: 700; font-size: 14px; line-height: 1.5; color:#fff; background-color:#ff6165; border-color: #ff6165; padding: 13px 28px; border-radius: 102.151px;
}

.day-cell-title {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 300;
    color: #ff6165;
}
.calendar-single .col-cell {
    margin:1.5px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.calendar .day-cell a, .calendar-single .day-cell a {
font-weight:700;
border:none;
}

.calendar .day-cell a:hover, .calendar-single .day-cell a:hover {
    border: 1px solid #ff6165;
    border-radius: 50%;
    padding: 9px;
    color:inherit;
}
.btn-rengine, .service-book a, .button, .action-container a, .success-container a {
font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.14em;
    background: #ff6165;
    border-radius: 73px;
    padding: 13px 35px;
    margin-top: 64px;
}

.date-spots-rate-group, .date-spots .price {display:none}

@media (max-width: 767px){
    .flex {
        flex-direction: column;
    }
        .items-center{
            align-items: start!important;
        }
    }
    
    .navbar-nav&gt;li&gt;a:hover {
    text-decoration: solid underline #000000 2px;
}


.footer-text&gt;a{
    color:#fff!important;
}
.footer{
    background-color: #002a48!important;
}</pre></body></html>