@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li{
    font-family:'Manrope', sans-serif !important;
}


.navbar-nav>li>a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 186.02%;
    color: #000;
    text-transform:uppercase;
}

@media(max-width:767px){
    .image{
    max-width:250px !important;
}
}

.image{
    max-width:220px;
}

.test1{
    display:none!important;
}
.nav-pills>li>a{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 116.02%;
    padding:15px 28px !important;
    border-radius: 116px !important;
}
.owl-stage-outer > div > div > div > a > h3{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 116.02%;
    color: rgb(34, 39, 49);
}
.owl-stage-outer > div > div > div > div.flex > span{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 127.02%;
    color: rgb(34, 39, 49) !important;
    text-align: left;
}
.owl-stage-outer > div > div > div > a > div > span{
    color: rgb(200, 157, 102) !important;
    font-style: normal;
    font-weight: 400;
    text-transform:uppercase !important;
}
.owl-item .item .image-preview {
    width: 100% !important;
    min-height: 300px !important;
    margin: 0;
    object-fit: cover !important;
}
.owl-carousel.owl-drag .owl-stage-outer .owl-stage .owl-item {
    box-shadow: 0px 0px 0px 0px;
    border: 0px;
    background: rgb(249, 249, 249);
    padding: 30px;
}

@media(max-width:768px){
    .no-padd2{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #footer-10607 > div.is-section.is-box.is-section-auto.is-light-text > div > div > div > div:nth-child(4) > div.col-md-10.col-sm-6 > div{
        display:block !important;
    }
}

@media(max-width:576px){
    #app\ companyadmin\.webapp-page\.publish > div:nth-child(1) > div > div > div > div:nth-child(1) > div > h1{
        font-size:35px !important;
    }
    .no-padd{
        padding:30px !important;
    }
    .smaller{
        font-size:30px !important;
    }
    #app\ companyadmin\.webapp-page\.publish > div:nth-child(6) > div > div > div > div:nth-child(1) > div.no-padd.col-md-3{
        text-align:left !important;
    }
}


    .footer-text, .footer-text>a{
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 116.9%;
        color: #fff;
    }
    
.service {
    background-color:rgb(249, 249, 249);
}

@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:#c89d66;
    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: rgb(34, 39, 49); background-color: rgb(241, 225, 205); border-color: rgb(241, 225, 205); padding: 13px 28px; border-radius: 102.151px;
}

.day-cell-title {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 300;
    color: #c89d66;
}
.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 #c89d66;
    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: rgb(34, 39, 49);
    border-radius: 73px;
    padding: 13px 35px;
    margin-top: 64px;
}

.date-spots-rate-group, .date-spots .price {display:none}


:root {
  --primary-color: #fff; /* try #212121 also for dark mode */
  --background-color: #212121;
  --font: sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: var(--background-color);
  font-family: var(--font);
  display: flex;
  justify-content: center;
}

/* Timeline Container */
.timeline {
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
}

/* Outer Layer with the timeline border */
.outer {
  border-left: 2px solid #333;
}

/* Card container */
.card {
    position: relative;
    margin: 0 0 10px 10px;
    padding: 10px;
    background: #0000;
    color: #000;
    border-radius: 8px;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Title of the card */
.title {
  color: orangered;
  position: relative;
}

/* Timeline dot  */
.title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0d3144;
  border-radius: 999px;
  left: -39px;
  border: 3px solid #0D3144;
}



@media(max-width: 776px){
#app\ companyadmin\.webapp-page\.publish 
> div:nth-child(1) > div.is-overlay > div {

    background-position: 27% 50% !important;

}
}



 @media(max-width: 767px) {

    .reverse-mobile {
        display: flex;
        flex-direction: column;
    }

    .reverse-mobile #mob-1 {
        order: 1;
    }

    .reverse-mobile #mob-2 {
        order: 2;
    }

}



@media (max-width: 767px){
    .flex {
        flex-direction: column;
    }
        .items-center{
            align-items: start!important;
        }
    }
    
    
    
    .navbar-nav>li>a:after, .dropdown-menu>li>a:after{
    display:block;
    content: '';
    border-bottom: solid 1px #0d3144;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
  }
  .navbar-nav>li>a:hover:after, .dropdown-menu>li>a:hover:after { 
      transform: scaleX(1); 
      
  }
  
.is-video-bg {
  position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 124%;
    width: 87%!important;
    height: 73%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#header-20554 {
    top: 0;
    position: fixed!important;
    z-index: 11;
}



@media(max-width:767px){

  #header-20554 {
         position: unset !important;
     }
   }
   
   
.quote-1 > i {
    position: absolute;
    top: -10px;
    right: 70px;
    font-size: 2em;
    transform: scaleX(-1);
}

@media(max-width:576px){
    .quote-1 > i {
    position: absolute;
       top: 130px;
    right:50px;
    font-size: 1.5em;
    transform: scaleX(-1);
}
}
   @media(min-width:768px) and (max-width:912px){
    .quote-1 > i {
    position: absolute;
     top:80px;
    right: 380px;
    font-size: 2em;
    transform: scaleX(-1);
}
}
.quote-2 > i {
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: 2em;
    transform: scaleX(-1);
}
@media(max-width:576px){
    .quote-2 > i {
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: 1.5em;
    transform: scaleX(-1);
}
}
   

.quote-3 > i {
    position: absolute;
    top: -10px;
    right: 100px;
    font-size: 2em;
    transform: scaleX(-1);
}

@media(max-width:576px){
    .quote-3 > i {
    position: absolute;
     top: 130px;
    right: 40px;
    font-size: 1.5em;
    transform: scaleX(-1);
}
}
@media(min-width:768px) and (max-width:912px)
{
    .quote-3 > i {
    position: absolute;
     top: 80px;
    right: 350px;
    font-size: 2em;
    transform: scaleX(-1);
}
}


.quote-4 > i {
    position: absolute;
    top: 50px;
    right: 250px;
    font-size: 2em;
    transform: scaleX(-1);
}

@media(max-width:576px){
    .quote-4 > i {
    position: absolute;
    top: 180px;
    right: -10px;
    font-size: 1.5em;
    transform: scaleX(-1);
}
}
@media(min-width:768px) and (max-width:912px)
{
    .quote-4 > i {
    position: absolute;
     top:100px;
    right: 300px;
    font-size: 2em;
    transform: scaleX(-1);
}}

.quote-5 > i {
    position: absolute;
    top: 50px;
    left: 360px;
    font-size: 2em;
    transform: scaleX(-1);
}


@media(max-width:578px){
    .quote-5 > i {
    position: absolute;
    top: 130px;
     left: 280px;
    font-size: 1.5em;
    transform: scaleX(-1);
}
}

   @media(min-width:768px) and (max-width:912px)
{
    .quote-5 > i {
    position: absolute;
     top:50px;
    right: 20px;
    font-size: 2em;
     transform: scaleX(-1);
}
}
.footer-text>a{
    color:#0d1331!important;
}
.footer{
    background-color: #0d1331!important;
}
