* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  margin-top: -55px;
  font-family: "Poppins", sans-serif;
  background: #fdfcfb;
  color: #212123;
  overflow-x: hidden; }

.navbar-main {
  width: 100%;
  padding: 1rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 10;
  background: #2A8420; }

.navbar-dark {
  width: 100%;
  padding: 1rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 10;
  background: #212123; }

.logo {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.6rem 0rem 0rem 0rem;
  width: 180px; }

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem; }

.nav-links.main a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  transition: color 0.15s; }

.nav-links.main a:hover {
  color: #212123; }

.nav-links.pp a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  transition: color 0.15s; }

.active a:hover {
  color: #ff793a; }

.deactivated {
  text-decoration: line-through 2px;
  opacity: 0.2; }

.deactivated a:hover {
  cursor: default; }

.deactivated.main a:hover {
  cursor: default;
  color: #ffffff; }

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 22px;
  gap: 5px; }

.hamburger.main span {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  transition: all 0.4s ease;
  background: #212123; }

.hamburger.pp span {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  transition: all 0.4s ease;
  background: #ffffff; }

.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }

.hamburger.active span:nth-child(2) {
  opacity: 0; }

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); }

.hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0rem 0.4rem 0; }

.hero-section {
  background-size: cover;
  background-position: bottom;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents image repetition */
  min-height: 100%;
  display: flex;
  /* Use flexbox for content alignment */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  /* Adjust text color for readability against the background */
  text-align: center;
  padding: 20px; }

.hero-section.main {
  background-image: url("images/BackgroundPlaceholder-01.jpg");
  background-size: cover;
  background-position: bottom;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents image repetition */
  min-height: 100%;
  display: flex;
  /* Use flexbox for content alignment */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  /* Adjust text color for readability against the background */
  text-align: center;
  padding: 20px;
  background-color: #192C0C; }

.hero-section.pp {
  background-size: cover;
  background-position: bottom;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents image repetition */
  min-height: 100%;
  display: flex;
  /* Use flexbox for content alignment */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  /* Adjust text color for readability against the background */
  text-align: center;
  padding: 20px; }

.background-video {
  width: 100%;
  min-width: 1920px;
  min-height: 1080px;
  position: absolute;
  align-content: center;
  top: 0;
  z-index: -1;
  background-color: #212123;
  filter: brightness(0.7) contrast(1.15); }

.hero-content {
  text-align: center;
  padding: 1rem 1rem 1rem 1rem;
  color: #ffffff;
  background: none;
  font-size: 1.4rem; }

.hero-content p {
  width: 60%;
  max-width: 700px;
  padding: 1rem 0rem 0rem 1rem;
  line-height: 100%; }

.hero-image-container {
  display: flex;
  gap: 2rem;
  align-items: center; }

.hero-image.main img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  vertical-align: bottom;
  transition: transform 0.1s ease, filter 0.2s ease;
  cursor: pointer; }

.hero-image.pp img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  vertical-align: bottom;
  transition: transform 0.6s ease, filter 0.2s ease;
  cursor: pointer; }

.hero-image.pp img:hover {
  transform: scale(1.3) rotate(0deg); }

.hero-image.center dotlottie-wc {
  width: 300px;
  height: 300px;
  transform: scale(0.9);
  transition: transform 0.3s ease, filter 0.5s ease;
  display: block;
  margin: 0 auto; }

.hero-image.center dotlottie-wc:hover {
  transform: scale(0.94);
  filter: drop-shadow(0rem 0rem 0.8rem rgba(176, 40, 0, 0.5));
  image-rendering: crisp-edges; }

.hero-image.empty {
  height: 250px; }

.hero-image.inactive {
  max-width: 200px; }

.hero-image.inactive img:hover {
  transform: scale(0.96) rotate(0deg);
  filter: drop-shadow(0rem 0rem 0.5rem rgba(0, 40, 0, 0.3)) brightness(0.9); }

.banner.main {
  text-align: center;
  padding: 4rem 1rem;
  background: #2A8420;
  color: #ffffff; }

.banner.pp {
  text-align: center;
  padding: 4rem 1rem;
  background: #ff793a;
  color: #ffffff; }

.banner h2 {
  font-size: 2rem;
  margin-bottom: 2rem; }

.banner-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem; }

.btn {
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer; }

.btn-hero.main {
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  padding: 0.8rem 2rem 0.7rem 2rem;
  color: #ffffff;
  background: #2A8420;
  border: 2px solid #2A8420; }

.btn-hero.pp {
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
  cursor: pointer;
  padding: 0.8rem 2rem 0.7rem 2rem;
  color: #ffffff;
  background: #ff793a;
  border: 2px solid #ff793a; }

.btn-hero.pp:hover {
  background: #212123; }

.btn.primary {
  padding: 0.8rem 2rem 0.6rem 2rem;
  background: #ffffff;
  color: #2A8420; }

.btn.secondary {
  padding: 0.7rem 2rem 0.6rem 2rem;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff; }

.btn.primary.pp {
  padding: 0.8rem 2rem 0.6rem 2rem;
  background: #ffffff;
  color: #ff793a; }

.btn.secondary.pp {
  padding: 0.7rem 2rem 0.6rem 2rem;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff; }

.btn:hover {
  transform: translateY(-3px);
  background: #212123;
  color: #ffffff; }

.btn.pp:hover {
  transform: translateY(-3px);
  background: #212123;
  color: #ffffff; }

.component {
  background-color: #192C0C;
  background-size: cover;
  background-position: top;
  /* Centers the image */
  background-repeat: no-repeat;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px; }

.component.pattern {
  background-image: url("images/PuttPerilPattern.jpg");
  background-color: #192C0C;
  background-size: cover;
  background-position: top;
  /* Centers the image */
  background-repeat: no-repeat;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px; }

.component.image {
  background-image: url("images/game3.png");
  background-color: #192C0C;
  background-size: cover;
  background-position: top;
  /* Centers the image */
  background-repeat: no-repeat;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px; }

.image-and-text {
  width: 60%;
  max-width: 600px;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  color: white;
  text-align: center;
  padding: 4rem 0rem 4rem 0rem; }

.image-box {
  justify-content: left;
  align-items: left;
  border-radius: 20px; }

.image-box img {
  transition: transform 0.2s ease, filter 0.2s ease;
  justify-content: left;
  align-items: left;
  max-height: 200px;
  max-width: 200px;
  width: 200px;
  border-radius: 10px; }

.image-box img:hover {
  transform: scale(1.03) rotate(-2deg);
  filter: drop-shadow(0rem 0rem 1rem rgba(255, 255, 255, 0.3)); }

.text-box {
  width: 75%;
  text-align: left;
  justify-content: left;
  align-items: left;
  vertical-align: bottom;
  padding: 0rem 0rem 0rem 4rem; }

.text-box p {
  min-width: 250px;
  text-align: left;
  justify-content: left;
  align-items: left;
  vertical-align: bottom;
  padding: 0rem 0rem 2rem 0rem; }

.image-and-text-wide {
  width: 80%;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: left;
  color: white;
  text-align: center;
  padding: 4rem 0rem 4rem 0rem; }

.text-box-wide {
  width: 75%;
  text-align: left;
  justify-content: left;
  align-items: left;
  vertical-align: bottom;
  padding: 0rem 0rem 0rem 4rem; }

.text-box-wide p {
  min-width: 250px;
  text-align: left;
  justify-content: left;
  align-items: left;
  vertical-align: bottom;
  padding: 0rem 0rem 2rem 0rem; }

.btn-text-box {
  display: flex;
  justify-content: left;
  gap: 1.5rem; }

.inline-image {
  max-height: 15px;
  display: inline;
  vertical-align: baseline; }

.copyrightbanner {
  text-align: center;
  padding: 1rem 1rem;
  background: #212123; }

.copyrightline {
  align-content: center;
  color: #fdfcfb;
  font-size: 12px;
  padding: 0rem 0rem 0rem 0rem; }

@media (max-width: 768px) {
  .hero-images {
    flex-direction: column; }

  .inactive {
    display: none; }

  .hero-image.center img {
    max-width: 90%;
    align-content: center; }

  .banner h2 {
    font-size: 1.6rem; }

  .banner-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem; }

  .herobanner {
    padding: 1rem 0rem 0rem 0rem;
    line-height: 200%; }

  .herobanner p {
    width: 80%;
    max-width: 150px;
    padding: 1rem 0rem 0rem 0rem;
    line-height: 100%; } }
@media (max-width: 768px) and (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 70px;
    right: -100%;
    width: 60%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    gap: 1.5rem;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    transition: right 0.4s ease; }

  .nav-links.active {
    right: 0; }

  .hamburger {
    display: flex; }

  .nav-links.active {
    right: 0;
    position: absolute;
    top: 70px;
    display: flex; }

  .image-and-text {
    min-width: 320px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center; }

  .image-box {
    padding: 0rem 0rem 0rem 0rem; }

  .text-box {
    width: 90%;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    padding: 0rem 0rem 0rem 0rem; }

  .text-box p {
    min-width: 200px;
    max-width: 400px;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem 2rem 0rem; }

  .btn-text-box {
    border-radius: 80px;
    font-size: 32px;
    text-align: center;
    justify-content: center;
    align-items: center; }

  .btn-hero.pp {
    color: #ffffff;
    background: #ff793a;
    border: 2px solid #ff793a; }

  .image-and-text-wide {
    min-width: 320px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center; }

  .text-box-wide {
    width: 90%;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    padding: 0rem 0rem 0rem 0rem; }

  .text-box-wide p {
    min-width: 200px;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem 2rem 0rem; } }
