@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --background_primaryM: #000;
  --background_primary: #000;
  --background_secondary: linear-gradient(to right, #9ecc3b, #e3edb8, #a4ce44, #e3edb8, #a7cf38);
  --background_inverted: #ffffff;
  --theme-color-primary: -webkit-linear-gradient(270deg, #00dd6c, #04caa5);
  --theme-color-secondary: url("../images/button.png");
  --background_light_transparent: #ffffff55;
  --box_shadow: 0.5rem 0.5rem 0.5rem #00000066;
  --text_shadow: 2px 2px #e66825;
  --text-accent: #ffff00;
  --text-secondary: #ffffff;
  --text-regular: #ffff00;
  --text-regular-inverted: #000000;
}

/* Start Global Section */
.main {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
  background: var(--background_inverted);
}

.main .section {
  position: relative;
  overflow-x: hidden;
}

/* .main .section:nth-child(odd) {
  background-image: var(--background_primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main .section:nth-child(even) {
  background: var(--background_secondary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.btn_copy {
  background: var(--theme-color-primary);
  color: var(--text-secondary);
  padding: 0.2rem 2rem;
  border-radius: 2rem;
  font-weight: bold;
  cursor: pointer;
}

.btn_primary {
  color: var(--text-regular-inverted);
  background: var(--theme-color-primary);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: fit-content;
  height: fit-content;
  padding: 0.35rem 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 15px;
}

.btn_primary.btn_register {
  animation: glow 1.5s infinite;
}

.show_desktop {
  display: block;
}
.show_mobile {
  display: none;
}

#toast-container {
  margin-top: 30px;
  margin-bottom: 10px;
}
#toast-container > div {
  box-shadow: unset !important;
}
.toast {
  background-color: #313131 !important;
}

.fontYellow {
  color: #ffff00;
  font-weight: bold;
}

/* End Global Section */

/* Start Section 1 */
.section.section-1 {
  background-image: url("../images/bg_deskstop.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section.section-1 .cultureContainer {
  width: 100%;
  margin-top: 1rem;
  display: none;
  justify-content: end;
}

.section.section-1 .langItem {
  font-size: 1rem;
  color: var(--text-secondary);
  padding: 0 1rem;
  cursor: pointer;
}

.section.section-1 .langItem.active {
  color: var(--text-accent);
}

.section.section-1 .langItem:not(:last-child) {
  border-right: 1px solid var(--text-secondary);
}

.section.section-1 .logo_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section-1 .logoContent {
  width: 25rem;
  padding: 0.1rem;
  padding-bottom: 1rem;
}

.section.section-1 .sectionWelcome {
  display: flex;
  align-items: center;
}

.section.section-1 .sectionWelcomeText {
  color: var(--text-secondary);
  font-weight: bold;
  line-height: 1;
  font-size: 4rem;
  margin-right: 1rem;
}

.section.section-1 .section1Body {
  display: flex;
  margin-top: 2rem;
}

.section.section-1 .section1Content {
  width: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section.section-1 .section1Title {
  display: flex;
  justify-content: center;
}

.section.section-1 .section1Subject {
  color: var(--text-accent);
  padding-top: 2rem;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.section.section-1 .section1SubTitle {
  color: var(--text-secondary);
  font-weight: bold;
  line-height: 1.6;
  font-size: 2.3rem;
  padding-top: 1rem;
  border-top: 3px solid #fff;
}

.section.section-1 .section1ContentDesc {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 1rem 0rem;
  font-size: 1.35rem;
  text-align: start;
}

.section.section-1 .section_char {
  width: 40%;
}
/* End Section 1 */

/* Start Section 2 */
.section.section-2 {
  background-image: url("../images/bg1_deskstop.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section.section-2 .section2Container {
  display: flex;
  flex-direction: column;
}

.section.section-2 .section2Body {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.section.section-2 .section2Title {
  display: flex;
  justify-content: center;
}

.section.section-2 .logoContent {
  width: 15rem;
  margin: auto;
  margin-top: 2rem;
}

.section.section-2 .section2Subject {
  background: var(--theme-color-primary);
  padding-top: 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  background: var(--theme-color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section.section-2 .section2Content {
  width: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section.section-2 .section2SubTitle {
  color: var(--text-secondary);
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.5rem;
  text-align: center;
}

.section.section-2 .section2ContentDesc {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 1rem 0rem;
  font-size: 1.35rem;
  text-align: start;
}

.section.section-2 .section_char {
  width: 40%;
  margin-top: 3rem;
}

/* End Section 2 */

/* Start Section 3 */
.section.section-3 {
  background-image: url("../images/bg2_deskstop.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section.section-3 .section3Container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

.section.section-3 .section3Body {
  display: flex;
  align-items: center;
}

.section.section-3 .logoContent {
  width: 15rem;
  margin: auto;
  margin-top: 4rem;
}

.section.section-3 .section3Subject {
  padding-top: 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  background: var(--theme-color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section.section-3 .section3Content {
  width: 60%;
}

.section.section-3 .section3ContentDesc {
  color: var(--text-secondary);
  margin: 1rem 0rem;
  font-size: 1.35rem;
  line-height: 1.6;
}

.section.section-3 .section_char {
  width: 40%;
}

/* End Section 3 */

/* Start Section 4 */
.section.section-4 {
  background-image: url("../images/bg1_deskstop.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section.section-4 .section4Body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.section.section-4 .logoContent {
  width: 15rem;
  margin: auto;
  margin-top: 4rem;
}

.section.section-4 .section4Subject {
  padding-top: 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  background: var(--theme-color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section.section-4 .section4Content {
  width: 70%;
}

.section.section-4 .section4ContentDesc {
  color: var(--text-secondary);
  margin: 1rem 0rem;
  font-size: 1.35rem;
  line-height: 1.6;
}

.section.section-4 .section_char {
  width: 30%;
}

/* End Section 4 */

/* Start Section 5 */
.section.section-5 {
  background-image: url("../images/bg3_deskstop.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section.section-5 .section5Container {
  display: flex;
  flex-direction: column;
}

.section.section-5 .section5Body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section-5 .logoContent {
  width: 10rem;
  display: inline-grid;
}

.section.section-5 .section5Subject {
  padding-top: 2rem;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  background: var(--theme-color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section.section-5 .section5Content {
  width: 60%;
}

.section.section-5 .section5ContentDesc {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 1rem 0rem;
  font-size: 1.35rem;
  text-align: start;
}

.section.section-5 .section_char {
  width: 40%;
}
/* End Section 5 */

@media screen and (max-width: 1024px) {
  .section.section-1 {
    background-size: cover;
    background-position: right;
  }
  .section.section-1 .main_section_container {
    margin: 0 0 2rem 0;
  }
  .section.section-1 .logoContent {
    margin: 0 auto;
  }
  .section.section-1 .section1Body {
    display: block;
  }
  .section.section-1 .section1Content {
    width: 100%;
  }
  .section.section-1 .sectionWelcome {
    justify-content: center;
  }
  .section.section-1 .section_char {
    width: 100%;
    display: flex;
    align-items: end;
  }

  .section.section-2 {
    background-size: cover;
    background-position: right;
  }

  .section.section-3 {
    background-size: cover;
    background-position: center;
    margin-top: -5px;
  }
  .section.section-3 .section3Body {
    display: block;
  }
  .section.section-3 .section3Content {
    width: 100%;
  }
  .section.section-3 .section_char {
    width: 70%;
    margin: 0 auto;
  }

  .section.section-4 {
    background-size: cover;
    background-position: left;
  }
  .section.section-4 .section4Body {
    display: block;
  }
  .section.section-4 .section4Content {
    width: 100%;
  }
  .section.section-4 .section_char {
    width: 60%;
    margin: 0 auto;
  }

  .section.section-5 {
    background-size: cover;
    background-position: left;
    margin-top: -5px;
  }
  .section.section-5 .section5Body {
    margin-bottom: 3rem;
  }
  .section.section-5 .section5Content {
    width: 100%;
  }
  .section.section-5 .section_char {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
}

@media (max-width: 767px) {
  /* Start Global Section */
  /* .main .section:nth-child(odd) {
    background: var(--background_primaryM);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: fit-content;
  }

  .main .section:nth-child(even) {
    background: var(--background_secondary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  } */

  .show_desktop {
    display: none;
  }

  .show_mobile {
    display: block;
  }

  .btn_primary.btn_register {
    margin: 10px;
    font-size: 1.6rem;
    white-space: normal;
    text-align: center;
  }

  .main_section_container {
    display: flex;
    justify-content: center;
  }
  /* End Global Section */

  /* Start Section 1 */
  .section.section-1 {
    padding: 1rem 0 0 0;
  }
  .section.section-1 .cultureContainer {
    justify-content: center;
  }
  .section.section-1 .logoContent {
    width: 23rem;
    margin: 0 auto;
  }
  .section.section-1 .section1Container {
    display: block;
  }
  .section.section-1 .section1Body {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .section.section-1 .section1Subject {
    padding-top: 1rem;
    font-size: 1.8rem;
  }
  .section.section-1 .sectionWelcomeText {
    margin-right: unset;
    line-height: 4rem;
  }
  .section.section-1 .section1ContentDesc {
    font-size: 1.1rem;
  }
  .section.section-1 .main_section_container {
    margin: 0.5rem 0 0 0;
  }
  /* End Section 1 */

  /* Start Section 2 */
  .section.section-2 .section2Content {
    width: 100%;
    white-space: normal;
    font-size: 1.2rem;
  }
  .section.section-2 .section2Body {
    display: block;
  }
  .section.section-2 .section2Subject {
    padding-top: 1rem;
    font-size: 1.8rem;
  }
  .section.section-2 .section2Title {
    justify-content: center;
    text-align: center;
  }
  .section.section-2 .section2ContentDesc {
    font-size: 1.1rem;
  }
  .section.section-2 .section_char {
    width: 100%;
  }

  /* End Section 2 */

  /* Start Section 3 */
  .section.section-3 .section3Title {
    width: 100%;
  }
  .section.section-3 .section3Body {
    flex-direction: column;
    align-items: center;
  }
  .section.section-3 .section3Content {
    width: 100%;
  }
  .section.section-3 .section3Subject {
    padding-top: 1rem;
    font-size: 1.8rem;
  }

  .section.section-3 .section3ContentDesc {
    font-size: 1.1rem;
  }
  .section.section-3 .register_button_container {
    display: flex;
    justify-content: center;
  }
  .section.section-3 .section_char {
    width: 80%;
    padding: 0 0 0 0;
  }

  /* End Section 3 */

  /* Start Section 4 */
  .section.section-4 .section4Subject {
    padding-top: 1rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .section.section-4 .section4Content {
    width: 100%;
  }

  .section.section-4 .section4ContentDesc {
    font-size: 1.1rem;
  }
  .section.section-4 .section_char {
    margin: auto;
    width: 75%;
  }
  /* End Section 4 */

  /* Start Section 5 */
  .section.section-5 .sectionContainer {
    flex-direction: column;
  }
  .section.section-5 .section5Body {
    display: block;
    width: 100%;
  }
  .section.section-5 .section5Subject {
    padding-top: 1rem;
    font-size: 1.8rem;
  }
  .section.section-5 .section5ContentDesc {
    font-size: 1.1rem;
  }
  .section.section-5 .section_char {
    width: 75%;
    margin: 0 auto;
  }
  /* End Section 5 */
}

@keyframes glow {
  0% {
    opacity: 0.9;
  }
  10% {
    transform: translate3d(-0.01rem, 0, 0);
  }
  70% {
    transform: scale(1);
    box-shadow: var(--theme-color-secondary) 0 0 0 0.25rem;
  }
  80% {
    transform: translate3d(-0.01rem, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: transparent 0 0 0 0.5rem;
    opacity: 1;
  }
}
