* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #131313;
  color: #fff;
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
.nav {
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
}
.nav__container {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
}
.nav__logo {
  height: 48px;
}
.nav__logo img {
  height: 72px;
  width: auto;
}
.nav__ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 18px;
}
.nav__right {
  display: flex;
  justify-content: flex-end;
}
.header {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header::before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to top, #131313 0, rgba(11, 11, 11, 0.5) 10%);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
}
.header__video {
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -2;
}
.header__title {
  font-size: 90px;
  align-items: center;
  gap: 12px;
  margin: 12px 0 24px;
  font-family: "Syne", sans-serif;
  line-height: 1;
}
.header__title img {
  height: 84px;
  width: auto;
  margin-bottom: -20px;
}
.header__title span {
  color: #0c9866;
  font-family: "Permanent Marker", cursive;
}
.header__container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.header__hero,
.header__content {
  flex: 1;
}
.header__hero {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.header__hero-div {
  position: relative;
  display: block;
  width: 350px;
  height: 500px;
  background: rgba(12, 152, 102, 0.5);
  border: 1px solid #0c9866;
  border-radius: 240px 240px 0 0;
  box-shadow: 0 0 50px rgba(12, 152, 102, 0.5);
  backdrop-filter: blur(5px);
}
.header__hero-img {
  width: 460px;
  max-width: 460px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -10px;
}
.header__btn__container {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.header__span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Syne", sans-serif;
}
.header__span span {
  font-family: "Permanent Marker", cursive;
  color: #0c9866;
}
.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Syne", sans-serif;
}
p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  font-weight: 300;
}
.btn,
button.btn,
a.btn {
  padding: 12px 30px;
  background: #1b4c3b;
  color: #ffffff;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: "Syne", sans-serif;
  border-radius: 8px 0 8px 0;
  position: relative;
  overflow: clip;
}
.btn span,
button.btn span,
a.btn span,
.btn img,
button.btn img,
a.btn img {
  position: relative;
  z-index: 2;
}
.btn::before,
button.btn::before,
a.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #0c9866;
  z-index: 1;
  border-radius: 8px 0 8px 0;
  transition: 0.3s;
}
.btn:hover::before,
button.btn:hover::before,
a.btn:hover::before {
  width: 100%;
}
.section {
  padding: 64px 0;
}
.offer__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 36px;
}
.offer__heading {
  font-size: 22px;
  margin-bottom: 16px;
}
.offer__content {
  font-size: 14px;
}
.offer__col {
  padding: 24px 24px 36px;
  background: #202020;
  border: 1px solid #202020;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.offer__col:hover {
  top: -6px;
  background: rgba(12, 152, 102, 0.1);
  backdrop-filter: blur(5px);
  border-color: #0c9866;
  box-shadow: 0 0 24px rgba(12, 152, 102, 0.5);
}
img {
  max-width: 100%;
}
.sponsor__container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.sponsor__card {
  width: 100%;
  max-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
.sponsor__card img {
  max-height: 70px;
  max-width: 90%;
}
.club__card {
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club__card img {
  max-height: 120px;
}
.team__container {
  margin-top: 36px;
}
.team__image {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 50%;
  transition: 0.3s;
  display: block;
}
.team__card {
  padding: 24px;
  background-color: #202020;
  position: relative;
  border-radius: 36px 36px 0 0;
  aspect-ratio: 3/4;
  background-image: url("./assets/image/immunity-text-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
  border: 1px solid #202020;
}
.team__card:hover {
  background-color: #065136;
  background-size: 130%;
  border-color: #0c9866;
}
.team__card:hover .team__image {
  max-width: 60%;
}
.team__name,
.team__role {
  position: relative;
  z-index: 2;
}
.team__name {
  font-size: 32px;
}
.team__role {
  font-family: "Permanent Marker", cursive;
  font-size: 20px;
  color: #0c9866;
}
.heading {
  margin-bottom: 36px;
}
.heading__span {
  font-size: 14px;
  font-family: "Permanent Marker", cursive;
}
.heading__h2 {
  font-size: 36px;
}
.heading__desc {
  font-size: 14px;
  width: 100%;
  max-width: 500px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.75);
}
.text-center {
  text-align: center;
}
.text-center .heading__desc {
  margin: 24px auto 0;
}
.text-bold {
  font-weight: bold;
}
.footer__bottom {
  padding: 24px 0;
}
.footer__bottom p,
.footer__bottom a {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}
.footer__bottom a:hover {
  color: #0c9866;
  text-decoration: underline;
}
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.footer__author {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__author img {
  height: 20px;
  margin-top: -4px;
}
/*# sourceMappingURL=style.css.map */