body {
  background-color: #fff;
  color: #000;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}

h1, h2, h3 {
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}

h2 {
  font-size: 4rem;
  font-weight: normal;
}

p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
}

img {
  max-width: 100%;
}

header .logo {
  text-align: center;
  margin-bottom: 20px;
}
header .logo img {
  width: 500px;
  margin: 30px 0 0;
}

.main-section {
  margin: 20px 0 50px 0;
}
.main-section .main-content {
  text-align: center;
}

.newsletter-section {
  background: #55a32c;
  padding: 60px 0;
  position: relative;
}
.newsletter-section .newsletter-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #fff;
}
.newsletter-section .newsletter-text {
  font-size: 1.4rem;
  margin-bottom: 30px;
  color: #fff;
}
.newsletter-section .newsletter-form {
  width: 500px;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.newsletter-section .newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 12px;
  margin-bottom: 15px;
}
.newsletter-section .newsletter-form .btn-subscribe {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: normal;
  font-size: 1.4rem;
}
.newsletter-section .gg-logo {
  max-width: 100%;
  height: 100%;
  position: relative;
}
.newsletter-section .gg-logo img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.social-footer {
  background-color: #000;
  padding: 40px 0;
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.social-icon {
  width: 80px;
  height: 80px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 2.6rem;
  margin: 0 10px;
}

.social-icon:hover {
  background-color: #333;
  color: #fff;
}

.footer-text {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
.footer-text p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}

@media (max-width: 991px) {
  p {
    font-size: 1.4rem;
  }
  .main-section .main-content br {
    display: none;
  }
  .newsletter-section {
    padding: 40px 0;
    background-image: url(images/gg-logo.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .newsletter-section .newsletter-title {
    text-align: center;
  }
  .newsletter-section .newsletter-text {
    text-align: center;
  }
  .newsletter-section .newsletter-form {
    margin: 0 auto;
  }
  .newsletter-section .gg-logo {
    display: none;
  }
  .social-icon {
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    font-size: 2rem;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .newsletter-form {
    max-width: 100%;
  }
  .social-icons {
    gap: auto;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .social-icon {
    margin-bottom: 10px;
  }
  .newsletter-section .newsletter-title {
    font-size: 1.3rem;
  }
}
@font-face {
  font-family: "Century Gothic";
  src: url("fonts/CenturyGothic-Bold.woff2") format("woff2"), url("fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=style.css.map */