@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --background_primary: #000;
  --background_secondary: #ff0000;
  --background_inverted: #ffffff;

  --theme-color-accent: url("../images/button.png");
  --theme-color-primary: -webkit-linear-gradient(270deg, #4d26a7, #f53cf9);
  --theme-color-secondary: -webkit-linear-gradient(180deg, #3c0131, #000000);
  --background_light_transparent: #ffffff55;

  --text_shadow: 2px 2px #e66825;
  --box_shadow: 0.5rem 0.5rem 0.5rem #00000066;

  --text-regular: #ffffff;
  --text-regular-inverted: #000000;
  --text-accent: #ffd10c;
  --text-secondary: #8d2af6;
  --text-tertiary: -webkit-linear-gradient(270deg, #4e0401, #e50300);
  --text-quaternary: -webkit-linear-gradient(270deg, #fd9d15, #ffe611);
}

/* Start Global Section */
.main {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
  background: var(--background_inverted);
}

.main .section {
  position: relative;
}

/* .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);
  background: var(--theme-color-accent);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: fit-content;
  height: fit-content;
  padding: 0.5rem 2rem;
  font-weight: bold;
  font-size: 2rem;
  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;
}
/* End Global Section */

/* Start Section 1 */
.section.section-1 {
  background-image: url("../images/bg1_deskstop.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.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: 20rem;
}

.section.section-1 .section_char {
  width: 60%;
  position: absolute;
  top: 0;
  left: 25%;
}

.section.section-1 .sectionContent {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30%;
}

.section.section-1 .sectionTitle {
  display: flex;
  justify-content: center;
}

.section.section-1 .sectionSubject {
  color: var(--text-accent);
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  z-index: 2;
}

.section.section-1 .sectionSubject1 {
  background-image: url("../images/bg_Bar.png");
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;

  color: var(--text-regular);
  font-size: 2.3rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
  text-shadow: -2px -2px 0 var(--text-secondary), 2px -2px 0 var(--text-secondary), -2px 2px 0 var(--text-secondary),
    2px 2px 0 var(--text-secondary), -4px -4px 0 var(--text-accent), 4px -4px 0 var(--text-accent),
    -4px 4px 0 var(--text-accent), 4px 4px 0 var(--text-accent);
}

.section.section-1 .section1Frame {
  width: 70%;
  margin: 0 auto;
  padding: 1rem 2rem;
  z-index: 9;
}

.section.section-1 .sectionContentInfo {
  color: var(--text-regular);
  line-height: 1.6;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

.section.section-1 .register_button_container.main_section_container {
  display: flex;
  justify-content: center;
}
/* End Section 1 */

/* Start Section 2 */
.section.section-2 {
  background-image: url("../images/bg2_deskstop.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section.section-2 .sectionContainer {
  display: flex;
  align-items: center;
}

.section.section-2 .sectionBody {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.section.section-2 .section_char {
  width: 35%;
}

.section.section-2 .sectionContent {
  width: 65%;
}

.section.section-2 .sectionSubject {
  background-image: url("../images/bg_Bar.png");
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: fit-content;
  width: fit-content;
  padding: 0 1.5rem;

  color: var(--text-accent);
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  text-align: start;
}

.section.section-2 .sectionContentInfo {
  background-image: url("../images/bg_sectionFrame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--text-regular);
  padding: 2rem 4rem;
  line-height: 1.6;
  margin: 1rem 0rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: start;
}

.section.section-2 .register_button_container.main_section_container {
  display: flex;
  justify-content: start;
}

/* End Section 2 */

/* Start Section 3 */
.section.section-3 {
  background-image: url("../images/bg3_deskstop.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section.section-3 .sectionContent {
  margin-top: -6%;
  padding-bottom: 1rem;
}

.section.section-3 .section_char {
  width: 65%;
  margin: 0 auto;
}

.section.section-3 .sectionSubject {
  background-image: url("../images/bg_Bar.png");
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  margin: 0 auto;

  color: var(--text-accent);
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
}

.section.section-3 .sectionContentInfo {
  color: var(--text-regular);
  line-height: 1.6;
  margin: 1rem 0rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.section.section-3 .register_button_container.main_section_container {
  display: flex;
  justify-content: center;
}
/* End Section 3 */

/* Start Section 4 */
.section.section-4 {
  background: var(--theme-color-secondary);
}

.section.section-4 .sectionSubject {
  background-image: url("../images/bg_Bar.png");
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  margin: 0 auto;

  color: var(--text-accent);
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
}

.section.section-4 .sectionTitle {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
}

.section.section-4 .section_char {
  width: 60%;
  margin: 0 auto;
}
.section.section-4 .sectionContentInfo {
  color: var(--text-regular);
  line-height: 1.6;
  margin: 1rem auto;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-top: -5rem;
}

.section.section-4 .register_button_container.main_section_container {
  display: flex;
  justify-content: center;
}
/* End Section 4 */

/* Start Section 5 */
.section.section-5 {
  background-image: url("../images/bg5_deskstop.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem 0rem 8rem 0rem;
}

.section.section-5 .section_char {
  width: 75%;
}

.section.section-5 .sectionSubject {
  background-image: url("../images/bg_Bar.png");
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  margin: 0 auto;

  color: var(--text-accent);
  line-height: 1.6;
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.section.section-5 .sectionContentInfo {
  background-image: url("../images/bg_sectionFrame.png");
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--text-regular);
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding: 3rem 6.5rem;
  margin: 1rem 0rem;
}

.section.section-5 .section_imageFloat {
  width: 55%;
  position: absolute;
  left: -18%;
  top: -55%;
}

.section.section-5 .section_imageFloati {
  width: 8%;
  position: absolute;
  top: 0%;
  right: 10%;
}
.section.section-5 .section_imageFloatii {
  width: 8%;
  position: absolute;
  bottom: 15%;
  left: 15%;
  z-index: 2;
}
.section.section-5 .section_imageFloatiii {
  width: 5%;
  position: absolute;
  bottom: 0%;
  left: 45%;
}
.section.section-5 .register_button_container.main_section_container {
  position: absolute;
  left: 40%;
  bottom: 20%;
}
/* End Section 5 */

@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1024px) {
  .section.section-1 {
    background-image: url(../images/bg01_mobile.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section.section-1 .main_section_container {
    margin: 0 0 2rem 0;
  }
  .section.section-1 .sectionWelcomeText {
    line-height: 4rem;
    margin: 0 auto;
  }
  .section.section-1 .adjMobile1 {
    font-size: 2rem;
    position: absolute;
    top: 45%;
    left: 0%;
    right: 0%;
  }
  .section.section-1 .adjMobile2 {
    font-size: 2rem;
    position: absolute;
    top: 51%;
    left: 0%;
    right: 0%;
  }

  .section.section-1 .logoContent {
    width: 20rem;
    position: relative;
    z-index: 1;
  }
  .section.section-1 .sectionBody {
    display: block;
  }
  .section.section-1 .sectionContent {
    width: 100%;
  }
  .section.section-1 .sectionSubject {
    font-size: 2rem;
  }
  .section.section-1 .section1Frame {
    width: 100%;
    padding: 0rem;
  }
  .section.section-1 .sectionContentInfo {
    margin: 0 auto;
    font-size: 1.1rem;
  }

  .section.section-2 {
    background-image: url(../images/bg02_mobile.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
  }
  .section.section-2 .sectionBody {
    flex-direction: column-reverse;
  }
  .section.section-2 .sectionSubject {
    font-size: 2rem;
    margin: 0 auto;
  }
  .section.section-2 .sectionContent {
    width: 100%;
  }
  .section.section-2 .sectionContentInfo {
    font-size: 1.1rem;
    background-image: unset;
    text-align: center;
    padding: 0rem 1rem;
    margin: 0 auto;
  }
  .section.section-2 .register_button_container.main_section_container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin-bottom: 2rem;
  }

  .section.section-3 {
    background-image: url(../images/bg03_mobile.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0rem;
  }
  .section.section-3 .sectionBody {
    display: flex;
    flex-direction: column-reverse;
  }

  .section.section-3 .sectionContent {
    width: 100%;
  }
  .section.section-3 .sectionSubject {
    font-size: 1.8rem;
  }
  .section.section-3 .sectionSubTitle {
    font-size: 1.8rem;
  }
  .section.section-3 .sectionContentInfo {
    font-size: 1.1rem;
    margin: 0rem 1rem;
    text-align: center;
  }
  .section.section-3 .section_char {
    width: 60%;
    padding: 0 0 0 0;
    margin-top: 0%;
  }
  .section.section-3 .register_button_container.main_section_container {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section.section-4 {
    background-image: url(../images/bg04_mobile.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 2rem;
  }
  .section.section-4 .sectionBody {
    align-items: end;
  }

  .section.section-4 .sectionContent {
    width: 100%;
  }
  .section.section-4 .sectionSubject {
    font-size: 1.8rem;
  }
  .section.section-4 .sectionSubTitle {
    font-size: 1.8rem;
  }
  .section.section-4 .sectionContentInfo {
    margin: 0rem 1rem;
    font-size: 1.1rem;
  }
  .section.section-4 .register_button_container.main_section_container {
    padding-left: unset;
  }

  .section.section-5 {
    background-image: url(../images/bg05_mobile.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 55vw;
  }
  .section.section-5 .sectionBody {
    align-items: end;
  }
  .section.section-5 .sectionContent {
    width: 100%;
  }
  .section.section-5 .sectionSubject {
    font-size: 1.8rem;
  }
  .section.section-5 .sectionTitle {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }
  .section.section-5 .sectionSubTitle {
    font-size: 1.8rem;
  }
  .section.section-5 .sectionContentInfo {
    font-size: 1.1rem;
    opacity: 1;
    padding: 2rem 3rem 1rem 3rem;
  }
  .section.section-5 .section_char {
    width: 100%;
  }

  .section.section-5 .register_button_container.main_section_container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@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 .cultureContainer {
    justify-content: center;
  }
  .section.section-1 .logoContent {
    width: 20rem;
    margin: 0 auto;
  }
  .section.section-1 .sectionContainer {
    display: block;
  }
  .section.section-1 .sectionBody {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .section.section-1 .sectionContent {
    margin-top: 0%;
  }
  .section.section-1 .sectionSubject {
    font-size: 1.4rem;
  }
  .section.section-1 .sectionSubject1 {
    background-size: 100% 55%;
    font-size: 1.8rem;
  }
  .section.section-1 .main_section_container {
    margin: 0 0 1rem 0;
  }
  .section.section-1 .section_char {
    width: 95%;
    margin: auto;
    position: unset;
    margin-top: 2rem;
  }
  .section.section-1 .adjMobile1 {
    top: 18%;
  }
  .section.section-1 .adjMobile2 {
    top: 22%;
  }
  /* End Section 1 */

  /* Start Section 2 */
  .section.section-2 {
    padding-bottom: 3rem;
  }
  .section.section-2 .sectionContent {
    width: 100%;
    white-space: normal;
    font-size: 1.2rem;
  }
  .section.section-2 .sectionSubject {
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 0 0;
  }
  .section.section-2 .sectionTitle {
    justify-content: center;
  }
  .section.section-2 .section_char {
    width: 75%;
    margin: 0 auto;
  }

  /* End Section 2 */

  /* Start Section 3 */
  .section.section-3 {
    padding: 1rem 0rem;
    margin-top: -0.5rem;
  }
  .section.section-3 .sectionTitle {
    width: 100%;
  }
  .section.section-3 .sectionBody {
    flex-direction: column-reverse;
  }
  .section.section-3 .sectionContent {
    width: 100%;
  }
  .section.section-3 .sectionSubject {
    font-size: 1.4rem;
  }
  .section.section-3 .section_char {
    width: 100%;
    margin-top: 0%;
  }
  .section.section-3 .register_button_container {
    display: flex;
    justify-content: center;
  }
  .section.section-3 .section_imageFloat1 {
    width: 12%;
  }
  .section.section-3 .section_imageFloat2 {
    width: 14%;
    left: 75%;
    bottom: 10%;
  }

  /* End Section 3 */

  /* Start Section 4 */
  .section.section-4 {
    padding: 1rem 0rem;
    margin-top: -0.5rem;
  }
  .section.section-4 .sectionBody {
    flex-direction: column-reverse;
  }
  .section.section-4 .sectionTitle {
    top: 3%;
  }
  .section.section-4 .sectionSubject {
    font-size: 1.5rem;
  }
  .section.section-4 .sectionContent {
    width: 100%;
  }
  .section.section-4 .section_char {
    width: 100%;
    margin: auto;
  }
  .section.section-4 .section_imageFloat {
    width: 25%;
    right: 60%;
    bottom: 5%;
  }
  /* End Section 4 */

  /* Start Section 5 */
  .section.section-5 {
    height: 135vw;
    padding: 1rem 0rem;
    margin-top: -0.5rem;
  }
  .section.section-5 .sectionContainer {
    flex-direction: column;
  }
  .section.section-5 .sectionBody {
    flex-direction: column-reverse;
  }
  .section.section-5 .sectionSubject {
    font-size: 2.25rem;
  }
  .section.section-5 .section_imageFloat {
    width: 25%;
    right: -5%;
    bottom: 6%;
  }
  /* 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-accent) 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;
  }
}
