:root{
    --blue-bg:#5454d4;
    --txt-clr1:#fff;
    --muted:rgba(255, 255, 255, 0.7);
    --cost-box:#6565e9;
    --label:#77bf41;
    --dark-grey:#413e65;
    --pale-grey:#eae9f2;
    --btn-clr:#fedc5a;
    --dim:#696871;
    --light-white:#ffffff;


}
.dim > p{
    color: var(--dim);
}
body{
    overflow-x: hidden;
}
.top-nav-small{
    display: none;
    color: var(--txt-clr1);
}

.first-container{
    background-color:var(--blue-bg) ;
    width: 100%;
    height: 850px
}
.top-nav{
    padding: 19px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    /* color: var(--txt-clr1); */
    color: var(--light-white);
}
.center-nav > a{
    text-decoration: none;
    color: var(--txt-clr1);
}
.end-nav > a{
    text-decoration: none;
    color: var(--txt-clr1);
}
.end-nav{
    display: flex;
    align-items: center;

}
.end-nav > div {
    width: 20px;
    height: 20px;
    clip-path: circle();
    background-color:var(--btn-clr) ;
    text-align: center;
    font-weight: bold;
    line-height:.5cm;
    color: black;


}
.active{
    color: var(--txt-clr1);
}
.dim > p {
    color: var(--dim);
}
.sixth-container > p{
    color: var(--dim);
}
.main-container{
    display: flex;
    justify-content:center ;
    align-items: center;
    width: 80%;
    height:600px ;
    /* border: 1px solid red; */
}
.headphone-1{
    width:352px ;
    height: 570px;
}
.headphone-1 > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.right{
    margin-left: 50px;
    width:450px ;
    height: 500px;
    /* border: 1px solid red; */

}
.enjoy-text{
    margin: 10px 0;
    display: block;
    width: 390px;
    height: 100px;
    font-weight: bold;
    /* border: 1px solid red; */
    margin-right: 10px;
    color: var(--txt-clr1);
    /* line-height: 0px; */

}
.advertise{
    margin: 6px 0;
    width:450px;
    height: 60px;
    /* border: 1px solid red; */
    line-height: 24px;
    color: var(--muted);
    text-transform: capitalize;
}
.cost-box{
    padding: 3px 10px;
    width: 280px;
    height:118px ;
    background-color: var(--cost-box);
    border-radius: 10px;
    /* border: 1px solid red; */

}
.dollar{
    font-size: 40px;
    font-weight: bold;
    color: var(--txt-clr1);

}
.cost-label{
    display: flex;
    align-items: center;
}
.cost-label > div:nth-child(2){
    padding: 2px 5px;
    background-color: var(--label);
    border-radius: 4px;
    /* text-transform: capitalize; */
    color: var(--txt-clr1);
    font-weight: 500;

}
.original-price{
    color: var(--muted);
    text-transform: capitalize;
}
.two-bottom-box{
    display: flex;
    align-items: center;
}
.counter{
    margin: 0 5px;
    width: 82px;
    height:54px ;
    background-color: var(--txt-clr1);
}
.two-bottom-box > button{
    width: 180px;
    height:54px ;
    text-transform: capitalize;
    outline: none;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    /* background-color: ; */

}

/* secondary container */
.secondary-container{
    width: 100%;
    height: 300px;
}
.noise-free{
    width: 80%;
    height: 92px;
    
    font-weight: bolder;
    /* border: 1px solid blue; */
}
.para{
    width: 400px;
    height: 100px;
    line-height: 30px;
    /* border: 1px solid red; */
}
.omega{
    text-transform: capitalize;
}

.flex-1{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
}
.same-img{
    width: 96%;
    height: 460px;
    /* border: 1px solid red; */
    /* transform: rotate(-15deg); */
}
.adjust-padding{
    padding: 50px 10px;
}
.same-img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: rotate(-15deg);

    /* transform: rotate(-15deg); */

}
.one-blk{
    /* border: 1px solid red; */
   padding: 20px 45px;
}
.blk-1{
    width: 320px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    margin: 10px 0;

}
.blk-text{
    line-height: .1cm;
}
.blk-text > p:nth-child(1){
    font-weight: bold;
}
.round-icon{
    width: 50px;
    height: 50px;
    clip-path: circle();
    display: grid;
    place-items: center;
    background-color: pink;
}

/* third container */
.third-container{
    width: 100%;
    height: 670px;
    background-color: var(--dark-grey);
    
}
.third-container > .itsall{
    display: grid;
    place-items: center;
    margin: auto;
    /* text-align: center; */
    font-weight: 800;
    height: 125px;
    width: 450px;
    /* border: 1px solid red; */
    color: var(--txt-clr1);
    padding-top: 5rem;
    padding-bottom: 10rem;

    

}
.itsall > h1{
    display: grid;
    place-items: center;
    margin: auto;
    text-align: center;
    font-weight:bolder;
}
.ad-box{
    /* margin: 490px; */
    
    width: 313px;
    height: 72px;
    border-radius: 9px;
    display: flex;
    /* justify-content: space-between\; */
    align-items: center;
    margin: auto;
    background-color: var(--pale-grey);
}
.col-text{
    text-transform: capitalize;
    font-weight: bold;
}
.mar{
    margin: 10px 0;
}
.mar-col{
    margin: 10px 0;
}
    
/* fourth container */
.fourth-container{
    width: 100%;
    height: 670px;
    /* border: 1px solid red; */
}
.fourth-container > p:nth-child(1){
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;

}
.fourth-container > .box{
    width: 500px ;
    height: 100px;
    margin: auto;
    text-align: center;
}
.rose-blue-img{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 23px; */
    /* border: 1px solid red; */
}
.blue-img{
    width: 315px;
    height: 460px;
}
.blue-img > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.rose-img{
    width: 650px;
    height:460px ;

}
.rose-img > img{
    object-fit: cover;
    width: 100%;
    height: 100%;

}
/* fifth container */
.fifth-container{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
    margin: 0;
    padding: 0;
    background-color: var(--blue-bg);
}
.people-box{
    position: absolute;
    top: 27%;
    left: 12%;
    
}
.people-text{
    color:var(--txt-clr1);
    font-weight: bold;
    width: 450px;
    height: 125px;
    font-size: 50px;
    line-height: 59px;

}
.omega-ad{
    width: 450px;
    height: 100px;
    line-height: 28px;
    color:var(--txt-clr1) ;
}
.try-it-now{
    width: 180px;
    height: 53px;
    outline: none;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4.5px;
    color: black;
    background-color: var(--btn-clr);

}
.small-cart{
    background-color: var(--btn-clr);
}
/* sixth container */
.sixth-container{
    width: 100%;
    height: 500px;
}
.sixth-container > h1{
    text-align: center;
    padding-top: 39px;
    text-transform: capitalize;
    font-weight: 800;

}
.sixth-container > p{
    margin: auto;
    width: 460px;
    height: 70px;
    text-align: center;
    line-height: 33px;
    /* margin-bottom: 1px; */
    /* border: 1px solid red; */
}
.feed-back{
    /* border: 1px solid red; */
    width: 100%;
    height:250px ;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;

}
.feed-1,.feed-2{
    border-radius: 9px;
    padding: 10px;
    width: 412px;
    height: 220px;
    line-height: 31px;
    font-weight: 500;
}
.bottom-img-box{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
    padding: 0 10px;


}
.add-to-cart,.buy-now,.try-it-now{
    background-color: var(--btn-clr);
    color: black;
}
.bottom-img-box > div{
    text-transform: capitalize;
    line-height: .1cm;
}

/* seventh container */
.seventh-container{
    padding-top: 100px;
    width: 100%;
    height: 308px;
    background-color: var(--blue-bg);
}
.head{
    /* border: 1px solid red; */
    width: 700px;
    /* line-height: .7c; */
    font-weight: bolder;
}
.buy-now{
    margin-left: 190px;
    width: 180px;
    height: 54px;
    outline: none;
    border: none;
    border-radius: 9px;
    text-transform: capitalize;
    color: black;
    font-weight: 500;
}

/* bottom-nav */
.bottom-nav{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content:center ;
    align-items: center;
    /* background-color: #5454d4; */
    /* border: 1px solid rosybrown; */
}
footer{
    background-color: var(--txt-clr1);
}
.omega-nav{
    display: grid;
    place-items: center;
    width: 200px;
    height: inherit;
    font-weight: 700;
    /* margin: auto; */
}
.center-bottom-nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    width: 460px;
    height: inherit;
    /* border: 1px solid red; */
    /* gap: 34px; */

}
.center-bottom-nav > div{
    text-transform: capitalize;
    font-weight: 600;
    /* border: 1px solid yellowgreen; */
}

.right-bottom-nav{
    display: grid;
    place-items: center;
    height: inherit;
    /* border: 1px solid yellow; */
    width: 330px;
    font-weight: 600;
}
.get-one{
    font-weight: bold;
    color: var(--txt-clr1);
}
@media screen and (max-width:600px){
    
    .first-container{
        height: 950px;
        /* border: 1px solid red; */
    }
    .main-container{
        flex-direction: column;
        /* border: 1px solid red; */
        width: 100%;
        height:800px;
        justify-content: center;
        align-items: center;
        padding-bottom: 90px;
        
        
    }
    .right{
        /* padding: 40px; */
        margin: 0;
        width:fit-content ;
        height: fit-content;
        /* margin: 20px 0; */
        /* border: 1px solid red; */
    }
    .headphone-1{
        width: 50%;
        height: 50%;
        margin-top: 100px;
    }
    .enjoy-text{
        width: 300px;
        height: fit-content;
        line-height: 40px;
        padding: 6px;
        text-align: center;
        /* border: 1px solid red; */
    }
    .advertise{
        text-align: center;
        margin-top:20px ;
        margin-bottom: 40px;
        width: fit-content;
        padding: 6px;
        height: 120px;;
        /* border: 1px solid red; */
        line-height:30px;
        text-transform: capitalize;
    }
    .flex-1{
        flex-direction: column;
        width: 100%;
        height: 900px;
        justify-content: center;
        align-items: center;
        /* border: 1px solid red; */
    }
    .adjust-padding{
        padding: 0px;
    }
    .noise-free{
        text-align: center;
        width: fit-content;
        height: 100px;
        /* margin: px 0; */
        /* border: 1px solid red; */
    }
    .para{
        text-align: center;
        padding: 0 9px;
        width: fit-content;
        height: 140px;
        margin-bottom:34px ;
        /* margin: 10px 0 20px 0; */
        /* border: 1px solid red; */
    }
    .same-img{
        width: 80%;
        height: 300px;
        /* border: 1px solid red; */
        /* transform: rotateX(-300deg) rotateY(190deg); */
    }
    .mar{
        margin:0;
    }
    .mar-col{
        margin: 4px 0;
    }
    .third-container{
        width: 100%;
        height: fit-content;
        padding-bottom: 40px;
    }
    .third-container > .itsall{
       
        text-align: center;
        /* place-items: center; */
        height: 105px;
        width:300px;
        padding-top: 2rem;
        padding-bottom: 6rem;
    }
    .fourth-container{
        width: 100%;
        height: fit-content;
    }
    .fourth-container > .box{
        width: auto ;
        height: 100px;
        width: 90%;
        letter-spacing: 1px;
        margin-bottom: 50px;
    }
    
    .rose-blue-img{
        flex-direction: column;
        justify-content:center;
        align-items: center;
        width: 100%;
        height:900px;
        /* border: 1px solid greenyellow; */
    }
    .rose-img{
        width: 90%;
        height: 50%;
        /* border: 1px solid yellow; */
    }
    .blue-img{
        width: 100%;
        height: 50%;
        /* border: 1px solid gray; */
    }
    
    .people-box{
        position: absolute;
        top: 10%;
        left: 8%;
        right: 6%;
        
    }
   
    .feed-1,.feed-2{
        line-height: 20px;
        width: 90%;
        font-size: small;
        height: fit-content;
    }
    
    .bottom-img-box > img{
        width: 29px;
        height: 29px;
        object-fit: cover;
        object-position: center;

    }
    .bottom-img-box > div > p{
        color: var(--pale-grey);
        font-weight: 500;
    }
    .feed-back{
        flex-direction: column;
        width: 100%;
        height: fit-content;
        gap: 5px;
        margin-top: 30px;
    }
    .bottom-img-box{
        width: 100%;
        height: fit-content;
    }
    
    
    .get-one{
        color: var(--txt-clr1);
        /* border: 1px solid red; */
        /* text-align: center; */
        /* width: 700px; */
        /* margin: 10px 130px; */
        line-height: .8cm;
        

    }  
    .head{
        width: 100%;
        text-align: center;
        margin: auto;
        /* border: 1px solid red; */
    }
    .mar-small{
        display: grid;
        place-items: center;
        /* margin-top: 20px; */
    }  
    .buy-now{
        margin:20px;
        /* padding-top: 20px; */
        text-align: center;
    }
    
   footer{
    /* border: 1px solid red; */
     display: flex;
     justify-content: end;
     align-items: center;
     width: 100%;
     height: 80px;
     font-weight: 600;
     font-size: small;
   }
   footer > div:nth-child(1){
    font-weight: 700;

   }
   .people-text{
    width: fit-content;
    font-weight: 700;
    height: fit-content;
   }
   .omega-ad{
    width: fit-content;
    height: fit-content;
   }
   .cost-box{
    margin: auto;
   }
   .two-bottom-box{
    width: 100%;
    justify-content: center;
    margin:0  auto;
   }
   .two-bottom-box > .counter{
    margin: 0 6px;
   }
   .blk-1{
    width: 290px;
    height: 85px;
    
    /* border: 1px solid red; */
    /* background-color: red; */
   }
   .mar-col{
    display:flex ;
    /* border: 1px solid red; */
   }
   .ad-box{
    width: 300px;
   }
   .sixth-container{
    width: 100%;
    height: fit-content;
    padding-bottom: 20px;
   }
   .sixth-container > p{
    text-align: center;
    width: 100%;
    padding: 10px;
    line-height: normal
   }
   .top-nav-small{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    /* border: 1px solid #ff0000; */
    align-items: center;
    display: flex;
    
   }
   .top-nav-small > div{
    font-size: small;
    margin: 0 3px;
    /* color: var(--txt-clr1); */
    text-transform: capitalize;
   }
   .top-nav-small > div:nth-child(1){
    font-weight: 600;
    margin-right: 30px;
    margin-left: 5px;
    font-weight: bolder;
   }
   .top-nav-small > div:nth-child(2){
      color: var(--txt-clr1);
   }
   .top-nav-small > div:nth-child(5){
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .top-nav-small > div:nth-child(5) > span{
    width: 20px;
    height: 20px;
    /* background-color: var(--labe); */
    display: grid;
    place-items: center;
    clip-path: circle();
    margin-left: 3px;
    color: black;
    font-weight: 600;
   }
   .top-nav {
    display: none;
   }
    

    

    
    
    
    
    
    
}
    
    
