@font-face {
  font-family: "Gotham Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Light"), url("../fonts/Gotham-Light.otf") format("otf");
}

@font-face {
  font-family: "Gotham Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Medium"), url("../fonts/Gotham-Medium.otf") format("otf");
}

body {
  margin: 0;
  background: #e6e7e8;
}

/* .container {
    display: grid;
    justify-content: center;
    align-content: center;
    height: 100%;
} */

.desktop-container .background-wrapper {
  background: url(../assets/BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  /* width: 85%; */
  margin: auto;
}

.desktop-container .header-wrapper img,
.mobile-container .header-wrapper img,
.ipad-container .header-wrapper img {
  width: 100%;
}

/* .mobile-container .header-wrapper {
  margin-top: 30px;
} */

.mobile-container .background-wrapper {
  background: url(../assets/Mobile-BG.png);
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-size: 100%;
  height: 100%;
}

.ipad-container .background-wrapper {
  background: url(../assets/Ipad-BG.png);
  background-repeat: no-repeat;
  /* background-position: center center; */
  background-size: 100%;
  height: 100%;
}

.desktop-container .billboard {
  background: url(../assets/desktop/billboard.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 5%;
  right: 0;
}

.mobile-container .billboard {
  background: url(../assets/mobile/billboard.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 60%;
  width: 100%;
  position: absolute;
  top: 0;
}

.ipad-container .billboard {
  background: url(../assets/ipad/billboard.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 60%;
  width: 100%;
  position: absolute;
  top: 0;
}

.desktop-container .text-header img {
  width: 30%;
  margin-left: 10px;
  margin-bottom: 20px;
}

.desktop-container .text-small {
  font-family: "Gotham Medium", sans-serif;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #170f5f;
  margin: 12rem 0 20px;
}

.desktop-container .text-small img {
  width: 36%;
}

.topic-container {
  position: absolute;
  display: grid;
  top: 35%;
  left: 4%;
}

.desktop-container .topic-container .text-header {
  margin-left: 25px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.topic-container .text-topic {
  font-family: "Gotham Light", sans-serif;
  font-size: 36px;
  color: #0e0ea6;
  letter-spacing: 2px;
}

.topic-container .text-topic label {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.topic-container .text-subtopic {
  margin-top: 10px;
}

.topic-container .item-1,
.topic-container .item-2,
.topic-container .item-3,
.topic-container .item-4 {
  cursor: pointer;
  margin-bottom: 10px;
  font-family: "Gotham Medium", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #170f5f;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.topic-container .item-1 div.img-anchor,
.topic-container .item-2 div.img-anchor,
.topic-container .item-3 div.img-anchor,
.topic-container .item-4 div.img-anchor {
  width: 6px;
}

.topic-container .item-1 div,
.topic-container .item-2 div,
.topic-container .item-3 div,
.topic-container .item-4 div {
  margin-left: 10px;
}

.topic-container img {
  width: 6px;
  height: 36px;
}

.mobile-container .topic-container,
.ipad-container .topic-container {
  bottom: 0;
  left: 0;
}

.crop-element-billboard-1 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  width: 82px;
  height: 235px;
  cursor: pointer;
}

.crop-element-billboard-2 {
  position: absolute;
  bottom: 12%;
  left: 46%;
  width: 72px;
  height: 210px;
  cursor: pointer;
}

.crop-element-billboard-3 {
  position: absolute;
  bottom: 10%;
  right: 18%;
  width: 75px;
  height: 210px;
  cursor: pointer;
}

.crop-element-billboard-4 {
  position: absolute;
  bottom: 12%;
  right: 11%;
  width: 91px;
  height: 235px;
  cursor: pointer;
}

.crop-element-video-1 {
  position: absolute;
  bottom: 6%;
  left: 52%;
  width: 320px;
  height: 260px;
  cursor: pointer;
}

.video-element {
  width: 100%;
  height: 85%;
  outline: none;
}

.next-page {
  position: absolute;
  right: 0%;
  top: 45%;
  font-size: 32px;
  font-weight: bold;
  color: #848689;
}

.next-page:hover {
  color: #170f5f;
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
  body {
    background: #fff;
  }

  .topic-container {
    top: initial;
    height: 420px;
  }

  .topic-container .text-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .topic-container .text-header .text-topic {
    text-align: left;
  }

  .topic-container .text-subtopic {
    margin-left: 15%;
  }

  .topic-container .text-topic label {
    font-size: 0.9rem;
  }

  .topic-container img {
    width: 8px;
  }

  .topic-container .item-1,
  .topic-container .item-2,
  .topic-container .item-3,
  .topic-container .item-4 {
    margin-left: 200px;
    font-size: 1rem;
  }

  .text-small {
    font-family: "Gotham Medium", sans-serif;
    color: #170f5f;
    text-align: right;
    font-size: 0.6rem;
    margin: 30px 20px 10px;
  }

  .crop-element-billboard-1 {
    left: 9%;
    top: 30%;
    width: 80px;
    height: 230px;
  }

  .crop-element-billboard-2 {
    left: 20%;
    top: 30%;
    width: 70px;
    height: 220px;
  }

  .crop-element-billboard-3 {
    right: 20%;
    top: 30%;
    width: 70px;
    height: 220px;
  }

  .crop-element-billboard-4 {
    right: 9%;
    top: 30%;
    width: 80px;
    height: 230px;
  }

  .crop-element-video-1 {
    top: 25%;
    left: 30%;
    width: 310px;
    height: 280px;
  }

  .video-element {
    height: 35%;
  }

  .header-wrapper img {
    height: 100%;
  }

  .next-page {
    font-size: 24px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 600px) {
  body {
    background: #fff;
  }

  .topic-container {
    position: absolute;
    top: 365px;
    height: 395px;
  }

  .topic-container .text-header {
    margin: 10px 0;
    text-align: center;
  }

  .topic-container .text-topic {
    font-size: 2.5rem;
  }

  .topic-container .item-1,
  .topic-container .item-2,
  .topic-container .item-3,
  .topic-container .item-4 {
    width: 90%;
    margin-left: 15px;
  }

  .topic-container .item-2,
  .topic-container .item-3,
  .topic-container .item-4 {
    width: 70%;
    margin-left: 15px;
  }

  .topic-container .text-small {
    margin: 20px auto 10px;
    font-family: "Gotham Medium", sans-serif;
    font-size: 0.5rem;
    letter-spacing: 0.5px;
    color: #170f5f;
  }

  .crop-element-billboard-1 {
    left: 9%;
    top: 25%;
    width: 40px;
    height: 180px;
  }

  .crop-element-billboard-2 {
    left: 20%;
    top: 25%;
    width: 34px;
    height: 162px;
  }

  .crop-element-billboard-3 {
    right: 20%;
    top: 25%;
    width: 37px;
    height: 162px;
  }

  .crop-element-billboard-4 {
    right: 9%;
    top: 24%;
    width: 43px;
    height: 170px;
  }

  .crop-element-video-1 {
    top: 22%;
    left: 30%;
    width: 160px;
    height: 190px;
  }

  .video-element {
    height: 35%;
  }

  .header-wrapper img {
    height: auto;
  }

  .next-page {
    font-size: 20px;
  }
}

/* Screen size iphone-x */
@media only screen and (min-width: 351px) and (max-width: 385px) and (min-height: 800px) and (max-height: 850px) {
  .topic-container {
    top: 40%;
  }
}
