@font-face {
  font-family: Qatar-bold;
  src: url(./assets/fonts/Qatar2022/Qatar2022Arabic-Bold.ttf);
}

@font-face {
  font-family: Qatar-heavy;
  src: url(./assets/fonts/Qatar2022/Qatar2022Arabic-Heavy.ttf);
}

@font-face {
  font-family: SukhumvitSet-Medium;
  src: url(./assets/fonts/SukhumvitSet-Medium.ttf);
}

@font-face {
  font-family: SF-regular;
  src: url(./assets/fonts/SF-Pro-Display-Regular.otf);
}

body {
  box-sizing: border-box;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}

/* Navigation bar */
.navigation {
  height: 60px;
  background-color: #5f001a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .container {
  display: flex;
}

.logo {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginContainer {
  margin-left: auto;
  font-family: SukhumvitSet-Medium;
}

.login {
  text-align: right;
}

.dateTime {
  font-size: 0.8rem;
}

.registerBtn {
  background-color: #ff8a00;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 0 10px;
  font-size: 1rem;
}

/* Landing */
.landing {
  height: 95vh;
  background-image: url(./assets/img/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5vh;
}

.landing .container {
  height: 95vh;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5vh;
}

.element-1-01 {
  position: absolute;
  width: 100px;
  left: 50px;
  bottom: 50px;
}

.element-2-01-01 {
  position: absolute;
  width: 100px;
  right: 50px;
  top: 50px;
}

.fifa2022 {
  width: 180px;
}

.countdownTitle {
  color: white;
  font-family: SukhumvitSet-Medium;
  font-size: 20px;
  margin: 5vh 0 5vh 0;
}

.countdownSubTitle {
  color: white;
  font-family: SukhumvitSet-Medium;
  font-size: 18px;
}

.million {
  color: white;
  font-family: Qatar-heavy;
  font-size: 35px;
  margin: 0 0 5vh 0;
}

.launchTime {
  display: flex;
}

.launchTime div {
  /* flex-basis: 100px; */
  width: 140px;
}

.launchTime div p {
  font-size: 4rem;
  font-family: Qatar-heavy;
  /* line-height: 160px;
  height: 120px; */
  margin-bottom: -14px;
  color: #fff;
}

.launchTime div span {
  font-size: 2rem;
  font-family: SukhumvitSet-Medium;
  margin-top: -20px;
  color: #fff;
}

.score-01 {
  width: 40px;
  margin: 0px 20px 10px 20px;
}

.button-01 {
  width: 250px;
  margin: auto;
}

.item-a {
  grid-area: license;
  height: 100px;
  font-size: 0.625rem;
}

.item-a > :first-child {
  color: #ed1554;
}

.item-a > :last-child {
  color: #5f5c67;
}

.item-b {
  grid-area: socialMedia;
  height: 100px;
  color: #ed1554;
  font-size: 0.625rem;
}

.item-c {
  grid-area: responsibleGaming;
  height: 100px;
  color: #ed1554;
  font-size: 0.625rem;
}

.footer {
  height: 250px;
  background-color: #35010e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: SukhumvitSet-Medium;
}

.footerContainer {
  display: grid;
  /* max-width: 800px; */
  /* grid-template-columns: 35vw 13vw 13vw; */
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: auto;
  grid-template-areas: "license socialMedia responsibleGaming ";
}

.footerContainer > :last-child {
  color: #5f5c67;
  font-size: 0.625rem;
}

.joinBtn {
  margin: auto;
  position: relative;
}
.joinBtnText {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: SukhumvitSet-Medium;
  font-size: 23px;
  color: #fff;
}
.horizontalLine {
  height: 1px;
  width: 80vw;
  /* background-color: #fff; */
  background: linear-gradient(to right, #5b313b, transparent);

  margin: 20px 0 20px 0;
}

.tick {
  width: 15px;
}

.curacao {
  width: 80px;
  margin: 10px 0 10px 0;
}

.followUs {
  width: 20px;
  filter: grayscale(1);
  opacity: 0.8;
  margin: 10px 5px 0 0;
}
.responsibleGaming {
  width: 20px;
  margin: 10px 5px 0 0;
}

.web {
  display: flex;
}

.mobile {
  display: none;
}

@media (min-width: 1281px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 900px;
  }

  .launchTime div {
    /* flex-basis: 100px; */
    width: 60px;
  }

  .launchTime div p {
    font-size: 3rem;
    font-family: SukhumvitSet-Medium;
    /* line-height: 160px;
    height: 120px; */
    margin-bottom: -14px;
    color: #fff;
  }

  .launchTime div span {
    font-size: 1rem;
    font-family: SukhumvitSet-Medium;
    margin-top: -20px;
    color: #fff;
  }

  .score-01 {
    width: 20px;
    margin: 0px 20px 10px 20px;
  }

  .million {
    color: white;
    font-family: Qatar-heavy;
    font-size: 30px;
  }

  .fifa2022 {
    width: 150px;
  }

  .countdownTitle {
    color: white;
    font-size: 20px;
    margin: 20px 0 20px 0;
  }

  .countdownSubTitle {
    color: white;
    font-family: SukhumvitSet-Medium;
    font-size: 16px;
  }

  .bi-diamond-fill1 {
    width: 10px;
    height: 10px;
  }

  .bi-diamond-fill2 {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 540px) {
  .web {
    display: none;
  }

  .landing {
    height: 500px;
  }

  .footer {
    height: 300px;
    padding: 2vh;
  }

  .mobile {
    display: flex;
  }

  .loginContainer {
    display: none;
  }

  .element-1-01 {
    position: absolute;
    width: 50px;
    left: 20px;
    bottom: 20px;
  }

  .element-2-01-01 {
    position: absolute;
    width: 50px;
    right: 20px;
    top: 20px;
  }

  .launchTime div {
    /* flex-basis: 100px; */
    width: 30px;
  }

  .launchTime div span {
    font-size: 0.75rem;
    font-family: SukhumvitSet-Medium;
    margin-top: -20px;
    color: #fff;
  }

  .launchTime div p {
    font-size: 2rem;
    font-family: Qatar-heavy;
    /* line-height: 160px;
    height: 120px; */
    margin-bottom: -14px;
    color: #fff;
  }

  .score-01 {
    width: 10px;
    margin: 0px 20px 10px 20px;
  }

  .fifa2022 {
    width: 125px;
  }

  .countdownTitle {
    color: white;
    font-size: 18px;
    margin: 20px 0 10px 0;
  }

  .countdownSubTitle {
    color: white;
    font-family: SukhumvitSet-Medium;
    font-size: 13px;
  }

  .million {
    color: white;
    font-family: Qatar-heavy;
    font-size: 20px;
    margin: 10px 0 30px 0;
  }

  .button-01 {
    width: 200px;
  }

  .joinBtnText {
    font-size: 16px;
  }

  .launchTime {
    display: flex;
  }

  .bi-diamond-fill1 {
    width: 10px;
    height: 10px;
  }

  .bi-diamond-fill2 {
    width: 15px;
    height: 15px;
  }

  .footer {
    padding: 10px 20px 10px 20px;
    align-items: flex-start;
  }

  .footer > :last-child {
    color: #5f5c67;
    font-size: 10px;
  }

  .socialMedia {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    color: #ed1554;
    font-size: 10px;
    margin: 10px 0 0 0;
  }

  .gamingLicense > :first-child {
    color: #ed1554;
    font-size: 10px;
  }

  .gamingLicense > :last-child {
    color: #5f5c67;
    font-size: 10px;
  }

  .horizontalLine {
    height: 1px;
    width: 90vw;
    /* background-color: #fff; */
    background: linear-gradient(to right, #5b313b, transparent);

    margin: 20px 0 20px 0;
  }
}
