
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

  .banner {
    width: 100%;
    height: 700px;
    background-color: #191414;
    background-image: url('/optimage/rode1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .content-container {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content {
    width: 80%;
    color: white;
    padding: 30px;
  }

  h2 {
    font-size: 4.375em;
    margin-bottom: 20px;
    font-weight: 700;
      line-height: 1;

  }

  p {
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .cta {
    display: inline-block;
    background-color: #1DB954;
    color: white;
    font-weight: bold;
    padding: 14px 32px;
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
  }

  .cta:hover {
    background-color: #1ed760;
    transform: scale(1.05);
  }

  @media screen and (max-width: 928px) {
    .banner {
      height: auto;
      background-image: url('./optimg/rode1.jpg');
      padding-top: 56.25%;
    }

    .content-container {
      position: relative;
      width: 100%;
      height: auto;
      right: auto;
      padding: 40px 20px;
    }

    .content {
      width: 100%;
      max-width: 500px;
      padding: 0;
      text-align: center;
    }

    h2 {
      font-size: 2rem;
    }

    p {
      font-size: 1rem;
    }
  }

body {
    font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #2e2f33;
    margin: 0;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #f037a5;
    
}
.pinklink {
    color: #f037a5;

}

.homeimg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header {
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 100;
}

.logo {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.5px;
}

.desktop-nav {
    display: flex;
}

header div {
    height: 100%;
    line-height: 64px;
    font-size: 14px;
    text-align: center;
    margin: 0 12px;
    cursor: pointer;
    transition: color 0.2s;
}

header div:hover {
    color: #f037a5;
}

.mobile-menu-icon {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

.mobile-menu-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #2e2f33;
}

.m {
    position: relative;
    height: 90vh;
    min-height: 720px;
    max-height: 920px;
}

.bod {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.t {
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url('./optimage/hero.jpg');
    filter: brightness(0.8);
}

.CTA {
    text-transform: uppercase;
    border-radius: 30px;
}

.body-copy, .CTA {
    color: white;
    max-width: 360px;
    font-size: 20px;
    line-height: 1.5;
}

.body-copy {
    padding-bottom: 1.5em;
}

.CTA, .cta {
    background-color: #fae62d;
    color: #2e2f33;
    font-weight: 700;
    padding: 15px 40px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.CTA:hover, .cta:hover {
    background-color: #f8e000;
    transform: translateY(-2px);
}

.heading2 {
    padding-top: 150px;
    font-size: 5em;
    color: white;
    text-align: left;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 800;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: .4em;
}

.container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    height: 1400px;
}

.left-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('./optimage/katy-perry.jpg');
    position: relative;
}

.right-section {
    display: grid;
    grid-template-rows: 2fr 1.5fr 2fr;
}

.top-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.middle-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.bottom-boxes {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}

.content-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: black;
}

.content-overlay h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.box {
    position: relative;
    overflow: hidden;
}

.box1 {
    background: url('./optimage/iem11.jpg');
    background-size: cover;
    background-position: center;
}

.box2 {
    background: url('./optimage/iem6.jpg');
    background-size: cover;
    background-position: center;
}

.box3 {
    background: url('./optimage/iem9.jpg');
    background-size: cover;
    background-position: center;
}

.box4 {
    background: url('./optimage/iem8.jpg');
    background-size: cover;
    background-position: center;
}

.box5 {
    background: url('./optimage/iem5.jpg');
    background-size: cover;
    background-position: center;
}

.box6 {
    background: #fff url('./optimage/entertain-burst.svg') no-repeat center bottom;
    background-size: 100% auto;
    color: #503750;
    display: flex;
    place-content: center;
}

.box6 h2 {
    font-size: 3.75em;
    max-width: 270px;
    text-align: left;
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .4em;
}

.box6 p {
    font-size: 1.125em;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -0.03em;
    max-width: 270px;
}

.jumbotron {
    display: flex;
    place-content: center;
    flex-direction: column;
    padding: 0 20px;
}

.box7 {
    background: url('./optimage/iem4.jpg');
    background-size: cover;
    background-position: center;
}

.left-box h2 {
    color: #f037a5;
    font-size: 4.375em;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .4em;
}

.left-box p {
    color: #f037a5;
    font-size: 1.125em;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bo {
    padding-top: 160px;
}

.fx {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
}

.fx h2 {
    font-size: 3.75em;
    max-width: 430px;
    text-align: left;
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 700;
    margin-top: 0;
}

.fx p {
    padding-bottom: 20px;
    font-size: 1.125em;
    max-width: 430px;
}

.fx img {
    max-width: 100%;
    height: auto;
}

.fff {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    height: 550px;
    overflow: hidden;
}

.fff > div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.text-content {
    background-color: #f5f5f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

.text-content h2 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.text-content p {
    font-size: 1.125em;
}

.feo {
    background-image: url('./optimage/rode2.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
}

footer {
    background-color: #f8f8f8;
    padding: 60px 0 30px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-column ul li:hover {
    color: #f037a5;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.social-icons span {
    cursor: pointer;
}

.newsletter p {
    margin-bottom: 15px;
}

.newsletter-form {
    display: flex;
}

.tmo {
        max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 70px;
}
.tmo h2 {
    font-size: 3.75em;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 700;
  margin-top: 0;
    text-align: center;
margin-bottom: 50px;
}
.kmo {
}
/*brands*/
.brand-columns {
    column-count: 5;
    column-gap: 20px;
}
.brand-item {
    break-inside: avoid;
    line-height: 2.2;
}
.brand-link {
    text-decoration: none;
    color: #0056b3; /* blue for links */
}
.brand-link:hover {
    text-decoration: underline;
}
/*end*/


.newsletter-
.newsletter-form input {
flex: 1;
padding: 12px;
border: 1px solid #ddd;
border-right: none;
}    .newsletter-form button {
        padding: 12px 15px;
        background-color: #2e2f33;
        color: white;
        border: none;
        cursor: pointer;
    }

    .newsletter-form button:hover {
        background-color: #000;
    }

    .footer-bottom {
        max-width: 1200px;
        margin: 50px auto 0;
        padding: 20px;
        border-top: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .legal-links {
        display: flex;
        gap: 20px;
    }

    .legal-links a:hover {
        text-decoration: underline;
    }

    @media only screen and (max-width: 1024px) {
        .container {
            height: auto;
        }

        .heading2 {
            font-size: 4em;
        }

        .fff {
            height: 450px;
        }
    }

    @media only screen and (max-width: 900px) {
        .desktop-nav {
            display: none;
        }

        .mobile-menu-icon {
            display: flex;
        }

        .container {
            grid-template-columns: 1fr;
        }

        .left-box {
            height: 500px;
        }

        .right-section {
            grid-template-rows: auto auto auto;
        }
        
        .top-boxes, .bottom-boxes {
            height: 900px;
        }
        .middle-boxes {
            height: 1200px;
        }
        .box6 h2, .left-box h2 {
            font-size: 3em;
        }

        .fff {
            grid-template-columns: 1fr;
            height: auto;
        }

        .fff > div {
            height: 600px;
        }

        .footer-container {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media only screen and (max-width: 768px) {
        .fx {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .fx h2 {
            font-size: 3em;
        }

        .heading2 {
            font-size: 3.5em;
            padding-top: 100px;
        }

        .body-copy {
            font-size: 18px;
        }

        .m {
            height: 80vh;
            min-height: 600px;
        }

        .middle-boxes {
            grid-template-columns: 1fr;
        }

        .top-boxes {
            grid-template-columns: 1fr;
        }

        .bottom-boxes {
            grid-template-columns: 1fr;
        }

        .feo {
            height: 600px;
            background-position: center;
        }
    }

    @media only screen and (max-width: 480px) {
        .heading2 {
            font-size: 2.8em;
            padding-top: 80px;
        }

        .CTA, .cta {
            width: 100%;
            text-align: center;
            padding: 15px 20px;
        }

        .box6 h2, .left-box h2 {
            font-size: 2.5em;
        }

        .fx h2 {
            font-size: 2.5em;
        }

        .footer-container {
            grid-template-columns: 1fr;
        }

        .footer-bottom {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }

        .legal-links {
            flex-direction: column;
            gap: 10px;
        }
    }

@media (max-width: 1200px) {
    .brand-columns { column-count: 4; }
}
@media (max-width: 900px) {
    .brand-columns { column-count: 3; }
}
@media (max-width: 600px) {
    .brand-columns { column-count: 2; }
}