/*
Adaptácia Halveronis pre luxusnú reštauráciu a kasínovú zónu.
Zachováva pôvodnú Bootstrap sekčnú architektúru, responzívnu mriežku, navigáciu, formuláre a interakcie.
*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #5f1423;
  --secondary-color:              #c6a15b;
  --section-bg-color:             #0f3b2e;
  --custom-btn-bg-color:          #8b6828;
  --custom-btn-bg-hover-color:    #c6a15b;
  --dark-color:                   #070707;
  --p-color:                      #6f6a60;
  --border-color:                 #c6a15b;
  --link-hover-color:             #f2d37a;

  --body-font-family:             'Plus Jakarta Sans', sans-serif;

  --h1-font-size:                 68px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --btn-font-size:                16px;
  --form-btn-font-size:           18px;
  --menu-font-size:               16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-thin:             200;
  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: #fbf6ea;
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

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 {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  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;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.O1ePOJ {
  padding-top: 100px;
  padding-bottom: 100px;
}

.OcCvxcHy {
  background-color: var(--section-bg-color);
}

.Jtjf1j {
  background-color: var(--dark-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}

.Jtjf1j + .container {
  position: relative;
  z-index: 22;
}

.GYzOWlJ {
  font-size: var(--h2-font-size);
}


/*---------------------------------------
  TIMELINE               
-----------------------------------------*/
.G8R4YC8b {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.G8R4YC8b::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #fbf6ea;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.hqXMYB2Jw {
  padding: 10px 40px;
  padding-top: 0;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.hqXMYB2Jw::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #fbf6ea;
  border: 5px solid #c6a15b;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.RHuodEegecd {
  left: 0;
}

.L711WJA {
  left: 50%;
}

.RHuodEegecd::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  right: 25px;
  border: medium solid white;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent white;
}

.L711WJA::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 9px;
  width: 0;
  z-index: 1;
  left: 25px;
  border: medium solid white;
  border-width: 20px 20px 20px 0;
  border-color: transparent white transparent transparent;
}

.L711WJA::after {
  left: -13px;
}

.VbblKgE {
  padding: 5px;
  background-color: #fbf6ea;
  position: relative;
  border-radius: var(--border-radius-medium);
}

@media screen and (max-width: 991px) {
  .G8R4YC8b::after {
    left: 31px;
  }

  .hqXMYB2Jw {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .hqXMYB2Jw::before {
    left: 58px;
    border: medium solid white;
    border-width: 20px 20px 20px 0;
    border-color: transparent white transparent transparent;
  }

  .RHuodEegecd::after, .L711WJA::after {
    left: 6px;
  }

  .L711WJA {
    left: 0%;
  }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.kzmlwrMOBn8 {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 12px 28px;
}

.kzmlwrMOBn8:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.O9Iiw737p {
  background: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.O9Iiw737p:hover {
  background: var(--white-color);
  color: var(--secondary-color);
}

.f6hJzY {
  border-color: var(--white-color);
  color: var(--white-color);
}

.vNiMxpI4 {
  font-style: italic;
}


/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .container {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 15px 30px;
}

.navbar {
  background: transparent;
  z-index: 999999;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar .container {
  background: rgba(0, 0, 0, 0.35);
  border-radius: var(--border-radius-medium);
  padding: 15px 30px;
}

.Nnw2mdx8RR,
.Nnw2mdx8RR:hover {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--white-color);
}

.navbar .ym8Pa6k7 {
  filter: brightness(0) invert(1);
}

.ym8Pa6k7 {
  width: 48px;
  height: auto;
  margin-right: 10px;
}

.navbar .kzmlwrMOBn8 {
  padding: 10px 20px;
}

.ay27CHn1RV .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-bold);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--menu-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.XVq9da3gGoZ {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.XVq9da3gGoZ:focus {
  outline: none;
  box-shadow: none;
}

.XVq9da3gGoZ[aria-expanded="true"] .UeKXz4zmji {
  background: transparent;
}

.XVq9da3gGoZ[aria-expanded="true"] .UeKXz4zmji:before,
.XVq9da3gGoZ[aria-expanded="true"] .UeKXz4zmji: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;
}

.XVq9da3gGoZ[aria-expanded="true"] .UeKXz4zmji:before {
  transform: rotate(45deg);
}

.XVq9da3gGoZ[aria-expanded="true"] .UeKXz4zmji:after {
  transform: rotate(-45deg);
}

.XVq9da3gGoZ .UeKXz4zmji {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.XVq9da3gGoZ .UeKXz4zmji:before,
.XVq9da3gGoZ .UeKXz4zmji: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(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.XVq9da3gGoZ .UeKXz4zmji::before {
  top: -8px;
}

.XVq9da3gGoZ .UeKXz4zmji::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.JymBR6t {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  min-height: 620px;
  text-align: center;
}

.JymBR6t::after {
  background-color: rgba(0, 0, 0, 0.72);
  border-radius: var(--border-radius-medium);
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-55%, -50%) rotate(45deg);
  width: 250px;
  height: 350px;
  pointer-events: none;
}

@media screen and (min-width: 991px) {
  .JymBR6t {
    height: 100vh;
  }
}

.JymBR6t h1 {
  color: var(--white-color);
}

.XNcv488j {
  color: var(--secondary-color);
}

.JymBR6t .O9Iiw737p {
  border-color: transparent;
}

.JymBR6t .container {
  position: relative;
  z-index: 9;
}

.hero-slides {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.MPvnHSV5V {
  margin: 0;
  padding: 0;
}

.MPvnHSV5V li {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  margin-bottom: 10px;
}

.MPvnHSV5V li .O0gYykR {
  background-color: rgba(255, 255, 255, 0.75);
  width: 35%;
  height: 1px;
  margin: auto 15px 0 15px;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.bW6SVHU {
  background-color: var(--secondary-color);
  position: relative;
}

.bW6SVHU .ratio {
  border-radius: var(--border-radius-medium);
}

.p5u7kicBiyf {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cNCTJhhZhS {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.bPtBphFYn {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(95, 20, 35, 0.96));
  border-radius: var(--border-radius-medium);
  bottom: 0;
  height: auto;
  padding: 40px;
}

.bPtBphFYn h4 {
  color: var(--white-color);
}

.bW6SVHU h6 {
  color: var(--secondary-color);
}

.eexYlzd {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  max-height: 450px;
  cursor: pointer;
}

.eexYlzd:hover .TsFd1E {
  transform: scale(1.2);
}

.doUtgJIevZh {
  width: 100%;
}

.TsFd1E {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.xRFMWDeWNKP {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(95, 20, 35, 0.96));
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.xRFMWDeWNKP .Pvpml71 {
  margin: auto;
  top: 2px;
  bottom: 0;
}


/*---------------------------------------
  OUR MENU              
-----------------------------------------*/
.zB9T0nI {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(7, 7, 7, 0.62)), url('../igux97HDDKJ/lzPJmEAlgyT.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.WE89fW {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.zVG4sXmP8P .cOHcRcwHqjt {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.zVG4sXmP8P h6 {
  color: var(--white-color);
}

.zVG4sXmP8P small {
  color: rgba(255, 255, 255, 0.35);
}

.zVG4sXmP8P strong {
  color: var(--secondary-color);
}

.a0gktC {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: auto;
  cursor: pointer;
}

.Pvpml71 {
  background-color: var(--primary-color);
  font-size: 12px;
  position: relative;
  bottom: 4px;
  padding-bottom: 6px;
}

.Pvpml71::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color);
}


/*---------------------------------------
  REVIEWS              
-----------------------------------------*/
.fadFLwIm {
  background-color: #102f28;
}

.SuFxGnjG {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.SuFxGnjG .cOHcRcwHqjt {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.VkbTtHFUK7 {
  background-image: linear-gradient(to bottom, rgba(15, 59, 46, 0.25), rgba(95, 20, 35, 0.75)), url('../igux97HDDKJ/s30y0VIXmn.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

.cPgPMPWz {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-right: 10px;
}

.iY6uXJZU {
  padding: 20px 30px;
}

.iY6uXJZU p {
  font-size: var(--btn-font-size);
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}

.nRSsSAAT i {
  color: var(--white-color);
}


/*---------------------------------------
  BOOKING SECTION              
-----------------------------------------*/
.P7jVKs {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), rgba(7, 7, 7, 0.7)), url('../igux97HDDKJ/GIYT8ABWU.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.uO3lmUV085 {
  background-color: rgba(0, 0, 0, 0.72);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.LuZQCUVn {
  padding: 55px 65px;
}

.euL5cNC4Xa {
  position: relative;
  height: 100%;
}

.COfOp1mc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.XhnIIgpJ1 span {
  color: var(--white-color);
  font-size: var(--btn-font-size);
}

.tIQsHKH .O9Iiw737p {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.tIQsHKH .O9Iiw737p:hover {
  border-color: transparent;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.YvDaLsM6 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.48), rgba(95, 20, 35, 0.96)), url('../igux97HDDKJ/B72FloxcSW.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.kG0X3tQ {
  border-radius: var(--border-radius-medium);
  filter: grayscale(100);
}

.Aqe6imU2SY {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  padding: 0;
  min-height: 200px;
}

.jsUpmljh8 {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  transform: rotate(8deg);
  height: 100%;
  padding: 20px 40px;
}

.jsUpmljh8 h6 {
  transform: rotate(-8deg);
}

.jsUpmljh8 .ekb0fw {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.jsUpmljh8 strong {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.fLxb9rhc .BF9gcou {
  color: var(--p-color);
  border-radius: var(--border-radius-small);
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
}

.fLxb9rhc .BF9gcou:hover,
.fLxb9rhc .BF9gcou:focus {
  background: var(--primary-color);
  border-color: transparent;
}

.fLxb9rhc .rZ5UjkKfeh {
  color: var(--white-color);
  font-style: italic;
  margin-bottom: 15px;
}

.fLxb9rhc button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--form-btn-font-size);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.fLxb9rhc button[type="submit"]:hover,
.fLxb9rhc button[type="submit"]:focus {
  background: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);
}

.mF8dtD .BF9gcou,
.LuZQCUVn .BF9gcou {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.LuZQCUVn .BF9gcou {
  color: var(--white-color);
}

.fLxb9rhc input::-webkit-input-placeholder,
.fLxb9rhc textarea::-webkit-input-placeholder {
   color: var(--white-color);
}

.LuZQCUVn input:-moz-placeholder,
.LuZQCUVn textarea:-moz-placeholder {
  color: var(--white-color);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.D2EG2bf9ic {
  background-color: var(--primary-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.D2EG2bf9ic strong {
  color: var(--white-color);
}

.D2EG2bf9ic p,
.bVrr8V {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
}

.bVrr8V {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  transition: all 0.3s;
}

.bVrr8V:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.NRQFDRAZ0Bu {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--menu-font-size);
}

.NRQFDRAZ0Bu a {
	color: rgba(255, 200, 160, 0.75);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.Id6uTfrB {
  margin: 0;
  padding: 0;
}

.EfZZRJNg {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.NRKhqQk {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--menu-font-size);
  display: block;
  margin: 0 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: background 0.2s, color 0.2s;
}

.NRKhqQk:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.NRKhqQk span {
  display: block;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .O1ePOJ {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .JymBR6t {
    padding-top: 148px;
    padding-bottom: 100px;
  }

  .Nnw2mdx8RR,
  .Nnw2mdx8RR:hover {
    font-size: var(--h5-font-size);
  }

  .ay27CHn1RV .navbar-nav {
    padding-bottom: 20px;
  }

  .ay27CHn1RV .navbar-nav .nav-link {
    padding: 0;
    margin-bottom: 0;
  }

  .navbar .kzmlwrMOBn8 {
    margin-bottom: 10px;
  }

  .LuZQCUVn {
    padding: 45px;
  }

  .YvDaLsM6 .container {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 35px;
  }

  .D2EG2bf9ic {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .kzmlwrMOBn8 {
    font-size: 14px;
    padding: 12px 20px;
  }

  .WE89fW,
  .VkbTtHFUK7,
  .iY6uXJZU {
    padding: 20px;
  }
}


@media screen and (max-width: 578px) {
  .navbar .container,
  .sticky-wrapper.is-sticky .container {
    margin-right: 10px;
    margin-left: 10px;
  }
}


@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .JymBR6t::after {
    width: 200px;
    height: 200px;
  }

  .LuZQCUVn {
    padding: 35px;
  }

  .MPvnHSV5V li {
    font-size: 12px;
  }

  .VkbTtHFUK7 {
    flex-direction: column;
  }

  .cPgPMPWz {
    margin-bottom: 15px;
  }

  .hqXMYB2Jw {
    padding-left: 55px;
  }

  .hqXMYB2Jw::before {
    left: 44px;
    border: medium solid white;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
  }

  .RHuodEegecd::before,
  .L711WJA::before {
    top: 13px;
  }
}



/*---------------------------------------
  HALVERONIS ADAPTATION
-----------------------------------------*/
.navbar .container,
.sticky-wrapper.is-sticky .container {
  border: 1px solid rgba(198, 161, 91, 0.25);
  backdrop-filter: blur(8px);
}

.ay27CHn1RV .navbar-nav .nav-link {
  margin: 6px;
  padding: 8px 9px;
  font-size: 14px;
}

.ym8Pa6k7 {
  border-radius: 50%;
}

.JymBR6t::after {
  border: 1px solid rgba(198, 161, 91, 0.2);
  box-shadow: 0 0 80px rgba(95, 20, 35, 0.45);
}

.JymBR6t p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.bW6SVHU,
.hsRndE {
  background-color: #0f3b2e;
}

.eexYlzd {
  min-height: 430px;
  background-color: #101010;
}

.xRFMWDeWNKP {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(7, 7, 7, 0.2) 35%, rgba(95, 20, 35, 0.96));
}

.xRFMWDeWNKP .Az6jvw {
  flex-wrap: wrap;
  gap: 8px;
}

.xRFMWDeWNKP .Pvpml71 {
  margin-left: 0 !important;
}

.xRFMWDeWNKP h4 {
  line-height: 1.1;
}

.WE89fW,
.uO3lmUV085,
.rTUrEJh,
.WfX2gjvbT,
.IhVepbEuZtD,
.MCEdt9WY {
  border: 1px solid rgba(198, 161, 91, 0.24);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.zVG4sXmP8P .O0gYykR,
.MPvnHSV5V li .O0gYykR {
  background-color: rgba(198, 161, 91, 0.42);
}

.OeldvkS,
.Xahjb4W41,
.gEENd4gSn {
  min-height: 680px;
}

.t9Og6OFo {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(7, 7, 7, 0.72)), url('../igux97HDDKJ/GIYT8ABWU.jpg');
}

.Xahjb4W41 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(7, 7, 7, 0.72)), url('../igux97HDDKJ/B72FloxcSW.jpg');
}

.gEENd4gSn {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(7, 7, 7, 0.76)), url('../igux97HDDKJ/s30y0VIXmn.jpg');
}

.UHRHIHPL {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(7, 7, 7, 0.76)), url('../igux97HDDKJ/B72FloxcSW.jpg');
}

.TMjbA2 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.34), rgba(7, 7, 7, 0.7)), url('../igux97HDDKJ/GIYT8ABWU.jpg');
}

.LuZQCUVn p,
.ppPzcgVdV p {
  color: rgba(255, 255, 255, 0.82);
}

.WfX2gjvbT,
.IhVepbEuZtD,
.rTUrEJh {
  background: rgba(0, 0, 0, 0.68);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.r74c1gAbj {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #5f1423;
  border: 2px solid #c6a15b;
  color: #ffffff;
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 20px;
}

.u4lwnvc {
  padding-left: 20px;
  margin-bottom: 0;
}

.u4lwnvc li {
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--btn-font-size);
  margin-bottom: 10px;
}

.grvY09E {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: var(--border-radius-small);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  padding: 20px 22px;
  text-align: left;
}

.faq-question i {
  color: var(--secondary-color);
  flex: 0 0 auto;
}

.vgiJkEk {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.vgiJkEk p {
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--btn-font-size);
  margin: 0;
  padding: 0 22px 22px;
}

.faq-item.active .vgiJkEk {
  max-height: 280px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.lnWWk60n {
  min-height: 360px;
  border-radius: var(--border-radius-medium);
  background: linear-gradient(135deg, rgba(15, 59, 46, 0.92), rgba(95, 20, 35, 0.88)), url('../igux97HDDKJ/s30y0VIXmn.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(198, 161, 91, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px;
}

.lnWWk60n i {
  color: var(--secondary-color);
  font-size: 54px;
}

.lnWWk60n h4,
.lnWWk60n p,
.lnWWk60n span {
  color: var(--white-color);
}

.lnWWk60n span {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
}

.tfd6DzJDsbb {
  background: #fbf6ea;
}

.MCEdt9WY {
  background: #ffffff;
  border-radius: var(--border-radius-medium);
  padding: 55px;
}

.MCEdt9WY h2 {
  color: #0f3b2e;
  font-size: 30px;
  margin-top: 28px;
  margin-bottom: 14px;
}

.MCEdt9WY h2:first-child {
  margin-top: 0;
}

.MCEdt9WY p {
  font-size: 18px;
  line-height: 1.75;
}

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

.yHKZdFOsaID li {
  font-size: var(--btn-font-size);
  margin-bottom: 8px;
}

.mJldvrQO1 {
  display: inline-block;
  padding-left: 28px;
}

.J5dycLyRmc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.cCceT5SSei {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000000;
  max-width: 520px;
  background: rgba(7, 7, 7, 0.94);
  border: 1px solid rgba(198, 161, 91, 0.38);
  border-radius: var(--border-radius-medium);
  padding: 22px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  display: none;
}

.cCceT5SSei.is-visible {
  display: block;
}

.cCceT5SSei p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  margin-bottom: 16px;
}

.co9a8iKl3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.co9a8iKl3 .kzmlwrMOBn8 {
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  .ay27CHn1RV .navbar-nav .nav-link {
    font-size: var(--menu-font-size);
    padding: 8px 0;
  }

  .WfX2gjvbT,
  .IhVepbEuZtD,
  .rTUrEJh,
  .MCEdt9WY {
    padding: 32px;
  }

  .eexYlzd {
    min-height: 380px;
  }
}

@media screen and (max-width: 578px) {
  .cCceT5SSei {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .WfX2gjvbT,
  .IhVepbEuZtD,
  .rTUrEJh,
  .MCEdt9WY {
    padding: 24px;
  }

  .faq-question {
    font-size: 16px;
    padding: 18px;
  }

  .vgiJkEk p {
    padding: 0 18px 18px;
  }
}
