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

#event-page {
  font-family: "Bitter", serif;
  color: #464265;
}

.section {
  margin-bottom: 100px;
}

img {
  max-width: 100%;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: center;
  color: #464265;
  margin-bottom: 40px;
}

/* Fix bug that close icon disappears */
.btn-close-backdrop img {
  max-width: unset;
}

/* Section 1 */
.section-1 {
  margin-bottom: 83px;
}

.section-1 .left {
  padding-top: 57px;
  padding-bottom: 12px;
}

.section-1 .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  text-align: left;
  margin-bottom: 23px;
}

.section-1 .title span {
  color: #136aa5;
}

.section-1 .sub-title {
  font-size: 16.55px;
  font-weight: 400;
  line-height: 28.38px;
  text-align: left;
  color: #000;
  margin-bottom: 34px;
}

.section-1 .register-btn {
  font-family: Inter;
  display: inline-block;
  width: 225px;
  height: 56px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #136aa5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.section-1 .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #464265;
  margin-bottom: 0;
}

.section-1 .direction {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 56px;
}

.section-1 .on-map {
  min-width: 100px;
  height: 28px;
  padding: 4px 8px;
  border-radius: 8px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #136aa5;
  text-decoration: none;
  display: inline-block;
  background: #136aa526;
}

.section-1 .image-holder {
  position: absolute;
  max-width: 750px;
}

/* Section 2 */
.section-2 .column {
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #7f85a4;
  height: 100%;
}

.section-2 .list-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}

.section-2 .list-item::before {
  content: url("/assets/img/icons/bullet.svg");
  position: absolute;
  left: 0;
}

.section-2 .column-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  margin-bottom: 8px;
}

.section-2 .highlight-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.section-2 h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.section-2 .right {
  position: relative;
  z-index: 2;
  background: #fff;
}

.section-2 .bottom-image {
  position: absolute;
  width: 95px;
  height: 95px;
  right: -22px;
  bottom: -50px;
  z-index: 1;
}

/* Section 3 */
.section-3 .column {
  font-family: Montserrat;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #136aa5;
  border-top: none;
  border-left: none;
}

.section-3 .column-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.section-3 .column-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6e7074;
  margin-bottom: 0;
}

/* Section 4 */
.section-4 .timeline {
  position: relative;
}

.section-4 .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #d9d9d9;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}

.section-4 .row {
  position: relative;
}

.section-4 .row::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #136aa5;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.section-4 .timeline {
  display: flex;
  flex-direction: column;
  gap: 62px;
  padding-top: 21px;
  padding-bottom: 26px;
}

.section-4 .row {
  margin-left: -34px;
  margin-right: -34px;
}

.section-4 .col-lg-6 {
  padding-left: 34px;
  padding-right: 34px;
}

.section-4 .time-title {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.section-4 .link {
  text-decoration: underline;
  color: #136aa5;
}

.section-4 .box {
  display: inline-block;
  height: 36px;
  padding: 8px 16px;
  border-radius: 40px;
  background: #136aa5;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.section-4 .box span {
  font-weight: 600;
}

.section-4 .on-left {
  float: right;
  text-align: right;
}

/* Section 5 */
.section-5 .right {
  padding: 0 16px;
}

.section-5 .right-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
}

.section-5 .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.section-5 .right-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.section-5 .group {
  margin-bottom: 32px;
}

.section-5 .group:last-child {
  margin-bottom: 0px;
}

.section-5 .list {
  font-size: 16px;
  line-height: 24px;
  padding-left: 24px;
  margin-bottom: 0;
}

/* Section 6 */
.section-6 .background {
  border-radius: 19px;
  padding: 15px 40px;
  background: #136aa5;
  width: 90%;
  margin: auto;
  background: #136aa5 url("/assets/img/event/tech-revolution-bg.webp") no-repeat
    center center;
  background-size: cover;
}

.section-6 .section-title {
  text-align: left;
  color: #fff;
  margin-bottom: 8px;
}

.section-6 .sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}

.section-6 .register-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  color: #d6ddff;
  margin-bottom: 20px;
}

.section-6 .register-btn {
  font-family: Inter;
  display: inline-block;
  min-width: 225px;
  height: 56px;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #e2e6f5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.section-6 .qrcode-holder {
  display: inline-block;
  border-radius: 30px;
  padding: 25px;
  background: #fff;
}

#js-event-qrcode {
  border-radius: 20px;
  overflow: hidden;
}

.section-6 .text-or {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 0;
}

/* Section 7 */
.section-7 .column {
  padding: 27px;
  border-radius: 40px;
  border: 1px solid #7f85a4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-7 .left-image {
  width: 262px;
  height: 146px;
}

.section-7 .right-image {
  width: 133px;
  height: 94px;
}

/* Section 8 */
.section-8 .section-title {
  margin-bottom: 16px;
}

.section-8 .sub-title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-bottom: 32px;
  color: #7f85a4;
}

.section-8 .find-more {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #136aa5;
  margin-bottom: 22px;
  text-decoration: underline;
}

.section-8 .left {
  border-radius: 12px;
  border: 1px solid #136aa54d;
  padding: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 57%;
}

.section-8 .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 29%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-8 .register-btn {
  display: inline-block;
  text-align: center;
  width: 392px;
  height: 56px;
  padding: 16px 24px;
  border-radius: 8px;
  background: #136aa5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
}

.section-8 .time-countdown {
  display: flex;
  gap: 46px;
  justify-content: center;
  margin-bottom: 32px;
}

.section-8 .time-countdown_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section-8 .time-countdown_col::after {
  content: ":";
  position: absolute;
  right: -25px;
  top: 14px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #136aa5;
}

.section-8 .time-countdown_col:last-child:after {
  display: none;
}

.section-8 .time-countdown_number {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #136aa5;
}

.section-8 .time-countdown_unit {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.section-8 .time-countdown_expired {
  margin-bottom: 32px;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  height: 84px;
  text-align: center;
  color: #ff0000;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 50px;
  }

  .section-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 30px;
  }

  /* Section 1 */
  .section-1 {
    margin-bottom: 50px;
  }

  .section-1 .left {
    padding-top: 44px;
    padding-bottom: 9px;
  }

  .section-1 .title {
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 17px;
  }

  .section-1 .sub-title {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .section-1 .register-btn {
    width: auto;
    height: auto;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-1 .text {
    font-size: 13px;
    line-height: 16px;
  }

  .section-1 .direction {
    gap: 9px;
    margin-top: 40px;
  }

  .section-1 .image-holder {
    position: static;
    max-width: 100%;
    margin-top: 20px;
  }

  /* Section 2 */
  .section-2 .column {
    padding: 20px 12px;
    border-radius: 10px;
  }

  .section-2 .list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .section-2 .column-title {
    font-size: 22px;
    line-height: 26px;
  }

  .section-2 .highlight-text {
    font-size: 14px;
    line-height: 20px;
  }

  .section-2 h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .section-2 .bottom-image {
    width: 70px;
    height: 70px;
    right: -20px;
    bottom: -20px;
  }

  /* Section 3 */
  .section-3 .column {
    border-radius: 10px;
    border-top: 1px solid #136aa5;
    border-left: 1px solid #136aa5;
  }

  .section-3 .column-title {
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .section-3 .column-text {
    font-size: 14px;
    line-height: 20px;
  }

  /* Section 4 */
  .section-4 .timeline::after {
    left: 3px;
    transform: unset;
  }

  .section-4 .row::after {
    top: 12px;
    left: 10px;
    transform: unset;
    z-index: 2;
  }

  .section-4 .timeline {
    gap: 47px;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .section-4 .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .section-4 .col-lg-6 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-4 .time-title {
    font-size: 15px;
    line-height: 20px;
  }

  .section-4 .box {
    border-radius: 20px;
  }

  .section-4 .on-left {
    text-align: right;
  }

  .section-4 .on-right {
    float: right;
  }

  /* Section 5 */
  .section-5 .right {
    padding: 33px 12px;
  }

  .section-5 .text {
    font-size: 14px;
    line-height: 20px;
  }

  .section-5 .list {
    font-size: 14px;
    line-height: 20px;
  }

  /* Section 6 */
  .section-6 .background {
    border-radius: 10px;
    padding: 18px;
    width: 100%;
  }

  .section-6 .sub-title {
    font-size: 15px;
    line-height: 24px;
  }

  .section-6 .register-text {
    margin-bottom: 15px;
  }

  .section-6 .register-btn {
    min-width: auto;
    height: auto;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-6 .qrcode-holder {
    border-radius: 20px;
    padding: 20px;
    margin: auto;
  }

  #js-event-qrcode {
    border-radius: 10px;
  }

  .section-6 .text-or {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  /* Section 7 */
  .section-7 .column {
    border-radius: 20px;
  }

  .section-7 .left-image {
    width: 200px;
    height: 112px;
  }

  .section-7 .right-image {
    width: 200px;
    height: 112px;
  }

  /* Section 8 */
  .section-8 .section-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .section-8 .sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .section-8 .find-more {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 17px;
  }

  .section-8 .left {
    border-radius: 12px;
    padding: 20px 12px;
    width: calc(100% - 24px);
    margin: 0 auto 20px;
  }

  .section-8 .right {
    width: 100%;
    width: calc(100% - 24px);
    margin: auto;
  }

  .section-8 .register-btn {
    width: 80%;
    height: auto;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-8 .time-countdown {
    gap: 27px;
    margin-bottom: 20px;
  }

  .section-8 .time-countdown_col::after {
    right: -18px;
    top: 8px;
    font-size: 24px;
    line-height: 28px;
  }

  .section-8 .time-countdown_number {
    font-size: 30px;
    line-height: 45px;
  }

  .section-8 .time-countdown_expired {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    height: auto;
  }

  .section-8 img {
    scale: 0.9;
  }
}
