@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body{
    max-width: 100%;
    min-height: 100vh;
    background-color: #000000;
    overflow-x: hidden;
}



.nav-container{
    height: 700px;
    width: 1000px;
    background-color: aquamarine;
    padding-top: 50px;
    background: url(./Photos/mainImage.png);
    background-repeat: no-repeat;
    background-size: 200px 450px;
    background-position: top -45px left 170px;
    margin: auto auto;
}
  
.nav-container nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}

.nav-container nav ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
}

.nav-container nav ul li{
    list-style: none;
    font-size: 12px;
    font-family: 500;
}

.nav-container nav .twos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
    margin-left: 50px;
}

.nav-container nav .twos button{
    padding: 10px 32px;
    font-size: 10px;
    font-family: 500;
    background-color: #1e1e21;
    color: white;
    border: none;
}

.nav-container .beat-3{
    color: white;
    position: relative;
    left: 450px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.nav-container .beat-3 .on-ear{
    margin-left: 65px;
    margin-top: 25px;
}

.nav-container .beat-3 .beat-3-txt{
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.nav-container .beat-3 .beat-3-txt p:first-child{
    font-size: 40px;
    font-weight: 600;

}
.nav-container .beat-3 .beat-3-txt p:nth-child(2){
    font-size: 13px;
    font-weight:600;
}

.nav-container .beat-3 div{
    margin-left: 12px;
}

.nav-container .beat-3 .beat-3-para{
    font-size: 10px;
    line-height: 22px;
    color: #9da0a4;
    font-weight: 500;
}

.nav-container .beat-3 .beat-add{
    display: flex;
    gap: 10px;
    background-color: #1e1e21;
    width: 150px;
    padding: 8px 10px;
}

.nav-container .beat-3 .beat-add span:nth-child(2){
    font-size: 9px;
    padding-top: 4px;
}

.nav-container .beat-3 .beat-add span:nth-child(3){
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
}

.nav-container .logos{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-right: 10px;
}

.nav-container .logos img{
    width: 70px;
}

/* spec-section */

.nav-container .spec-section{
    color: white;
    margin-top: 100px;
    padding-bottom:80px ;
}

.nav-container .spec-section .spec-head{
    text-align: center;
    font-size: 40px;
    color: rgb(43, 36, 36);
    font-weight: 600;
}

.nav-container .spec-section .specs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

.nav-container .spec-section .specs .spec-details{
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;    
    margin-top: 10px;
}

.nav-container .spec-section .specs .spec-details img{
    width: 10px;
}
.nav-container .spec-section .specs .spec-details div:nth-child(2){
    position: relative;
    right:20px;
}

.nav-container .spec-section .specs .spec-details div:nth-child(3) {
    position: relative;
    right: 20px;
}

.nav-container .spec-section .specs .spec-details .battery img{
    width: 15px;
}

.nav-container .spec-section .specs .spec-details div p:nth-child(3){
    font-size: 8px;
    margin-top: 3px;
    text-transform: capitalize;
    color: rgb(177, 172, 172);
    font-weight: 500;
}

/* case  */

.nav-container .case .case-head{
    text-align: center;
}

.nav-container .case .case-content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    color: white;
    margin-top: 70px;
}

.nav-container .case .case-content .case-txt p{
   font-size: 10px;
   line-height: 18px;
   font-weight: 400;
   color: #c0c4c6;
}


.nav-container .case .case-content .case-txt .warning{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    background-color: #1e1e21;
    width: 100px;
    padding: 6px 12px;
    border-radius: 2px;
    
}

/* buy-now */


.nav-container .buy{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 150px;
    margin-bottom: 80px;
    background-color: #181a1b;
    margin-left: 200px;
    margin-right: 200px;
    padding: 20px 30px;
    border-radius:10px ;
}

.nav-container .buy .buy-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nav-container .buy .buy-content .buy-heads{
    font-size: 13px;
    font-weight: 600;
}

.nav-container .buy .buy-content span{
    font-size: 9px;
    color: #cbd0d2;
}

.nav-container .buy .buy-content .buy-btn button{
    background-color: #000000;
    padding: 8px 20px;
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.nav-container .buy .buy-content .buy-btn button span:nth-child(2){
   font-size: 9px;
   font-weight: 500;
}

/* style -section */

.nav-container .style .style-img{
    text-align: center;
}


.nav-container .style .style-items .items{
    width: 100px;
    height: 90px;
    background-color: #181a1b;
    margin-top: 100px;

}


.nav-container .style .style-items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-container .style .style-items .first-row{
    display: flex;
    gap: 40px;
}

.nav-container .style .style-items .second-row {
    display: flex;
    gap: 40px;
    margin-right: 140px;
    position: relative;
    bottom: 50px;
}

.nav-container .style .style-items .items .black-txt{
    display: flex;
    color: white;
    justify-content: space-around;
    align-items: center;
    position: relative;
    bottom: 23px;
    gap: 8px;
}



.nav-container .style .style-items .items .headphone{
    position: relative;
    top: -30px;
    left: 22px;
}

.nav-container .style .style-items .items .black-txt .black-left p{
    font-size: 8px;
}

.nav-container .style .style-items .items .black-txt .black-left p:nth-child(2){
    margin-top: 4px;
    color: #c0c4c6;
}

.nav-container .style .style-items .items .black-txt .black-right{
    background-color: black;
    padding: 2px 8px;
    border-radius: 4px;
}

/* footer section */
footer{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-top: 100px;
    padding-bottom: 100px;

}

footer .beat-logo{
    margin-bottom: 70px;
}

footer .products,.support{
    display: flex;
    flex-direction: column;
    gap: 8px;
}


footer .products p:first-child{
   font-size: 12px;
   font-weight: 500;
   color: white;
}

footer .products p {
    font-size: 10px;
    font-weight: 400;
    color: #aeb2b6;
}


footer .support p{
    font-size: 10px;
    font-weight: 400;
    color: #aeb2b6;
}

footer .support p:first-child {
    font-size: 12px;
    font-weight: 500;
    color: white;
}


footer .contact .email{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background-color: #181a1b;
    font-size: 10px;
    font-weight: 400;
    color: #aeb2b6;
    padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 8px;
    
}

footer .contact .email p:first-child{
    position: relative;
    right: 20px;
}

footer .contact .email span{
    color: white;
    font-size: 10px;
}

footer .contact .email div{
    background-color: #0a0a0b;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius:5px ;
    position: relative;
    left: 20px;

}

footer .contact .icons{
    margin-top: 20px;
}

footer .contact .icons img{
    width: 22px;
    margin-right: 15px;

}