﻿/* Virelquast */


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #fffdf6;
  --primary-color:                #7a1f2b;
  --secondary-color:              #c9a646;
  --section-bg-color:             #f7f2e7;
  --dark-color:                   #080808;
  --title-color:                  #1d1b18;
  --news-title-color:             #1c1816;
  --p-color:                      #6f695f;
  --border-color:                 #ded3bd;
  --border-radius-default:        .25rem;

  --body-font-family:             'Montserrat', sans-serif;

  --h1-font-size:                 76px;
  --h2-font-size:                 56px;
  --h3-font-size:                 42px;
  --h4-font-size:                 28px;
  --h5-font-size:                 26px;
  --h6-font-size:                 22px;

  --p-font-size:                  18px;
  --menu-font-size:               18px;
  --category-font-size:           14px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
}

.O6XycAa {
  background-color: var(--primary-color) !important;
}

.ia8flLYW {
  background-color: var(--secondary-color) !important;
  color: var(--dark-color) !important;
}

.xAOFk9 {
  background-color: #1f4d3a !important;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
}

h1,
h2 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p,
.list .bDJUZulOlR {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

.GdPsI4 {
  color: var(--p-color);
  font-weight: var(--font-weight-semibold);
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.RjZJxEfFvk {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  CUSTOM BUTTON              
-----------------------------------------*/
.wsBPgGYeFP {
  border: 0;
  color: var(--white-color);
  font-size: 16px;
  padding: 10px 35px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.PRsoc5 {
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
  margin-right: 0;
}

.Utq7hgd1y .navbar-nav .nav-link,
.rrJy5cmQu .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
}

.Utq7hgd1y .nav-link,
.rrJy5cmQu .nav-link {
  color: var(--p-color);
  font-weight: var(--font-weight-normal);
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.nav-link:focus, 
.nav-link:hover {
  color: var(--primary-color);
}

.nav-link:focus {
  color: var(--p-color);
}

.nrcF83jyhA {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.nrcF83jyhA:focus {
  outline: none;
  box-shadow: none;
}

.nrcF83jyhA[aria-expanded="true"] .eL5TJxu {
  background: transparent;
}

.nrcF83jyhA[aria-expanded="true"] .eL5TJxu:before,
.nrcF83jyhA[aria-expanded="true"] .eL5TJxu:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.nrcF83jyhA[aria-expanded="true"] .eL5TJxu:before {
  transform: rotate(45deg);
}

.nrcF83jyhA[aria-expanded="true"] .eL5TJxu:after {
  transform: rotate(-45deg);
}

.nrcF83jyhA .eL5TJxu {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.nrcF83jyhA .eL5TJxu:before,
.nrcF83jyhA .eL5TJxu:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.nrcF83jyhA .eL5TJxu:before {
  top: -8px;
}

.nrcF83jyhA .eL5TJxu:after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.kzAjjnbmN {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  position: relative;
}

.kzAjjnbmN .container {
  position: relative;
  z-index: 2;
}

.WDN6uhySenO {
  background: transparent;
  text-align: left;
   padding-top: 6rem;
  padding-bottom: 6rem;
}

.QRsICdL {
  background-image: url('../AwPRmD71yw/Bua8LK6.jpg');
}

.zTjhEMaDvAI {
  background-image: url('../AwPRmD71yw/obOESbaeozA.jpg');
}

.CTKgaNz7g4 {
  background-image: url('../AwPRmD71yw/R6pdu6ZU.jpg');
}

.IPwyUK7j {
  background-image: url('../AwPRmD71yw/Bua8LK6.jpg');
}

.VWyGLEd {
  background-image: url('../AwPRmD71yw/wzKn1p078d.jpg');
}

.TB1y17ZzbU1 {
  background-image: url('../AwPRmD71yw/obOESbaeozA.jpg');
}

.cXVDWCR {
  background-image: url('../AwPRmD71yw/R6pdu6ZU.jpg');
}

.overlay {
  background: linear-gradient(to top, var(--dark-color), transparent 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.oq6YzBHjh3b {
  position: relative;
  overflow: hidden;
  padding-top: 20.542rem;
  padding-bottom: 20.542rem;
}

.oq6YzBHjh3b .container {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.eQdU0omA {
  z-index: -100;
}

.qxe2fz5 {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  HERO SLIDE               
-----------------------------------------*/
.uip1QWMZOn {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NoWat2ctndE {
  position: relative;
}

.P5957V05vY {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
}

.NuDWDFEi .OejhTfj6,
.ecABgXpChy {
  color: var(--white-color);
}

.AYxg7vSdGKk {
  background: var(--white-color);
  border-radius: 100px;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: var(--font-weight-semibold);
  display: inline-block;
  width: 84px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.NuDWDFEi .SVIYCC,
.NuDWDFEi .p2MbmPm {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.NuDWDFEi .SVIYCC,
.NuDWDFEi .p2MbmPm {
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  text-align: center;
}

.NuDWDFEi .SVIYCC {
  left: auto;
  right: 60px;
}

.NuDWDFEi .p2MbmPm {
  background: var(--primary-color);
  right: 0;
}

.NuDWDFEi .SVIYCC:hover, 
.NuDWDFEi .p2MbmPm:hover {
  background: var(--dark-color);
}

.NuDWDFEi .Uc2g3nkh,
.NuDWDFEi .OingJbUtnxJ {
  background-image: none;
  width: inherit;
  height: inherit;
  line-height: 60px;
}

.NuDWDFEi .Uc2g3nkh::before,
.NuDWDFEi .OingJbUtnxJ::before {
  font-family: bootstrap-icons;
  display: block;
  margin: auto;
  font-size: var(--h5-font-size);
  color: var(--white-color);
}

.NuDWDFEi .Uc2g3nkh::before {
  content: "\f13f";
}

.NuDWDFEi .OingJbUtnxJ::before {
  content: "\f144";
}

.zreWXIXpkdt {
  color: var(--secondary-color);
}


/*---------------------------------------
  MENU               
-----------------------------------------*/
.menu,
.about,
.ZrOxY9t3r,
.XGXaPX,
.hkmEjYbcp,
.uyyctt9PP7 {
  background: var(--section-bg-color);
}

.JRUVqFV2kU {
  position: relative;
  overflow: hidden;
}

.V5EFygKa {
  padding: 20px 20px 30px 20px;
}

.lkQGGB4 {
  display: block;
}

.LPlKhK {
  position: relative;
}

.zFRZCRmMBa {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.bLseo0ChGz {
  border-radius: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  max-height: 450px;
}


/*---------------------------------------
  NEWS               
-----------------------------------------*/
.n8sr9uWrX {
  position: relative;
  overflow: hidden;
}

.n8sr9uWrX > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.n8sr9uWrX > a:hover {
  transform: scale(1.2);
}

.TJgwodqOU1 {
  background: var(--section-bg-color);
  position: relative;
  z-index: 2;
  padding: 20px;
  transition: all 0.3s ease-out;
}

.XGXaPX .TJgwodqOU1 {
  background: var(--white-color);
}

.m6oqiYALUPb {
  background: linear-gradient(to top, var(--dark-color), transparent 90%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.m6oqiYALUPb .asyDR9 {
  color: var(--white-color);
}

.asyDR9 {
  color: var(--news-title-color);
}

.CbNgvI {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
}

.CbNgvI:hover {
  transform: scale(1.2);
}

.YlrGRpxp5c,
.zFRZCRmMBa {
  background: var(--dark-color);
  border-radius: var(--border-radius-default);
  color: var(--white-color);
  font-size: var(--category-font-size);
  display: inline-block;
  padding: 4px 12px;
}

.YlrGRpxp5c {
  margin-bottom: 5px;
}

.MPGS9haaU6r {
  margin-bottom: 60px;
}

.X3DlcDjjj3b {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.X3DlcDjjj3b:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.klO7vC4A8Qc {
  border-radius: 100px;
  object-fit: cover;
  width: 70px;
  height: 70px;
}


/*---------------------------------------
  CUSTOM FORM            
-----------------------------------------*/
.XmTGYd .B2dhiaV7 {
  margin-bottom: 20px;
  padding: 14px 10px;
  transition: all 0.3s;
}

.XmTGYd button[type="submit"] {
  background: var(--dark-color);
  border: 0;
  color: var(--white-color);
  text-transform: uppercase;
}

.XmTGYd button[type="submit"]:hover {
  background: var(--primary-color);
}


/*---------------------------------------
  SUBSCRIBE FORM            
-----------------------------------------*/
.fdRW7Bg .B2dhiaV7 {
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  BOOKING FORM            
-----------------------------------------*/
#BookingModal .aHT6yxfsK7a {
  border: 0;
  overflow: hidden;
}

#BookingModal .aHT6yxfsK7a::before {
  content: "";
  background-color: var(--white-color);
  background-image: url('../AwPRmD71yw/obOESbaeozA.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#BookingModal .q77FGqac {
  border-bottom: 0;
  position: relative;
  padding: 26px 32px 0 32px;
}

#BookingModal .modal-body {
  padding: 38px 32px;
  padding-right: 35%;
}

#BookingModal .muzWuI {
  border-top: 0;
  padding: 0;
}

.nltVq8s .B2dhiaV7 {
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.nltVq8s button[type="submit"] {
  background: var(--dark-color);
  border: 0;
  font-weight: var(--font-weight-semibold);
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0;
}

.nltVq8s button[type="submit"]:hover {
  background: var(--primary-color);
}

.raXG1hZsnUw {
  background-image: url('../AwPRmD71yw/wzKn1p078d.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}


/*---------------------------------------
  FOOTER              
-----------------------------------------*/
.tN0cCDcQ {
  background-image: url('../AwPRmD71yw/R6pdu6ZU.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.tN0cCDcQ::before {
  content: "";
  background: linear-gradient(to top, var(--dark-color), transparent 200%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tN0cCDcQ .container {
  position: relative;
}

.qRfynl1w2 {
	margin-top: 30px;
}
.T3Ta1Ev7eU {
	margin-top: 60px;
}

.U5FHsC {
  font-size: 16px;
}

.RNMzyHrxHz {
  color: var(--p-color);
}

.tN0cCDcQ a:hover {
  color: var(--white-color);
}

.tN0cCDcQ a {
  	color: #AAA;;
}

.tN0cCDcQ p {
	color: #AAA;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.iWa3aRKB {
  margin: 0;
  padding: 0;
}

.iWa3aRKB li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}

.iWa3aRKB:hover li:not(:hover) {
  opacity: 0.65;
}

.TNkfadxaayV {
  color: var(--p-color);
  font-size: var(--p-font-size);
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.TNkfadxaayV:hover {
  color: var(--primary-color);
}


/*---------------------------------------
  VIRELQUAST SECTIONS
-----------------------------------------*/
.hMFY0M p,
.V5EFygKa p,
.TJgwodqOU1 p {
  font-size: 16px;
  margin-top: 12px;
}

.yI8yn5f {
  color: var(--secondary-color);
}

.p7fDfe9GZ1o {
  background: #101510;
  border-left: 4px solid var(--secondary-color);
  padding: 32px;
}

.p7fDfe9GZ1o h3,
.p7fDfe9GZ1o h4,
.p7fDfe9GZ1o p,
.p7fDfe9GZ1o strong {
  color: var(--white-color);
}

.ERx8S4505t {
  color: var(--primary-color);
  font-weight: var(--font-weight-semibold);
}

.eRAa9Se {
  background: linear-gradient(135deg, #101510, #1f4d3a);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  padding: 32px;
  text-align: center;
}

.eRAa9Se p {
  color: #eadfbf;
  margin-bottom: 0;
}

.GxO6ncDs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.GxO6ncDs a {
  display: inline-block;
  margin-bottom: 8px;
}

.Z4gjB6RfM {
  background: var(--white-color);
  color: var(--dark-color);
  font-weight: var(--font-weight-semibold);
}

.Z4gjB6RfM:not(.collapsed) {
  background: var(--primary-color);
  color: var(--white-color);
}

.gAYhyyPT {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

.eeLNi6dlN8 h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.eeLNi6dlN8 p,
.eeLNi6dlN8 li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

.xNaIkJd4SFI {
  background: #101010;
  border: 1px solid rgba(201, 166, 70, .45);
  border-radius: 8px;
  bottom: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
  color: var(--white-color);
  display: none;
  left: 20px;
  margin: 0 auto;
  max-width: 920px;
  padding: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;
}

.xNaIkJd4SFI.show {
  display: block;
}

.xNaIkJd4SFI p {
  color: #dfd3bd;
  font-size: 16px;
  margin-bottom: 0;
}

.xNaIkJd4SFI .wsBPgGYeFP {
  font-size: 16px;
  padding: 8px 18px;
}
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 1170px) {
  h1 {
    font-size: 56px;
  }
}


@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .kzAjjnbmN,
  .RjZJxEfFvk {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .xNaIkJd4SFI {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  #BookingModal .aHT6yxfsK7a {
    padding-bottom: 200px;
  }

  #BookingModal .aHT6yxfsK7a::before {
    background-image: url('../AwPRmD71yw/obOESbaeozA.jpg');
    background-position: bottom;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    transform: rotate(180deg);
  }

  #BookingModal .modal-body {
    padding-top: 18px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 480px) {
  .bLseo0ChGz {
    max-width: 310px;
    max-height: 310px;
  }

  .NuDWDFEi .SVIYCC,
  .NuDWDFEi .p2MbmPm {
    width: 50px;
    height: 50px;
  }
}


