/*base styles*/

body {
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  background-color: rgb(255, 238, 215);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

span.button {
  display: block;
}

/* hero section */
nav a {
  text-transform: uppercase;
}

ul {
  display: flex;
  flex-direction: column;
}

header {
  display: flex;
  background: no-repeat;
  justify-content: center;
}

header img {
  width: 1468px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand yw {
  color: #f3cb14;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  font-weight: 200;
}

.navbar-brand wh {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}

.navbar {
  background-color: #f3ca145a;
}
sml {
  font-size: 50px;
  line-height: 50px;
}

.hero {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  line-height: 32px;
}

h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  margin: 15px 0;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.column-third img {
  width: 350px;
  height: 350px;
  box-shadow: 5px 10px 8px #888888;
}

/* top cta */
.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta {
  padding: 50px 0 10px 0;
  width: 50%;
  margin: auto;
  box-sizing: border-box;
}

.cta h3 {
  font-size: 16px;
  line-height: 16px;
}

.btn-sm {
  /* width: 10%; */
}

button.btn.btn-secondary.btn-sm {
  margin: 0 25px;
}

.btn {
  background-color: #f3cb14;
}

.btn a {
  text-decoration: none;
  color: #000000;
}

.btn:hover {
  background-color: #fff;
}

/* three-column area */
.three-columns {
  padding: 50px 0;
}

.three-columns h3 {
  max-width: 1000px;
  width: 80vw;
  margin: 15px auto;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  font-size: 50px;
}

.three-columns p {
  align-items: center;
}

.column-cont {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  margin: auto;
  box-sizing: border-box;
}

.column-third {
  max-width: 33%;
  margin: 10px;
  box-sizing: border-box;
}

.column-third p {
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  margin: 15px 0;
}

/*picture image section*/

.two-halves {
  display: flex;
}

.pic-container,
.content {
  flex-grow: 1;
  flex-basis: 50%;
  min-height: 200px;
  align-items: center;
  display: flex;
}

.content {
  padding: 50px 100px;
}

.pic-container img {
  width: 250px;
  height: 200px;
}

.know-container {
  display: flex;
  text-align: center;
  box-shadow: 5px 10px 8px #888888;
  margin: 0 300px 0 300px;
  flex-direction: column;
  align-items: center;
  background-color: rgba(243, 202, 22, 0.4);
  border-radius: 20px;
}

.sm {
  font-size: 12px;
}

.know-container img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 5px 10px 8px #888888;
}

.know-container p {
  padding: 10px 0 0 0;
}

#carouselExampleIndicators .carousel-item img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.carousel.slide {

}

.carousel.slide {
  width: 900px;
  padding: 20px 0 20px 0;
}

/*footer*/

footer {
  background-color: #000000;
  color: #fff;
}
footer .btm-row {
  width: 100%;
  padding: 17px 0 0 0;
}

footer .signature p {
  font-size: 15px;
  line-height: 15px;
  margin: 40px 0;
}

.watch img {
  width: 250px;
  height: 70px;
}

footer .column-third img {
  width: 250px;
  height: 100px;
}

footer .column-cont {
  padding: 26px 0;
  align-items: center;
}

@media (max-width: 600px) {
  header img {
    width: 571px;
    height: 571px;
  }

  @media (max-width: 576px) {
    #carouselExampleIndicators .carousel-item img {
      height: 40vh;
    }
  }

  .responsive-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .cta h3 {
    font-size: 18px;
    line-height: 18px;
  }

  .three-columns h3 {
    font-size: 30px;
  }

  section .column-third p {
    text-align: center;
  }

  .section .column-third img {
    flex-wrap: wrap;
  }

  .column-cont {
    display: flex;
    flex-wrap: wrap;
  }

  section .column-cont img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 430px) {
  header img {
    width: 430px !important;
    height: 430px !important;
  }

  .cta h3 {
    font-size: 11px;
  }

  .three-columns h3 {
    font-size: 20px;
  }

  .column-cont {
    display: flex;
    flex-wrap: wrap;
  }

  .know-container {
    display: flex;
    align-items: center;
    margin: 50px;
  }
}

@media (max-width: 1024px) {
  header img {
    width: 1024px;
    height: 1024px;
  }

  .column-cont {
    display: flex;
    flex-wrap: wrap;
  }

  /* ========== Responsive Gallery Grid ========== */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
  }

  /* default: 2-up on small screens */
  .gallery-grid figure {
    grid-column: span 6;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #fff;
  }

  /* image fit */
  .gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }

  .gallery-grid figure:hover img {
    transform: scale(1.03);
  }

  /* 3-up on tablets */
  @media (min-width: 576px) {
    .gallery-grid figure {
      grid-column: span 4;
    }
  }

  /* 4-up on desktops */
  @media (min-width: 992px) {
    .gallery-grid figure {
      grid-column: span 3;
    }
  }

  /* optional: make a few tiles larger for a magazine feel */
  .gallery-grid figure:nth-child(1),
  .gallery-grid figure:nth-child(6) {
    grid-column: span 6;
  }
  @media (max-width: 575.98px) {
    .gallery-grid figure:nth-child(1),
    .gallery-grid figure:nth-child(6) {
      grid-column: span 6; /* keep full width on phones */
    }
  }
  .gallery-grid figure:nth-child(1) img,
  .gallery-grid figure:nth-child(6) img {
    height: 300px;
  }
}
