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

.price {
    margin-top: 10px;
    text-align: center;
}
.item {
            padding: 32px;
            border: 5px solid #fff;
            border-radius: 20px;
            list-style-type: none;
            background-color: white;
            overflow: hidden;

            /*    flex-basis: 25%;
            max-width: 25%;*/
        }
        .wraplist {
/*          display: flex;*/
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
                max-width: 1070px;
            flex-wrap: wrap;
            margin: 0 auto;
            gap: 10px;
        }
        .info {
            font-weight: 600;
            margin-top: 39px;
            text-align: center;
        }
        body {
            color: #1d1d1f;
            background-color: #f5f5f7;
            font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;

        }
        img {
            width: 100%;
            height: auto;
            display: block;
        }


.z {
    background-color: white;
    margin-bottom: 70px;
}














  .banner {
    width: 100%;
    height: 700px;
    background-color: #191414;
    background-image: url('https://edge.rode.com/images/page/1/modules/11000/rode-wireless-go-gen-3-banner-13000x4312-rgb-1920x700-ddfe8ab.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('./images/rodebanner.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;
}

.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('./images/DSC02336.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('./images/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('./images/IMG_8214.jpg');
    background-size: cover;
    background-position: center;
}

.box2 {
    background: url('./images/443a80a3491595706fcfabcd533f25a_1.jpg');
    background-size: cover;
    background-position: center;
}

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

.box4 {
    background: url('./images/eQoA_Adonis_2.0.jpg');
    background-size: cover;
    background-position: center;
}

.box5 {
    background: url('./images/08_0f0fa7fa-0990-4887-9911-a36cb70701e9.jpg');
    background-size: cover;
    background-position: center;
}

.box6 {
    background: #fff url('./images/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('./images/5_dbfbe360-8993-4791-aa78-e3db6e6d5f38.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('./images/rode-wireless-go-gen-3-banner-13000x4312-rgb-1920x700-ddfe8ab.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;
}

.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 Queries for Responsive Design */
    @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;
        }
    }
