/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
/*
Theme Name: Landing
Author: Valentyn Khoroshylov ;
Version: 3.0.0
*/
@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 0.833vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}
@media (orientation: portrait) {
  html {
    font-size: 4.266vw;
    height: 100%;
    overflow: hidden;
  }
}

body {
  background: #010620;
  color: #fff;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}
@media (orientation: portrait) {
  body {
    height: 100%;
    overflow: hidden;
  }
}

.main {
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  height: 100%;
  min-height: 100vh;
  background: #010620 url("./images/bg.jpg") center/cover no-repeat;
}
@media (orientation: portrait) {
  .main {
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    overflow: hidden;
    background-color: #121032;
    background-image: url("./images/bg-mobile/Light (3).webp"), url("./images/bg-mobile/Light (2).webp"), url("./images/bg-mobile/dots.webp"), url("./images/bg-mobile/bg.webp");
    background-position: center top, center bottom, center top, center;
    background-size: 100% 100%, 100% auto, 100% auto, cover;
    background-repeat: no-repeat;
  }
}

.content {
  width: 100%;
  padding: 6.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  text-align: center;
}
@media (orientation: portrait) {
  .content {
    height: 100%;
    min-height: 0;
    justify-content: center;
    padding: 12.91vh 1.5rem 27vh;
    padding: 12.91dvh 1.5rem 27dvh;
  }
}
.content img {
  width: 11.875rem;
  height: 14.75rem;
  max-height: 38.9vh;
  object-fit: contain;
  margin-bottom: 2.6rem;
}
@media (orientation: portrait) {
  .content img {
    width: 13.469rem;
    height: 13.469rem;
    max-height: none;
    margin-bottom: 0;
  }
}
.content h1 {
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3.9rem */
  text-transform: uppercase;
  background: linear-gradient(126deg, #E19800 11.24%, #FFF86B 55.11%, #F7D14E 74.31%, #D4A041 93.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (orientation: portrait) {
  .content h1 {
    font-size: 2.625rem;
    line-height: 110%;
    width: 100%;
    max-width: none;
  }
}
.content p {
  text-align: center;
  font-family: Poppins;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 2.7625rem */
  text-transform: capitalize;
  background: linear-gradient(251deg, #FFF 43.25%, #D093FF 98.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (orientation: portrait) {
  .content p {
    font-size: 1.125rem;
  }
}

@media (orientation: portrait) {
  .for-desktop {
    display: none !important;
  }
}

.for-mobile {
  display: none !important;
}
@media (orientation: portrait) {
  .for-mobile {
    display: block !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

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

:focus {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

img {
  max-width: 100%;
}

a {
  display: block;
  text-decoration: none;
  font: inherit;
  color: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 2.96rem 1rem 0;
}
@media (orientation: portrait) {
  .header {
    padding: 2.375rem 5rem;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (orientation: portrait) {
  .header__inner {
    padding: 0.5rem 0 0;
  }
}
.header__logo img {
  display: block;
  width: 11.875rem;
  height: auto;
  max-height: 1.6875rem;
  object-fit: contain;
}
