img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #231F20;
}
a:hover {
  text-decoration: none;
}

.font-large {
  font-size: 20px;
}

@media (max-width: 500px) {
  .container {
    padding: 0 3rem !important;
  }
}
.primaryColor {
  color: #1C3A30;
}

.secondaryColor {
  color: #AF6533;
}

.goldColor {
  color: #BF9233;
}

.mainBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 2rem;
  border: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 100;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  text-align: center;
}
.mainBtn .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
}

@keyframes star-border-top {
  from {
    opacity: 1;
    transform: translate(0);
  }
  to {
    opacity: 0;
    transform: translate(100%);
  }
}
@keyframes star-border-bottom {
  from {
    opacity: 1;
    transform: translate(0);
  }
  to {
    opacity: 0;
    transform: translate(-100%);
  }
}
.customBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  font-size: 1.1rem;
  border-radius: 2rem;
  border: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 100;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #1C3A30;
  box-shadow: -3px -3px 16px 0 rgba(28, 58, 48, 0.48);
}
.customBtn::before {
  content: "";
  position: absolute;
  opacity: 0.7;
  width: 300%;
  height: 50%;
  top: -10px;
  left: -250%;
  border-radius: 50%;
  animation: star-border-top linear infinite alternate;
  z-index: 0;
  background: radial-gradient(circle, white, transparent 10%);
  animation-duration: 3s;
}
.customBtn::after {
  content: "";
  position: absolute;
  opacity: 0.7;
  width: 300%;
  height: 50%;
  bottom: -10px;
  right: -250%;
  border-radius: 50%;
  animation: star-border-bottom linear infinite alternate;
  z-index: 0;
  background: radial-gradient(circle, white, transparent 10%);
  animation-duration: 3s;
}
.customBtn .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
}
.customBtn .content {
  background-color: #1C3A30;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  color: white;
  position: relative;
  z-index: 2;
}

.mainBtn.primary {
  background: #1C3A30;
  color: #fff;
}
.mainBtn.primary:hover, .mainBtn.primary:focus {
  background: rgb(16.376744186, 33.923255814, 28.0744186047);
  color: #fff;
}

.mainBtn.secondary {
  background: #AF6533;
  color: #fff;
}
.mainBtn.secondary:hover, .mainBtn.secondary:focus {
  background: rgb(147.3561946903, 85.0455752212, 42.9438053097);
  color: #fff;
}

@font-face {
  font-family: "Ravi";
  src: url("../fonts/ravi/RaviRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ravi";
  src: url("../fonts/ravi/RaviBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfairDisplay/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Doran";
  src: url("../fonts/doran/Doran-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.playfair {
  font-family: "Playfair Display", serif !important;
}

.doran {
  font-family: "Doran", serif !important;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Ravi", sans-serif;
}

.bold, strong, b {
  font-weight: 700 !important;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #00000078;
  --bs-backdrop-opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5803921569);
  backdrop-filter: blur(13px);
}

* {
  box-sizing: border-box;
}

body, html {
  background-color: #ECE7DC;
  direction: rtl;
  text-align: right;
  width: 100%;
  overflow-x: hidden;
  color: #231F20;
  padding: 0;
  max-width: 500px;
  margin: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero .vid {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: 400px;
  object-fit: cover;
  opacity: 0.6;
}
.hero .heroVideoPlay {
  all: unset;
  cursor: pointer;
  position: absolute;
  top: 23%;
  right: calc(50% - 22px);
  width: 44px;
  height: 44px;
  z-index: 2;
}
.hero .text {
  position: absolute;
  background-color: #ECE7DC;
  z-index: 1;
  bottom: -3px;
  right: 0;
  width: 100%;
  border-radius: 50% 50% 0 0;
  padding: 3rem;
}

.gallery {
  width: calc(100% + 6rem);
  translate: 3rem 0;
}

.phoneCol {
  position: relative;
}
.phoneCol::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #AF6533;
  opacity: 0.5;
}
