@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
nav {
  background-color: #800000;
  width: 100%;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
}
nav h1 {
  font-family: Helvetica, sans-serif;
  color: white;
  font-weight: bold;
}
section {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.category-selector {
  background-color: #f8f8f8;
  border: 2px solid #800000;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 2px 10px rgba(128, 0, 0, 0.1);
}

.category-selector h3 {
  font-family: Helvetica, sans-serif;
  color: #800000;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
}

.category-btn {
  background-color: white;
  border: 2px solid #800000;
  color: #800000;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
}

.category-btn:hover {
  background-color: #800000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(128, 0, 0, 0.3);
}

.category-btn.active {
  background-color: #800000;
  color: white;
  box-shadow: 0 2px 6px rgba(128, 0, 0, 0.4);
}

.category-info {
  font-family: Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.category-info span {
  color: #800000;
}

@media only screen and (max-width: 600px) {
  .category-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .category-btn {
    width: 80%;
    max-width: 200px;
  }
  
  .category-selector {
    width: 95%;
    padding: 15px;
  }
}

section h2 {
  font-family: Helvetica, sans-serif;
  color: black;
  font-weight: bold;
  text-align: center;
}
section p {
  font-family: Helvetica, sans-serif;
  color: black;
  font-weight: bold;
  font-size: xx-large;
  padding: 2em 1em;
  text-align: center;
}
.instructions {
  font-family: Helvetica, sans-serif;
  color: #666;
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.instructions.show {
  opacity: 1;
}
.photo-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-cont span {
  font-family: Helvetica, sans-serif;
  color: black;
  font-weight: bold;
  font-size: x-large;
}
@media only screen and (max-width: 600px) {
  .photo-cont {
    gap: 1em;
    flex-direction: column;
  }
}
.photobox {
  background-color: #800000;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s;
}
.photobox:hover {
  transform: scale(1.05);
}
.photobox:hover .selection-count {
  opacity: 1;
}
.photobox img {
  width: 350px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.selection-count {
  background-color: rgba(128, 0, 0, 0.9);
  color: white;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.selection-feedback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 128, 0, 0.9);
  color: white;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.selection-feedback.show {
  opacity: 1;
}
.loading {
  font-family: Helvetica, sans-serif;
  color: #800000;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.error {
  font-family: Helvetica, sans-serif;
  color: #cc0000;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  font-family: "Inter", sans-serif;
  
  
}

 
      .planemash-footer {
        background-color: #f5f5f7;
        border-top: 1px solid #d2d2d7;
        padding: 0;
      }

      .footer-content {
        max-width: 980px;
        margin: 0 auto;
        padding: 17px 22px 7px 22px;
      }

      .footer-links {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
        margin-bottom: 11px;
      }

      .footer-column {
        display: flex;
        flex-direction: column;
      }

      .footer-column h4 {
        font-size: 12px;
        font-weight: 600;
        color: #1d1d1f;
        margin-bottom: 8px;
        line-height: 1.33337;
      }

      .footer-column ul {
        list-style: none;
      }

      .footer-column ul li {
        margin-bottom: 5px;
      }

      .footer-column ul li a {
        color: #515154;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.33337;
        transition: color 0.15s ease-in-out;
      }

      .footer-column ul li a:hover {
        color: #800000;
        text-decoration: underline;
      }

      
      .footer-column .category-group {
        margin-bottom: 20px;
      }

      .footer-column .category-group:last-child {
        margin-bottom: 0;
      }

      
      .footer-bottom {
        border-top: 1px solid #d2d2d7;
        padding-top: 7px;
        padding-bottom: 7px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 15px;
      }

      .footer-legal {
        flex: 1;
        font-size: 12px;
        color: #888888;
        line-height: 1.33337;
      }

      .footer-legal p {
        margin-bottom: 3px;
      }

   
     
      
      

      

      /* Responsive */
      @media (max-width: 875px) {
        .footer-links {
          grid-template-columns: repeat(3, 1fr);
          gap: 25px;
        }

        .footer-content {
          padding: 17px 20px 7px 20px;
        }
      }

      @media (max-width: 735px) {
        .footer-links {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
        }

        .footer-bottom {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
        }

        .footer-legal .links {
          flex-direction: column;
          gap: 5px;
        }

        .demo-content h1 {
          font-size: 36px;
        }
      }

      @media (max-width: 480px) {
        .footer-links {
          grid-template-columns: 1fr;
          gap: 15px;
        }

        .demo-content {
          padding: 40px 20px;
        }

        .demo-content h1 {
          font-size: 28px;
        }

        .footer-content {
          padding: 17px 16px 7px 16px;
        }
      }


 main {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 8em;
      }

      main p {
        font-size: xx-large;
        color: black;
        font-family: Helvetica, sans-serif;
        text-align: center;
      }

      main div {
        background-color: #800000;
        margin-top: 1em;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 4em;
        padding-top: 4em;
        width: 100%;
        gap: 15px;
      }

      .mainp1 {
        color: white;
        font-size: x-large;
        font-family: Helvetica, sans-serif;
        text-align: center;
      }

      .mainp2 {
        color: white;
        font-size: large;
        font-family: Calibri, "Trebuchet MS", sans-serif;
        text-align: center;
      }

      main div a {
        padding: 10px 20px;
        border: 2px solid white;
        text-align: center;
        text-decoration: none;
        color: white;
        background-color: #800000;
        border-radius: 20px;
        transition: 200ms all ease-in;
        margin-top: 2em;
      }
      main div a:hover {
        background-color: white;
        color: #800000;
      }



/*# sourceMappingURL=style.css.map */