@font-face {
  font-family: Optima;
  src: url("../fonts/optima/OPTIMA.woff");
}

@font-face {
  font-family: OptimaBold;
  src: url("../fonts/optima/OPTIMA_B.woff");
}

@font-face {
  font-family: OptimaMedium;
  src: url("../fonts/optima/Optima\ Medium.woff");
}

@font-face {
  font-family: Mazzard;
  src: url("../fonts/mazzard/MazzardM-Regular.otf");
}

@font-face {
  font-family: MazzardMedium;
  src: url("../fonts/mazzard/MazzardM-Medium.otf");
}

@font-face {
  font-family: MazzardHMedium;
  src: url("../fonts/mazzard/MazzardH-Medium.otf");
}

@font-face {
  font-family: MazzardHRegular;
  src: url("../fonts/mazzard/MazzardH-Regular.otf");
}

@font-face {
  font-family: MazzardHBold;
  src: url("../fonts/mazzard/MazzardH-Bold.otf");
}

@font-face {
  font-family: MazzardHSemiBold;
  src: url("../fonts/mazzard/MazzardH-SemiBold.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

body {
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
  padding-top: 46px;
  background: transparent;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.main-nav {
  max-width: 1160px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.badge-container {
  width: 82px;
  height: 100%;
}

.logo-container {
  width: 160px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}

.badge-container>a>img,
.logo-container>img {
  width: 100%;
  height: 100%;
}

.menu-icon-section {
  cursor: pointer;
  width: 28px;
  height: 20px;
}

.icon-menu {
  width: 28px;
  height: 3px;
  background-color: rgb(255, 255, 255);
  margin-right: 8px;
}

.icon-menu::before,
.icon-menu::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #fff;
}

.icon-menu::before {
  transform: translateY(10px);
  width: 20px;
}

.icon-menu::after {
  transform: translateY(20px);
  width: 28px;
}

.logo-mobile {
  margin-top: 22px;
  width: 110px;
  height: 132px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.logo-mobile>img {
  width: 100%;
  height: 100%;
}

.menu-page {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .4s linear;
  position: fixed;
  top: 0;
  background: rgba(21, 27, 54, 0.85);
  backdrop-filter: blur(8px);
  padding-top: 46px;
}
.menu-page.active{
    height: 100vh;
    opacity: 1;
    transition: all .4s linear;
    overflow: auto;
}

.close-nav-section {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.language {
  margin-right: 48px;
}

.language>p,
.language>p>a {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.active {
  font-weight: 800;
}

.close-menu {
  width: 35px;
  height: 24px;
  cursor: pointer;
  margin-top: 17px;
}

.close-icon {
  width: 35.8px;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}

.close-icon::before {
  content: "";
  position: absolute;
  width: 35.8px;
  height: 3px;
  background: #fff;
  transform: rotate(90deg);
}

.menu-links {
  text-align: center;
  margin-top: 2vh;
}

.menu-links>a {
  color: #fff;
  font-family: "Mazzard";
  font-size: 36px;
}

.menu-links>a:hover {
  color: #c89963;
}

.menu-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9vh;
}

.media-btn {
  width: 34.29px;
  height: 34.29px;
  background: #272e4e;
  border: none;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-social-icon>.media-btn:last-child {
  margin-left: 27px;
}

.middle {
  margin-left: 27px;
  margin-right: 27px;
}

.media-btn:hover {
  background: #c89963;
}

#first-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 730px;
}

#video-header {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

.page-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.center-text {
  height: 100vh;
  display: flex;
  align-items: center;
  background: transparent;
  position: absolute;
  bottom: 0;
  max-width: 1160px;
}


.about {
  width: 61%;
}

.about-title {
  font-family: "Mazzard";
  font-size: 48px;
  font-weight: 400;
  line-height: 134.3%;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.about-paragraph {
  font-family: "Mazzard";
  font-size: 18px;
  line-height: 178.8%;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 13px;
  width: 87%;
}

.right-and-h {
  width: 90%;
  text-align: right;
  font-family: "MazzardHMedium";
}

.book {
  width: 100%;
  height: 97px;
  background: #272e4e;
  position: absolute;
  bottom: 0;
  max-width: 1160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-container {
  height: 63px;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
}

.book-container>ul {
  width: 100%;
  height: 50px;
}

.book-elements {
  border-right: 2px solid #fff;
}

.book-elements:last-child {
  border-right: none;
}

.book-elements>div {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.big-width {
  width: 32.32%;
}

.book-btn-section {
  border-right: none;
  display: flex;
  align-items: center;
}

.small-width {
  width: 20.68%;
}

.sm-width {
  width: 19.48%;
}

.big-wdth {
  width: 27.5%;
}

.book-elements-title,
.book-elements-text {
  font-size: 18px;
  color: #fff;
}

.book-elements-title {
  font-weight: 700;
  font-family: "OptimaBold";
}

.book-elements-text {
  font-family: "MazzardMedium";
  font-weight: 500;
  margin-top: 13px;
}

.book-elements-text>span {
  margin-right: 10px;
}

.book-elements-date {
  background: transparent;
  border: none;
  margin-top: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Mazzard";
}

.book-elements-date:focus {
  outline: none;
}

.book-elements-date::-webkit-calendar-picker-indicator {
  display: none;
}

.default-btn {
  width: 200px;
  height: 39px;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  font-family: "MazzardHMedium";
  cursor: pointer;
  text-transform: uppercase;
}

.default-btn:hover {
  color: #fff;
  background: #c89963;
  border: none;
}

.read-more-btn {
  width: 160px;
  height: 30px;
  font-size: 12px;
}

#hotel-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 55px;
  overflow: hidden;
}

.title {
  font-family: "MazzardMedium";
  font-weight: 550;
  font-size: 36px;
  line-height: 143.3%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2d324f;
}

.rooms-gallery {
  padding-top: 59px;
  overflow: hidden;
  width: 100%;
}

.room {
  height: 309px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 41px;
  text-align: left;
}

.double-room {
  background: url("../images/home/double.png");
  padding-left: 34px;
}

.single-room {
  background: url("../images/home/single.png");
  padding-left: 53px;
  padding-right: 90px;
}

.facilities {
  position: absolute;
  width: 66%;
  height: 78px;
  background: rgba(21, 27, 54, 0.83);
  backdrop-filter: blur(6px);
  right: 0;
  bottom: -39px;
  display: flex;
  align-items: center;
}

.item-facilities {
  width: 16.6%;
  display: flex;
  justify-content: center;
}

.twin {
  background: url("../images/home/twin.png");
  padding-left: 53px;
}

.triple {
  background: url("../images/hotel/triple.png");
  padding-left: 53px;
}

.family {
  padding-left: 53px;
  background: url("../images/hotel/family.png");
}

.apartment {
  padding-left: 53px;
  background: url("../images/hotel/apartment.png");
}

.apartment-deluxe {
  padding-left: 53px;
  background: url("../images/hotel/apartment-deluxe.png");
}

.room-paragraph {
  font-family: "Mazzard";
  font-size: 16px;
  line-height: 143.3%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 15px;
}

.blue {
  border-color: #2d324f !important;
  color: #2d324f;
}

.centered {
  margin-top: 39px;
}

#restaurant {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 93px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.menu-restaurant {
  width: 45.41%;
  height: 676px;
  background: #151b36;
  text-align: center;
  padding: 49px 0;
  position: relative;
}

.about-restaurant {
  width: 54.59%;
  height: 450px;
  background: url("../images/home/restaurant.png");
  background-size: 100% 100%;
  padding: 120px 125px;
}

.menu-restaurant-header {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-restaurant-header>img {
  width: 68px;
  height: 71px;
  margin: 0 36px;
}

.line {
  width: 66px;
  height: 2px;
  background-color: #c89963;
}

.menu-restaurant-container {
  width: 100%;
  display: grid;
  justify-content: center;
  grid-template-columns: 210px 210px;
}

.menu-list>li,
.menu-list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "MazzardMedium";
  margin-top: 24.4px;
}

.more-menu,
.more-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "MazzardMedium";
  line-height: 39.84px;
  margin-top: 24.4px;
  padding-bottom: 21px;
}

#events {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 133px;
  overflow: hidden;
}

.right-align {
  text-align: right;
}

.events-container {
  width: 100%;
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 95px;
}

.events-item {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding: 27px;
  position: relative;
}

.middle-item {
  margin: 0 auto;
}

.event-title-section {
  display: flex;
  align-items: center;
  padding-bottom: 91px;
}

.event-icon {
  margin-right: 20px;
}

.event-title {
  font-family: "MazzardHRegular";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #c89963;
}

.event-paragraph {
  font-family: "MazzardHRegular";
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.06em;

  color: #c89963;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

#parties {
  background: url(../images/home/event1.png);
}

#weddings {
  background: url(../images/home/event2.png);
}

#team-building {
  background: url(../images/home/event3.png);
}

.events-item:hover .event-title-section,
.events-item:hover .event-paragraph {
  opacity: 0;
}

.events-item:hover .overlay {
  opacity: 1;
}

#experiences {
  width: 100%;
  height: 627px;
  max-width: 1440px;
  background: #151b36;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.experiences-container {
  width: 100%;
  padding-top: 77px;
  padding-bottom: 143px;
}

.experiences-row {
  display: flex;
  padding-top: 79px;
}

.experiences-column {
  width: 48.27%;
  height: 286px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  display: flex;
  position: relative;
}

#summer {
  background: url("../images/home/summer.png");
}

#winter {
  background: url("../images/home/winter.png");
  margin-left: auto;
  text-align: right;
}

.experiences-title {
  font-family: "MazzardHBold";
  font-weight: bold;
  font-size: 48px;
  line-height: 66px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
}

.experiences-btn {
  width: 158px;
  height: 39px;
  font-family: "MazzardHMedium";
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #fff;
  background: transparent;
}

.experiences-btn>img {
  margin-left: 10px;
}

.summer-btn {
  margin-right: 59px;
}

.winter-btn {
  margin-left: 51px;
}

.experiences-btn:hover {
  background: #151b36;
  border: none;
}

.summer-title {
  margin-left: -49px;
}

.winter-title {
  margin-right: -61px;
}

#instagram {
  width: 100%;
  max-width: 1160px;
  margin: 96px 0;
  margin-left: auto;
  margin-right: auto;
}

.instagram-container {
  width: 100%;
  height: 100%;
  text-align: center;
}

.instagram-line {
  width: 71px;
  height: 2px;
  background: #000;
  margin-top: 55px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-paragraph {
  font-family: "MazzardHRegular";
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #000000;
}

.insta-btn {
  width: 312px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #151b36;
  border: none;
  font-family: "MazzardHMedium";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.insta-btn>img {
  margin-right: 10px;
}

.insta-photo {
  display: flex;
  column-gap: 40px;
  height: 256px;
  margin: 47px 0;
  overflow-x: auto;
}

.insta-image {
  height: 100%;
  width: 260px;
}

.spacing {
  margin-left: 40px;
}

.small-size {
  font-size: 14px;
  line-height: 33.64px;
}

.social-text {
  font-family: "MazzardHRegular";
  font-size: 14px;
  line-height: 143.3%;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 19px;
}

.limit-width {
  width: 53%;
}

.no-desktop,
.no-desktop-btn-menu {
  display: none;
}

.no-desktop-room {
  display: none;
}

.no-desktop-room-btn {
  display: none;
}



/*
About Page
*/

.about-container {
  width: 100%;
  background: #151b36;
  padding-top: 211px;
  padding-bottom: 80px;
}

.title-container {
  display: flex;
}

.title-container img {
  margin-right: 12px;
}

.grid-section {
  display: grid;
}

.f-f {
  grid-template-columns: repeat(2, 1fr);
}

.about-grid {
  grid-template-columns: 460px auto;
  column-gap: 40px;
  padding-top: 54px;
  overflow: hidden;
}

.about-image,
.about-image img,
.about-image picture {
  width: 100%;
  height: 100%;
}

.about-text {
  font-family: "MazzardHRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 161.7%;
  letter-spacing: 0.02em;
  color: #fff;
}

.about-text a {
  color: #c89963;
}

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

.see-soon-text {
  font-family: "Mazzard";
  font-weight: 400;
  font-size: 36px;
}

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

.about-text-restaurant {
  font-family: "MazzardHRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 161.7%;
  letter-spacing: 0.02em;
  color: #fff;
}

@media(max-width:991px) {

  .about-text-restaurant {
    font-size: 14px;
  }
}

/*
Contact Page
*/
.contact-grid {
  grid-template-columns: 50% calc(50% - 84px);
  column-gap: 84px;
}

.contact-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 584px;
}

.contact-image img {
  width: 400px;
  height: 524px;
}

.frames {
  position: absolute;
  width: 235px;
  height: 146px;
  border-left: 2px solid #c89963;
  border-bottom: 2px solid #c89963;
  bottom: 0;
  left: 0;
}

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

.w-600 {
  font-weight: 600;
}

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

.break-line {
  width: 100%;
  height: 2px;
  background: #c89963;
}

.white {
  color: #fff !important;
}

.bullet-list {
  list-style-position: inside;
  list-style-type: disc;
  color: #fff;
}

.contact-form label {
  display: none;
}

.contact-input,
.contact-input:focus {
  width: 100%;
  background: transparent;
  border-color: #C89963;
  border-style: solid;
  border-width: 0 0 2px 0;
  outline: none;
  height: 41px;
}

.contact-input:not(:first-of-type) {
  margin-top: 30px;
}

.contact-input,
.contact-input::placeholder {
  color: #fff;
  font-family: 'Mazzard';
  font-size: 18px;
  font-weight: 400;
}

.dropdown-input,
.dropdown-input:focus {
  width: 100%;
  background: transparent;
  border-color: #C89963;
  border-style: solid;
  border-width: 0 0 2px 0;
  outline: none;
  height: 41px;
  color: #fff;
  font-family: 'Mazzard';
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px; /* Apply the margin to all dropdowns, not just the first one */
}

/* Style for the dropdown select element */
.dropdown-input select {
  width: 100%;
  background: transparent;
  border: none; /* Remove default select border */
  outline: none;
  color: #fff;
  font-family: 'Mazzard';
  font-size: 18px;
  font-weight: 400;
}

.flex-form {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.submit-btn {
  flex-grow: 1;
  height: 61px;
  border: none;
  outline: none;
  background-color: #c89963;
  font-size: 18px;
  color: #fff;
  font-family: 'Mazzard';
  cursor: pointer;
}

.contact-checkbox {
  width: 23px;
  height: 23px;
  margin-right: 19px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-right: 46px;
}

/*
Restaurant Page
*/

.white-bg {
  background-color: #fff;
}

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

.restaurant-page {
  width: 100%;
  padding-left: calc((100% - 1160px) / 2);
}

.restaurant-grid {
  display: grid;
  grid-template-columns: 660px 467px;
  column-gap: 33px;
}

.purple,
.experiences-grid a {
  color: #151b36 !important;
}

.restaurant-page-text {
  margin-top: 80px;
  width: 90%;
}

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

.single-page-btn {
  border: none;
  width: 200px;
  height: 61px;
  background: #151b36;
}



.single-page-btn:hover {
  background-color: #c89963;
}

.single-page-btn a,
.hotel-view-more-btn {
  font-family: "MazzardHMedium";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.hotel-view-more-btn {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  width: fit-content;
  margin-left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  margin-bottom: 30px;
}

.hotel-arrow {
  animation: move-arrow 1s infinite;
}

.hotel-arrow-active {
  animation: move-arrow-active 1s infinite;
}

@keyframes move-arrow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }
}

@keyframes move-arrow-active {

  0%,
  100% {
    transform: translateY(0) rotate(180deg);
  }

  50% {
    transform: translateY(3px) rotate(180deg);
  }
}


.single-page-btn a {
  background: transparent;
}

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

.three-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media(min-width:991px) {

  .three-item {
    justify-content: flex-start;
    gap: 40px;
  }
}

.centered-image {
  margin-left: 50%;
  transform: translateX(-50%);
}

.restaurant-image {
  max-width: 426px;
  margin-top: 41px;
  margin-left: 41px;
  z-index: 2;
}

.restaurant-image>img {
  object-fit: cover;
}

.restaurant-grid div {
  position: relative;
}

.frame-restaurant {
  border-top: 2px solid #c89963;
  border-left: 2px solid #c89963;
  border-bottom: 2px solid #c89963;
  width: 100%;
  height: calc(100% - 58px);
  z-index: 1;
}

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

.purple-bg {
  background-color: #151b36;
}

.menu-section-container {
  width: 100%;
  height: 100px;
  padding-left: 66px;
  display: flex;
  align-items: center;
}

.orange-bg {
  background: #c89963;
}

.flex-list {
  display: flex;
  height: 100%;
  align-items: center;
}

.flex-list>li {
  margin-top: 0;
}

.flex-list>li:not(:first-child) {
  margin-left: 40px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  width: 100%;
}

.restaurant-contact,
.restaurant-details-container,
.borded-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.restaurant-contact {
  height: 564px;
  background: url("../images/restaurant/background.png");
}

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

.restaurant-details-container {
  width: 840px;
  height: 367px;
  background: #fff;
}

.borded-container {
  width: 760px;
  height: 291px;
  border: 1px solid #c89963;
}

.restaurant-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  height: calc(100% - 110px);
  justify-content: space-between;
}

.details-title {
  font-family: 'Mazzard';
  font-style: normal;
  font-weight: 550;
  font-size: 24px;
  text-transform: uppercase;
  color: #2d324f;
}

/* experiences page */

.slider-experiences {
  height: 286px;
}

.summer,
.winter {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
}

.summer {
  background: url("../images/experiences/summer.png");
}

.winter {
  background: url("../images/experiences/winter.png");
}

.experiences-container-page {
  padding-top: 180px;
}

.exp-center {
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.start-align {
  justify-content: flex-start;
}

.info-experiences {
  font-family: "MazzardHRegular";
  font-size: 16px;
  text-align: center;
}

.experiences-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
  padding: 100px 0;
}

.experiences-item img {
  width: 100%;
}

.additional {
  height: 52px;
  display: flex;
  align-items: center;
  margin-top: -5px;
  justify-content: center;
}

.experiences-item:hover .white-bg.additional,
.experiences-item:hover .purple-bg.additional,
.experiences-item:hover .info-experiences {
  background-color: #c89963;
  color: #fff !important;
}

/*
Events Page
*/
.events-grid {
  display: grid;
  grid-template-columns: 580px auto;
  column-gap: 115px;
}

.first-frame-events,
.second-frame-events {
  width: 100%;
  border-left: 2px solid #c89963;
  border-top: 2px solid #c89963;
  border-bottom: 2px solid #c89963;
}

.first-frame-events {
  height: 400px;
  display: flex;
  align-items: center;
}

.first-events-img {
  margin-left: -95px;
  width: 558px;
  height: 290px;
}

.spacing-top-70 {
  margin-top: 70px;
}

.bottom-45 {
  padding-bottom: 45px;
}

.events-grid-two {
  display: grid;
  grid-template-columns: 55% 45%;
}

.end-align {
  display: flex;
  justify-content: flex-end;
}

.events-grid-three {
  display: grid;
  grid-template-columns: 650px auto;
  column-gap: 25px;
}

.second-frame-events {
  height: 325px;
}

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

.bullet-list-outside {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
}

.footer-spacing {
  margin-bottom: 120px;
}

.upcoming-events {
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.events-card {
  width: 260px;
  height: 261px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 31px 17px 31px;
  color: #151b36;
}

.events-card:hover {
  background: #c89963;
  color: #fff;
}

.first-events-margin {
  margin-right: 20px;
}

.last-events-margin {
  margin-left: 20px;
}

.date-card,
.events-card-info {
  font-family: "MazzardHRegular";
  font-weight: 400;
  letter-spacing: 0.04em;
}

.date-card,
.events-card-time {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

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

.events-card-time {
  font-family: "MazzardHSemiBold";
  font-style: normal;
  font-weight: 600;
}

.events-card-info {
  font-size: 24px;
  line-height: 33px;
}

.day-date-card {
  font-family: "Optima";
  font-weight: 550;
  font-size: 48px;
  line-height: 143.3%;
  /* or 69px */

  letter-spacing: 0.05em;
}

.middle-margin {
  margin-left: 20px;
  margin-right: 20px;
}

.center-frames {
  display: flex;
  align-items: center;
}

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

/* footer */

footer {
  width: 100%;
}

.footer-container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.copyright-container {
  height: 58px;
  background: #0c1022;
}

.copyright {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  text-transform: uppercase;
}
.copyright p a{
    color: #c89963;
}
.no-upper{
    text-transform: none;
}

.footer-logo {
  width: 114px;
  height: 113px;
}

.copyright,
.footer-title {
  font-family: MazzardHMedium;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer-title {
  font-size: 24px;
  line-height: 251.3%;
  text-transform: capitalize;
}

.footer-item {
  font-family: MazzardMedium;
  font-weight: 500;
  line-height: 240.3%;
  text-transform: capitalize;
}

.footer-item,
.footer-text {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.menu-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 43px;
}

.footer-text {
  font-family: Mazzard;
  font-weight: normal;
  line-height: 143.3%;
}

.social-media-footer {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 35px);
  column-gap: 10px;
}

.footer-contact {
  display: grid;
  grid-template-columns: 14px auto;
  column-gap: 6px;
  align-items: center;
}

.left-distance {
  margin-left: 30px;
}

.footer-contact-section {
  margin-left: auto;
}

.media-footer-container {
  width: 163px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-container {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-container {
  display: flex;
  align-items: center;
  margin-right: auto;
}

/*hotel */

.hotel-grid {
  display: grid;
  grid-template-columns: 663px auto;
}

.image-hotel-grid {
  display: flex;
  justify-content: flex-end;
}

.capitalize {
  text-transform: capitalize;
}

.hotel-rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-height: 1060px;
  overflow: hidden;
  padding-bottom: 40px;
  transition: max-height .4s ease-in-out;
}

.last-room-item {
  grid-column: 2;
}

.rooms-card {
  height: 493px;
  outline: 0.5px solid #eaeaea;
}

.rooms-card:hover {
  outline: none;
  box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.19);
}

.rooms-image-bg {
  width: 100%;
  height: 372px;
  padding: 32px 57px 0 27px;
  background-size: 100% 100% !important;
}

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

.rooms-card-facilities {
  display: flex;
  gap: 25px;
}

.left-24 {
  margin-left: 24px;
}

.rooms-card-title {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 143.3%;
  /* or 34px */

  letter-spacing: 0.04em;
}

.alt-title-hotel {
  font-family: "MazzardHSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 161.7%;
  /* or 32px */

  letter-spacing: 0.02em;
}

.hotel-page-alt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

.room-gallery div img {
  width: 100%;
  height: 100%;
}

.room-page-info {
  width: 100%;
  padding: 24px 64px 12px 21px;
  background: #f7f7f7;
}

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

.room-page-grid {
  display: grid;
  grid-template-columns: 315px auto;
}

.vertical-center {
  align-items: center;
}

.icon-menu.sticky,
.icon-menu.sticky::after,
.icon-menu.sticky::before {
  background-color: #000;
}

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

.top-16 {
  padding-top: 16px;
}

.activities-image-res {
  display: none;
}

.prev-arrow-slick,
.next-arrow-slick {
  position: absolute;
  bottom: -75px;
  cursor: pointer;
  z-index: 4;
}

.prev-arrow-slick {
  left: 0;
}

.next-arrow-slick {
  right: 0;
}

.hotel-homepage-btn {
  margin-left: 100%;
  transform: translateX(-100%);
  margin-top: 55px;
}

.move-down-content {
  position: absolute;
  bottom: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.move-down-content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-left: 35px;
}

.app-btn {
  width: 184px;
  height: 49px;
  background: #272E4E;
  border: none;
  display: flex;
  align-items: center;
  font-family: 'Mazzard';
  font-weight: 500;
  font-size: 14px;
  line-height: 122.8%;
  color: #FFFFFF;
  padding-left: 13px;
  padding-right: 5px;
  border-radius: 5px;
  margin-top: 20px;
  text-align: left;
}

.app-badge {
  margin-right: 17px;
}

.mobile-experiences-btn {
  display: none;
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.center-align {
  text-align: center;
}

.about-image-frame {
  width: 100%;
  height: 590px;
  border-color: #c89963;
  border-style: solid;
  margin-top: 43px;
  border-width: 2px 2px 2px 0;
}

.about-slider {
  margin-top: -43px;
  width: 86%;
  height: 572px;
  overflow: hidden;
}

.about-slider div img,
.about-slider div picture {
  width: 100%;
  height: 572px;
  object-fit: cover;
}

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

#party-gallery, #nunti-gallery, #building-gallery {
  margin-left: -95px;
  width: 558px;
  max-width: 558px;
  overflow: hidden;
}

#party-gallery .party-gallery-item,
#party-gallery .party-gallery-item img, #nunti-gallery .nunti-gallery-item,
#nunti-gallery .nunti-gallery-item img, #building-gallery .building-gallery-item,
#building-gallery .building-gallery-item img   {
  width: 558px;
  height: 290px;
  max-width: 558px;
}
#party-gallery .party-gallery-item img,
#nunti-gallery .nunti-gallery-item img,
#building-gallery .building-gallery-item img {
  object-fit: cover;
}
.nunti-gallery-container{
  margin-top: 110px;
}
.building-gallery-container{
  margin-top: 50px;
}
/*#nunti-gallery {
  width: 361px;
  overflow: hidden;
}

#nunti-gallery .nunti-gallery-item,
#nunti-gallery .nunti-gallery-item img {
  height: 465px;
  width: 361px;
}

#building-gallery {
  margin-top: -67px;
  margin-left: 120px;
  width: 361px;
  overflow: hidden;
}

#building-gallery .building-gallery-item,
#building-gallery .building-gallery-item img {
  height: 465px;
  width: 361px;
}*/

.space-p-20 p:not(:last-of-type) {
  margin-bottom: 20px;
}

.activities-grid {
  display: grid;
  grid-template-columns: 3fr 3fr;
  margin-top: 60px;
  column-gap: 40px;
}

.static-image,
.static-image img {
  width: 100%;
  height: 393px;
}

.static-image img {
  object-fit: cover;
}

.flex-images-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.non-active-images {
  min-width: 60px;
  max-width: 60px;
  aspect-ratio: 1;
  cursor: pointer;
}

.non-active-images.active {
  min-width: 52px;
  max-width: 52px;
}

.image-gallery-box {
  width: 60px;
  height: 60px;
}

.image-gallery-box.active {
  border: 4px solid #c89963;
}
#loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151b36;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-img{
  width: 60px;
  height: 60px;
  animation: loader 2s infinite;
}
@keyframes loader {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.8);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1.5);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.8);
  }
}
.oferte-btns{
    display: flex;
    gap: 41px;
    margin-top: 50px;
}
.oferte-btn{
    padding: 18px 21px;
    font-family: 'Mazzard';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
} 
.oferte-btn-craciun{
    border: 1px solid #FFFFFF;
}
.oferte-btn-revelion{
    background: #C89963;
    border: 1px solid #C89963;
}
.oferte-btn-craciun:hover{
    background: #C89963;
    border: 1px solid #C89963;
}
.oferte-btn-revelion:hover{
    border: 1px solid #FFFFFF;
    background: transparent;
}
.btn-list {
  margin-top: 20px;
  display: flex;
  gap: 5px;
}


.cta {
  --radius: 999px;
  --pad-x: 22px;
  --pad-y: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: var(--pad-y) var(--pad-x);
  border-radius: var(--radius);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}


.cta-outline-gold {
    background: transparent;
    border: 2px solid #c49b6c;
    color: #c49b6c;
    border-radius: 9999px;
    padding: 10px 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}

.cta-outline-gold:hover {
    background: #c49b6c;
    color: #fff;
    transform: translateY(-1px);
}