.page-container-one {
  background: url(https://web.glance-cdn.com/images/indonesia-unlocked/BG.png);
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
}

.banner-section {
  width: 100%;
  display: flex;
  padding: 18% 10% 0% 10%;
}

.left-section {
  width: 40%;
  display: flex;
  align-items: flex-start;
  border-right: 2px solid white;
  padding: 0% 5%;
}

.left-section img {
  width: 100%;
}

.right-section {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 5%;
}

.right-section .sec-one-top {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 128.52%;
  color: #ffcedd;
}

.right-section .sec-one-bottom {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 128.52%;
  color: #ffcedd;
}

.right-section .sec-two {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 147.02%;
  color: #ffcedd;
  margin-top: 12px;
}

.right-section .sec-three {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 147.02%;
  color: #ffcedd;
}

.right-section .register-btn {
  width: 260px;
  height: 60px;
  background: #fc024d;
  margin-top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.right-section .register-btn a {
  color: #ffffff;
}

/* banner two */

.banner-two {
  width: 100%;
}

.banner-two img {
  width: 100%;
}

.mobile-banner {
  display: none;
}

.desktop-banner {
  display: block;
}

.banner-three {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-three-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
}

.banner-three-content-wrapper img {
  width: 270px;
  margin-bottom: 32px;
}

.banner-three-content-wrapper .banner-three-content {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.banner-four {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.banner-five {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.banner-four-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
}

.banner-four-content-wrapper img {
  width: 170px;
}

.page-container-two {
  background: url(https://web.glance-cdn.com/images/indonesia-unlocked/last-sec-bg.png)
    no-repeat;
  width: 100%;
  padding: 10% 15%;
  background-size: cover;
  background-position: bottom;
}

.our-speaker-sec-img {
  width: 270px;
  margin-bottom: 32px;
}

.speakers-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.speakers-wrapper img {
  width: 240px;
  height: 300px;
  margin: 32px 52px;
}

.first-speaker {
  width: 265px !important;
}

.table-container {
  font-family: "Inter";
}

table,
th,
td {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 16px;
  text-align: left;
  width: 800px;
  font-size: 24px;
  color: white;
}

.first-column {
  text-align: center;
  width: 25%;
  font-size: 20px;
}

.second-column {
  color: rgb(245, 15, 95);
  width: 25%;
  padding: 20px;
}

.speaker-details {
  width: 25%;
  padding: 28px;
}
.sub-title {
  margin-top: 2px;
  font-size: 18px;
  color: rgb(247, 250, 250);
}

.indonesia-report-footer {
  width: 100vw;
}

.first-speaker {
  width: 255px !important;
}

@media (max-width: 1200px) {
  .right-section .sec-one-top {
    font-size: 32px;
  }

  .right-section .sec-one-bottom {
    font-size: 24px;
  }

  .right-section .sec-two {
    font-size: 24px;
  }

  .right-section .sec-three {
    font-size: 30px;
  }
  .right-section .register-btn {
    font-size: 24px;
  }

  .banner-three-content-wrapper .banner-three-content {
    font-size: 16px;
  }

  .sub-title {
    font-size: 13px;
  }

  table,
  th,
  td {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 18px;
    text-align: left;
    width: 800px;
    font-size: 16px;
    color: white;
  }
}

.footer {
  margin-top: 10rem;
  padding-top: 5rem;
  min-height: 20rem;
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-links {
  display: flex;
  flex-direction: row;
}

.icons img {
  width: 75%;
  cursor: pointer;
}

.brands img {
  margin: 32px;
}
.oems img {
  margin: 32px;
}

.indonesia-report-footer {
  width: 100vw;
}

@media (max-width: 480px) {
  .banner-section {
    flex-direction: column;
  }
  .left-section {
    border-bottom: 1px solid white;
    border-right: none;
    padding: 5% 0%;
    margin-left: 5%;
    width: 100%;
  }

  .left-section img {
    width: 60%;
  }

  .right-section {
    width: 100%;
  }

  .right-section .sec-one-top {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 128.52%;
    color: #ffcedd;
  }

  .right-section .sec-one-bottom {
    font-family: "Inter";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 128.52%;
    color: #ffcedd;
  }

  .right-section .sec-two {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 147.02%;
    color: #ffcedd;
    margin-top: 12px;
  }

  .right-section .sec-three {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 147.02%;
    color: #ffcedd;
  }

  .right-section .register-btn {
    width: 200px;
    height: 40px;
    background: #fc024d;
    margin-top: 12px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 39px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .banner-three-content-wrapper img {
    width: 215px;
    margin-bottom: 20px;
  }

  .banner-three-content-wrapper .banner-three-content {
    line-height: 16px;
    font-size: 14px;
  }

  .banner-four-content-wrapper img {
    width: 120px;
  }

  table,
  th,
  td {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 10px;
    text-align: left;
    width: 100px;
    font-size: 16px;
    color: white;
  }

  .first-column {
    text-align: center;
    width: 20%;
    font-size: 16px;
  }

  .page-container-two {
    padding: 10% 10%;
  }

  .speakers-wrapper img {
    width: 110px;
    height: auto;
    margin: 32px 12px;
  }

  .first-speaker {
    width: 130px !important;
  }

  .brands img {
    margin: 12px;
    width: 150px;
  }
  .oems img {
    margin: 25px;
    width: 60px;
  }

  .banner-four {
    margin-top: 60px;
  }
  .banner-five {
    margin-top: 40px;
  }
  .banner-three {
    margin-top: 40px;
  }

  .our-speaker-sec-img img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner-two {
    margin-top: 2rem;
  }
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }

  .banner-three-content-wrapper {
    width: 80vw;
  }
}
