@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

/* normalize css starts*/
* {
  box-sizing: border-box;
  margin: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
}

h3 {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.responsive-container ul {
  list-style: inside;
}

.responsive-container > p {
  color: #b3b3b3;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.responsive-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

img,
video {
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input,
textarea,
select {
  margin: 0;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* normalize css ends*/

section {
  width: 100%;
}

.section-content {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}

.logo {
  width: 100%;
}

.logo img {
  margin: 0 auto;
}

.two-col {
  display: flex;
}

.reversed {
  flex-direction: row-reverse;
}

/* .two-col>div {
    width: 100%;
} */

h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.img-block {
  display: flex;
  justify-content: end;
}

.text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.subheading-large {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.subheading-medium {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.subheading-top {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.btn-container {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.btn-container a:hover {
  transform: scale(1.03);
  transition: all 0.3s ease;
}

.magnus-academy .btn-container {
  margin-top: 24px;
}

.magnus-academy {
  background: url("/assets/bg-hero.jpg") no-repeat center / cover;
}

.magnus-academy .text-block {
  max-width: 448px;
  gap: 16px;
}

.magnus-academy .img-block {
  padding-top: 95px;
  position: relative;
  overflow: hidden;
}

.magnus-academy .img-block img,
.magnus-trainer .img-block img,
.play-magnus .img-block img,
.tactics-frenzy .img-block img,
.knight-runner .img-block img {
  z-index: 1;
}

.magnus-academy .img-block video {
  position: absolute;
  border-radius: 11%;
  padding: 1% 1% 0;
}

.magnus-trainer {
  background: radial-gradient(
    84% 84.13% at 16.01% 45.19%,
    #32d1a7 0%,
    #2aafa1 100%
  );
}

.magnus-trainer .img-block {
  padding-top: 78px;
  position: relative;
  overflow: hidden;
}

.magnus-trainer .img-block video,
.play-magnus .img-block video,
.tactics-frenzy .img-block video,
.knight-runner .img-block video {
  position: absolute;
  border-radius: 12%;
  padding: 1% 1% 0;
}

.magnus-trainer .text-block {
  max-width: 450px;
  gap: 8px;
}

.play-magnus .img-block {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.play-magnus .text-block {
  max-width: 450px;
  gap: 8px;
}

.tactics-frenzy {
  background: radial-gradient(
    84.63% 86.25% at 15.311% 33.33%,
    #f7f7f7 0%,
    #e6e6e6 100%
  );
  color: #000;
}

.tactics-frenzy .text-block {
  max-width: 448px;
  gap: 8px;
}

.tactics-frenzy .img-block {
  padding-top: 78px;
  position: relative;
  overflow: hidden;
}

.knight-runner .img-block {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.knight-runner .text-block {
  max-width: 450px;
  gap: 8px;
}

footer {
  padding: 41px;
}

.footer-content {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.terms {
  display: flex;
  gap: 16px;
}

.terms-container main {
  padding: 80px 0;
}

.terms-container .terms-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.terms-container .terms-title h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.terms-container .terms-title p {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.terms-container main h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
}

.terms-container main p,
ul {
  color: #b3b3b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.terms-container main a {
  text-decoration: underline;
}

.terms-container footer {
  padding: 41px 0;
}

@media screen and (max-width: 1048px) {
  .section-content,
  .terms-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .section-content {
    flex-direction: column;
    padding: 80px 24px 0;
    align-items: center;
  }

  .magnus-academy .img-block,
  .magnus-trainer .img-block,
  .play-magnus .img-block,
  .tactics-frenzy .img-block,
  .knight-runner .img-block {
    padding-top: 0;
  }

  h1 {
    font-size: 48px;
    line-height: normal;
  }

  h2 {
    font-size: 36px;
    line-height: normal;
  }

  .subheading-large {
    font-size: 24px;
    line-height: normal;
  }

  .terms-container .terms-title h1 {
    font-size: 48px;
    line-height: normal;
  }

  .terms-container .terms-title p {
    font-size: 24px;
    line-height: normal;
  }

  .terms-container main {
    padding: 40px 0;
  }
}

@media screen and (max-width: 450px) {
  .footer-content {
    flex-direction: column;
    gap: 8px;
  }

  .footer-content {
    align-items: center;
  }

  .btn-container a {
    width: 50%;
  }
}

@media screen and (max-width: 330px) {
  .terms {
    flex-direction: column;
    gap: 8px;
  }
}
