.menu-link-parent-text {
  color: #2a3668 !important;
}

.content-container {
  background-image: none;
  background-color: var(--light-steel-blue);
  color: var(--primary-text-color);
  gap: 0;
}

.content-wrapper {
  padding-top: 0rem;
  background-image: url("../images/common/bg-section-2026.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.title-text {
  color: var(--primary-text-color);
  text-transform: uppercase;
}

.sponsorship-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding: 2.5rem 0 2.5rem 0;
  align-self: center;
}

.sponsorship-img-container a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsorship-img-container img {
  width: 60%;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}

.sponsorship-img-container img:hover {
  transform: scale(1.1);
}

.sponsorship-wrapper a {
  text-decoration: none;
}

.be-sponsor-container {
  border: 1px #dc455f solid;
  border-radius: 50px;
  background-color: #dc455f;
  color: white;
  padding: 3px 30px 6px 30px;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  cursor: pointer;
}

/* Styles for modal */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal content */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* Close button */
.close {
  display: flex;
  justify-content: flex-end;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.red-button {
  width: fit-content;
  padding: 10px 20px !important;
}

.bank-container p {
  margin: 0 !important;
  font-size: 24px;
  font-weight: 600;
  color: #2a3668;
}

.banks-wrapper {
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
  margin: 30px 0;
}

.banks-wrapper img,
.banks-wrapper a {
  width: 20%;
  object-fit: contain;
}

.banks-wrapper a {
  width: 15%;
}

.banks-wrapper a img {
  width: 100%;
}

.sponsorship-wrapper-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../images/home/bg-landing-date-time.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  font-weight: bold;
  margin-top: 7rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.sponsorship-wrapper-header p {
  margin: 0;
  text-shadow:
    -1px -1px 0 var(--carolina-blue),
    1px -1px 0 var(--carolina-blue),
    -1px 1px 0 var(--carolina-blue),
    1px 1px 0 var(--carolina-blue),
    0px -4px 0px var(--carolina-blue);
  font-size: 60px;
}

.sponsorship-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sponsoship-odd-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 80%;
}

.sponsoship-odd-container img,
.sponsoship-even-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/** mobile **/
@media (max-width: 700px) {
  .sponsorship-container img {
    width: 100%;
  }
  .sponsorship-wrapper > p:nth-child(2) {
    font-size: 20px;
  }

  .sponsorship-img-container {
    padding: 1rem 0;
  }

  .sponsorship-img-container {
    gap: 2rem;
  }

  .sponsorship-img-container img {
    width: 90%;
  }

  .sponsorship-body {
    background-size: 0;
  }

  .be-sponsor-container {
    font-size: 16px;
    padding: 3px 25px 6px 25px;
  }

  /* Modal content */
  .modal-content {
    margin: 25% auto;
    width: 90%;
  }

  .banks-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .banks-wrapper a {
    width: 80%;
  }

  .content-container {
    padding-top: 3rem;
  }

  .sponsorship-wrapper-header p {
    line-height: 3.8rem;
  }

  .content-wrapper {
    padding-bottom: 2rem;
  }

  .sponsoship-odd-container {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}

@media screen and (width: 1920px) and (height: 1200px) {
  .content-container {
    height: 80vh;
  }

  .sponsorship-container div {
    margin-top: 10rem;
  }
}
