.general-container {
  width: calc(100% - 120px);
  max-width: 2250px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .general-container {
    width: calc(100% - 40px);
  }
}

.small-container {
  width: calc(100% - 420px);
  max-width: 1900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .small-container {
    width: calc(100% - 40px);
  }
}

.full-width-container {
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .flex-row {
    flex-direction: column !important;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "Georgiou";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/gfs_georgiou/GFSGeorgiou-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Georgiou";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/gfs_georgiou/GFSGeorgiou-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: fallback;
}
@font-face {
  font-family: "Grand Gothic";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/gfs_georgiou/PFGrandGothik-WideLight.woff") format("woff");
  font-weight: 400;
  font-display: fallback;
}
#main-website-wrapper {
  margin-top: 104px !important;
}

* {
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
  letter-spacing: 1px;
  text-decoration: none !important;
}
* strong {
  color: #90601f;
}
* strong a {
  color: #90601f;
}
* strong a:hover {
  color: #2b451d;
}
* a strong:hover {
  color: #2b451d;
}

.top-20 {
  margin-top: 20px;
}

.top-40 {
  margin-top: 40px;
}

.top-60 {
  margin-top: 60px;
}

.top-80 {
  margin-top: 80px;
}

.top-120 {
  margin-top: 120px;
}

.top-160 {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .top-160 {
    margin-top: 120px;
  }
}

.top-200 {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .top-200 {
    margin-top: 120px;
  }
}

.top-240 {
  margin-top: 240px;
}

.bottom-80 {
  margin-bottom: 80px;
}

h1 {
  font-size: 120px;
  font-weight: 400;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
}

h2 {
  font-size: 48px;
  font-weight: 300;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
}

h3 {
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
}

p {
  font-size: 20px;
  font-weight: 300;
}

.main-button-accent {
  font-size: 14px;
  background-color: #f0ebe5;
  color: #000000 !important;
  padding: 45px 60px;
  transition: 0.3s ease;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  text-decoration: none;
}
.main-button-accent:hover {
  background-color: #90601f;
  color: #f0ebe5 !important;
}
@media (max-width: 767px) {
  .main-button-accent {
    padding: 35px 45px;
  }
}

.main-button-dark-accent {
  font-size: 14px;
  background-color: #90601f;
  color: #f0ebe5;
  padding: 45px 60px;
  transition: 0.3s ease;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
}
.main-button-dark-accent:hover {
  background-color: #f0ebe5;
  color: #90601f;
}
@media (max-width: 767px) {
  .main-button-dark-accent {
    padding: 35px 45px;
  }
}

.main-button-green {
  font-size: 14px;
  background-color: #90601f;
  color: #f0ebe5;
  padding: 45px 60px;
  transition: 0.3s ease;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  height: -moz-fit-content !important;
  height: fit-content !important;
  text-transform: uppercase;
  text-decoration: none;
}
.main-button-green:hover {
  background-color: #2b451d;
  color: #f0ebe5;
}
@media (max-width: 767px) {
  .main-button-green {
    padding: 35px 45px;
  }
}

body {
  background-color: #f0ebe5 !important;
}

::-moz-selection {
  background: #90601f;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #90601f;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #90601f;
  color: #ffffff;
  text-shadow: none;
}

#main-website-wrapper {
  margin-top: 105px !important;
}

.wpcf7 {
  padding: 0px 20px;
}
.wpcf7 .email-submit-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 999px;
  padding: 10px 10px 10px 20px;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  width: 100%;
}
@media (max-width: 767px) {
  .wpcf7 .email-submit-wrapper {
    padding: 0px 0px 0px 20px;
  }
}
.wpcf7 .email-submit-wrapper p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}
.wpcf7 .email-submit-wrapper p .wpcf7-spinner {
  display: none;
}
.wpcf7 .email-submit-wrapper label {
  flex: 1;
  display: flex;
}
.wpcf7 .email-submit-wrapper label span.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .email-submit-wrapper input[type=email] {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Your Font", sans-serif;
  font-size: 14px;
  color: #3b3228;
}
.wpcf7 .email-submit-wrapper input[type=email]::-moz-placeholder {
  color: #a89f95;
}
.wpcf7 .email-submit-wrapper input[type=email]::placeholder {
  color: #a89f95;
}
.wpcf7 .email-submit-wrapper input[type=submit] {
  flex-shrink: 0;
  background-color: #8b6325;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 30px 50px;
  font-family: "Your Font", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
@media (max-width: 767px) {
  .wpcf7 .email-submit-wrapper input[type=submit] {
    padding: 35px 50px;
  }
}
.wpcf7 .email-submit-wrapper input[type=submit]:hover {
  background-color: rgb(106.7772727273, 76.05, 28.4227272727);
}
.wpcf7 .acceptance-wrapper {
  max-width: 640px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wpcf7 .acceptance-wrapper .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.wpcf7 .acceptance-wrapper input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1.5px solid #3b3228;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
}
.wpcf7 .acceptance-wrapper input[type=checkbox]:checked {
  background-color: #8b6325;
  border-color: #8b6325;
}
.wpcf7 .acceptance-wrapper input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
}
.wpcf7 .acceptance-wrapper .wpcf7-list-item-label {
  font-family: "Your Font", sans-serif;
  font-size: 12px;
  color: #3b3228;
  line-height: 1.5;
}
.wpcf7 .acceptance-wrapper .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.78rem;
  color: #c0392b;
  padding-left: 32px;
  margin-top: 6px;
  display: block;
}
.wpcf7 .wpcf7-response-output {
  max-width: 640px;
  margin: 16px auto 0;
  font-size: 0.85rem;
  text-align: center;
  border: none !important;
  color: #3b3228;
}

.blog-section {
  gap: 80px;
}
.blog-section .upper-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-section .upper-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.blog-section .upper-container h2 {
  font-size: 65px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  .blog-section .upper-container h2 {
    font-size: 44px;
  }
}
.blog-section .blog-posts {
  justify-content: space-between;
  align-items: flex-start;
  gap: 90px;
}
.blog-section .blog-posts .single-post {
  gap: 30px;
  flex: 1 0 29%;
}
.blog-section .blog-posts .single-post .post-thumbnail {
  height: 470px;
}
@media (max-width: 490px) {
  .blog-section .blog-posts .single-post .post-thumbnail {
    height: 320px;
  }
}
.blog-section .blog-posts .single-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-posts .single-post .content-wrapper * {
  color: #000000;
}
.blog-section .blog-posts .single-post .content-wrapper {
  gap: 35px;
  margin-top: 30px;
}
@media (max-width: 490px) {
  .blog-section .blog-posts .single-post .content-wrapper {
    gap: 15px;
  }
}
.blog-section .blog-posts .single-post .content-wrapper .date {
  font-size: 12px;
}
.blog-section .blog-posts .single-post .content-wrapper .title h3 {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  font-weight: 300;
}
.blog-section .blog-posts .single-post .content-wrapper .content {
  opacity: 0.8;
  line-height: 15px;
  font-size: 16px;
}

.simple-page-wrapper {
  max-width: 890px;
}
.simple-page-wrapper .simple-page-title {
  font-size: 82px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .simple-page-wrapper .simple-page-title {
    font-size: 48px;
  }
}
.simple-page-wrapper .simple-page-content * {
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
.simple-page-wrapper .simple-page-content p {
  font-size: 14px;
}

#section-404 .small-container * {
  font-size: 28px !important;
  text-align: center;
  margin: auto;
}
#section-404 .small-container h2 {
  margin-bottom: 80px !important;
}
#section-404 .small-container .main-button-dark-accent {
  font-size: 14px !important;
  margin: auto !important;
}
@media (max-width: 767px) {
  #section-404 .small-container {
    padding: 0px 20px;
  }
}

.experiences {
  background-color: #2b451d;
  padding: 120px 0px;
  gap: 120px;
}
@media (max-width: 767px) {
  .experiences {
    gap: 80px;
  }
}
.experiences * {
  color: #ffffff;
}
.experiences .upper-container {
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}
@media (max-width: 767px) {
  .experiences .upper-container {
    padding: 0px 20px;
    flex-direction: column !important;
  }
}
.experiences .upper-container .left-side {
  gap: 40px;
  max-width: 800px;
}
.experiences .upper-container .left-side h3 {
  font-size: 64px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .experiences .upper-container .left-side h3 {
    font-size: 44px;
  }
}
.experiences .upper-container .right-side {
  max-width: 430px;
}
.experiences .upper-container .right-side p {
  font-size: 20px;
}
.experiences .services .single-image .img-wrapper {
  height: 470px;
}
.experiences .services .single-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiences .services .single-image h3 {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
  margin-top: 30px;
}
.experiences .main-button-accent {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}

#homepage .hero {
  height: 100dvh;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #homepage .hero {
    height: 80dvh;
  }
}
#homepage .hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#homepage .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
  z-index: 1;
}
#homepage .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 85px;
}
@media (max-width: 767px) {
  #homepage .hero .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#homepage .hero .content * {
  color: #ffffff;
}
#homepage .hero .content .before-title {
  font-size: 16px;
  text-transform: uppercase;
}
#homepage .hero .content h1 {
  font-size: 80px;
  max-width: 600px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #homepage .hero .content h1 {
    font-size: 36px;
  }
}
#homepage .section-3 {
  gap: 80px;
}
@media (max-width: 767px) {
  #homepage .section-3 {
    gap: 0px;
  }
}
#homepage .section-3 .upper-container {
  gap: 80px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #homepage .section-3 .upper-container {
    flex-direction: column !important;
  }
}
#homepage .section-3 .upper-container .left-side {
  width: 100%;
  max-width: 1190px;
  max-height: 640px;
  overflow: hidden;
}
#homepage .section-3 .upper-container .left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage .section-3 .upper-container .right-side {
  padding-bottom: 100px;
  gap: 80px;
}
@media (max-width: 767px) {
  #homepage .section-3 .upper-container .right-side {
    gap: 20px;
  }
}
#homepage .section-3 .upper-container .right-side h2 {
  font-size: 55px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #homepage .section-3 .upper-container .right-side h2 {
    font-size: 32px;
  }
}
#homepage .section-3 .upper-container .right-side p {
  font-size: 20px;
  font-weight: 300;
}
#homepage .section-3 .middle-container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #homepage .section-3 .middle-container {
    flex-wrap: wrap;
    gap: 30px;
  }
}
#homepage .section-3 .middle-container .single-usp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  max-width: 350px;
  gap: 30px;
}
@media (max-width: 767px) {
  #homepage .section-3 .middle-container .single-usp {
    flex: 0 0 42%;
  }
}
#homepage .section-3 .middle-container .single-usp .img-wrapper {
  width: 32px;
  height: 32px;
}
#homepage .section-3 .middle-container .single-usp .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#homepage .section-3 .middle-container .single-usp span {
  text-align: left;
  font-size: 14px;
}
@media (max-width: 767px) {
  #homepage .section-3 .middle-container .single-usp span {
    text-align: center;
  }
}
#homepage .section-3 .bottom-container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #homepage .section-3 .bottom-container {
    flex-direction: column !important;
    margin-top: 80px;
    align-items: flex-start;
    gap: 15px;
  }
}
#homepage .section-3 .bottom-container .text-wrapper {
  max-width: 720px;
}
@media (max-width: 767px) {
  #homepage .section-3 .bottom-container .text-wrapper p {
    font-size: 16px;
  }
}
#homepage .section-4 {
  padding-top: 80px;
  background-color: white;
}
#homepage .section-4 .upper-container {
  gap: 60px;
  max-width: 1100px;
  margin: auto;
  align-items: center;
}
#homepage .section-4 .upper-container * {
  text-align: center;
}
#homepage .section-4 .upper-container span {
  font-size: 20px;
}
#homepage .section-4 .upper-container h2 {
  font-size: 48px;
  color: #90601f;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
#homepage .section-4 .img-wrapper {
  width: 100%;
  height: 650px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #homepage .section-4 .img-wrapper {
    height: 230px;
  }
}
#homepage .section-4 .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage .section-4 .bottom-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #homepage .section-4 .bottom-container {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 15px;
  }
}
#homepage .section-4 .bottom-container .text-wrapper {
  max-width: 720px;
}
@media (max-width: 767px) {
  #homepage .section-4 .bottom-container .text-wrapper p {
    font-size: 16px;
  }
}
#homepage .section-5 {
  padding-top: 240px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #homepage .section-5 {
    padding-top: 40px;
  }
}
#homepage .section-5 .small-container {
  gap: 120px;
  padding-top: 120px;
}
#homepage .section-5 .upper-container {
  justify-content: space-between;
  align-items: center;
  gap: 180px;
}
@media (max-width: 767px) {
  #homepage .section-5 .upper-container {
    flex-direction: column !important;
    gap: 80px;
  }
}
#homepage .section-5 .upper-container .left-side {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 890px;
}
#homepage .section-5 .upper-container .left-side h3 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  #homepage .section-5 .upper-container .left-side h3 {
    font-size: 42px;
  }
}
#homepage .section-5 .upper-container .right-side {
  max-width: 435px;
}
#homepage .section-5 .bottom-container {
  gap: 20px;
}
@media (max-width: 767px) {
  #homepage .section-5 .bottom-container {
    flex-direction: column !important;
  }
}
#homepage .section-5 .bottom-container .single-cta {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 530px;
}
@media (max-width: 767px) {
  #homepage .section-5 .bottom-container .single-cta {
    height: 400px;
  }
}
#homepage .section-5 .bottom-container .single-cta__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#homepage .section-5 .bottom-container .single-cta__image, #homepage .section-5 .bottom-container .single-cta__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.6s ease;
}
#homepage .section-5 .bottom-container .single-cta__video {
  opacity: 0;
  pointer-events: none;
}
#homepage .section-5 .bottom-container .single-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.5s ease;
}
#homepage .section-5 .bottom-container .single-cta__content {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  overflow: hidden;
}
#homepage .section-5 .bottom-container .single-cta__title {
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#homepage .section-5 .bottom-container .single-cta__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 6px 0 0;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, opacity 0.35s ease 0.05s;
}
#homepage .section-5 .bottom-container .single-cta:hover .single-cta__image {
  opacity: 0;
}
#homepage .section-5 .bottom-container .single-cta:hover .single-cta__video {
  opacity: 1;
}
#homepage .section-5 .bottom-container .single-cta:hover .single-cta__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
}
#homepage .section-5 .bottom-container .single-cta:hover .single-cta__title {
  transform: translateY(-4px);
}
#homepage .section-5 .bottom-container .single-cta:hover .single-cta__text {
  transform: translateY(0);
  opacity: 1;
}
#homepage .section-6 {
  padding-top: 100px;
  background: linear-gradient(to bottom, #ffffff 0%, #F0EBE5 100%);
}
#homepage .section-6 .full-width-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage .section-6 h3 {
  font-size: 48px;
  color: #90601f;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 300;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
@media (max-width: 767px) {
  #homepage .section-6 h3 {
    font-size: 36px;
    text-align: center;
  }
}
#homepage .section-6 .content p {
  max-width: 650px;
  font-size: 20px;
  font-weight: 300;
  margin-top: -100px;
}
@media (max-width: 767px) {
  #homepage .section-6 .content p {
    text-align: center;
  }
}
#homepage .section-7 {
  justify-content: space-between;
  margin-top: 300px !important;
}
@media (max-width: 767px) {
  #homepage .section-7 {
    flex-direction: column !important;
    gap: 80px;
  }
}
#homepage .section-7 .left-side {
  max-width: 700px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 120px;
}
@media (max-width: 767px) {
  #homepage .section-7 .left-side {
    position: relative;
    top: 0;
  }
}
#homepage .section-7 .left-side h2 {
  font-size: 60px;
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #homepage .section-7 .left-side h2 {
    font-size: 44px;
  }
}
#homepage .section-7 .left-side img {
  width: 40px;
  margin-top: 100px;
}
#homepage .section-7 .right-side {
  display: flex;
  flex-direction: column;
  width: 450px;
  gap: 20px;
}
@media (max-width: 767px) {
  #homepage .section-7 .right-side {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}
#homepage .section-7 .right-side .single-cta {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  height: 450px;
}
#homepage .section-7 .right-side .single-cta__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#homepage .section-7 .right-side .single-cta__image, #homepage .section-7 .right-side .single-cta__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.6s ease;
}
#homepage .section-7 .right-side .single-cta__video {
  opacity: 0;
  pointer-events: none;
}
#homepage .section-7 .right-side .single-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.5s ease;
}
#homepage .section-7 .right-side .single-cta__content {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  overflow: hidden;
}
#homepage .section-7 .right-side .single-cta__title {
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#homepage .section-7 .right-side .single-cta__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 6px 0 0;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, opacity 0.35s ease 0.05s;
}
#homepage .section-7 .right-side .single-cta:hover .single-cta__image {
  opacity: 0;
}
#homepage .section-7 .right-side .single-cta:hover .single-cta__video {
  opacity: 1;
}
#homepage .section-7 .right-side .single-cta:hover .single-cta__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
}
#homepage .section-7 .right-side .single-cta:hover .single-cta__title {
  transform: translateY(-4px);
}
#homepage .section-7 .right-side .single-cta:hover .single-cta__text {
  transform: translateY(0);
  opacity: 1;
}
#homepage .section-8 {
  background-color: #2b451d;
  padding: 120px 0px;
  gap: 120px;
}
#homepage .section-8 * {
  color: #ffffff;
}
#homepage .section-8 .upper-container {
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}
#homepage .section-8 .upper-container .left-side {
  gap: 40px;
  max-width: 800px;
}
#homepage .section-8 .upper-container .left-side h3 {
  font-size: 64px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
#homepage .section-8 .upper-container .right-side {
  max-width: 430px;
}
#homepage .section-8 .upper-container .right-side p {
  font-size: 20px;
}
#homepage .section-8 .services .single-image .img-wrapper {
  height: 470px;
}
#homepage .section-8 .services .single-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage .section-8 .services .single-image h3 {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
  margin-top: 30px;
}
#homepage .section-8 .main-button-accent {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}

#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000000000000000;
  transition: opacity 0.8s ease;
}
#splash-screen .inner-wrapper {
  background-color: #90601f;
  width: 100%;
  height: 100%;
  transition: 1.5s ease;
}
#splash-screen .inner-wrapper .logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-screen .inner-wrapper .logo-wrapper svg path {
  fill: #ffffff;
  stroke-width: #ffffff;
}
#splash-screen .inner-wrapper.closing {
  transform: translateY(-100%) !important;
}

#site-header {
  height: 105px;
  background: transparent;
  position: sticky;
  top: 0px;
  z-index: 99999;
  transition: 0.3s ease;
}
#site-header * {
  color: #ffffff;
  transition: 0.3s ease !important;
}
#site-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  #site-header {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
#site-header .language-switcher {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#site-header .left-side {
  min-width: 300px;
}
#site-header .logo-wrapper {
  width: 220px;
  height: 70px;
}
#site-header .logo-wrapper svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#site-header .logo-wrapper svg path {
  fill: #ffffff;
  transition: 0.3s ease !important;
}
@media (max-width: 767px) {
  #site-header .logo-wrapper {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
  }
}
#site-header .right-side {
  align-items: center;
  justify-content: end;
  gap: 10px;
  cursor: pointer;
  min-width: 300px;
}
@media (max-width: 767px) {
  #site-header .right-side {
    min-width: unset;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}
#site-header .right-side svg path {
  stroke: #ffffff;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.3s ease;
}
#site-header .right-side.close-menu svg .line-top {
  transform: translateY(9.92px) rotate(45deg);
}
#site-header .right-side.close-menu svg .line-bottom {
  transform: translateY(-9.42px) rotate(-45deg);
}
#site-header.filled, #site-header:hover {
  background-color: #f0ebe5 !important;
  border-bottom: 1px solid rgba(60, 60, 57, 0.6);
}
#site-header.filled *, #site-header:hover * {
  color: #000000 !important;
}
#site-header.filled .logo-wrapper svg path, #site-header:hover .logo-wrapper svg path {
  fill: #000000 !important;
}
#site-header.filled .right-side svg *, #site-header:hover .right-side svg * {
  stroke: #000000 !important;
}

.page-template-page-experiences #site-header,
.page-template-page-gallery #site-header,
.page-template-page-contact #site-header,
.category #site-header,
.single-post #site-header,
.error404 #site-header,
.page-template-default #site-header {
  background-color: #f0ebe5 !important;
  border-bottom: 1px solid rgba(60, 60, 57, 0.6);
}
.page-template-page-experiences #site-header *,
.page-template-page-gallery #site-header *,
.page-template-page-contact #site-header *,
.category #site-header *,
.single-post #site-header *,
.error404 #site-header *,
.page-template-default #site-header * {
  color: #000000 !important;
}
.page-template-page-experiences #site-header .logo-wrapper svg path,
.page-template-page-gallery #site-header .logo-wrapper svg path,
.page-template-page-contact #site-header .logo-wrapper svg path,
.category #site-header .logo-wrapper svg path,
.single-post #site-header .logo-wrapper svg path,
.error404 #site-header .logo-wrapper svg path,
.page-template-default #site-header .logo-wrapper svg path {
  fill: #000000 !important;
}
.page-template-page-experiences #site-header .right-side svg *,
.page-template-page-gallery #site-header .right-side svg *,
.page-template-page-contact #site-header .right-side svg *,
.category #site-header .right-side svg *,
.single-post #site-header .right-side svg *,
.error404 #site-header .right-side svg *,
.page-template-default #site-header .right-side svg * {
  stroke: #000000 !important;
}

.top-stripe {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: 0.3s ease;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .top-stripe {
    transform: translateY(0);
  }
}
.top-stripe span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
}
.top-stripe .language-switcher {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-stripe .language-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-stripe .language-switcher ul li {
  display: inline;
}
.top-stripe .language-switcher ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: inherit;
}
.top-stripe .language-switcher ul li a:hover {
  opacity: 0.7;
}
.top-stripe .language-switcher svg {
  display: block;
  flex-shrink: 0;
}

#desktop-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #f0ebe5;
  z-index: 99999;
  transform: translateY(-100%);
  transition: 0.3s ease;
  padding-top: 200px;
}
#desktop-menu-wrapper.active {
  transform: translateY(0%);
}
#desktop-menu-wrapper .general-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container {
    flex-direction: column;
  }
}
#desktop-menu-wrapper .general-container .divider {
  width: 1px;
  height: 500px;
  background-color: rgba(60, 60, 57, 0.2);
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container .divider {
    width: 100%;
    height: 1px;
    margin-top: 20px;
  }
}
#desktop-menu-wrapper .general-container .left-side {
  width: 320px;
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container .left-side {
    width: 100%;
  }
}
#desktop-menu-wrapper .general-container .left-side #menu-main-menu,
#desktop-menu-wrapper .general-container .left-side #menu-main-menu-en,
#desktop-menu-wrapper .general-container .left-side #menu-main-menu-el {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 40px !important;
  list-style: none;
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container .left-side #menu-main-menu,
  #desktop-menu-wrapper .general-container .left-side #menu-main-menu-en,
  #desktop-menu-wrapper .general-container .left-side #menu-main-menu-el {
    gap: 17px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
#desktop-menu-wrapper .general-container .left-side #menu-main-menu .menu-item a,
#desktop-menu-wrapper .general-container .left-side #menu-main-menu-en .menu-item a,
#desktop-menu-wrapper .general-container .left-side #menu-main-menu-el .menu-item a {
  font-size: 24px;
  color: #3c3c39;
  transition: 0.6s ease;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container .left-side #menu-main-menu .menu-item a,
  #desktop-menu-wrapper .general-container .left-side #menu-main-menu-en .menu-item a,
  #desktop-menu-wrapper .general-container .left-side #menu-main-menu-el .menu-item a {
    font-size: 16px;
  }
}
#desktop-menu-wrapper .general-container .left-side #menu-main-menu .menu-item a:hover,
#desktop-menu-wrapper .general-container .left-side #menu-main-menu-en .menu-item a:hover,
#desktop-menu-wrapper .general-container .left-side #menu-main-menu-el .menu-item a:hover {
  color: #90601f;
}
#desktop-menu-wrapper .general-container .middle-container {
  margin-left: 60px;
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container .middle-container {
    width: 100%;
    margin-left: 0px;
  }
}
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-en,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-el {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 0px !important;
  padding-right: 350px;
  list-style: none;
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu,
  #desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-en,
  #desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-el {
    gap: 17px;
    padding-right: 0px;
    margin-top: 20px;
  }
}
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu .menu-item,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-en .menu-item,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-el .menu-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu .menu-item a,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-en .menu-item a,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-el .menu-item a {
  font-size: 24px;
  color: #3c3c39;
  transition: 0.6s ease;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  #desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu .menu-item a,
  #desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-en .menu-item a,
  #desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-el .menu-item a {
    font-size: 16px;
  }
}
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu .menu-item a:hover,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-en .menu-item a:hover,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-el .menu-item a:hover {
  color: #90601f;
}
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu .menu-item .menu-item-tag,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-en .menu-item .menu-item-tag,
#desktop-menu-wrapper .general-container .middle-container #menu-secondary-menu-el .menu-item .menu-item-tag {
  font-size: 12px;
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: 300;
}
#desktop-menu-wrapper .general-container .right-side {
  margin-left: auto;
  width: 400px;
  height: 500px;
}
#desktop-menu-wrapper .general-container .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.is-scrolled .top-stripe {
  transform: translateY(0);
}
body.is-scrolled #site-header {
  top: 38px;
}
@media (max-width: 767px) {
  body.is-scrolled #site-header {
    top: 0;
  }
}

#newsletter {
  padding-bottom: 75px;
  align-items: center;
  gap: 40px;
  margin-top: 200px;
}
@media (max-width: 767px) {
  #newsletter {
    padding-bottom: 40px;
  }
}
#newsletter .logo-wrapper {
  max-width: 300px;
}
#newsletter .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#newsletter .newsletter-text {
  text-align: center;
}

#site_footer * {
  color: #3c3c39;
}
#site_footer {
  background: transparent;
  padding: unset;
}
#site_footer .menus-wrapper {
  justify-content: space-between;
  padding-top: 75px;
  border-top: 1px solid rgba(60, 60, 57, 0.2901960784);
}
@media (max-width: 767px) {
  #site_footer .menus-wrapper {
    padding-top: 40px;
    flex-direction: column !important;
    gap: 30px;
  }
}
#site_footer .menus-wrapper .footer-menu {
  gap: 10px;
}
#site_footer .menus-wrapper .footer-menu h3 {
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
#site_footer .menus-wrapper .footer-menu .menu {
  padding: unset;
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}
#site_footer .menus-wrapper .footer-menu .menu .menu-item a {
  background: unset !important;
  position: relative !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 14px;
  text-decoration: none;
}
#site_footer .menus-wrapper .footer-menu .menu .menu-item a:before {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 1px !important;
  background-color: rgba(73, 73, 73, 0.603) !important;
  transition: all 0.3s ease !important;
}
#site_footer .menus-wrapper .footer-menu .menu .menu-item a:hover:before {
  width: 100% !important;
}
#site_footer .copyright-section {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #site_footer .copyright-section {
    gap: 20px;
    flex-direction: column !important;
  }
}
#site_footer .copyright-section * {
  font-size: 15px;
}
#site_footer .copyright-section .second-column {
  gap: 20px;
}
@media (max-width: 767px) {
  #site_footer .copyright-section .second-column {
    flex-direction: row !important;
  }
}
#site_footer .copyright-section .third-column {
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #site_footer .copyright-section .third-column {
    flex-direction: row !important;
  }
}

#about-us .hero {
  height: 780px;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #about-us .hero {
    height: 100dvh;
  }
}
#about-us .hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#about-us .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
  z-index: 1;
}
#about-us .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 62px;
}
@media (max-width: 1024px) {
  #about-us .hero .content {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  #about-us .hero .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#about-us .hero .content * {
  color: #ffffff;
}
#about-us .hero .content .before-title {
  font-size: 16px;
}
@media (max-width: 767px) {
  #about-us .hero .content .before-title {
    font-size: 13px;
  }
}
#about-us .hero .content h1 {
  font-size: 95px;
  font-weight: 400;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #about-us .hero .content h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  #about-us .hero .content h1 {
    font-size: 38px;
  }
}
#about-us .section_2 {
  gap: 80px;
}
@media (max-width: 767px) {
  #about-us .section_2 {
    gap: 40px;
  }
}
#about-us .section_2 .upper-container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #about-us .section_2 .upper-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
#about-us .section_2 .upper-container .left-side {
  max-width: 900px;
}
@media (max-width: 767px) {
  #about-us .section_2 .upper-container .left-side {
    max-width: 100%;
  }
}
#about-us .section_2 .upper-container .left-side h2 {
  font-size: 36px;
  margin-bottom: 60px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
@media (max-width: 767px) {
  #about-us .section_2 .upper-container .left-side h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#about-us .section_2 .upper-container .left-side p {
  font-size: 16px;
}
#about-us .section_2 .upper-container .right-side {
  width: 100%;
}
@media (max-width: 767px) {
  #about-us .section_2 .upper-container .right-side {
    max-width: 60px;
  }
}
#about-us .section_2 .upper-container .right-side img {
  width: 100%;
  height: 100%;
}
#about-us .section_2 .middle-container {
  gap: 80px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  #about-us .section_2 .middle-container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #about-us .section_2 .middle-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
#about-us .section_2 .middle-container .left-side {
  width: 1190px;
  height: 630px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #about-us .section_2 .middle-container .left-side {
    height: 300px;
  }
}
#about-us .section_2 .middle-container .left-side img {
  width: 100%;
  height: 100%;
}
#about-us .section_2 .middle-container .right-side {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #about-us .section_2 .middle-container .right-side {
    padding-bottom: 0px;
  }
}
#about-us .section_2 .middle-container .right-side span {
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #about-us .section_2 .middle-container .right-side span {
    font-size: 16px;
  }
}
#about-us .section_2 .text-wrapper {
  max-width: 730px;
}
@media (max-width: 767px) {
  #about-us .section_2 .text-wrapper {
    max-width: 100%;
  }
}
#about-us .section_2_2 {
  gap: 80px;
}
@media (max-width: 767px) {
  #about-us .section_2_2 {
    gap: 40px;
  }
}
#about-us .section_2_2 .upper-container {
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse !important;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .upper-container {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 30px;
  }
}
#about-us .section_2_2 .upper-container .left-side {
  max-width: 900px;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .upper-container .left-side {
    max-width: 100%;
  }
}
#about-us .section_2_2 .upper-container .left-side h2 {
  font-size: 36px;
  margin-bottom: 60px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .upper-container .left-side h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#about-us .section_2_2 .upper-container .left-side p {
  font-size: 16px;
}
#about-us .section_2_2 .upper-container .right-side {
  width: 100%;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .upper-container .right-side {
    max-width: 60px;
  }
}
#about-us .section_2_2 .upper-container .right-side img {
  width: 100%;
  height: 100%;
}
#about-us .section_2_2 .middle-container {
  gap: 80px;
  align-items: flex-end;
  flex-direction: row-reverse !important;
}
@media (max-width: 1024px) {
  #about-us .section_2_2 .middle-container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #about-us .section_2_2 .middle-container {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 20px;
  }
}
#about-us .section_2_2 .middle-container .left-side {
  width: 1190px;
  height: 630px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .middle-container .left-side {
    height: 300px;
  }
}
#about-us .section_2_2 .middle-container .left-side img {
  width: 100%;
  height: 100%;
}
#about-us .section_2_2 .middle-container .right-side {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .middle-container .right-side {
    padding-bottom: 0px;
  }
}
#about-us .section_2_2 .middle-container .right-side span {
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .middle-container .right-side span {
    font-size: 16px;
  }
}
#about-us .section_2_2 .text-wrapper {
  max-width: 730px;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 767px) {
  #about-us .section_2_2 .text-wrapper {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }
}
#about-us .section_3 .upper-container {
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 1190px;
  margin: auto;
  padding: 0px 20px;
}
#about-us .section_3 .upper-container h2 {
  font-size: 48px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #about-us .section_3 .upper-container h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#about-us .section_3 .upper-container p {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #about-us .section_3 .upper-container p {
    font-size: 16px;
  }
}
#about-us .section-4 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  #about-us .section-4 {
    flex-direction: column;
    gap: 12px;
  }
}
#about-us .section-4 .image_1 {
  width: 70%;
  height: 633px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #about-us .section-4 .image_1 {
    width: 100%;
    height: 300px;
  }
}
#about-us .section-4 .image_2 {
  width: 30%;
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 150px;
}
@media (max-width: 767px) {
  #about-us .section-4 .image_2 {
    width: 100%;
    height: 300px;
    padding-top: 0px;
  }
}
#about-us .section-5 {
  gap: 160px;
}
@media (max-width: 767px) {
  #about-us .section-5 {
    gap: 60px;
  }
}
#about-us .section-5 .upper-container {
  gap: 100px;
  justify-content: start;
}
@media (max-width: 767px) {
  #about-us .section-5 .upper-container {
    flex-direction: column;
    gap: 40px;
  }
}
#about-us .section-5 .upper-container .left-side {
  width: 50%;
}
@media (max-width: 767px) {
  #about-us .section-5 .upper-container .left-side {
    width: 100%;
  }
}
#about-us .section-5 .upper-container .left-side p {
  font-size: 36px;
}
@media (max-width: 767px) {
  #about-us .section-5 .upper-container .left-side p {
    font-size: 24px;
  }
}
#about-us .section-5 .upper-container .right-side {
  width: 30%;
}
@media (max-width: 767px) {
  #about-us .section-5 .upper-container .right-side {
    width: 100%;
  }
}
#about-us .section-5 .upper-container .right-side p {
  font-size: 20px;
}
@media (max-width: 767px) {
  #about-us .section-5 .upper-container .right-side p {
    font-size: 16px;
  }
}
#about-us .section-5 .img-wrapper {
  width: 100%;
  height: 840px;
}
@media (max-width: 767px) {
  #about-us .section-5 .img-wrapper {
    height: 350px;
  }
}
#about-us .section-5 .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-us .section-6 {
  gap: 80px;
}
@media (max-width: 767px) {
  #about-us .section-6 {
    gap: 40px;
  }
}
#about-us .section-6 h2 {
  text-align: center;
  font-size: 48px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase !important;
  color: #90601f !important;
}
@media (max-width: 767px) {
  #about-us .section-6 h2 {
    font-size: 28px;
  }
}
#about-us .section-6 .gallery {
  gap: 10px;
}
@media (max-width: 767px) {
  #about-us .section-6 .gallery {
    flex-wrap: wrap;
  }
}
#about-us .section-6 .gallery .single-image {
  height: 650px;
  flex: 33%;
}
@media (max-width: 1024px) {
  #about-us .section-6 .gallery .single-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #about-us .section-6 .gallery .single-image {
    flex: 100%;
    height: 250px;
  }
}
#about-us .section-6 .gallery .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-us .section-6 .usps {
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #about-us .section-6 .usps {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#about-us .section-6 .usps .single-usp {
  max-width: 162px;
}
@media (max-width: 767px) {
  #about-us .section-6 .usps .single-usp {
    max-width: calc(50% - 10px);
  }
}
#about-us .section-6 .usps .single-usp .img-wrapper {
  height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #about-us .section-6 .usps .single-usp .img-wrapper {
    height: 45px;
    margin-bottom: 15px;
  }
}
#about-us .section-6 .usps .single-usp .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-us .section-6 .usps .single-usp p {
  font-size: 12px !important;
}
#about-us .section-6 .text-wrapper {
  max-width: 730px;
}
@media (max-width: 767px) {
  #about-us .section-6 .text-wrapper {
    max-width: 100%;
  }
}
#about-us .section-7 {
  background-color: #2b451d;
  padding: 120px 0px;
  gap: 120px;
}
@media (max-width: 767px) {
  #about-us .section-7 {
    padding: 60px 0px;
    gap: 60px;
  }
}
#about-us .section-7 * {
  color: #ffffff;
}
#about-us .section-7 .upper-container {
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}
@media (max-width: 767px) {
  #about-us .section-7 .upper-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 0px 20px;
  }
}
#about-us .section-7 .upper-container .left-side {
  gap: 40px;
  max-width: 800px;
}
#about-us .section-7 .upper-container .left-side h3 {
  font-size: 64px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #about-us .section-7 .upper-container .left-side h3 {
    font-size: 34px;
  }
}
#about-us .section-7 .upper-container .right-side {
  max-width: 430px;
}
#about-us .section-7 .upper-container .right-side p {
  font-size: 20px;
}
@media (max-width: 767px) {
  #about-us .section-7 .upper-container .right-side p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #about-us .section-7 .services {
    flex-direction: column;
  }
}
#about-us .section-7 .services .single-image .img-wrapper {
  height: 470px;
}
@media (max-width: 767px) {
  #about-us .section-7 .services .single-image .img-wrapper {
    height: 280px;
  }
}
#about-us .section-7 .services .single-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-us .section-7 .services .single-image h3 {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
  margin-top: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #about-us .section-7 .services .single-image h3 {
    font-size: 20px;
  }
}
#about-us .section-7 .services .single-image .text-wrapper p {
  font-size: 15px;
  margin-top: 10px;
}
#about-us .section-7 .main-button-accent {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#contact-page .section-1 {
  margin-top: 180px;
  align-items: center;
  justify-content: center;
}
#contact-page .section-1 h1 {
  font-size: 62px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  #contact-page .section-1 h1 {
    font-size: 47px;
  }
}
#contact-page .section-1 p {
  text-align: center;
  max-width: 1190px;
}
#contact-page .section-2 {
  background: linear-gradient(to bottom, #ffffff 0%, #F0EBE5 100%);
  padding: 120px 0px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #contact-page .section-2 {
    padding: 0px;
    flex-direction: column-reverse !important;
  }
}
#contact-page .section-2 .left-side {
  width: 35%;
  gap: 20px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  #contact-page .section-2 .left-side {
    width: 100%;
    padding-left: 40px;
  }
}
#contact-page .section-2 .left-side .single-item {
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  #contact-page .section-2 .left-side .single-item {
    flex-direction: row !important;
  }
}
#contact-page .section-2 .left-side .single-item .icon-wrapper {
  border: 1px solid rgba(60, 60, 57, 0.1921568627);
  border-radius: 50%;
  padding: 41px;
}
@media (max-width: 767px) {
  #contact-page .section-2 .left-side .single-item .icon-wrapper {
    padding: 27px;
  }
}
#contact-page .section-2 .left-side .single-item .icon-wrapper img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#contact-page .section-2 .left-side .single-item span {
  font-size: 14px;
  color: #3c3c39;
}
#contact-page .section-2 .right-side {
  width: 65%;
  padding-right: 60px;
}
@media (max-width: 767px) {
  #contact-page .section-2 .right-side {
    width: 100%;
    padding-top: 60px;
    padding-right: 0px;
  }
}
#contact-page .section-2 .right-side .wpcf7-form .form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #contact-page .section-2 .right-side .wpcf7-form .form-header {
    gap: 0px;
  }
}
#contact-page .section-2 .right-side .wpcf7-form .form-header h2 {
  color: #90601f;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
#contact-page .section-2 .right-side .wpcf7-form .form-header p {
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  #contact-page .section-2 .right-side .wpcf7-form .form-header p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #contact-page .section-2 .right-side .wpcf7-form .top-80 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  #contact-page .section-2 .right-side .wpcf7-form .bottom p {
    flex-direction: column !important;
    gap: 0;
  }
}
#contact-page .section-2 .right-side .wpcf7-form .form-row p {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
  width: 100%;
}
#contact-page .section-2 .right-side .wpcf7-form .form-row p .wpcf7-form-control-wrap {
  width: 100%;
}
#contact-page .section-2 .right-side .wpcf7-form .form-row p .wpcf7-form-control-wrap input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  padding: 20px 0px !important;
}
#contact-page .section-2 .right-side .wpcf7-form .form-row p .wpcf7-form-control-wrap input::-moz-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
  font-size: 14px;
}
#contact-page .section-2 .right-side .wpcf7-form .form-row p .wpcf7-form-control-wrap input::placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
  font-size: 14px;
}
#contact-page .section-2 .right-side .wpcf7-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  height: 150px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
#contact-page .section-2 .right-side .wpcf7-form textarea::-moz-placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
#contact-page .section-2 .right-side .wpcf7-form textarea::placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
}
#contact-page .section-2 .right-side .wpcf7-form .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
#contact-page .section-2 .right-side .wpcf7-form .wpcf7-list-item label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 25px !important;
  height: 25px !important;
  border: 1.5px solid #000;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0px !important;
}
#contact-page .section-2 .right-side .wpcf7-form .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #90601f;
}
#contact-page .section-2 .right-side .wpcf7-form .wpcf7-list-item label span {
  font-size: 12px;
}
#contact-page .section-2 .right-side .wpcf7-form .wpcf7-submit {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 30px 60px;
  transition: 0.3s ease;
  font-size: 14px;
}
#contact-page .section-2 .right-side .wpcf7-form .wpcf7-submit:hover {
  background-color: #90601f;
  color: #ffffff;
}
#contact-page .section-3 {
  gap: 50px;
  align-items: center;
  justify-content: center;
  display: none;
}
#contact-page .section-3 .single-usp {
  gap: 15px;
  align-items: center;
  justify-content: center;
}
#contact-page .section-3 .single-usp .icon-wrapper {
  border: 1px solid rgba(60, 60, 57, 0.1921568627);
  border-radius: 50%;
  padding: 41px;
}
#contact-page .section-3 .single-usp .icon-wrapper img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#contact-page .section-3 .single-usp a {
  font-size: 14px;
  color: #3c3c39;
}
#contact-page .section-4 {
  padding-top: 100px;
  margin-bottom: -285px;
}
#contact-page .section-4 h3 {
  font-size: 48px;
  color: #90601f;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 300;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
@media (max-width: 767px) {
  #contact-page .section-4 .img-wrapper {
    width: 100%;
  }
  #contact-page .section-4 .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#amouliani-page .hero {
  height: 780px;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #amouliani-page .hero {
    height: 100dvh;
  }
}
#amouliani-page .hero .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#amouliani-page .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
#amouliani-page .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 35px;
}
@media (max-width: 767px) {
  #amouliani-page .hero .content {
    margin-bottom: 50px;
    gap: 20px;
  }
}
#amouliani-page .hero .content * {
  color: #ffffff;
}
#amouliani-page .hero .content .before-title {
  font-size: 16px;
  text-transform: uppercase;
}
#amouliani-page .hero .content h1 {
  font-size: 95px;
  max-width: -moz-min-content;
  max-width: min-content;
  font-weight: 300;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
#amouliani-page .section-2 .upper-container {
  justify-content: space-between;
  align-items: center;
}
#amouliani-page .section-2 .upper-container .left-side {
  max-width: 900px;
}
#amouliani-page .section-2 .upper-container .left-side h2 {
  font-size: 36px;
  margin-bottom: 60px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
#amouliani-page .section-2 .upper-container .left-side p {
  font-size: 16px;
}
#amouliani-page .section-2 .upper-container .right-side img {
  width: 100%;
  height: 100%;
}
#amouliani-page .section-2 .bottom-container {
  gap: 80px;
  align-items: flex-end;
}
#amouliani-page .section-2 .bottom-container .left-side {
  width: 1190px;
  height: 630px;
}
#amouliani-page .section-2 .bottom-container .left-side img {
  width: 100%;
  height: 100%;
}
#amouliani-page .section-2 .bottom-container .right-side {
  padding-bottom: 100px;
}
#amouliani-page .section-2 .bottom-container .right-side h2 {
  font-size: 69px;
  text-transform: uppercase;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
#amouliani-page .section-2 .bottom-container .right-side span {
  font-size: 20px;
}
#amouliani-page .section-3 {
  gap: 120px;
}
#amouliani-page .section-3 .single-item {
  justify-content: space-between;
  align-items: center;
}
#amouliani-page .section-3 .single-item .left-side {
  max-width: 740px;
}
#amouliani-page .section-3 .single-item .left-side h2 {
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
#amouliani-page .section-3 .single-item .left-side p {
  font-size: 14px;
}
#amouliani-page .section-3 .single-item .right-side {
  width: 740px;
  height: 920px;
}
#amouliani-page .section-3 .single-item .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#amouliani-page .section-3 .single-item:nth-child(2) {
  flex-direction: row-reverse !important;
}
#amouliani-page .section-4 {
  padding: 120px 210px;
  background-color: #ffffff;
  gap: 80px;
}
#amouliani-page .section-4 .upper-container {
  gap: 50px;
  align-items: center;
  justify-content: center;
}
#amouliani-page .section-4 .upper-container h2 {
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#amouliani-page .section-4 .upper-container p {
  text-transform: uppercase;
}
#amouliani-page .section-4 .middle-container {
  gap: 10px;
}
#amouliani-page .section-4 .middle-container .single-image {
  height: 650px;
  flex: 33%;
}
#amouliani-page .section-4 .middle-container .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#amouliani-page .section-4 .bottom-container {
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}
#amouliani-page .section-4 .bottom-container .left-side {
  max-width: 740px;
}
#amouliani-page .section-5 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background-color: #ffffff;
}
#amouliani-page .section-5 .image_1 {
  width: 70%;
  height: 633px;
  -o-object-fit: cover;
     object-fit: cover;
}
#amouliani-page .section-5 .image_2 {
  width: 30%;
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 150px;
}
#amouliani-page .section-6 {
  background: linear-gradient(to bottom, #ffffff 0%, #F0EBE5 100%);
  padding-top: 120px;
}
#amouliani-page .section-6 .blog-section {
  margin-top: 0px !important;
}

#single-accommondation .hero {
  height: 780px;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #single-accommondation .hero {
    height: 80dvh;
  }
}
#single-accommondation .hero .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#single-accommondation .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}
#single-accommondation .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 85px;
}
@media (max-width: 767px) {
  #single-accommondation .hero .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#single-accommondation .hero .content * {
  color: #ffffff;
}
#single-accommondation .hero .content .before-title {
  font-size: 16px;
  text-transform: uppercase;
}
#single-accommondation .hero .content h1 {
  font-size: 82px;
  max-width: 890px;
  font-weight: 400;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #single-accommondation .hero .content h1 {
    font-size: 48px;
  }
}
#single-accommondation .section-2 {
  gap: 80px;
}
@media (max-width: 767px) {
  #single-accommondation .section-2 {
    gap: 0px;
  }
}
#single-accommondation .section-2 .upper-container {
  gap: 80px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #single-accommondation .section-2 .upper-container {
    flex-direction: column-reverse !important;
    align-items: flex-start;
    gap: 20px;
  }
}
#single-accommondation .section-2 .upper-container .left-side {
  width: 100%;
  max-width: 1190px;
}
#single-accommondation .section-2 .upper-container .left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-accommondation .section-2 .upper-container {
  padding-bottom: 100px;
}
#single-accommondation .section-2 .upper-container h2 {
  font-size: 62px;
  font-weight: 300;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #single-accommondation .section-2 .upper-container h2 {
    font-size: 42px;
  }
}
#single-accommondation .section-2 .amenities {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #single-accommondation .section-2 .amenities {
    flex-wrap: wrap;
    gap: 30px;
  }
}
#single-accommondation .section-2 .amenities .single-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  max-width: 350px;
  gap: 30px;
}
@media (max-width: 767px) {
  #single-accommondation .section-2 .amenities .single-item {
    flex: 0 0 43%;
    justify-content: space-between;
  }
}
#single-accommondation .section-2 .amenities .single-item .icon-wrapper {
  width: 32px;
  height: 32px;
}
#single-accommondation .section-2 .amenities .single-item .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#single-accommondation .section-2 .amenities .single-item span {
  text-align: left;
  font-size: 14px;
}
#single-accommondation .section-2 .bottom-container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #single-accommondation .section-2 .bottom-container {
    flex-direction: column !important;
    gap: 50px;
    align-items: flex-start;
  }
}
#single-accommondation .section-2 .bottom-container .left-side {
  max-width: 720px;
}
#single-accommondation .gallery-collage {
  display: grid;
  grid-template-columns: 1fr 0.55fr 1fr;
  grid-auto-rows: 250px;
  gap: 10px;
}
@media (max-width: 767px) {
  #single-accommondation .gallery-collage {
    grid-template-columns: 1fr 1fr;
  }
}
#single-accommondation .gallery-collage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#single-accommondation .gallery-collage .gallery-img-1 {
  grid-column: 1;
  grid-row: span 2;
}
@media (max-width: 767px) {
  #single-accommondation .gallery-collage .gallery-img-1 {
    grid-row: 1;
  }
}
#single-accommondation .gallery-collage .gallery-img-2 {
  grid-column: 2;
  grid-row: span 1;
}
#single-accommondation .gallery-collage .gallery-img-3 {
  grid-column: 2;
  grid-row: span 1;
}
@media (max-width: 767px) {
  #single-accommondation .gallery-collage .gallery-img-3 {
    grid-column: 1;
  }
}
#single-accommondation .gallery-collage .gallery-img-4 {
  grid-column: 3;
  grid-row: span 2;
}
@media (max-width: 767px) {
  #single-accommondation .gallery-collage .gallery-img-4 {
    grid-column: 2;
  }
}
#single-accommondation .section-5 {
  margin-top: 240px;
}
#single-accommondation .section-5 .rooms-wrapper {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  row-gap: 50px;
  justify-content: space-between;
}
#single-accommondation .section-5 h2 {
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #single-accommondation .section-5 h2 {
    font-size: 42px;
  }
}
#single-accommondation .section-5 .room-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  max-width: 740px;
}
#single-accommondation .section-5 .room-card__image {
  width: 100%;
  overflow: hidden;
}
#single-accommondation .section-5 .room-card__image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#single-accommondation .section-5 .room-card__body {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 20px 0;
  margin-top: 40px;
}
#single-accommondation .section-5 .room-card__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
  margin: 0;
}
#single-accommondation .section-5 .room-card__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  #single-accommondation .section-5 .room-card__meta {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#single-accommondation .section-5 .room-card__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  #single-accommondation .section-5 .room-card__meta-item {
    flex-direction: row !important;
    flex: 0 0 45%;
  }
}
#single-accommondation .section-5 .room-card__meta-item svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
#single-accommondation .section-5 .room-card__meta-item span {
  font-size: 13px;
  color: #333;
}
#single-accommondation .section-5 .room-card__btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  #single-accommondation .section-5 .room-card__btn {
    padding: 25px 45px;
  }
}
#single-accommondation .section-5 .room-card__btn:hover {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  #single-accommondation .section-5 {
    gap: 24px;
  }
  #single-accommondation .section-5 .room-card {
    width: calc(50% - 12px);
  }
  #single-accommondation .section-5 .room-card__image img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  #single-accommondation .section-5 {
    flex-direction: column;
  }
  #single-accommondation .section-5 .room-card {
    width: 100%;
  }
  #single-accommondation .section-5 .room-card__image img {
    height: 260px;
  }
  #single-accommondation .section-5 .room-card__btn {
    margin-left: 0;
  }
}

#accommodations-page .hero {
  height: 780px;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #accommodations-page .hero {
    height: 80dvh;
  }
}
#accommodations-page .hero .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#accommodations-page .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}
#accommodations-page .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 85px;
}
@media (max-width: 767px) {
  #accommodations-page .hero .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#accommodations-page .hero .content * {
  color: #ffffff;
}
#accommodations-page .hero .content .before-title {
  font-size: 16px;
  text-transform: uppercase;
}
#accommodations-page .hero .content h1 {
  font-size: 82px;
  max-width: 890px;
  font-weight: 400;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #accommodations-page .hero .content h1 {
    font-size: 48px;
  }
}
#accommodations-page .section-2 {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #accommodations-page .section-2 {
    flex-direction: column !important;
  }
}
#accommodations-page .section-2 .left-side {
  font-size: 36px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  #accommodations-page .section-2 .right-side {
    margin-left: auto;
  }
}
#accommodations-page .section-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
#accommodations-page .section-3 .room-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  max-width: 740px;
}
#accommodations-page .section-3 .room-card__image {
  width: 100%;
  overflow: hidden;
}
#accommodations-page .section-3 .room-card__image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#accommodations-page .section-3 .room-card__body {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 20px 0;
  margin-top: 40px;
}
#accommodations-page .section-3 .room-card__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
  margin: 0;
}
#accommodations-page .section-3 .room-card__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  #accommodations-page .section-3 .room-card__meta {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#accommodations-page .section-3 .room-card__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  #accommodations-page .section-3 .room-card__meta-item {
    flex-direction: row !important;
    flex: 0 0 45%;
  }
}
#accommodations-page .section-3 .room-card__meta-item svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
#accommodations-page .section-3 .room-card__meta-item span {
  font-size: 13px;
  color: #333;
}
#accommodations-page .section-3 .room-card__btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  #accommodations-page .section-3 .room-card__btn {
    padding: 25px 45px;
  }
}
#accommodations-page .section-3 .room-card__btn:hover {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  #accommodations-page .section-3 {
    gap: 24px;
  }
  #accommodations-page .section-3 .room-card {
    width: calc(50% - 12px);
  }
  #accommodations-page .section-3 .room-card__image img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  #accommodations-page .section-3 {
    flex-direction: column;
  }
  #accommodations-page .section-3 .room-card {
    width: 100%;
  }
  #accommodations-page .section-3 .room-card__image img {
    height: 260px;
  }
  #accommodations-page .section-3 .room-card__btn {
    margin-left: 0;
  }
}
#accommodations-page .section-4 {
  background-color: #2b451d;
  padding: 120px 0px;
  gap: 120px;
}
#accommodations-page .section-4 * {
  color: #ffffff;
}
#accommodations-page .section-4 .upper-container {
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}
#accommodations-page .section-4 .upper-container .left-side {
  gap: 40px;
  max-width: 800px;
}
#accommodations-page .section-4 .upper-container .left-side h3 {
  font-size: 64px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
#accommodations-page .section-4 .upper-container .right-side {
  max-width: 430px;
}
#accommodations-page .section-4 .upper-container .right-side p {
  font-size: 20px;
}
#accommodations-page .section-4 .services .single-image .img-wrapper {
  height: 470px;
}
#accommodations-page .section-4 .services .single-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#accommodations-page .section-4 .services .single-image h3 {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
  margin-top: 30px;
  text-transform: uppercase;
}
#accommodations-page .section-4 .main-button-accent {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#accommodations-page .section-5 {
  background: linear-gradient(to bottom, #ffffff 0%, #F0EBE5 100%);
  padding-top: 120px;
}
#accommodations-page .section-5 .blog-section {
  margin-top: 0px !important;
}

#hotel-page .hero {
  height: 780px;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #hotel-page .hero {
    height: 80dvh;
  }
}
#hotel-page .hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#hotel-page .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
  z-index: 1;
}
#hotel-page .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 85px;
}
@media (max-width: 1024px) {
  #hotel-page .hero .content {
    padding: 0px 30px;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  #hotel-page .hero .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#hotel-page .hero .content * {
  color: #ffffff;
}
#hotel-page .hero .content .before-title {
  font-size: 16px;
}
@media (max-width: 767px) {
  #hotel-page .hero .content .before-title {
    font-size: 13px;
  }
}
#hotel-page .hero .content h1 {
  font-size: 86px;
  font-weight: 300;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #hotel-page .hero .content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #hotel-page .hero .content h1 {
    font-size: 48px;
  }
}
#hotel-page .section-2 {
  gap: 80px;
}
@media (max-width: 767px) {
  #hotel-page .section-2 {
    gap: 40px;
  }
}
#hotel-page .section-2 .upper-container {
  gap: 80px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  #hotel-page .section-2 .upper-container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-2 .upper-container {
    flex-direction: column-reverse !important;
    align-items: flex-start;
    gap: 40px;
  }
}
#hotel-page .section-2 .upper-container .left-side {
  width: 100%;
  max-width: 1190px;
}
@media (max-width: 767px) {
  #hotel-page .section-2 .upper-container .left-side {
    height: 300px;
  }
}
#hotel-page .section-2 .upper-container .left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hotel-page .section-2 .upper-container .right-side {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  #hotel-page .section-2 .upper-container .right-side {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-2 .upper-container .right-side {
    padding-bottom: 0px;
  }
}
#hotel-page .section-2 .upper-container .right-side img {
  width: 230px;
}
@media (max-width: 1024px) {
  #hotel-page .section-2 .upper-container .right-side img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-2 .upper-container .right-side img {
    width: 120px;
  }
}
#hotel-page .section-2 .upper-container .right-side h2 {
  font-size: 74px;
  font-weight: 300;
  margin-top: 40px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #hotel-page .section-2 .upper-container .right-side h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-2 .upper-container .right-side h2 {
    font-size: 42px;
  }
}
#hotel-page .section-2 .upper-container .right-side p {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #hotel-page .section-2 .upper-container .right-side p {
    font-size: 16px;
  }
}
#hotel-page .section-2 .middle-container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #hotel-page .section-2 .middle-container {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
#hotel-page .section-2 .middle-container .single-usp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  max-width: 350px;
  gap: 30px;
}
@media (max-width: 1024px) {
  #hotel-page .section-2 .middle-container .single-usp {
    max-width: 280px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-2 .middle-container .single-usp {
    flex: 0 0 50%;
    max-width: 100%;
    gap: 15px;
  }
}
#hotel-page .section-2 .middle-container .single-usp .img-wrapper {
  width: 32px;
  height: 32px;
}
#hotel-page .section-2 .middle-container .single-usp .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#hotel-page .section-2 .middle-container .single-usp span {
  text-align: left;
  font-size: 14px;
}
#hotel-page .section-2 .bottom-container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #hotel-page .section-2 .bottom-container {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
#hotel-page .section-2 .bottom-container .text-wrapper {
  max-width: 720px;
}
@media (max-width: 1024px) {
  #hotel-page .section-2 .bottom-container .text-wrapper {
    max-width: 500px;
  }
}
#hotel-page .section-2 .bottom-container .text-wrapper p {
  font-size: 16px;
}
#hotel-page .section-3 {
  gap: 170px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #hotel-page .section-3 {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-3 {
    flex-direction: column !important;
    gap: 80px;
  }
}
#hotel-page .section-3 .left-side {
  position: relative;
  width: 738px;
  height: 920px;
}
@media (max-width: 1024px) {
  #hotel-page .section-3 .left-side {
    width: 45%;
    height: 550px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-3 .left-side {
    width: 100%;
    height: 340px;
  }
}
#hotel-page .section-3 .left-side .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hotel-page .section-3 .left-side .secondary-image {
  position: absolute;
  top: 50%;
  right: -150px;
  width: 305px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  #hotel-page .section-3 .left-side .secondary-image {
    right: -40px;
    width: 220px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-3 .left-side .secondary-image {
    display: none !important;
  }
}
#hotel-page .section-3 .right-side {
  max-width: 738px;
}
@media (max-width: 1024px) {
  #hotel-page .section-3 .right-side {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-3 .right-side {
    max-width: 100%;
  }
}
#hotel-page .section-3 .right-side h2 {
  margin-bottom: 55px;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
@media (max-width: 767px) {
  #hotel-page .section-3 .right-side h2 {
    font-size: 42px;
  }
}
#hotel-page .section-4 {
  padding: 120px 210px;
  background-color: #ffffff;
  gap: 80px;
}
@media (max-width: 1024px) {
  #hotel-page .section-4 {
    padding: 100px 40px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-4 {
    padding: 80px 20px;
    gap: 40px;
  }
}
#hotel-page .section-4 .upper-container {
  gap: 50px;
  align-items: center;
  justify-content: center;
}
#hotel-page .section-4 .upper-container h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
@media (max-width: 767px) {
  #hotel-page .section-4 .upper-container h2 {
    font-size: 30px;
  }
}
#hotel-page .section-4 .upper-container p {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #hotel-page .section-4 .upper-container p {
    font-size: 14px;
    text-align: center;
  }
}
#hotel-page .section-4 .middle-container {
  gap: 10px;
}
@media (max-width: 767px) {
  #hotel-page .section-4 .middle-container {
    flex-wrap: wrap;
  }
}
#hotel-page .section-4 .middle-container .single-image {
  height: 650px;
  flex: 33%;
}
@media (max-width: 1024px) {
  #hotel-page .section-4 .middle-container .single-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-4 .middle-container .single-image {
    flex: 100%;
    height: 250px;
  }
}
#hotel-page .section-4 .middle-container .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hotel-page .section-4 .bottom-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #hotel-page .section-4 .bottom-container {
    margin-top: unset !important;
  }
}
#hotel-page .section-4 .bottom-container .usps {
  justify-content: space-between;
}
@media (max-width: 767px) {
  #hotel-page .section-4 .bottom-container .usps {
    flex-wrap: wrap !important;
  }
}
#hotel-page .section-4 .bottom-container .usps .single-item {
  gap: 20px;
}
@media (max-width: 767px) {
  #hotel-page .section-4 .bottom-container .usps .single-item {
    flex: 0 0 42%;
  }
}
#hotel-page .section-4 .bottom-container .content {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #hotel-page .section-4 .bottom-container .content {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 30px;
  }
}
#hotel-page .section-4 .bottom-container .content .left-side {
  max-width: 730px;
}
#hotel-page .section-4 .bottom-container .content .left-side p {
  font-size: 17px;
}
#hotel-page .section-5 {
  padding-top: 100px;
  background: linear-gradient(to bottom, #ffffff 0%, #F0EBE5 100%);
}
@media (max-width: 767px) {
  #hotel-page .section-5 {
    padding-top: 60px;
  }
}
#hotel-page .section-5 h2 {
  font-size: 48px;
  color: #90601f;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 300;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #hotel-page .section-5 h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-5 .img-wrapper img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#hotel-page .section-5 .content {
  font-size: 20px;
  font-weight: 300;
  margin-top: -100px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #hotel-page .section-5 .content {
    flex-direction: column !important;
    gap: 20px;
    align-items: flex-start;
    margin-top: 40px;
  }
}
#hotel-page .section-5 .content .text-wrapper {
  max-width: 400px;
}
@media (max-width: 767px) {
  #hotel-page .section-5 .content .text-wrapper {
    max-width: 100%;
    font-size: 16px;
  }
}
#hotel-page .section-6 {
  justify-content: space-between;
  margin-top: 300px !important;
}
@media (max-width: 1024px) {
  #hotel-page .section-6 {
    margin-top: 180px !important;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-6 {
    margin-top: 150px !important;
    flex-direction: column !important;
    gap: 80px;
  }
}
#hotel-page .section-6 .left-side {
  max-width: 700px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 170px;
}
@media (max-width: 1024px) {
  #hotel-page .section-6 .left-side {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-6 .left-side {
    max-width: 100%;
    top: 0;
    position: relative;
  }
}
#hotel-page .section-6 .left-side h2 {
  font-size: 60px;
  margin-bottom: 80px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 1024px) {
  #hotel-page .section-6 .left-side h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-6 .left-side h2 {
    font-size: 29px;
  }
}
#hotel-page .section-6 .left-side img {
  width: 40px;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  #hotel-page .section-6 .left-side img {
    margin-top: 50px;
  }
}
#hotel-page .section-6 .right-side {
  display: flex;
  flex-direction: column;
  width: 450px;
  gap: 20px;
}
@media (max-width: 1024px) {
  #hotel-page .section-6 .right-side {
    width: 380px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-6 .right-side {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
#hotel-page .section-6 .right-side .single-cta {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  height: 450px;
}
@media (max-width: 1024px) {
  #hotel-page .section-6 .right-side .single-cta {
    height: 380px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-6 .right-side .single-cta {
    height: 400px;
  }
}
#hotel-page .section-6 .right-side .single-cta__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#hotel-page .section-6 .right-side .single-cta__image, #hotel-page .section-6 .right-side .single-cta__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.6s ease;
}
#hotel-page .section-6 .right-side .single-cta__video {
  opacity: 0;
  pointer-events: none;
}
#hotel-page .section-6 .right-side .single-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.5s ease;
}
#hotel-page .section-6 .right-side .single-cta__content {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  overflow: hidden;
}
#hotel-page .section-6 .right-side .single-cta__title {
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767px) {
  #hotel-page .section-6 .right-side .single-cta__title {
    font-size: 20px;
  }
}
#hotel-page .section-6 .right-side .single-cta__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 6px 0 0;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, opacity 0.35s ease 0.05s;
}
@media (max-width: 767px) {
  #hotel-page .section-6 .right-side .single-cta__text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #hotel-page .section-6 .right-side .single-cta .single-cta__video {
    display: none;
  }
  #hotel-page .section-6 .right-side .single-cta .single-cta__text {
    transform: translateY(0);
    opacity: 1;
  }
}
#hotel-page .section-6 .right-side .single-cta:hover .single-cta__image {
  opacity: 0;
}
#hotel-page .section-6 .right-side .single-cta:hover .single-cta__video {
  opacity: 1;
}
#hotel-page .section-6 .right-side .single-cta:hover .single-cta__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
}
#hotel-page .section-6 .right-side .single-cta:hover .single-cta__title {
  transform: translateY(-4px);
}
#hotel-page .section-6 .right-side .single-cta:hover .single-cta__text {
  transform: translateY(0);
  opacity: 1;
}
#hotel-page .section-7 {
  background-color: #2b451d;
  padding: 120px 0px;
  gap: 120px;
}
@media (max-width: 767px) {
  #hotel-page .section-7 {
    padding: 60px 0px;
    gap: 60px;
  }
}
#hotel-page .section-7 * {
  color: #ffffff;
}
#hotel-page .section-7 .upper-container {
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}
@media (max-width: 767px) {
  #hotel-page .section-7 .upper-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 0px 20px;
  }
}
#hotel-page .section-7 .upper-container .left-side {
  gap: 40px;
  max-width: 800px;
}
#hotel-page .section-7 .upper-container .left-side h3 {
  font-size: 64px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #hotel-page .section-7 .upper-container .left-side h3 {
    font-size: 34px;
  }
}
#hotel-page .section-7 .upper-container .right-side {
  max-width: 430px;
}
#hotel-page .section-7 .upper-container .right-side p {
  font-size: 20px;
}
@media (max-width: 767px) {
  #hotel-page .section-7 .upper-container .right-side p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #hotel-page .section-7 .services {
    flex-direction: column;
  }
}
#hotel-page .section-7 .services .single-image .img-wrapper {
  height: 470px;
}
@media (max-width: 767px) {
  #hotel-page .section-7 .services .single-image .img-wrapper {
    height: 280px;
  }
}
#hotel-page .section-7 .services .single-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hotel-page .section-7 .services .single-image h3 {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #hotel-page .section-7 .services .single-image h3 {
    font-size: 20px;
  }
}
#hotel-page .section-7 .main-button-accent {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.breadcrumb-navigation {
  position: absolute;
  top: 200px;
  left: 40px;
  z-index: 50;
  align-items: center;
  gap: 15px;
  background: transparent !important;
}
@media (max-width: 1100px) {
  .breadcrumb-navigation {
    top: 190px;
    left: 20px;
    flex-direction: row !important;
    overflow-y: scroll;
  }
}
.breadcrumb-navigation.black svg * {
  stroke: #000000 !important;
}
.breadcrumb-navigation.black .breadcrumb-trail * {
  font-size: 14px;
  color: #000000 !important;
}
.breadcrumb-navigation.black .breadcrumb-trail span span {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .breadcrumb-navigation.black .breadcrumb-trail span {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
}
.breadcrumb-navigation.black .breadcrumb-trail span .breadcrumb_last {
  opacity: 1 !important;
  color: #90601f;
}
@media (max-width: 767px) {
  .breadcrumb-navigation.black .breadcrumb-trail span .breadcrumb_last {
    white-space: nowrap;
  }
}
.breadcrumb-navigation.white * {
  color: #ffffff !important;
}
.breadcrumb-navigation.white svg * {
  stroke: #ffffff;
}
.breadcrumb-navigation.white .breadcrumb-trail {
  opacity: 0.7;
}
.breadcrumb-navigation.white .breadcrumb-trail * {
  font-size: 14px;
}

#experiences-page .section-1 {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #experiences-page .section-1 {
    flex-direction: column !important;
    gap: 50px;
  }
}
#experiences-page .section-1 .left-side {
  max-width: 600px;
  padding-top: 120px;
  gap: 55px;
}
#experiences-page .section-1 .left-side h1 {
  font-size: 48px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #experiences-page .section-1 .left-side h1 {
    font-size: 40px;
  }
}
#experiences-page .section-1 .right-side {
  width: 580px;
  height: 700px;
}
@media (max-width: 767px) {
  #experiences-page .section-1 .right-side {
    width: 100%;
    max-width: 580px;
    height: 300px;
  }
}
#experiences-page .section-1 .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#experiences-page .section-2 {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 100px 50px;
  counter-reset: xp-counter;
  justify-content: space-between;
}
#experiences-page .section-2 .single-item {
  display: flex;
  align-items: flex-start;
  counter-increment: xp-counter;
}
#experiences-page .section-2 .single-item:nth-child(1) {
  width: 100%;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: start;
  gap: 170px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(1) {
    flex-direction: column !important;
    gap: 50px;
    margin-top: 50px;
  }
}
#experiences-page .section-2 .single-item:nth-child(1) .left-side {
  max-width: 480px;
}
#experiences-page .section-2 .single-item:nth-child(1) .left-side h3 {
  font-size: 28px;
  margin-top: 40px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  margin-bottom: 15px;
  font-weight: 300;
}
#experiences-page .section-2 .single-item:nth-child(1) .left-side p {
  font-size: 14px;
  line-height: 25px;
}
#experiences-page .section-2 .single-item:nth-child(1) .left-side::before {
  content: "0" counter(xp-counter);
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
#experiences-page .section-2 .single-item:nth-child(1) .right-side {
  width: 435px;
  height: 580px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(1) .right-side {
    width: 100%;
    height: 310px;
  }
}
#experiences-page .section-2 .single-item:nth-child(1) .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#experiences-page .section-2 .single-item:nth-child(2) {
  width: 100%;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: end;
  gap: 170px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(2) {
    gap: 50px;
    flex-direction: column !important;
    margin-top: 50px !important;
  }
}
#experiences-page .section-2 .single-item:nth-child(2) .left-side {
  max-width: 480px;
}
#experiences-page .section-2 .single-item:nth-child(2) .left-side h3 {
  font-size: 28px;
  margin-top: 40px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  margin-bottom: 15px;
  font-weight: 300;
}
#experiences-page .section-2 .single-item:nth-child(2) .left-side p {
  font-size: 14px;
  line-height: 25px;
}
#experiences-page .section-2 .single-item:nth-child(2) .left-side::before {
  content: "0" counter(xp-counter);
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
#experiences-page .section-2 .single-item:nth-child(2) .right-side {
  width: 435px;
  height: 580px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(2) .right-side {
    width: 100%;
    height: 310px;
  }
}
#experiences-page .section-2 .single-item:nth-child(2) .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#experiences-page .section-2 .single-item:nth-child(3), #experiences-page .section-2 .single-item:nth-child(4) {
  width: calc(47% - 25px);
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(3), #experiences-page .section-2 .single-item:nth-child(4) {
    gap: 50px;
    flex-direction: column-reverse !important;
    width: 100%;
  }
}
#experiences-page .section-2 .single-item:nth-child(3) .left-side, #experiences-page .section-2 .single-item:nth-child(4) .left-side {
  gap: 16px;
}
#experiences-page .section-2 .single-item:nth-child(3) .left-side::before, #experiences-page .section-2 .single-item:nth-child(4) .left-side::before {
  content: "0" counter(xp-counter);
  font-size: 13px;
  letter-spacing: 0.1em;
}
#experiences-page .section-2 .single-item:nth-child(3) .left-side h3, #experiences-page .section-2 .single-item:nth-child(4) .left-side h3 {
  font-size: 28px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  margin-bottom: 15px;
  font-weight: 300;
}
#experiences-page .section-2 .single-item:nth-child(3) .left-side p, #experiences-page .section-2 .single-item:nth-child(4) .left-side p {
  font-size: 15px;
  line-height: 25px;
}
#experiences-page .section-2 .single-item:nth-child(3) .right-side, #experiences-page .section-2 .single-item:nth-child(4) .right-side {
  order: -1;
  width: 100%;
  height: 580px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(3) .right-side, #experiences-page .section-2 .single-item:nth-child(4) .right-side {
    width: 100%;
    height: 310px;
  }
}
#experiences-page .section-2 .single-item:nth-child(3) .right-side img, #experiences-page .section-2 .single-item:nth-child(4) .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#experiences-page .section-2 .single-item:nth-child(5) {
  width: 100%;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: start;
  gap: 170px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(5) {
    gap: 50px;
    flex-direction: column !important;
    margin-top: 0px;
  }
}
#experiences-page .section-2 .single-item:nth-child(5) .left-side {
  max-width: 480px;
}
#experiences-page .section-2 .single-item:nth-child(5) .left-side h3 {
  font-size: 28px;
  margin-top: 40px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  margin-bottom: 15px;
  font-weight: 300;
}
#experiences-page .section-2 .single-item:nth-child(5) .left-side p {
  font-size: 14px;
  line-height: 25px;
}
#experiences-page .section-2 .single-item:nth-child(5) .left-side::before {
  content: "0" counter(xp-counter);
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
#experiences-page .section-2 .single-item:nth-child(5) .right-side {
  width: 435px;
  height: 580px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(5) .right-side {
    width: 100%;
    height: 310px;
  }
}
#experiences-page .section-2 .single-item:nth-child(5) .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#experiences-page .section-2 .single-item:nth-child(6) {
  width: 100%;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: end;
  gap: 170px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(6) {
    gap: 50px;
    flex-direction: column !important;
    margin-top: 0px;
  }
}
#experiences-page .section-2 .single-item:nth-child(6) .left-side {
  max-width: 480px;
}
#experiences-page .section-2 .single-item:nth-child(6) .left-side h3 {
  font-size: 28px;
  margin-top: 40px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  margin-bottom: 15px;
  font-weight: 300;
}
#experiences-page .section-2 .single-item:nth-child(6) .left-side p {
  font-size: 14px;
  line-height: 25px;
}
#experiences-page .section-2 .single-item:nth-child(6) .left-side::before {
  content: "0" counter(xp-counter);
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
#experiences-page .section-2 .single-item:nth-child(6) .right-side {
  width: 435px;
  height: 580px;
}
@media (max-width: 767px) {
  #experiences-page .section-2 .single-item:nth-child(6) .right-side {
    width: 100%;
    height: 310px;
  }
}
#experiences-page .section-2 .single-item:nth-child(6) .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#celebrate-page .hero {
  height: 780px;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #celebrate-page .hero {
    height: 80dvh;
  }
}
#celebrate-page .hero .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#celebrate-page .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
#celebrate-page .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 85px;
}
@media (max-width: 767px) {
  #celebrate-page .hero .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#celebrate-page .hero .content * {
  color: #ffffff;
}
#celebrate-page .hero .content .before-title {
  font-size: 16px;
  text-transform: uppercase;
}
#celebrate-page .hero .content h1 {
  font-size: 95px;
  max-width: -moz-min-content;
  max-width: min-content;
  font-weight: 300;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #celebrate-page .hero .content h1 {
    font-size: 52px;
  }
}
#celebrate-page .section-2 {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #celebrate-page .section-2 {
    flex-direction: column !important;
    gap: 30px;
  }
}
#celebrate-page .section-2 .left-side {
  max-width: 900px;
}
#celebrate-page .section-2 .left-side h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
#celebrate-page .section-2 .left-side p {
  font-size: 16px;
}
@media (max-width: 767px) {
  #celebrate-page .section-2 .right-side {
    margin-left: auto;
  }
}
#celebrate-page .section-2 .right-side img {
  width: 100%;
  height: 100%;
}
#celebrate-page .section-3 {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #celebrate-page .section-3 {
    flex-direction: column !important;
    gap: 50px;
  }
}
#celebrate-page .section-3 .left-side {
  width: 730px;
  height: 917px;
}
@media (max-width: 767px) {
  #celebrate-page .section-3 .left-side {
    width: 100%;
    height: 340px;
  }
}
#celebrate-page .section-3 .left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#celebrate-page .section-3 .right-side {
  max-width: 730px;
}
#celebrate-page .section-3 .right-side h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #celebrate-page .section-3 .right-side h2 {
    font-size: 40px;
  }
}
#celebrate-page .section-3 .right-side p {
  font-size: 16px;
}
#celebrate-page .section-4 {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #celebrate-page .section-4 {
    flex-direction: column-reverse !important;
    gap: 50px;
  }
}
#celebrate-page .section-4 .left-side {
  max-width: 730px;
}
#celebrate-page .section-4 .left-side h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #celebrate-page .section-4 .left-side h2 {
    font-size: 40px;
  }
}
#celebrate-page .section-4 .left-side p {
  font-size: 16px;
}
#celebrate-page .section-4 .right-side {
  width: 730px;
  height: 917px;
}
@media (max-width: 767px) {
  #celebrate-page .section-4 .right-side {
    width: 100%;
    height: 340px;
  }
}
#celebrate-page .section-4 .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#celebrate-page .section-5 {
  padding: 120px 210px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #celebrate-page .section-5 {
    padding: 80px 0px;
  }
}
#celebrate-page .section-5 .upper-container {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #celebrate-page .section-5 .upper-container {
    padding: 0px 20px;
  }
}
#celebrate-page .section-5 .upper-container h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  #celebrate-page .section-5 .upper-container h2 {
    font-size: 42px;
  }
}
#celebrate-page .section-5 .upper-container p {
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  #celebrate-page .section-5 .upper-container p {
    font-size: 14px;
  }
}
#celebrate-page .section-5 .middle-container {
  gap: 10px;
  margin-top: 50px;
}
#celebrate-page .section-5 .middle-container .single-image {
  height: 650px;
  flex: 33%;
}
@media (max-width: 767px) {
  #celebrate-page .section-5 .middle-container .single-image {
    height: 340px;
  }
}
#celebrate-page .section-5 .middle-container .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#celebrate-page .section-5 .bottom-container {
  margin-top: 120px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #celebrate-page .section-5 .bottom-container {
    flex-direction: column !important;
    gap: 40px;
    margin-top: 50px;
  }
}
#celebrate-page .section-5 .bottom-container .left-side {
  max-width: 730px;
}
@media (max-width: 767px) {
  #celebrate-page .section-5 .bottom-container .left-side p {
    font-size: 14px;
  }
}
#celebrate-page .section-6 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #celebrate-page .section-6 {
    flex-direction: column !important;
    padding-top: 80px;
  }
}
#celebrate-page .section-6 .image_1 {
  width: 70%;
  height: 633px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #celebrate-page .section-6 .image_1 {
    height: 230px;
    width: 90%;
  }
}
#celebrate-page .section-6 .image_2 {
  width: 30%;
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 150px;
}
@media (max-width: 767px) {
  #celebrate-page .section-6 .image_2 {
    height: 230px;
    padding-top: 0px;
    width: 90%;
    margin-left: auto;
  }
}
#celebrate-page .section-7 {
  background: linear-gradient(to bottom, #ffffff 0%, #F0EBE5 100%);
  padding-top: 120px;
}
#celebrate-page .section-7 .blog-section {
  margin-top: 0px !important;
}

#gallery-page .upper-container {
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 60px 0 40px;
}
@media (max-width: 767px) {
  #gallery-page .upper-container {
    padding: 60px 20px 40px;
  }
}
#gallery-page .upper-container h1 {
  font-size: 67px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  #gallery-page .upper-container h1 {
    font-size: 52px;
  }
}
#gallery-page .upper-container p {
  max-width: 1190px;
  font-size: 18px;
  line-height: 1.7;
}
#gallery-page .gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #gallery-page .gallery {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #gallery-page .gallery::-webkit-scrollbar {
    display: none;
  }
}
#gallery-page .gallery .gallery-trigger {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}
#gallery-page .gallery .gallery-trigger::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  flex-shrink: 0;
  transition: background 0.2s;
}
#gallery-page .gallery .gallery-trigger.active::before {
  background-color: currentColor;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}
#gallery-page #galleries-wrapper {
  transition: opacity 0.2s;
}
#gallery-page #galleries-wrapper.loading {
  opacity: 0.4;
  pointer-events: none;
}
#gallery-page .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#gallery-page .gallery-grid .gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#page-restaurant .hero {
  height: 780px;
  background-color: #000000;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #page-restaurant .hero {
    height: 80dvh;
  }
}
#page-restaurant .hero .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#page-restaurant .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}
#page-restaurant .hero .content {
  width: 100%;
  z-index: 2;
  margin-bottom: 140px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 60px;
  gap: 85px;
}
@media (max-width: 1024px) {
  #page-restaurant .hero .content {
    padding: 0px 30px;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .hero .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#page-restaurant .hero .content * {
  color: #ffffff;
}
#page-restaurant .hero .content .before-title {
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-restaurant .hero .content .before-title {
    font-size: 13px;
  }
}
#page-restaurant .hero .content h1 {
  font-size: 82px;
  max-width: 890px;
  font-weight: 400;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #page-restaurant .hero .content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .hero .content h1 {
    font-size: 38px;
  }
}
#page-restaurant .section-2 {
  background-color: #ffffff;
  padding: 120px 0px;
}
@media (max-width: 767px) {
  #page-restaurant .section-2 {
    padding: 60px 0px;
  }
}
#page-restaurant .section-2 .upper-container {
  gap: 40px;
  align-items: center;
  justify-content: center;
}
#page-restaurant .section-2 .upper-container h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #90601f;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
}
@media (max-width: 767px) {
  #page-restaurant .section-2 .upper-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-2 .upper-container p {
    font-size: 15px;
    text-align: center;
  }
}
#page-restaurant .section-2 .middle-container {
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #page-restaurant .section-2 .middle-container {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
#page-restaurant .section-2 .middle-container .single-image {
  height: 650px;
  flex: 33%;
}
@media (max-width: 1024px) {
  #page-restaurant .section-2 .middle-container .single-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-2 .middle-container .single-image {
    flex: 100%;
    height: 250px;
  }
}
#page-restaurant .section-2 .middle-container .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-restaurant .section-2 .bottom-container .usps {
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  #page-restaurant .section-2 .bottom-container .usps {
    flex-wrap: wrap;
  }
}
#page-restaurant .section-2 .bottom-container .usps .single-item {
  gap: 30px;
}
@media (max-width: 767px) {
  #page-restaurant .section-2 .bottom-container .usps .single-item {
    flex: 0 0 42%;
  }
}
#page-restaurant .section-2 .bottom-container .usps .single-item .icon-wrapper {
  width: 35px;
  height: 35px;
}
#page-restaurant .section-2 .bottom-container .usps .single-item .icon-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-restaurant .section-2 .bottom-container .usps .single-item span {
  font-size: 12px;
}
#page-restaurant .section-2 .bottom-container .content {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #page-restaurant .section-2 .bottom-container .content {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 30px;
  }
}
#page-restaurant .section-2 .bottom-container .content .left-side {
  max-width: 735px;
}
#page-restaurant .section-3 {
  gap: 170px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  #page-restaurant .section-3 {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-3 {
    flex-direction: column !important;
    gap: 80px;
  }
}
#page-restaurant .section-3 .left-side {
  position: relative;
  width: 738px;
  height: 920px;
}
@media (max-width: 1024px) {
  #page-restaurant .section-3 .left-side {
    width: 45%;
    height: 550px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-3 .left-side {
    width: 100%;
    max-width: 738px;
    height: 340px;
  }
}
#page-restaurant .section-3 .left-side .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-restaurant .section-3 .left-side .secondary_image {
  position: absolute;
  top: 50%;
  right: -150px;
  width: 305px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  #page-restaurant .section-3 .left-side .secondary_image {
    right: -40px;
    width: 220px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-3 .left-side .secondary_image {
    display: none;
  }
}
#page-restaurant .section-3 .right-side {
  max-width: 735px;
}
@media (max-width: 1024px) {
  #page-restaurant .section-3 .right-side {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-3 .right-side {
    max-width: 100%;
  }
}
#page-restaurant .section-3 .right-side h2 {
  margin-bottom: 55px;
  font-size: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-restaurant .section-3 .right-side h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-3 .right-side p {
    font-size: 15px;
  }
}
#page-restaurant .section-4 {
  gap: 170px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  #page-restaurant .section-4 {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-4 {
    flex-direction: column-reverse !important;
    gap: 80px;
  }
}
#page-restaurant .section-4 .left-side {
  max-width: 735px;
}
@media (max-width: 1024px) {
  #page-restaurant .section-4 .left-side {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-4 .left-side {
    max-width: 100%;
  }
}
#page-restaurant .section-4 .left-side h2 {
  margin-bottom: 55px;
  font-size: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-restaurant .section-4 .left-side h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-4 .left-side p {
    font-size: 15px;
  }
}
#page-restaurant .section-4 .left-side a {
  width: -moz-fit-content;
  width: fit-content;
}
#page-restaurant .section-4 .right-side {
  position: relative;
  width: 738px;
  height: 920px;
}
@media (max-width: 1024px) {
  #page-restaurant .section-4 .right-side {
    width: 45%;
    height: 550px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-4 .right-side {
    width: 100%;
    max-width: 738px;
    height: 340px;
  }
}
#page-restaurant .section-4 .right-side .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-restaurant .section-4 .right-side .secondary_image {
  position: absolute;
  top: 50%;
  left: -150px;
  width: 305px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  #page-restaurant .section-4 .right-side .secondary_image {
    left: -40px;
    width: 220px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-4 .right-side .secondary_image {
    display: none;
  }
}
#page-restaurant .section-5 {
  height: 780px;
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #page-restaurant .section-5 {
    height: 600px;
    justify-content: center;
  }
}
#page-restaurant .section-5 .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#page-restaurant .section-5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
#page-restaurant .section-5 .content {
  width: 100%;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
@media (max-width: 767px) {
  #page-restaurant .section-5 .content {
    margin-bottom: 50px;
    gap: 20px;
    padding: 0px 20px;
  }
}
#page-restaurant .section-5 .content * {
  color: #ffffff;
}
#page-restaurant .section-5 .content h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-restaurant .section-5 .content h2 {
    text-align: center;
    font-size: 36px;
  }
}
#page-restaurant .section-5 .content p {
  text-align: center;
}
@media (max-width: 767px) {
  #page-restaurant .section-5 .content p {
    font-size: 15px;
  }
}
#page-restaurant .section-6 {
  padding-top: 100px;
  background: linear-gradient(to bottom, #ffffff 0%, #F0EBE5 100%);
}
@media (max-width: 767px) {
  #page-restaurant .section-6 {
    padding-top: 60px;
  }
}
#page-restaurant .section-6 h2 {
  font-size: 48px;
  color: #90601f;
  text-align: center;
  padding-bottom: 60px;
  font-weight: 300;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-restaurant .section-6 h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-6 .img-wrapper img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#page-restaurant .section-6 .content {
  font-size: 20px;
  font-weight: 300;
  margin-top: -100px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #page-restaurant .section-6 .content {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-6 .content .text-wrapper {
    font-size: 16px;
  }
}
#page-restaurant .section-7 {
  background-color: #2b451d;
  padding: 120px 0px;
  gap: 120px;
}
@media (max-width: 767px) {
  #page-restaurant .section-7 {
    padding: 60px 0px;
    gap: 60px;
  }
}
#page-restaurant .section-7 * {
  color: #ffffff;
}
#page-restaurant .section-7 .upper-container {
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px;
}
@media (max-width: 767px) {
  #page-restaurant .section-7 .upper-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 0px 20px;
  }
}
#page-restaurant .section-7 .upper-container .left-side {
  gap: 40px;
  max-width: 800px;
}
#page-restaurant .section-7 .upper-container .left-side h3 {
  font-size: 64px;
  font-family: "Georgiou", Helvetica, Verdana, sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-restaurant .section-7 .upper-container .left-side h3 {
    font-size: 34px;
  }
}
#page-restaurant .section-7 .upper-container .right-side {
  max-width: 430px;
}
#page-restaurant .section-7 .upper-container .right-side p {
  font-size: 20px;
}
@media (max-width: 767px) {
  #page-restaurant .section-7 .upper-container .right-side p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #page-restaurant .section-7 .services {
    flex-direction: column;
  }
}
#page-restaurant .section-7 .services .single-image .img-wrapper {
  height: 470px;
}
@media (max-width: 767px) {
  #page-restaurant .section-7 .services .single-image .img-wrapper {
    height: 280px;
  }
}
#page-restaurant .section-7 .services .single-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-restaurant .section-7 .services .single-image h3 {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #page-restaurant .section-7 .services .single-image h3 {
    font-size: 20px;
  }
}
#page-restaurant .section-7 .main-button-accent {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#blog .upper-container .left-side {
  gap: 30px;
}
#blog .upper-container .left-side h1 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  #blog .upper-container .left-side h1 {
    font-size: 52px;
  }
}
#blog .upper-container .left-side .text-wrapper {
  max-width: 760px;
}
@media (max-width: 767px) {
  #blog .upper-container .left-side .text-wrapper {
    font-size: 14px;
  }
}
#blog .the_content_wrapper {
  gap: 90px;
  flex-wrap: wrap;
}
#blog .the_content_wrapper .blog_card {
  flex: 0 0 29%;
}
@media (max-width: 767px) {
  #blog .the_content_wrapper .blog_card {
    flex: 0 0 100%;
  }
}
#blog .the_content_wrapper .blog_card .post-thumb {
  width: 100%;
  height: 470px;
}
@media (max-width: 767px) {
  #blog .the_content_wrapper .blog_card .post-thumb {
    height: 390px;
  }
}
@media (max-width: 490px) {
  #blog .the_content_wrapper .blog_card .post-thumb {
    height: 240px;
  }
}
#blog .the_content_wrapper .blog_card .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .the_content_wrapper .blog_card .content {
  gap: 25px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #blog .the_content_wrapper .blog_card .content {
    gap: 0px;
  }
}
#blog .the_content_wrapper .blog_card .content * {
  color: #000000 !important;
}
#blog .the_content_wrapper .blog_card .content .post-date {
  font-size: 11px;
}
#blog .the_content_wrapper .blog_card .content .post-title {
  font-size: 24px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
}
#blog .the_content_wrapper .blog_card .content p {
  opacity: 0.7;
  font-size: 16px;
}

#single_blog {
  margin-top: -105px;
}
@media (max-width: 767px) {
  #single_blog {
    margin-top: 40px;
  }
}
#single_blog .upper-container {
  align-items: center;
  justify-content: space-between;
  height: 770px;
}
@media (max-width: 767px) {
  #single_blog .upper-container {
    height: unset;
    width: calc(100% - 40px) !important;
    margin: auto;
  }
}
#single_blog .upper-container .left-side {
  width: 50%;
  padding-left: 60px;
}
@media (max-width: 767px) {
  #single_blog .upper-container .left-side {
    width: 100%;
    padding-left: unset;
  }
}
#single_blog .upper-container .left-side .content {
  max-width: 740px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 767px) {
  #single_blog .upper-container .left-side .content {
    gap: 0px;
  }
}
#single_blog .upper-container .left-side .content span {
  font-size: 14px;
}
#single_blog .upper-container .left-side .content h1 {
  font-size: 42px;
  font-family: "Grand Gothic", Helvetica, Verdana, sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
}
#single_blog .upper-container .left-side .content .excerpt p {
  font-size: 16px;
}
#single_blog .upper-container .right-side {
  width: 50%;
}
@media (max-width: 767px) {
  #single_blog .upper-container .right-side {
    width: 100%;
  }
}
#single_blog .upper-container .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_blog .content {
  max-width: 890px;
}
#single_blog .content p {
  font-size: 16px;
}
#single_blog .content img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}/*# sourceMappingURL=dsgr-child.css.map */