/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
}

.rtl {
    direction: rtl;
}


/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 3rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 40rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 40rem;
    object-fit: cover;
}


/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.room-image {
    position: absolute;
    top: -30px;
    width: 48px;
    height: 48px;
    left: 15px;
    border: 4px solid #fff;
    border-radius: 15px;
}

.room-card .card-body {
    padding-top: 2rem;
    position: relative;
}

.room-card {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}


.room-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.room-stats {
    font-size: 12px;
}

.faxsm {
    font-size: 0.5rem;
    line-height: 1;
    vertical-align: 0rem !important;
}

.carousel-caption {
    text-shadow: 0 1px 2px rgb(0 0 0 / 80%);
}

.carousel-caption h1 {
    font-size: 4rem;
    font-weight: 900;
}

@media screen and (max-width: 768px){
    .carousel-caption h1 {
        font-size: 2rem;
    }
}


.carousel-caption {
    right: 30%;
    left: 30%;
}

.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon {
    color: #fff;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon {
    color: #4f4f4f;
}

.navbar-scroll {
    transition: 0.3s;
    padding: 15px 0;
}

.navbar-scroll .nav-link.active, .navbar-scroll .nav-link{
    color: #fff !important; 
}


.navbar-scrolled {
    background: #fff !important;
    transition: 0.3s;
    box-shadow: 0 0px 5px rgb(0 0 0 / 16%);
    padding: 4px 0;
}

.navbar-scrolled .nav-link.active, .navbar-scrolled .nav-link{
    color: #000 !important; 
}

.carousel-caption {
	right: auto;
	left: auto;
	width: 100%;
    padding: 1.125rem;
}

.carousel-caption>div {
    width: 75vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}

.btn-light, .btn-outline-light, .btn-ghost-light {
    --oc-btn-color: #fafbfc;
    --oc-btn-color-interactive: #e1e2e3;
    --oc-btn-color-text: #1e293b;
}

.navbar-collapse.collapse.show .nav-link, 
.navbar-collapse.collapse.show .btn-outline-light,
.navbar-collapse.collapse.show .btn-ghost-light{
    color: #000 !important
}


.navbar-collapse.collapse.show .btn-outline-light{
    border-color: #000 !important
}

.navbar-collapse.collapse.show .dropdown-menu-arrow:before{
    display: none;
}

.navbar-collapse.collapse.show .btn-lang{
    padding-left: 0;
    padding-right: 0;
}


.navbar-collapse.collapse.show{
    background-color: #fff !important;
    border-radius: 5px;
}

@media (max-width: 767.98px){
	.navbar-expand-md .navbar-collapse .dropdown-toggle:after {
		margin-left: 0.4rem;
	}
}

div#navbarCollapse {
    font-size: 1rem;
}

.menu-dd button {
    font-size: 0.8rem !important;
}

.no-header {
    margin-top: 56px;
    padding-top: 40px;
}

.slider-search-input {
    display: none;
}

.room-list-row {
    margin-top: 16px;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fill,minmax(248px,1fr));
}

.room-loop-link {
    text-decoration: none;
    color: inherit;
}

.room-loop-link:hover {
	text-decoration: none;
}

.hidden {
	display: none;
}

.ad-space {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
	overflow: hidden;
	width: 100%;
}

.cookiealert {
    display: none;
}

.cookiealert.show {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    margin: 0;
}

.form-selectgroup-label {
    display: flex;
}

.rtl .input-icon-addon-custom.input-group-flat .form-control:not(:first-child) {
    border-top-left-radius: 0 !important;;
    border-bottom-left-radius: 0 !important;;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}


.navbar-scroll:not(.navbar-scrolled) .nav-link, .navbar-scroll:not(.navbar-scrolled) .btn{
    text-shadow: 0 1px 2px rgb(0 0 0 / 80%);
}

/*** Loader ***/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #36b9cc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
  /*** Loader End ***/

.logo {
    max-height: 32px;
}