@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.navbar-brand {
  margin-right: 20px;
  color: #FFFFFF !important;
  font-family: "Kanit", sans-serif !important;
  font-size: 26px !important;
  letter-spacing: -1px;
  line-height: 32.78px !important;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.navbar-brand:hover {
  color: #FF1493 !important;
}

.nav-link {
  white-space: nowrap;
}

.mainNavBar a {
  font-family: Manrope !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 32.78px;
  color: #FFFFFF !important;
  transition: all 0.3s ease;
}
.mainNavBar a:hover {
  color: #FF1493 !important;
}

.headerNavbarButton {
  margin-top: 10px;
  font-size: 24px !important;
  font-family: Manrope !important;
  font-weight: 500 !important;
  line-height: 32.78px;
  width: 239px !important;
  height: 65px !important;
  padding: 12px 24px 16px 24px !important;
  border-radius: 50px !important;
  color: #FF1493 !important;
  border: 1px solid #FF1493 !important;
  background-color: transparent !important;
}
.headerNavbarButton:hover {
  color: #FFFFFF !important;
  background-color: #FF1493 !important;
}

.selectpicker {
  font-family: Manrope !important;
  background-color: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 32.78px;
  color: #FFFFFF !important;
  cursor: pointer;
  padding-top: 7px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}

.selectpicker option {
  background-color: #000000;
  color: #e82e8b;
}

.navbar-toggler {
  border: none !important;
  background-color: #FF1493 !important;
}
.navbar-toggler:focus {
  color: #FF1493 !important;
}

.offcanvas {
  background-color: #000000 !important;
}

.offcanvas-title {
  margin-right: 20px;
  color: #FFFFFF !important;
  font-family: "Kanit", sans-serif !important;
  font-size: 26px !important;
  letter-spacing: -1px;
  line-height: 32.78px !important;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.btn-close {
  background-color: #FF1493 !important;
  opacity: 1 !important;
}

.pink-section {
  background-color: #000000;
  height: 1080px;
  padding-left: 20px;
  padding-right: 10px;
}

.navbar {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.navbar-nav .nav-item {
  margin-right: 25px !important;
}

.section-text {
  font-family: Manrope;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  margin-top: 50px;
  margin-left: 20px;
  color: #FFFFFF;
  animation: fadeIn 2.5s forwards;
  cursor: default;
}

.section-subtext {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  margin-top: 50px;
  font-family: Manrope;
  color: #FFFFFF;
  animation: fadeIn 2.8s forwards;
}

.sectionNavbarButton {
  margin-top: 30px;
  font-size: 24px !important;
  font-family: Manrope !important;
  font-weight: 500 !important;
  line-height: 32.78px;
  width: 277px !important;
  height: 81px !important;
  padding: 12px 24px 16px 24px !important;
  border-radius: 50px !important;
  color: #FF1493 !important;
  border: 1px solid #FF1493 !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
  animation: fadeIn 3s forwards;
}
.sectionNavbarButton:hover {
  color: #FFFFFF !important;
  background-color: #FF1493 !important;
}

.main-section {
  height: 1400px;
  background-color: #000000;
  cursor: default;
}

.footer-section {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-column {
  padding-top: 30px !important;
}

.footer-column a,
.footer-column p {
  text-decoration: none !important;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.2s ease;
}
.footer-column a:hover,
.footer-column p:hover {
  color: #FF1493 !important;
  cursor: pointer;
}

.footer-column span {
  color: #FF1493;
  transition: all 0.2s ease;
}
.footer-column span:hover {
  filter: brightness(1.4);
}

.footer-column h5 {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  color: #999999;
  cursor: default;
}

.footer-logo {
  width: 260px;
  height: 103px;
  border: 4px solid #000000;
  color: #000000 !important;
  font-family: "Kanit", sans-serif !important;
  font-size: 26px !important;
  letter-spacing: -1px;
  line-height: 32.78px !important;
  white-space: nowrap;
  text-align: center;
  float: right;
}

.footer-underline {
  width: 80%;
  margin: 0 auto;
  height: 2px;
  background-color: #000000;
}

.footer-logo .footer-subtext {
  font-size: 20px;
  color: #000000 !important;
  padding-top: 5px;
}

.footer-copyright p {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  cursor: default;
}

.footer-divider {
  height: 2px;
  background-color: #E5E5E5;
}

.footer-design a {
  text-decoration: none;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
}

@media (max-width: 992px) {
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .headerNavbarButton {
    margin-top: 20px !important;
  }
  .section-text {
    font-size: 35px;
    margin-left: 20px;
    font-family: Manrope;
    font-weight: 700;
    line-height: 32px;
  }
  .section-subtext {
    font-size: 16px;
    margin-top: 30px;
  }
  .content-div > h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
  }
  .content-div > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
  }
  .pink-section {
    height: 1080px;
  }
  .footer-column a,
  .footer-column p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    transition: all 0.2s ease;
  }
  .footer-column a:hover,
  .footer-column p:hover {
    color: #FF1493 !important;
    cursor: pointer;
  }
  .footer-column span {
    color: #FF1493;
    transition: all 0.2s ease;
  }
  .footer-column span:hover {
    filter: brightness(1.4);
  }
  .footer-column h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
  }
  .footer-copyright p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
  }
  .footer-design a {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
  }
  .footer-logo .footer-subtext {
    padding-top: 15px !important;
  }
  .footer-logo {
    float: left;
  }
}
@media (min-width: 500px) and (max-width: 766px) {
  .section-text img {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .pink-section {
    height: 1400px;
  }
}/*# sourceMappingURL=about.css.map */