:root {
  --thm-primary: #0B1354;
}

body {
	background: #FFFFFF;
}
/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
.s-home {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  position: relative;
  display: table;
  background-image: url(../images/temp-4.webp);
  background-size: 600px;
  background-position: right;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------
 * ## home particles   - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  opacity: .35;
}

.home-particles canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -------------------------------------------------------------------
 * ## site logo  - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.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 a.logo-dark {
  width: auto;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.home-logo a.logo-dark img {
  width: auto;
  height: 135px;
}


/* ------------------------------------------------------------------- 
 * ## home content - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-content {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 6rem;
  position: relative;
}

.home-content h3 {
  font-size: 1.4rem;
  line-height: 1.286;
  letter-spacing: .3rem;
  color: #13161b;
  margin-top: 3rem;
  position: relative;
}

.home-content h1 {
  margin-top:3rem;
  font-size: 6.4rem;
  line-height: 1.219;
  color: #13161b;
  letter-spacing: 0;
  font-family: metropolis-bold;
}

.home-content__main {
  padding-top:15rem;
  position: relative;
}

.home-content__text p {
  font-size:16px;
  color: #13161b;
  max-width: 800px;
}

.home-content__subscribe {
  max-width: 420px;
  padding: 0;
  position: relative;
}

.home-content__counter .top {
  margin-bottom: 1.5rem;
  position: relative;
  left: -1.5rem;
}

.home-content__counter .time {
  background: var(--thm-primary);
  color: #ffffff;
  font-size: 4rem;
  display: inline-block;
  margin: 0px 1.5rem 0 0;
  min-width: 6rem;
  position: relative;
  padding: 18px;
  width: 12rem;
  height: 10rem;
  width: 15rem;
  vertical-align: text-bottom;
  text-align: center;
  box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px -6px;
  border-radius: 3px;
}

.home-content__counter .time.days, 
.home-content__counter .time.hours {
    background: #13161b;
}
.home-content__counter .time.days, 
.home-content__counter .time.minutes {
    border-right: 1px solid rgb(255 255 255 / 5%);
}


.home-content__counter .time span {
  font-size: 1.2rem;
}

.home-content__line {
  display: block;
  width: 1px;
  height: 12rem;
  background-color: var(--thm-primary);
  position: absolute;
  right: 84px;
  bottom: 0;
}


#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: #13161b;
  margin-bottom: 1.8rem;
  box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px;
}

#mc-form input[type="email"]::-webkit-input-placeholder {
  color: #13161b;
}

#mc-form input[type="email"]:-moz-placeholder {
  color: #13161b;
}

#mc-form input[type="email"]::-moz-placeholder {
  color: #13161b;
}

#mc-form input[type="email"]:-ms-input-placeholder {
  color: #13161b;
}

#mc-form input[type="email"].placeholder {
  color: #13161b !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: #13161b;
  font-family: var(--thm-font);
  font-size: 1.3rem;
  padding: 0 2rem;
}

#mc-form label i {
  padding-right: 6px;
}

/* ------------------------------------------------------------------- 
 * ## home social - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-social {
  list-style: none;
  font-family: var(--thm-font);
  margin: 0;
  padding: 0;
}

.home-social a {
  color: #13161b;
  -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;
  background: var(--thm-primary);
  color: white;
  transform: translateY(0px);
}

.home-social li:hover i {
transform: translateY(-5px);
   
}

/* ------------------------------------------------------------------- 
 * ## 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: 3rem;
    min-width: 4rem;
    line-height: 60px;
  }

  .home-content__counter .time span {
    font-size: 1.6rem;
  }

}

@media only screen and (max-width:1000px) {
	.s-home {
		background-size: 230px;
		background-position: bottom right;
	}
  
  .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: none;
  }

}

@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 {
	     height: auto;
    font-size: 3rem;
    min-width: 3rem;
    font-weight: 600;
  }

  .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;
  }

}