/*=============================================
=            Index            =
=============================================

  -> Default
  -> Common
  -> Spacing
  -> Coming Soon Nineteen

/*=====  End of Index  ======*/
/*=============================================
=            Default            =
=============================================*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

input[type="submit"] {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

/* FF 4-18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

/* FF 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* IE 10+ */
/*=====  End of Default  ======*/
/*=============================================
=            Common            =
=============================================*/
.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.h-100 {
  min-height: 100%;
}

/*=====  End of Common  ======*/
/*=============================================
=            Spacing            =
=============================================*/
.space-pt--25 {
  padding-top: 25px;
}

.space-pt--30 {
  padding-top: 30px;
}

.space-pb--25 {
  padding-bottom: 25px;
}

.space-pb--30 {
  padding-bottom: 30px;
}

.space-mt--10 {
  margin-top: 10px;
}

.space-mt--r30 {
  margin-top: 30px;
}

@media only screen and (max-width: 479px) {
  .space-mt--r30 {
    margin-top: 15px;
  }
}

.space-mt--50 {
  margin-top: 50px;
}

.space-mt--70 {
  margin-top: 70px;
}

.space-mt--80 {
  margin-top: 80px;
}

.space-mb--10 {
  margin-bottom: 10px;
}

.space-mb--20 {
  margin-bottom: 20px;
}

.space-mb--30 {
  margin-bottom: 30px;
}

.space-mb--35 {
  margin-bottom: 35px;
}

.space-mb--50 {
  margin-bottom: 50px;
}

/*=====  End of Spacing  ======*/
/*=============================================
=            coming soon nineteen            =
=============================================*/
/* content */
.cs-19-content__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #474141;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cs-19-content__subtitle {
    font-size: 26px;
  }
}

@media only screen and (max-width: 479px) {
  .cs-19-content__subtitle {
    font-size: 20px;
  }
}

.cs-19-content__title {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  color: #474141;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .cs-19-content__title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cs-19-content__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .cs-19-content__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .cs-19-content__title {
    font-size: 24px;
  }
}

.cs-19-content__text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.9;
  width: 570px;
  max-width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  color: #6B6B6B;
}

/* countdown */
.cs-19-countdown .clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cs-19-countdown .clock {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: -30px;
  }
}

.cs-19-countdown .clock .clock-item {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  margin-right: 50px;
  background-image: url("../img/icons/circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cs-19-countdown .clock .clock-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.cs-19-countdown .clock .clock-item:last-child {
  margin-right: 0;
}

.cs-19-countdown .clock-item .inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.cs-19-countdown .clock-canvas {
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
}

.cs-19-countdown .clock-canvas .kineticjs-content {
  width: 180px !important;
  height: 180px !important;
}

.cs-19-countdown .clock-canvas .kineticjs-content canvas {
  top: 40px !important;
  left: 40px !important;
  width: 160px !important;
  height: 160px !important;
  -webkit-transform: translate(-20px, -20px);
      -ms-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
}

.cs-19-countdown .text {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 45px;
  left: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  text-align: center;
  color: #474141;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 15px rgba(216, 206, 206, 0.16);
          box-shadow: 0 10px 15px rgba(216, 206, 206, 0.16);
}

.cs-19-countdown .text .val {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.cs-19-countdown .text .type-time {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* subscription */
.cs-19-subscription-wrapper .mc-newsletter-form input[type="email"] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 450px;
  max-width: 100%;
  margin-right: 25px;
  padding: 25px 30px;
  color: #B2B2B2;
  border: 1px solid #D9CBCB;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cs-19-subscription-wrapper .mc-newsletter-form input[type="email"] {
    width: 300px;
    margin-right: 5px;
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cs-19-subscription-wrapper .mc-newsletter-form input[type="email"] {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 20px 30px;
  }
}

.cs-19-subscription-wrapper .mc-newsletter-form button {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 65px;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  background: none;
  background-color: #FF6B6B;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .cs-19-subscription-wrapper .mc-newsletter-form button {
    font-size: 16px;
    padding: 22px 40px;
  }
}

.cs-19-subscription-wrapper .mc-newsletter-form button:hover {
  background-color: #ff3838;
}

.cs-19-subscription-wrapper .mc-newsletter-form ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mc-newsletter-form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mc-newsletter-form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mc-newsletter-form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mc-newsletter-form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mc-newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mc-newsletter-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mailchimp-alerts {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  color: #B2B2B2;
}

.cs-19-subscription-wrapper .mailchimp-alerts a:hover {
  color: #FF6B6B;
}

/* social icon*/
.cs-19-social-icons > li {
  margin-right: 20px;
}

.cs-19-social-icons > li > a {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #D9CBCB;
  border-radius: 50%;
  background-color: transparent;
}

.cs-19-social-icons > li > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cs-19-social-icons > li > a > svg * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #D9CBCB;
}

.cs-19-social-icons > li > a:hover {
  border-color: #FF6B6B;
  background-color: #FF6B6B;
}

.cs-19-social-icons > li > a:hover svg * {
  fill: #FFFFFF;
}

.cs-19-social-icons > li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .cs-19-social-icons {
    margin-top: 15px;
  }
}

/* copyright text */
.cs-19-copyright {
  font-family: "Roboto", sans-serif;
  color: #D9CBCB;
}

@media only screen and (max-width: 767px) {
  .cs-19-copyright {
    text-align: center;
  }
}

.cs-19-copyright a:hover {
  color: #FF6B6B;
}

/*=====  End of coming soon nineteen  ======*/
