@font-face {
  font-family: "Noto Sans Georgian Semi Condensed Medium";
  src: url("../fonts/NotoSansGeorgian_SemiCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Alk Tall Mmtavruli";
  src: url("../fonts/alk-tall-mtavruli-webfont.eot") format("embedded-opentype"), url("../fonts/alk-tall-mtavruli-webfont.ttf") format("truetype"), url("../fonts/alk-tall-mtavruli-webfont.woff") format("woff"), url("../fonts/alk-tall-mtavruli-webfont.woff2") format("woff2"), url("../fonts/alk-tall-mtavruli-webfont.svg") format("svg");
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 575.98px) {
  html {
    font-size: 13px;
  }
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.story-header-hover-area {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
  height: 3vw;
}

.story-header {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.7vw;
  padding: 3vw 2.15vw;
  transition: top 0.3s ease;
}
@media (max-width: 575.98px) {
  .story-header {
    height: auto;
  }
}
.story-header .menu-items {
  display: flex;
  align-items: center;
}
.story-header .language-switcher {
  display: flex;
  align-items: center;
}
.story-header .language-switcher a {
  display: flex;
  text-decoration: none;
  font-family: "Alk Tall Mmtavruli", sans-serif;
  color: black;
  font-size: 26px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .story-header .language-switcher a {
    font-size: 18px;
  }
}
.story-header .language-switcher a:hover {
  opacity: 1;
}
.story-header .language-switcher span {
  margin: 0 6px;
}
.story-header.hidden {
  top: -7.5vw;
}
.story-header.show {
  top: 0;
}
.story-header .logos {
  display: flex;
  align-items: center;
}
.story-header .plazm-logo,
.story-header .site-logo {
  display: flex;
  margin-right: 1.8vw;
}
.story-header .plazm-logo svg,
.story-header .site-logo svg {
  height: 100%;
}
.story-header .plazm-logo {
  height: 4vw;
}
@media (max-width: 575.98px) {
  .story-header .plazm-logo {
    height: 38px;
  }
}
.story-header .site-logo {
  height: 2.7vw;
}
@media (max-width: 575.98px) {
  .story-header .site-logo {
    height: 22px;
  }
}

.section {
  position: relative;
}

.plazma {
  margin-bottom: 20vw;
  padding-bottom: 16vw;
}
@media (max-width: 575.98px) {
  .plazma {
    padding-bottom: 33vw;
  }
}
.plazma .plazma-background {
  width: 100%;
  padding-bottom: 66%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  top: 16vw;
}
@media (max-width: 575.98px) {
  .plazma .plazma-background {
    padding-bottom: 112%;
    background-size: auto 100%;
    top: 33vw;
  }
}
.plazma .postcards {
  top: 4vw;
  width: 100vw;
  position: absolute !important;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .plazma .postcards {
    top: 56px;
  }
}
.plazma .postcards > * {
  width: 100%;
}
@media (max-width: 575.98px) {
  .plazma .postcards > * {
    width: 110vw;
    margin-left: -5vw;
  }
}
.plazma .postcards svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.plazma .postcards svg path {
  fill: transparent;
  cursor: pointer;
  translate: 0 239px;
}
.plazma .headline-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56vw;
  width: 100vw;
  position: absolute;
  top: 0;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .plazma .headline-wrapper {
    top: 30vh;
  }
}
.plazma .plazma-headline {
  position: relative;
  width: 94vw;
  padding: 1.5% 0;
  z-index: 12;
  background-image: url("../uploads/plazma/homepage/plazma-headline.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .plazma .plazma-headline {
    background-image: url("../uploads/plazma/homepage/plazma-headline-mob.png");
    padding: 12% 0;
  }
}

html:lang(en) .plazma-headline {
  background-image: url("../uploads/plazma/homepage/plazma-headline-en.png");
}
@media (max-width: 575.98px) {
  html:lang(en) .plazma-headline {
    background-image: url("../uploads/plazma/homepage/plazma-headline-mob-en.png");
  }
}

.full-postcard-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 575.98px) {
  .full-postcard-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.full-postcard {
  position: fixed;
  width: 56vw;
  bottom: 5vh;
  left: 22vw;
  z-index: 100;
  pointer-events: all;
}
@media (max-width: 575.98px) {
  .full-postcard {
    position: relative;
    left: auto;
    width: 96%;
    max-height: 100%;
  }
}

.slider-section {
  height: 100vh !important;
}

.simple-section .section-image {
  position: relative;
}

.simple-section .section-content {
  top: 0;
  z-index: 800;
}

.thumbnail-slider-section {
  display: flex;
}

.modal-menu-btn {
  width: 3.5vw;
  height: 1.5vw;
  transition-duration: 0.5s;
  position: relative;
  margin-right: 2vw;
}
@media (max-width: 575.98px) {
  .modal-menu-btn {
    width: 22px;
    height: 7px;
    margin-right: 14px;
  }
}
.modal-menu-btn .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.modal-menu-btn .icon:before, .modal-menu-btn .icon:after {
  transition-duration: 0.5s;
  width: 100%;
  height: 3px;
  background-color: black;
  content: "";
}
@media (max-width: 575.98px) {
  .modal-menu-btn .icon:before, .modal-menu-btn .icon:after {
    height: 1px;
  }
}
.modal-menu-btn.open .icon {
  transition-duration: 0.5s;
}
.modal-menu-btn.open .icon:before {
  transform: rotateZ(45deg) translate(0.48vw, 0.48vw);
}
.modal-menu-btn.open .icon:after {
  transform: rotateZ(-45deg) translate(0.48vw, -0.48vw);
}
.modal-menu-btn:hover {
  cursor: pointer;
}

.modal-menu {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  pointer-events: all;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  align-items: center;
  justify-content: center;
}
.modal-menu .modal-close-btn {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
}
.modal-menu .modal-close-btn:before, .modal-menu .modal-close-btn:after {
  content: "";
  position: absolute;
  top: 1.9vw;
  left: 0;
  right: 0;
  height: 2px;
  background: black;
  border-radius: 2px;
  display: block;
}
.modal-menu .modal-close-btn:before {
  transform: rotate(45deg);
}
.modal-menu .modal-close-btn:after {
  transform: rotate(-45deg);
}
.modal-menu .modal-menu-items {
  height: 80%;
}

.simple-section .headline-wrapper {
  background-color: white;
}

.animated-section-bg {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

footer {
  width: 100%;
  height: 7.4vw;
  display: flex;
  align-items: center;
  padding-left: 3rem;
}
@media (max-width: 575.98px) {
  footer {
    height: 50px;
    padding-left: 20px;
  }
}
footer .social-links {
  list-style: none;
  display: flex;
}
footer .social-links .social-link {
  color: black;
  margin-right: 1em;
}
footer .social-links .social-link .fa-brands {
  font-size: 1.5vw;
}
@media (max-width: 575.98px) {
  footer .social-links .social-link .fa-brands {
    font-size: 20px;
  }
}

.plazma-intro {
  width: 100vw;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.plazma-intro .pi-two-columns {
  display: flex;
  align-items: start;
}
@media (max-width: 575.98px) {
  .plazma-intro .pi-two-columns {
    flex-direction: column;
  }
}
.plazma-intro .pi-two-columns > div {
  height: 100%;
  position: relative;
}
.plazma-intro .pi-two-columns > .pi-media {
  display: flex;
  width: 55%;
}
.plazma-intro .pi-two-columns > .pi-media .video-wrapper {
  width: 88%;
  margin: 2.5vw 0 0 1vw;
}
.plazma-intro .pi-two-columns > .pi-media .video-wrapper .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.plazma-intro .pi-two-columns > .pi-media .video-wrapper .video-container video, .plazma-intro .pi-two-columns > .pi-media .video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 575.98px) {
  .plazma-intro .pi-two-columns > .pi-media {
    width: 100%;
  }
  .plazma-intro .pi-two-columns > .pi-media .video-wrapper {
    width: 100%;
    margin: 30px 0;
  }
}
.plazma-intro .pi-two-columns > .pi-content {
  height: auto;
  padding: 0 4vw 0 5vw;
  width: 45%;
  text-align: justify;
}
.plazma-intro .pi-two-columns > .pi-content .pi-headline {
  font-size: 3rem;
  margin-top: 8px;
  margin-bottom: 22px;
}
.plazma-intro .pi-two-columns > .pi-content .pi-content-wrapper {
  margin-bottom: 2rem;
}
.plazma-intro .pi-two-columns > .pi-content .pi-content-wrapper p {
  font-size: 1.1rem;
  margin-bottom: 0.3em;
  line-height: 1.8em;
}
@media (max-width: 575.98px) {
  .plazma-intro .pi-two-columns > .pi-content {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .simple-section .section-sub-headline {
    padding: 0;
    text-align: left;
    font-size: 11px;
    margin: 0 8px;
  }
}

[data-slug=saghamos-simghera] .headline-wrapper,
[data-slug=ra-kargia] .headline-wrapper,
[data-slug=check-out] .headline-wrapper {
  padding: 40px 0;
}
[data-slug=saghamos-simghera] .headline-wrapper .section-headline-image,
[data-slug=ra-kargia] .headline-wrapper .section-headline-image,
[data-slug=check-out] .headline-wrapper .section-headline-image {
  width: 56vw;
  margin-left: 27px;
}
[data-slug=saghamos-simghera] .section-content,
[data-slug=ra-kargia] .section-content,
[data-slug=check-out] .section-content {
  width: 80%;
}

@media (max-width: 575.98px) {
  [data-slug=shemokmedebiti-jgufi] .two-columns-wrapper {
    flex-direction: column;
  }
  [data-slug=shemokmedebiti-jgufi] .two-columns-wrapper > div {
    width: 100%;
  }
  [data-slug=shemokmedebiti-jgufi] .two-columns-wrapper .section-content {
    padding: 2rem !important;
  }
  [data-slug=shemokmedebiti-jgufi] .two-columns-wrapper .section-image {
    margin: 0 !important;
  }
}

/*# sourceMappingURL=styles.css.map */
