:root {
  --black: black;
  --grey: #d9d9d9;
  --primary: #ffe146;
  --white: white;
  --transparent: transparent;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.coming-soon-section {
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.coming-right-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 100vh;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48%;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.coming-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.coming-bottom {
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.coming-middle {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.coming-data {
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 280px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.coming-data.gap-8 {
  grid-row-gap: 8px;
}

.emoji {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  line-height: 130%;
}

.body-small.color-light {
  opacity: .5;
}

.contact-block {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--black);
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.middle-dot {
  background-color: var(--grey);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 600;
  line-height: 130%;
  transition: box-shadow .3s, background-color .3s;
}

.button:hover {
  background-color: orange;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.mid-top {
  grid-column-gap: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 11px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.mid-middle {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 380px;
  margin-bottom: 10px;
  display: flex;
}

.mid-bottom {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 203px;
  display: flex;
}

.available-dot {
  background-color: #2dca72;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  display: flex;
  position: relative;
}

.available-layer {
  z-index: 0;
  background-color: #2dca72;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
}

.auto-scroller {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.auto-scroller.center {
  justify-content: flex-end;
}

.block-img {
  aspect-ratio: 1;
  margin-bottom: 10px;
}

.block-img.center {
  margin-top: 10px;
  margin-bottom: 0;
}

.block-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block {
  z-index: 2;
  flex-flow: row;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -36px;
  right: auto;
  transform: rotate(-90deg);
}

.text-wrap {
  flex: none;
  display: flex;
}

.text-inner {
  flex: none;
  margin-right: 10px;
}

.scroll-text {
  opacity: .3;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 130%;
}

.icon-text {
  color: var(--primary);
  font-size: 12px;
  line-height: 150%;
}

.nav-logo {
  height: 60px;
}

@media screen and (max-width: 991px) {
  .coming-wrap {
    max-width: 48%;
  }

  .text-block {
    left: -26px;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon-section {
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
  }

  .coming-wrap {
    grid-row-gap: 40px;
    max-width: none;
  }

  .coming-right-block {
    flex-flow: column;
    max-width: none;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .brand {
    padding-left: 0;
  }

  .coming-middle {
    grid-row-gap: 20px;
  }

  .coming-data {
    display: none;
  }

  .mid-middle, .mid-bottom {
    max-width: none;
  }

  .auto-scroller {
    flex-flow: row;
  }

  .auto-scroll {
    flex-flow: row;
    display: flex;
  }

  .block-img {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .block-img.center {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
  }

  .text-block {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    transform: rotate(0);
  }

  .nav-logo {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .coming-wrap {
    grid-row-gap: 30px;
  }

  .coming-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-block {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .middle-dot {
    display: none;
  }
}


