 :root {
  --thm-primary: #bb2298;
}

/* -------------------------------------------------------------------
 * ## home static  
 * ------------------------------------------------------------------- */
.s-home--static {
  background-position:inherit;
}

/* -------------------------------------------------------------------
 * ## site logo  - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
 .home-logo {
 margin-top: 4rem;
} 

.home-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-logo img {
  width: auto;
  height: 115px;
}


/* ------------------------------------------------------------------- 
 * ## home content - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
 
.home-slider-img::before {
    background: #0000002e;
}
 
.home-content {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 6rem;
  position: relative;
}

.home-content h3 {
  font-family: "metropolis-medium", sans-serif;
  font-size: 1.4rem;
  line-height: 1.286;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: white;
  margin-bottom: 3rem;
  position: relative;
}

.home-content h3::before {
  content: "";
  display: block;
  background-color: rgba(236, 0, 140, 0.6);
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.home-content h1 {
  font-size: 13rem;
  margin-top:3rem;
  line-height: 1.219;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#09f1b8), color-stop(#00a2ff), color-stop(#ff00d2), to(#fed90f));
  background-image: -o-linear-gradient(left, #09f1b8, #00a2ff, #ff00d2, #fed90f);
  background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
  color: #000119;
  letter-spacing: calc(1em / 8);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(1em / 16);
  font-family: 'metropolis-semibold';
}

.home-content__main {
  padding-top:15rem;
  position: relative;
  overflow: hidden;
}

.home-content__text p {
  color: #ffffffd9;
  max-width: 800px;
  margin: 3rem auto;
  background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
  -webkit-background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(1em / 16);
}

.home-content__subscribe {
  max-width: 420px;
  margin: 4rem auto;
  padding: 0;
  position: relative;
}

#mc-form {
  width: 100%;
}

#mc-form input[type="email"] {
  width: 100%;
  height: 5.4rem;
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 1.2rem 170px 1.2rem 24px;
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  margin-bottom: 1.8rem;
}

#mc-form input[type="email"]::-webkit-input-placeholder {
  color: white;
}

#mc-form input[type="email"]:-moz-placeholder {
  color: white;
}

#mc-form input[type="email"]::-moz-placeholder {
  color: white;
}

#mc-form input[type="email"]:-ms-input-placeholder {
  color: white;
}

#mc-form input[type="email"].placeholder {
  color: white !important;
}

#mc-form input[type=submit] {
  color: #FFFFFF;
  background: var(--thm-primary);
  border-color: var(--thm-primary);
  padding: 0 25px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#mc-form label {
  color: #FFFFFF;
  font-family: var(--thm-font);
  font-size: 1.3rem;
  padding: 0 2rem;
}

#mc-form label i {
  padding-right: 6px;
}

.home-content__counter .top {
  margin-bottom: 1.5rem;
  position: relative;
  left: -1.5rem;
}

.home-content__counter .time {
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1;
  display: inline-block;
  margin: 0 1.5rem;
  min-width: 6rem;
  position: relative;
  padding: 0;
  color: #FFFFFF;
  letter-spacing: 0px;
  background-color: #0000;
  mix-blend-mode: lighten;
  -webkit-text-stroke-width: 1px;    
}

.home-content__counter .time span {
  color: rgb(255 255 255 / 76%);
  font-size: 2rem;
  margin-top: 0px;
  display: block;
}

.home-content__line {
  display: block;
  width: 1px;
  height: 12rem;
  background-color: var(--thm-primary);
  position: absolute;
  right: 84px;
  bottom: 0;
}


/* ------------------------------------------------------------------- 
 * ## home social - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-social {
  list-style: none;
  font-family: var(--thm-font);
}

.home-social a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social li {
    position: relative;
    display: inline-block;
}

.home-social li a {
  display: block;
  width: 36px;
  height: 36px;
}

.home-social i,
.home-social span {
  position: absolute;
  top: 0;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social i {
  right: 0;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 1.45rem;
}

.home-social li:hover i {
  color: var(--thm-primary);
}

/* ------------------------------------------------------------------- 
 * ## home copyright - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-copyright {
  z-index: 502;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.2);
  padding: 30px 60px 42px;
}

.home-copyright a {
  color: rgba(255, 255, 255, 0.7);
}

.home-copyright span {
  display: inline-block;
}

.home-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 .5rem 0 .8rem;
  color: rgba(255, 255, 255, 0.1);
}

.home-copyright span:last-child::after {
  display: none;
}

/* home media screen */
@media only screen and (max-width:1500px) {
  .home-content h1 {
    font-size: 5.8rem;
  }

  .home-content__main {
    max-width: 1200px;
  }

  .home-content__text p {
    font-size: 1.7rem;
    margin-top: 4.8rem;
  }

  .home-content__counter .time {
    font-size: 2.8rem;
    min-width: 5.8rem;
  }

  .home-content__counter .time span {
    font-size: 1.8rem;
  }

  .home-content__counter .days {
    font-size: 14.5rem;
  }

}

@media only screen and (max-width:1400px) {
  .home-logo {
    right: 35px;
  }

  .home-content h1 {
    font-size: 5rem;
  }

  .home-content__main {
    max-width: 1000px;
  }

  .home-content__text p {
    font-size: 1.6rem;
    margin-top: 4.2rem;
  }

  .home-content__counter .time {
    font-size: 2.4rem;
    min-width: 5rem;
  }

  .home-content__counter .time span {
    font-size: 1.7rem;
  }

  .home-content__line {
    right: 54px;
  }

  .home-social {
    right: 3.6rem;
  }

  .home-social li a {
    height: 32px;
    width: 32px;
  }

  .home-social i,
  .home-social span {
    line-height: 32px;
  }

  .home-social i {
    font-size: 18px;
    height: 32px;
    width: 32px;
  }

  .home-social span::after {
    right: -22px;
  }

}

@media only screen and (max-width:1200px) {
  .home-content h3::before {
    width: 30px;
  }

  .home-content h1 {
    font-size: 4.2rem;
  }

  .home-content__main {
    max-width: 900px;
  }

  .home-content__text p {
    font-size: 1.5rem;
    margin-top: 3.6rem;
  }

  .home-content__counter .time {
    font-size: 2rem;
    min-width: 4rem;
  }

  .home-content__counter .time span {
    font-size: 1.6rem;
  }

}

@media only screen and (max-width:1000px) {
  .s-home,
  .home-content {
    display: block;
  }

  .home-content {
    overflow-y: auto;
  }

  .home-content {
    padding-bottom: 0;
  }

  .home-content br {
    display: none;
  }

  .home-content__main,
  .home-copyright {
    max-width: 700px;
  }

  .home-content__text,
  .home-content__counter {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }

  .home-content__text {
    margin-bottom: 7.2rem;
  }

  .home-content__counter .top {
    display: inline-block;
    margin: 0;
  }

  .home-copyright {
    position: static;
    width: auto;
    padding: 30px 15px 42px;
  }

  .home-content__line {
    display: none;
  }

}

@media only screen and (max-width:800px) {
  .home-content__main,
  .home-copyright {
    max-width: 600px;
  }

  .home-content__text {
    padding-right: 15px;
  }

  .home-content__counter {
    padding-right: 15px;
  }

  .home-content__counter .days {
    font-size: 9rem;
  }

 .home-social { display:block; }
  
  html,body { overflow:visible }
  .home-social {
		position: relative !important;
		bottom: 0 !important;
		right: 0 !important;
		top:0 !important;
		display: flex !important;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-evenly;
	}


}

@media only screen and (max-width:700px) {
  .home-content h1 {
    font-size: 4rem;
  }

  .home-content__main,
  .home-copyright {
    max-width: 490px;
  }

  .home-content__counter .time {
    font-size: 2rem;
    min-width: 3rem;
  }

  .home-content__counter .time span {
    font-size: 1.6rem;
  }

}

@media only screen and (max-width:600px) {
  .home-content h3 {
    font-size: 1.3rem;
  }

  .home-content h1 {
    font-size: 3.6rem;
  }

  .home-content__text {
    padding-right: 10px;
  }

  .home-content__counter {
    padding-right: 10px;
  }

  .home-content__counter .top {
    display: block;
    margin-bottom: 1.5rem;
    left: 0;
  }

  .home-copyright {
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
  }

}

@media only screen and (max-width:500px) {
  .s-home {
    min-height: 642px;
    text-align: center;
  }

  .home-content h3 {
    padding-left: 0;
  }

  .home-content h3::before {
    display: none;
  }

  .home-content h1 {
    font-size: 3.3rem;
  }

  .home-content__main {
    max-width: 420px;
  }

  #mc-form input[type="email"] {
    padding: 1.2rem 2rem;
    text-align: center;
  }

  #mc-form input[type=submit] {
    position: static;
    width: 100%;
    margin-bottom: 1.8rem;
  }

  .home-copyright span {
    display: block;
  }

  .home-copyright span::after {
    display: none;
  }

}

@media only screen and (max-width:400px) {
  .s-home {
    min-height: 630px;
  }

  .home-logo {
    right: 30px;
  }

  .home-logo img {
    width: 70px;
    height: 70px;
  }

  .home-content h1 {
    font-size: 3rem;
  }

  .home-content__main {
    max-width: auto;
  }

  .home-content__text {
    padding-right: 0;
  }

  .home-content__text p {
    font-size: 1.6rem;
  }

  .home-copyright {
    margin-top: 7.8rem;
  }

}