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

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

.cont-morable {
  z-index: 1;
  cursor: pointer;
  border-radius: .5rem;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.main-wrapper {
  z-index: 100;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
  display: flex;
  position: relative;
}

.wrapper-left {
  background-color: #fff;
  border: .18vw solid #000;
  justify-content: flex-start;
  align-items: center;
  height: 8.6em;
  display: flex;
  position: relative;
}

.wrapper-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.eye-brow {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Goga, Arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
}

.eye-brow.white {
  opacity: .44;
  color: #fff;
  letter-spacing: .2em;
  font-size: .7em;
  font-weight: 500;
}

.h1-text {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Goga, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 86%;
}

.morable-bottom {
  z-index: 1;
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.logo-svg {
  width: 100%;
  position: relative;
}

.slogan-container {
  z-index: 200;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin: 2vw 2vw 3vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slogan {
  color: #000;
  border: .18vw solid #000;
  border-radius: 100vw;
  margin-right: -.18vw;
  padding: .5vw .6vw;
  font-family: Goga, Arial, sans-serif;
  font-size: 1.5vw;
  line-height: 100%;
}

.icon-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: stretch;
  width: .18vw;
  height: 100%;
  padding: 0;
  display: flex;
}

.content-coming-wrapper {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 1.2em;
  display: flex;
  position: relative;
}

.icon-morable {
  height: 57%;
  padding-left: 1.4em;
  padding-right: 1.4em;
  position: relative;
}

.card-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #000;
  border-bottom: .18vw solid #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
}

.card-wrapper.white {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #fff;
  border: .18vw solid #000;
  border-top-width: 1px;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}

.h2-card {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Goga, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 110%;
}

.list-services {
  color: #fff;
  background-color: #0000;
  font-family: Goga, Arial, sans-serif;
  font-size: 1em;
  line-height: 150%;
}

.text-span {
  color: #fff;
}

.button {
  text-align: center;
  background-color: #000;
  width: 100%;
  font-family: Goga, Arial, sans-serif;
  font-size: .9em;
  transition: all .4s;
}

.button:hover {
  color: #000;
  background-color: #e4e4e4;
}

@media screen and (max-width: 991px) {
  .cont-morable {
    height: 100vh;
  }

  .wrapper-left {
    border-width: .3vw;
  }

  .slogan {
    border-width: .3vw;
    margin-right: -.3vw;
    padding: 1vw;
    font-size: 2vw;
  }

  .icon-wrapper {
    width: .3vw;
  }

  .card-wrapper {
    border-bottom-width: .3vw;
  }

  .card-wrapper.white {
    border-bottom-width: .3vw;
    border-left-width: .3vw;
    border-right-width: .3vw;
  }
}

@media screen and (max-width: 767px) {
  .cont-morable {
    border-radius: .3rem;
  }
}

@media screen and (max-width: 479px) {
  .cont-morable {
    border-radius: .3rem;
    height: 100vh;
  }

  .main-wrapper {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-left {
    width: 100%;
    height: 24vw;
  }

  .wrapper-right {
    width: 80%;
  }

  .eye-brow, .eye-brow.right, .eye-brow.white {
    font-size: 3vw;
  }

  .h1-text {
    font-size: 5vw;
  }

  .slogan-container {
    width: 100%;
    margin-bottom: 5vw;
    margin-left: 0;
    margin-right: 0;
    bottom: 85.7vw;
    right: auto;
  }

  .slogan {
    border-width: .6vw;
    margin-right: -.6vw;
    padding: 3vw;
    font-size: 4vw;
  }

  .content-coming-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 7.2vw 7.2vw 7.2vw 4vw;
  }

  .icon-morable {
    height: 52%;
  }

  .card-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding: 7vw;
  }

  .h2-card {
    font-size: 5vw;
  }

  .list-services, .button {
    font-size: 4vw;
  }
}


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