@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bitter:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

/* colors */

:root {
  --color1: #919AA3;
  --color2: #6B6A61;
  --color3: #B3B0A6;
  --color4: #CAC6C3;
  --color5: #A39B96;
}

/* general layout */

body {
  background: #ffffff;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  font-size: 110%;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.7;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a, a:link, a:visited, a:active {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: #6B6A61;
}
a.alt:link, a.alt:visited, a.alt:active {
  color: #0b7dc2;
  font-weight: 500;
  text-decoration: none;
}
a.alt:hover, a.alt:active {
  text-decoration: underline;
  color: #0b7dc2;
}
.form-control {
  border: 0;
  border-radius: 0;
  padding: 1.5rem 1.25rem;
}
.form-row > [class*="col-"] {
  padding-left: .5rem;
  padding-right: .5rem;
}

img {
  border: 0;
  display: block;
}
h1, h2, h3, h4 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1 {
}
h2 {
  font-size: 2rem;
  font-weight: 700;
}
h3 {
}
ul {
  padding-left: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 700;
}
.small {
  font-size: .55rem;
}
.text-small {
  font-size: .75rem;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.hide {
  display: none;
}

.fadein {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.fadeinleft .fadein.show {
  opacity: 1;
  animation: fadeInLeft 0.65s linear .5s both;
}
.fadeinright .fadein.show {
  opacity: 1;
  animation: fadeInRight 0.65s linear .5s both;
}

.btn-primary, a.btn-primary, a.btn-primary:link, a.btn-primary:visited, a.btn-primary:active {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  border-radius: 0;
  //font-family: "Anton", sans-serif;
  //font-weight: 400;
  //font-style: normal;
}
a.btn-primary:active,
a.btn-primary:hover,
a.btn-primary:focus {
  background: #000000;
  border: 2px solid #000000;
}
.btn-underline {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #dadada;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  letter-spacing: 1px;
}
.btn-underline:hover, 
.btn-underline:focus, 
.btn-underline:active {
  border-bottom: 1px solid #000000;
}

form .btn-primary {
  background: #000000;
  border: 2px solid #000000;
  font-weight: 700;
  border-radius: .25rem;
}
form .btn-primary:hover,
form .btn-primary:active,
form .btn-primary:focus {
  background: #4a4a4a;
  border: 2px solid #4a4a4a;
}

/* mobile sidebar */

.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #1f1f1f; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.4s; /* 0.5 second transition effect to slide in the sidebar */
}
.sidebar .navbar-nav {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sidebar .navbar-nav .nav-item {
  border-bottom: 1px solid #3f3f3f;
  padding: 1rem 0;
  //font-size: .85rem;
  font-size: 1rem;
  color: #3f3f3f;
}
.sidebar .navbar-nav .nav-item .nav-link {
  color: #979797;
}
.sidebar .navbar-nav .nav-item .nav-link:hover,
.sidebar .navbar-nav .nav-item .nav-link:focus,
.sidebar .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
}
.sidebar .navbar-nav .nav-item .close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  margin: 0;
  position: relative;
  top: -15px;
  left: -8px;
}
.sidebar .navbar-nav .nav-item .close-small svg {
  fill: #979797;
}
.sidebar .navbar-nav .nav-item .close-small:hover svg {
  fill: #ffffff;
}
#main {
  transition: margin-right .5s; /* If you want a transition effect */
  padding: 0;
  position: relative;
  transition: ease .4s;
}
#main .blocked {
  background: #000000;
  height: 100%;
  width: 100%;
  display: none;
  opacity: .3;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-no-splash #main-content {
  margin-top: 0 !important;
  padding-top: 110px;
}
.main-no-splash .bg-grey {
  margin-top: 101px;
}
.main-no-splash .bg-grey #main-content {
  padding-top: 1rem;
}
header .navbar-no-splash {
  top: 0 !important;
}

/* splash container */

.container-splash {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.container-splash .container-img {
  position: relative;
  min-height: 887px;
  height: 944px;
  //padding: 280px 0px 80px;
  //overflow: hidden;
  background-image: url('../images/north-of-avon-splash-img.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1rem;
  border-radius: 1rem;
}
.container-splash .container-about-us {
  background-image: url('../images/north-of-avon-about-us-splash-img.jpg');
}
.container-splash .container-our-suites {
  background-image: url('../images/north-of-avon-our-suites-splash-img.jpg');
}
.container-splash .container-gallery {
  background-image: url('../images/north-of-avon-gallery-splash-img.jpg');
}
.container-splash .container-contact {
  background-image: url('../images/north-of-avon-contact-splash-img.jpg');
}
.container-splash-mini .container-img {
  //min-height: 485px;
  //height: 485px;
  min-height: 225px;
  height: 225px;
}
.container-splash .container-img .splash-img {
  height: 100%;
  width: auto;
  left: 50%;
  transform: translate(-50%,0);
  position: absolute;
  //z-index: -1;
}
.container-splash .container-img .gradient-top,
.container-splash .container-video .gradient-top {
  position: absolute;
  top: 0;
  //height: 344px;
  height: 37%;
  width: 100%;
  opacity: 1;
  background: linear-gradient(rgba(0, 0, 0, 100), rgba(0, 0, 0, 0));
  -moz-background: linear-gradient(rgba(0, 0, 0, 100), rgba(0, 0, 0, 0));
  -o-background: linear-gradient(rgba(0, 0, 0, 100), rgba(0, 0, 0, 0));
  -webkit-background: linear-gradient(rgba(0, 0, 0, 100), rgba(0, 0, 0, 0));
  //z-index: -1;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.container-splash .container-img .gradient-bottom,
.container-splash .container-video .gradient-bottom {
  position: absolute;
  bottom: 0;
  //height: 338px;
  height: 37%;
  width: 100%;
  opacity: 1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
  -moz-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
  -o-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
  -webkit-background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 100));
  //z-index: -1;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.container-splash .container-img .container-overlay,
.container-splash .container-video .container-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 2rem;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-direction: column;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.container-splash .container-video .gradient-top {
  height: 37%;
}
.container-splash .container-video .gradient-bottom {
  height: 37%;
}
.container-splash .container-video .container-overlay {
  padding-bottom: 0;
}
.container-splash .container-img .container-overlay .container-overlay-text,
.container-splash .container-video .container-overlay .container-overlay-text {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  color: #ffffff;
  padding: 1rem;
}
.container-splash .container-img .container-overlay .container-overlay-text h1,
.container-splash .container-video .container-overlay .container-overlay-text h1 {
  font-weight: 700;
}
.container-splash .container-img .container-overlay .container-widget,
.container-splash .container-video .container-overlay .container-widget {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  width: 100%;
}
.container-splash .container-img .container-overlay .container-widget .book-now,
.container-splash .container-video .container-overlay .container-widget .book-now {
  position: relative;
  //top: -76px;
  top: -86px;
}
.container-splash .container-img .container-overlay .container-widget .container,
.container-splash .container-video .container-overlay .container-widget .container {
  padding: 0;
}
.container-splash .container-video {
  height: 100%;
  //max-height: 485px;
  max-height: 944px;
  min-height: 887px;
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 1rem;
  border-radius: 1rem;
  padding: 0;
}
.container-splash .container-video .video-alignment {
  height: 100%;
}
.container-splash .container-video .video-alignment .embed-responsive {
  height: 100%;
  width: auto;
}
.container-splash .container-video .video-alignment .embed-responsive video {
  height: 100%;
  width: auto;
}
.container-splash-mini .container-video {
  min-height: 485px;
  max-height: 485px;
  height: 485px;
}

.container-splash .navbar {
  position: relative;
  top: 0;
  background-color: #1c1c1c;
  z-index: 1;
  //padding-top: 32px;
}
.container-splash-mini .container-img .container-overlay {
  padding-bottom: 0;
}

/* header */

header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
header .navbar {
  background-color: #1c1c1c;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: top 0.3s;
  width: 100%;
  z-index: 1;
}
header .navbar .container {
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
header .navbar .navbar-nav .nav-link {
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
header .navbar .navbar-nav .nav-link span {
  border-bottom: 2px solid transparent;
  padding-bottom: .25rem;
}
header .navbar .navbar-nav .nav-link:hover span {
  border-bottom: 2px solid #dadada;
}
header .navbar .container .collapse {
  flex-grow: initial;
}
header .navbar-brand {
  padding-left: 1rem;
  padding-right: 1rem;
}

header .header-brand {
  //width: 125px;
  width: 150px;
  height: auto;
}
header .book-now {
  display: none;
}
header .navbar-dark .navbar-toggler {
  border: 0;
}
header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 14h22M4 21h22'/%3e%3c/svg%3e");
}

/* footer */

footer {
  margin: 1rem;
  border-radius: 1rem;
  background: #000000;
  color: #ffffff;
  padding: 2rem 1rem;
  //color: #9e9e9e;
}
footer a,
footer a:link,
footer a:visited,
footer a:active {
  color: #9e9e9e;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-nav a,
footer .footer-nav a:link,
footer .footer-nav a:visited,
footer .footer-nav a:active {
  color: #ffffff;
}

footer .container {
  display: flex;
  flex-direction: column;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
  padding: 0 1rem;
}
footer .footer-brand {
  width: 200px;
  height: auto;
}
footer .social-media {
  padding-top: 2rem;
}
footer .social-media svg {
  fill: #ffffff;
}
footer .social-media a:hover svg {
  fill: #9e9e9e;
}
footer h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  margin-top: 4rem;
  color: #ffffff;
}
footer .footer-bar {
  padding-top: 4rem;
}
footer .footer-bar .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
footer .footer-bar .footer-nav ul li {
  margin: 0 1rem;
}
footer .footer-bar .footer-nav ul li a {
  text-transform: uppercase;
  font-size: .9rem;
}
footer .footer-bar .footer-copyright {
  text-align: center;
  color: #939393;
  padding-top: 1rem;
}

/* slider */

#splide-rooms .is-prev, #splide-rooms .is-nexter2 {
  opacity: 0;
  transition: opacity .5s ease-out;  
}
#splide-quotes .is-prev, #splide-quotes .is-nexter1 {
  opacity: 0;
  transition: opacity .5s ease-out;  
}
.container-carousel {
  position: relative;  
}
.carousel {
  max-width: 1500px;
  margin: 0 auto;
  //padding-left: 5rem;
  //padding-right: 5rem; 
}
.carousel-rooms-bg {
  background: #f8f8f8;
  z-index: -1;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 2rem;
  display: none;
}
.carousel-quotes-bg {
  background: #f8f8f8;
  z-index: -1;
  height: 100%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  border-radius: 2rem;
  display: none;
}
.carousel .splide__arrow,
.carousel .splide__arrow--prev,
.carousel .splide__arrow--next {
  outline: none !important;   
  background: transparent;
  border-radius: 0;
}
.carousel .splide__arrow--next {
  right: -40px ;
}
.carousel .splide__arrow--prev {
  left: -40px ;
}
.splide__pagination__page.is-active {
  outline: none !important;   
  background: #000;
  transform: scale(1.2);
  transition: none;
}

.our-rooms {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.our-rooms .room-top {
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  flex-direction: column;
}
.our-rooms .room-top .rate .label {
  margin-right: .25rem;
}
.our-rooms .room-top .rate .price {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  line-height: 1.4;
}
.our-rooms .room-top .rate .discount {
  text-decoration: line-through;
  color: #a6a6a6;
  margin-right: .25rem;
  font-size: 1.25rem;
}
.our-rooms .room-top-img {
  border-radius: 1rem;
  overflow: hidden;
  //height: 500px;
  height: 277px;
}
.our-rooms .room-top-img img {
  //object-fit: cover;
  //height: 100%;
  //width: 100%;
}
.our-rooms .room-top-img .carousel {
  padding-left: 0;
  padding-right: 0;
  //height: 500px;
  height: 277px;
}
.our-rooms .room-top-img .carousel .carousel-inner {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.carousel-control-next-icon {
  //background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 40 40'%3e%3cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  //background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 40 40'%3e%3cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z'/%3e%3c/svg%3e");
  transform: scaleX(-1);
}
.our-rooms .room-top {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.our-rooms .room-features {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
}
.our-rooms .room-features .room-info {
  margin-bottom: 1.5rem;
  width: 100%;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 1.15rem;
  color: #747474;
}
.room-content .room-info .svg-icon {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}
.room-features .room-info .svg-icon {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}
.our-rooms .room-features .room-info .room-info-icon {
  margin-right: 1.5rem;
  color: #383838;
}
.our-rooms .room-features .room-info .title {
  color: #383838;
}
.our-rooms .room-description {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}
.our-rooms .room-amenities-list {
  border-radius: .75rem;
  border: 1px solid #e5e5e5;
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #848484;
  transition: transform 150ms ease-out,box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
  -moz-transition: transform 150ms ease-out,-moz-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
  -o-transition: transform 150ms ease-out,-o-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
  -webkit-transition: transform 150ms ease-out,-webkit-box-shadow 150ms ease-out,border-color 300ms ease-out,border-width 300ms;
}
.our-rooms .room-amenities-list:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 30px rgba(10, 10, 10,0.08);
  -moz-box-shadow: 0px 10px 30px rgba(10, 10, 10,0.08);
  -webkit-box-shadow: 0px 10px 30px rgba(10, 10, 10,0.08);
  z-index: 1;
  transform: translate3d(0, -5px, 0);
}
.our-rooms .room-amenities {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.our-rooms .room-amenities-top {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.our-rooms .property-rules {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid #e6e6e6;  
}
.our-rooms .property-rules-top {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.our-rooms .room-book {
  //position: fixed;
  //top: 0px;
  //bottom: auto;
  //width: 320px;
  //left: 1271.5px;
}

/* splide rooms slider */

#container-rooms-splide .container-carousel {
  padding-top: 2.75rem;
  padding-bottom: 4rem;
  text-align: center;
}
#splide-rooms .card,
.our-rooms .card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 45px rgba(10, 10, 10,0.07);
  -moz-box-shadow: 0 10px 45px rgba(10, 10, 10,0.07);
  -webkit-box-shadow: 0 10px 45px rgba(10, 10, 10,0.07);
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  border-radius: 1.25rem;
}
.our-rooms .card {
  margin-bottom: 0;
}
#splide-rooms .room-img,
.our-rooms .room-img {
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  position: relative;
}
#splide-rooms .room-img .overlay,
.our-rooms .room-img .overlay {
  position: absolute;
}
#splide-rooms .room-img .overlay-rate,
.our-rooms .room-img .overlay-rate {
  bottom: 10px;
  left: 25px;
  background-color: #000000;
  border-radius: .5rem;
  padding: .75rem 1.25rem;
  color: #ffffff;
}
#splide-rooms .room-img .overlay-rate .price,
.our-rooms .room-img .overlay-rate .price {
  font-size: 1.25rem;
  font-weight: 700;
}
#splide-rooms .room-img .overlay-discount,
.our-rooms .room-img .overlay-discount {
  top: 12px;
  right: 12px;
  background-color: #e45154;
  border-radius: .25rem;
  padding: .25rem 1.5rem;
  font-size: .9rem;
  text-transform: uppercase;
  color: #ffffff;
}
#splide-rooms .room-content,
.our-rooms .room-content {
  padding: 2rem;
  text-align: left;
}
#splide-rooms .room-content .room-info,
.our-rooms .room-content .room-info {
  color: #848484;
  font-weight: 700;
  //display: inline;
  padding-right: 1rem;
}
#splide-rooms .room-content .room-info svg,
.our-rooms .room-content .room-info svg {
  color: #000000;
}
#splide-rooms .room-content h2.title,
.our-rooms .room-content h2.title {
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#splide-rooms .room-content .room-book,
.our-rooms .room-content .room-book {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#splide-rooms .room-content .btn,
.our-rooms .room-content .btn {
  padding: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
#splide-rooms .room-content .btn:hover,
#splide-rooms .room-content .btn:focus,
#splide-rooms .room-content .btn:active,
.our-rooms .room-content .btn:hover,
.our-rooms .room-content .btn:focus,
.our-rooms .room-content .btn:active {
  border-bottom: 2px solid #dadada;
}

/* splide quotes slider */

#container-testimonials-splide {
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
}
#container-testimonials-splide .container-carousel {
  padding-bottom: 4.5rem;
}
#splide-quotes .card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 45px rgba(10, 10, 10,0.07);
  -moz-box-shadow: 0 10px 45px rgba(10, 10, 10,0.07);
  -webkit-box-shadow: 0 10px 45px rgba(10, 10, 10,0.07);
  margin-top: 4.25rem;
  margin-bottom: 5.5rem;
  border-top-left-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
}
#splide-quotes .quote-content {
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#splide-quotes .container-quote-img {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#splide-quotes .container-quote-img .quote-img {
  margin: 0 auto;
}
#splide-quotes .container-quote-img .quote-img img {
  width: 95px;
  min-width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
}
#splide-quotes .container-quote-img .quote-img .quote-symbol {
  font-size: 100px;
  position: absolute;
  top: -4px;
  right: -25px;
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
#splide-quotes .quote-content .quote {
  padding-left: 0;
  padding-top: 2rem;
  font-size: 1.15rem;
  text-align: center;
}
#splide-quotes .quote-content .quote-name {
  font-weight: 700;
}
#splide-quotes .quote-content .quote-type {
  font-weight: 700;
  font-size: .85rem;
}

/* main page styles */

.container-heading {
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}
#container-main-top {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
  color: #0a0a0a;
}
#container-main-top .row {
  margin: 0;
}
.right-image-mask {
  border-top-left-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
  margin: 0 1rem;
  overflow: hidden;
  position: relative;
  max-height: 560px;
}
.right-image-mask img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.bottom-image-mask {
  display: none;
}
.bottom-image-mask img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

/* contact */

.contact label {
  display: none;
}
.bg-grey {
  background: #f5f5f5;
  border-radius: 1rem;
  margin: 0 1rem 1rem 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.bg-grey .container {
  margin-top: 1rem;
}

/* gallery */

.gallery {
  margin-top: 2rem;
  padding-left: 2rem; 
  padding-right: 2rem; 
  margin-bottom: 2rem;
}
.gallery .gallery-img {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.gallery a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.gallery .gallery-img .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  color: transparent;
}
.gallery .gallery-img .overlay svg {
  width: 25px;
  height: 25px;
}
.gallery .gallery-img .overlay .icon-magnifying {
  fill: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery a:hover .overlay {
  background: rgba(0,0,0,.6);
  color: #ffffff;
}
.gallery a:hover .overlay .icon-magnifying {
  fill: #ffffff;
}
.gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    //border: 1px solid red;
    //max-width: 100%;
    //min-width: 100%;
    //width: 100%;
  }

  .our-rooms .room-top-img {
    height: 356px;
  }
  .our-rooms .room-top-img .carousel {
    height: 356px;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    //border: 1px solid blue;
    padding-left: 0;
    padding-right: 0;
  }

  .container-splash-mini .container-img {
    min-height: 350px;
    height: 350px;
  }

  .carousel-rooms-bg {
    display: block;
  }
  .carousel-quotes-bg {
    display: block;
  }

  #container-main-top {
    padding-top: 100px;
    //top: 90px;
  }
  #container-main-top .row {
    margin-top: -130px;
    margin-bottom: 35px;
  }
  .fadeinleft {
    padding-top: 75px;
    padding-left: .75rem;
  }
  .right-image-mask {
    //margin: 0 3rem;
    bottom: -130px;
  }
  .bottom-image-mask {
    display: block;
  }

  .our-rooms .room-top-img {
    height: 491px;
  }
  .our-rooms .room-top-img .carousel {
    height: 491px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    //border: 1px solid orange;
    //min-width: 100%;
    //max-width: 100%;
    //width: 100%;
  }
  body {
    font-size: 1.15rem;
  }
  h1 {
    //font-size: 2.75rem;
  }
  h2 {
    //font-size: 1.25rem;
  }

  .sidebar {
    width: 0 !important;
  }
  #main .blocked {
    display: none !important;
  }
  #main {
    margin-right: 0 !important;
    transform: initial !important;
    opacity: 1 !important;
  }

  .container-splash-mini .container-img {
    min-height: 485px;
    height: 485px;
  }

  .container-splash .container-video .video-alignment .embed-responsive {
    height: auto;
    width: 100%;
  }
  .container-splash .container-video .video-alignment .embed-responsive video {
    height: auto;
    width: 100%;
  }

  .container-splash {
    padding-left: 0;
    padding-right: 0;
  }
  .container-splash .navbar {
    position: absolute;
    display: block;
    background: transparent;
    padding-top: 32px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  header .container-splash .navbar .header-brand {
    //width: 175px;
    width: 200px;
  }
  .container-splash .container-img .container-overlay .container-overlay-text h1 {
    font-size: 2.5rem;
    padding-top: 1.5rem;
  }
  .container-splash .container-img .container-overlay .container-overlay-text h2 {
    font-size: 1.5rem;
  }

  header .navbar-brand {
    padding-left: 0;
    padding-right: 0;
  }
  header .navbar {
    display: block;
    position: fixed;
    //top: -76px;
    top: -86px;
  }
  header .book-now {
    display: block;
  }
  footer .container {
    flex-direction: row;
  }
  footer .footer-bar .footer-copyright {
    text-align: right;
  }

  #splide-quotes .quote-content {
    flex-direction: row;
  }
  #splide-quotes .quote-content .quote {
    padding-top: .5rem;
    padding-left: 2.5rem;
    text-align: left;
  }

  footer .footer-bar .footer-copyright {
    padding-top: 0;
  }

  .our-rooms {
    padding-left: 0;
    padding-right: 0;
  }
  .our-rooms .room-top {
    flex-direction: row;
  }
  .our-rooms .room-features {
    display: flex;
  }
  .our-rooms .room-features .room-info {
    width: 25%
  }

  .gallery {
    padding-left: 4rem; 
    padding-right: 4rem; 
  }

  .our-rooms .room-top-img {
    height: 500px;
  }
  .our-rooms .room-top-img .carousel {
    height: 500px;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    //border: 1px solid purple;
    //min-width: 100%;
    max-width: 1250px;
    //width: 100%;
  }

  .right-image-mask {
    margin: 0 3rem;
  }

  .our-rooms .room-top-img {
    height: 650px;
  }
  .our-rooms .room-top-img .carousel {
    height: 650px;
  }

}

/* Extra large devices (large desktops, 1340px and up) */
@media (min-width: 1388px) {
  .container-large {
    //border: 1px solid black;
    min-width: 1320px;
    max-width: 1320px;
    width: 1320px;
  }
}

/* Extra large devices (large desktops, 1340px and up) */
@media (min-width: 1370px) {

  .carousel {
    padding-left: 5rem;
    padding-right: 5rem; 
  }

}

/* Print */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  header, footer {
    display: none;
  }
  body {
    font: 12pt georgia, serif;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 16pt;
  }
}

/* general animations */

@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

/** fadeInRight **/

@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(100px);
        -moz-transform: translatex(100px);
        -o-transform: translatex(100px);
        transform: translatex(100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

