@font-face {
  font-family: Testtiemposheadline;
  src: url('../fonts/TestTiemposHeadline-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Testtiemposheadline;
  src: url('../fonts/TestTiemposHeadline-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Testtiemposheadline;
  src: url('../fonts/TestTiemposHeadline-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Testtiemposheadline;
  src: url('../fonts/TestTiemposHeadline-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Testtiemposheadline;
  src: url('../fonts/TestTiemposHeadline-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Testtiemposheadline;
  src: url('../fonts/TestTiemposHeadline-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-font: "Open Sans", sans-serif;
  --color-text: #003142;
  --text-size: 1.1rem;
  --text-height: 1.3rem;
  --background-color: ivory;
  --heading-font: Merriweather, serif;
  --mobil-size: 1rem;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.body {
  font-family: var(--text-font);
  color: var(--color-text);
  font-size: var(--text-size);
  line-height: var(--text-height);
  background-color: ivory;
}

.container {
  width: 1300px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 3vw;
}

.container.little-wider {
  padding-left: 1vw;
  padding-right: 1vw;
}

.container.little-bigger {
  border-bottom: 1px #00314266;
  padding-left: 0;
  padding-right: 0;
}

.container.footer-container {
  width: 1200px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.container.line-con {
  border-bottom: 1px solid #00000026;
}

.container.form-container {
  padding-left: 1vw;
  padding-right: 1vw;
}

.hero-section {
  height: 90.8vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-video {
  height: 100vh;
}

.navbar {
  background-color: #ddd0;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
}

.nav-link {
  font-family: var(--text-font);
  color: var(--color-text);
  text-transform: none;
  text-shadow: 0 1px 20px #0003;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.nav-link.w--current {
  color: #e9967a;
  text-transform: none;
}

.nav-link.contact {
  border: 1px #e9967a;
  border-style: none none solid solid;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.3rem;
  transition: all .15s ease-in;
}

.nav-link.contact:hover {
  border-color: #ffd3ca #cb897c #ffd3ca #ffd3ca;
}

.nav-link.contact.nomargin {
  border-style: none;
  border-color: #efefef #efefef var(--color-text) var(--color-text);
  text-shadow: none;
  margin-right: 60px;
  text-decoration: none;
}

.nav-link.contact.nomargin:hover {
  border-bottom-color: #e9967a;
  border-left-color: #e9967a;
}

.brand {
  width: 120px;
  position: relative;
}

.logo-img {
  position: relative;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 8vw;
  padding-right: 8vw;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-heading {
  z-index: 100;
  font-family: var(--heading-font);
  color: var(--color-text);
  text-align: left;
  text-shadow: 0 1px 20px #0003;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
  position: relative;
}

.small-hero-heading {
  z-index: 100;
  font-family: var(--heading-font);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 20px #0003;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7rem;
  position: relative;
}

.small-hero-heading.nopadding {
  color: var(--color-text);
  text-align: left;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  font-family: Great Vibes, cursive;
  font-size: 2.3rem;
}

.nea, .kao {
  font-style: italic;
}

.hero-btn {
  z-index: 100;
  border: 1px solid var(--color-text);
  background-color: var(--color-text);
  font-family: var(--heading-font);
  color: var(--background-color);
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.hero-btn:hover {
  border-color: var(--color-text);
  background-color: var(--background-color);
  color: var(--color-text);
}

.section-two {
  background-color: #fff;
}

.clmn-first {
  border: 1px solid var(--color-text);
  background-color: #003142eb;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
}

.clmn-first.middle {
  border-right: 1px solid var(--background-color);
  border-left: 1px solid var(--background-color);
}

.three-clmns-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.icon-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.white-text {
  color: var(--background-color);
}

.img-three-clmns {
  width: 40px;
  margin-right: 15px;
}

.white-heading {
  font-family: var(--heading-font);
  color: var(--background-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.kalikratia-section {
  padding-bottom: 60px;
  overflow: hidden;
}

.kalikratia-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.blue-heading.margin30 {
  margin-bottom: 30px;
}

.blue-heading.left-align {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2rem;
}

.blue-text {
  text-align: center;
  padding-left: 160px;
  padding-right: 160px;
}

.blue-text.little-wider {
  padding-left: 130px;
  padding-right: 130px;
}

.blue-text.smaller-margin {
  text-align: justify;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 1rem;
}

.blue-text.smaller-margin.nomargin {
  margin-bottom: 10px;
}

.blue-text.left-align-no-padding {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 40px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.blue-text.left-align-no-padding.last {
  margin-bottom: 0;
}

.blue-text.small-margin {
  margin-bottom: 5px;
}

.columns-kalikratia {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}

.img-txt-wrapper {
  position: relative;
}

.white-biiger-text {
  z-index: 5;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: absolute;
  inset: auto 0% 10%;
}

.opacity-wrapper {
  background-color: #00000040;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.slider-attractions {
  background-color: #ddd0;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide, .slide-copy {
  width: 33%;
}

.slider-1 {
  width: 32.5%;
  margin-left: 7px;
  margin-right: 7px;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.heading-slider {
  font-family: var(--heading-font);
  color: #003142;
  text-align: left;
  margin-top: 20px;
  padding-left: 15px;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5rem;
}

.heading-slider.no-margin {
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-slider {
  color: #e9967a;
  text-align: left;
  margin-left: 15px;
  font-size: .8rem;
}

.opacity-wrapp {
  background-color: #00000036;
  display: none;
  position: absolute;
  inset: 0%;
}

.apartments-section {
  overflow: hidden;
}

.image, .img-apartments {
  width: 100%;
}

.slider-apartments {
  background-color: #ddd0;
  height: auto;
  min-height: auto;
  margin-top: 60px;
}

.slide-ap {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
}

.image-2 {
  width: 100%;
}

.slide-none {
  display: none;
}

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

.arrow {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 17px;
  display: flex;
}

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

.slider-track {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: auto;
  transition: transform .5s;
  display: flex;
  position: relative;
}

.slidee {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.arrow-r {
  background-color: #b97575;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow-l {
  z-index: 10;
  cursor: pointer;
  background-color: #7a6060;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.name {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.slider-section {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 12%;
  display: flex;
  position: relative;
}

.box-shadow {
  z-index: -1;
  filter: blur(60px);
  background-color: #000000c7;
  width: 77%;
  height: 240px;
  position: absolute;
  bottom: 0;
}

.stories-text {
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.stories-text.small-text {
  margin-bottom: 2px;
  font-size: 13px;
}

.arrow-2 {
  color: #5e5e5e;
  width: 60px;
  height: 60px;
  font-size: 20px;
  inset: auto 12% -30% auto;
}

.arrow-2.right-arrow {
  width: 60px;
  height: 60px;
  right: 9%;
}

.erased-edge {
  z-index: 3;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.panel-mask {
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-panel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 750px;
  display: flex;
  position: relative;
}

.test-slide {
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  width: 310px;
  margin-left: 0;
  margin-right: 70px;
}

.nlogo {
  margin-bottom: 17px;
  display: block;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.mask-2 {
  width: 310px;
  overflow: visible;
}

.heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.heading.big-heading {
  font-size: 37px;
}

.heading.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.panel {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-container {
  position: absolute;
  inset: auto auto 7% 2.5%;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.text-container.right-container {
  z-index: 10;
  inset: 27% 3% auto auto;
}

.text-container.left-container {
  z-index: 10;
  inset: 29% auto auto 2%;
}

.text-container.center-container {
  z-index: 10;
  top: 7%;
}

.icon, .icon-2 {
  color: var(--color-text);
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 10px;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  height: auto;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading-2 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.main-img {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-imagee {
  width: 100%;
  height: 100%;
}

.slider-mask {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.slide-overlay {
  z-index: 1;
  background-color: #00000069;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.extra-img-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slider-2 {
  background-color: #0000;
  height: 35vh;
  overflow: hidden;
}

.slider-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.extra-img {
  width: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -97.5%;
}

.slider-arrow {
  background-color: #fff;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
}

.slider-arrow.right {
  color: var(--color-text);
  border-radius: 100px;
  top: 0;
  left: auto;
  right: 0;
}

.slider-arrow.left {
  border-radius: 100px;
}

.slide-2 {
  position: relative;
}

.slider-arrow-icon {
  color: var(--color-text);
  font-size: 22px;
}

.heading-3 {
  color: var(--background-color);
}

.overlayy {
  background-color: #0000005e;
  position: absolute;
  inset: 0%;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #e1e1e100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-3 {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider-3 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.clmns-ap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.clmns-ap.last-clmn {
  margin-bottom: 0;
}

.clmn-appp {
  height: auto;
  min-height: auto;
}

.photo-wrapper {
  position: relative;
}

.ap-text-blue {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1rem;
}

.click-see-btn {
  border: 1px solid var(--color-text);
  color: #ff8065;
  background-color: #3898ec00;
  padding: 12px 20px;
  font-size: 1rem;
}

.gallery-slider {
  border-bottom: 1px solid #00314233;
  width: 100%;
  margin-bottom: 0;
  padding: 80px 0;
  position: relative;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
  min-height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  border-bottom-right-radius: 5px;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  font-family: var(--heading-font);
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3rem;
  position: absolute;
  inset: auto auto 20% 5%;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-bottom: 40px;
  display: flex;
  left: -60px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-bottom: 40px;
  display: flex;
  right: -60px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.slider-images {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
}

.slides {
  width: 32%;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-none {
  background-color: #0000;
  margin-top: 20px;
  display: block;
  position: relative;
}

.img-apartmentss {
  width: 100%;
}

.icon-3 {
  color: var(--color-text);
  background-color: #fff;
  border-radius: 100px;
}

.l-arrow {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-end;
  width: 55px;
  height: 55px;
  margin: 0 20px;
  padding: 10px;
  display: none;
}

.r-arrow {
  justify-content: center;
  align-items: center;
  display: none;
}

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

.adress-text {
  color: #ff8065;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1rem;
}

.btn-learn-more {
  background-color: var(--background-color);
  color: var(--color-text);
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 10px;
  font-size: 1rem;
  display: flex;
}

.section-apartment {
  padding-top: 18vh;
}

.clmns-apartment {
  padding-right: 20px;
}

.clmn-describe {
  padding-left: 0;
  padding-right: 100px;
}

.clmn-cta {
  position: sticky;
  top: 60px;
}

.line {
  background-color: #00314240;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.three-clmns {
  color: #003142;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.same-clmn {
  display: flex;
}

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

.text-text {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.amenities-heading {
  font-family: var(--heading-font);
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.amenities-heading.bigger-margin {
  margin-top: 70px;
  margin-bottom: 30px;
}

.amenities-clmns {
  margin-bottom: 20px;
  display: flex;
}

.same, .image-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.apartment-heading {
  font-family: var(--heading-font);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.location-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.location-img {
  color: #003142;
  width: 30px;
  margin-right: 10px;
}

.location-text {
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: .8rem;
  text-decoration: underline;
}

.location-text.nodecor {
  text-align: center;
  font-weight: 400;
  text-decoration: none;
}

.text-next-img {
  color: #003142;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.cta-wrapper {
  border: 1px solid #00314266;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

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

.from-text {
  margin-right: 10px;
  font-weight: 600;
}

.price-text {
  font-family: var(--text-font);
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1rem;
}

.per-night-text {
  color: #00314280;
  font-weight: 600;
}

.accurate-price-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.small-img {
  width: 15px;
  margin-right: 7px;
}

.upit-text {
  font-size: .8rem;
  line-height: 1rem;
}

.request-button {
  color: var(--background-color);
  background-color: #e9967a;
  border: 1px solid #ff806580;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .15s;
  display: flex;
}

.request-button:hover {
  color: #e9967a;
  background-color: #e9967a00;
  border-color: #e9967a;
}

.number {
  color: var(--color-text);
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.phone-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.reveiew-heading {
  flex-flow: row;
  margin-bottom: 20px;
  display: flex;
}

.letter-wrraper {
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  padding: 5px;
}

.img-letter {
  color: #003142;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.name-review {
  font-family: var(--heading-font);
  font-size: 1.3rem;
  line-height: var(--text-height);
  font-weight: 500;
}

.date-text {
  font-family: var(--heading-font);
  margin-bottom: 15px;
}

.review-text {
  padding-right: 20px;
}

.review-wrappeer {
  border-bottom: 1px solid #b67b2e40;
  flex-flow: column;
  margin-right: 30px;
  padding: 15px 0 20px;
  display: flex;
}

.review-wrappeer.nomargin {
  margin-right: 0;
}

.review-columns {
  margin-bottom: 40px;
}

.same-clmns {
  padding-left: 15px;
  padding-right: 15px;
}

.apartments-name {
  font-family: var(--heading-font);
  color: var(--color-text);
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.m {
  color: #e9967a;
  margin-right: 4px;
  font-size: 3.8rem;
  font-weight: 400;
}

.ready-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  font-family: var(--heading-font);
  color: #e9967a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.text-blue {
  font-family: var(--heading-font);
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 2rem;
}

.cta-button {
  font-family: var(--heading-font);
  background-color: #e9967a;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 7px;
  padding: 15px 20px;
  font-weight: 400;
  transition: all .15s;
  display: flex;
}

.cta-button:hover {
  color: #e9967a;
  background-color: #e9967a00;
  border: 1px solid #e9967a;
}

.cta-button.alignmiddle {
  justify-content: center;
  align-items: center;
  width: 30%;
  font-size: 1.1rem;
  display: flex;
}

.request-btn {
  border: 1px solid var(--color-text);
  font-family: var(--heading-font);
  color: var(--color-text);
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 7px;
  padding: 15px 20px;
  font-weight: 400;
  transition: all .15s;
  display: flex;
}

.request-btn:hover {
  background-color: var(--color-text);
  color: var(--background-color);
}

.section-ready {
  background-color: #fff;
}

.footer {
  background-color: #3b393f;
}

.footer-clmns {
  border-bottom: 1px solid #ffffff40;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.clmn1-footer {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-footer {
  font-family: var(--heading-font);
  color: var(--background-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-footer {
  color: #ffffff80;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .15s;
}

.text-footer:hover {
  color: #fff;
}

.text-footer.norem-text {
  font-size: 1rem;
  line-height: 1.3rem;
}

.footer-img {
  width: 20px;
  margin-right: 10px;
}

.footer-wrapp {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

.social-wrapper {
  border: 1px solid #ffffff40;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  position: relative;
}

.social-wrapper:hover {
  border-color: #fff;
}

.link-social {
  position: absolute;
  inset: 0%;
}

.devuk {
  text-align: center;
  margin-top: 10px;
}

.devuk-text {
  color: var(--background-color);
  font-size: .9rem;
}

.h-flex-tiny {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  display: flex;
}

.center-wrap {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-weight-bold {
  font-family: var(--heading-font);
  font-weight: 600;
}

.gallery_lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.slide_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  min-height: 25rem;
  max-height: 25rem;
  display: block;
}

.slide-btn-txt {
  z-index: 2;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
}

.slider-wrap-2 {
  background-color: #0000;
  width: 670px;
  height: auto;
  position: static;
}

.slider-left-arrow-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: .75rem;
  font-size: 1.375rem;
  display: flex;
}

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  text-decoration: none;
}

.slider-left-arrow-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.css-for-blur {
  display: none;
}

.slider-content_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  max-width: 33rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.slider-icon {
  color: #ff8065;
}

.button-overlay {
  z-index: 1;
  background-color: #414141;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-overlay.is-grey {
  background-color: #000;
  width: 101%;
}

.slide-navigation {
  display: none;
}

.gallery_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 42px #0000000f, 0 0 23px #0000000a;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-icon.is-transparent {
  z-index: 1;
  background-color: #0000;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.button.is-icon.is-transparent.is-small-mobile {
  overflow: hidden;
}

.slider-content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(0deg, #000, #30303000 49%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-right-arrow-2 {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  align-items: center;
  width: auto;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.slider-text-item {
  margin-top: 5px;
}

.slide_item {
  height: auto;
}

.slider-mask-2 {
  min-height: auto;
  position: static;
  overflow: visible;
}

.slide_content_wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-container-2 {
  min-height: 300px;
  padding: 4rem 40px 4rem 0;
  position: relative;
  overflow: hidden;
}

.slider-text-2 {
  font-family: var(--heading-font);
  letter-spacing: .01em;
  font-size: 1.625rem;
}

.slider-right-arrow-wrap {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.testimonial_rang {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.heading-wrapper-apartmetns {
  padding-top: 0;
}

.big-m {
  color: #ff8065;
  font-size: 4rem;
  line-height: 4rem;
}

.two-apartments-clmns {
  margin-top: 80px;
}

.two-same-clmns {
  padding-left: 20px;
  padding-right: 20px;
}

.slider-apart {
  background-color: #ddd0;
  height: auto;
  min-height: auto;
}

.img-apartment-slider {
  border-radius: 5px;
  height: 99.9998%;
}

.slide-nav-3, .slide-nav-4 {
  display: none;
}

.absolute-opacity {
  background-image: linear-gradient(#fff0 51%, #000000a3 90%);
  position: absolute;
  inset: 0%;
}

.absolute-heading {
  font-family: var(--text-font);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  position: absolute;
  bottom: 22%;
  left: 7%;
}

.absolute-subheading {
  font-family: var(--text-font);
  color: #fff;
  font-size: 1.1rem;
  line-height: var(--text-height);
  font-weight: 700;
  position: absolute;
  inset: auto 5% 8% auto;
}

.absolute-button {
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-2 {
  font-family: var(--text-font);
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  font-weight: 600;
  transition: all .25s;
  position: absolute;
  inset: auto auto 8% 7%;
}

.button-2:hover {
  border-color: var(--color-text);
  color: var(--color-text);
  background-color: #fff;
}

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

.drop-toggle {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  display: flex;
}

.drop-down {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-navbar {
  text-transform: none;
  font-weight: 600;
}

.icon-6 {
  position: relative;
}

.arow-navbar {
  color: #003142;
  width: 1.1rem;
  height: 1.3rem;
  margin: 0 0 0 5px;
  position: relative;
}

.dropdown-list {
  background-color: #f1ab93;
  margin-top: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  overflow: hidden;
}

.dropdown-list.w--open {
  border: 1px solid var(--color-text);
  background-color: #fff;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.dropdown-link {
  color: var(--color-text);
  text-transform: none;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: var(--background-color);
}

.dropdown-link.first-link {
  color: var(--color-text);
  text-transform: none;
  padding-top: 20px;
  padding-right: 30px;
  font-weight: 600;
}

.dropdown-link.first-link:hover {
  background-color: var(--background-color);
}

.dropdown-link.last-link {
  padding-bottom: 20px;
}

.absolute-link {
  position: absolute;
  inset: 0%;
}

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

.form-form {
  padding-left: 0;
  padding-right: 0;
}

.blue-text-bigger {
  color: #003142;
  padding-right: 60px;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.wrapper-phone-mail {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.wrapper-phone-mail.smaller-padding {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.img-phone-mail {
  color: #003142;
  width: 3.5rem;
  margin-right: 20px;
}

.heading-5 {
  margin-top: 0;
}

.phone-mail-heading {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.form {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sucess-msg {
  background-color: #ddd0;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.error-msg {
  background-color: #ffdede00;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color-text);
  color: var(--color-text);
  background-color: #fff0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 1rem;
}

.text-field::placeholder {
  color: var(--color-text);
}

.text-field.nomarginleft {
  margin-right: 0;
}

.input {
  border: 1px solid var(--color-text);
  font-family: var(--text-font);
  color: #003142;
  background-color: #fff0;
  border-radius: 100px;
  width: 95%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 12px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.submit-btn {
  font-family: var(--heading-font);
  color: var(--background-color);
  cursor: pointer;
  background-color: #e9967a;
  width: 35%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.1rem;
  transition: all .15s;
}

.date-picker {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--color-text);
  color: var(--color-text);
  background-color: #fff0;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 8px 0 8px 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  display: flex;
}

.date-picker::placeholder {
  color: var(--color-text);
}

.date-picker.nomarginleft {
  margin-right: 0;
}

.datepicker-wrapper {
  position: relative;
}

.unsuccess-text {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.buttons-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.phone-mail-lin {
  position: relative;
}

.link-phone-mail {
  position: absolute;
  inset: 0%;
}

.vh70 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  border-radius: 10px;
}

.two-hero-clmns {
  width: 100%;
}

.hero-clmn-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.hero-clmn-img {
  padding-left: 0;
  padding-right: 0;
}

.hero-img {
  border-radius: 5px;
}

.language-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.flags {
  width: 30px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  position: relative;
}

.flag-text {
  font-size: var(--text-size);
}

.flags-img {
  width: 40px;
}

.language-links {
  position: absolute;
  inset: 0%;
}

.recaptcha-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .slider-section {
    display: none;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .slider-2 {
    height: 24vh;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slider-mask-2 {
    min-height: auto;
  }

  .slider-container-2 {
    min-height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-2 {
    font-size: 1.75rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slider-wrap-2 {
    width: 100%;
  }

  .gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button.is-icon.is-transparent.is-small-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .slider-content {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .slider-text-item {
    display: none;
  }

  .slider-mask-2 {
    min-height: auto;
  }

  .slider-container-2 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-text-2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
    padding: 40px 0;
  }

  .container.ready-cont {
    max-width: 96%;
  }

  .hero-section {
    height: 80vh;
  }

  .navbar {
    padding-top: 20px;
    top: auto;
    left: auto;
    right: auto;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-link {
    color: var(--background-color);
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .nav-link.contact.nomargin {
    margin-right: 0;
    line-height: 1.5rem;
    position: static;
  }

  .brand.w--current {
    z-index: 10;
  }

  .logo-img {
    width: 80%;
  }

  .hero-container {
    max-width: 90%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    text-align: left;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .small-hero-heading.nopadding {
    text-align: left;
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.5rem;
  }

  .hero-btn {
    width: 60%;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .section-two {
    background-color: #fff;
  }

  .clmn-first {
    margin-bottom: 15px;
  }

  .three-clmns-wrapper {
    color: #003142;
  }

  .white-text {
    font-size: 1rem;
  }

  .white-heading {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .blue-heading {
    text-align: left;
    width: 100%;
    font-size: 2rem;
  }

  .blue-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .columns-kalikratia {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .clmn-same {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-1 {
    width: 93%;
  }

  .heading-slider {
    font-size: 1.2rem;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slides {
    width: 80%;
    margin-left: 0;
    margin-right: 15px;
  }

  .section-apartment {
    padding-top: 40px;
  }

  .clmns-apartment, .clmn-describe {
    padding-right: 0;
  }

  .three-clmns {
    flex-flow: row;
  }

  .apartment-heading {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .location-img {
    width: 26px;
    margin-right: 5px;
  }

  .location-text {
    font-size: .9rem;
    line-height: .9rem;
  }

  .text {
    font-size: 1rem;
  }

  .text-next-img {
    margin-right: 20px;
    font-size: .9rem;
  }

  .review-text {
    font-size: 1rem;
  }

  .apartments-name {
    font-size: 1.3rem;
  }

  .m {
    margin-right: 0;
    font-size: 3rem;
  }

  .text-blue {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .cta-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin-right: 5px;
    padding: 10px 20px;
    display: flex;
  }

  .cta-button.alignmiddle {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 10px 15px;
    font-size: 1rem;
    display: flex;
  }

  .request-btn {
    border-color: #003142;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: 5px;
    padding: 10px 15px;
    font-size: 1rem;
    display: flex;
  }

  .footer-clmns {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .clmn1-footer, .clmn2-foote, .clmn3-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    margin-bottom: 20px;
  }

  .footer-wrapper.nomargin {
    margin-bottom: 0;
  }

  .heading-footer {
    margin-bottom: 20px;
  }

  .slider-container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .two-apartments-clmns {
    margin-top: 40px;
  }

  .two-same-clmns {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .absolute-heading {
    font-size: 1.7rem;
    line-height: 2rem;
    bottom: 23%;
  }

  .absolute-subheading, .button-2 {
    bottom: 6%;
  }

  .icon-4 {
    font-size: 1.8rem;
  }

  .icon-5 {
    margin-top: 110px;
    font-size: 1.8rem;
  }

  .navmenu {
    background-color: #003142;
    min-width: 60vw;
    min-height: 70vh;
    max-height: 90vh;
    padding-top: 100px;
  }

  .drop-toggle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: flex;
  }

  .drop-down {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-navbar {
    color: var(--background-color);
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .arow-navbar {
    color: ivory;
  }

  .dropdown-list {
    flex-flow: column;
    position: relative;
    top: auto;
    left: auto;
  }

  .dropdown-list.w--open {
    background-color: #105871;
    border-style: none;
    margin-top: 0;
    padding-left: 0;
    display: block;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .dropdown-link {
    color: var(--background-color);
    background-color: #fff0;
    padding-left: 30px;
    padding-right: 0;
    font-size: 1rem;
  }

  .dropdown-link:hover {
    background-color: #fffff000;
  }

  .dropdown-link.first-link {
    color: var(--background-color);
    background-color: #fff0;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .dropdown-link.first-link:hover, .dropdown-link.last-link:hover {
    background-color: #fffff000;
  }

  .clmn-form {
    display: block;
  }

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

  .wrapper-phone-mail {
    padding-top: 30px;
  }

  .img-phone-mail {
    width: 2.7rem;
  }

  .text-field {
    width: 96%;
  }

  .submit-btn {
    width: 100%;
  }

  .date-picker {
    width: 96%;
  }

  .buttons-wrapper {
    width: 100%;
    display: flex;
  }

  .hero-clmn-text {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .language-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-left: 20px;
    position: static;
  }

  .flags {
    width: 30px;
  }

  .flags-img {
    position: relative;
  }

  .language-links {
    z-index: 25;
  }

  .menu-button {
    width: 65px;
    padding: 5px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #c8c8c800;
  }

  .icon-7, .icon-8, .icon-9 {
    font-size: 1.8rem;
  }

  .icon-10, .icon-11 {
    margin-top: 110px;
    font-size: 1.8rem;
  }
}


@font-face {
  font-family: 'Testtiemposheadline';
  src: url('../fonts/TestTiemposHeadline-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testtiemposheadline';
  src: url('../fonts/TestTiemposHeadline-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Testtiemposheadline';
  src: url('../fonts/TestTiemposHeadline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testtiemposheadline';
  src: url('../fonts/TestTiemposHeadline-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Testtiemposheadline';
  src: url('../fonts/TestTiemposHeadline-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Testtiemposheadline';
  src: url('../fonts/TestTiemposHeadline-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}