* {
  box-sizing: border-box;
}

 /* Override navbar colors for this page */
 header nav a,
 header .logo {
     color: rgba(255,255,255,1);
 }

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.main-container {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-image {
  width: 100%;
  max-height: 827px;
  aspect-ratio: 1170 / 1460;
  background: url("../images/hero-main.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: visible;
}
.logo-variations {
  width: 90%;
  height: 90%;
  background: url("../images/logo-variations.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}

/* Project Info Section */
.project-info-section {
  width: 100%;
  position: relative;
  display: flex;
}
.project-info-container {
  width: 100%;
  padding: 8% 10%;
  display: flex;
  flex-direction: row;
  gap: 10%;
}
.project-heading {
  flex: 1;
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Urbanist;
  font-weight: Regular;
  font-size: 35px;
  opacity: 1;
  text-align: left;
}

.project-info {
  height: auto;
  opacity: 1;
  position: relative;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 20px 15px;
}

.info-row-label {
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
  grid-column: 1;
}

.info-row-text {
  color: rgba(0,0,0,1);
  position: relative;
  font-family: Poppins;
  font-weight: bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}

/* Responsive Design for Project Info Section */

@media (max-width: 1200px) {
  .project-info-container {
    flex-direction: column;
  }

  .project-heading {
    width: 100%;
  } 

  .project-info {
    width: 100%;
    margin-top: 30px;
  }
}

/* Background Info Section */

.background-section {
  width: 100%;
  padding: 8% 10%;
  height: auto;
  background: rgba(244, 244, 244, 1);
  opacity: 1;
  position: relative;
  display: flex;
  overflow: visible;
}
.background-container {
  width: 100%;
  height: auto;
  opacity: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  overflow: visible;
}
.background-label {
  width: 100%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  top: 0px;
  left: 0px;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.background-chefs {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 40%;
}
.background-description {
  width: 100%;
  margin-top: 10%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  line-height: 1.6;
}
.background-quote {
  width: 100%;
  margin-top: 5%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  font-family: Urbanist;
  font-size: 25px;
  opacity: 1;
  text-align: left;
}
.background-image {
  width: 100%;
  aspect-ratio: 1170 / 775;
  background: url("../images/BastardoBoys.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.chef-names {
  width: 100%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  font-family: Poppins;
  font-style: italic;
  font-size: 14px;
  opacity: 1;
  padding-top: 5px;
  text-align: center;
}

 /* Themes section */
 .themes-section {
  width: 100%;
  background: rgba(28, 28, 28, 1);
  opacity: 1;
  position: relative;
  overflow: visible;
}
.themes-container {
  width: 100%;
  height: auto;
  opacity: 1;
  position: relative;
  padding: 8% 10%;
  display: flex;
  align-items: center;
  overflow: visible;
}
.themes-label {
  width: 10%;
  color: rgba(255, 255, 255, 1);
  position: relative;
  flex-shrink: 0;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.themes-description {
  color: rgba(255, 255, 255, 1);
  padding-left: 10%;
  position: relative;
  flex: 1;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
  opacity: 1;
  text-align: left;
}
.separator {
  padding: 0 3%;
}

/* Solution section */
.solution-container {
  width: 100%;
  height: auto;
  opacity: 1;
  position: relative;
  padding: 8% 10%;
  display: flex;
  align-items: flex-start;
  overflow: visible;
}
.solution-label {
  width: 10%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  flex-shrink: 0;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.solution-content {
  padding-left: 10%;
  height: auto;
  opacity: 1;
  position: relative;
  flex: 1;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.solution-title {
  width: 100%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 25px;
  opacity: 1;
  text-align: left;
  padding-bottom: 3%;
}
.solution-description {
  width: 100%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  line-height: 1.6;
}

/* Gallery section */
.gallery-section {
  width: 100%;
  background: rgba(244, 244, 244, 1);
  opacity: 1;
  position: relative;
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 auto;
  padding: 50px 46px;
}
.gallery-section-bottom {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  padding: 8%;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.branding-sample-1 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/branding-sample-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.branding-sample-2 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/branding-sample-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-1 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/gallery-logo-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-2 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/gallery-logo-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-3 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/gallery-logo-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-4 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/gallery-logo-4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-5 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/gallery-logo-5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-6 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/gallery-logo-6.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-7 {
  width: 100%;
  aspect-ratio: 1;
  background: url("../images/gallery-logo-7.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.gallery-image-8 {
  width: 30%;
  height: 154px;
  background: url("../images/gallery-logo-8.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-image-9 {
  width: 30%;
  height: auto;
  background: url("../images/gallery-logo-9.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-image-10 {
  width: 30%;
  height: auto;
  background: url("../images/gallery-logo-10.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-image-11 {
  width: 40%;
  height: auto;
  background: url("../images/gallery-logo-11.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-image-12 {
  width: 30%;
  height: auto;
  background: url("../images/gallery-logo-12.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.gallery-image-13 {
  width: 30%;
  height: 51px;
  background: url("../images/gallery-logo-13.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

/* Labels section */
.featured-label {
  width: 100%;
  color: rgba(0, 0, 0, 1);
  position: relative;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 16px;
  opacity: 1;
  text-align: center;
}
.brands-row {
  display: flex;
}
.final-showcase {
  width: 100%;
  max-width: 434px;
  aspect-ratio: 1;
  opacity: 1;
  position: relative;
  margin: 50px auto;
  overflow: hidden;
}
.final-showcase-content {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.final-logo-1 {
  width: 100%;
  height: 100%;
  background: url("../images/final-logo-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.final-logo-2 {
  width: 211px;
  height: 161px;
  background: url("../images/final-logo-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

/* Responsive Design for Bastardo */
@media (max-width: 1200px) {


  .gallery-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 40px;
  }
}

@media (max-width: 768px) {
  .background-container {
    flex-direction: column;
    padding: 0 40px;
  }

  .background-image {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    order: -1;
  }

  .gallery-section {
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }

  .chef-names {
    padding: 0 40px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .background-container,
  .themes-container,
  .chef-names {
    padding: 0 20px;
  }

  .project-heading,
  .solution-title,
  .themes-description {
    font-size: 22px;
  }

  .background-quote {
    font-size: 20px;
  }

  .logo-variations {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
