body {
    background-color: #000000;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    height: 100vh;
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #ffffff;
}

/* designing header  */

.headerItems {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 450px;
}
.headerItems ul {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    color: #00ff2a;
}
.headerItems ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}
.navItems button {
    height: 50px;
    width: 120px;
    background-color: #1f1414;
    color: #ffffff;
    border-radius: 10px;
}

/* designing hero section  */

.mainImage img {
    position: relative;
    /* left: 200px; */
    top: -250px;
}
.heroSection {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.oneEarImage img {
    margin-top: 50px;
    padding-left: 30px;
}
.headings h1 {
    font-size: 60px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}
.headings h2 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.headings p {
    font-size: 15px;
}
.headings button {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #352e2e;
    color: #ffffff;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid black;
    border-radius: 10px;
}
.companyLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

/* designing specs section  */

.specsLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.specsItems {
    display: flex;
    align-items: center;
    justify-content: center;
}
.specsImage {
    margin-left: 100px;
}
.specsItems div div {
    margin: 50px;
}
#bluetooth {
    margin-left: 90px;
}
#mic {
    margin-left: 90px;
}
.specsItems div h2 {
    font-size: 18px;
}

/* designing case section  */

.caseLogo {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.caseItems {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.caseImageDescription p {
    line-height: 20px;
}
.caseImageDescription button {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #352e2e;
    color: #ffffff;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid black;
    border-radius: 10px;
}

/* buy now section */

.buyNow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    background-color: #2e2626;
    margin: 150px 200px 40px 200px;
    border: 1px solid black;
    border-radius: 20px;
    padding: 50px;
}
.buyNowSection button {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #000000;
    color: #ffffff;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid black;
    border-radius: 10px;
}

/* choose your style section  */

.chooseYourStyleImage {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.chooseYourStyleImage img {
    height: 100px;
}
/* upper header hai  */
.chooseYourStyle2 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 40px; */
}
.Headphoneimage {
    height: 100px;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 0;
    margin-left: 60px;
}
.bgc {
    display: flex;
    gap: 10px;
    background-color: #3f2323;
    height: 80px;
    width: 130px;
    /* align-items: end; */
    margin: 30px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: end;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.bgc h2 {
    font-size: 13px;
    margin: 0;
    padding-left: 10px;
}
.bgc p {
    font-size: 11px;
    margin: 0;
    padding-left: 10px;
}
.bgc img {
    padding: 10px;
}

/* designing footer section  */

.footerItems {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 100px;
    padding-bottom: 100px;
}
.beatsLogofooter {
    margin-top: 20px;
    padding-left: 50px;
}
.subscribe {
    display: flex;
}
.subscribe input {
    padding-left: 5px;
    height: 55px;
    width: 340px;
    color: #554343;
    background-color: #2b1e1e;
    border: 1px solid black;
    border-radius: 10px;
}
.subscribe button {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #000000;
    color: #ffffff;
    margin-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid black;
    border-radius: 10px;
    position: absolute;
    margin-left: 180px;
    margin-top: 5px;
}
.socialMediaIcons {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 20px;
}
