@font-face {
  font-family: "NewYork";
  src: url("../fonts/new-york/NewYork.eot");
  src: local("NewYork"), url("../fonts/new-york/NewYork.eot?#iefix") format("embedded-opentype"), url("../fonts/new-york/NewYork.woff2") format("woff2"), url("../fonts/new-york/NewYork.woff") format("woff"), url("../fonts/new-york/NewYork.ttf") format("truetype"), url("../fonts/new-york/NewYork.svg#NewYork") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

.selector {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.selector > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.selector > a:hover .background {
  transform: scale(0.85);
}
.selector-left, .selector-right {
  position: relative;
  height: 100%;
}
.selector-left-background, .selector-right-background {
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}
.selector-left-background img, .selector-right-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.selector-left-logo, .selector-right-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
.selector-left h2 {
  font-size: 46px;
  letter-spacing: 0;
  line-height: 5.104vw;
  text-align: center;
  transform: translateY(0);
  color: #FFFFFF;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  font-weight: 300;
  margin: 0;
  left: 0;
  padding: 0 20px;
  bottom: 50px;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.selector-left h2 span {
  width: auto;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selector-left h2 span::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  height: calc(100% + 20px);
  max-width: 520px;
  top: -17px;
  width: 100%;
  transform: translateX(0px);
}
.selector-left h2 span::after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  height: 100%;
  max-width: 540px;
  top: -7px;
  width: 100%;
}
.selector-left > img {
  position: absolute;
  right: 60px;
  transform: translateX(0);
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.selector-left:hover h2 {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  transform: translateY(-80px);
}
.selector-left:hover > img {
  opacity: 1;
  visibility: visible;
  transform: translateX(-60px);
  z-index: 50;
}
.selector-right h2 {
  color: #FFFFFF;
  font-family: "NewYork", sans-serif;
  font-size: 7.292vw;
  line-height: 4.688vw;
  letter-spacing: 0;
  position: absolute;
  font-weight: 300;
  margin: 0;
  left: 50px;
  top: 50px;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.selector-right > img {
  position: absolute;
  right: 60px;
  transform: translateX(0);
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.selector-right:hover h2 {
  opacity: 1;
  visibility: visible;
  line-height: 7.813vw;
  z-index: 50;
}
.selector-right:hover > img {
  opacity: 1;
  visibility: visible;
  transform: translateX(-60px);
  z-index: 50;
}

@media (max-width: 1440px) {
  .selector-left h2 {
    font-size: 36px;
  }
  .selector-left h2 span::before {
    max-width: 440px;
  }
  .selector-left h2 span::after {
    max-width: 460px;
  }
}
@media (max-width: 1300px) {
  .selector-left h2 {
    font-size: 26px;
  }
  .selector-left h2 span::before {
    max-width: 300px;
  }
  .selector-left h2 span::after {
    max-width: 320px;
  }
  .selector-left > img {
    right: 10px;
  }
}
@media (max-width: 1080px) {
  .selector-left > img,
.selector-right > img {
    right: 0;
    width: 80px;
    height: 40px;
  }

  .selector-left-logo img,
.selector-right-logo img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 800px) {
  .selector-left h2 {
    bottom: 30px;
  }
  .selector-left h2 span::before, .selector-left h2 span::after {
    display: none;
  }
  .selector-left > img {
    display: none;
  }
  .selector-left:hover h2 {
    transform: translateY(0);
  }
}
@media (max-width: 700px) {
  .selector > a:hover .background {
    transform: scale(1);
  }

  .selector-left h2,
.selector-right h2 {
    opacity: 1;
    visibility: visible;
    z-index: 50;
    line-height: initial;
  }

  .selector-left > img {
    display: none;
  }

  .selector-right h2 {
    width: 100%;
    text-align: center;
    left: 0;
    top: 20px;
  }
  .selector-right > img {
    display: none;
  }
  .selector-right:hover h2 {
    line-height: initial;
  }
}
@media (max-width: 450px) {
  .selector {
    flex-direction: column;
  }
  .selector > a {
    width: 100%;
    height: 50%;
  }

  .selector-left h2 {
    font-family: "NewYork", sans-serif;
    text-transform: initial;
  }

  .selector-right h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .selector-right-logo {
    align-items: flex-end;
  }
  .selector-right-logo img {
    margin: 0 0 40px 0;
  }
}
@media (max-height: 400px) {
  .selector-right-logo {
    align-items: flex-end;
  }
  .selector-right-logo img {
    margin: 0 0 40px 0;
  }
}

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