/*===============================================

Template Name: camepro - coming soon template
Version: 1.0
 
================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* 02.PRELOADER STYLE
* 03.HOMEPAGE STYLE
* 04.COUNTDOWN STYLE
* 05.SOCIAL STYLE
* 06.RESPONSIVE STYLE
* ----------------------------------------------------------------------------------------
*/

/*01.GLOBAL STYLE*/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;600&family=Jost:wght@200;300;400&display=swap");

body {
    font-family: "Dosis", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #363636;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #9540e0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
  color: #fff;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.no-padding {
  padding: 0;
}

.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*02.PRELOADER STYLE*/

.loader {
  position: fixed;
  z-index: 1200;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#preload-content {
  height: 100px;
  left: 50%;
  margin-left: -70px;
  margin-top: -70px;
  position: absolute;
  top: 50%;
  z-index: 999;
}

#spinner {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.loading {
  position: relative;
  font-size: 20px;
  color: #555;
}
.loading h2 {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*03.HOMEPAGE STYLE*/
header.header {
  height: 100vh;
}

.default-bg {
  /*background: url(../img/homepage-bg.jpg);*/
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.default-bg:after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.homepage-text h2 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 85px;
  text-transform: capitalize;
  line-height: 90px;
}

.homepage-text {
  margin: 80px 0;
}

.flipper-group.flipper-ddd {
}

.header-top-info {
  padding: 40px 0;
}

.site-logo h2 a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}

.site-top-info {
  text-align: right;
}

.site-top-info p {
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
}

.site-top-info p a {
  margin-left: 10px;
  color: #fefefe;
}

.subscrib-box {
  margin-top: 60px;
}

.subscrib-box input.form-control {
  height: 50px;
  margin-bottom: 15px;
}
button#button-sub {
  background: #fff;
  color: #333;
  width: 160px;
  border: none;
  padding: 12px 0;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}
button#button-sub:hover {
  background: #000;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

/*04.COUNTDOWN STYLE*/
.flipper {
  color: #333;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.7em;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 0.5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: 0.1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear,
    -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear,
    -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear,
    -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s,
    -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

/*05.SOCIAL STYLE*/

.social-icon-box {
  text-align: right;
  margin-top: 60px;
}

.social-icon-box ul li {
  list-style: none;
  display: inline-block;
}

.social-icon-box ul li a {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px;
  transition: 0.3s;
}
.social-icon-box ul li a:hover {
  opacity: 0.8;
}

.social-icon-box ul li a i {
  color: #fff;
  font-size: 40px;
}

/*06.RESPONSIVE STYLE*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .homepage-text h2 {
    font-size: 68px;
    line-height: 78px;
  }

  .social-icon-box {
    text-align: center;
  }
}

@media only screen and (min-width: 375px) and (max-width: 812px) {
  .homepage-text {
    margin: 50px 0;
  }
  .subscrib-box {
    margin-top: 40px;
  }
  .homepage-text h2 {
    font-size: 58px;
    line-height: 68px;
  }

  .social-icon-box {
    text-align: center;
  }
  .site-logo {
    text-align: center;
  }

  .site-top-info {
    text-align: center;
  }
}
