/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/

/*
  Maintain ratio mixin.
  @param {List} [$ratio] Ratio the element needs to maintain. A 16:9 ratio would look like this:
  .element { @include maintain-ratio(16 9); }
*/

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro-Regular.woff2") format("woff2"), url("../fonts/GothamPro/GothamPro-Regular.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PeterTheGreat";
  src: url("../fonts/PeterTheGreat/PeterTheGreat-Regular.woff2") format("woff2"), url("../fonts/PeterTheGreat/PeterTheGreat-Regular.woff") format("woff"), url("../fonts/PeterTheGreat/PeterTheGreat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body {
  font-family: "GothamPro", sans-serif;
  font-weight: 400;
}

.bg-galante {
  position: relative;
}

.bg-galante:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("../img/bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
}

.main {
  margin-top: -40px;
  position: relative;
}

.main.container {
  max-width: 1116px;
}

.breadcrumb {
  display: none;
}

.footer {
  margin-top: 0;
}

.title-galante {
  font-family: "PeterTheGreat", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0 0 35px;
}

.title-galante--second {
  color: #915A6D;
}

.btn-galante {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 19px;
  color: #915A6D;
  text-decoration: none;
  background-image: url("../img/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 360px;
  height: 165px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-galante--second {
  color: #5A7091;
}

.btn-galante:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hero-galante {
  min-height: 652px;
  position: relative;
  margin-bottom: 98px;
  padding: 72px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-galante:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("../img/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.hero-galante__body {
  position: relative;
  z-index: 10;
}

.women-galante__body {
  min-height: 822px;
  position: relative;
}

.women-galante__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-family: "PeterTheGreat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.women-galante__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.women-galante__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.women-galante__item span {
  position: relative;
  z-index: 1;
}

.women-galante__item.hat {
  width: 844px;
  height: 408px;
  left: -84px;
  top: 0;
  z-index: 10;
}

.women-galante__item.hat span {
  margin-top: -120px;
  color: #915A6D;
}

.women-galante__item.hat:before {
  background-image: url("../img/hat.png");
}

.women-galante__item.glasses {
  width: 804px;
  height: 622px;
  left: -197px;
  top: 288px;
}

.women-galante__item.glasses span {
  margin-top: -81px;
  margin-left: 228px;
}

.women-galante__item.glasses:before {
  background-image: url("../img/glasses.png");
}

.women-galante__item.bag {
  width: 937px;
  height: 664px;
  right: -321px;
  top: 50px;
}

.women-galante__item.bag span {
  margin-top: -65px;
  margin-left: -220px;
}

.women-galante__item.bag:before {
  background-image: url("../img/bag.png");
}

.man-poster {
  min-height: 360px;
  position: relative;
  padding: 56px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.man-poster:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("../img/man-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

.man-poster__body {
  position: relative;
  z-index: 10;
  padding-left: 366px;
}

.man-galante__body {
  min-height: 723px;
  position: relative;
}

.man-galante__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-family: "PeterTheGreat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.man-galante__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.man-galante__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.man-galante__item span {
  position: relative;
  z-index: 1;
}

.man-galante__item.umbrella {
  width: 1008px;
  height: 754px;
  left: -450px;
  top: 122px;
}

.man-galante__item.umbrella span {
  margin-top: -246px;
  margin-left: -55px;
}

.man-galante__item.umbrella:before {
  background-image: url("../img/umbrella.png");
}

.man-galante__item.socks {
  width: 656px;
  height: 606px;
  right: -125px;
  top: 72px;
}

.man-galante__item.socks span {
  margin-top: -24px;
  margin-left: 100px;
}

.man-galante__item.socks:before {
  background-image: url("../img/socks.png");
}

.make-poster {
  min-height: 360px;
  position: relative;
  margin-bottom: 0;
  padding: 89px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.make-poster:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("../img/make-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

.make-poster__body {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  body {
    background-image: url("../img/bg-mobile.png");
  }

  .title-galante {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 35px;
  }

  .btn-galante {
    font-size: 15px;
    line-height: 14px;
    width: 250px;
    height: 165px;
  }

  .hero-galante {
    min-height: 800px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 39px 0;
  }

  .hero-galante:before {
    background-image: url("../img/hero-mobile.png");
  }

  .hero-galante__body {
    text-align: center;
  }

  .women-galante__body {
    min-height: 609px;
  }

  .women-galante__item {
    font-size: 15px;
    line-height: 17px;
    position: relative;
  }

  .women-galante__item.hat {
    width: 360px;
    height: 191px;
    left: -16px;
    top: 30px;
    margin: 0 auto;
  }

  .women-galante__item.hat span {
    margin-top: -65px;
    margin-left: 96px;
  }

  .women-galante__item.hat:before {
    background-image: url("../img/hat-mobile.png");
  }

  .women-galante__item.glasses {
    width: 360px;
    height: 165px;
    right: auto;
    left: -18px;
    top: 0;
    margin-top: 0;
  }

  .women-galante__item.glasses span {
    margin-top: -28px;
    margin-left: 77px;
  }

  .women-galante__item.glasses:before {
    background-image: url("../img/glasses-mobile.png");
  }

  .women-galante__item.bag {
    width: 350px;
    height: 268px;
    left: -6px;
    top: 0;
    margin-top: -34px;
  }

  .women-galante__item.bag span {
    margin-top: -11px;
    margin-left: -66px;
  }

  .women-galante__item.bag:before {
    background-image: url("../img/bag-mobile.png");
  }

  .women-galante__item.umbrella {
    width: 360px;
    height: 364px;
    right: 16px;
    top: 0;
    margin-top: -22px;
  }

  .women-galante__item.umbrella span {
    margin-top: -124px;
    margin-left: -191px;
  }

  .women-galante__item.umbrella:before {
    background-image: url("../img/umbrella-mobile.png");
  }

  .man-poster {
    min-height: 602px;
    position: relative;
    padding: 54px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .man-poster:before {
    background-image: url("../img/man-bg-mobile.png");
  }

  .man-poster__body {
    padding-left: 0;
  }

  .man-poster .btn-galante {
    margin-top: -34px;
  }

  .man-galante__body {
    min-height: 548px;
  }

  .man-galante__item {
    position: relative;
    font-size: 15px;
    line-height: 17px;
  }

  .man-galante__item.umbrella {
    width: 360px;
    height: 338px;
    left: 3px;
    top: 61px;
    margin-top: 0;
  }

  .man-galante__item.umbrella span {
    margin-top: -124px;
    margin-left: -191px;
  }

  .man-galante__item.umbrella:before {
    background-image: url("../img/umbrella-mobile.png");
  }

  .man-galante__item.socks {
    width: 304px;
    height: 273px;
    right: -33px;
    top: -70px;
    margin-top: 0;
  }

  .man-galante__item.socks span {
    margin-top: -10px;
    margin-left: 74px;
  }

  .man-galante__item.socks:before {
    background-image: url("../img/socks-mobile.png");
  }

  .make-poster {
    min-height: 500px;
    text-align: center;
    padding: 63px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .make-poster:before {
    background-image: url("../img/make-bg-mobile.png");
    background-position: center;
  }

  .make-poster .btn-galante {
    margin-top: -54px;
  }
}

@media only screen and (max-width: 424px) {
  .hero-galante {
    margin-bottom: 0;
  }

  .hero-galante .title-galante span {
    display: block;
  }

  .hero-galante .btn-galante {
    margin-top: -34px;
  }
}