@font-face {
  font-family: 'Alliance2-SemiBold';
  src: url("../fonts/Alliance-No.2-SemiBold.otf") format("opentype"); }
@font-face {
  font-family: 'Alliance2-Regular';
  src: url("../fonts/Alliance-No.2-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Alliance2-Bold';
  src: url("../fonts/Alliance-No.2-Bold.otf") format("opentype"); }
:root,
[data-theme] {
  background-color: #fff; }

body {
  font-family: 'Alliance2-Regular';
  color: black; }
  body h1,
  body .title {
    font-family: 'Alliance2-Bold';
    font-size: 48px;
    line-height: normal; }
    @media (max-width: 768px) {
      body h1,
      body .title {
        font-size: 1.9rem; } }
  body h2 {
    font-family: 'Alliance2-Bold';
    font-size: 24px;
    line-height: normal; }

html {
  scroll-behavior: smooth;
  background-color: #fff; }

p {
  font-size: 1.125rem;
  line-height: 1.7; }

nav {
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background: linear-gradient(90deg, rgba(255, 190, 12, 0.6) 49%, rgba(0, 154, 222, 0.8) 83%); }
  nav .nav-link a {
    font-family: 'Alliance2-SemiBold';
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.4px; }
  nav .nav-link a.active {
    position: relative; }
  nav .nav-link a.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.7em;
    height: 5px;
    background-color: #ffbe0c;
    transform: translateY(20%); }
  nav img {
    border-radius: 10px; }
  nav .wrapper-menu-mobile {
    /* Hamburger */ }
    nav .wrapper-menu-mobile .hamburger-line {
      position: absolute;
      top: 1.6em;
      right: 30px;
      z-index: 2;
      width: 30px;
      height: 30px; }
      nav .wrapper-menu-mobile .hamburger-line span {
        display: block;
        position: absolute;
        height: 2.5px;
        width: 100%;
        background: #12284f;
        border-radius: 2px;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out; }
        nav .wrapper-menu-mobile .hamburger-line span:nth-child(1) {
          top: 0px; }
        nav .wrapper-menu-mobile .hamburger-line span:nth-child(2), nav .wrapper-menu-mobile .hamburger-line span:nth-child(3) {
          top: 8px; }
        nav .wrapper-menu-mobile .hamburger-line span:nth-child(4) {
          top: 16px; }
      nav .wrapper-menu-mobile .hamburger-line.hamburger-open span {
        background: white; }
        nav .wrapper-menu-mobile .hamburger-line.hamburger-open span:nth-child(1) {
          top: 16px;
          width: 0%;
          left: 50%; }
        nav .wrapper-menu-mobile .hamburger-line.hamburger-open span:nth-child(2) {
          transform: rotate(45deg); }
        nav .wrapper-menu-mobile .hamburger-line.hamburger-open span:nth-child(3) {
          transform: rotate(-45deg); }
        nav .wrapper-menu-mobile .hamburger-line.hamburger-open span:nth-child(4) {
          top: 18px;
          width: 0%;
          left: 50%; }
    nav .wrapper-menu-mobile .overlay-menu {
      height: 0%;
      width: 120%;
      position: fixed;
      z-index: 1;
      top: -30px;
      left: -30px;
      overflow-y: auto;
      transition: 0.5s; }
      nav .wrapper-menu-mobile .overlay-menu a {
        font-size: 1.5rem;
        display: block;
        transition: 0.3s; }

.btn-blue {
  font-family: 'Alliance2-SemiBold';
  display: inline-flex;
  height: 48px;
  padding: 14px 20px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #009ade;
  background: #009ade;
  transition: all 0.3s ease;
  user-select: none; }
  .btn-blue:hover {
    border-radius: 10px;
    border: 1px solid #009ade;
    background: #097fb1; }

.btn-ask {
  font-family: 'Alliance2-SemiBold';
  display: inline-flex;
  height: 48px;
  padding: 14px 20px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid black;
  transition: all 0.2s ease;
  user-select: none; }
  .btn-ask:hover {
    border-radius: 10px;
    border: 1px solid black;
    background: #b8b8b85a; }

.mt-100 {
  margin-top: 100px; }

.bg-welcome {
  background: linear-gradient(43deg, #ffbe0c 2%, rgba(0, 154, 222, 0.6) 54%);
  backdrop-filter: blur(150px); }

.bg-whoarewe {
  background: linear-gradient(143deg, rgba(255, 190, 12, 0.6) 67%, #009ade 100%);
  backdrop-filter: blur(150px); }

.bg-apajci {
  background: linear-gradient(-40deg, #ffbe0c 2%, rgba(0, 154, 222, 0.6) 54%);
  backdrop-filter: blur(150px); }

.bg-about-us {
  background: #f7f7f7;
  background: linear-gradient(30deg, #f7f7f7 58%, #ffbe0c 100%); }

.content {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  word-wrap: break-word; }
  .content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4; }
  .content a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #009ade !important; }

.btn-blue:disabled {
  background-color: #d1d5db;
  color: #dcdcdc;
  cursor: not-allowed;
  border-color: #d1d5db; }

.btn-join-disabled:disabled {
  background: #097fb1;
  cursor: not-allowed; }

.overlay-banner-home {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(255, 190, 12, 0.05) 0%, rgba(255, 190, 12, 0.05) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.font-InterRegular {
  font-family: 'Inter', sans-serif;
  font-weight: 400; }

.font-InterBold {
  font-family: 'Inter', sans-serif;
  font-weight: 700; }

a:hover {
  transition: all 0.3s ease; }

.content-about ul {
  list-style: disc;
  margin-left: 1.3rem;
  margin-bottom: 1rem; }
.content-about ol {
  list-style: decimal;
  margin-left: 1.3rem;
  margin-bottom: 1rem; }
.content-about li {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 12px; }
.content-about h2 {
  margin-top: 2rem;
  margin-bottom: 1rem; }
.content-about p {
  margin-bottom: 1rem; }

.form-active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  background-color: #f8fafc;
  font-weight: bold; }

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: #f6f6f6;
  font-weight: bold;
  color: #a8a8a8; }

.number.active {
  border: 1px solid #5f5f5f;
  border-radius: 9999px;
  background-color: #e9e9e9;
  font-weight: bold;
  color: #646464; }

.line {
  border: 1px solid #cccccc;
  width: 100px; }

.line.active {
  border: 1px solid #5f5f5f; }

.label.active {
  color: #646464; }

.eye-icon {
  width: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 3.1rem;
  filter: opacity(0.4);
  z-index: 1;
  cursor: pointer; }

img {
  user-select: none; }

.ended-event {
  position: absolute;
  background: #0000009c;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  border-radius: 10px; }

.filter-event a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  transition: all 0.3s ease-out; }
  .filter-event a:hover {
    background: #d9d9d9ac; }
.filter-event .active {
  background: #d9d9d9ac; }

/*# sourceMappingURL=main.css.map */
