@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins: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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Anton&family=Archivo+Black&family=Bebas+Neue&family=Bungee&family=Caprasimo&family=Michroma&family=Oswald:wght@200..700&family=Righteous&family=Rubik+Mono+One&family=Russo+One&family=Space+Grotesk:wght@300..700&display=swap");

@media (min-width: 320px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.img-logo {
  width: 224px;
  height: 70px;
  object-fit: contain;
}
.nav-link:hover {
  color: #fad201 !important;
}
.hero,
.services {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(img/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100vw;
  min-height: 90vh;
  position: relative;
  background-attachment: fixed;
}
.top-img {
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.1);
  filter: brightness(0.8);
}
.hero h1 {
  font-family: "Bebas Neue", sans-serif;
}
.first-fade-underline,
.second-fade-underline {
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  display: inline-block;
}
.first-fade-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #060606 0%, #fad201 100%);
}
.second-fade-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #060606 0%, #fad201 100%);
}
.hero .btn {
  color: #060606;
  background-color: #fad201;
  transition: 0.3s;
}
.hero .btn:hover {
  letter-spacing: 2px;
}
.hero .card,
.apart .card,
.services .card {
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.mission,
.faqs {
  background: linear-gradient(to bottom, #f5f5f5, #212529);
}
.story {
  color: #fad201;
}
.btn {
  color: #fad201;
  border: solid 1px #fad201;
  transition: 0.3s;
}
.btn:hover {
  letter-spacing: 2px;
  background-color: #fad201;
  color: black;
}
.apart h2 {
  position: relative;
  margin-bottom: 3rem;
}

.apart h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background: linear-gradient(to right, #060606 0%, #fad201 100%);
}
.icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #060606, #fad201);
  font-size: 2rem;
  margin: 0 auto 1rem;
}
.services i {
  color: #fad201;
}
.form .img-fluid {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.contact-info {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
}
.contact-detail {
  font-size: 1.1rem;
}
/* .apart {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(img/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
  background-attachment: fixed;
} */
