/* Tomato Grotesk Light */
@font-face {
  font-family: "Tomato Grotesk";
  src: url("../fonts/TomatoGroteskLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/TomatoGroteskLight.eot?#iefix") format("embedded-opentype"), url("../fonts/TomatoGroteskLight.woff2") format("woff2"), url("../fonts/TomatoGroteskLight.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Tomato Grotesk Light */
@font-face {
  font-family: "Hatton";
  src: url("../fonts/Champagne-_-Limousines.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Champagne";
  /* IE9 Compat Modes */
  src: url("../fonts/Champagne-_-Limousines.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.hatton {
  font-family: "hatton", serif;
  font-weight: 300;
}

.tomato {
  font-family: "Tomato Grotesk", serif;
  font-weight: 300;
}

.main-content .top-image {
  position: relative;
}
.main-content .top-image img {
  width: 100%;
}
.main-content .top-image .top-image-text-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #FFFFFF;
}
.main-content .top-image .top-row {
  padding-top: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .top-image .top-row button {
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FCFCFC;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}
.main-content .top-image .bottom-row {
  display: flex;
  padding-bottom: 50vh;
  align-items: center;
  padding-right: 10vw;
  padding-left: 10vw;
  justify-content: space-evenly;
}
.main-content .top-image .title {
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  max-width: 890px;
  padding-bottom: 40px;
}
.main-content .top-image .big-l22 {
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 130px;
  line-height: 240px;
  color: #FFFCFC;
}
.main-content .top-image .section-title {
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 69px;
  text-transform: uppercase;
  color: #FFFFFF;
  align-self: flex-start;
}
.main-content .top-image .section-text {
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  max-width: 580px;
}
.main-content .top-image .section-text::first-letter {
  margin-right: 15px;
  margin-bottom: -25px;
  float: left;
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 130px;
  line-height: 125px;
  color: #FFFCFC;
}

body {
  background: white;
  cursor: none;
}

.cursor-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 999;
}

.cursor {
  width: 1vw;
  height: 1vw;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform;
  background-color: #fff;
  z-index: 998;
}
.cursor.hide {
  background-color: transparent;
}

/*
.cursor::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 8px solid gray;
  border-radius: 50%;
  opacity: .5;
  top: -8px;
  left: -8px;
 // animation: cursorAnim2 .5s infinite alternate;
}

 */
@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.expand {
  animation: cursorAnim3 0.5s forwards;
  border: 1px solid black;
}
.header-top.diff {
  mix-blend-mode: difference;
}
.header-top {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  align-items: center;
  color: #000;

  text-transform: uppercase;
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  letter-spacing: 0.05em;
}
.btn-book-header.diff {
  mix-blend-mode: difference;
}
.btn-book-header {
  position: fixed;
  top: 75px;
  right: 25px;

  z-index: 9999;
  color: #fff;
  text-transform: uppercase;
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.btn-book-header a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.header-top img {
  height: 110px;
  margin-top:40px;
}
.header-top a {
  color: #000;
  text-decoration: none;
}

.slider-rooms {
  width: 100vw;
}
.slider-rooms .slider-rooms-inner {
  width: 100vw;
}
.slider-rooms .slider-rooms-inner .text-area {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 10vw;
  padding-left: 10vw;
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  z-index:1;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #020000;
}
.slider-rooms .slider-rooms-inner .text-area h2 {
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  color: #020000;
}
.slider-rooms .slider-rooms-inner .slider-items-rooms-area {
  position: relative;
  padding-bottom:150px;
}
.slider-rooms .slider-rooms-inner .slider-items-rooms-area .slider-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 200px;
  line-height: 240px;
  text-align: center;
  color: #FFFCFC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-rooms .slider-rooms-inner .slider-items-rooms-area .slider-title > div {
  max-width: 60vw;
  mix-blend-mode: difference;
}
.slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: hidden;
}
.slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 80vw;
  height: 80vh;
  padding: 25px;
  padding-right: 100px;
}
.slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room .room-title {
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room img {
  width: auto;
  height: 60vh;
}

.section-exp .section-exp-inner {
    margin-top: 5vh;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.section-exp .section-exp-inner .section-text-area {
  z-index: 9;
  padding: 25px;
}
.section-exp .section-exp-inner h2 {
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #020000;
}
.section-exp .section-exp-inner .exp-big-title {
  padding-top: 20px;
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15.2777777778vw;
  line-height: 15.2777777778vw;
  text-align: center;
  color: #020000;
  z-index: 9;
}
.section-exp .section-exp-inner .exp-row {
  display: flex;
  justify-content: space-evenly;
  background: #F9F9F9 ;
  padding-top: 80vh;
  margin-top: -94vh;
  padding-bottom: 60px;
  z-index: 0;
}

.section-exp .section-exp-inner .row-rev{
    
    flex-direction: row-reverse;
    
    
}

.section-exp .section-exp-inner .exp-row .col-1 {
  padding: 10vw 15vw;
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  letter-spacing: 0.05em;
  color: #020000;
}
.section-exp .section-exp-inner .exp-row .col-1::first-letter {
  margin-right: 15px;
  margin-bottom: -25px;
  float: left;
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 130px;
  line-height: 125px;
  color: #020000;
}
.section-exp .section-exp-inner .exp-row .col {
  width: 50vw;
}
.section-exp .section-exp-inner .exp-row .col img {
  width: 608px;
  height: 660px;
}

footer {
  padding: 100px 8vw;
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #020000;
}
footer .footer-header {
  /*padding-top: 20px;*/
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 85px;
  line-height: 107px;
  text-align: center;
  text-transform: uppercase;
  color: #020000;
  padding-bottom: 75px;
}
footer a {
  text-decoration: none;
  color: #020000;
}
footer .footer-row {
  padding: 40px 40px;
  display: flex;
  justify-content: space-between;
}


footer > * {
 flex: 1;
}




footer h3 {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 25px;
}
footer p {
  margin-bottom: 20px;
}
footer .small-text {
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #020000;
}

.slider-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d9d9d9;
  opacity: 1;
  position: relative;
}
.slider-images a {
  cursor: none;
}
.slider-images .overlay-text {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  height: 100vh;
}
.slider-images .overlay-text > div {
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.slider-images .slider-images-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 60;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.slider-images .slider-images-inner .slider-images-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  min-height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  will-change: transform;
  transform-style: preserve-3d;
}
.slider-images .slider-images-inner .slider-images-items .slider-images-item {
  max-width: 100%;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  cursor: none;
  will-change: transform;
  transform-style: preserve-3d;
}
.slider-images .slider-images-inner .slider-images-items .slider-images-item .slide-image {
  height: 120vh;
  width: 100%;
}
.slider-images .slider-images-inner .slider-images-items .slider-images-item .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}

.main-content-inner {
  background: #F0EDEB;
  min-height: 100vh;
}
.main-content-inner .actions-close {
  position: absolute;
  top: 50px;
  right: 150px;
}
.main-content-inner .btn-popup-close {
  display: block;
  height: 61px;
  width: 123px;
  text-indent: -9999px;
  background-image: url("/static/icons/close.svg");

}
.main-content-inner .main-inner-header {
  width: 100vw;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px;
  mix-blend-mode: difference;
}
.main-content-inner .main-text-inner-area {
  padding: 50px;
}
.main-content-inner .main-text-inner-area .text-area {
  display: block;
  width: 100%;
  min-height: 350px;
}
.main-content-inner .text-area h2 {
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 69px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.main-content-inner .text-area p {
  padding-top: 100px;
  font-family: "Tomato Grotesk", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #020000;
  max-width: 580px;
}
.main-content-inner .text-area p::first-letter {
  margin-right: 15px;
  margin-bottom: -25px;
  float: left;
  font-family: "hatton", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 130px;
  line-height: 125px;
  color: #020000;
}
.main-content-inner .section-photos-1 {
  display: flex;
}
.main-content-inner .section-photos-1 .image-area {
  overflow: hidden;
  padding: 5px;
}
.main-content-inner .section-photos-1 img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  will-change: transform;
  transform-style: preserve-3d;
}
.main-content-inner .section-photos-1 .img-area-1 {
  width: 40%;
  display: flex;
}
.main-content-inner .section-photos-1 .img-area-2 {
  width: 60%;
}
.main-content-inner .section-photos-1 .img-1 {
  width: 35%;
  height: 20vw;
}
.main-content-inner .section-photos-1 .img-2 {
  width: 65%;
  height: 40vw;
}
.main-content-inner .section-photos-1 .img-3 {
  width: 100%;
  height: 100vw;
}
.main-content-inner .section-photos-2 {
  display: flex;
}
.main-content-inner .section-photos-2 .image-area {
  overflow: hidden;
  padding: 5px;
}
.main-content-inner .section-photos-2 img {
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  will-change: transform;
  transform-style: preserve-3d;
}
.main-content-inner .section-photos-2 .img-area-1 {
  width: 80%;
  display: flex;
}
.main-content-inner .section-photos-2 .img-area-2 {
  width: 20%;
}
.main-content-inner .section-photos-2 .img-1 {
  width: 100%;
  height: 100vw;
}
.main-content-inner .section-photos-2 .img-2 {
  width: 100%;
  height: 30vw;
}
.main-content-inner .section-photos-2 .img-2 img {
  border-radius: 100vw;
  object-fit: fill;
}

.off-mobile {
  display: none;
}

@media screen and (max-width: 1280px) {
  body {
    position: relative;
  }

  .off-mobile {
    display: none;
  }

  .header-top {
    text-align: center;
    justify-content: center;
  }
  .header-top img{

  height: 80px;
    }

 .btn-book-header{
    top: 65px;

  }
  .btn-book-header a{
    font-size: 14px;
  }

  .main-content .top-image .title {
    font-size: 40px;
    line-height: 60px;
  }

  .main-content .top-image .bottom-row {
    flex-direction: column;
  }

  .main-content .top-image .section-title {
    font-size: 40px;
    line-height: 50x;
    text-align: center;
    align-self: center;
  }

  .main-content .top-image .section-text {
    padding-top: 15px;
    max-width: 100%;
  }

  .slider-rooms .slider-rooms-inner .text-area h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .slider-rooms .slider-rooms-inner .slider-items-rooms-area {
    display: flex;
    flex-direction: column-reverse;
        padding-bottom: 50px;
  }

  .slider-rooms .slider-rooms-inner .slider-items-rooms-area .slider-title {
    position: relative;
    font-size: 80px;
    line-height: 90px;
  }

  .section-exp .section-exp-inner .exp-big-title {
    font-size: 60px;
    line-height: 65px;
  }

  .slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room img {
    height: auto;
    width: 100%;
  }

  .slider-items-rooms {
    overflow-x: hidden;
    height: auto !important;
    padding-bottom: 300px;
  }

  .slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner {
    position: relative;
    top: 0;
    overflow: scroll;
    flex-direction: column;
  }

  .slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room {
    position: relative;
  }

  .section-exp .section-exp-inner h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .section-exp .section-exp-inner .exp-row {
    flex-direction: column;
  }

  .section-exp .section-exp-inner .exp-row .col {
    width: 100%;
  }

  .section-exp .section-exp-inner .exp-row .col-1 {
    padding: 50px 20px;
    width: 80%;
    margin: 0 auto;
  }

  .section-exp .section-exp-inner .exp-row .col-2 {
    padding: 50px 20px;
    width: calc(100% - 40px);
    text-align: center;
  }

  .section-exp .section-exp-inner .exp-row {
    padding-top: 0vh;
    margin-top: 0vh;
  }
}
@media screen and (max-width: 1024px) {
  body .slider-items-rooms {
    overflow-x: scroll;
    height: auto !important;
    padding-bottom: 350px;
  }
  div.eapps-widget{
    position: absolute !important;
  }
  body .slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room
  {
    padding-right: 0;
    width: 87%;
  }
  body .slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room img {

  }
  body .slider-rooms .slider-rooms-inner .slider-items-rooms .slider-items-rooms-inner .slide-room {
    height: auto;
  }
  body .main-content .top-image .top-row {
    padding-top: 150px;
  }
  body .main-content .top-image img {
    height: 140vh;
  }
  body .main-content .top-image .bottom-row {
    padding-bottom: 50px;
  }
  body .section-exp .section-exp-inner .exp-row .col img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  footer{
    padding: 0px 1vw;
  }
  .header-top{

    height: 100px;
  }
  .header-top img{
    margin-top: 10px;

  }
  .btn-book-header{
    top: 50px;
    right: 30px;
  }
  .logo-area {
    position: absolute;
    left: 25px;
    top: 10px;
  }

  .slider-images {
    height: 450vh;
  }

  .slider-images-item a:after {
    content: " ";
    position: absolute;
    bottom: 10%;
    left: 35%;
    right: 0;
    width: 110px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  body .slider-items-rooms {
    padding-bottom: 50px;
  }

  .slider-rooms .slider-rooms-inner .text-area h2 {
    font-size: 35px;
  }

  .slider-rooms .slider-rooms-inner .text-area {
    padding-right: 20px;
    padding-left: 20px;
  }

  body .main-content .top-image img {
    height: 200vh;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .slider-images .overlay-text > div {
    font-size: 40px;
    line-height: 60px;
  }

  footer .footer-header {
    font-size: 55px;
    line-height: 69px;
  }

  footer .footer-row {
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .footer-row .col {
    padding-top: 25px;
  }

  .main-content-inner .main-inner-header {
    padding: 20px;
  }

  .main-content-inner .text-area h2 {
    padding-top: 90px;
    font-size: 40px;
    line-height: 60px;
  }

  .main-content-inner .main-text-inner-area .text-area {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .main-content-inner .actions-close {
    right: 50px;
  }

  .main-content-inner .section-photos-1, .main-content-inner .section-photos-2 {
    flex-direction: column;
  }

  .main-content-inner .section-photos-1 .img-area-1 {
    width: 100%;
  }

  .main-content-inner .section-photos-1 .img-area-2 {
    width: 100%;
  }

  .main-content-inner .section-photos-1 .img-1 {
    height: 160px;
  }

  .main-content-inner .section-photos-1 .img-2 {
    height: 350px;
  }

  .main-content-inner .main-text-inner-area {
    padding: 20px;
  }

  .main-content-inner .section-photos-2 .img-area-1 {
    width: 100%;
  }

  .main-content-inner .section-photos-2 .img-area-2 {
    margin: 0 auto;
  }
}
.main-content {
  width: 100vw;
}

.slider-left {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-left.ng-enter, .slider-left .ng-leave {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#col-rev {
  flex-direction: column-reverse;
}


@keyframes switch-left-enter {
  from {
    tp: 100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes switch-left-enter {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes switch-left-leave {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes switch-left-leave {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

