/* Break points */
/* Colors */
/* ====== */
/* Fonts */
@font-face {
  font-family: "Alphakind";
  src: url("../fonts/Alphakind.ttf") format("truetype"), url("../fonts/Alphakind.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .hero {
    height: auto;
    padding: 130px 0;
  }
}
.hero__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__logo {
  max-width: 400px;
  width: 100%;
  margin-bottom: 2rem;
}
.hero__logo img {
  width: 100%;
  height: auto;
}
.hero__text {
  text-align: left;
}
.hero__text h1 {
  font-size: 40px;
  text-transform: capitalize;
  margin: 0;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.65);
  color: #fff;
}
@media (max-width: 767.98px) {
  .hero__text {
    text-align: center;
    margin-bottom: 60px;
  }
  .hero__text h1 {
    font-size: 24px;
  }
}
.hero__bg-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 186px;
  background-image: url("../images/hero-bg-pattern.avif");
  background-repeat: repeat-x;
  z-index: 2;
}

.about {
  padding: 0 0 240px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .about {
    padding: 0 0 150px;
  }
}
@media (max-width: 1199.98px) {
  .about__container {
    padding: 0 150px;
  }
}
@media (max-width: 767.98px) {
  .about__container {
    padding: 0 15px;
  }
}
.about__title {
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 1199.98px) {
  .about__title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .about__title {
    font-size: 30px;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  border: 5px solid #ffda9a;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(230, 146, 0, 0.1);
  position: relative;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 1199.98px) {
  .about__content {
    box-sizing: border-box;
    padding: 40px 60px;
  }
}
@media (max-width: 767.98px) {
  .about__content {
    gap: 28px;
    padding: 20px 15px;
  }
}
.about__text p,
.about__text li {
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 1199.98px) {
  .about__text p,
  .about__text li {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .about__text p,
  .about__text li {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .about__text li {
    list-style: none;
  }
}
.about__characters {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.about__character {
  position: absolute;
}
.about__character--knight {
  left: -97px;
  top: -80px;
  width: 302px;
  height: auto;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .about__character--knight {
    left: -190px;
    top: -160px;
    width: 247px;
  }
}
@media (max-width: 767.98px) {
  .about__character--knight {
    left: -25px;
    top: -23px;
    width: 139px;
  }
}
.about__character--pizza {
  right: -115px;
  top: 0px;
  width: 228px;
  height: auto;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .about__character--pizza {
    right: -155px;
    top: -100px;
    width: 187px;
  }
}
@media (max-width: 767.98px) {
  .about__character--pizza {
    right: -30px;
    top: 0px;
    width: 114px;
  }
}

.team {
  padding: 0 0 80px;
  position: relative;
}
.team__title {
  font-size: 80px;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  text-transform: capitalize;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 1199.98px) {
  .team__title {
    margin-bottom: 60px;
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .team__title {
    margin-bottom: 40px;
  }
}
.team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
  margin: 0 auto;
}
.team__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team__name {
  font-size: 48px;
  line-height: 1.15;
  max-width: 250px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199.98px) {
  .team__name {
    max-width: 200px;
    font-size: 30px;
  }
}
.team__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team__social {
  display: flex;
  gap: 15px;
}
.team__position {
  font-size: 36px;
  line-height: 1.15;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .team__position {
    font-size: 24px;
  }
}
@media (max-width: 968px) {
  .team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .team__grid {
    grid-template-columns: 1fr;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000;
}
.scroll-to-top.visible {
  display: flex;
}