* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

/*fonts*/
.gasoek-one-regular {
  font-family: "Gasoek One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.homenaje-regular {
  font-family: "Homenaje", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*fonts end*/

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-size: 1rem;
  color: black;
  width: 78px;
}

.shaded {
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFC65C;
  background-color: #332F30;
  font-family: "Gasoek One", sans-serif;
  font-size: 5.5rem;
  padding: 4px;
}

.nav-toggle {
  display: none;
}

header {
  font-family: "Homenaje", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  background: transparent;
}

/* nav */
#nav-bar {
  display: flex;
  height: 3rem;
  background-color: #FF9A35;
  padding: .75rem;
  justify-content: space-around;
  text-align: center;        
  margin: 0 auto;
}

#nav-bar a:hover {
  opacity: 55%;
}
/* nav end*/

.hero-img {
  width: 100%;
  margin-top: 11rem;
}

.hero-img2 {
  width: 100%;
  margin-top: 4rem;
}

.hero-tagline-text {
  position: relative;
  top: 80px;
  left: 32px;
  font-family: "Gasoek One", sans-serif;
  text-align: left;
  margin: 0 auto;
  font-size: 5rem;
  color: #332F30;
}

#hero {
  margin: 0 auto;
  text-align:center;
}

#CTA-head {
  font-family: "Homenaje", sans-serif;
  font-size: 4rem;
  margin-bottom: -16px;
}

#CTA-caption {
  font-family: "Homenaje", sans-serif;
  font-size: 1rem; 
  margin-bottom: .5rem;
}

#call-to-action {
  font-family: "Homenaje", sans-serif;
  font-size: 30px;
  margin-top: 2rem;
}

button {
  font-family: "Gasoek One", sans-serif;
  border-radius: 3rem;
  color: #000;
  letter-spacing: .1rem;
  padding: 1.1rem;
  font-size: 2rem;
  background-color: #FF9A35;
  margin-top: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* Makes it repeat forever */
  animation-timing-function: ease-in-out;
}

.first {
  margin-top: 1.5rem;
}

.glance {
  background-color: #332F30;
  padding: 20px;
  color: #ffffff;
  font-size: 3rem;
  font-family: "Gasoek One", sans-serif;
  margin-top: -32px;
}

.icon {
  width: 1rem;
  height: auto;
  margin-right: 1rem;
}

/* video styles */
.video iframe {
  width: 100%;
  max-width: 1120px;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: .5rem;
}

.wild {
  background-color: #332F30;
  padding: 20px;
  color: #ffffff;
  font-size: 3rem;
  font-family: "Gasoek One", sans-serif;
  margin-top: -32px;
}

#summary {
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
}

ul {
  text-align: left;
  margin: 0 auto;
}

.card-description {
  width: 316px;
}

.cards {
  width: 316px;
  height: auto;
}

#features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .5rem;
  margin: 2rem;
  background-color: #332F30;
  padding: 3rem;
  border-radius: .5rem;
}

button:hover {
  background: #000000;
  color: white;
}

.glance-img {
  width: 29rem;
  height: auto;
  margin-left: 15rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.container-flex {
    display: flex;   
    align-items: center; 
    gap: 20px;         
    max-width: 100%;  
    margin: 0 auto;
}

.text-right {
  flex-grow: 1;
  max-width: 40rem;
}

.text-right-title {
  font-size: 2rem;
  font-family: "Gasoek One", sans-serif;
}

ul {
  font-family: "Homenaje", sans-serif;
  line-height: 3rem;
  font-size: 1.5rem;
  max-width: 80%
}

video {
  width: 69rem;
  height: auto;
}
 /* card styling */
h3 {
  font-family: "Gasoek One", sans-serif;
  letter-spacing: .1rem;
  font-size: 2rem;
}

.card-description {
  font-family: "Homenaje", sans-serif;
  font-size: 1rem;
}

h2 {
  font-family: "Gasoek One", sans-serif;
  margin: 0 auto;
  font-size: 4rem;
  text-align: center;
  background-color: #332F30;
  color: #ffffff;
  padding: 20px;
}

.card-description-label {
  font-family: "Homenaje", sans-serif;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.card123 {
  background-color: #F2F2F2;
  padding: 20px;
  margin: 0 auto;
  border-radius: .5rem;
}

.card123:hover {
  background-color: #FFC65C;
  color: black;
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.black-box {
  background-color: #000000;
  padding: 1rem;
  padding-bottom: 2rem;
  margin: 2rem;
  border-radius: .5rem;
  margin-bottom: 2rem;
}

.yellow-box {
  background-color: #FFC65C;
  padding-top: 20px;
}

/* table styles */
.workspace {
  background: white;
  padding: 2rem;
  border-radius: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

th,
td {
  border: solid #000000;
  padding: 1rem;
  font-family: "Homenaje", sans-serif;
  text-align: center;
}

#left {
  font-family: "Homenaje", sans-serif;
  background-color: #FFC65C;
  padding: .5rem;
}

thead th {
  font-family: "Homenaje", sans-serif;
  background-color: #FFC65C;
  padding: 1rem;
}

tbody tr:nth-child(even) {
  background-color: #F19D42;
}

caption {
  font-family: "Gasoek One", sans-serif;
  caption-side: top;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #000;
  letter-spacing: .1rem;
}

tfoot {
  font-family: "Homenaje", sans-serif;
  caption-side: top;
  font-size: .75rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  color: #000;
  letter-spacing: .1rem;
  text-align: center;
}

/* end line */
.footer-title {
  margin: 0 auto;
  text-align: left;
  font-family: "Gasoek One", sans-serif;
  font-size: 4rem;
  margin-left: 2rem;
  color: #000000;
  margin-top: 4rem;
}

#stay-shaded {
  margin: 0 auto;
  text-align: left;
  font-family: "Gasoek One", sans-serif;
  font-size: 7rem;
  margin-left: 2rem;
  color: #DD5F1B;
  opacity: 40%;
}


form {
  max-width: 600px;
}

form {
  width: 100%;
  margin: 0 auto; /* Center the form on the page */
  padding: 1rem;
  border: none;
  border-radius: 8px;
  text-align: left;
  background-color: #000000;
  color: #fff;
}

#form-group-first {
  padding-left: .75rem;
  padding-right: .75rem;
}

input[type="email"]:focus {
  outline: solid 2px #FF9A35;
}

input[type="email"]:invalid {
  outline: solid 2px red;
}

input[type="name"]:focus {
  outline: solid 2px #FF9A35;
}

input[type="textbox"]:focus {
  outline: solid 2px #FF9A35;
}

.contact-title {
  font-family: "Gasoek One", sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

#contact-button {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: .4rem;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite; /* Makes it repeat forever */
  animation-timing-function: ease-in-out;
}

label {
  font-family: "Homenaje", sans-serif;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  text-align: left;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: .75rem;
  border: none;
  border-radius: 8px;
  font-family: "Homenaje", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
}



.grey-box {
  background-color: #332F30;
  padding: 1rem;
  border-radius: .5rem;
  width: 40rem;
  margin: 0 auto;
}


/* footer */
footer {
  background-color: #FFC65C;
  margin: 0 auto;
  text-align: center;
  font-family: "Homenaje", sans-serif;
  padding: 1.5rem;
  padding-top: 4rem;
}

.footer-links {
  font-size: 1.1rem;
}

.icon-footer {
  width: 1rem;
  height: auto;
  margin-right: .5rem;
}


@keyframes bounce {
    0% {
        transform: translateY(0); /* Start position */
    }
    50% {
        transform: translateY(-20px); /* Move up 50px */
    }
    100% {
        transform: translateY(0); /* Return to start position */
    }
}

/* media queries media queries media queries */
@media (hover: hover) and (pointer: fine) {
  button:hover {
    background: #000000;
    color: white;
  }
}

@media (max-width: 600px) {

.hero-img {
  width: 100%;
  margin-top: 8.3rem;
}
.nav-toggle { 
  display: none; 
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.hamburger {
  position: fixed;
  top: 0.6rem;
  left: 0.6rem;          
  width: 44px;
  height: 44px;
  background: #FF9A35;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  z-index: 1500;
  cursor: pointer;
}


.hamburger:hover {
  background: #FFC65C;
}

.hamburger-line,
.hamburger-line::before,
.hamburger-line::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  transition: transform .22s ease, opacity .22s ease;
  position: relative;
}

.hamburger-line::before {
  position: absolute; top: -7px; left: 0; 
}
.hamburger-line::after  { 
  position: absolute; top: 7px; left: 0; 
}

.nav-toggle:checked + .hamburger + #nav-bar { 
  left: 0; 
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}


  #nav-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;      
    justify-content: flex-start;
    gap: 1rem;
    padding-top: 3rem;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 90px;
    z-index: 1000;
  }

  #nav-bar a {
  display: block;
  padding: 1rem 1.25rem;      /* compact touchable area */
  width: 100%;
  text-align: left;
  text-decoration: none;
}

  .hero-tagline-text {
    display: none;
  }

  .hero-tagline,
  .hero-tagline-text,
  .hero-img2 {
    display: none;
  }

  .container-flex {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0 1rem;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .glance-img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 1rem auto;
    display: block;
    object-fit: contain;
  }

  .text-right {
    width: 100%;
    padding: 0 0.5rem;
    text-align: left;
  }

  ul {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.6rem;
    padding-left: 0.5rem;
    text-align: left;
    margin: 0 auto;
    width: 350px;
  }

  .text-right-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    margin: 0 auto;
    text-align: left;
    margin-top: .1rem;
  }

  .text-right-description {
    font-size: 0.95rem;
    line-height: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 4rem;
    width: 350px;
    margin: 0 auto;
  }

  .glance {
    font-size: 2rem;
    padding: 12px;
    margin: 0 auto;
  }

  .glance-img {
    margin-top: 2rem;
    width: 100%;
    max-width: 350px;
    margin-bottom: .1rem;
  }

  .wild {
    background-color: #332F30;
    padding: 12px;
    color: #ffffff;
    font-size: 2.5rem;
    font-family: "Gasoek One", sans-serif;
    margin-top: 2rem;
  }

  #features {
    grid-template-columns: 1fr; /* single column */
    gap: 1rem;
    padding: 1rem;
    margin: 1rem;
  }

  .card123 {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }

  .cards {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
    object-fit: contain;
  }

  /* Ensure the section's surrounding button stays visible and usable */
  #features + button {
    width: 90%;
    max-width: 360px;
    margin: 1rem auto;
    display: block;
  }
  
  .grey-box {
    width: 100%;
    max-width: 480px;
    padding: 0.75rem;
    box-sizing: border-box;
  }

  #contact-form {
    width: 100%;
    padding: 0.5rem;
    margin: 0 auto;
    background-color: black; 
  }

  .contact-title {
    font-size: 1.4rem;
  }

  label {
    font-size: 1rem;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 1rem;
    padding: 0.6rem;
  }

  form-group-first {
    width: 100%;
    max-width: 480px;
    padding: 0.75rem;
    margin: 0.75rem;
    box-sizing: border-box;
}

h2 {
    font-size: 2.5rem;
    padding: 12px;
}

.footer-title {
  display: none;
}
}