/** START OF GENERIC RULES **/
:root {
  --rough-blue: #097541;
  --off-white: #E4E7E4;
  --black: #2a2a2a;
  --fontYsabeau: "Ysabeau Infant", sans-serif;
  --fontOpenSans: "Open Sans", sans-serif;
  --transition3ms: all 0.2s linear;
  --transition1ms: all 0.1s linear;
  --transitionColor: background 0.2s linear, padding 0.2s linear, color 0.05s linear 0.1s;
  --backDropFilter: blur(2px);
}

.bluebg {
  background-color: var(--rough-blue);
  color: var(--off-white);
}

.text-blueDark {
  color: var(--rough-blue);
}

.greyBg {
  background-color: var(--off-white);
}

.form-control:focus,
.form-select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

button:focus,
.btn.focus,
.btn:focus,
a:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}

a {
  color: var(--black);
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}

.contactForm .form-check-label a {
  text-decoration: underline;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

picture {
  display: block;
  height: 100%;
  width: 100%;
}

picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

ul {
  list-style-position: inside;
}

/** END OF GENERIC RULES **/
/**START OF BODY AND HEADINGS **/
body {
  font-family: var(--fontOpenSans);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--black);
}

h1,
.h1,
h2,
.h2 {
  font-family: var(--fontOpenSans);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 300;
  overflow-wrap: break-word;
}

h1,
.h1 {
  font-size: 55px;
  color: var(--black);
}

h1 span,
.h1 span,
h2 span,
.h2 span {
  font-family: var(--fontOpenSans);
  font-weight: 300;
  font-size: 18px;
  display: block;
  color: var(--black);
  margin-bottom: 10px;
  line-height: 1.1;
  text-transform: uppercase;
}

.bluebg h1,
.bluebg h1 span,
.bluebg .h1,
.bluebg .h1 span,
.bluebg h2,
.bluebg h2 span .bluebg .h2,
.bluebg .h2 span {
  color: var(--off-white);
}

h2,
.h2 {
  font-size: 45px;
}

@media screen and (max-width: 1399px) {

  h1,
  .h1 {
    font-size: 45px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 575px) {

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 25px;
  }
}

/**END OF BODY AND HEADINGS **/
/** START OF BUTTONS  **/
.cta {
  font-family: var(--fontOpenSans);
  font-weight: 500;
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: var(--transition3ms);
}

.ctaImg {
  height: 35px;
  position: relative;
  z-index: 2;
}

.cta:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #09754157;
  width: 56px;
  height: 56px;
  transition: var(--transition3ms);
}

.bluebg .cta:before,
.restoHome .cta:before {
  background: rgba(255, 255, 255, 0.7);
}

.cta span,
.btn {
  font-family: var(--fontOpenSans);
  font-weight: 500;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  transition: var(--transition3ms);
}

.cta:hover:before {
  width: 100%;
  background: rgba(109, 138, 152, 0.3);
  -webkit-backdrop-filter: var(--backDropFilter);
  backdrop-filter: var(--backDropFilter);
}

.bluebg .cta:hover:before,
.restoHome .cta:hover:before {
  background: rgba(109, 138, 152, 0.9);
  -webkit-backdrop-filter: var(--backDropFilter);
  backdrop-filter: var(--backDropFilter);
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.96);
}

.btn:hover {
  letter-spacing: 2px;
}

@media screen and (max-width: 575px) {

  .cta span,
  .btn {
    font-size: 14px;
  }
}

/** END OF BUTTONS  **/
/** START OF MARGIN AND PADDING  **/
.marginTop {
  margin-top: 100px;
}

.paddings {
  padding: 100px 0px 100px;
}

.noTopMedia {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .marginTop {
    margin-top: 80px;
  }

  .paddingBG {
    padding: 45px 0px;
  }

  .paddings {
    padding: 80px 0px 80px;
  }

  .noTopMedia {
    margin-top: 100px;
  }
}

@media screen and (max-width: 575px) {
  .marginTop {
    margin-top: 60px;
  }

  .paddingTop {
    padding-top: 60px;
  }

  .paddings {
    padding: 60px 0px 60px;
  }
}

/** END OF MARGIN AND PADDING  **/
/* START OF HEADER  */
header {
  transition: var(--transition3ms);
}

header.active .header-top {
  display: none;
}

/* HEADER TOP  */
.header-top {
  background-color: var(--rough-blue);
  padding: 7px 0px 7px;
  transition: var(--transition3ms);
}

.header-top i {
  font-size: 20px;
}

.header-top a {
  color: var(--off-white);
  font-size: 13px;
  display: flex;
  font-weight: 500;
  align-items: center;
  transition: var(--transition1ms);
}

.header-top a:hover {
  color: var(--off-white);
  opacity: 0.8;
}

.contact-header li {
  margin-right: 35px;
  display: flex;
  align-items: center;
}

.contact-header li img,
.social-header li img {
  height: 20px;
}

.social-header li img {
  transition: var(--transition1ms);
}

.contact-header li img:hover,
.social-header li img:hover {
  scale: 1.25;
}

.social-header li {
  margin-right: 25px;
}

.contact-header li:last-child,
.social-header li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .header-top a {
    font-size: 12px;
  }

  .header-top i {
    font-size: 18px;
  }

  .contact-header li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .social-header li:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 575px) {
  .header-top a {
    font-size: 0px;
  }
}

/* HEADER TOP  */
/* MAIN HEADER  */
.main-header {
  background: var(--off-white);
  height: 120px;
  overflow: hidden;
}

.main-header .header-logo {
  position: relative;
}

.main-header .header-logo img,
header.active .main-header .header-logo img {
  /*height: 100px;*/
  width: 200px;
}

@media only screen and (min-width: 1200px) {
  .main-header .header-logo img {
    width: 250px;
  }
}

.main-header .header-logo a {
  display: block;
}

.main-header .main-menu li {
  position: relative;
}

.main-header .main-menu li a {
  font-family: var(--fontOpenSans);
  color: var(--black);
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  padding: 51px 15px;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--transition3ms);
}

.main-header .main-menu li a:hover {
  padding: 51px 15px;
  background: var(--rough-blue);
  color: var(--off-white);
}

.bookHeader {
  position: relative;
  text-align: center;
  height: 40px;
  max-height: 40px;
}

.bookHeader a {
  font-family: var(--fontOpenSans);
  /*background: var(--rough-blue);
  color: var(--off-white);*/
  background-color: transparent;
  color: var(--black);
  border: 2px solid var(--black);
  display: block;
  padding: 0px 16px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-height: 40px;
  font-weight: 500;
  transition: var(--transition3ms);
}

.bookHeader a:hover {
  background-color: var(--black);
  color: var(--off-white);
}

.bookHeader img {
  height: 25px;
  width: 25px;
  margin-left: 10px;
}

/* MOBILE MENU  */
.mobile-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: var(--black);
}

.menu_overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  color: var(--off-white);
  top: 0px;
  right: 0px;
  transform: translateX(110%);
  transition: transform 0.5s ease 0.3s;
}

.mobile-menu .menu-open img,
.mobile-menu .close-menu img {
  position: absolute;
  right: 0px;
  top: 45px;
  width: 35px;
  transition: all 0.3s ease;
}

header.active .mobile-menu .menu-open img {
  top: 7px;
}

.mobile-menu .close-menu img {
  right: 20px;
  z-index: 100;
  filter: invert(1);
}

.side {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 52%;
  z-index: 10;
}

.side1 {
  height: 100%;
  right: 0;
  background: var(--rough-blue);
}

.side2 {
  background-color: var(--rough-blue);
  left: 0;
  transform: translateX(-100%);
  color: var(--off-white);
  display: flex;
  z-index: 0;
  justify-content: center;
  transition: transform 0.5s ease;
}

.menu_overlay ul {
  height: 100%;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  opacity: 0;
  transition: var(--transition3ms);
  transition-delay: 0.8s;
  backface-visibility: hidden;
}

.menu_overlay.overlay-open ul {
  opacity: 1;
  transition-delay: 0s;
}

.menu_overlay a {
  width: 100%;
  font-size: 20px;
  color: var(--off-white);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 20px;
  transition: var(--transition3ms);
}

.menu_overlay a:hover {
  letter-spacing: 2.1px;
  color: var(--off-white);
}

.menu {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* MOBILE MENU  */
@media screen and (max-width: 1399px) {
  .main-header .main-menu li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  div.inner-text-sm-center>p {
    text-align: center !important;
  }

  .bookHeader {
    position: relative;
    top: unset;
    right: 42px;
  }

  .main-header .header-logo {
    top: unset;
  }

  .main-header {
    height: 90px;
  }

  header.active .mobile-menu .menu-open img {
    top: 0px;
  } 

  .main-header .header-logo img,
  header.active .main-header .header-logo img {
    width: 160px;
  }
}

@media screen and (max-width: 575px) {
  .bookHeader a {
    width: 100px;
  }

  .menu_overlay ul {
    position: relative;
    right: 45%;
  }

  .menu_overlay a {
    padding: 10px;
  }

  .menu_overlay {
    z-index: 1;
  }

  .mobile-menu .menu-open img {
    right: 0px;
  }
}

@media screen and (max-width: 340px) {
  .main-header .header-logo {
    width: 160px;
  }
}

/* MAIN HEADER  */
/* END OF HEADER  */
/** SLIDER CAROUSEL **/
.firstScreen,
.plyr--video,
#genericCarousel .carousel-item,
#genericCarousel {
  height: 100vh;
}

#genericCarousel::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

#genericCarousel .carousel-control-next,
#genericCarousel .carousel-control-prev {
  width: 100px;
}

.carousel-indicators {
  justify-content: start;
  margin-bottom: 32px;
  margin-left: 5%;
}

.carousel-indicators button {
  width: 13px !important;
  height: 13px !important;
  border: none !important;
  border-radius: 30px;
  margin: 0px 5px !important;
}

.carousel-indicators .active {
  background: var(--off-white);
}

.contentOverSlider {
  font-family: var(--fontOpenSans);
  position: absolute;
  font-size: 20px;
  z-index: 3;
  top: 50%;
  left: 50%;
  padding: 30px 40px 15px;
  transform: translate(-50%, -50%);
  color: var(--black);
  background: rgba(157, 157, 156, 0.65);
}

.contentOverSlider .title {
  font-size: 50px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .contentOverSlider .title {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .firstScreen,.plyr--video {
    height: 600px;
    margin-top: 112px;
  }

  #genericCarousel .carousel-item,
  #genericCarousel::before,
  #genericCarousel {
    height: 600px;
  }

  .contentOverSlider {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .firstScreen,.plyr--video {
    height: 400px;
  }

  #genericCarousel .carousel-item,
  #genericCarousel::before,
  #genericCarousel {
    height: 400px;
  }
}

/** SLIDER CAROUSEL **/
/* WELCOME SECTION  */
.twoImagesSection .imageCol img {
  /* height: 550px; */
  border-radius: 3px;
}

.twoImagesSection picture:first-child {
  margin-top: 50px;
  margin-right: 10px;
}

.twoImagesSection.revert picture:first-child {
  margin-top: 0px;
}

.twoImagesSection.revert picture:last-child {
  margin-top: 50px;
}

.twoImagesSection .textCol {
  padding-right: 20%;
}

.twoImagesSection.revert .textCol {
  padding-left: 20%;
  padding-right: 0;
}

@media screen and (max-width: 1199px) {
  .twoImagesSection .textCol {
    padding-right: 0%;
  }

  .twoImagesSection.revert .textCol {
    padding-left: 0%;
  }
}

@media screen and (max-width: 575px) {

  .twoImagesSection.revert picture:last-child {
    margin-top: 0px;
  }

  .twoImagesSection picture:first-child {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/* WELCOME SECTION  */
/* BOOKING FORM  */
.bookingForm {
  width: 280px;
  padding: 30px;
  background: rgba(77, 63, 49, 0.65);
  position: absolute;
  bottom: 32px;
  z-index: 100;
  right: 64px;
  border-radius: 8px;
}

.bookingForm .btn {
  font-family: var(--fontOpenSans);
  font-weight: 500;
  color: var(--off-white);
}

.bookingForm .form-control {
  border-radius: 0px;
  background-color: var(--off-white);
  padding-left: 11px;
  position: relative;
  height: 46px;
  font-family: var(--fontOpenSans);
  font-size: 14px;
  padding: 10px;
  border: 1px solid var(--off-white);
  border-width: 0px 0px 1px 0px;
  cursor: pointer;
}

.bookingForm .form-label {
  color: var(--off-white);
  font-family: var(--fontOpenSans);
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 1399px) {
  .bookingForm {
    right: 16px;
    bottom: 16px;
    width: 220px;
    padding: 20px;
  }
}

/* BOOKING FORM  */
footer .contact-details li {
  margin: 25px 0px;
}

footer .contact-details li:last-of-type {
  margin-bottom: 8px;
}

.contact-details li {
  margin: 25px 0px;
}

footer .contact-details li a,
.contact-details li a {
  display: flex;
  align-items: center;
  transition: var(--transition3ms);
  color: var(--off-white);
}

.greyBg .contact-details li a {
  color: var(--black);
}

.greyBg .contact-details li a:hover {
  color: var(--black);
  text-decoration: underline;
}

footer .contact-details li a {
  color: var(--off-white);
}

footer .contact-details li a:hover,
.contact-details li a:hover {
  text-decoration: underline;
  color: var(--off-white);
}

.social-details img,
.contact-details img,
.social--icon {
  height: 25px;
}

.social-details li,
footer .social-details li {
  margin-right: 25px;
}

.social-details li:last-child,
footer .social-details li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .contactPage .contact-details li a {
    justify-content: start;
    text-align: start;
  }

  .contactPage {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {

  .mobile-menu .contact-details,
  .mobile-menu .social-details {
    display: none;
  }
}

/* WHY US  */
.why-box {
  background: rgba(157, 157, 156, 0.5);
  border-radius: 3px;
  width: 18%;
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
}

.why-box span {
  font-family: var(--fontOpenSans);
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .why-box {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .why-box {
    width: 40%;
  }
}

@media screen and (max-width: 575px) {
  .why-box {
    width: 80%;
  }
}

/* WHY US  */
/* ROOMS HOME  */
.room-details li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.room-details li i {
  font-size: 25px;
  margin-right: 10px;
}

.textCol-buttons .btn {
  color: var(--black);
}

.greyBg .textCol-buttons .btn {
  color: var(--black);
}

.twoColCarousel .imageCol {
  height: 600px;
}

.twoColSection .imageCol {
  min-height: 600px;
}

.twoColCarousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.twoColCarousel button.carousel-control-next,
.twoColCarousel button.carousel-control-prev {
  padding: 15px !important;
  width: 100px;
  height: 60px;
  color: var(--off-white);
  -webkit-backdrop-filter: var(--backDropFilter);
  backdrop-filter: var(--backDropFilter);
  opacity: 1;
  transition: var(--transition3ms);
}

.twoColCarousel button.carousel-control-next {
  background: var(--off-white);
  color: var(--black);
  right: unset;
  left: 100px;
}

.twoColCarousel.revert button.carousel-control-next {
  background: var(--rough-blue);
  color: var(--off-white);
  right: 0;
  left: unset;
}

.twoColCarousel button.carousel-control-prev {
  background: var(--rough-blue);
  color: var(--off-white);
}

.twoColCarousel.revert button.carousel-control-prev {
  background: var(--off-white);
  color: var(--black);
  right: 100px;
  left: unset;
}

.twoColCarousel button.carousel-control-prev:hover,
.twoColCarousel.revert button.carousel-control-next:hover {
  background: var(--rough-blue);
}

.twoColCarousel button.carousel-control-next:hover,
.twoColCarousel.revert button.carousel-control-prev:hover {
  background: var(--off-white);
}

@media screen and (max-width: 991px) {
  .twoColSection .imageCol {
    height: 450px !important;
  }

  .twoColCarousel .owl-nav {
    left: unset;
    top: 0px;
    right: 0;
    transform: none;
  }
}

@media screen and (max-width: 575px) {
  .twoColSection .imageCol {
    height: 350px !important;
  }
}

/* ROOMS HOME  */
/* RESTO HOME  */
figure.effect-lily {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 600px;
  text-align: center;
  background: rgba(9, 83, 103, 0.9);
  cursor: pointer;
  margin-bottom: 0;
}

figure.effect-lily picture img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.7;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 30px 35px;
  color: var(--off-white);
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  backface-visibility: hidden;
  text-align: left;
}

figure.effect-lily figcaption::before,
figure.effect-lily figcaption::after {
  pointer-events: none;
}

figure.effect-lily h2,
figure.effect-lily .h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin-bottom: 0px;
  transition: transform 0.35s;
}

figure.effect-lily:hover img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 991px) {
  figure.effect-lily {
    height: 500px;
  }
}

@media screen and (max-width: 575px) {
  figure.effect-lily {
    height: 450px;
  }

  figure.effect-lily figcaption {
    padding: 30px 15px 30px;
  }
}

/* RESTO HOME  */
/* EXPERIENCES HOME */
.single-project-slide {
  position: relative;
  z-index: 1;
  height: 700px;
  overflow: hidden;
  cursor: pointer;
}

.single-project-slide .project-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: var(--off-white);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 30px 0px;
  display: flex;
  align-items: center;
}

.single-project-slide .hover-effects {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
}

.single-project-slide .hover-effects .text {
  padding: 30px 30px 10px;
  background-color: var(--black);
  -webkit-backdrop-filter: var(--backDropFilter);
  backdrop-filter: var(--backDropFilter);
  color: var(--off-white);
}

.single-project-slide .hover-effects .button {
  padding: 30px 30px;
  background-color: rgb(0, 0, 0);
  color: var(--off-white);
}

.single-project-slide .cta:before,
.single-project-slide .cta:hover::before {
  background: rgba(109, 138, 152, 0.8);
}

.single-project-slide:hover .hover-effects {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.experiencesCarousel .owl-nav {
  text-align: center;
  position: relative;
  top: 30px;
}

@media screen and (max-width: 1199px) {
  .single-project-slide {
    height: 600px !important;
  }
}

@media screen and (max-width: 575px) {
  .single-project-slide {
    height: 500px !important;
  }

  .single-project-slide .hover-effects .text {
    padding: 20px 15px 5px;
  }

  .single-project-slide .hover-effects .button {
    padding: 22px 10px 30px;
  }
}

/* EXPERIENCES HOME */
/* TESTIMONIALS  */
.testimonial-box {
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid var(--black);
  cursor: pointer;
  font-size: 15px;
}

@media (min-width: 768px) {
  .testimonial-box {
    min-height: 200px;
  }
}

.testimonial-brand {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--black);
  padding: 9px 35px;
  border-radius: 3px;
  text-align: center;
  color: var(--black);
  text-transform: uppercase;
}

.testimonials,
.partners {
  padding-bottom: 70px;
}

.testimonials .swiper-slide,
.partners .swiper-slide {
  padding: 5px;
}

.testimonials .swiper-pagination-bullet,
.partners .swiper-pagination-bullet {
  background: var(--black);
  display: inline-block;
  height: 15px;
  margin: 0 2px 5px;
  width: 15px;
  border-radius: 0;
}

@media screen and (min-width: 576px) {
  .partners .swiper-wrapper {
    justify-content: center;
  }
}

/* TESTIMONIALS  */
/* START OF AWARDS  */
.awards-row img {
  height: 110px;
  margin: 10px 15px 25px;
  cursor: pointer;
}

/* END OF AWARDS  */
.sponsors__wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  .sponsors__wrapper {
    width: 75%;
  }
}

.sponsor__wpapper:hover>img {
  filter: grayscale(1);
}

.sponsor__wpapper>img {
  transition: 0.6s all;
  min-height: 80px;
  height: 120px;
  mix-blend-mode: multiply;
  width: auto;
}

/* START OF INTAGRAM  */
.instragram_area {
  display: block;
  overflow: hidden;
}

.single_instagram {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}

.single_instagram picture img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition3ms);
}

.single_instagram picture img:hover {
  filter: blur(1px);
}

.single_instagram .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  transform: translateX(-80%);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single_instagram:hover .overlay {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.single_instagram a .insta-icon {
  width: 40px;
  transition: var(--transition3ms);
}

.single_instagram a .insta-icon:hover {
  width: 45px;
}

@media screen and (max-width: 991px) {
  .single_instagram {
    width: 25%;
  }

  .single_instagram:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .single_instagram {
    width: 50%;
  }

  .single_instagram picture img {
    height: 120px;
  }
}

/* END OF INTAGRAM  */
/* START OF BOTTOM MENU  */
.bottomMenu {
  border-bottom: 2px solid var(--off-white);
  border-width: 1px 0px;
}

.bottomMenu li {
  margin: 5px 10px;
}

.bottomMenu li a {
  font-family: var(--fontOpenSans);
  font-size: 18px;
  color: var(--off-white);
  font-weight: 500;
  text-transform: uppercase;
  transition: var(--transition3ms);
}

.bottomMenu li a:hover {
  color: var(--off-white);
  text-decoration: underline;
}

/* END BOTTOM MENU  */
/* START OF FOOTER  */
footer {
  color: var(--off-white);
}

.newsletterForm .form-control {
  border-radius: 0px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--off-white);
  color: var(--off-white);
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 300;
}

.newsletterForm .form-control::-moz-placeholder {
  color: var(--off-white);
}

.newsletterForm .form-control::placeholder {
  color: var(--off-white);
}

input[type=email]::-webkit-input-placeholder {
  color: var(--off-white);
}

.newsletterForm .btn {
  border: 1px solid var(--off-white);
  color: var(--off-white);
  border-radius: 0px;
  margin-left: 10px;
  padding: 15px 22px;
  font-weight: 400;
  transition: var(--transition3ms);
}

.newsletterForm .btn:hover {
  background: var(--off-white);
  border: 1px solid var(--off-white);
  letter-spacing: 2px;
  color: var(--rough-blue);
}

.copyright {
  color: var(--off-white);
  font-size: 14px;
  text-align: center;
  border-top: 2px solid var(--off-white);
  border-width: 1px 0px;
}

.copyright a {
  text-decoration: underline;
}

.copyright a:hover {
  text-decoration: none;
}

.copyright p {
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.005);
}

/* END OF FOOTER  */
/* CONTACT PAGE  */
.map-link {
  display: block;
  border: 2px solid var(--off-white);
  height: 500px;
  transition: var(--transition3ms);
}

.map-link:hover {
  filter: drop-shadow(2px 4px 6px var(--off-white));
}

.contactForm .form-control {
  border-radius: 0px;
  padding: 10px;
  border: none;
  background: transparent;
  border: 2px solid var(--black);
  transition: var(--transition3ms);
}

.contactForm .form-check {
  text-align: left;
}

.contactForm .form-control:focus {
  border: 2px solid var(--rough-blue);
}

.contactForm .form-label {
  font-family: var(--fontOpenSans);
  color: var(--black);
  font-weight: 500;
  text-align: left;
  display: block;
  text-transform: uppercase;
}

.contactForm .btn {
  border: 2px solid var(--black);
  border-radius: 0px;
  margin-left: 10px;
  padding: 15px 22px;
  font-weight: 500;
}

.contactForm .btn:hover {
  background: transparent;
  border: 2px solid var(--rough-blue);
  letter-spacing: 2px;
  color: var(--rough-blue);
}

.contactPage .social-details img,
.contactPage .contact-details img {
  height: 25px;
  filter: brightness(0);
}

@media screen and (max-width: 767px) {
  .map-link, .map-link img {
    height: 300px !important;
  }
}

/* CONTACT PAGE  */
/* GALLERY PAGE  */
#galleryBtnContainer .btn {
  margin: 5px 5px;
  font-size: 17px;
  border: none;
}

#galleryBtnContainer .filterBtn.active {
  color: var(--black);
  text-decoration: underline;
}

.galleryFiltering .photoColumn a,
.galleryFiltering .photoColumn picture {
  height: 400px;
  width: 100%;
}

.galleryFiltering .photoColumn a {
  transition: var(--transition3ms);
  filter: brightness(0.8);
}

.galleryFiltering .photoColumn a:hover {
  filter: brightness(1);
}

.photoColumn {
  display: none;
  /* Hide all elements by default */
}

.show {
  display: block;
  /* The "show" class is added to the filtered elements */
}

.gallery-img>a {
  min-width: 100%;
  height: auto;
}

.gallery-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  transition: var(--transition3ms);
}

.gallery-img img:hover {
  filter: brightness(70%);
}

@media screen and (max-width: 1399px) {

  .galleryFiltering .photoColumn a,
  .galleryFiltering .photoColumn picture {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .gallery-img img {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .gallery-img img {
    height: 150px;
  }

  .galleryFiltering .photoColumn a,
  .galleryFiltering .photoColumn picture {
    height: 250px;
  }
}

@media screen and (max-width: 480px) {

  .galleryFiltering .photoColumn a,
  .galleryFiltering .photoColumn picture {
    height: 150px;
  }
}

/* GALLERY PAGE  */
/* PRESENTATION PAGE  */
.amenities {
  -moz-columns: 2;
  columns: 2;
  max-width: 500px;
  margin: auto;
  margin-top: 50px;
}

.amenities li {
  margin: 5px 20px;
}

@media screen and (max-width: 575px) {
  .amenities {
    -moz-columns: 1;
    columns: 1;
  }
}

/* PRESENTATION PAGE  */
/* SUBMENU  */
.submenu-box {
  position: relative;
  height: 450px;
  text-align: center;
}

.submenu-box-text {
  position: absolute;
  padding: 30px;
  background: rgba(152, 175, 177, 0.7411764706);
  -webkit-backdrop-filter: var(--backDropFilter);
  backdrop-filter: var(--backDropFilter);
}

.submenu-box h2,
.submenu-box .h2,
.submenu-box .btn {
  position: relative;
  z-index: 1;
}

.submenu-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  transition: var(--transition3ms);
}

.submenu-box:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1199px) {

  .submenu-box::before,
  .submenu-box {
    height: 400px !important;
  }
}

@media screen and (max-width: 767px) {

  .submenu-box::before,
  .submenu-box {
    height: 350px !important;
  }
}

/* SUBMENU  */
/**LANGUAGES**/
.languagesDrop .dropdown-toggle {
  color: var(--off-white);
  border: none;
  background: transparent;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 14px;
  transition: 0.3s linear;
}

.languagesDrop .dropdown-toggle::after {
  margin-left: 0;
}

.languagesDrop a {
  color: var(--off-white);
  text-decoration: none;
}

.languagesDrop .dropdown-menu {
  min-width: 40px;
  border-radius: 0;
  background: transparent;
  border: none;
  left: 0px !important;
  top: 22px !important;
}

.languagesDrop .dropdown-item {
  display: block;
  padding: 0px;
  text-align: center;
  padding: 0 5px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  color: var(--rough-blue);
}

.languagesDrop .dropdown-item:hover {
  background: none;
  color: var(--off-white);
}

.dropdown.active .dropdown-menu,
.dropdown:hover .dropdown-menu {
  position: absolute !important;
  display: block;
  border: 0px solid rgba(0, 0, 0, 0.15);
  background-color: var(--off-white);
  border-radius: 0;
  padding: 8px 10px;
  font-size: inherit;
  z-index: 1030;
  left: 20px;
  top: calc(100% - 2px);
  margin: 0;
  line-height: 1.4;
}

.dropdown .dropdown-menu li {
  display: block;
  padding: 10px 5px 0px 5px;
}

.dropdown .dropdown-menu a.active,
.dropdown .dropdown-menu a:hover {
  color: var(--rough-blue);
}

@media screen and (max-width: 1199px) {
  .languagesDrop .dropdown-toggle {
    font-size: 16px;
  }
}

/**END OF LANGUAGES**/
/* START SCROLL TO TOP  */
.toTop {
  text-align: right;
}

button.scrollup {
  position: fixed;
  right: 25px;
  bottom: 70px;
  background: var(--off-white) url("../images/arrow-up.png") no-repeat center center;
  background-size: 20px;
  width: 38px;
  height: 38px;
  z-index: 1033;
  display: none;
}

.scrollup.is-visible {
  display: inline;
  opacity: 1;
}

/* @media screen and (max-width: 1199px) {
  button.scrollup {
    right: 5%;
  }
} */

/* END SCROLL TO TOP  */
/* SWIPER CAROUSELS  */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 15px !important;
  width: 100px;
  height: 60px;
  top: 23px;
  right: 0;
  color: var(--off-white);
  opacity: 1 !important;
  transition: var(--transition3ms);
}

.swiper-button-next {
  background: var(--black);
}

.swiper-button-prev {
  background: var(--off-white);
  left: unset;
  right: 100px;
}

/*Background for accessibility*/
span {
  background: rgba(0, 0, 0, 0.005);
}

form label {
  background: rgba(0, 0, 0, 0.005);
}

.sitemap a {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.twoColSection picture img {
  height: 600px;
}

@media screen and (max-width: 991px) {
  .twoColSection picture img {
    height: 400px;
  }
}

/*Start Breadcrumb */
.breadcrumb {
  color: var(--gold);
  font-family: var(--fontYsabeau);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}

.breadcrumb li {
  background: rgba(0, 0, 0, 0.002);
}

.breadcrumb li+li:before {
  padding: 8px;
  color: var(--black);
  content: "\276F";
  font-size: 16px;
  font-weight: 300;
  margin-left: 8px;
}

.breadcrumb a {
  color: var(--rough-blue);
  text-decoration: none;
  font-weight: 400;
  transition: var(--transition3s);
}

.blueBg .breadcrumb a {
  color: var(--white);
}

.breadcrumb a:hover {
  color: var(--blue);
  text-decoration: none;
}

#popupModal .modal-dialog {
  max-width: 550px;
  width: 90%;
  margin: 20px auto;
}

#popupModal .modal-content {
  border-radius: 0;
  background: var(--off-white);
}

#popupModal .img img {
  height: 300px;
}

.modal-header {
  border: none;
}