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

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

html {
  height: 100%;
}

body {
  background: url("images/bg.png") no-repeat top right fixed;
  background-size: cover;
  font-family: "Georama", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.22px;
  color: #3503ff;
  background-color: #fff;
  display: flex;
  min-height: 100%;

  @media (max-width: 1600px) {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.18px;
    text-align: center;
  }
}

main {
  display: flex;
  padding: 80px;
  width: 100%;
  justify-content: space-between;

  @media (max-width: 1600px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 40px;
  }
}

section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  @media (max-width: 1600px) {
    align-items: center;
    gap: 40px;
  }

  & + section {
    flex-grow: 1;
    text-align: right;

    @media (max-width: 1600px) {
      text-align: center;
      justify-content: flex-end;
    }

    div {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;

      @media (max-width: 1600px) {
        flex-direction: column;
        align-items: center;
      }

      p {
        flex-grow: 1;
        text-align: center;

        span {
          display: inline-block;
          text-align: left;

          @media (max-width: 1600px) {
            text-align: center;
          }
        }
      }
    }
  }
}

.logo {
  height: auto;
  width: 214px;
}

address {
  font-style: normal;
}

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

h1 {
  font-size: 82px;
  font-weight: inherit;
  line-height: 86px;
  letter-spacing: -0.82px;
  max-width: 770px;

  @media (max-width: 1600px) {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -0.52px;
    max-width: 490px;
  }
}

h2 {
  font-size: 82px;
  font-weight: inherit;
  line-height: 86px;
  letter-spacing: -0.82px;

  @media (max-width: 1600px) {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -0.52px;
  }
}

.court {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  padding-bottom: 8px;

  @media (max-width: 1600px) {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.16px;
  }
}
