    /* style for whole websit */
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    html{
        font-size: 16px;
    }
    body{
        width: 100vw;
        overflow-x: hidden;
    }
    img{
        width: 100%;
    }
    .pad{
        padding: 2rem;
    }
    
        /* style for header */
    header{
        display: flex;
        flex-direction: column;
        background-color:whitesmoke;
        color: black;
        padding: 0 2rem;
    }
    .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 900;
    }
    .logo span{
        font-family: 'Fasthand', cursive;
        
    }
    nav{
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
    }
    .display-none{
        height: 0;
        display: none;
    }
    header nav a{
        text-decoration: none;
        margin: .4rem 0;
        color: black;
        font-weight: 800;
        text-transform: uppercase;
    }
    header button{
        border: none;
        outline: none;
        background-color: whitesmoke;
        margin: 1rem 0;
        font-weight: 800;
        text-transform: uppercase;
        cursor: pointer;
        width: 30;
    }

        /* css for section-1 */
    .sec1{
        background-image: url("https://pbs.twimg.com/media/FLUCUd6XECMYEQm?format=jpg&name=4096x4096");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        position: relative; 
        width: 100%;
    }
    .sec1 .text{
       padding: 1rem;
       color: white;
    }
    .text h1{
        text-transform: uppercase;
        font-weight: 100;
    }
    .text h5{
        text-transform: uppercase;
        padding: 1rem 0;
        font-weight: 300;
        width: 50%;
    }
    .text button{
        background-color: black;
        color: white;
        padding: 10px;
        border: white;
        cursor: pointer;
        text-transform: uppercase;
        margin: 1rem 0 6rem 0;
    }
    .arrow{
        background-color: white;
        color: black;
        border-radius: 50%;
        padding: 1rem;
        cursor: pointer;
        position: absolute;
        right: 2rem;
        bottom: 8rem;
    }
    .fa-arrow-left{
        right: 5rem;
    }
    .arrow{
        visibility:hidden;
    }

        /* css for card section */
    .card{
        background-color: black;
        color: white;
        width: 50%;
        padding: 2rem;
        text-transform: uppercase;
        position: absolute;
        top: 15rem;
        left: 1rem;
    }
    .nav-active{
        top: 31rem;
    }
    .card h4{
        padding: 1rem 0;
        font-weight: 700;
    }
    .card h3{
        font-weight: 300;
    }
    .card span{
        font-size: 2rem;
        font-weight: 900;
    }
    .card button{
        
        color: black;
        padding: 1rem;
        margin: 1rem 0;
        border: white;
        width: 85%;
        cursor: pointer;
        text-transform: uppercase;
    }

        /* css for sec2 */
    .sec2{
        margin: 17rem 0 4rem 0;
        display: flex;
        flex-direction: column;
    }
    .sec2 .sec2sub{
        text-align: center;
        margin-top: 1rem;
    }
    .sec2sub h3{
        text-transform: uppercase;
        font-family: 'Fasthand', cursive;
    }

        /* css for section-3  */
    .sec3{
        background-color: whitesmoke;
        /* height: 60vh; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec3 img{
        /* width: 300px; */
        margin: 2rem 0;
    }
    .sub{
        width: 80%;
        text-align: center;
        /* float: left;
        margin: 3rem 6rem; */
        
    }
    .sec3 .sec3sub1{
        /* margin-left: 15rem;
        margin-right: 1rem; */
    }
    .sec3sub1 h2{
        text-transform: uppercase;
        font-size: 2rem;
    }
    .sec3sub1 p{
        margin: 1.3rem 0;
    }
    .sec3sub1 button{
        padding: 10px;
        background-color: black;
        color: white;
        border: none;
        outline: none;
        width: 8rem;
        text-transform: uppercase;
        cursor: pointer;
    }
    
            /* css for section-4 */
    .sec4{
        display: flex;
        flex-direction: column;
    }
    .sub1{
        position: relative;
    }
    .sec4 .sub1{
        margin: 2rem ;
    }
    .sec4 .sub2{
        background-color: black;
        color: white;
        text-align: center;
        padding: .5rem 0;
        width: 80%;
        position: absolute;
        left: 2.3rem;
        bottom: -1.1rem;
    }

            /* css for section-5 */
    .sec5{
        background-image: url('https://media.istockphoto.com/id/1376080879/photo/cheerful-smiling-model-profile-side-view-brunette-beauty-woman-with-nude-make-up-smooth-skin.webp?b=1&s=170667a&w=0&k=20&c=EwQKeDTwl5rGk_9d585dBPxz2DabnGFd9P8cndquhqo=');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
    }
    .sec5 .sub{
        text-align: left;
        color: white;
    }
    .sec5 h5{
        font-size: 1.2rem;
        text-transform: uppercase;
    }
    .sec5 h2{
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 100;
        margin: 1rem 0;
    }
    .sec5 span{
        font-weight: 900;
    }
    .sec5 button{
        padding: 10px ;
        background-color: black;
        color: white;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
    }

            /* style for section-6 */
     .sec6 {
        text-transform: uppercase;
        text-align: center;
        margin: 6rem auto;
    }
    .sec6 hr{
        width: 1.3rem;
        margin: 2rem auto;
        color: black;
        border: 2px solid black;
    }
            /* style for section 7 */
     .sec7{
        margin: 0 auto;
        display: flex;
        justify-content: center; 
    }
    .sec7 img{
        width: 200px;
        height: auto;
    } 

        /* media-query for desktop */
@media screen and (min-width:800px) {
        /* for desktop header */
header{
flex-direction: row;
justify-content: space-between;
}
.fa-bars{
display: none;
}
header nav{
flex-direction: row;
width: 50%;
justify-content: space-around;
}
.display-none{
height: auto;
display: flex;
}
header nav a{
margin:0 .3rem;
}
    /* Section-1  */
.sec1{
background-size: 100% auto;
background-position:top center;
height: 600px;
}
.sec1 .text{
padding: 6rem;
}
.text h1{
font-size: 4rem;
width: 40%;
}
.text h5{
width: auto;
}
.text button{
padding: 1rem;
width: 9rem;
}
.arrow{
visibility: visible;
}
        /* card  */
.card{
    width: 30%;
    top: 32rem;
    left: 6rem;
}
        /* section-2  */
.sec2{
    flex-direction: row;
}
.sec2sub{
    margin: 0 1rem;
}
            /* section-3  */
.sec3{
    flex-direction: row;
    justify-content: space-around;
}
.sub{
    width: 40%;
}
            /* section-4  */
.sec4{
    flex-direction: row;
}
            /* section-5  */
.sec5{
    background-size: cover;
    height: 70vh;
}
.sec5 .sub{
    margin-top: 5rem;
}
}