/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Ubuntu+Condensed&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
:root {
    --primary: #a46000;
    --light: #F8F4E3;
    --dark: #a46000 ;
}

.fw-medium {
    font-weight: 500 !important;
}
.money_for_gold_item_name {
  background-color: #a46000;
  color: #fff;
  padding: 4px 10px;
  font-size: 18px;
  display: inline;
  margin-bottom: 8px;
}
.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;
}

.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;
    /* margin-top: -110px;
    padding-top: 180px; */
}

.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::before {
    position: relative;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
}

.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: #a46000;
    font-size: 32px;
    text-align: center;
}
header h2 {
    /* color: #a46000; */
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #a46000;
    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 #a46000;
    color: #fff;
    padding: 8px 0;
    background: #a46000;
    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: #a46000;
}
#declineBtn {
    background-color: #fff;
    color: #a46000;
}
#declineBtn:hover {
    background-color: #a46000;
    color: #fff;
}



/* new styles  */

:root {
  --background: #F5F5F5;
  --primary: #a46000;
  --secondary: #ffda61;
  --dark-accent: #8a5000;
  --light-accent: #ffe28a;
  --hero-bg: #76460A;
  --text-light: #ffffff;
  --text-dark: #333333;
  --text-light: #ffffff;
  --text-dark: #333333;
  --stats-bg: #76460A;

  --cards-bg: #76460A;
  --card-bg: #FFFFFF;
  --contact-bg: #76460A;

  --footer-bg: #1a1002;
  --footer-secondary: #2c1a04;
}




 /* Header Styles */


 .header {
  background-color: var(--background);
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 100;
}

.logo-container img {
  height: 50px;
}

.logo-text {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary);
  margin-left: 10px;
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-links a {
  color: var(--text-dark);
  text-decoration: none;
  margin-left: 30px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--primary);
}

.active {
  color: var(--primary) !important;
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.material-icons {
  color: var(--primary);
  font-size: 2rem;
}

/* Додані стилі для мобільного меню */
@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--background);
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }
  
  .navbar-collapse.show {
    display: block;
  }
  
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
  }
  
  .nav-links a {
    margin-left: 0;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 8px 0;
  }
}

/* Hero Section Styles */
.hero-section {
  background-color: var(--hero-bg);
  color: var(--text-light);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  background-color: var(--secondary);
  color: var(--primary);
  padding: 12px 25px;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid var(--secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button:hover {
  background-color: transparent;
  color: var(--secondary);
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .nav-links {
      padding-top: 15px;
      justify-content: flex-start;
  }
  
  .nav-links a {
      margin-left: 0;
      margin-right: 20px;
      display: block;
      padding: 8px 0;
  }

  .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: var(--background);
      padding: 15px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
      z-index: 1000;
  }
}

@media (max-width: 767px) {
  .hero-title {
      font-size: 2.5rem;
  }
  
  .hero-subtitle {
      font-size: 1.2rem;
  }
  
  .hero-section {
      padding: 70px 0;
  }
}

/* Mobile styles */
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .nav-links a {
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    width: 100%;
  }

  .navbar-collapse {
    background-color: var(--background);
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .navbar-collapse.show {
    display: block;
  }

  .navbar-collapse.collapsing {
    height: auto;
  }
}
/* end main screen  */

 /* Welcome Section Styles */
 .welcome-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.welcome-content {
  padding-right: 30px;
}

.welcome-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--text-dark);
  text-transform: uppercase;
  line-height: 1.2;
}

.welcome-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.welcome-image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.welcome-image {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  background-color: var(--secondary);
  color: var(--primary);
  padding: 12px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid var(--secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--text-light);
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .welcome-content {
      padding-right: 0;
      margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .welcome-section {
      padding: 50px 0;
  }
  
  .welcome-title {
      font-size: 2rem;
  }
}
 /* Stats Counter Section Styles */
 .stats-section {
  background-color: var(--stats-bg);
  color: var(--text-light);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-icon {
  font-size: 3rem;
  color: var(--secondary);
  margin-bottom: 15px;
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary);
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* About Us Section Styles */
.about-section {
  padding: 80px 0;
  background-color: var(--background);
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--primary);
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .stats-section {
      padding: 40px 0;
  }
  
  .stat-item {
      min-width: 140px;
      padding: 15px 10px;
  }
  
  .stat-number {
      font-size: 2.2rem;
  }
  
  .stat-icon {
      font-size: 2.5rem;
  }
  
  .about-title {
      font-size: 1.8rem;
  }
  
  .about-text {
      font-size: 1rem;
      text-align: left;
  }
}
 /* Advantages Section Styles */
 .advantages-section {
  background-color: var(--cards-bg);
  padding: 80px 0;
  position: relative;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: var(--text-light);
}

.advantages-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.advantage-card {
  background-color: var(--card-bg);
  border-radius: 0;
  padding: 30px;
  max-width: 350px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-10px);
}

.advantage-icon-container {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage-icon {
  font-size: 3rem;
  color: var(--primary);
}

.advantage-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  color: var(--text-dark);
}

.advantage-text {
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 20px;
  flex-grow: 1;
  line-height: 1.6;
}

.learn-more {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.learn-more:hover {
  color: var(--dark-accent);
  text-decoration: underline;
}

/* Values Section Styles */
.values-section {
  padding: 80px 0;
  background-color: var(--background);
  position: relative;
}

.values-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.values-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--primary);
}

.values-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.values-image {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .advantages-container {
      gap: 20px;
  }
  
  .advantage-card {
      padding: 25px;
      min-height: 320px;
  }
}

@media (max-width: 767px) {
  .advantages-section, .values-section {
      padding: 50px 0;
  }
  
  .section-title, .values-title {
      font-size: 2rem;
      margin-bottom: 30px;
  }
  
  .advantage-card {
      min-height: auto;
      max-width: 100%;
  }
  
  .advantage-icon {
      font-size: 2.5rem;
  }
  
  .values-text {
      font-size: 1rem;
      text-align: left;
  }
}
/* Contact Section Styles */
.contact-section {
  background-color: var(--background);
  padding: 80px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: var(--primary);
}

.contact-info {
  background-color: var(--contact-bg);
  color: var(--text-light);
  padding: 40px;
  border-radius: 0;
  margin-bottom: 30px;
}

.contact-info-content {
  margin-bottom: 30px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-icon {
  color: var(--secondary);
  font-size: 1.8rem;
  margin-right: 15px;
  margin-top: 3px;
}

.contact-text {
  flex: 1;
}

.contact-text strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--text-light);
}

.location-section, .form-section {
  margin-top: 60px;
}

.location-title, .form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--primary);
}

.location-content, .form-content {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.map-container {
  width: 100%;
  height: 450px;
  border: none;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-container {
  background-color: var(--contact-bg);
  padding: 40px;
  border-radius: 0;
  color: var(--text-light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Place for your custom form */
.custom-form-container {
  min-height: 200px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .contact-info {
      margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contact-section {
      padding: 50px 0;
  }
  
  .section-title {
      font-size: 2rem;
      margin-bottom: 30px;
  }
  
  .contact-info, .form-container {
      padding: 25px;
  }
  
  .section-subtitle, .location-title, .form-title {
      font-size: 1.5rem;
      margin-bottom: 20px;
  }
  
  .map-container {
      height: 350px;
  }
}

 /* Footer Styles */
 .footer {
  background-color: var(--footer-bg);
  color: var(--text-light);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.footer-top {
  background-color: #9e9e9e;
  padding: 30px 0;
  position: relative;
}

.footer-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--secondary), var(--primary), var(--secondary));
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-content {
  padding: 60px 0 40px;
}

.partners-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.partner-logo {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo:hover {
  transform: scale(1.05);
}

.partner-logo img {
  width: 90%;
  height: 60px;
  object-fit: contain;
}

.age-restriction {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-contact {
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-icon {
  color: var(--secondary);
  margin-right: 15px;
  font-size: 1.2rem;
  margin-top: 3px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.footer-links a {
  color: var(--text-light);
  text-decoration: none;
  padding: 5px 15px;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links a:hover {
  color: var(--secondary);
}

.footer-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: var(--secondary);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.footer-links a:hover::after {
  width: 80%;
}

.disclaimer {
  padding: 20px;
  background-color: var(--footer-secondary);
  border-left: 3px solid var(--secondary);
  margin-top: 30px;
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  text-align: center;
  font-size: 0.85rem;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .footer-content {
      padding: 40px 0 30px;
  }
  
  .partners-section {
      gap: 20px;
  }
}

@media (max-width: 767px) {
  .partners-section {
      flex-direction: column;
      gap: 30px;
  }
  
  .footer-links {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .footer-links a {
      padding: 8px 0;
  }
  
  .footer-links a::after {
      left: 0;
      transform: none;
  }
  
  .footer-links a:hover::after {
      width: 100%;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.fadeIn {
  animation: fadeIn 1s ease forwards;
}