/*body {
  overflow: hidden;
}*/

/*-- Coming soon 1*/
.c-countdown {
  font-size: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  font-family: Lato;
  z-index: 1;
}

.c-countdown__img {
  position: relative;
  height: 100vh;
}

.c-countdown__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}

.c-countdown__img img.is-active {
  opacity: 1;
}

.c-countdown__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #61045f;
  background: -webkit-linear-gradient(bottom, #aa076b, #61045f);
  background: -webkit-gradient(linear, left bottom, left top, from(#aa076b), to(#61045f));
  background: linear-gradient(bottom, #aa076b, #61045f);
  z-index: 1;
}

.c-countdown__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 750px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .c-countdown__content {
    width: 95%;
  }
}

.c-countdown h3 {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .c-countdown h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.c-countdown p {
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 67px;
}

@media only screen and (max-width: 767px) {
  .c-countdown p {
    font-size: 18px;
    padding-bottom: 45px;
  }
}

.c-countdown__time {
  border: 2px solid rgba(255, 255, 255, 0.35);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0 22px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .c-countdown__time {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
  }
}

.c-countdown__number {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  padding-bottom: 4px;
}

.c-countdown__txt {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
}

.c-countdown__item {
  line-height: 1;
  position: relative;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .c-countdown__item {
    width: 50%;
  }
}

.c-countdown__item:before {
  position: absolute;
  content: ":";
  font-size: 70px;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-countdown__item:before {
    content: "";
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    background-color: #fff;
  }
}

.c-countdown__item:first-child:before {
  display: none;
}

.c-countdown__item:nth-child(1) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-countdown__item:nth-child(1):before {
    display: none;
  }
}

.c-countdown__item:nth-child(2) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-countdown__item:nth-child(2):before {
    display: none;
  }
}

/*-- Coming soon 2*/
.c-countdown.c-countdown--2 a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.c-countdown.c-countdown--2 a:hover {
  opacity: 0.8;
}

.c-countdown.c-countdown--2 .c-countdown__item {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-countdown.c-countdown--2 .c-countdown__item {
    width: 45%;
    text-align: center;
  }
}

.c-countdown.c-countdown--2 .c-countdown__item:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-countdown.c-countdown--2 .c-countdown__item:before {
    display: block;
    top: -13px;
  }
}

.c-countdown.c-countdown--2 .c-countdown__time {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  border: 0;
  padding: 0;
}

.c-countdown.c-countdown--2 .c-countdown__number {
  font-weight: bold;
}

.c-countdown.c-countdown--2 .c-countdown__txt {
  line-height: 1;
}

.c-countdown .c-countdown__logo {
  width: 120px;
  display: inline-block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .c-countdown .c-countdown__logo {
    width: 90px;
  }
}

.c-countdown .c-countdown__socials {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  z-index: 2;
}

.c-countdown .c-countdown__socials a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
}

/*-- Coming soon 3*/
.c-countdown.c-countdown--3 .c-countdown__time {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

@media only screen and (max-width: 320px) {
  .c-countdown.c-countdown--3 .c-countdown__time {
    padding: 15px 0;
  }
}

.c-countdown.c-countdown--3 .c-countdown__number {
  font-weight: bold;
}

.c-countdown.c-countdown--3 .c-countdown__item {
  padding: 20px 10px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  .c-countdown.c-countdown--3 .c-countdown__item {
    margin-bottom: 20px;
  }
}

.c-countdown.c-countdown--3 .c-countdown__item:before {
  display: block;
  content: "";
  border-radius: 50%;
  top: -5px;
  left: -5px;
  width: 120px;
  height: 120px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: none;
  transform: none;
}

/*-- Coming soon 4*/
.c-countdown.c-countdown--4 .c-countdown__time {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .c-countdown.c-countdown--4 .c-countdown__time {
    padding: 15px 0;
    width: 90%;
    margin-bottom: 0;
  }
}

.c-countdown.c-countdown--4 .c-countdown__number {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-countdown.c-countdown--4 .c-countdown__number {
    padding-bottom: 0;
  }
}

.c-countdown.c-countdown--4 .c-countdown__item {
  padding: 20px 10px;
  display: inline-block;
  border-left: 1px solid #ccc;
  min-width: 130px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .c-countdown.c-countdown--4 .c-countdown__item {
    padding: 0 10px;
    margin-bottom: 5px;
  }
}

.c-countdown.c-countdown--4 .c-countdown__item:first-child {
  border-left: 0;
}

.c-countdown.c-countdown--4 .c-countdown__item:before {
  display: none;
}

.c-countdown .c-countdown__copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .c-countdown .c-countdown__copy {
    font-size: 12px;
  }
}

.c-countdown .c-countdown__copy a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
}

.c-countdown .c-countdown__copy a:hover {
  opacity: 0.5;
}

.c-countdown .c-countdown__copy a:hover:before {
  width: 100%;
}

.c-countdown .c-countdown__copy a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.c-countdown .c-countdown__follow {
  border: 2px solid #fff;
  border-radius: 44px;
  display: inline-block;
  font-size: 18px;
  width: 270px;
  line-height: 2.5;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.c-countdown .c-countdown__follow:hover {
  opacity: 0.5;
}

/*-- Coming soon 5*/
.c-countdown.c-countdown--5 .c-countdown__time {
  border: 0;
  padding: 0;
  margin: 0;
}