@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-ExtraLight.woff2") format("woff2"), url("../fonts/Lato-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-SemiBold.woff2") format("woff2"), url("../fonts/Lato-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-ExtraBold.woff2") format("woff2"), url("../fonts/Lato-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Regular.woff2") format("woff2"), url("../fonts/Cinzel-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Medium.woff2") format("woff2"), url("../fonts/Cinzel-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-SemiBold.woff2") format("woff2"), url("../fonts/Cinzel-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Bold.woff2") format("woff2"), url("../fonts/Cinzel-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-ExtraBold.woff2") format("woff2"), url("../fonts/Cinzel-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Black.woff2") format("woff2"), url("../fonts/Cinzel-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus-Regular.woff2') format('woff2'),
      url('../fonts/Marcellus-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
      url('../fonts/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #000;
  line-height: 1.2;
}

.page-width {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-width-left {
  margin-left: calc(50% - 750px);
}
@media only screen and (max-width: 1600px) {
  .page-width-left {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width-left {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

.page-padding {
  padding: 100px 0;
}
@media screen and (max-width: 1399px) {
  .page-padding {
    padding: 70px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

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

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

h1, h2 {
  font-size: 45px;
  font-weight: 400;
  font-family: "Cinzel";
}
@media only screen and (max-width: 1600px) {
  h1, h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1399px) {
  h1, h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  h1, h2 {
    font-size: 30px;
  }
}

h1 {
  letter-spacing: 6px;
}
@media screen and (max-width: 1399px) {
  h1 {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    letter-spacing: 2px;
  }
}

h2 {
  letter-spacing: 3.5px;
  line-height: 1.2;
}
@media screen and (max-width: 1399px) {
  h2 {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    letter-spacing: 2px;
  }
}

p {
  font-size: 16px;
  line-height: 195%;
  letter-spacing: 1px;
  color: #000;
}
div {
  font-size: 16px;
  line-height: 195%;
  letter-spacing: 1px;
  color: #000;
}
@media screen and (max-width: 575px) {
  p {
    line-height: 150%;
    letter-spacing: 0.5px;
  }
  div {
    line-height: 150%;
    letter-spacing: 0.5px;
  }
}

.text p {
  margin-top: 20px;
}
.text p:first-child {
  margin-top: 0;
}

.title span {
  display: block;
  font-size: 18px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  .title span {
    font-size: 16px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 13px;
    letter-spacing: 3px;
  }
}

.big-title h1, .big-title h2 {
  font-size: 64px;
  letter-spacing: 2.5px;
}

.small-title h2 {
  font-size: 32px;
}
@media screen and (max-width: 1399px) {
  .small-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .small-title h2 {
    font-size: 25px;
  }
}

.page-top {
  height: 100vh;
  height: 100svh;
  max-height: 800px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-top .overlay {
  z-index: 1;
  opacity: 0.35;
}
.page-top .page-width {
  position: relative;
  z-index: 2;
}
.page-top .title span, .page-top .title h1 {
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.page-top .title span {
  font-weight: 500;
}
.page-top .social {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 50px;
  flex-direction: column;
}
.page-top .social a {
  margin-right: 0;
  margin-top: 30px;
}
.page-top .social a svg path {
  fill: #fff;
}
@media screen and (max-width: 1199px) {
  .page-top {
    max-height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .page-top {
    max-height: 350px;
  }
  .page-top .social {
    flex-direction: row;
    width: calc(100% - 100px);
    right: 5%;
    justify-content: end;
    flex-wrap: wrap;
  }
  .page-top .social a {
    margin-right: 0;
    margin-left: 20px;
    margin-top: 10px;
  }
}

.small-page-top {
  max-height: 450px;
  padding-top: 145px;
}
.small-page-top .overlay {
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .small-page-top {
    padding-top: 0;
    max-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .small-page-top {
    max-height: 250px;
  }
}

@media screen and (max-width: 1199px) {
  .mt-xl {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .mt-xl {
    margin-top: 50px;
  }
}

.light-grey {
  background-color: #EFEFEF;
}

.btn {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  letter-spacing: 3.5px;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  padding: 12px 37px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
}
.btn:hover {
  color: #fff !important;
  background-color: #000 !important;
}
@media only screen and (max-width: 1600px) {
  .btn {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 14px;
    letter-spacing: 2.5px;
    padding: 10px 30px;
  }
}
.btn::before {
  content: "";
  width: 100%;
  height: 0.8px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.blackBtn, .whiteBtn {
  font-family: "Cinzel";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .blackBtn, .whiteBtn {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1399px) {
  .blackBtn, .whiteBtn {
    font-size: 20px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 575px) {
  .blackBtn, .whiteBtn {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

.blackBtn {
  background-color: #000;
  border: none;
  position: relative;
}
.blackBtn::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 0.5px;
  background-color: #000;
}

.whiteBtn {
  border: 1px solid #fff;
}

.left-line-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-line-title h1, .left-line-title h2 {
  position: relative;
  text-align: center;
}
.left-line-title h1::before, .left-line-title h2::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  height: 1px;
  width: 2000px;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 1199px) {
  .left-line-title h1::before, .left-line-title h2::before {
    display: none;
  }
}

.left-line-subtitle span, .left-line-subtitle-h2 h2 {
  position: relative;
}
/* .left-line-subtitle span::before, .left-line-subtitle-h2 h2::before { */
.left-line-subtitle span::before {
  position: absolute;
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #000;
  right: calc(100% + 10px);
  top: 50%;
}
@media screen and (max-width: 575px) {
  /* .left-line-subtitle span::before, .left-line-subtitle-h2 h2::before { */
  .left-line-subtitle span::before {
    display: none;
  }
}

.mb20 {
  margin-bottom: 20px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt2 {
  margin-top: 50px;
}

.side-menu-page {
  display: grid;
  grid-template-columns: 1fr 315px;
  padding-left: calc(50% - 750px);
}
.side-menu-page .side-menu, .side-menu-page .left-content {
  padding: 100px 0;
}
@media screen and (max-width: 1399px) {
  .side-menu-page .side-menu, .side-menu-page .left-content {
    padding: 70px 0;
  }
}
@media screen and (max-width: 575px) {
  .side-menu-page .side-menu, .side-menu-page .left-content {
    /* padding: 50px 0; */
    padding: 30px 0;
  }

}
.side-menu-page .left-content {
  padding-right: 70px;
}
.side-menu-page .side-menu {
  background-color: #EFEFEF;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  body:has(.side-menu) {
    overflow-x: visible;
  }
}
.side-menu-page .side-menu .fixed-list {
  position: sticky;
  top: 120px;
  height: fit-content;
}
.side-menu-page .side-menu ul {
  list-style: none;
}
.side-menu-page .side-menu ul li {
  display: flex;
  align-items: center;
  justify-content: right;
}
.side-menu-page .side-menu ul li::after {
  content: "";
  width: 100%;
  max-width: 100px;
  height: 1px;
  background-color: #000;
  margin-left: 10px;
}
.side-menu-page .side-menu ul li a {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #000;
  text-transform: uppercase;
}
.side-menu-page .side-menu ul li .active {
  font-weight: 800;
}
.side-menu-page .side-menu ul li + li {
  margin-top: 50px;
}
.side-menu-page .side-menu ul + ul {
  margin-top: 50px;
}
@media only screen and (max-width: 1600px) {
  .side-menu-page {
    padding-left: 10%;
  }
  .side-menu-page .side-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .side-menu-page {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  .side-menu-page .left-content {
    padding-left: 10%;
    padding-right: 10%;
  }
  .side-menu-page .side-menu {
    padding-left: 0;
    padding-right: 10%;
    padding-bottom: 0;
  }
  .side-menu-page .side-menu ul li {
    justify-content: left;
    flex-direction: row-reverse;
  }
  .side-menu-page .side-menu ul li::after {
    margin-left: 0;
    margin-right: 10px;
  }
  .side-menu-page .side-menu ul li a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .side-menu-page .side-menu ul li + li {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .side-menu-page .left-content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .side-menu-page .side-menu {
    padding-right: 5%;
  }
  .side-menu-page .side-menu ul li::after {
    width: 70px;
  }
}
@media screen and (max-width: 575px) {
  .side-menu-page .side-menu ul li::after {
    width: 40px;
  }
  .side-menu-page .side-menu ul li a {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}

.text2 span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 7.4px;
  display: block;
  margin-top: 100px;
}
.text2 span:first-child {
  margin-top: 0;
}
.text2 h2, .text2 p {
  color: #222222;
}
.text2 h2 {
  margin: 5px 0 25px;
}
@media screen and (max-width: 1399px) {
  .text2 span {
    margin-top: 70px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .text2 span {
    margin-top: 50px;
    font-size: 12px;
    letter-spacing: 5px;
  }
}

.plain-text p, .plain-text ol li, .plain-text ul li {
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 1px;
}
@media screen and (max-width: 1399px) {
  .plain-text p, .plain-text ol li, .plain-text ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .plain-text p, .plain-text ol li, .plain-text ul li {
    letter-spacing: 0.5px;
  }
}
.plain-text ol, .plain-text ul {
  list-style-position: inside;
  margin: 20px 0;
}

.mt {
  margin-top: 100px;
}
@media screen and (max-width: 1399px) {
  .mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 50px;
  }
}

.template {
  margin-bottom: 100px;
}
@media screen and (max-width: 1399px) {
  .template {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .template {
    /* margin-bottom: 50px; */
    margin-bottom: 0;
  }
}
/* .template h2, .template h3 {
  margin: 50px 0 25px;
} */
.template h2:first-child, .template h3:first-child {
  margin-top: 0;
}
.template h3 {
  font-size: 24px;
  font-family: "Cinzel";
  font-weight: bold;
  letter-spacing: 4px;
}
@media screen and (max-width: 575px) {
  .template h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.template ul {
  list-style: none;
  margin: 35px 0;
}
.template ul li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 25px;
}
.template ul li span {
  font-weight: 800;
}
.template ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}
.template ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 575px) {
  .template ul li {
    padding-left: 20px;
    font-size: 16px;
  }
  .template ul li::before {
    width: 8px;
    height: 8px;
  }
  .template ul li + li {
    margin-top: 15px;
  }
}

.back, .pdf {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px 0;
  color: #000;
  position: relative;
}
.back::before, .pdf::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.back:hover, .pdf:hover {
  text-decoration: underline;
}

.back {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 7px;
  padding-left: 70px;
  cursor: pointer;
}
.back::before {
  background-image: url("../images/back-arrow.svg");
  width: 60px;
  height: 20px;
}
@media screen and (max-width: 575px) {
  .back {
    font-size: 14px;
    letter-spacing: 4px;
    padding-left: 50px;
  }
  .back::before {
    width: 40px;
  }
}

.pdf {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-left: 50px;
}
.pdf::before {
  width: 46px;
  height: 46px;
  background-image: url("../images/pdf.svg");
}
@media screen and (max-width: 575px) {
  .pdf {
    font-size: 16px;
    padding-left: 40px;
  }
  .pdf::before {
    width: 32px;
    height: 32px;
  }
}

.pdf:last-child, .back:last-child {
  margin-bottom: 0;
}

.enterprise-top .page-width {
  height: 100%;
  padding-top: 400px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enterprise-top .enterprise-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.enterprise-top .enterprise-logos img {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1399px) {
  .enterprise-top .enterprise-logos {
    height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .enterprise-top .page-width {
    padding-top: 200px;
  }
  .enterprise-top .enterprise-logos {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .enterprise-top .page-width {
    justify-content: center;
    padding-top: 0;
  }
  .enterprise-top .enterprise-logos {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    height: 50px;
  }
  .enterprise-top .enterprise-logos img {
    margin: 5px;
  }
}
@media screen and (max-width: 575px) {
  .enterprise-top .enterprise-logos {
    height: 30px;
  }
}

.contact-info {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contact-info p, .contact-info span, .contact-info a {
  font-size: 24px;
  letter-spacing: 2.5px;
  color: #000;
  line-height: 36px;
  display: block;
}
.contact-info p {
  font-weight: 700;
  font-family: "Cinzel";
  margin-bottom: 10px;
}
.contact-info span, .contact-info a {
  margin-bottom: 5px;
}
.contact-info span {
  font-weight: 800;
}
.contact-info a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .contact-info p, .contact-info span, .contact-info a {
    font-size: 21px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1399px) {
  .contact-info p, .contact-info span, .contact-info a {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    flex-direction: column;
  }
  .contact-info div + div {
    margin-top: 40px;
  }
  .contact-info p, .contact-info span, .contact-info a {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 575px) {
  .contact-info p, .contact-info span, .contact-info a {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}

.terms {
  display: block;
}
.terms p {
  font-size: 10px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  line-height: normal;
  color: #000;
}
.terms p::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/terms.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .terms p {
    font-size: 8px;
  }
  .terms p::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s;
}

.head1 {
  background-color: #EFEFEF;
  height: 45px;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .head1 {
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .head1 {
    height: 30px;
  }
}
.head1 .page-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head1 .find-accom, .head1 .languages summary {
  font-size: 12px;
  letter-spacing: 2px;
  padding-right: 13px;
  background-image: url("../images/chevron-down-black.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 8px;
}
.head1 .find-accom, .head1 .languages {
  cursor: pointer;
}
.head1 .languages {
  position: relative;
}
.head1 .languages summary {
  list-style: none;
}
.head1 .languages ul {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 0;
  list-style: none;
  background-color: #D9D9D9;
}
.head1 .languages ul li a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 25px;
  transition: all 0.4s;
}
.head1 .languages ul li .active, .head1 .languages ul li a:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .head1 .languages ul {
    top: 28px;
  }
  .head1 .languages ul li a {
    font-size: 14px;
    letter-spacing: 3px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .head1 .languages ul {
    top: 22px;
  }
  .head1 .languages ul li a {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 15px;
  }
}

.head2 {
  height: 100px;
  background-color: transparent;
  transition: all 0.4s;
}
.head2 .page-width {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.head2 .logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 77%;
  transition: all 0.4s;
}
.head2 .logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 0.4s;
}
.head2 .logo .white-logo {
  opacity: 1;
}
.head2 .logo .black-logo {
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .head2 {
    background-color: #EFEFEF;
    height: 60px;
  }
  .head2 .page-width {
    justify-content: space-between;
  }
  .head2 .logo {
    position: static;
    transform: none;
    height: 90%;
  }
  .head2 .logo img {
    position: static;
    -o-object-position: left;
    object-position: left;
  }
  .head2 .logo .white-logo {
    display: none;
  }
  .head2 .logo .black-logo {
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .head2 {
    height: 50px;
  }
}

.nav {
  list-style: none;
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.nav li details {
  position: relative;
}
.nav li details summary {
  list-style: none;
  font-size: 14px;
  letter-spacing: 5px;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
  padding-right: 15px;
  background-image: url("../images/chevron-down-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  text-transform: uppercase;
}
/* .nav li details ul { */
.nav li details ul.main_ul {
  position: absolute;
  /* top: calc(100% + 10px); */
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  background-color: #EFEFEF;
  width: -moz-max-content;
  width: max-content;
  /* max-height: 300px; */
  max-height: 600px;
  overflow-y: auto;
}
.nav li details ul li a {
  color: #000;
  font-size: 12px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.4s;
  /* text-transform: uppercase; */
}
.nav li details ul li a:hover {
  background-color: #000;
  color: #fff;
}
.nav > li + li {
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  .nav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #EFEFEF;
    flex-direction: column;
    /* align-items: center; */
    align-items: flex-end;
    padding: 50px 20px;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 0.4s;
  }
  .nav li details summary {
    color: #000;
    background-image: url("../images/chevron-down-black.svg");
    /* text-align: center; */
    text-align: end;
    font-size: 18px;
  }
  /* .nav li details ul { */
  .nav li details ul.main_ul {
    position: static;
    transform: none;
    margin-top: 15px;
    min-width: 100%;
  }
  .nav li details ul li a {
    padding: 5px;
    text-align: end;
  }
  .nav > li + li {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .nav {
    top: 50px;
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 1199px) {
  .nav.open-mobile-menu {
    transform: translateX(0);
  }
}

@media screen and (min-width: 1199px) {
  .marg-right {
    margin-right: auto;
  }
  header.hide-top {
    transform: translateY(-45px);
  }
  .head2.small-head2 {
    height: 60px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .head2.small-head2 .logo {
    height: 80%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .head2.small-head2 .logo .white-logo {
    opacity: 0;
  }
  .head2.small-head2 .logo .black-logo {
    opacity: 1;
  }
  .head2.small-head2 .nav {
    height: -moz-fit-content;
    height: fit-content;
  }
  .head2.small-head2 .nav li details summary {
    color: #000;
    background-image: url("../images/chevron-down-black.svg");
  }
  .hamb {
    display: none;
  }
}
.head3 {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.head3.open {
  transform: translateY(0);
}

.head-accommodation {
  background-color: #EFEFEF;
  height: 100%;
  width: 100%;
  max-width: 600px;
  padding: 75px 50px 50px;
  position: relative;
  overflow-y: scroll;
}
.head-accommodation .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .head-accommodation .close {
    right: 15px;
  }
}
.head-accommodation .acc-section {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
}
.head-accommodation .acc-section .acc-title {
  font-family: "Cinzel";
  font-size: 24px;
  letter-spacing: 3.5px;
  color: #000;
  margin-bottom: 30px;
}
.head-accommodation .acc-section .acc {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 15px;
}
.head-accommodation .acc-section .acc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 100px;

  
  min-height: 100px;
}
.head-accommodation .acc-section .acc .acc-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.head-accommodation .acc-section .acc .acc-info .acc-unit {
  font-family: "Cinzel";
  font-size: 18px;
  letter-spacing: 2.5px;
}
.head-accommodation .acc-section .acc .acc-info .acc-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-accommodation .acc-section .acc .acc-info .acc-btns .bookBtn, .head-accommodation .acc-section .acc .acc-info .acc-btns .moreBtn {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
  letter-spacing: 3.5px;
  transition: all 0.4s;
}
.head-accommodation .acc-section .acc .acc-info .acc-btns .bookBtn {
  color: #000;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
}
.head-accommodation .acc-section .acc .acc-info .acc-btns .bookBtn:hover {
  color: #fff;
  background-color: #000;
}
.head-accommodation .acc-section .acc .acc-info .acc-btns .moreBtn {
  color: #000;
  padding-right: 20px;
  background-image: url("../images/arrow-right-top-black.svg");
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 13px;
}
.head-accommodation .acc-section .acc + .acc {
  margin-top: 25px;
}
@media screen and (max-width: 575px) {
  .head-accommodation {
    padding: 75px 20px 50px;
  }
  .head-accommodation .acc-section .acc-title {
    font-size: 20px;
    letter-spacing: 2.8px;
  }
  .head-accommodation .acc-section .acc {
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .head-accommodation .acc-section .acc .acc-info .acc-unit {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .head-accommodation .acc-section .acc .acc-info .acc-btns .bookBtn, .head-accommodation .acc-section .acc .acc-info .acc-btns .moreBtn {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .head-accommodation .acc-section .acc .acc-info .acc-btns .bookBtn {
    padding: 5px;
  }
}

.hamb {
  transform: translateX(20px);
}
@media screen and (max-width: 575px) {
  .hamb {
    transform: scale(0.8) translateX(30px);
  }
}

.foot2 {
  background-color: #000;
  padding: 25px 0;
}
.foot2 .page-width {
  justify-content: space-between;
}
.foot2 .page-width, .foot2 .page-width ul {
  display: flex;
  align-items: center;
}
.foot2 p, .foot2 a, .foot2 li {
  font-size: 10px;
  color: #fff;
  letter-spacing: 2.5px;
}
.foot2 ul {
  list-style: none;
}
.foot2 ul li + li {
  margin-left: 5px;
}
.foot2 ul li + li::before {
  content: "/";
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .foot2 {
    padding: 15px 0;
  }
  .foot2 .page-width {
    flex-direction: column-reverse;
  }
  .foot2 p, .foot2 a, .foot2 li {
    text-align: center;
  }
  .foot2 ul {
    margin-bottom: 10px;
  }
}

.foot1 {
  padding: 100px 0;
}
.foot1 .page-width {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
}
.foot1 .foot-section p {
  font-family: "Cinzel";
  font-size: 24px;
  color: #000;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
.foot1 .footer-logo {
  display: block;
  width: 160px;
  height: 70px;
}
.foot1 .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.foot1 a {
  font-size: 16px;
  color: #000;
  transition: all 0.4s;
  font-family: "Lato";
  letter-spacing: 2.5px;
  line-height: 31px;
}
.foot1 .footer-nav {
  list-style: none;
}
.foot1 .footer-nav li + li {
  margin-top: 20px;
}
.foot1 .footer-nav a {
  position: relative;
  padding-bottom: 3px;
}
.foot1 .footer-nav a::before {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  content: "";
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}
.foot1 .footer-nav a:hover::before {
  width: calc(100% - 2.5px);
}
.foot1 .social {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .foot1 .foot-section:has(.footer-logo) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .foot1 .page-width {
    padding-top: 100px;
  }
  .foot1 .foot-section p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .foot1 {
    padding: 50px 0;
  }
  .foot1 .foot-section:has(.footer-logo) {
    position: static;
  }
  .foot1 .page-width {
    padding-top: 0;
    flex-direction: column;
  }
  .foot1 .page-width .foot-section + .foot-section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .foot1 a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
  }
}

.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social a {
  transition: all 0.4s;
  margin-right: 35px;
}
.social a:hover {
  transform: scale(1.3);
}

.main-top {
  height: 850px;
}
.main-top .slideshowSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-top .page-width {
  max-width: 1300px;
  height: 100%;
  padding-top: 400px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-top .overlay {
  opacity: 0.2;
}
.main-top .main-next, .main-top .main-prev {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}
.main-top .main-next::after, .main-top .main-prev::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/chevron-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .main-top .main-next, .main-top .main-prev {
    display: none;
  }
}
.main-top .main-next {
  right: calc(50% - 750px);
}
.main-top .main-next::after {
  transform: rotate(-90deg);
}
.main-top .main-prev {
  left: calc(50% - 750px);
}
.main-top .main-prev::after {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1600px) {
  .main-top {
    height: 750px;
  }
  .main-top .main-next, .main-top .main-prev {
    /* width: 74px; */
    /* height: 74px; */
    width: 60px;
    height: 60px;
  }
  .main-top .main-next {
    right: 10%;
  }
  .main-top .main-prev {
    left: 10%;
  }
  .main-top .page-width {
    max-width: calc(80% - 160px);
    padding-top: 350px;
  }
}
@media screen and (max-width: 1399px) {
  .main-top {
    height: 650px;
  }
  .main-top .page-width {
    padding-top: 300px;
  }
}
@media screen and (max-width: 991px) {
  .main-top .page-width {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .main-top {
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-top .page-width {
    padding-top: 200px;
  }
}

.middle-bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 145px 0;
}
.middle-bg .overlay {
  opacity: 0.3;
  z-index: 1;
}
.middle-bg .page-width {
  position: relative;
  z-index: 2;
}
.middle-bg .title span, .middle-bg .title h2 {
  text-align: center;
  color: #fff;
}
.middle-bg .title span {
  font-size: 16px;
  font-weight: 500;
}
.middle-bg .title h2 {
  font-size: 64px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 1600px) {
  .middle-bg {
    padding: 120px 0;
  }
  .middle-bg .title span {
    font-size: 14px;
  }
  .middle-bg .title h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1399px) {
  .middle-bg {
    padding: 100px 0;
  }
  .middle-bg .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .middle-bg .title span {
    font-size: 12px;
  }
  .middle-bg .title h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 576px) {
  .middle-bg{
            background-attachment: scroll;
  }
}

.home1 {
  position: relative;
  padding: 70px 55% 70px 0;
}
.home1 img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.home1 h2 {
  margin-bottom: 50px;
}
.home1 .btn {
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .home1 {
    padding: 50px 55% 50px 0;
  }
}
@media screen and (max-width: 1399px) {
  .home1 {
    padding: 0 50% 0 0;
  }
  .home1 img {
    width: 45%;
  }
}
@media screen and (max-width: 1199px) {
  .home1 {
    padding: 0;
  }
  .home1 img {
    display: none;
  }
}

.home2-wrap {
  position: relative;
}
.home2-wrap .home2 {
  max-width: 60%;
  margin: 0 auto;
  padding: 150px calc(5% + 50px);
}
.home2-wrap .home2 .btn {
  margin-top: 50px;
}
.home2-wrap .home2 h2 {
  margin-bottom: 50px;
  font-size: 32px;
  letter-spacing: 7px;
}
@media screen and (max-width: 1600px) {
  .home2-wrap .home2 {
    padding: 120px calc(5% + 50px);
  }
}
@media screen and (max-width: 1399px) {
  .home2-wrap .home2 {
    padding: 80px calc(5% + 50px);
  }
}
.home2-wrap picture {
  position: absolute;
  width: 25%;
}
.home2-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home2-wrap picture:first-child {
  left: 0;
  top: 50px;
  height: calc(85% - 50px);
}
.home2-wrap picture:last-child {
  right: 0;
  bottom: 50px;
  height: calc(65% - 50px);
}
@media screen and (max-width: 1299px) {
  .home2-wrap picture:last-child {
    display: none;
  }
  .home2-wrap .home2 {
    max-width: 90%;
    margin-right: 0;
    padding: 50px;
    padding-left: calc(30% + 50px);
  }
  .home2-wrap picture:first-child {
    width: 40%;
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .home2-wrap .home2 {
    padding-top: 300px;
    padding-left: 50px;
    margin-top: 50px;
  }
  .home2-wrap picture:first-child {
    height: 300px;
    width: 80%;
    top: -50px;
  }
}
@media screen and (max-width: 575px) {
  .home2-wrap .home2 {
    padding: 0;
    padding-top: 230px;
    max-width: 100%;
    margin-top: 0;
    background-color: transparent;
  }
  .home2-wrap .home2 h2 {
    font-size: 26px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
  .home2-wrap picture:first-child {
    top: 0;
    height: 200px;
    width: 100%;
  }
}

.specifics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0;
}
.specifics img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.specifics .ssl {
  width: 180px;
}
.specifics .mastercard {
  width: 75px;
}
.specifics .visa {
  width: 80px;
}
.specifics .central-phone, .specifics .central-mail {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 15px;
}
.specifics .central-phone img, .specifics .central-mail img {
  width: 85px;
  height: 85px;
}
.specifics .central-phone div, .specifics .central-mail div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.specifics .central-phone div p, .specifics .central-mail div p {
  letter-spacing: 2.5px;
}
.specifics .central-mail div p:nth-child(2) {
  padding-right: 20px;
  background-image: url("../images/upit-arrow.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.specifics .central-phone:hover div p:nth-child(2), .specifics .central-mail:hover div p:nth-child(2) {
  text-decoration: underline;
}
@media screen and (max-width: 1399px) {
  .specifics .ssl {
    width: 150px;
  }
  .specifics .mastercard {
    width: 65px;
  }
  .specifics .visa {
    width: 70px;
  }
  .specifics .central-phone, .specifics .central-mail {
    grid-template-columns: 60px 1fr;
  }
  .specifics .central-phone img, .specifics .central-mail img {
    width: 65px;
    height: 65px;
  }
  .specifics .central-phone div p, .specifics .central-mail div p {
    font-size: 14px;
    letter-spacing: 1.75px;
  }
}
@media screen and (max-width: 1199px) {
  .specifics {
    padding: 60px 0;
  }
  .specifics .central-phone, .specifics .central-mail {
    gap: 0;
  }
  .specifics .central-phone div, .specifics .central-mail div {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .specifics .ssl {
    width: 120px;
  }
  .specifics .mastercard {
    width: 55px;
  }
  .specifics .visa {
    width: 60px;
  }
  .specifics .central-phone, .specifics .central-mail {
    grid-template-columns: 1fr;
  }
  .specifics .central-phone img, .specifics .central-mail img {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 575px) {
  .specifics {
    justify-content: space-evenly;
    padding: 40px 0;
  }
  .specifics div {
    margin: 10px;
  }
  .specifics .mastercard {
    width: 45px;
  }
}

.hotel-wrap {
  padding-left: 300px;
  position: relative;
}
.hotel-wrap .hotel-p {
  position: absolute;
  top: -16px;
  left: 0;
  width: 280px;
  border-bottom: 1px solid #000;
}
.hotel-wrap .hotel-p p {
  font-size: 18px;
  letter-spacing: 6px;
  display: flex;
  align-items: center;
}
.hotel-wrap .hotel-p p::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.hotel-wrap h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.hotel-wrap p {
  max-width: 660px;
}
@media screen and (max-width: 1299px) {
  .hotel-wrap {
    padding-left: 0;
  }
  .hotel-wrap .hotel-p {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .hotel-wrap h2 {
    font-size: 24px;
  }
  .hotel-wrap .hotel-p {
    width: 100%;
  }
  .hotel-wrap .hotel-p p {
    font-size: 14px;
    letter-spacing: 3px;
  }
}

.hotelSwiper {
  margin-top: 50px;
}
.hotelSwiper .swiper-slide {
  width: 100%;
  /* max-width: 660px; */
  max-width: 710px;
}

@media screen and (max-width: 1600px) {
  .hotelSwiper .swiper-slide {
    max-width: 660px;
  }
}
.hotelSwiper .hotel-slide {
  position: relative;
  padding: 30px;
  padding-bottom: 0;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
.hotelSwiper .hotel-slide::after, .hotelSwiper .hotel-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}
.hotelSwiper .hotel-slide > img {
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hotelSwiper .hotel-slide::after {
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.hotelSwiper .hotel-slide .hotel-info {
  background-color: #EFEFEF;
  margin-top: auto;
  position: relative;
  z-index: 2;
  padding: 30px 40px;
}
.hotelSwiper .hotel-slide .hotel-info h2 {
  letter-spacing: 7px;
  margin: 10px 0;
}
.hotelSwiper .hotel-slide .hotel-info .stars {
  display: flex;
  align-items: center;
}
.hotelSwiper .hotel-slide .hotel-info .stars img + img {
  margin-left: 15px;
}
.hotelSwiper .hotel-slide .hotel-info p {
  line-height: 145%;
}
.hotelSwiper .hotel-slide .hotel-info a,
.hotelSwiper .hotel-slide .hotel-info .more {
  font-family: "Cinzel";
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}
.hotelSwiper .hotel-slide .hotel-info a::after,
.hotelSwiper .hotel-slide .hotel-info .more::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  margin-left: 5px;
}
.hotelSwiper .hotel-next, .hotelSwiper .hotel-prev {
  width: 84px;
  height: 84px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  top: 35%;
  cursor: pointer;
}
.hotelSwiper .hotel-next::after, .hotelSwiper .hotel-prev::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../images/chevron-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hotelSwiper .hotel-next {
  right: 10%;
  left: unset;
}
.hotelSwiper .hotel-next::after {
  transform: rotate(-90deg);
}
.hotelSwiper .hotel-prev {
  display: none;
}
.hotelSwiper .hotel-prev::after {
  transform: rotate(90deg);
}
@media only screen and (max-width: 900px) {
  .hotelSwiper .swiper-slide {
    max-width: unset;
  }
  .hotelSwiper .hotel-next, .hotelSwiper .hotel-prev {
    width: 60px;
    height: 60px;
  }
  .hotelSwiper .hotel-prev {
    display: flex;
    left: 20px;
  }
  .hotelSwiper .hotel-next {
    right: 20px;
  }
  .hotelSwiper .hotel-slide .hotel-info h2 {
    letter-spacing: 3px;
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .hotelSwiper .hotel-slide {
    padding: 0;
    padding-top: 300px;
    min-height: unset;
  }
  .hotelSwiper .hotel-slide::after, .hotelSwiper .hotel-slide > img {
    height: 300px;
  }
  .hotelSwiper .hotel-slide .hotel-info {
    padding: 20px;
  }
  .hotelSwiper .hotel-slide .hotel-info h2 {
    font-size: 22px;
  }
  .hotelSwiper .hotel-slide .hotel-info p {
    font-size: 14px;
  }
  .hotelSwiper .hotel-slide .hotel-info a,
  .hotelSwiper .hotel-slide .hotel-info .more {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .hotelSwiper .hotel-slide .hotel-info a::after,
  .hotelSwiper .hotel-slide .hotel-info .more::after {
    width: 30px;
  }
  .hotelSwiper .hotel-next, .hotelSwiper .hotel-prev {
    width: 40px;
    height: 40px;
    top: 130px;
  }
  .hotelSwiper .hotel-next::after, .hotelSwiper .hotel-prev::after {
    width: 12px;
    height: 12px;
  }
  .hotelSwiper .hotel-next {
    right: 10px;
  }
  .hotelSwiper .hotel-prev {
    left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .hotelSwiper .hotel-slide {
    padding-top: 200px;
  }
  .hotelSwiper .hotel-slide::after, .hotelSwiper .hotel-slide > img {
    height: 200px;
  }
  .hotelSwiper .hotel-next, .hotelSwiper .hotel-prev {
    top: 80px;
  }
}

.special-offer {
  position: relative;
  background-color: #EFEFEF;
  /* padding: 30px; */
  /* margin-bottom: 100px; */
  margin-bottom: 80px;
  /* padding-right: calc(50% - 750px); */
  /* padding-left: 50%; */
  min-height: 500px;
}
@media screen and (max-width: 1199px) {
  .special-offer {
    min-height: unset;
  }
}
/* .special-offer .offer-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
} */
.special-offer .offer-images img {
  /* width: 50%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1199px) {
  .special-offer {
    padding-left: 0;
  }
  /* .special-offer .offer-images {
    display: none;
  } */
}
.special-offer .offer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .special-offer .offer-top {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .special-offer .offer-top {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .special-offer .offer-top {
    padding-left: 5%;
  }
}
/* .special-offer .offer-top::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 2000px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
} */
.special-offer .offer-top .title h2 {
  font-size: 32px;
}
.special-offer .offer-top .title p {
  line-height: normal;
  max-width: 250px;
}
@media screen and (max-width: 575px) {
  .special-offer .offer-top .title h2 {
    font-size: 26px;
  }
  .special-offer .offer-top .title p {
    font-size: 14px;
    max-width: 200px;
  }
}
.special-offer .offer-top .offer-navigation-custom-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 120px;
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-next, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev, .special-offer .offer-top .offer-navigation-custom-pagination .offer-pagination-2 {
  position: static;
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-next, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev {
  margin: 0;
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-next, .special-offer .offer-top .offer-navigation-custom-pagination .offer-next::after, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev::after {
  width: 20px;
  height: 20px;
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-next::after, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev::after {
  content: "";
  background-image: url("../images/chevron-down-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-next::after {
  transform: rotate(-90deg);
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-prev::after {
  transform: rotate(90deg);
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-pagination-2 {
  font-size: 0;
}
.special-offer .offer-top .offer-navigation-custom-pagination .offer-pagination-2 .swiper-pagination-current {
  font-size: 24px;
  font-family: "Lato";
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .special-offer .offer-top .offer-navigation-custom-pagination {
    max-width: 80px;
  }
  .special-offer .offer-top .offer-navigation-custom-pagination .offer-pagination-2 .swiper-pagination-current {
    font-size: 18px;
  }
  .special-offer .offer-top .offer-navigation-custom-pagination .offer-next, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev {
    margin: 0;
  }
  .special-offer .offer-top .offer-navigation-custom-pagination .offer-next, .special-offer .offer-top .offer-navigation-custom-pagination .offer-next::after, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev::after {
    width: 15px;
    height: 15px;
  }
}
/* .special-offer .offerSwiper {
  margin-left: 80px;
} */
/* @media screen and (max-width: 1399px) {
  .special-offer .offerSwiper {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .special-offer .offerSwiper {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .special-offer .offerSwiper {
    margin-left: 5%;
  }
} */
/* .special-offer .offer-slide h2 {
  font-size: 24px;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
} */
.special-offer .offer-slide h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.special-offer .offer-slide h3 a {
  color: black;
}
.special-offer .offer-slide h3 {
  font-size: 24px;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Cinzel";
}
.special-offer .offer-slide div {
  padding-bottom: 10px;
}
.special-offer .offer-slide ul {
  list-style-position: inside;

}
.special-offer .offer-slide ul li {
  letter-spacing: 1px;
   text-indent: -1.5em;
    padding-left: 1.5em;
}
.special-offer .offer-slide ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .special-offer .offer-slide h2 {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
  .special-offer .offer-slide ul li {
    font-size: 14px;
  }
}
/* @media only screen and (max-width: 1600px) {
  .special-offer {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1399px) {
  .special-offer {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .special-offer {
    padding-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  .special-offer {
    margin-bottom: 50px;
  }
} */

.search-form {
  width: 100%;
  max-width: 1150px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
.search-form form {
  display: flex;
  align-items: center;
}
.search-form select option {
  background-color: #EFEFEF;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
}
.search-form details, .search-form input, .search-form button, .search-form select {
  height: 60px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}
.search-form input::-moz-placeholder {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
}
.search-form input, .search-form input::placeholder, .search-form details summary, .search-form details ul li, .search-form button, .search-form select {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 500;
}
.search-form input::-moz-placeholder {
  color: #fff;
  /* letter-spacing: 5px; */
  letter-spacing: 1px;
}
.search-form input, .search-form input::placeholder, .search-form details summary, .search-form button, .search-form select {
  color: #fff;
  /* letter-spacing: 5px; */
  letter-spacing: 1px;
}
.search-form details, .search-form input, .search-form select {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-right: none;
  padding: 0 15px;
}
.search-form #litepicker2, .search-form .date_to {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.search-form details {
  position: relative;
}
.search-form details summary {
  width: 100%;
  height: 100%;
  background-image: url("../images/chevron-down-white.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-form details ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  list-style: none;
  background-color: #EFEFEF;
}
.search-form details ul li {
  padding: 15px;
  cursor: pointer;
  color: #000;
  letter-spacing: 3.5px;
  transition: all 0.4s;
}
.search-form details ul li:hover {
  color: #fff;
  background-color: #000;
}
.search-form input {
  outline: none;
  padding-right: 40px;
  background-image: url("../images/calendar.svg");
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.search-form button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  background-color: #000;
  border: none;
  background-image: url("../images/search.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 29px;
  padding: 0 70px 0 20px;
}
@media screen and (max-width: 1399px) {
  .search-form input::-moz-placeholder {
    font-size: 12px;
  }
  .search-form input, .search-form input::placeholder, .search-form details summary, .search-form details ul li, .search-form button {
    font-size: 12px;
  }
  .search-form input::-moz-placeholder {
    letter-spacing: 3px;
  }
  .search-form input, .search-form input::placeholder, .search-form details summary, .search-form button {
    letter-spacing: 3px;
  }
  .search-form details ul li {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1199px) {
  .search-form button {
    font-size: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .search-form {
    margin-top: 50px;
  }
  .search-form form {
    flex-direction: column;
  }
  .search-form button {
    font-size: 12px;
    max-width: 100%;
    margin-left: 0;
  }
  .search-form input, .search-form details {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 575px) {
  .search-form details, .search-form input, .search-form button {
    height: 50px;
  }
  .search-form button {
    background-size: 25px;
  }
}

.litepicker .container__months {
  background-color: #EFEFEF;
}

.litepicker .container__months .month-item-header .button-next-month, .litepicker .container__months .month-item-header .button-previous-month {
  cursor: pointer;
}

.litepicker .container__months .month-item-header .button-next-month:hover > svg, .litepicker .container__months .month-item-header .button-previous-month:hover > svg {
  fill: #000;
  cursor: pointer;
}

.litepicker .container__days .day-item:hover {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}

.hotel-amenities {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}
.hotel-amenities div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 150px;
}
.hotel-amenities div img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.hotel-amenities div span {
  font-family: "Cinzel";
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1199px) {
  .hotel-amenities {
    justify-content: center;
  }
  .hotel-amenities div {
    margin: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .hotel-amenities div {
    max-width: 110px;
  }
  .hotel-amenities div img {
    transform: scale(0.7);
  }
  .hotel-amenities div span {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 360px) {
  .hotel-amenities div {
    max-width: 100px;
  }
  .hotel-amenities div img {
    transform: scale(0.6);
  }
  .hotel-amenities div span {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.best-price {
  position: relative;
  margin-top: 100px;
}
.best-price p {
  position: absolute;
  left: 0;
  bottom: 50%;
  padding-left: 40px;
  background-image: url("../images/najbolja-cijena.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 31px;
  min-height: 45px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .best-price {
    flex-direction: column;
  }
  .best-price p {
    position: static;
  }
}
@media screen and (max-width: 575px) {
  .best-price {
    margin-top: 0;
  }
}

.accommodation-date {
  margin-top: 0;
}
.accommodation-date p {
  background-image: none;
  padding-left: 0;
  letter-spacing: 2.5px;
  min-height: unset;
}

.accommodation-list {
  padding-left: calc(50% - 750px);
  margin-bottom: 100px;
}
@media only screen and (max-width: 1600px) {
  .accommodation-list {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1399px) {
  .accommodation-list {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .accommodation-list {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .accommodation-list {
    padding-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  .accommodation-list {
    margin-bottom: 50px;
  }
}
.accommodation-list .accommodation-item + .accommodation-item {
  margin-top: 15px;
}
.accommodation-list .accommodation-item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .accommodation-list .accommodation-item {
    flex-direction: column-reverse;
  }
}
.accommodation-list .accommodation-item .accommodation-info {
  background-color: #EFEFEF;
  /* padding: 50px;
  padding-left: 0; */
  width: 100%;
  max-width: 30%;
  position: relative;
  margin-right: 15px;
}

.accommodation-list .accommodation-item .accommodation-info .box {
  padding: 50px;
  padding-left: 0;
}
@media screen and (max-width: 1299px) {
  .accommodation-list .accommodation-item .accommodation-info {
    max-width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .accommodation-list .accommodation-item .accommodation-info {
    max-width: 50%;
  }
}
.accommodation-list .accommodation-item .accommodation-info::before {
  width: 100vw;
  height: 100%;
  background-color: #EFEFEF;
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
}
@media screen and (max-width: 767px) {
  .accommodation-list .accommodation-item .accommodation-info {
    max-width: 100%;
    margin-right: 0;
    /* padding: 50px 40px; */
  }
  .accommodation-list .accommodation-item .accommodation-info .box {
    padding: 50px 40px;
  }
  .accommodation-list .accommodation-item .accommodation-info::before {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  /* .accommodation-list .accommodation-item .accommodation-info {
    padding: 40px 20px 30px;
  } */
  .accommodation-list .accommodation-item .accommodation-info .box {
    padding: 40px 20px 30px;
  }
}
.accommodation-list .accommodation-item .accommodation-info h3, .accommodation-list .accommodation-item .accommodation-info .more {
  font-family: "Cinzel";
  font-weight: 700;
}
.accommodation-list .accommodation-item .accommodation-info h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 1399px) {
  .accommodation-list .accommodation-item .accommodation-info h3 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-info h3 {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 26px;
  }
}
.accommodation-list .accommodation-item .accommodation-info .more {
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accommodation-list .accommodation-item .accommodation-info .more::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  margin-left: 5px;
}
@media screen and (max-width: 1399px) {
  .accommodation-list .accommodation-item .accommodation-info .more {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-info .more {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .accommodation-list .accommodation-item .accommodation-info .more::after {
    width: 40px;
  }
}
.accommodation-list .accommodation-item .accommodation-info .area-and-max {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-info .area-and-max {
    margin: 20px 0;
  }
}
.accommodation-list .accommodation-item .accommodation-info .area-and-max p {
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-info .area-and-max p {
    font-size: 14px;
  }
}
.accommodation-list .accommodation-item .accommodation-info .area-and-max .area {
  margin-right: 25px;
}
.accommodation-list .accommodation-item .accommodation-info .area-and-max .max {
  display: flex;
  align-items: center;
}
.accommodation-list .accommodation-item .accommodation-info .area-and-max .max .person {
  width: 22px;
  height: 21px;
  background-image: url("../images/person.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-info .area-and-max .max .person {
    width: 15px;
    height: 15px;
  }
}
.accommodation-list .accommodation-item .accommodation-info .description p {
  line-height: 120%;
  display: -webkit-box;
  /* -webkit-line-clamp: 5; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* min-height: 60px; */
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-info .description p {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}
.accommodation-list .accommodation-item .accommodation-info .book-and-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.accommodation-list .accommodation-item .accommodation-info .book-and-price .blackBtn {
  font-size: 18px;
  letter-spacing: 1.8px;
}
.accommodation-list .accommodation-item .accommodation-info .book-and-price .price p {
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 100%;
}
.accommodation-list .accommodation-item .accommodation-info .book-and-price .price p span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
.accommodation-list .accommodation-item .accommodation-info .book-and-price .price p:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-info .book-and-price .blackBtn {
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 7px 15px;
  }
  .accommodation-list .accommodation-item .accommodation-info .book-and-price .price p {
    font-size: 14px;
  }
  .accommodation-list .accommodation-item .accommodation-info .book-and-price .price p span {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .accommodation-list .accommodation-item .accommodation-info .book-and-price .price p:first-child {
    margin-bottom: 10px;
  }
}
.accommodation-list .accommodation-item .accommodation-images {
  width: 100%;
  max-width: calc(70% - 15px);
}
@media screen and (max-width: 1299px) {
  .accommodation-list .accommodation-item .accommodation-images {
    max-width: calc(60% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .accommodation-list .accommodation-item .accommodation-images {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .accommodation-list .accommodation-item .accommodation-images {
    max-width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-images {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .accommodation-list .accommodation-item .accommodation-images {
    height: 200px;
  }
}
.accommodation-list .accommodation-item .accommodation-images .accommodationSwiper, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper {
  height: 100%;
}
.accommodation-list .accommodation-item .accommodation-images .accommodationSwiper img, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev {
  width: 84px;
  height: 84px;
  border: 1px solid #fff;
  border-radius: 50%;
  right: 80px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
}
.accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-next::after, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev::after, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-next::after, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev::after, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-next::after, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev::after, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-next::after, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev::after {
  content: "";
  background-image: url("../images/chevron-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1600px) {
  .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev {
    width: 74px;
    height: 74px;
    right: 70px;
  }
}
@media screen and (max-width: 991px) {
  .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev {
    width: 50px;
    height: 50px;
    right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-next, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev {
    display: flex;
    left: 30px;
    right: unset;
  }
  .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev::after, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev::after, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev::after, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 575px) {
  .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodationSwiper .accommodation2-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation-prev, .accommodation-list .accommodation-item .accommodation-images .accommodation2Swiper .accommodation2-prev {
    left: 20px;
  }
}

.details-list {
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 1399px) {
  .details-list {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .details-list {
    margin-top: 50px;
  }
}
.details-list .accommodation-item .accommodation-info {
  max-width: 50%;
  padding: 25px 50px;
}
.details-list .accommodation-item .accommodation-info::before {
  display: none;
}
.details-list .accommodation-item .accommodation-info .with-price {
  margin: 30px 0;
}
.details-list .accommodation-item .accommodation-info .with-price span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}
.details-list .accommodation-item .accommodation-info .area-and-max {
  margin: 10px 0;
}
.details-list .accommodation-item .accommodation-info h3 {
  margin-bottom: 30px;
}
.details-list .accommodation-item .accommodation-info .book-and-price .blackBtn {
  font-size: 24px;
  letter-spacing: 2.4px;
}
.details-list .accommodation-item .accommodation-info .book-and-price .price p span {
  font-size: 32px;
  letter-spacing: 2.4px;
}
.details-list .accommodation-item .accommodation-info .number-of-rooms {
  display: flex;
  align-items: center;
}
.details-list .accommodation-item .accommodation-info .number-of-rooms p {
  font-family: "Cinzel";
  font-weight: 500;
  letter-spacing: 3.6px;
  margin-right: 10px;
}
.details-list .accommodation-item .accommodation-info .number-of-rooms select {
  border: 1px solid #000;
  height: 45px;
  background-color: transparent;
  padding: 0 15px;
  padding-right: 25px;
  cursor: pointer;
  font-family: "Cinzel";
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/chevron-down-black.svg");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 8px;
  outline: none;
}
.details-list .accommodation-item .accommodation-info .more {
  top: unset;
  bottom: 25px;
}
.details-list .accommodation-item .accommodation-info .terms {
  margin-top: 30px;
  padding-right: 100px;
}
.details-list .accommodation-item .accommodation-images {
  max-width: calc(50% - 15px);
  position: relative;
}
.details-list .accommodation-item .accommodation-images .discount {
  position: absolute;
  z-index: 3;
  left: -1px;
  top: 25px;
  padding-right: 35px;
  background-image: url("../images/discount.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.details-list .accommodation-item .accommodation-images .discount p {
  letter-spacing: 2.5px;
  background-color: #EFEFEF;
  padding: 10px 20px;
  padding-left: 50px;
}
@media screen and (max-width: 575px) {
  .details-list .accommodation-item .accommodation-images .discount p {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .details-list .accommodation-item {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .details-list .accommodation-item .accommodation-info, .details-list .accommodation-item .accommodation-images {
    max-width: 100%;
  }
  .details-list .accommodation-item .accommodation-images {
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .details-list .accommodation-item .accommodation-images {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .details-list .accommodation-item .accommodation-images {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .details-list .accommodation-item .accommodation-images {
    height: 300px;
  }
  .details-list .accommodation-item .accommodation-info {
    padding: 25px 15px;
  }
  .details-list .accommodation-item .accommodation-info .book-and-price {
    flex-direction: column-reverse;
    align-items: start;
    margin-top: 20px;
  }
  .details-list .accommodation-item .accommodation-info .book-and-price .blackBtn {
    font-size: 18px;
    letter-spacing: 1.4px;
    margin-top: 10px;
  }
  .details-list .accommodation-item .accommodation-info .book-and-price .price p {
    letter-spacing: 0.5px;
  }
  .details-list .accommodation-item .accommodation-info .book-and-price .price p span {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .details-list .accommodation-item .accommodation-info .number-of-rooms select {
    height: 30px;
  }
  .details-list .accommodation-item .accommodation-info .number-of-rooms p {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 400px) {
  .details-list .accommodation-item .accommodation-images {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .details-list {
    padding-right: 0;
  }
}

.middle-bg2 {
  padding: 100px 0;
}
@media screen and (max-width: 575px) {
  .middle-bg2 {
    padding: 70px 0;
  }
}
.middle-bg2 .overlay {
  opacity: 0.35;
}
.middle-bg2 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.middle-bg2 .title h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1600px) {
  .middle-bg2 .title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1399px) {
  .middle-bg2 .title h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .middle-bg2 .title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.accommodation-more-wrap, .book-request, .video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  z-index: 105;
  visibility: hidden;
  opacity: 0;
}

.accommodation-more-wrap .accommodation-more .close, .book-request .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .accommodation-more-wrap .accommodation-more .close, .book-request .close {
    top: 20px;
    right: 5%;
    width: 20px;
    height: 20px;
  }
}

.accommodation-more-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.accommodation-more-wrap .accommodation-more {
  background-color: #fff;
  padding: 70px;
  width: 100%;
  max-width: 925px;
  max-height: 100%;
  overflow-y: scroll;
  position: relative;
}
.accommodation-more-wrap .accommodation-more h3 {
  font-size: 24px;
  letter-spacing: 3.5px;
}
.accommodation-more-wrap .accommodation-more h3, .accommodation-more-wrap .accommodation-more ul li span {
  font-family: "Cinzel";
  font-weight: bold;
}
.accommodation-more-wrap .accommodation-more ul {
  list-style: none;
  margin-top: 70px;
}
.accommodation-more-wrap .accommodation-more ul li span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 50px;
  position: relative;
  min-width: 130px;
  margin-bottom: 20px;
}
.accommodation-more-wrap .accommodation-more ul li span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.accommodation-more-wrap .accommodation-more ul li span::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 500px;
  height: 1px;
  background-color: #000;
  content: "";
}
.accommodation-more-wrap .accommodation-more ul li p {
  line-height: 145%;
}
.accommodation-more-wrap .accommodation-more ul li + li {
  margin-top: 40px;
}
.accommodation-more-wrap .accommodation-more ul .acc-bed span::before {
  background-image: url("../images/kreveti.svg");
}
.accommodation-more-wrap .accommodation-more ul .acc-view span::before {
  background-image: url("../images/pogled.svg");
}
.accommodation-more-wrap .accommodation-more ul .acc-more span::before {
  background-image: url("../images/search-black.svg");
}
@media screen and (max-width: 575px) {
  .accommodation-more-wrap .accommodation-more {
    padding: 60px 5%;
  }
  .accommodation-more-wrap .accommodation-more h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .accommodation-more-wrap .accommodation-more ul {
    margin-top: 40px;
  }
  .accommodation-more-wrap .accommodation-more ul li span {
    padding-left: 45px;
  }
  .accommodation-more-wrap .accommodation-more ul li span::before {
    width: 30px;
    height: 25px;
  }
  .accommodation-more-wrap .accommodation-more ul li p {
    font-size: 14px;
  }
}

.grey-form input::-webkit-outer-spin-button,
.grey-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.grey-form input[type=number] {
  -moz-appearance: textfield;
}
.grey-form form {
  margin-top: 20px;
  display: grid;
  gap: 25px;
}
.grey-form form .inputs3, .grey-form form .inputs6, .grey-form form .inputs2, .grey-form form .inputs1, .grey-form form .inputs4, .grey-form form .inputs3-1 {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 25px;
}
.grey-form form .inputs3 {
  grid-template-columns: repeat(3, 1fr);
}
.grey-form form .inputs4 {
  grid-template-columns: repeat(4, 1fr);
}
.grey-form form .inputs6 {
  grid-template-columns: repeat(6, 1fr);
}
.grey-form form .inputs2 {
  grid-template-columns: repeat(2, 1fr);
}
.grey-form form .inputs3-1 {
  grid-template-columns: 1fr 200px;
}
.grey-form form .blackBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
}
.grey-form form .input-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.grey-form form input::-moz-placeholder {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
}
.grey-form form label, .grey-form form input, .grey-form form select, .grey-form form input::placeholder, .grey-form form textarea {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
}
.grey-form form label {
  display: block;
  margin-bottom: 10px;
}
.grey-form form input, .grey-form form select, .grey-form form textarea {
  width: 100%;
  background-color: #F7F7F7;
  border: none;
}
.grey-form form input:focus, .grey-form form select:focus, .grey-form form textarea:focus {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}
.grey-form form input, .grey-form form select {
  height: 55px;
  padding: 0 10px;
}
.grey-form form textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}
.grey-form form .myLitepicker {
  background-image: url("../images/calendar-black.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 40px;
}
.grey-form form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/chevron-down-black.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 40px;
}
.grey-form form .small-check-in {
  width: 450px;
  max-width: calc(50% - 15px);
  margin-top: 20px;
}
@media screen and (max-width: 1299px) {
  .grey-form form .small-check-in {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .grey-form form .small-check-in {
    margin-top: 0;
  }
}
.grey-form form .checkbox2 {
  max-width: 500px;
}
.grey-form form .checkbox-wrap {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 10px;
}
.grey-form form .checkbox-wrap label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.grey-form form .checkbox-wrap input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #F7F7F7;
  margin: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.grey-form form .checkbox-wrap input[type=checkbox]::before {
  content: "";
  width: 55px;
  height: 55px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #F7F7F7;
  background-image: url("../images/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.grey-form form .checkbox-wrap input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .grey-form form .checkbox-wrap {
    margin-top: 0;
    grid-template-columns: 50px 1fr;
  }
  .grey-form form .checkbox-wrap input[type=checkbox]::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .grey-form form .checkbox-wrap {
    grid-template-columns: 45px 1fr;
  }
  .grey-form form .checkbox-wrap input[type=checkbox]::before {
    width: 45px;
    height: 45px;
  }
}
.grey-form form .small-checkbox {
  grid-template-columns: 30px 1fr;
  gap: 15px;
}
.grey-form form .small-checkbox input[type=checkbox] {
  height: 30px;
}
.grey-form form .small-checkbox input[type=checkbox]::before {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 575px) {
  .grey-form form .small-checkbox {
    grid-template-columns: 20px 1fr;
    gap: 10px;
  }
  .grey-form form .small-checkbox input[type=checkbox] {
    height: 20px;
  }
  .grey-form form .small-checkbox input[type=checkbox]::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .grey-form form .inputs3, .grey-form form .inputs6, .grey-form form .inputs2, .grey-form form .inputs1, .grey-form form .inputs4, .grey-form form .inputs3-1 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .grey-form form .inputs6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .grey-form form .inputs3, .grey-form form .inputs6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grey-form form {
    gap: 20px;
  }
  .grey-form form .inputs3, .grey-form form .inputs6, .grey-form form .inputs2 {
    grid-template-columns: 1fr;
  }
  .grey-form form .inputs3, .grey-form form .inputs6, .grey-form form .inputs2, .grey-form form .inputs1, .grey-form form .inputs4, .grey-form form .inputs3-1 {
    row-gap: 20px;
  }
  .grey-form form .inputs3-1 {
    grid-template-columns: 1fr;
  }
  .grey-form form .inputs4 {
    grid-template-columns: 1fr 1fr;
  }
  .grey-form form input, .grey-form form select {
    height: 50px;
  }
  .grey-form form textarea {
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .grey-form form input, .grey-form form select {
    height: 45px;
  }
  .grey-form form input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .grey-form form label, .grey-form form input, .grey-form form select, .grey-form form input::placeholder, .grey-form form textarea {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .grey-form form .inputs4 {
    grid-template-columns: 1fr;
  }
  .grey-form form .blackBtn {
    width: 100%;
    margin-top: 0;
  }
}

.book-request {
  background-color: #fff;
  padding: 100px 0;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  .book-request {
    padding: 70px 0;
  }
}
.book-request .title span {
  font-size: 16px;
  letter-spacing: 7px;
  position: relative;
}
.book-request .title span::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 1px;
  background-color: #000;
  right: calc(100% + 10px);
  top: 50%;
}
.book-request .title h2 {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .book-request .title span {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .book-request .title span::before {
    display: none;
  }
  .book-request .title h2 {
    font-size: 25px;
  }
}
.book-request form {
  margin-top: 50px;
}

.accommodation-more-wrap.opened, .book-request.opened, .video-wrap.opened {
  visibility: visible;
  opacity: 1;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 150px;
  gap: 20px;
}
.gallery .title h2 {
  letter-spacing: 8px;
}
.gallery a {
  position: relative;
}
.gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gallery a .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  cursor: pointer;
}
.gallery a .gallery-overlay p {
  font-family: "Cinzel";
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 140%;
  letter-spacing: 8px;
  text-align: center;
}
.gallery a:nth-child(4n+2) {
  grid-row: span 3;
}
.gallery a:nth-child(4n+3) {
  grid-row: span 4;
}
.gallery a:nth-child(4n) {
  grid-row: span 2;
}
@media screen and (max-width: 1399px) {
  .gallery {
    /* grid-auto-rows: 120px; */
    grid-auto-rows: 175px;
    gap: 15px;
  }
  .gallery .title h2 {
    letter-spacing: 6px;
  }
  .gallery a .gallery-overlay p {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery .title {
    grid-column: span 2;
    height: 130px;
  }
  .gallery a:nth-child(4n+3) {
    grid-row: span 5;
  }
}
@media screen and (max-width: 991px) {
  .gallery {
    gap: 10px;
    /* grid-auto-rows: 130px; */
    grid-auto-rows: 175px;
  }
}
@media screen and (max-width: 767px) {
  .gallery a:nth-child(4n+2) {
    grid-row: span 2;
  }
  .gallery a:nth-child(4n+3) {
    grid-row: span 2;
  }
  .gallery a:nth-child(4n) {
    grid-row: span 2;
    grid-column: span 2;
  }
}
@media screen and (max-width: 575px) {
  .gallery {
    gap: 5px;
  }
  .gallery a:nth-child(4n+2) {
    grid-row: span 1;
  }
  .gallery a:nth-child(4n+3) {
    grid-row: span 1;
  }
  .gallery a:nth-child(4n) {
    grid-row: span 1;
  }
  .gallery a .gallery-overlay p {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .gallery .title h2 {
    letter-spacing: 3px;
  }
}

.accommodation-map {
  height: 65vh;
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .accommodation-map {
      max-width: 80%;
  }
}
@media screen and (max-width: 1199px) {
  .accommodation-map {
    max-height: 500px;
  }
}
@media only screen and (max-width: 900px) {
  .accommodation-map {
      max-width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .accommodation-map {
    height: 30vh;
  }
}
.accommodation-map iframe {
  width: 100%;
  height: 100%;
}

.acc-location .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .acc-location .title {
    margin-bottom: 35px;
  }
}

.video-bg {
  padding: 200px 0;
  position: relative;
}
.video-bg .title span {
  letter-spacing: 10px;
}
.video-bg .title h2 {
  letter-spacing: 2.5px;
  font-family: "Marcellus";
  font-weight: 400;
}
.home2 p {
  font-family: "Raleways";
}


.video-bg .play-video {
  position: absolute;
  z-index: 5;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-image: url("../images/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .video-bg {
    padding: 100px 0 200px;
  }
  .video-bg .play-video {
    bottom: 50px;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .video-bg .title span {
    letter-spacing: 5px;
  }
  .video-bg .title h2 {
    letter-spacing: 2.5px;
    font-size: 40px;
  }
}

.video-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.amenities-item {
  background-color: #F5F5F5;
  position: relative;
  padding-left: 50%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.amenities-item .amenities-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.amenities-item .amenities-images .amenitiesSwiper {
  height: 100%;
}
.amenities-item .amenities-images .amenitiesSwiper .amenities-next, .amenities-item .amenities-images .amenitiesSwiper .amenities-prev {
  margin: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.amenities-item .amenities-images .amenitiesSwiper .amenities-next::after, .amenities-item .amenities-images .amenitiesSwiper .amenities-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/chevron-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.amenities-item .amenities-images .amenitiesSwiper .amenities-next::after {
  transform: rotate(-90deg);
}
.amenities-item .amenities-images .amenitiesSwiper .amenities-prev::after {
  transform: rotate(90deg);
}
.amenities-item .amenities-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.amenities-item .amenities-description {
  padding: 40px 20px;
}
.amenities-item .amenities-description h2, .amenities-item .amenities-description p, .amenities-item .amenities-description div {
  color: #222222;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
.amenities-item .amenities-description h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.amenities-item .amenities-description p, .amenities-item .amenities-description div {
  line-height: 135%;
}
@media screen and (max-width: 1199px) {
  .amenities-item {
    padding-left: 0;
    padding-top: 400px;
  }
  .amenities-item .amenities-images {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .amenities-item {
    padding-top: 300px;
    margin-bottom: 10px;
  }
  .amenities-item .amenities-images {
    height: 300px;
  }
  .amenities-item .amenities-images .amenitiesSwiper .amenities-next, .amenities-item .amenities-images .amenitiesSwiper .amenities-prev {
    width: 40px;
    height: 40px;
  }
  .amenities-item .amenities-description {
    padding: 30px 10px;
  }
  .amenities-item .amenities-description h2 {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .amenities-item .amenities-description p, .amenities-item .amenities-description div {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .amenities-item {
    padding-top: 200px;
  }
  .amenities-item .amenities-images {
    height: 200px;
  }
}

.hotel-amenities-2 {
  padding-top: 100px;
}
.hotel-amenities-2 .amenities-item:nth-child(2n) {
  padding-left: 0;
  padding-right: 50%;
}
.hotel-amenities-2 .amenities-item:nth-child(2n) .amenities-images {
  left: unset;
  right: 0;
}
@media screen and (max-width: 1399px) {
  .hotel-amenities-2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .hotel-amenities-2 .amenities-item:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .hotel-amenities-2 {
    padding-top: 50px;
  }
}

.mini-main-top {
  height: 600px;
}
.mini-main-top .page-width {
  padding-top: 280px;
}
@media screen and (max-width: 1399px) {
  .mini-main-top .page-width {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mini-main-top {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.middle-bg2.partners .title h2 {
  margin: 0;
}

.home1.about {
  padding: 80px 0 80px 55%;
}
@media screen and (max-width: 1399px) {
  .home1.about {
    padding: 50px 0 50px 55%;
  }
}
@media screen and (max-width: 1199px) {
  .home1.about {
    padding: 0;
  }
}
.home1.about h2 {
  margin-bottom: 30px;
}
.home1.about picture {
  position: absolute;
}
.home1.about img {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home1.about picture:first-of-type {
  top: 0;
  left: 0;
  width: 30%;
  height: 90%;
}
.home1.about picture:nth-of-type(2) {
  bottom: 0;
  left: 20%;
  width: 30%;
  height: 65%;
}

.about-table span, .about-table h2, .about-table p {
  text-align: center;
}
.about-table span {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 5px;
}
.about-table h2 {
  font-size: 32px;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
}
.about-table p {
  line-height: 163%;
  margin-top: 15px;
}
.about-table table img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1399px) {
  .about-table span {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .about-table h2 {
    font-size: 28px;
    letter-spacing: 1.8px;
  }
  .about-table p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .about-table span {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .about-table h2 {
    font-size: 25px;
    letter-spacing: 1.5px;
  }
  .about-table p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.about-table table tbody {
  display: grid;
  gap: 20px;
}
.about-table table tbody tr {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 20px;
}
.about-table table tbody tr td:has(img) {
  display: flex;
  align-items: center;
  position: relative;
}
.about-table table tbody tr td:has(img) img {
  position: absolute;
  top: 0;
  left: 0;
}
.about-table table tbody tr td:has(img:nth-child(2)) img {
  width: calc(50% - 10px);
}
.about-table table tbody tr td:has(img:nth-child(2)) img:nth-child(2) {
  left: calc(50% + 10px);
}
.about-table table tbody tr td:has(p) {
  background-color: #EFEFEF;
  padding: 50px 30px;
}
.about-table table tbody tr:nth-child(2n) {
  grid-template-columns: 60% 1fr;
}
@media screen and (max-width: 1399px) {
  .about-table table tbody {
    gap: 10px;
  }
  .about-table table tbody tr {
    gap: 10px;
  }
  .about-table table tbody tr td:has(img:nth-child(2)) img {
    width: calc(50% - 5px);
  }
  .about-table table tbody tr td:has(img:nth-child(2)) img:nth-child(2) {
    left: calc(50% + 5px);
  }
}
@media screen and (max-width: 1199px) {
  .about-table table tbody tr {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  .about-table table tbody tr td:has(img) {
    height: 350px;
    order: 1;
  }
  .about-table table tbody tr td:has(p) {
    order: 2;
  }
  .about-table table tbody tr td:has(img:nth-child(2)) img {
    width: calc(50% - 2px);
  }
  .about-table table tbody tr td:has(img:nth-child(2)) img:nth-child(2) {
    left: calc(50% + 2px);
  }
}
@media screen and (max-width: 767px) {
  .about-table table tbody tr td:has(img) {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .about-table table tbody tr td:has(img) {
    height: 200px;
  }
  .about-table table tbody tr td:has(p) {
    padding: 40px 10px;
  }
}

.gastronomy-template-1, .gastronomy-template-2 {
  position: relative;
}
.gastronomy-template-1 img, .gastronomy-template-2 img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
}

.gastronomy-template-1 {
  padding-left: calc(50% + 50px);
  padding-bottom: 50px;
}
.gastronomy-template-1 .pdf {
  margin-top: 50px;
}
.gastronomy-template-1 img {
  left: 0;
}
@media screen and (max-width: 900px) {
  .gastronomy-template-1 {
    padding-left: 0;
    padding-bottom: 400px;
  }
  .gastronomy-template-1 img {
    top: unset;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .gastronomy-template-1 img {
    max-width: unset;
  }
}

.gastronomy-template-2 {
  padding: 50px calc(50% + 50px) 50px 0;
}
.gastronomy-template-2 img {
  right: 0;
}
@media screen and (max-width: 767px) {
  .gastronomy-template-2 {
    padding: 0;
  }
  .gastronomy-template-2 img {
    display: none;
  }
}

.contact-info-2 {
  flex-direction: column;
}
.contact-info-2 span {
  font-weight: 400;
}
.contact-info-2 p, .contact-info-2 span, .contact-info-2 a {
  text-align: center;
}
.contact-info-2 div + div {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact-info-2 div + div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info-2 div + div {
    margin-top: 10px;
  }
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
}
.booking-grid .booking-right h2, .booking-grid .booking-right .start-end-date, .booking-grid .booking-right .nights, .booking-grid .booking-right .total-price {
  padding: 40px 30px;
}
.booking-grid .booking-right h2, .booking-grid .booking-right .start-end-date, .booking-grid .booking-right .nights {
  background-color: #EFEFEF;
}
.booking-grid .booking-right h2, .booking-grid .booking-right .start-end-date {
  margin-bottom: 3px;
}
.booking-grid .booking-right .start-end-date p, .booking-grid .booking-right .nights p {
  letter-spacing: 3.5px;
  font-weight: 600;
}
.booking-grid .booking-right .start-end-date p span, .booking-grid .booking-right .nights p span {
  font-weight: 800;
  margin-right: 10px;
}
.booking-grid .booking-right .start-end-date p + p, .booking-grid .booking-right .nights p + p {
  margin-top: 30px;
}
.booking-grid .booking-right h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.booking-grid .booking-right .total-price {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: space-between;
  letter-spacing: 3.5px;
  font-size: 18px;
  font-weight: 800;
}
.booking-grid .booking-right .total-price span {
  font-size: 45px;
  font-weight: 400;
}
.booking-grid .booking-right .terms {
  margin-top: 10px;
}
.booking-grid .booking-right .terms p {
  justify-content: center;
}
.booking-grid .booking-left .booking-steps {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 80px;
}
.booking-grid .booking-left .booking-steps::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}
.booking-grid .booking-left .booking-steps div {
  width: 100%;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.booking-grid .booking-left .booking-steps div span, .booking-grid .booking-left .booking-steps div p {
  font-weight: 700;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
}
.booking-grid .booking-left .booking-steps div span {
  font-size: 45px;
}
.booking-grid .booking-left .booking-steps div p {
  letter-spacing: 3.5px;
  line-height: 19px;
  margin-top: 15px;
}
.booking-grid .booking-left .booking-steps .activated-step span, .booking-grid .booking-left .booking-steps .activated-step p {
  color: #000;
}
.booking-grid .booking-left .booking-steps:has(div:nth-child(2).activated-step)::after {
  background: linear-gradient(90deg, #000 50%, rgba(0, 0, 0, 0.2) 50%);
}
.booking-grid .booking-left .booking-steps:has(div:nth-child(3).activated-step)::after {
  background-color: #000;
}
.booking-grid .booking-left .grey-form p {
  font-weight: 800;
  letter-spacing: 2px;
  line-height: normal;
}
@media only screen and (max-width: 1600px) {
  .booking-grid .booking-right .start-end-date p, .booking-grid .booking-right .nights p {
    letter-spacing: 2.5px;
  }
  .booking-grid .booking-right .start-end-date p + p, .booking-grid .booking-right .nights p + p {
    margin-top: 20px;
  }
  .booking-grid .booking-right h2 {
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 30px;
  }
  .booking-grid .booking-right .total-price {
    letter-spacing: 3px;
    font-size: 16px;
  }
  .booking-grid .booking-right .total-price span {
    font-size: 40px;
  }
}
@media screen and (max-width: 1299px) {
  .booking-grid {
    grid-template-columns: 1fr;
  }
  .booking-grid .booking-right {
    order: 1;
  }
  .booking-grid .booking-left {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .booking-grid .booking-right h2, .booking-grid .booking-right .start-end-date, .booking-grid .booking-right .nights, .booking-grid .booking-right .total-price {
    padding: 30px 20px;
  }
  .booking-grid .booking-right .start-end-date p, .booking-grid .booking-right .nights p {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .booking-grid .booking-right .start-end-date p + p, .booking-grid .booking-right .nights p + p {
    margin-top: 15px;
  }
  .booking-grid .booking-right h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .booking-grid .booking-right .total-price span {
    font-size: 36px;
  }
  .booking-grid .booking-left .booking-steps {
    margin-bottom: 50px;
  }
  .booking-grid .booking-left .booking-steps div span {
    font-size: 40px;
  }
  .booking-grid .booking-left .booking-steps div p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .booking-grid .booking-left .booking-steps div {
    max-width: 90px;
  }
  .booking-grid .booking-left .booking-steps div p {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .booking-grid .booking-left .booking-steps div {
    max-width: 80px;
  }
  .booking-grid .booking-left .booking-steps div span {
    font-size: 34px;
  }
  .booking-grid .booking-left .grey-form p {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .booking-grid .booking-right h2, .booking-grid .booking-right .start-end-date, .booking-grid .booking-right .nights, .booking-grid .booking-right .total-price {
    padding: 20px 15px;
  }
  .booking-grid .booking-right .start-end-date p, .booking-grid .booking-right .nights p {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .booking-grid .booking-right .start-end-date p + p, .booking-grid .booking-right .nights p + p {
    margin-top: 10px;
  }
  .booking-grid .booking-right h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .booking-grid .booking-right .total-price {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .booking-grid .booking-right .total-price span {
    font-size: 28px;
  }
}

.first-step-form form .blackBtn {
  font-family: "Lato";
  font-size: 18px;
  letter-spacing: 3.5px;
  font-weight: 600;
  height: 55px;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1399px) {
  .first-step-form form .blackBtn {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .first-step-form form .blackBtn {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .first-step-form form .blackBtn {
    height: 45px;
    font-size: 16px;
  }
}

.form-next {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #000;
  border: 1px solid #000;
  padding: 15px;
  width: 200px;
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
  background-color: transparent;
}
@media screen and (max-width: 1600px) {
  .form-next {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .form-next {
    width: 100%;
    font-size: 18px;
    letter-spacing: 2.5px;
    padding: 10px;
  }
}

.terms-icon {
  display: flex !important;
  align-items: center;
}
.terms-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/terms.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .terms-icon::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}

.yellow-background {
  display: grid;
  gap: 25px;
  background-color: #E4CFA2;
  padding: 35px 0;
  position: relative;
}
.yellow-background::before, .yellow-background::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 25px;
  height: 100%;
  background-color: #E4CFA2;
}
.yellow-background::before {
  right: 100%;
}
.yellow-background::after {
  left: 100%;
}
.yellow-background .card-specifics, .yellow-background .card-specifics .card-date {
  display: flex;
  align-items: center;
}
.yellow-background .card-specifics .card-date .card-month {
  width: 90px;
}
.yellow-background .card-specifics .card-date .card-year {
  width: 110px;
  margin-left: 30px;
}
.yellow-background .card-specifics .input-wrap + .input-wrap {
  margin-left: 60px;
}
@media screen and (max-width: 575px) {
  .yellow-background .card-specifics .card-date .card-month {
    width: 70px;
  }
  .yellow-background .card-specifics .card-date .card-year {
    width: 90px;
    margin-left: 10px;
  }
  .yellow-background .card-specifics .input-wrap + .input-wrap {
    margin-left: 20px;
  }
}
.yellow-background .upfront-payment {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.5);
}
.yellow-background .step-two-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yellow-background .step-two-bottom .back {
  font-size: 18px;
  letter-spacing: 3.5px;
}
.yellow-background .step-two-bottom .form-next, .yellow-background .step-two-bottom .back {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .yellow-background .step-two-bottom .form-next, .yellow-background .step-two-bottom .back {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .yellow-background .step-two-bottom .form-next {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .yellow-background {
    padding: 30px 20px;
  }
  .yellow-background::before, .yellow-background::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .yellow-background {
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .yellow-background {
    padding: 20px 10px;
  }
}

.end-step {
  display: grid;
  gap: 80px;
}
.end-step h3, .end-step p {
  text-align: center;
  letter-spacing: 2.5px;
}
.end-step h3 {
  font-family: "Cinzel";
  font-size: 24px;
  font-weight: 700;
}
.end-step p {
  font-size: 18px;
}
.end-step p span {
  font-weight: 800;
}
.end-step .blackBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .end-step {
    gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .end-step h3, .end-step p {
    letter-spacing: 1.5px;
  }
  .end-step h3 {
    font-size: 20px;
  }
  .end-step p {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */



.search-form .date-input {
  position: relative;
  width: 100%;
}

.plain-text div {
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 1px;
}


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

.offer-slide {
  padding: 80px;
}

.special-offer .offer-top {
  position: absolute;
  right: 105px;
  z-index: 2;
  top: 105px;
}
@media screen and (max-width: 992px) {
  .special-offer .offer-top {
    right: 50px;
    top: 50px;
  }
}
.special-offer .offer-top .offer-navigation-custom-pagination .swiper-pagination-fraction {
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(3px);
}

@media screen and (max-width: 575px) {
  .special-offer .offer-top .offer-navigation-custom-pagination .swiper-pagination-fraction {
    transform: translateY(0);
  }
  .special-offer .offer-top {
    right: 25px;
    top: 25px;
  }
}


.offer-slide div, .offer-slide p, .offer-slide li {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}


.special-offer.general {
  min-height: auto;
}

.special-offer.general .offer-slide {
  padding: 60px 30px;
}

.special-offer.general .offer-holder {
  display: flex;
}



.template-banner {
  position: relative;
  background-color: #EFEFEF;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.template-banner h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.template-banner h3 {
  font-size: 24px;
  letter-spacing: 2.5px;
  /* margin-bottom: 20px; */
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Cinzel";
}
.template-banner ul, .template-banner ol {
  padding-left: 20px;
}
.template-banner td {
  padding-left: 30px;
  padding-right: 30px;
}
.template-banner div, .template-banner p, .template-banner li {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
/* .template-banner div {
  margin-bottom: 10px;
} */
.template-banner img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.room-search-form-wrapper {
  position: relative;
}
.accommodation-list .accommodation-item .accommodation-info .book-and-price .blackBtn {
  position: relative;
}
.room-search-form {
  position: absolute;
  top: 0px;
  /* left: 110px; */
  left: 146px;
  z-index: 2;
  height: 100%;
}
.room-search-form form {
  display: flex;
  height: 100%;
}

.room-search-form form input {
  outline: none;
  padding-right: 40px;
  background-image: url(../images/calendar.svg);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  width: 150px;
  padding-left: 10px;
}

.room-search-form form input::placeholder{
  font-family: "Lato";
}


.rooms-list-custom-desc .panelContainer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}
.rooms-list-custom-desc .panelContainer div.panelCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 150px;
}
.rooms-list-custom-desc .panelContainer div.panelCell img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.rooms-list-custom-desc .panelContainer div.panelCell div {
  font-family: "Cinzel";
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  /* margin-top: 15px; */
  letter-spacing: 2.4px;
}


/* .acc-location div {
  line-height: normal;
} */


.amenities-item.f-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: auto !important;
}

.page-padding.acc-location {
  padding-bottom: 0;
}

.acc-location ul,
.amenities-item .amenities-description ol,
.amenities-item .amenities-description ul {
  padding-left: 20px;
}

.amenities-item.f-width .amenities-description {
  width: 100%;
}
.amenities-item.f-width .amenities-description h2,
.amenities-item.f-width .amenities-description h3,
.amenities-item.f-width .amenities-description h4,
.amenities-item.f-width .amenities-description h5,
.amenities-item.f-width .amenities-description div,
.amenities-item.f-width .amenities-description li {
  text-align: justify;
}
/* .about-table .panelContainer img {
  width: auto;
  height: auto;
}
.about-table .panelContainer h2 {
  text-align: left;
}
.about-table .panelContainer h2 {
  font-size: 24px;
} */























.default-page-content .panelContainer span,
.default-page-content .panelContainer h2,
.default-page-content .panelContainer div,
.default-page-content .panelContainer p {
  text-align: left;
}
.default-page-content .panelContainer span {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 5px;
}
.default-page-content .panelContainer h2 {
  font-size: 32px;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
}
.default-page-content .panelContainer div,
.default-page-content .panelContainer p {
  line-height: 163%;
  margin-top: 15px;
}
.default-page-content .panelContainer .panelCell:has(img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.default-page-content .panelContainer .panelCell {
  width: 100% !important;
}
@media screen and (max-width: 1399px) {
  .default-page-content .panelContainer span {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .default-page-content .panelContainer h2 {
    font-size: 28px;
    letter-spacing: 1.8px;
  }
  .default-page-content .panelContainer div,
  .default-page-content .panelContainer p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .default-page-content .panelContainer span {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .default-page-content .panelContainer h2 {
    font-size: 25px;
    letter-spacing: 1.5px;
  }
  .default-page-content .panelContainer div,
  .default-page-content .panelContainer p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.default-page-content .panelContainer {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 20px;
}
.default-page-content .panelContainer .panelCell:has(img) {
  display: flex;
  align-items: center;
  position: relative;
}
.default-page-content .panelContainer .panelCell:has(img) img {
  position: absolute;
  top: 0;
  left: 0;
}
.default-page-content .panelContainer .panelCell:has(img):has(div),
.default-page-content .panelContainer .panelCell:has(img):has(h2),
.default-page-content .panelContainer .panelCell:has(img):has(h3),
.default-page-content .panelContainer .panelCell:has(img):has(h4),
.default-page-content .panelContainer .panelCell:has(img):has(h5),
.default-page-content .panelContainer .panelCell:has(img):has(li),
.default-page-content .panelContainer .panelCell:has(img):has(p) {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.default-page-content .panelContainer .panelCell:has(img):has(div) img,
.default-page-content .panelContainer .panelCell:has(img):has(h2) img,
.default-page-content .panelContainer .panelCell:has(img):has(h3) img,
.default-page-content .panelContainer .panelCell:has(img):has(h4) img,
.default-page-content .panelContainer .panelCell:has(img):has(h5) img,
.default-page-content .panelContainer .panelCell:has(img):has(li) img,
.default-page-content .panelContainer .panelCell:has(img):has(p) img {
  position: static;
  height: auto;
  width: auto;
  object-fit: contain;
  -o-object-fit: contain;
}
.default-page-content .panelContainer .panelCell:has(img:nth-child(2)) img {
  width: calc(50% - 10px);
}
.default-page-content .panelContainer .panelCell:has(img:nth-child(2)) img:nth-child(2) {
  left: calc(50% + 10px);
}
.default-page-content .panelContainer .panelCell:has(div),
.default-page-content .panelContainer .panelCell:has(p) {
  padding: 50px 30px;
}
/* .default-page-content .panelContainer:nth-child(2n) {
  grid-template-columns: 50% 1fr;
} */
@media screen and (max-width: 1399px) {
  .default-page-content .panelContainer {
    gap: 10px;
  }
  .default-page-content .panelContainer .panelCell:has(img:nth-child(2)) img {
    width: calc(50% - 5px);
  }
  .default-page-content .panelContainer .panelCell:has(img:nth-child(2)) img:nth-child(2) {
    left: calc(50% + 5px);
  }
}
@media screen and (max-width: 1199px) {
  .default-page-content .panelContainer {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  .default-page-content .panelContainer .panelCell:has(img) {
    height: 350px;
    order: 1;
  }
  .default-page-content .panelContainer .panelCell:has(div),
  .default-page-content .panelContainer .panelCell:has(p) {
    order: 2;
  }
  .default-page-content .panelContainer .panelCell:has(img:nth-child(2)) img {
    width: calc(50% - 2px);
  }
  .default-page-content .panelContainer .panelCell:has(img:nth-child(2)) img:nth-child(2) {
    left: calc(50% + 2px);
  }
}
@media screen and (max-width: 767px) {
  .default-page-content .panelContainer .panelCell:has(img) {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .default-page-content .panelContainer .panelCell:has(img) {
    height: 200px;
  }
  .default-page-content .panelContainer .panelCell:has(div),
  .default-page-content .panelContainer .panelCell:has(p) {
    padding: 40px 10px;
  }
}


.bootstrap-datetimepicker-widget {
  list-style: none !important;
}
.bootstrap-datetimepicker-widget ul {
  list-style: none !important;
}

.template .bootstrap-datetimepicker-widget ul li::before {
  display: none !important;
}

.template .bootstrap-datetimepicker-widget ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  position: static;
  padding-left: 0;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
  padding: 5px 2.5px;
  font-size: 16px;
}




















footer .panelContainer {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  footer .panelContainer {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  footer .panelContainer {
    max-width: 90%;
  }
}




footer {
  padding-top: 100px;
  padding-bottom: 0;
  overflow-x: hidden;
}
footer .panelContainer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
}
footer .panelContainer .panelCell h4 {
  font-family: "Cinzel";
  font-size: 24px;
  color: #000;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
footer .panelContainer .panelCell p {
  margin-bottom: 10px;
}
/* .foot1 .footer-logo {
  display: block;
  width: 160px;
  height: 70px;
} */
footer .panelContainer .panelCell img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
footer .panelContainer .panelCell p,
footer .panelContainer .panelCell a {
  font-size: 16px;
  color: #000;
  transition: all 0.4s;
  font-family: "Lato";
  letter-spacing: 2.5px;
  line-height: 31px;
}
footer .panelContainer .panelCell ul {
  list-style: none;
}
footer .panelContainer .panelCell li + li {
  /* margin-top: 20px; */
  margin-top: 15px;
}
footer .panelContainer .panelCell p,
footer .panelContainer .panelCell a {
  position: relative;
  padding-bottom: 3px;
}
footer .panelContainer .panelCell a::before {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  content: "";
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}
footer .panelContainer .panelCell a:hover::before {
  width: calc(100% - 2.5px);
}
footer .panelContainer .panelCell:has(svg) a {
  transition: all 0.4s;
  margin-right: 35px;
  display: inline-block;
}
footer .panelContainer .panelCell:has(svg) a::before {
  display: none;
}
/* .foot1 .social {
  margin-top: 20px;
} */
@media screen and (max-width: 1199px) {
  /* .foot1 .foot-section:has(.footer-logo) {
    position: absolute;
    top: 0;
    left: 0;
  } */
  footer .panelContainer {
    padding-top: 100px;
  }
  footer .panelContainer .panelCell h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
  footer .panelContainer .panelCell:has(img) {
    position: static;
  }
  footer .panelContainer {
    padding-top: 0;
    flex-direction: column;
  }
  footer .panelContainer .panelCell {
    width: 100% !important;
  }
  footer .panelContainer .panelCell + .panelCell {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  footer .panelContainer .panelCell p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
  }
}


footer .panelContainer:nth-of-type(2) {
  background-color: #000;
  padding: 25px 0;
  position: relative;
}

footer .panelContainer:nth-of-type(2)::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: 200%;
  height: 100%;
}

footer .panelContainer:nth-of-type(2) {
  background-color: #000;
  padding: 25px 0;
}
footer .panelContainer:nth-of-type(2) {
  justify-content: space-between;
}
footer .panelContainer:nth-of-type(2) .panelCell {
  position: relative;
  width: 100% !important;
  z-index: 1;
}
footer .panelContainer:nth-of-type(2) .panelCell p {
  margin-bottom: 0;
}
footer .panelContainer:nth-of-type(2), footer .panelContainer:nth-of-type(2) ul {
  display: flex;
  align-items: center;
}
footer .panelContainer:nth-of-type(2) p, footer .panelContainer:nth-of-type(2) a, footer .panelContainer:nth-of-type(2) li {
  font-size: 10px;
  color: #fff;
  letter-spacing: 2.5px;
}
footer .panelContainer:nth-of-type(2) ul {
  list-style: none;
  justify-content: flex-end;
}
footer .panelContainer:nth-of-type(2) ul li + li {
  margin-top: 0;
  margin-left: 5px;
}
footer .panelContainer:nth-of-type(2) ul li + li::before {
  content: "/";
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  footer .panelContainer:nth-of-type(2) {
    padding: 15px 0;
  }
  footer .panelContainer:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  footer .panelContainer:nth-of-type(2) p, footer .panelContainer:nth-of-type(2) a, footer .panelContainer:nth-of-type(2) li {
    text-align: center;
  }
  footer .panelContainer:nth-of-type(2) ul {
    margin-bottom: 10px;
  }
}

a[href*=".pdf"] {
  /* display: flex; */
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  /* margin: 35px 0; */
  color: #000 !important;
  position: relative;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  padding-left: 50px;
}

a[href*=".pdf"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  background-image: url(../images/pdf.svg);
  display: inline-block;
}


.default-page-content .panelContainer a {
  font-size: 24px;
  letter-spacing: 2.5px;
  color: #000;
  line-height: 36px;
  display: block;
}

.default-page-content .panelContainer h3 {
  font-weight: 700;
  font-family: "Cinzel";
  margin-bottom: 10px;
}

@media screen and (max-width: 1600px) {
  .default-page-content .panelContainer a, .default-page-content .panelContainer h3 {
    font-size: 21px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1399px) {
  .default-page-content .panelContainer a, .default-page-content .panelContainer h3 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .default-page-content .panelContainer a, .default-page-content .panelContainer h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.8px;
  }
  footer .panelContainer:nth-of-type(2) .panelCell {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .default-page-content .panelContainer a, .default-page-content .panelContainer h3 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 991px) {
  footer .panelContainer:nth-of-type(2) ul {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .offer-holder {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .offer-slide {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .offer-slide {
    padding: 15px;
  }
  .special-offer .offer-slide h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}

.special-offer .offer-slide {
  background-color: #EFEFEF;
}


@media screen and (max-width: 1199px) {
  .amenities-item {
    padding-top: 0px;
  }
  .amenities-item .amenities-images {
    position: static;
  }
  .rooms-list-custom-desc .panelContainer {
    justify-content: center;
  }
  .rooms-list-custom-desc .panelContainer div.panelCell {
      margin: 10px 0;
      width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .rooms-list-custom-desc .panelContainer div.panelCell {
      max-width: 110px;
  }
}


@media screen and (max-width: 575px) {
  footer .panelContainer .panelCell a {
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 2px;
  }
}

@media screen and (max-width: 991px) {
  .special-offer .offer-top .offer-navigation-custom-pagination .offer-next::after, .special-offer .offer-top .offer-navigation-custom-pagination .offer-prev::after {
    content: "";
    background-image: url(../images/chevron-down-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .special-offer .offer-top .offer-navigation-custom-pagination .offer-pagination-2 .swiper-pagination-current {
    color: white;
  }
}


.page-width .btn {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  letter-spacing: 3.5px;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  padding: 12px 37px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .page-width .btn {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .page-width .btn {
    font-size: 14px;
    letter-spacing: 2.5px;
    padding: 10px 30px;
  }
}
.page-width .btn::before {
  content: "";
  width: 100%;
  height: 0.8px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
}


.default-page-content .panelContainer a:hover{
text-decoration: underline;
}



.search-form select{
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.video-wrap iframe{
  width:700px !important;
  max-width: 700px !important;
  height: 400px !important;
}



@media only screen and (max-width: 767px){
.room-search-form{
  left: 0;
  top:63px;
}


.video-wrap iframe{
  width:100%!important;
max-width: 100%;
  height: 300px !important;
}


.room-search-form form{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.room-search-form form input{
  height: 40px;
  width: 146px;
}

.room-search-form form button{
  grid-column: span 2;
}
}

@media only screen and (max-width: 576px){
  .room-search-form{
  top:40px;
}

.page-width .btn:hover{
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.default-page-content .panelContainer .panelCell:has(p){
  padding: 0px 10px;
}

.default-page-content .panelContainer div{
  margin-top: 0px;
}
}

@media screen and (max-width: 575px) {
  .head1-mobile {
    display: none;
  }
}
/* .iti {
  position: absolute !important;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .iti {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .iti {
    height: 45px;
  }
} */

.iti__country-list {
  list-style: none !important;
  margin: 0 0 0 -1px !important;
}
.iti__country-list li {
  padding-left: 10px !important;
}
.iti__country-list li + li {
  margin-top: 0 !important;
}
.iti__country-list li::before {
  display: none;
}

.mobile-languages {
  display: none;
  list-style: none;
  margin-top: auto;
}
.mobile-languages li + li {
  margin-left: 20px;
}
.mobile-languages li .active {
  font-weight: bold;
}


form:has(.divSelect) input, form:has(.divSelect) select, form:has(.divSelect) textarea {
  width: 100% !important;
  background-color: #F7F7F7;
  border: none;
  border-radius: 0;
}
form:has(.divSelect) input[type=button] {
  background-color: #000;
  color: #fff;
  font-family: "Cinzel";
}
form:has(.divSelect) i {
  display: none;
}
form:has(.divSelect) input[type=checkbox] {
  width: 55px !important;
  appearance: none;
  background-color: #F7F7F7;
  margin: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
form:has(.divSelect) input[type=checkbox]::before {
  content: "";
  width: 55px;
  height: 55px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #F7F7F7;
  background-image: url('../images/check.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
form:has(.divSelect) input[type=checkbox]:checked::before {
transform: scale(1);
}
td:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
}
td:has(input[type=checkbox]) label {
  margin-left: 10px;
}
form:has(.divSelect) input,
form:has(.divSelect) input::placeholder,
form:has(.divSelect) select,
form:has(.divSelect) textarea,
form:has(.divSelect) textarea::placeholder,
form:has(.divSelect) div,
form:has(.divSelect) label {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
}
form:has(.divSelect) input:focus,
form:has(.divSelect) select:focus,
form:has(.divSelect) textarea:focus {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}
form:has(.divSelect) input,
form:has(.divSelect) select
{
  height: 55px;
  padding: 0 10px;
}
form:has(.divSelect) textarea {
  height: 200px;
  padding: 10px;
}
@media screen and (max-width: 575px) {
  .head1, .head3 {
    display: none;
  }
  .mobile-languages {
    display: flex;
  }
  form:has(.divSelect) input,
  form:has(.divSelect) input::placeholder,
  form:has(.divSelect) select,
  form:has(.divSelect) textarea,
  form:has(.divSelect) textarea::placeholder,
  form:has(.divSelect) div,
  form:has(.divSelect) label {
    font-size: 14px;
    letter-spacing: 1px;
  }
  form:has(.divSelect) input,
  form:has(.divSelect) select
  {
    height: 45px;
  }
  form:has(.divSelect) textarea {
    height: 100px;
  }
  form:has(.divSelect) input[type=checkbox] {
    width: 45px !important;
  }
  form:has(.divSelect) input[type=checkbox]::before {
    width: 45px;
    height: 45px;
  }
  form:has(.divSelect) input[type=button]  {
    font-size: 16px;
    letter-spacing: 1.5px;
    position: relative;
  }
  /* form:has(.divSelect) input[type=button]::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 0.5px;
    background-color: #000;
  } */
}

.slideshowSwiper .swiper-slide img {
  aspect-ratio: 1 / 1;
}

.iti {
  width: 100%;
}




.desktop-intro-wrapper {
  width: calc(100% - 100px);
  margin-left: 50px;
  margin-right: 50px;
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
.desktop-intro-wrapper .search-form {
  /* position: relative;
  z-index: 2;  */
  max-width: 100%;
  width: 100%;
}
/* .desktop-intro-wrapper .search-form select,
.desktop-intro-wrapper .search-form input {
  font-size: 12px;
} */
.desktop-intro-wrapper .search-form .date-input {
  width: 80%;
}

.page-top .social.social2 {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .page-top .social.social2 {
    bottom: auto;
    top: 50px;
    transform: none;
  }
}

.page-top .title h2 {
  text-align: center;
  color: #fff;
  line-height: 50px;
}

.page-top .title .main-headline {
  text-align: center;
  color: #fff;
  line-height: 50px;
  letter-spacing: 3.5px;
  font-size: 45px;
  font-weight: 400;
  font-family: "Cinzel";
}
@media only screen and (max-width: 1600px) {
  .page-top .title .main-headline {
    font-size: 42px;
  }
}
@media screen and (max-width: 1399px) {
  .page-top .title .main-headline {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .page-top .title .main-headline {
    font-size: 30px;
  }
}


.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:focus {
    background-color: #000 !important;
    color: #fff !important;
}

.datepicker td.active:hover {
    background-color: #000 !important;
}
.datepicker {
  border-radius: 0 !important;
}
.datepicker th,
.datepicker td,
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next {
  border-radius: 0 !important;
}
.datepicker td.today::before {
  border-top-color: black !important;
}




















.nav li details ul li .sub-level-1-page-title {
  /* color: #000; */
  font-size: 12px;
  letter-spacing: 3px;
  display: block;
  /* text-align: center; */
  /* padding: 10px; */
  /* padding: 5px; */
  padding: 2.5px;
  transition: all 0.4s;
  text-transform: uppercase;

  /* background-color: black;
  color: white; */
  background-color: #EFEFEF;
  color: #000;
  font-weight: 700;
  padding-left: 10px;
}

.nav li details ul.main_ul {
  background-color: white;
}

@media screen and (max-width: 1199px) {
  .nav li details ul li .sub-level-1-page-title {
    padding: 5px;
    text-align: end;
  }
}

.nav li details ul.main_ul li a {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.nav li details ul.main_ul li a svg {
  transition: all 0.4s;
  margin-right: 5px;
}

.nav li details ul.main_ul li a:hover svg {
  fill: #fff;
}


.template-banner .panelCell a {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  letter-spacing: 3.5px;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  padding: 12px 37px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  line-height: 1.2;
}
.template-banner .panelCell a:hover {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none;
}
@media only screen and (max-width: 1600px) {
  .template-banner .panelCell a {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .template-banner .panelCell a {
    font-size: 14px;
    letter-spacing: 2.5px;
    padding: 10px 30px;
  }
  .main-top .search-form {
    margin-top: 220px;
  }
  .nav li details ul li a {
    font-size: 14px;
  }
}
.template-banner .panelCell a::before {
  content: "";
  width: 100%;
  height: 0.8px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.default-page-content.template-banner .panelContainer .panelCell img {
  object-fit: contain;
}
@media screen and (max-width: 1200px) {

  .nav li details ul {
    margin-top: 10px;
  }
  .nav li details ul li {
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .nav li details ul.main_ul {
    background-color: #EFEFEF;
  }

  .nav li details ul.main_ul li a {
    justify-content: flex-end;
    text-align: right;
  }

}

.nav li details ul {
  list-style: none !important;
}




@media screen and (min-width: 1601px) {
  .accommodation-list .accommodation-item {
    max-height: 435px;
  }
}
@media screen and (max-width: 1600px) {
  .accommodation-list .accommodation-item {
    max-height: 455px;
  }
}
@media screen and (max-width: 767px) {
  .accommodation-list .accommodation-item {
    max-height: max-content;
  }
}

.grey-form form input.error, .grey-form select.error {
  border: 1px solid red;
}

.grey-form label.error {
  margin-bottom: 0;
}



.gallery .title h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1600px) {
  .gallery .title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1399px) {
  .gallery .title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .gallery .title h2 {
    font-size: 30px;
  }
}


.grey-form form .input-wrap input#phone::placeholder {
  opacity: 0.4;
}

.iti__search-input {
  padding: 15px 10px;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
}

@media screen and (max-width: 575px) {
  .iti__search-input {
      font-size: 14px;
      letter-spacing: 1px;
  }
}