html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #eeeeeee6;
  background-color: #0b0d1e;
}

a {
  text-decoration: none;
}

h1,
.h1 {
  font-family: "Anton", sans-serif;
  font-size: 110px;
  line-height: 121px;
  letter-spacing: 0.03em;
  font-weight: 400;
  background: linear-gradient(137.06deg, #ea6200 3.28%, #f07a25 35.84%, #fbc123 54.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 24px;
}

h2,
.h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  background: linear-gradient(90deg, #00b7ff 12%, #ffffff 85.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h3,
.h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 52px;
  color: #00b7ff;
}

h4,
.h4 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  background: linear-gradient(110.83deg, #ea6200 11.27%, #f07a25 52.38%, #fbc123 76.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #000000;
  margin-bottom: 18px;
}

h6,
h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fafafa;
}

p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0px;
}
i {
  font-weight: 300;
}
strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
p:has(> strong:only-child) {
  margin-bottom: 24px;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
section {
  clear: both;
  overflow: hidden;
  position: relative;
}

a.btn,
input[type="submit"] {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 45px;
  background: linear-gradient(119.15deg, #f73b90 15.92%, #00b7ff 83.61%);
  box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: #ffffff;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
a.btn:hover,
input[type="submit"]:hover {
  background: linear-gradient(119.15deg, #00b7ff 15.92%, #f73b90 83.61%);
}

/*- Header Start -*/

.site-header {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 24px 0px;
}
.site-header .row {
  justify-content: center;
}
.site-header .site-branding img {
  max-width: 95px;
  height: 100%;
}

/*- Header End -*/

/*- Footer Start -*/

.footer-logo img {
  height: 100%;
  max-width: 95px;
}
.footer-top {
  margin-bottom: 25px;
  margin-top: 25px;
}
.footer-top .row {
  justify-content: space-between;
  gap: 20px;
}
.footer-content {
  max-width: 590px;
  text-align: center;
  margin-top: 20px;
}
.footer-content p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.footer-content strong {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fbc123;
}
.footer-bottom .site-info {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid #ffffff0f;
}
.footer-bottom .site-info * {
  opacity: 80%;
}
.site-header:has(+ .site-main > .hero-section) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.social-block {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.social-block > a {
  display: flex;
}
/*- Footer End -*/

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
}

@media (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 90px;
    line-height: 100px;
  }
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 80px;
    line-height: 90px;
  }
  h2,
  .h2 {
    font-size: 55px;
    line-height: 60px;
  }
  h3,
  .h3 {
    font-size: 45px;
    line-height: 47px;
  }
  h4,
  .h4 {
    font-size: 35px;
    line-height: 37px;
  }
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  h2,
  .h2 {
    font-size: 50px;
    line-height: 55px;
  }
  h3,
  .h3 {
    font-size: 40px;
    line-height: 45px;
  }
  h4,
  .h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .footer-top .row {
    flex-direction: column;
    align-items: center;
  }
  .footer-content,
  .social-block {
    margin-top: 10px;
  }
  p:has(> strong:only-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 45px;
    line-height: 50px;
  }
  h3,
  .h3 {
    font-size: 35px;
    line-height: 40px;
  }
  h4,
  .h4 {
    font-size: 25px;
    line-height: 30px;
  }
  h6,
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
