:root {
    --cassiopeia-color-primary: #181D24;
    --cassiopeia-color-link: #224faa;
    --link-color: #224faa;
    --link-color-rgb: 34, 79, 170;
    --cassiopeia-color-hover: #424077;
    --link-hover-color: #424077;
    --link-hover-color-rgb: 66, 64, 119;
  
    
}

.mt-3 {
    margin-top: 0 !important;
}
.container-component>*+* {
    margin-top: 0;
}

.container-banner {
    background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);
    margin-top: 0!important;
    margin-left: calc(-50vw + 50% + 10px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 20px);
}
@media (min-width: 768px) {
.container-banner .banner-overlay {
    height: 820px;
  	margin: auto !important;
}
}
@media (max-width: 768px) {
    .accomodation-gallery .ac-gallery .image-holder {
	height: 670px!important;
	}  
}
.container-header .navbar-toggler {
    color: #000000;
}
.accomodation-overview-list {
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
.room-info {
    width: 100%;
    padding: 0!important;
}
 .spbooking-cart-icon {
    position: absolute!important;
    right: 7rem;
}
  .w-75 {
    width: 100% !important;
}
}
.btn-close {
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
	.top-a {
		flex-direction: column;
	}
}

.container-top-b {
    background-color: #fdf6f2;
    margin-top: 0!important;
    margin-left: calc(-50vw + 50% + 10px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 20px);
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.top-b {
  	display:block;
    margin-top: 1em;
    padding: 2.5rem .5em;
}
.container-bottom-b {
    color: #fff;
    background-color: var(--cassiopeia-color-primary);
    margin-top: 0!important;
    margin-left: calc(-50vw + 50% + 10px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 20px);
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.bottom-b {
  	display:block;
    margin-top: 1em;
    padding: 2.5rem .5em;
}


.container-top-b>*, .container-bottom-a>*, .container-bottom-b>* {
    flex: 1;
    margin: auto;
}


.container-bottom-a {
    color: #fff;
    background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);
    margin-top: 0!important;
    margin-left: calc(-50vw + 50% + 10px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 20px);
    text-align: center;
}
.bottom-a {
    margin-top: 1em;
    margin-left: calc(-50vw + 50% + 10px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 20px)!important;
}
@media screen and (max-width: 768px) {
	.bottom-a {
		flex-direction: column;
	}
}
.container-bottom-a .banner-overlay {
    color: #fff;
    background-attachment: fixed;
}
.container-bottom-a .banner-overlay .overlay {
    text-align: left;
    align-items: flex-start;
    padding: clamp(2rem, 8vw, 10rem);
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
}
.spbooking-accomodation-details-banner-info-wrapper {
    height: 700px;
    padding: 30px;
    overflow: hidden;
}
.accomodation-policies {
	padding: 2rem;
 	align-items: center;
    height: 100%;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/RobotoCondensed.woff2);
}
span {
    color: #C6976D;
    display: block;
  	font-weight: 700;
}
.display-1 {
    margin-top: 0px;
    margin-right: -20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}

.display-3 {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2.56px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #2f5d37;
}
.display-3 span {
    color: #ff695e;
    display: block;
}
.display-6 {
    margin-bottom: 25px;
    color: #8e7e6c;
  	font-size: 1.2rem;
}
.display-6:after {
    content: "";
    margin-top: 12px;
    height: 12px;
    width: 92px;
    display: block;
    background: url(../images/header-stars.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.rooms-info-body .title {
    color: #2F5D37;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}




.accomodation-amenities {
	margin-bottom: 5rem;
}
.spbooking-cart-icon {
    background: var(--cassiopeia-color-primary);
    padding: .5rem;
    border-radius: 2rem;
}
.spbooking img {
    background: white;
    padding: .3rem;
    border-radius: 1rem;
}
@media screen and (max-width: 768px) {
.spbooking .spbooking-no-gutters {
    flex-direction: column-reverse;
}
	 .spbooking .spbooking-col-sm-6 {
       max-width: 100%!important;
    }
}
@media screen and (min-width: 991px) {
.sticky .container-header {
    position: fixed!important;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 70px; */
    animation: fadeIn;
    animation-duration: 1s;
    display: grid;
    padding: 0;
  	background: var(--cassiopeia-color-primary);
}
.sticky .brand-logo img {
    height: auto;
    /*width: 80px!important;*/
}}

@media (min-width: 992px) {
.container-header .container-search {
    display: flex;
  	flex-wrap: wrap;
  	grid-gap: 1rem;
  	align-items: center;
}
header > *, .brand-logo img {
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-around;
}
  }
.container-header {
  	position: absolute;
    width: 100%;
    background-color: transparent;
    background-image: none;
  	box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
}
.container-header .container-nav {
   align-items: center;
   padding: 0 2rem;
}
@media (min-width: 992px) {
.container-header .navbar-brand {
      margin: 0;
      display: flex;
      width: 100%;
      justify-content: space-between;
}
}


.amenities-wrapper .amenities-holder {
    margin: 1rem!important;
}
.amenities-wrapper .amenities-holder span {
    font-size: 14px!important;
    text-transform: capitalize!important;
}
 #accomodation-osm-map {
    height: 480px!important;
    z-index: 1;
}
/*.spbooking .spbooking-row {
    background: url(../images/bg.png) no-repeat top right;
    background-size: calc((100% - 1110px) / 2 + 363px) 100%;
}*/
@media screen and (min-width: 768px) {
.accomodation-gallery .ac-gallery .image-holder {
    height: 960px!important;
 	min-height: 490px!important;
  }}
.room-info {
	float: left;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
  	justify-content: center;
}
.room {
	width: 50%;
	display: flex;
	flex-direction: column;
  	justify-content: center;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 54px!important;
    margin: 0 25px!important;
}
.accomodation-gallery .owl-carousel.owl-theme .owl-nav {
    width: 30%;
    position: absolute;
    bottom: 10px;
  	right: 10px;
}

@media (min-width: 576px) {
.rooms {
    flex-direction: row;
    gap: 1rem;
}
}
.rooms-info-body .rooms-available {
    color: #9013FE;
    position: absolute;
    top: 2rem;
    background: #ffffff;
    padding: 0 .5rem;
    right: 10%;
}

body .amenities-wrapper, .accomodation-other-holder {
    display: flex;
    align-items: center;
    background: #fff8ee;
    padding: 1rem;
}

.accomodation-other-holder:not(:last-child) {
    margin-right: 65px
}

.accomodation-other-holder .icon-image-wrap {
    margin-right: 15px;
}

.accomodation-other-holder .other-info-title {
    font-size: 14px;
}

.accomodation-other-holder .other-info-description {
    font-size: 14px;
    margin: 0
}

.accomodation-other-holder .other-info-description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15
}

.footer {
    color: #fff;
    background-color: var(--cassiopeia-color-primary);
    background-image: none;
    margin-top: 0;
    margin-left: calc(-50vw + 50% + 10px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 20px);
    padding-top: 30px;
    padding-bottom: 20px;
  	text-align: center;
}
.footer .grid-child {
    padding: 5rem .5em;
}
.copyright {
	opacity:.5;
  	text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*call in Action*/

.callnow {
    display: none;
}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.callnow .icon-phone::before {
    content: "\f879";
    font-size: 12px;
    margin: 2px;
}
.callnow {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    display: block !important;
}

.whatsapp {
    position: fixed;
    bottom: 110px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    color: #fff;
}

.whatsapp:hover {
    box-shadow: 0 0 0 .25rem;
}

.whatsapp a, .callnow a {
    text-decoration: none;
    color: inherit;
}


















@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Montserrat.ttf);
}
h1, h1 a {
    /* padding: 30px 0; */
    margin: 0;
    line-height: 1.2;
    color: var(--sparkycolor1);
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.spbooking-view-details .spbooking-title, .available-rooms-title, .amenities, .gallery-title {
    font-size: 42px;
    font-weight: 400;
    color: #404040;
    line-height: 48px;
    margin-bottom: 32px;
    font-family: 'Montserrat', sans-serif;
}
.spbooking-title {
	font-family: 'Montserrat', sans-serif;
}
body {
    color: #252525;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*=====================================
            BTMBAR PART STYLE
======================================*/
.btmbar-part {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.btmbar-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btmbar-widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 22px;
  border-radius: 8px;
}

.btmbar-widget li a:hover {
  background: #f5f5f5;
}

.btmbar-widget li a:hover i {
  color: var(--main-theme-color);
}

.btmbar-widget li a:hover span {
  color: var(--main-theme-color);
}

.btmbar-widget li a i {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.btmbar-active {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  color: var(--main-theme-color);
}

.btmbar-widget li a span {
  color: #555;
  font-size: 11px;
  line-height: 18px;
}

/*=====================================
     BTMBAR PART RESPONSIVE STYLE
======================================*/
.scroll-downs .btmbar-part {
		transform: translate3d(0, 100%, 0);
	}


.scroll-ups .btmbar-part {
		filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));
	}
@media (max-width: 764px) {
  .btmbar-part {
    display: block;
  }
}
a {
    text-decoration: none!important;
}