/********** Template CSS **********/
:root {
  --primary: #3c331f;
  --light: #ffedcf;
  --dark: #5e5642;
  --bg-primary: #121212;
  --text-primary: #E0E0E0;
  --text-title: #ededed;
  --accent-warm: #454337;
  --accent-gold: #3c331f;
}
:root {
  --primary: #3c331f;
  --light: #ffedcf;
  --dark: #5e5642;
  --bg-primary: #121212;
  --text-primary: #E0E0E0;
  --text-title: #ededed;
  --accent-warm: #454337;
  --accent-gold: #3c331f;
}
.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffedcf;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}



.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}


/*** Footer ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}


.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}
header i {
  color: #3c331f;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #3c331f;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #3c331f;
  text-decoration: none;
  text-align: center !important;
}
.data p a:hover {
  text-decoration: underline;
}
.buttons {
  padding: 20px 0px;
  text-align: center;
}
.buttons .cookie-button {
  border: 2px solid #3c331f;
  color: #fff;
  padding: 8px 0;
  background: #3c331f;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}
.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #3c331f;
}
#declineBtn {
  background-color: #fff;
  color: #3c331f;
}
#declineBtn:hover {
  background-color: #3c331f;
  color: #fff;
}
/* Footer Style */
/* new styles  */
/* Стилі для головного блоку */
.hero-section {
  position: relative;
  height: calc(100vh - 80px); /* Висота з урахуванням хедера */
  background-color: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-hero.webp');
  z-index: 1;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content {
  background-color: rgba(240, 240, 240, 0.95);
  border-radius: 8px;
  padding: 3rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.geo-badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--light);
  color: var(--primary);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.geo-badge .material-icons {
  font-size: 16px;
  margin-right: 8px;
}

.hero-title {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.hero-subtitle {
  color: var(--dark);
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hero-description {
  color: var(--accent-warm);
  line-height: 1.7;
  font-size: 1.1rem;
}

@media (max-width: 991.98px) {
  .hero-content {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    height: auto;
    min-height: 80vh;
    padding: 4rem 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
}

/* Утилітарні класи */
.section-title {
  color: var(--primary);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--accent-gold);
}

.section-img {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  object-fit: cover;
}

.list-item-card {
  border-left: 3px solid var(--accent-gold);
  background-color: #121212;
  transition: transform 0.2s;

}

.list-item-card:hover {
  transform: translateX(5px);
}

.mining-icon {
  color: var(--accent-gold);
  font-size: 2rem;
  margin-bottom: 1rem;
}