/*---------- Section First ----------*/
/*
nav.navbar.secondary-menu.navbar-expand-lg.position-absolute {
  margin-top: -2.4rem;
}*/

/* Layout */
.asdu-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

/* Left title */
.asdu-title h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 800;
  padding-top: 9rem;
  margin-left: -10rem;
  color: #f4a940;
}

.asdu-title span {
  font-weight: 600;
}

/* Right text */
.asdu-description {
  max-width: 55%;
  margin-right: -12rem;
  margin-top: 7rem;
}

.asdu-description p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #444;
}

/* Responsive */
@media (max-width: 576px) {
  .asdu-header {
    flex-direction: column;
  }
    .asdu-title h1 {
        text-align: center;
        font-size: 2rem;
        margin-left: 0.1rem;
        padding-top: 2rem;
    }
  .asdu-description p {
    text-align: center;
    margin-left: 2.5rem;
    width: 150%;
    margin-top: -8rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .asdu-header {
    flex-direction: column;
  }
  .asdu-title h1 {
    text-align: center;
    font-size: 3rem;
    margin-left: 4rem;
  }
  .asdu-description p {
    text-align: center;
    margin-left: 3.8rem;
    width: 150%;
    margin-top: -8rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .asdu-header {
    flex-direction: row;
  }
  .asdu-title h1 {
    font-size: 3rem;
    margin-left: 1rem;
    width: 81%;
  }
    .asdu-description p {
        margin-left: -10.2rem;
        margin-top: 1rem;
        width: 90%;
        font-size: 1.3rem;
    }
}

/*---------- Section Second ----------*/

.asdu-section {
  padding: 0rem 2rem;
}

.asdu-container {
  max-width: 90%;
  margin: auto;
  background: #ffffff;
  padding: 2rem;
}

/* IMAGE */
.asdu-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 576px) {
  .asdu-container {
    max-width: 100%;
    padding: 0;
    padding-bottom: 1rem;
  }
}

/*---------- Section Third ----------*/

/* SECTION */
.asdu1-section {
  padding: 0rem 2rem;
}

.asdu-wrapper {
  max-width: 90%;
  margin: auto;
}

/* TOP TEXT */
.asdu-top {
  background: #eeeeee;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.asdu-top p {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #7a7a7a;
  text-align: center;
}

.asdu-top strong {
  color: #3a3939;
}

/* CARDS */
.asdu-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: -1rem;
}

.card-design {
  background: #ffffff;
  padding: 1.2rem;
  border-bottom: 0.5rem solid #4f0071;
  border-top: 0.1rem solid #0000002d;
  border-left: 0.1rem solid #0000002d;
  border-right: 0.1rem solid #0000002d;
  border-radius: 1rem;
}

.card-design h3 {
  font-size: 2.8rem;
  color: #d9a441;
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 800;
}

.card-design p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #555555;
  text-align: center;
}

/* Responsive */
@media (max-width: 576px) {
  .asdu-wrapper {
    max-width: 100%;
  }
  .asdu-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .card-design {
    padding: 0.1rem;
  }
  .asdu-top p {
      font-size: 1.1rem;
  }
  .card-design p {
      font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .asdu-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .asdu-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .asdu-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

/*---------- Section Fourth ----------*/
.focus-section {
  padding: 4rem 2rem;
  width: 100%;
}
.bar1 {
  width: 0.3rem;
  height: 2rem;
  background: #4f0071;
  margin-right: 1rem;
  margin-left: 10rem;
}

.container-focus {
  width: 95%;
  margin: 0 auto;
}
.Browse-header1 {
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
}

.browse-header1 h3 {
  font-size: 1.8rem;
  font-weight: 800;
}

/* Cards Layout */

.card-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.focus-card {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.card-top {
  padding: 1.5rem;
  text-align: center;
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-top h3 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.icon {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.bg-blue {
  background: #e3f0f2;
}

.bg-beige {
  background: #f1ede6;
}

.card-image {
  height: 100%;
  width: 100%;
}

.card-image img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}
/* Responsive */
@media (max-width: 576px) {
  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .bar1 {
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .bar1 {
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) {
  .card-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

/*---------- Section Fifth ----------*/
.alignment-section {
  padding: 2rem 2rem;
  background: #eeeeee;
}

.container-alignment {
  width: 90%;
  margin: 0 auto;
  max-width: 75rem;
}

.alignment-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

/* Left Content */

.alignment-content {
  flex: 1;
  margin-left: -14rem;
  margin-top: 12rem;
}

.alignment-content h3 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.alignment-content h3 span {
  color: #0aa38f;
  text-decoration: underline;
}

.alignment-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #555;
  max-width: 32rem;
}

/* Cards */

.alignment-cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-right: -10rem;
}

.card-align {
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.card-align .align-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #d4a017;
}

.card-align p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  width: 70%;
}

/* Responsive */
@media (max-width: 576px) {
  .alignment-wrapper {
    display: flex;
    flex-direction: column;
  }
  .alignment-content {
    margin-left: 1rem;
    margin-top: 1rem;
  }
  .alignment-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-right: 0rem;
  }
}

@media (min-width: 768px) {
  .alignment-wrapper {
    display: flex;
    flex-direction: column;
  }
  .alignment-content {
    margin-left: 1rem;
    margin-top: 1rem;
  }
  .alignment-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0rem;
  }
}

@media (min-width: 992px) {
  .alignment-wrapper {
    display: flex;
    flex-direction: row;
  }
  .alignment-cards {
    margin-right: -4rem;
  }
  .alignment-content {
    margin-left: -3rem;
  }
}

/*---------- Section Sixth ----------*/
.champions-left h3 {
  color: #4f0071;
  font-weight: 700;
}

/*---------- Section Seventh ----------*/
.press-media {
  min-height: 50vh;
}

.press-link {
  color: black;
}

.press-link strong {
  color: #0aa38f;
}

.press-link .asdu-arrow {
  background-color: #0aa38f;
}

.press-link .asdu-arrow {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Large - 1200px */
@media (max-width: 75em) {
  .press-link .asdu-arrow {
    margin-left: 1rem;
  }
}
/* Responsive */
@media (max-width: 576px) {
  .news-press-card {
    width: 100%;
  }
  .press-link {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .news-press-card {
    width: 60%;
  }
  .news-press-card p {
    width: 100%;
    margin-left: 1rem;
    text-align: center;
  }
  .press-link {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .news-press-card {
    width: 52%;
  }
  .news-press-card p {
    width: 80%;
    text-align: start;
  }
  .press-link {
    flex-direction: row;
  }
}
