@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=Bungee&family=Caprasimo&family=Michroma&family=Righteous&family=Rubik+Mono+One&family=Russo+One&display=swap");

@media (max-width: 575px) {
  * {
    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;
}
header,
#story,
.team {
  background-color: #e8f5e9;
}
.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: 100%;
  min-height: 90vh;
  position: relative;
  background-attachment: fixed;
}
.hero h1,
.about-hero-section h2 {
  font-family: "Michroma", sans-serif;
  font-size: 45px;
}
.btn {
  color: #32a38b;
  border: solid 1px #32a38b;
  transition: 0.3s;
}
.btn:hover {
  letter-spacing: 2px;
  background-color: #32a38b;
  color: black;
}
.top-img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  filter: brightness(0.8);
}
.hero .card,
.services .card,
.testimonial .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);
}
.faqs {
  background: linear-gradient(to bottom, #e8f5e9, #000000);
}
.form,
.about-hero-section,
.drive {
  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: 100%;
  position: relative;
  background-attachment: fixed;
}
.contact-info {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
}
.form .img-fluid {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.contact-detail {
  font-size: 1.1rem;
}
.footer {
  background-color: #060606;
}
.photographer-img,
.social-icons,
.team-img {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.section-divider {
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border: none;
}
.icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  font-size: 2rem;
  margin: 0 auto 1rem;
}
.services h2 {
  font-family: "Michroma", sans-serif;
}
.services i,
.testimonial i {
  color: #32a38b;
}
.testimonial {
  background: linear-gradient(to top, #e8f5e9, #000000);
}
.testimonial .card {
  border: none;
  background-color: #f5f5f5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quote-icon {
  font-size: 3rem;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  right: 20px;
}
.testimonial-text {
  font-style: italic;
  line-height: 1.6;
}
.client-name {
  font-weight: 600;
  color: #2c3e50;
}
