
/*---------- Section First ----------*/
/* HERO */

.colradio-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 2.1vw;

  overflow: hidden;
}

/* DIAGONAL SHAPE */

.shape {
  position: absolute;
  top: 0;
  left: 34%;
  width: 50%;
  height: 900px;
  background: #f1edf3;
  clip-path: polygon(45% 0%, 100% 0%, 50% 90%, 0% 90%);
  z-index: 1;
}

/* CONTENT */

.col-hero-content {
  max-width: 40rem;
  z-index: 2;
  margin-left: 6rem;
}

.colradio-hero h1 {
  font-size: 8rem;
  color: #444;
  width: 109%;
  font-weight: 800;
  margin-left: -3rem;
}

.col-tagline {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  margin-left: -2rem;
  width: 95%;
  font-weight: 500;
}

.col-desc {
  margin-bottom: 2rem;
  margin-top: 10rem;
  color: #555;
  font-size: 1.2rem;
  margin-left: -2rem;
  width: 80%;
}

.col-desc strong {
  font-weight: 800;
}

/* BUTTON */

.btn-wrap1 {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: sans-serif;
}

/* BLACK CIRCLE */

.btn-icon1 {
  width: 2.2rem;
  height: 2.2rem;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  margin-left: 1rem;
  z-index: 2;
  transform: rotate(-45deg);
}

/* PURPLE BUTTON */

.btn1-text {
  background: #4f0071;
  color: #fff;
  padding: 0.7rem 2.2rem;
  border-radius: 2rem;
  font-size: 1rem;
}

/* IMAGE */

.col-hero-image img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  right: -2rem;
}
.banner-visualmobile {
    display: none;
}

/* WHO SECTION */

.who {
  padding: 0rem 4rem;
  margin-left: 3rem;
}

.who h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #000;
  font-weight: 700;
}

.who p {
  max-width: 50rem;
  color: #555;
  font-size: 1.1rem;
}

/* ======================= */
/* RESPONSIVE */
/* ======================= */

@media (max-width: 576px) {
    .col-hero-content {
        max-width: 40rem;
        margin-left: 3rem;
        margin-top: 24rem;
    }
    .colradio-hero h1 {
        font-size: 3rem;
        margin-left: 0.5rem;
        margin-top: 5rem;
    }
    .col-tagline {
        font-size: 1rem;
        margin-bottom: 2rem;
        margin-left: -2rem;
        width: 55%;
        text-align: center;
    }
    .col-desc {
        margin-bottom: 2rem;
        margin-top: 4rem;
        margin-left: 0rem;
        width: 45%;
        text-align: center;
    }
    .who {
        text-align: center;
        margin-left: 0rem;
        margin-top: -8rem;
    }
    .shape {
        display: none;
    }
    .banner-visualmobile {
        display: block;
        width: 100%;
        margin-top: -42rem;
        margin-left: -42rem;
        margin-right: 1rem;
    }

    .hero-imagemobile {
        width: 100%;
        height: auto;
        display: block;
        filter: drop-shadow(0px -10px 20px rgba(0,0,0,0.05));
    }
    .col-hero-image {
        display: none;
    }
    .btn-wrap1 {
        margin-left: 0rem;
        margin-bottom: 12rem;
    }
    
}


@media (min-width: 768px) and (max-width: 991px) {
    .col-hero-content {
        margin-left: 3rem;
    }

    .col-hero-image {
        margin-top: -11rem;
    }

    .col-tagline {
        width: 73%;
    }

    .col-hero-image img {
        width: 181%;
        height: 100%;
        right: 11rem;
    }

    .col-desc {
        margin-top: 3rem;
    }

    .btn-wrap1 {
        margin-bottom: 2rem;
    }

    .shape {
        right: 0;
        width: 60vw;
    }

    .colradio-hero h1 {
        font-size: 4rem;
        margin-top: 7rem;
    }
    .who {
        margin-top: 4rem;
    }
        .who p {
            max-width: 35rem;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .colradio-hero h1 {
        margin-top: 6rem;
        font-size: 6rem;
    }

    .col-hero-image {
        margin-top: -10rem;
    }

        .col-hero-image img {
            width: 130%;
            height: 130%;
            right: 5rem;
            top: 1.9rem;
        }

    .who {
        margin-top: 5rem;
        margin-left: 1rem;
    }

    .btn-wrap1 {
        margin-bottom: 3rem;
    }

    .col-desc {
        margin-top: 6rem;
    }
    .col-hero-content {
        margin-left: 4rem;
    }
}

@media (min-width: 1200px) {
  .colradio-hero h1 {
    margin-top: 6rem;
    font-size: 7rem;
  }
    .col-hero-image {
        margin-top: -2rem;
    }
    .col-hero-image img {
    width: 115%;
    height: 100%;
    right: 3rem;
  }
   .who {
    margin-top: 5rem;
  }
  .btn-wrap1 {
    margin-bottom: 3rem;
  }
  .col-desc {
    margin-top: 6rem;
  }
}

/*---------- Section Second ----------*/

/* SECTION */

.audience {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 6vw;
}

/* GRID */

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  max-width: 80rem;
}

/* CARD */

.audience-card {
  width: 100%;
  border: none;
}

.num {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e9e2f0;
  color: #4f0071;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.audience-card h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.audience-card p {
  font-size: 1.2rem;
  color: #555;
  margin-top: 0.5rem;
}

/* SIDE ARROW BLOCK */

.side-arrow {
  width: 6rem;
  height: 12rem;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ARROW CSS */

.col-arrow {
  font-size: 5rem;
  color: white;
  transform: rotate(-45deg);
}

/* RESPONSIVE */

@media (max-width: 576px) {
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .audience-card {
        text-align: center;
    }

    .num {
        margin-left: 9rem;
    }

    .side-arrow {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .audience-card {
        text-align: center;
        margin-left: 2rem;
    }
    .num {
        margin-left: 17rem;
    }
    .side-arrow {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .audience-grid {
        max-width: 100%;
        gap: 3rem;
    }

    .side-arrow {
        display: none;
    }
}

@media (min-width: 1200px) {
    .side-arrow {
        display: none;
    }

    .audience-grid {
        max-width: 100%;
    }
    .audience {
        padding: 2rem 6vw;
    }
}

/*---------- Section Third ----------*/

/* SECTION */

.highlights {
  display: flex;
  padding: 3rem 6vw;
  text-align: center;
}

/* LEFT */

.left {
  max-width: 20%;
  margin-top: 5rem;
}

.col-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  position: relative;
}

.col-label::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  background: #c40000;
  margin-top: 0.4rem;
  margin-left: 8rem;
}

.left h3 {
  margin-top: 1.5rem;
  font-size: 2rem;
}

.left h3 span {
  color: #4f0071;
}

.highlights-desc {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #555;
}

.see-more {
  display: inline-block;
  margin-top: 2rem;
  text-decoration: none;
  color: #333;
  border-bottom: 0.2rem solid #d19c2a;
  padding-bottom: 0.2rem;
}

/* DIVIDER */

.radio-divider {
  width: 0.1rem;
  background: #ccc;
  margin: 0 3rem;
}

/* RIGHT */

.right {
  flex: 1;
  width: 80%;
}

/* CARDS */
/*
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}*/

.cards {
  display: flex;
  gap: 1.5rem;
  scroll-behavior: smooth;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.cards::-webkit-scrollbar {
  height: 0.4rem;
  display: none;
}

.cards::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 1rem;
}

.card {
  background: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.08);
}
.card {
  flex-shrink: 0;
}

.img {
  position: relative;
  width: 100%;
  height: 100%;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background: #ff3b30;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-left: 0.6rem solid #fff;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
}

.card h3 {
  padding: 1rem;
  font-size: 1.1rem;
  text-align: start;
  text-decoration: underline;
  width: 70%;
}

.tag {
  padding: 0 1rem;
  font-size: 0.7rem;
  color: #777;
  text-align: start;
  text-decoration: underline;
  margin-top: -0, 5rem;
}

.date {
  padding: 1rem;
  font-size: 0.8rem;
  color: #c40000;
  text-align: start;
}

/* NAV */

.nav {
  margin-top: 1.5rem;
}

.nav-btn-left {
  border-radius: 50%;
  border: 0.1rem solid #ccc;
  display: inline-block;
  margin-right: 0.5rem;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .highlights {
        flex-direction: column;
    }

    .radio-divider {
        display: none;
    }

    .left {
        max-width: 100%;
        margin-top: 0rem;
    }

    .col-label {
        font-size: 1.2rem;
    }

        .col-label::after {
            margin-left: 9rem;
        }

    .see-more {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .right {
        width: 100%;
    }

    .card {
        width: 100%;
        height: 24rem;
    }

    .nav {
        margin-left: 7rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .highlights {
        flex-direction: column;
    }

    .radio-divider {
        display: none;
    }
    .left {
        max-width: 100%;
        margin-top: 0rem;
    }
    .col-label {
        font-size: 1.2rem;
    }
    .col-label::after {
        margin-left: 18rem;
    }
    .see-more {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .right {
        width: 100%;
    }
    .card {
        width: 48%;
    }
    .nav {
        margin-left: 17rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-label::after {
        margin-left: 4rem;
    }

    .right {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .col-label::after {
        margin-left: 4rem;
    }

    .right {
        width: 70%;
    }
    .highlights {
        padding: 2rem 6vw;
    }
}
