/*
Template Name: Onixtheme
Template URL: 
Description: 
Author: 
Author URI: 
Version: 1.0.0
*/
:root {
  --theme-color: #704EF9;
  --title-color: #fff;
  --body-color: #fff;
  --light-color: #BFAFFC;
  --smoke-color: #8260FD;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
  z-index: 3;
  color: var(--body-color);
  line-height: 26px;
  font-size: 16px;
}

.coming-sec {
  --circle: 1024px;
  font-family: "Inter Tight", sans-serif;
  background-color: var(--theme-color);
  color: var(--body-color);
  text-align: center;
  min-height: 100vh;
  padding: 50px 16px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.coming-sec .circle {
  width: var(--circle);
  height: var(--circle);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: calc(50% - var(--circle) / 2);
  right: calc(50% - var(--circle) / 2);
  z-index: -2;
}
.coming-sec p, .coming-sec a, .coming-sec span {
  font-family: "Inter Tight", sans-serif;
}
.coming-sec h1, .coming-sec h2, .coming-sec h3, .coming-sec h4, .coming-sec h5, .coming-sec h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  color: var(--title-color);
}
.coming-sec .coming-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.coming-sec .logo-area {
  margin-top: 30px;
}
.coming-sec .url {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 8px 0 0 0;
  display: none;
}
.coming-sec .main-title {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 20px auto;
}
.coming-sec .main-title span {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}
.coming-sec .logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.message {
  font-size: 14px;
  margin-top: 10px;
}

.feature1 {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: var(--smoke-color);
  line-height: 21px;
  margin-top: 20px;
}
.feature1 svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.feature1-wrap {
  position: absolute;
  top: 36%;
  left: 10%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -1;
}

.feature2 {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  background-color: var(--smoke-color);
  margin-top: 10px;
  text-align: left;
}
.feature2 .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.feature2 .text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.feature2-wrap {
  position: absolute;
  top: 36%;
  right: 10%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: -1;
}

.newsletter-form {
  max-width: 296px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  position: relative;
}
.newsletter-form input:not([type=submit]) {
  width: 100%;
  background-color: var(--smoke-color);
  border-radius: 10px;
  height: 36px;
  border: 1px solid transparent;
  padding: 0 12px;
  color: var(--light-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.newsletter-form input:not([type=submit])::-webkit-input-placeholder {
  color: var(--light-color);
  opacity: 1;
}
.newsletter-form input:not([type=submit])::-moz-placeholder {
  color: var(--light-color);
  opacity: 1;
}
.newsletter-form input:not([type=submit]):-ms-input-placeholder {
  color: var(--light-color);
  opacity: 1;
}
.newsletter-form input:not([type=submit])::-ms-input-placeholder {
  color: var(--light-color);
  opacity: 1;
}
.newsletter-form input:not([type=submit])::placeholder {
  color: var(--light-color);
  opacity: 1;
}
.newsletter-form input:not([type=submit])::-webkit-input-placeholder {
  color: var(--light-color);
}
.newsletter-form input:not([type=submit])::-moz-placeholder {
  color: var(--light-color);
  opacity: 1;
}
.newsletter-form input:not([type=submit]):-ms-input-placeholder {
  color: var(--light-color);
}
.newsletter-form input:not([type=submit])::-ms-input-placeholder {
  color: var(--light-color);
}
.newsletter-form input:not([type=submit]):focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--title-color);
}
.newsletter-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.newsletter-form br {
  display: none;
}
.newsletter-form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsletter-form .wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter-form .ot-btn {
  border: none;
  background-color: #fff;
  color: #07050F;
  border-radius: 10px;
  padding: 8px 12px;
  min-width: 92px;
  max-width: 92px;
  height: 36px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.newsletter-form .ot-btn:hover {
  background-color: #07050F;
  color: #fff;
}

.newsletter-widget {
  margin-top: 80px;
}
.newsletter-widget .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.newsletter-widget .wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0 0;
  color: var(--body-color);
  font-size: 15px;
  border-width: 1px;
}

.countdown-wrap {
  --countSize: 88px;
  --halfHeight: 44px;
  --borderRadius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.countdown-wrap .time {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.countdown-wrap .text {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.flip-clock {
  text-align: center;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flip-clock__piece {
  display: inline-block;
}

.flip-clock__slot {
  font-size: 32px;
  font-weight: 600;
}

.card {
  display: block;
  position: relative;
  padding-bottom: var(--halfHeight);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
  display: block;
  height: var(--halfHeight);
  color: var(--theme-color);
  background: #fff;
  padding: 20px 0;
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  backface-visiblity: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: var(--countSize);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.card__bottom {
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #F1EDFE;
  background: #F1EDFE;
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  pointer-events: none;
  overflow: hidden;
}

.card__bottom::after {
  display: block;
  margin-top: calc(var(--halfHeight) * -1);
}

.card__back::before,
.card__bottom::after {
  content: attr(data-value);
}

.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}

.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.flip .card__back::before {
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
          animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.flip .card__back .card__bottom {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
          animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}

@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  0%, 99% {
    opacity: 0.99;
    border-radius: var(--borderRadius);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  0%, 99% {
    opacity: 0.99;
    border-radius: var(--borderRadius);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}
@keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}
@media (max-width: 1199px) {
  .feature1-wrap {
    left: 3%;
  }
  .feature2-wrap {
    right: 3%;
  }
}
@media (min-width: 1899px) {
  .feature1-wrap {
    left: 16%;
  }
  .feature2-wrap {
    right: 16%;
  }
}
@media (max-width: 991px) {
  .coming-sec {
    --circle: 100vw;
  }
}
@media (max-width: 767px) {
  .coming-sec .circle {
    display: none;
  }
  .coming-sec .main-title {
    font-size: 52px;
  }
  .coming-sec .logo-group {
    gap: 16px 20px;
  }
  .feature2-wrap,
  .feature1-wrap {
    position: static;
    inset: unset;
    -webkit-transform: none;
            transform: none;
  }
  .feature2 {
    text-align: center;
  }
  .countdown-wrap {
    --countSize: 82px;
    --halfHeight: 41px;
    --borderRadius: 24px;
    gap: 4px;
  }
  .card {
    line-height: 1.3;
  }
  .newsletter-form {
    width: 350px;
    max-width: 100%;
  }
  .newsletter-widget {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */