@font-face {
  font-family: "Manrope-Medium";
  src: url("../fonts/Manrope-Medium/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope-Medium/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSerif-Medium";
  src: url("../fonts/IBMPlexSerif-Medium/IBMPlexSerif-Medium.eot");
  src: url("../fonts/IBMPlexSerif-Medium/IBMPlexSerif-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSerif-Medium/IBMPlexSerif-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSerif-Medium/IBMPlexSerif-Medium.woff") format("woff"), url("../fonts/IBMPlexSerif-Medium/IBMPlexSerif-Medium.ttf") format("truetype"), url("../fonts/IBMPlexSerif-Medium/IBMPlexSerif-Medium.svg#IBMPlexSerif-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #fff;
  overflow-x: hidden;
  font-family: "Manrope-Regular" !important;
}
body h1,
body h2,
body h4 {
  margin: 0;
}
body .gallery-wrapper {
  overflow: hidden;
}
body .gallery-holder {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
body .gallery-holder .gallery-swiper .swiper-slide .img-holder {
  height: 100vh;
}
body .gallery-holder .gallery-swiper .swiper-slide .img-holder img {
  height: 100vh;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}
body .gallery-holder .gallery-swiper .swiper-slide .img-holder::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body .page-content-s {
  background-color: black;
}
body .page-content-s .info {
  position: relative;
  z-index: 2;
  padding: 200px 20px 300px 20px;
  text-align: center;
  width: 100%;
}
body .page-content-s .info h1 {
  font-family: "Manrope-Medium";
  color: #FFF;
  font-size: clamp(30px, 5vw, 50px);
  padding: clamp(50px, 10vw, 100px) clamp(10px, 5vw, 20px);
  line-height: normal;
}
body .page-content-s .info h1 span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
body .page-content-s .info .scroll-down {
  cursor: pointer;
  animation: bounce 3s ease infinite;
}
body .page-content-s .list-holder {
  padding-left: clamp(20px, 5vw, 100px);
  z-index: 2;
  position: relative;
}
body .page-content-s .list-holder h2 {
  font-family: "Manrope-Medium";
  color: #FFF;
  font-size: clamp(24px, 4vw, 42px);
  line-height: normal;
  padding-bottom: 30px;
}
body .page-content-s .list-holder h2 span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
body .page-content-s .list-holder .swiper-slide .img-holder img {
  width: 100%;
}
body .page-content-s .list-holder .swiper-slide .img-holder img.slide-img {
  border-radius: 24px;
}
body .page-content-s .list-holder .swiper-slide .img-holder .bottom-info {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
body .page-content-s .list-holder .swiper-slide .img-holder .bottom-info .logo {
  width: 190px;
}
body .page-content-s .list-holder .swiper-slide .img-holder .bottom-info .title {
  color: #FFF;
  font-size: 24px;
  text-align: right;
}
body .page-content-s .contact-section {
  text-align: center;
  padding-top: clamp(100px, 10vw, 200px);
  padding-bottom: clamp(50px, 5vw, 100px);
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  z-index: 2;
  position: relative;
}
body .page-content-s .contact-section h2 {
  font-family: "Manrope-Medium";
  color: #FFF;
  font-size: clamp(24px, 4vw, 42px);
  line-height: normal;
}
body .page-content-s .contact-section h2 span {
  font-style: italic;
  font-family: "IBMPlexSerif-Medium";
}
body .page-content-s .contact-section h3 {
  font-size: 22px;
  line-height: 22px;
  padding-top: 25px;
  padding-bottom: 50px;
}
body .page-content-s .contact-section .form-note {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 11px;
}
body .page-content-s .contact-section .contact-details {
  padding-top: clamp(50px, 10vw, 100px);
}
body .page-content-s .contact-section .contact-details > div {
  font-size: 15px;
  padding-bottom: 3px;
}
body .page-content-s .contact-section .contact-details > div a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
body .page-content-s .contact-section .contact-details > div a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #FFF;
  transition: width 0.4s ease;
}
body .page-content-s .contact-section .contact-details > div a:hover:after {
  width: 100%;
}
body .page-content-s .contact-section .social-media {
  padding-top: clamp(30px, 5vw, 50px);
  padding-bottom: clamp(30px, 5vw, 50px);
}
body .page-content-s .contact-section .social-media a {
  text-decoration: none;
  margin-right: 50px;
}
body .page-content-s .contact-section .social-media a:last-child {
  margin-right: 0;
}
body .page-content-s .contact-section .copyright-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
body .page-content-s .contact-section .subscribe-holder {
  position: relative;
  display: inline-block;
}
body .page-content-s .contact-section .subscribe-holder p {
  margin-bottom: 6px;
}
body .page-content-s .contact-section .subscribe-holder .wpcf7-submit {
  position: absolute;
  top: 9px;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  background: url("../images/arrow-right.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
body .page-content-s .contact-section .subscribe-holder .wpcf7-submit:focus, body .page-content-s .contact-section .subscribe-holder .wpcf7-submit:focus-visible {
  outline: none;
  border: 2px solid transparent !important;
}
body .page-content-s .contact-section .subscribe-holder input {
  margin-top: 8px;
  border: 1px solid #FFF;
  background-color: transparent !important;
  color: #FFF;
  padding: 16px 40px;
  margin-bottom: 14px;
  border-radius: 50px !important;
  width: 100%;
}
body .page-content-s .contact-section .subscribe-holder input:focus, body .page-content-s .contact-section .subscribe-holder input:focus-visible {
  outline: none;
  border: 2px solid #FFF !important;
}
body .page-content-s .contact-section .subscribe-holder input::-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
body .page-content-s .contact-section .subscribe-holder input::placeholder {
  color: #FFF !important;
  opacity: 1;
}
body .page-content-s .contact-section .subscribe-holder input::-webkit-input-placeholder, body .page-content-s .contact-section .subscribe-holder input:-moz-placeholder, body .page-content-s .contact-section .subscribe-holder input::-moz-placeholde, body .page-content-s .contact-section .subscribe-holder input:-ms-input-placeholder {
  color: #FFF !important;
}
body .page-content-s .contact-section .subscribe-holder .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -2px;
  right: 66px;
}
body .page-content-s .contact-section .wpcf7-response-output {
  margin: 0 20px 30px 0 !important;
  border-color: transparent !important;
}

@media only screen and (max-width: 500px) {
  [data-aos] {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }
  body .page-content .list-holder {
    padding-right: 20px;
  }
  body .page-content .contact-section .copyright-text {
    max-width: 245px;
    margin: auto;
  }
}/*# sourceMappingURL=index.css.map */