/*=============================================
=            Index            =
=============================================

  -> Default
  -> Common
  -> Spacing
  -> Coming Soon Five

/*=====  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 five            =
=============================================*/
@font-face {
  font-family: "Rockwell";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Rockwell/Rockwell.eot");
  src: url("../fonts/Rockwell/Rockwell.eot?#iefix") format("embedded-opentype"), url("../fonts/Rockwell/Rockwell.woff2") format("woff2"), url("../fonts/Rockwell/Rockwell.woff") format("woff"), url("../fonts/Rockwell/Rockwell.ttf") format("truetype"), url("../fonts/Rockwell/Rockwell.svg#Rockwell") format("svg");
}

@font-face {
  font-family: "Rockwell Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Rockwell-Bold/Rockwell-Bold.eot");
  src: url("../fonts/Rockwell-Bold/Rockwell-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rockwell-Bold/Rockwell-Bold.woff2") format("woff2"), url("../fonts/Rockwell-Bold/Rockwell-Bold.woff") format("woff"), url("../fonts/Rockwell-Bold/Rockwell-Bold.ttf") format("truetype"), url("../fonts/Rockwell-Bold/Rockwell-Bold.svg#Rockwell-Bold") format("svg");
}

/* content */
.cs-05-content__subtitle {
  font-family: "Rockwell Bold";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: #2C4E4E;
}

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

.cs-05-content__title {
  font-family: "Rockwell Bold";
  font-size: 90px;
  line-height: 1.3;
  color: #30181B;
}

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

@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-05-content__title {
    font-size: 50px;
  }
}

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

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

/* countdown */
.cs-05-countdown {
  font-family: "Rockwell Bold";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .cs-05-countdown {
    margin-bottom: -30px;
  }
}

.cs-05-countdown .single-countdown {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  margin-right: 30px;
}

@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-05-countdown .single-countdown {
    -webkit-flex-basis: 90px;
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
  }
}

@media only screen and (max-width: 479px) {
  .cs-05-countdown .single-countdown {
    -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
            flex-basis: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .cs-05-countdown .single-countdown {
    margin-right: 15px;
    margin-bottom: 30px;
  }
}

.cs-05-countdown .single-countdown:last-child {
  margin-right: 0;
}

.cs-05-countdown .single-countdown__time {
  font-size: 48px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  padding: 26px 0;
  color: #FF3E52;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

@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-05-countdown .single-countdown__time {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .cs-05-countdown .single-countdown__time {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .cs-05-countdown .single-countdown__time {
    font-size: 25px;
  }
}

.cs-05-countdown .single-countdown__text {
  font-family: "Rockwell";
  font-size: 18px;
  color: #30181B;
}

@media only screen and (max-width: 479px) {
  .cs-05-countdown .single-countdown__text {
    font-size: 16px;
  }
}

/* subscription */
.cs-05-subscription-wrapper .mc-newsletter-form input[type="email"] {
  font-family: "Rockwell";
  font-size: 16px;
  width: 500px;
  max-width: 100%;
  margin-right: 5px;
  padding: 25px 30px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  background-color: transparent;
}

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

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

.cs-05-subscription-wrapper .mc-newsletter-form button {
  font-family: "Rockwell";
  font-size: 18px;
  padding: 25px 65px;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  background: none;
  background-color: rgba(255, 62, 82, 0.8);
}

@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-05-subscription-wrapper .mc-newsletter-form button {
    font-size: 16px;
    padding: 22px 40px;
  }
}

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

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

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

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

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

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

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

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

.cs-05-subscription-wrapper .mailchimp-alerts {
  font-family: "Rockwell";
  line-height: 1.3;
  color: #FFFFFF;
}

.cs-05-subscription-wrapper .mailchimp-alerts a:hover {
  color: #FF3E52;
}

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

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

.cs-05-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-05-social-icons > li > a > svg * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cs-05-social-icons > li > a:hover {
  background-color: #FFFFFF;
}

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

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

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

/* copyright text */
.cs-05-copyright {
  font-family: "Rockwell";
  color: #30181B;
}

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

.cs-05-copyright a:hover {
  color: #FF3E52;
}

/*=====  End of coming soon five  ======*/
