@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;

}

.alert {
display: none;
}

.parent-link {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px
}


.parent-link, .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo {
    height: 42px;
    border-radius: 50%;
    transition: box-shadow .3s;
}

.logo:hover {
    box-shadow: 0 0 19px #a323fb;
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links, .msg {
    text-decoration: none;
}

.social-links {
    padding: 0 2.5rem;
    margin: 0;
    color: white;
    font-weight: 500;

}

.social-links:hover {
    opacity: 0.8;
}

.sm-icon {
    padding: 0 0.5rem;
    margin: 0;
    color: white;
}

.sm-icon:hover {
    opacity: 0.8;
}

header {
    height: 100vh;
    position: relative;
    background: linear-gradient(rgba(34, 34, 34, 0.6),rgba(34, 34, 34, 0.6)),url("../Img/bg.jpg");
    background-size: cover;
    background-position: center;
    color: white;
}

body {
    font-family: 'Inter', sans-serif;
}

nav {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

h1 {
    font-size: 36px;
    margin-bottom: 32px;
    line-height: 1.05;
}

h2 {
    font-size: 44px;
    margin-bottom: 48px;
}

p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
  .parent-link {
      font-size: 0.8rem;
      margin-bottom: 20px
  }

  .hdr-container-inner {
      width: 80%;
  }

  h1 {
      font-size: 28px;
  }

  p {
      font-size: 16px;
  }

  .alert {
    display: block;
    padding: 20px;
    background-color: #f44336;
    color: white;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }
}

.btn:link, .btn:visited {
    font-size: 20px;
    font-weight: 600;
    background-color: rgb(199, 0, 0);
    color: #EAF8FF;
    text-decoration: none;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 25px;
}

.btn:link:hover,
.btn:visited:hover{
    opacity: 0.8;
}

.header-container {
    width: 80%;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 3rem;
    padding: 2rem;
    margin-top: 2.5rem;
}

.hdr-container-inner {
    width: 50%;
}

.ui-btn {
    --btn-default-bg: rgb(41, 41, 41);
    --btn-padding: 15px 20px;
    --btn-hover-bg: rgb(51, 51, 51);
    --btn-transition: .3s;
    --btn-letter-spacing: .1rem;
    --btn-animation-duration: 1.2s;
    --btn-shadow-color: rgba(0, 0, 0, 0.137);
    --btn-shadow: 0 2px 10px 0 var(--btn-shadow-color);
    --hover-btn-color: #FAC921;
    --default-btn-color: #fff;
    --font-size: 16px;
    --font-weight: 600;
    --font-family: Menlo,Roboto Mono,monospace;
  }
  
  .ui-btn {
    box-sizing: border-box;
    padding: var(--btn-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-btn-color);
    font: var(--font-weight) var(--font-size) var(--font-family);
    background: var(--btn-default-bg);
    border: none;
    cursor: pointer;
    transition: var(--btn-transition);
    overflow: hidden;
    box-shadow: var(--btn-shadow);
  }
  
  .ui-btn span {
    letter-spacing: var(--btn-letter-spacing);
    transition: var(--btn-transition);
    box-sizing: border-box;
    position: relative;
    background: inherit;
  }
  
  .ui-btn span::before {
    box-sizing: border-box;
    position: absolute;
    content: "";
    background: inherit;
  }
  
  .ui-btn:hover, .ui-btn:focus {
    background: var(--btn-hover-bg);
  }
  
  .ui-btn:hover span, .ui-btn:focus span {
    color: var(--hover-btn-color);
  }
  
  .ui-btn:hover span::before, .ui-btn:focus span::before {
    animation: chitchat linear both var(--btn-animation-duration);
  }
  
  @keyframes chitchat {
    0% {
      content: "#";
    }
  
    5% {
      content: ".";
    }
  
    10% {
      content: "^{";
    }
  
    15% {
      content: "-!";
    }
  
    20% {
      content: "#$_";
    }
  
    25% {
      content: "№:0";
    }
  
    30% {
      content: "#{+.";
    }
  
    35% {
      content: "@}-?";
    }
  
    40% {
      content: "?{4@%";
    }
  
    45% {
      content: "=.,^!";
    }
  
    50% {
      content: "?2@%";
    }
  
    55% {
      content: "\;1}]";
    }
  
    60% {
      content: "?{%:%";
      right: 0;
    }
  
    65% {
      content: "|{f[4";
      right: 0;
    }
  
    70% {
      content: "{4%0%";
      right: 0;
    }
  
    75% {
      content: "'1_0<";
      right: 0;
    }
  
    80% {
      content: "{0%";
      right: 0;
    }
  
    85% {
      content: "]>'";
      right: 0;
    }
  
    90% {
      content: "4";
      right: 0;
    }
  
    95% {
      content: "2";
      right: 0;
    }
  
    100% {
      content: "";
      right: 0;
    }
  }

  @keyframes fadeInFromTop {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .fade-in-from-top {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInFromTop 1.5s ease-in-out forwards;
  }