body {
  color: #333;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #fcd21d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Krick Bold, Arial, sans-serif;
  line-height: 44px;
  font-size: clamp(55px, 16.7vw, 320px);
  line-height: 70%;
}

h2 {
  color: #fcd21d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Krick Bold, Arial, sans-serif;
  font-weight: 700;
}

p {
  color: #fff;
  margin-bottom: 30px;
}

.big-container {
  background-color: #000;
}

.content {
  width: 90%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content.header-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content.hero-content {
  padding-bottom: 0;
}

.content.footer-c {
  padding-top: 0;
}

.icons-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.social-box {
  border: 1px solid #fff;
  padding: 9px 10px;
  transition: background-color 0.4s;
}

.social-box:hover {
  background-color: #fff;
}

.hero {
  position: relative;
}

.square-holder {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: linear-gradient(#362b3b 2px, transparent 2px),
    linear-gradient(90deg, #362b3b 2px, transparent 2px);
  background-size: 77.05px 77px;
  background-position: 0px 0px;
}

.square-holder.big-padding {
  padding-bottom: 350px;
}

.center-holder {
  z-index: 99;
  text-align: center;
  padding-bottom: 20vh;
  position: relative;
}

.center-holder.bottom {
  margin-top: -30vh;
  margin-bottom: 10vh;
  padding-bottom: 0;
}

.center-holder.footer,
.center-holder.big-margin,
.center-holder.no-padding {
  padding-bottom: 0;
}

.top,
.big {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.cta-holder-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  max-width: 580px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-right: auto;
  display: block;
}

.hero-image.mobile {
  display: none;
}

.cta {
  color: #fcd21d;
  background-image: url("../images/cta-icon.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 35px;
  text-decoration: none;
  transition: all 0.4s;
}

.cta:hover {
  background-position: 100%;
  padding-right: 40px;
}

.cta-yellow {
  color: #000;
  background-color: #fcd21d;
  padding: 0 5px;
  width: 256px;
  line-height: 56px;
  height: 56px;
  font-weight: 700;
  transition: background-color 0.4s;
}

.cta-yellow:hover {
  background-color: #fff;
}

.cta-transparent {
  background-color: #3898ec00;
  border: 1px solid #fff;
  padding: 0 5px;
  width: 256px;
  line-height: 56px;
  height: 56px;
  font-weight: 700;
  transition: background-color 0.4s;
}

.cta-transparent:hover {
  color: #000;
  background-color: #fff;
}

.separator {
  height: 79px;
  background-image: linear-gradient(#362b3b 2px, transparent 2px),
    linear-gradient(90deg, #362b3b 2px, transparent 2px);
  background-size: 77.05px 77px;
  background-position: 0px 0px;
}

.hero-image-holder {
  margin-top: -20vh;
  position: relative;
}

.hero-image-holder.big {
  max-height: 920px;
  margin-top: -465px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-image-holder.big .hero-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: unset;
  height: auto;
}

.holder-text {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.small-text-holder {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.big-paragraph {
  font-size: clamp(16px, 0.83vw, 20px);
  color: #c9c9c9;
  line-height: 30px;
}

.logo {
  width: 10vw;
  min-width: 170px;
  max-width: 193px;
}

.bss-section {
  margin-bottom: 0;
  margin-top: 100px;
  position: relative;
  top: 0;
  z-index: 999;
}

.bs-holder {
  justify-content: space-around;
  max-width: 1400px;
  margin-top: 115px;
  margin-bottom: 9vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  text-align: center;
  width: 44%;
  padding: 5.5vh 5vw;
  background-color: #000;
}

.section-right {
  padding-left: 1vw;
  padding-right: 1vw;
}

.loadedIframe {
  padding-top: 5.5vh;
  padding-bottom: 5.5vh;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 1000px;
  min-height: 510px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  scroll-margin-top: 0;
  outline: none;
}

.buy-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.buy-cta {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.tools-section {
  background: #000;
  padding: 4.5vh 20px 5.5vh;
  width: 80.75%;
  margin: 0 auto;
}

.tools-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  margin-top: 45px;
}

.footer p {
  color: #c9c9c9;
}

@media screen and (max-width: 1575px) {
}

@media screen and (max-width: 1440px) {
  .hero-image-holder.big {
  }

  .square-holder.big-padding {
  }

  .hero-image-holder.big {
  }
}

@media screen and (max-width: 1320px) {
  .center-holder.bottom {
    margin-top: -20vh;
  }
}

@media screen and (max-width: 1200px) {
  .hero-image-holder.big {
    margin-top: -400px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-image-holder.big {
    margin-top: -250px;
  }

  .square-holder.big-padding {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 991px) {
  .content {
    width: 80%;
  }

  .center-holder.bottom {
    margin-top: 0;
  }

  .hero-image,
  .hero-image.mobile {
    display: block;
  }

  .hero-image.desktop {
    display: none;
  }

  .hero-image-holder.big {
  }

  .bss-section {
    margin-bottom: 0;
    top: 0;
  }

  .bs-holder {
    margin-bottom: 10vh;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section-left,
  .section-right {
    width: 100%;
  }

  iframe {
    min-height: 615px;
  }
}

@media screen and (max-width: 767px) {
  .square-holder {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-image-holder.big {
    margin-top: -200px;
  }

  .square-holder.big-padding {
    padding-bottom: 150px;
  }

  .content.header-content {
    flex-direction: column;
  }

  .icons-holder {
    position: relative;
    justify-content: center;
  }

  .center-holder.bottom {
    margin-bottom: 5vh;
  }

  .hero-image-holder.big {
  }

  .bss-section {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .bs-holder {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  br {
    display: none;
  }

  .section {
    padding: 0;
    margin-bottom: 20px;
  }

  .big-paragraph {
    line-height: 26px;
  }

  .heading {
    margin-bottom: 40px;
    line-height: 54px !important;
  }

  .top {
    margin-bottom: 15px;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-image-holder.big {
    margin-top: -150px;
  }

  .square-holder.big-padding {
    padding-bottom: 100px;
  }

  .hero-image-holder.big .hero-image {
    width: 115%;
  }

  .content.header-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .social-box {
    padding: 4px 5px 5px;
  }

  .center-holder.bottom {
    margin-bottom: 3vh;
  }

  .cta-holder-box {
    flex-flow: column;
    align-items: center;
  }

  .heading {
    margin-bottom: 40px;
  }

  .logo {
    min-width: 123px;
  }

  .buy-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tools-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }
}

@font-face {
  font-family: "Krick Semibold";
  src: url("../fonts/Krick-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Krick Rg";
  src: url("../fonts/Krick-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Krick Bold";
  src: url("../fonts/Krick-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Krick Medium";
  src: url("../fonts/Krick-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
