/* font-family: 'Fredoka One', cursive; */
/* font-family: 'Poppins', sans-serif; */


body{
    padding-left: 50px;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

nav>img{
    height: 40px;
}

.nav-items{
    display: flex;    
}

.nav-item{
    font-size: 25px;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    margin: 0 40px;
}

.active-item{
    color: #FE5E35;
    font-weight: bold;
}

.intro-section{
    display: flex;
}

.headphone-div{
    display: flex;
    align-items:center;
}

.left-section>h3{
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    margin-bottom: 0;
}

.left-section h3 img{
    height: 45px;
}

.left-section>h1{
    font-size: 80px;
    font-family: 'Fredoka One', cursive;
    font-weight: 100;
    margin-top: 0;
}

.sub-headline{
    margin-left: 100px;
    margin-bottom: 0;
    margin-top: 15px;
}

.sub-headline img{
    background-color: #FE5E35;
    border-radius: 50px;
    padding: 5px;
    position: relative;
    top: 8px;
    right: 15px;
}

.sub-headlines h5{
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

.text{
    color: #717171;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 15px;
    padding-top: 50px;
    width: 750px;
}

.action-btns{
    margin-top: 50px;
}

.action-btn{
    margin-right: 30px;
    background-color: #FE5E35;
    color: #ffffff;
    border: none;
    font-size: 20px;
    border-radius: 50px;
    padding: 15px 40px;
    font-family: 'Poppins', sans-serif;
}

.headphone-div img:nth-child(3){
    height: 550px;
    position: relative;
    left: 80px;
    z-index: -1;
}

.discount{
    height: 150px;
    position: relative;
    top: 120px;
    left: 295px;
    filter: drop-shadow(3px 8px rgba(0, 0, 0, 0.5));

}

.discount-content h4{
    font-family: 'Fredoka One', cursive;
    font-weight: 100;
    font-size: 15px;
    position: relative;
    top: 145px;
    left: 185px;
    color: #ffffff;
}

.discount-content h1{
    font-family: 'Fredoka One', cursive;
    font-weight: 100;
    font-size: 50px;
    position: relative;
    top: 105px;
    left: 170px;
    color: #ffffff;
}


.dots{
    display: flex;
    position: relative;
    left: 510px;
    bottom: 40px;
    width: 50px;
}

.right-section button:nth-child(3){
    position: relative;
    left: 505px;
    bottom: 40px;
}


.dot{
    margin: 0 10px;
}

.dot::before{
    content: "\2022";
    font-size: 120px;
}

.yellow-dot{
    color: #FBD104;
}

.tomato-dot{
    color: #FE5E35;
}

.black-dot{
    color: #000000;
}


/* Mobile Responsiveness */

@media (max-width: 1700px){

    nav{
        justify-content: center;
    }

    .nav-item{
        font-size: 1em;
    }

    .left-section h3{
        font-size: 2em;
    }

    .left-section h3 img{
        height: 1em;
    }

    .left-section h1{
        font-size: 3em;
    }

    .sub-headline img{
        height: 0.8em;
    }

    .sub-headlines h5{
        font-size: 1em;
    }

    .text{
        font-size: 0.8em;
    }

    .action-btn{
        font-size: 0.8em;
    }

    .headphone-div img:nth-child(3){
        height: 400px;
    }

    .discount-content h4{
        font-size: 10px;
        position: relative;
        top: 135px;
        left: 185px;
        color: #ffffff;
    }
    
    .discount-content h1{
        font-size: 40px;
        position: relative;
        top: 105px;
        left: 170px;
        color: #ffffff;
    }

    .discount{
        height: 120px;
        position: relative;
        top: 115px;
        left: 265px;
    }

    .dot::before{
        font-size: 70px;
    }
        
    .dots{
        left: 420px;
        bottom: 20px;
    }

    .right-section button:nth-child(3){
        left: 410px;
        bottom: 20px;
    }

}

@media (max-width: 1500px){

    .text{
        width: 500px;
    }

    .intro-section{
        justify-content: center;
        align-items: center;
    }

}


@media (max-width: 1500px){

    .intro-section{
        flex-direction: column-reverse;
    }

    .headphone-div{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .headphone-div img:nth-child(3){
        position: static;
    }

    .discount-content h4{
        position: absolute;
        top: 245px;
        left: 0;
    }
    
    .discount-content h1{
        position: absolute;
        top: 245px;
        left: 0;
    }

    .discount{
        position: absolute;
        top: 230px;
        left: -25px;
    }

    .dots{
        left: 130px;
    }

    .right-section button:nth-child(3){
        left: 125px;
    }

}

@media (max-width: 980px){

    nav{
        flex-direction: column;
    }

    .nav-items{
        margin: 2em 0;
    }

    body{
        padding-left: 0;
    }

}


@media (max-width: 530px){

    .nav-items{
        flex-direction: column;
        text-align: center;
    }

    .nav-item{
        margin: 1em;
    }

    .headphone-div img:nth-child(3){
        height: 250px;
    }

    .discount-content h4{
        top: 150px;
        left: -3px;
        font-size: 0.5em;
    }
    
    .discount-content h1{
        top: 155px;
        left: -5px;
        font-size: 1.5em;
    }

    .discount{
        height: 80px;
        top: 140px;
        left: -25px;
    }

    .dots{
        left: 60px;
    }

    .right-section button:nth-child(3){
        left: 50px;
    }

    .left-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sub-headlines{
       text-align: left;
    }

    .left-section h3{
        font-size: 1em;
    }

    .left-section h1{
        font-size: 1.5em;
    }

    .sub-headlines h5{
        font-size: 0.7em;
    }

   
    .sub-headline img{
        height: 5px;
        margin-bottom: 4px;
    }

    .text{
        font-size: 0.5em;
        width: 300px;
    }

    .action-btn{
        margin: 10px 0;
    }

    .action-btns{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}