body {
  background: url("../../assets/img/bg-1px.svg");
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

h1, h2, h3 {
  color: #C9A980;
  font-family: 'Raleway';
  /*font-weight: 800;*/
}

.bg-dark {
  background: #212121;
}

p {
  font-family: 'Inter';
  font-size: 20px;
}

.btn-primary {
  --bs-btn-color: #212121;
  --bs-btn-bg: #C9A980;
  --bs-btn-border-color: #C9A980;
  --bs-btn-hover-color: #212121;
  --bs-btn-hover-bg: #C9A980;
  --bs-btn-hover-border-color: #C9A980;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #212121;
  --bs-btn-active-bg: #C9A980;
  --bs-btn-active-border-color: #C9A980;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212121;
  --bs-btn-disabled-bg: #caa980;
  --bs-btn-disabled-border-color: #C9A980;
}

.btn-outline-primary {
  --bs-btn-color: #C9A980;
  --bs-btn-border-color: #C9A969;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C9A980;
  --bs-btn-hover-border-color: #C9A980;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C9A980;
  --bs-btn-active-border-color: #C9A980;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C9A980;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C9A980;
  --bs-gradient: none;
}

.badge-gold {
  background: #C9A969;
  color: #212121;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /*padding-bottom: 0px;*/
}

.container-py {
  padding-top: 160px;
  padding-bottom: 160px;
}

.container-py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .container-py {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.row-padding-top {
  padding-top: 160px;
}

@media only screen and (max-width: 991px) {
  .row-padding-top {
    padding-top: 80px;
  }
}

.row-padding-top-80 {
  padding-top: 80px;
}

.row-padding-left {
  padding-left: 80px;
}

@media only screen and (max-width: 991px) {
  .row-padding-left {
    padding-left: 0px;
  }
}

.text-gold {
  --bs-text-opacity: 1;
  color: #C9A980;
}

.equal-height {
  display: flex;
  flex-direction: column;
  /*justify-content: space-evenly;*/
  height: 100%;
}

.content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.content img {
  margin-bottom: 1rem;
}

.content h4 {
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content p {
  flex-grow: 1;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content .btn-container {
  margin-top: auto;
  margin-bottom: 3rem;
}

a {
  color: #C9A980;
  text-decoration: none;
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}

.marquee span {
  display: inline-block;
  /*padding-left: 100%;*/
  animation: marquee 20s linear infinite;
  /*font-size: 48px;*/
  font-weight: bold;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  z-index: 0;
}

.background-page-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 720px;
  /*opacity: 0;*/
  /*transition: opacity 2s ease-in-out;*/
  z-index: 0;
}

.background-page-right {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 100%;*/
  /*height: 100%;*/
  /*opacity: 0;*/
  /*transition: opacity 2s ease-in-out;*/
  z-index: 0;
}

background.active {
  opacity: 1;
}

.navbar, .container {
  z-index: 2;
  position: relative;
}

.background.show {
  opacity: 1;
  z-index: 1;
}

.audio-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.play-button {
  background-color: transparent;
  color: #C9A980;
  border: none;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.hero-page {
  min-height: 720px;
}

.bg-rose {
  background-color: rgb(201,169,168,0.10);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler {
  border: none;
}

.hero-video {
  flex: 1;
  /*padding: 20px;*/
  text-align: center;
  color: white;
  background-color: #212121;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.container-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.background-video-contacts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content-above-video {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.row-video {
  display: flex;
  width: 100%;
}

.col-video {
  flex: 1;
  text-align: center;
  color: white;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  color: #C9A980;
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu {
  border: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.navbar .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: transparent;
}

@media (max-width: 991px) {
  #custom-navbar .navbar-collapse {
    background: rgba(0,0,0,0.8);
    /*background: #212121;*/
    position: fixed;
    top: 0;
    padding-top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
  }
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 255%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
  position: fixed;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 255%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
  /*z-index: 1051;*/
}

#custom-navbar {
  z-index: 1050;
}

.navbar-toggler {
  z-index: 1060;
}

body *:not(#custom-navbar) {
  /*z-index: 1;*/
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  /*background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 255%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M6 6l18 18M6 24L24 6"/%3E%3C/svg%3E');*/
}

.hebrew {
  direction: rtl;
  text-align: right;
}

.english {
  direction: ltr;
  text-align: left;
}

.whatsapp-icon {
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 40px;
  /*color: #25D366;*/
  z-index: 1000;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #C9A980;
  opacity: 50%;
  pointer-events: none;
  transition: transform 0.1s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

#gallery-container {
  position: relative;
}

.item-gallery {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.video-gallery, .image-gallery {
  width: 100%;
  height: auto;
}

.fullscreen-gallery {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  background: black;
}

.gallery-animation-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 1080px;
}

@media (max-width: 991px) {
  .gallery-animation-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 720px;
  }
}

@media (max-width: 767px) {
  .gallery-animation-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 480px;
  }
}

@media (max-width: 575px) {
  .gallery-animation-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 320px;
  }
}

.gallery-animation-container .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575px) {
  .gallery-video-container {
    height: 320px;
  }
}

