<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:200px !important;
}
.navbar-nav&gt;li&gt;a{
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 10px !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    color: #000 ;
    
}
@media(max-width: 576px){
.navbar-nav&gt;li&gt;a{
    line-height: 19px !important;
   
}
}

.red-btnn&gt;a{
    background: #D00000 !important;
    color:#fff !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
    
}
.red-btnn&gt;a:hover{
    background: #0000!important;
    color:#D00000 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
    border:2px solid #D00000!important;
}
.nav-pills&gt;li.active a {
    color: #212838 !important;
    background-color: transparent;
    border-bottom: 4px solid #FF6165;
    border-radius: 0px !important;
    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-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-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-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-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}


.special:hover{
 transform: scale(1.05)!important;
 transition: 0.5s!important;
}


/*Footer*/
.footer-text&gt;a{
    color:#ffffff!important;
}
.footer{
    background-color: rgb(208, 0, 0)!important;
}

@media(max-width: 576px){
.navbar-nav {
    margin: 0px;
}
}

@media (min-width: 768px) {
    .is-boxes.is-navigation-box .navbar-nav {
         padding-left: 0px; 
    }
}


.header-underline:hover {
    border-bottom:2px solid #D00000!important;
 }
</pre></body></html>