:root {
    --purple500: #281154;
    --purple300: #270082;
    --purple600: #1b0058;
    --red600: #dc0000;
    --body: #f9f6ff;
    --max-width: 1200px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
    line-height: 1.4;
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.topbar{
    background-color:  #270082;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 1px 32px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}


.logo{
    color: white;
    font-size: 32px;
    margin: 0 30px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
header{
    position: sticky;
    top: 0;
    z-index: 100;
}
nav ul{
    display: flex;
    gap: 20px;
}
nav li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: white;
}
nav ul li:hover{
    border-bottom: 2px solid white;
    color: white;
    transition: 0.2 ease-in-out;
}
/* hero-section */
.hero-section{
    background-image: url(images/hero_image.png);
    height: 100vh;
    text-align: center;
    color: white;
    align-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hero-section h1{
    font-size: 100px; 
}
.hero-section h3{
    font-size: 33px;
    font-weight: 700; 
}
.hero-section h1,h3,p{
    padding: 30px 45px;
}
/* music section */
.music{
    background-color:  #281154;
    padding: 40px 0px 300px 0px;
}
.purple{
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 200;
}
.music h1{
    font-size: 30px;
}
.music h3{
    text-align: start;
}
.music button{
    padding: 10px;
    background-color: var(--red600);
    border: none;
    color: white;
}
.music h4{
    padding: 35px;
    font-weight: 400;
    font-size: 16px;
}
/* mobile */
.mobile{
    margin: -300px 0px 90px 0px;
    text-align: center;
}
.mobile h1{
    font-size: 18px;
}
.mobile p{
    font-size: 17px;
    line-height: 1.3;
    padding: 40px 40px;
}
.mobile button{
    padding: 12px 18px;
    background-color: var(--purple300);
    border: none;
    color: white;
    text-transform: capitalize;
}
/* laptop */
.laptop{
    text-align: center;
}
/* video section */
.fun{
    background-image: url(images/video.png);
    height: 100vh;
    color: white;
    text-align: center;
    align-content: center;
}
.fun h1{
    font-size: 18px;
    line-height: 1.5px;
}
/* gift card */
.gift{
    display: flex;
}
.gift h1{
    padding-right: 10px;
}
.gift-img{
    gap: 20px;
    align-content: center;
    padding-left: 70px;
}
.grid p{
    font-size: 18px;
}
.grid h1{
    font-size: 18px;
    margin-left: 41px;
}
.grid{
    padding: 100px 20px;
}
.lo{
    padding-top:5px;
    margin-bottom: 5px;
}
.grid button{
    margin-left: 41px;
    padding: 12px 18px;
    background-color: var(--purple300);
    border: none;
    color: white;
    text-transform: capitalize;
}
.divider{
    border: 1px solid gray;
    margin: 10px 41px 20px;
}
/* footer */
footer{
    background-color: var(--purple600);
    text-transform: capitalize;
}
.list{
    padding: 20px 60px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list>ul{
    margin-left: 20px;
}
.list ul{
    margin-bottom: 30px;
    list-style-type: none;
}
.list h1{
    font-size: 18px;
    padding-bottom: 5px;
    text-decoration: underline; 
    color: white;
}
/* last footer */
.footer{
    background-color: #270082;
    color: white;
}
.footer p{
    padding: 20px;
    text-align: center;
}





@media (max-width:877px){
    .hero-section>h1{
        font-size: 70px;
    }
    .hero-section>h3{
        font-size: 30px;
    }
}



@media (max-width:637px){
    .hero-section>h1{
        font-size: 60px;
    }
    .hero-section>h3{
        font-size: 20px;
    }
}



@media (max-width:491px){
    .hero-section>h1{
        font-size: 50px;
    }
    .hero-section>h3{
        font-size: 16px;
    }
}




@media (max-width:1056px){
    .mobile img{
        width: 700px;
    }
}


@media (max-width:798px){
    .mobile img{
        width: 600px;
    }
}



@media (max-width:637px){
    .mobile img{
        margin-top: 90px;
        width: 500px;
    }
}



@media (max-width:560px){
    .mobile img{
        margin-top: 130px;
        width: 400px;
    }
}











@media (max-width:1056px){
    .laptop img{
        width: 700px;
    }
}


@media (max-width:798px){
    .laptop img{
        width: 600px;
    }
}



@media (max-width:637px){
    .laptop img{
        margin-bottom: 50px;
        /* margin-top: 90px; */
        width: 500px;
    }
}



@media (max-width:560px){
    .laptop img{
        /* margin-top: 130px; */
        width: 400px;
    }
}







@media (max-width:1121px){
    .gift{
        text-align: center;
        flex-direction: column;
    }
    .gift-img img{
        margin-top: 80px;
        margin-right: 90px;
    }
}



@media (max-width:702px){
    .gift{
        text-align: center;
        flex-direction: column;
    }
    .gift-img img{
        width: 400px;
        margin-top: 80px;
        margin-right: 90px;
    }
}




@media (max-width:521px){
    .gift{
        text-align: center;
        flex-direction: column;
    }
    .gift-img img{
        width: 350px;
        margin-top: 80px;
        margin-left: -20px;
    }
}




.checkbtn{
    position: absolute;
    top: 30px;
    right: 50px;
    display: none;
}
.checkbtn>i{
    font-size: 25px;

}
#check{
    display: none;
}
.logo-1{
    display: none;
}
@media (max-width:890px){
    .checkbtn{
        display: block;
    }
    .list-1>ul{
        flex-direction: column;
        z-index: 100;
        position: fixed;
        width: 50%;
        background-color: #1b0058;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .7s;
    }
    .list-1>ul>li:hover{
        background-color: #f9f6ff;
        color: #1b0058;
    }
    .list-1{
        align-items: center;
        height: 70px;
    }
    .list-1>ul>li{
        display: block;
        margin: 10px 0;
        line-height: 30px;
    }
    #check:checked~ul{
        left: 0;
    }
    label .logo-1{
        font-size: 22px;
    }
}

.fa-solid{
    position: relative;
    top: 7px;
    font-size: 20px;
    color: #fff;
}