﻿@charset "UTF-8";
@font-face {
  font-family: "gotham-bold";
  src: url("../webfonts/gotham-bold.otf") format("opentype");
}
@font-face {
  font-family: "hubotsans_condensed-light";
  src: url("../webfonts/hubotsans_condensed-light.ttf") format("truetype");
}
@font-face {
  font-family: "robotocondensed";
  src: url("../webfonts/robotocondensed-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "iciel crocante";
  src: url("../webfonts/iciel crocante.otf") format("opentype");
}
@font-face {
  font-family: "utm cooper black";
  src: url("../webfonts/utm cooper black.ttf") format("truetype");
}
@font-face {
  font-family: "utm penumbrabold";
  src: url("../webfonts/utm penumbrabold.ttf") format("truetype");
}
@font-face {
  font-family: "josefinsans-variablefont_wght";
  src: url("../webfonts/josefinsans-variablefont_wght.ttf") format("truetype");
}
a {
  text-decoration: none;
  color: black;
  color: inherit;
}
a:hover {
  color: inherit;
}

a, i, img, button {
  transition: 0.3s;
}

.form-select, .form-control {
  font-size: inherit !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: josefinsans-variablefont_wght;
}
@media (max-width: 600px) {
  body {
    font-size: 0.875rem;
  }
}

.text-justify {
  text-align: justify;
}

.ul-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul-reset * {
  padding: 0;
}

.slick-dots {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transform: translateX(-50%);
  transition: 0.5s;
}
.slick-dots li {
  margin: 2px;
}
.slick-dots button {
  display: block;
  width: 25px;
  height: 3px;
  padding: 0;
  border: none;
  background-color: white;
  text-indent: -99999px;
  transition: 0.5s;
}
.slick-dots li.slick-active button {
  /*background-color: $secondmain-color;*/
  transition: 0.5s;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 1;
  border: none;
  background-color: transparent;
  z-index: 1;
  border-radius: 50%;
}
.slick-arrow i {
  color: #FFC931;
  font-size: 40px;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -30px;
}

.slick-slide {
  margin: 0.75rem;
}

.slick-list {
  margin: -0.75rem;
}

.button-border {
  background-image: url("images-landing/gradient.png");
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  display: block;
  width: fit-content;
  border: 1px solid white;
  padding: 8px 30px;
  color: white;
  box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.button-border:hover {
  color: white;
  filter: brightness(1.1);
}
@media (max-width: 600px) {
  .button-border {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.banner-landing {
  position: relative;
}
.banner-landing img {
  width: 100%;
  aspect-ratio: 2.5;
}
.banner-landing .button-border {
  position: absolute;
  bottom: 30px;
  left: 10%;
}
@media (max-width: 600px) {
  .banner-landing .button-border {
    padding: 6px 20px;
    font-size: 12px;
    bottom: 10px;
    right: 15px;
  }
}

.bg-shared {
  background-position: bottom;
  background-size: cover;
  background-image: url("images-landing/bg.jpg");
  padding: 50px 0;
  padding-bottom: 90px;
}
.bg-shared .container {
  max-width: 1100px;
}

.english-primary-text {
  color: #2E3192;
  background: white;
  padding: 35px 60px;
  position: relative;
  font-size: 1.75rem;
}
@media (max-width: 600px) {
  .english-primary-text {
    font-size: 1rem;
  }
}
.english-primary-text h1 {
  color: #F15A24;
  font-size: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .english-primary-text h1 {
    font-size: 1.5rem;
  }
}
.english-primary-text .box-rule {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 40%;
  height: 4px;
}
@media (max-width: 600px) {
  .english-primary-text {
    padding: 20px;
  }
}
.english-primary-text::before, .english-primary-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 35px;
}
@media (max-width: 600px) {
  .english-primary-text::before, .english-primary-text::after {
    height: 20px;
  }
}
@media (max-width: 380px) {
  .english-primary-text::before, .english-primary-text::after {
    height: 15px;
  }
}
.english-primary-text::before {
  left: 0;
  background-image: url("images-landing/before.png");
  background-position: left;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.english-primary-text::after {
  right: 0;
  background-image: url("images-landing/after.png");
  background-position: right;
}

.rule-div {
  background-image: url("images-landing/rule.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 200px;
  margin: auto;
}

.title-img {
  height: 55px;
  margin: auto;
  display: block;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 750px) {
  .title-img {
    height: 50px;
  }
}
@media (max-width: 500px) {
  .title-img {
    height: 30px;
  }
}

.memories {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("images-landing/memories-bg.png");
  position: relative;
  /*height: 600px;*/
  padding: 0 2rem 3rem 2rem;
}
.memories .title-img {
  transform: translateY(-50%) !important;
}
@media (max-width: 500px) {
  .memories {
    padding: 0 1rem;
  }
}
.memories::before, .memories::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.memories::before {
  width: 80px;
  top: -100px;
  right: 50px;
  background-image: url("images-landing/icon_17.png");
}
.memories::after {
  width: 50px;
  bottom: -60px;
  left: 15%;
  background-image: url("images-landing/icon_2.png");
}
.memories .memories-slick img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.box-rule {
  width: 50%;
  margin: auto;
  display: block;
}

.impressive-numbers .title-img {
  height: 60px;
}
@media (max-width: 750px) {
  .impressive-numbers .title-img {
    height: 55px;
  }
}
@media (max-width: 500px) {
  .impressive-numbers .title-img {
    height: 35px;
  }
}
.impressive-numbers .number-box {
  background-image: url("images-landing/number-box-bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  padding-top: 1.75rem;
}
.impressive-numbers .number-box .number {
  background: linear-gradient(to right, #DEB01E, #EEC946, #FCF483, #FFF88C);
  font-weight: bold;
  font-size: 2rem;
  background-clip: text;
  color: transparent;
  position: relative;
  transform: translateY(5px);
  font-family: "utm penumbrabold";
}
.impressive-numbers .number-box .text {
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (max-width: 600px) {
  .impressive-numbers .number-box .number {
    font-size: 24px;
    transform: translateY(0);
  }
  .impressive-numbers .number-box .text {
    font-size: 0.875rem;
  }
}

.pathway {
  padding-bottom: 145px;
  position: relative;
}
@media (max-width: 991px) {
  .pathway {
    padding-bottom: 20px;
  }
}
.pathway .title-img-contain {
  width: fit-content;
  position: relative;
  margin: 0px auto 50px auto;
}
.pathway .title-img-contain::after {
  content: "";
  background-image: url("images-landing/icon_2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -200px;
  top: 10px;
  height: 50px;
  width: 45px;
  transform: translate(120%, 0);
}
.pathway .title-img {
  height: 58px;
}
@media (max-width: 750px) {
  .pathway .title-img {
    height: 53px;
  }
}
@media (max-width: 500px) {
  .pathway .title-img {
    height: 33px;
  }
}
.pathway .pathway-item {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .pathway .pathway-item {
    width: 341px;
    margin: auto;
  }
}
.pathway .pathway-item .pathway-text {
  color: white;
  font-weight: bold;
  font-size: 21px;
  text-shadow: 3px 0px 2px #EE333B;
  /*background: linear-gradient(to bottom, white, transparent, white);*/
  width: fit-content;
  min-width: 120px;
  border-radius: 5px;
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 20px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .pathway .pathway-item .pathway-text {
    font-size: 18px;
  }
}
.pathway .pathway-item .pathway-content {
  padding: 30px 10px 10px 10px;
  position: absolute;
  width: 300px;
  height: 200px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pathway .pathway-item .pathway-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333FE2;
  text-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding: 0 5px;
  padding-bottom: 7px;
  /*@media (max-width:1200px) {
      font-size: 1rem;
  }*/
}
.pathway .pathway-item .pathway-title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #3741E2;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .pathway .pathway-item .pathway-title {
    text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.125rem;
  }
}
.pathway .pathway-item .pathway-bg {
  width: 100%;
  aspect-ratio: 1479/1676;
  z-index: 2;
  max-width: 350px;
  margin: auto;
  display: block;
  position: relative;
}
.pathway .pathway-item ul {
  margin: 10px 20px 10px 20px;
  position: relative;
  z-index: 2;
}
.pathway .pathway-item ul li {
  color: #1B1464;
  position: relative;
  line-height: 1.1;
  font-size: 16px;
}
.pathway .pathway-item ul li img {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 0;
}
.pathway .pathway-item.vong1:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 40px;
  width: 50px;
  height: 55px;
  background-image: url("images-landing/icon_1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.pathway .pathway-item.vong2:before {
  position: absolute;
  content: "";
  top: 0px;
  right: 40px;
  width: 73px;
  height: 63px;
  background-image: url("images-landing/icon_9.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.pathway .pathway-item.vong2:after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 80px;
  width: 50px;
  height: 55px;
  background-image: url("images-landing/icon_7.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.pathway .pathway-item.vong3:after {
  position: absolute;
  content: "";
  top: -60px;
  right: 10px;
  width: 50px;
  height: 55px;
  background-image: url("images-landing/icon_6.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .pathway .pathway-item.vong3:after {
    bottom: -30px;
    left: 10px;
    right: unset;
    top: unset;
  }
}
.pathway .road {
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .pathway .road {
    display: none;
  }
}
.pathway .people {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 320px;
  width: 80px;
  height: 150px;
  background-image: url("images-landing/icon_13.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
@media (max-width: 991px) {
  .pathway .people {
    display: none;
  }
}
@media (max-width: 1070px) {
  .pathway .pathway-content {
    max-width: 98% !important;
  }
}

.prize .title-img {
  z-index: 2;
  position: relative;
}
.prize .prize-item {
  position: relative;
  z-index: 2;
}
.prize .prize-item .text {
  color: white;
  font-weight: bold;
  font-size: 2rem;
  text-shadow: 3px 0px 2px #EE333B;
  width: fit-content;
  border-radius: 5px;
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 80px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .prize .prize-item .text {
    right: 60px;
  }
}
@media (max-width: 800px) {
  .prize .prize-item .text {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .prize .prize-item .text {
    top: 15px;
    right: 30px;
    font-size: 1.5rem;
  }
}
@media (max-width: 550px) {
  .prize .prize-item .text {
    top: 17px;
    right: 35px;
    font-size: 1.25rem;
  }
}
.prize .prize-item .content {
  padding: 20px 5% 10px 5%;
  position: absolute;
  width: 90%;
  height: auto;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  /* @media (max-width:900px) {
      padding: 20px 50px 10px 50px;
  }*/
}
.prize .prize-item .title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #EE333B;
  text-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
  margin-bottom: 0.25rem;
  padding: 0 5px;
  padding-bottom: 7px;
}
@media (max-width: 600px) {
  .prize .prize-item .title {
    text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.05rem;
    font-size: 1rem;
  }
}
.prize .prize-item .bg {
  width: 95%;
  height: 220px;
  z-index: 2;
  display: block;
  position: relative;
  margin-left: 5%;
}
.prize .prize-item ul {
  margin: 10px 20px 10px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .prize .prize-item ul {
    margin: 5px 10px;
  }
}
@media (max-width: 600px) {
  .prize .prize-item ul {
    margin: 3px 5px;
  }
}
.prize .prize-item ul li {
  color: #1B1464;
  position: relative;
  line-height: 1.1;
}
.prize .prize-item ul li img {
  width: 10px;
  height: 10px;
  /*position: absolute;*/
  margin-top: 2px;
}
.prize .prize-item ul li p {
  margin-left: 7px;
  margin-bottom: 7px;
}
.prize .prize-item.vong1 {
  margin-top: 50px;
}
.prize .prize-item.vong1:after {
  position: absolute;
  content: "";
  top: -40%;
  left: 8%;
  width: 128px;
  height: 168px;
  background-image: url("images-landing/icon_14.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 900px) {
  .prize .prize-item.vong1:after {
    content: unset;
  }
}
.prize .prize-item.vong1:before {
  position: absolute;
  content: "";
  top: 5%;
  left: 20%;
  width: 20px;
  height: 20px;
  background-image: url("images-landing/icon_11.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.prize .prize-item.vong2 .bg {
  margin-left: 0px;
}
.prize .prize-item.vong2 .text {
  left: 80px;
  right: unset;
}
@media (max-width: 900px) {
  .prize .prize-item.vong2 .text {
    left: 60px;
  }
}
@media (max-width: 800px) {
  .prize .prize-item.vong2 .text {
    left: 40px;
  }
}
@media (max-width: 600px) {
  .prize .prize-item.vong2 .text {
    left: 30px;
  }
}
@media (max-width: 500px) {
  .prize .prize-item.vong2 .text {
    left: 35px;
  }
}
.prize .prize-item.vong2:before {
  position: absolute;
  content: "";
  top: 5%;
  left: 40%;
  width: 20px;
  height: 20px;
  background-image: url("images-landing/icon_11.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.prize .prize-item.vong2:after {
  position: absolute;
  content: "";
  top: 0;
  right: 30%;
  width: 50px;
  height: 55px;
  background-image: url("images-landing/icon_8.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.prize .prize-item.vong3:after {
  position: absolute;
  content: "";
  top: 28%;
  right: 20px;
  width: 144px;
  height: 106px;
  background-image: url("images-landing/icon_15.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .prize .prize-item.vong3:after {
    content: unset;
  }
}
.prize .prize-item.vong3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 35%;
  width: 50px;
  height: 55px;
  background-image: url("images-landing/icon_2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

.participants {
  position: relative;
}
.participants:before {
  position: absolute;
  content: "";
  top: 5%;
  right: 50px;
  width: 50px;
  height: 55px;
  background-image: url("images-landing/icon_2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.participants .title-img {
  z-index: 2;
  position: relative;
}
.participants .participant-items {
  width: fit-content;
  margin: auto;
}
.participants .participant-item {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 85px 20px 40px 20px;
  width: 400px;
  height: 350px;
  background-image: url("images-landing/bg_iteam_7.png");
  margin: 0px 20px;
}
@media (max-width: 991px) {
  .participants .participant-item {
    width: 320px;
    height: 280px;
  }
}
.participants .participant-item-name {
  font-weight: bold;
  color: #F15A24;
  font-size: 26px;
  margin-top: 15%;
}
@media (max-width: 600px) {
  .participants .participant-item-name {
    font-size: 20px;
    margin-bottom: 0.375rem;
  }
}
.participants .participant-item .text {
  margin-top: 0.75rem;
  font-weight: bold;
  color: #3741E2;
  font-size: 20px;
  font-family: "utm penumbrabold";
}
.participants .participant-item .button-border {
  padding: 5px 15px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  font-size: 12px;
}

.students {
  position: relative;
}
.students .students-slick {
  width: 75%;
  margin: auto;
}
.students:before {
  position: absolute;
  content: "";
  top: -15%;
  left: 50px;
  width: 76px;
  height: 90px;
  background-image: url("images-landing/icon_12.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .students:before {
    content: unset;
  }
}
.students:after {
  position: absolute;
  content: "";
  top: -15%;
  right: 30px;
  width: 50px;
  height: 55px;
  background-image: url("images-landing/icon_5.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.students .student-item {
  border: 5px solid white;
  box-shadow: inset 6px 3px 3px rgba(0, 0, 0, 0.15), 6px 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  padding: 1.5rem;
}
.students .student-item .student-img {
  width: 40%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F29B02;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  object-fit: contain;
}
.students .student-item .student-item-infor {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("images-landing/bg_iteam_8.png");
  padding: 7px;
  border-radius: 7px;
  margin-top: 1rem;
}
.students .student-item .student-item-infor > * {
  color: #4E51A3;
  text-align: center;
}
.students .student-item .student-item-infor > :first-child {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}
.students .student-item .student-item-infor > :nth-child(2) {
  font-weight: 300;
  font-size: 18px;
}

.field-validation-error {
  color: #EE333B;
  font-size: 14px;
}

.rate {
  padding: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 0;
  background: white;
  border-radius: 25px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3), -1px -1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 100px;
}
.rate::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  transform: translateY(80%);
  width: 70px;
  height: 60px;
  background-image: url("images-landing/icon-star.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .rate {
    margin-top: 80px;
  }
}
.rate .title-img {
  height: 120px;
  z-index: 2;
  position: absolute;
  /*transform: translateY(-50%);*/
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .rate .title-img {
    height: auto;
  }
}
.rate .rate-slick {
  transform: translateY(-50px);
}
.rate .fake-div {
  height: 4rem;
}
.rate .slick-next {
  right: -1.5rem;
}
.rate .slick-prev {
  left: -1.5rem;
}
.rate .rate-item {
  position: relative;
  height: 250px;
}
.rate .rate-item .rate-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #57E68E;
  object-fit: cover;
}
.rate .rate-item-infor {
  position: absolute;
  background: white;
  padding: 0.5rem;
  right: 0;
  top: 0;
  height: 100%;
  width: 70%;
  z-index: 2;
  box-shadow: -8px 0 3px -3px rgba(0, 0, 0, 0.2), 0 -4px 3px -3px rgba(0, 0, 0, 0.2), 0 4px 3px -3px rgba(0, 0, 0, 0.2); /* Bóng từ phía dưới ra ngoài */
}
.rate .rate-item-infor > :first-child {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  color: #4E51A3;
}
.rate .rate-item-infor > :nth-child(2) {
  font-weight: 300;
  font-size: 18px;
  color: #4E51A3;
  margin-bottom: 0.375rem !important;
}
.rate .rate-item-infor > :last-child {
  margin-top: 0.5rem !important;
  line-height: 1.3;
  font-size: 14px;
}

.register .title-img {
  height: 45px;
}
@media (max-width: 750px) {
  .register .title-img {
    height: 40px;
  }
}
@media (max-width: 500px) {
  .register .title-img {
    height: 25px;
  }
}
.register-give {
  height: 100px;
  max-width: 100%;
  margin: auto;
  display: block;
}
@media (max-width: 600px) {
  .register-give {
    height: auto;
  }
}

.register .form-container {
  position: relative;
  height: 450px;
}
@media (max-width: 600px) {
  .register .form-container {
    height: 400px;
  }
}
.register .form-container .banner {
  position: absolute;
  width: 45%;
  bottom: 80px;
  left: 0;
}
.register .form-container .banner img {
  width: 100%;
}
.register .form-container .form-register {
  position: absolute;
  width: 55%;
  height: fit-content;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 30px;
  background-image: url("images-landing/register-bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2rem 4rem 3.5rem 2.5rem;
}
.register .form-container .form-register .register-form-title {
  position: relative;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("images-landing/register-form-title.png");
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: robotocondensed;
  width: calc(100% + 18px);
  transform: translateX(-18px);
  white-space: nowrap;
  padding-left: 25px;
}
.register .form-container .form-register .register-form-title img {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
}
.register .form-container .form-register form {
  position: relative;
  border-radius: 20px;
  box-shadow: -2px -4px 6px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 1rem 0 75px 5px;
}
.register .form-container .form-register form input, .register .form-container .form-register form select {
  margin-bottom: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 90%;
  background-size: 24px 18px;
}
.register .form-container .form-register form button {
  position: absolute;
  bottom: -15px;
  left: 5px;
  outline: none;
  border: none;
  padding: 12px 75px 12px 25px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("images-landing/register-btn-bg.png");
  z-index: 2;
}
.register .form-container .form-register form button:hover {
  filter: brightness(1.1);
}
.register .form-container .form-register form button p {
  background: linear-gradient(to right, #FFF88C, #FCF483, #EEC946, #DEB01E);
  font-weight: bold;
  font-size: 28px;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.register .form-container .form-register form::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: linear-gradient(to left, white 50%, transparent 100%);
  z-index: 1;
  content: "";
  pointer-events: none;
}
@media (max-width: 940px) {
  .register .form-container .banner {
    width: 45%;
  }
  .register .form-container .form-register {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .register .form-container .form-register {
    padding: 2rem 3rem 3.5rem 2rem !important;
  }
  .register .form-container .register-form-title img {
    display: none;
  }
  .register .form-container button {
    padding-right: 40px !important;
  }
  .register .form-container button p {
    font-size: 22px !important;
  }
}
@media (max-width: 600px) {
  .register .form-container .banner {
    display: none;
  }
  .register .form-container .form-register {
    width: 100%;
    padding: 1.5rem 2rem 3rem 1.5rem !important;
  }
  .register .form-container::after, .register .form-container:before {
    content: none;
  }
  .register .form-container .register-form-title {
    font-size: 20px !important;
    width: calc(100% + 13px) !important;
    transform: translateX(-13px) !important;
    padding-left: 16px !important;
  }
  .register .form-container button {
    padding-right: 35px !important;
    padding-left: 20px !important;
  }
  .register .form-container button p {
    font-size: 16px !important;
  }
  .register .form-container form {
    padding-bottom: 50px !important;
  }
}
