* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* social application */
.social {
    height: 5vh;
    width: 100%;
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: black;
}

.app {
    float: right;
}

.app ul li {
    display: inline;
}

.app ul li a {
    color: black;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.clear1 {
    width: 100%;
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
    height: 2vh;
}

/* navigation bar */
#nav {
    width: 100%;
    height: 11vh;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
    top: 0px;
    position: sticky;

}



.navrap {
    width: 80%;
    margin: auto;

}

.logo {
    position: absolute;
}
#l1{
    color: black;
}

.logo h1 {
    font-size: 70px;
    color: black;
    /* padding-top: 20px; */
}

.menu {
    float: right;
}

.menu ul {
    margin-top: 20px;
}

.menu ul li {
    display: inline
}

.menu ul li a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
}

.menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 20px;
}

    /* banner */
    .ban {
        width: 100%;
        background-image: url(shades.gif);
        height: 80vh;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banrap {
        width: 100%;
        height: 80vh;
        /* background-color: rgba(0, 0, 0, 0.2); */
    }

    .banrap1 {
        width: 70%;
        margin: auto;
        /* border: 2px solid white;  */
        padding-top: 80px;
    }



.company h1 {
    text-align: left;
    padding-right: 20px;
    color: black;
    font-size: 200px;
}

.company p {
    text-align: left;
    color: black;
    font-size: 60px;
}


/* sun */
.sun{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
}




/* mid */
.mid {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right,white,crimson);
}

.midrap {
    width: 80%;
    margin: auto;
    display: grid;
 grid-template-columns: auto auto auto auto;

}

.mid h1 {
     border: 2px solid black; 
     background-color: floralwhite;
    text-align: center;
    /* grid-column-gap: 20px;
    grid-row-gap: 10px; */
}

.box1 {
     border: 2px solid black; 
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(men6.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;

}

.box1 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box2 {
    border: 2px solid black;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(women3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box2 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box3 {
    border: 2px solid black;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(kid1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box3 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box4 {
    border: 2px solid black;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(sports.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box4 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

/* eye */
.eye{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
}




/* desk */
.desk{
    padding-left: 5%;
    background: linear-gradient(to left,white,crimson);
}



/* mid1 */
.mid1 {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right,white,crimson);
}

.midrap1 {
    width: 80%;
    margin: auto;
    display: grid;

    grid-template-columns: auto auto auto auto;

}

.mid1 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
}

.box5 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(spec20.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box5 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box6 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(womspec.avif);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box6 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box7 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(kideye.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box7 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box8 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(read1.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box8 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}



/* comp */
.comp{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
}









/* mid2 */
.mid2 {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to left,white,crimson);
}

.midrap2 {
    width: 80%;
    margin: auto;
    display: grid;

    grid-template-columns: auto auto auto auto;

}

.mid2 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
}

.box9 {
    border: 2px solid black;
     border-radius: 20%;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    margin-top: 5%;
    background-image: url(commen3.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box9 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box10 {
    border: 2px solid black;
     border-radius: 20%;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    margin-top: 5%;
    background-image: url(wocom1.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box10 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box11 {
    border: 2px solid black;
     border-radius: 20%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top:5% ;
    padding-top:  20px;
    background-image: url(kidcom2.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box11 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box12 {
    border: 2px solid black;
     border-radius: 20%; 
    background-color: rgba(0, 0, 0, 0.2);
    margin-top:5% ;
    padding-top: 20px;
    background-image: url(hustlr.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box12 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

/* contact */
.contact{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
    

}

/* mid3 */
.mid3 {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right,white,crimson);
}

.midrap3 {
    width: 80%;
    margin: auto;
    display: grid;

    grid-template-columns: auto auto auto auto;

}

.mid3 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
}

.box13 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(ll.png);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box13 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box14 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(color1.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box14 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box15 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(eyes1.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box15 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box16 {
    border: 2px solid black;
    /* border-radius: 50%; */
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(acc2.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box16 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}


/* offer */
.offer{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
    

}








/* mid4 */
.mid4 {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to left,white,crimson);
}

.midrap4 {
    width: 80%;
    margin: auto;
    display: grid;

    grid-template-columns: auto auto auto;

}

.mid4 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
}

.box17 {
    border: 2px solid black;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(offeye.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box17 h1 {
    margin-top: 295px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box18 {
    border: 2px solid black;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(offsun1.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box18 h1 {
    margin-top: 295px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box19 {
    border: 2px solid black;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(zero.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box19 h1 {
    margin-top: 295px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}





/* trend */
.trend{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
    

}











/* mid5 */
.mid5 {
    width: 100%;
    height: 70vh;
    background: linear-gradient(to right ,white,crimson);
}

.midrap5 {
    width: 80%;
    margin: auto;
    grid-template-columns: auto auto auto;
    display: grid;

}

.mid5 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
}

.box20 {
    border: 2px solid black;
    border-radius: 50%;  
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(clear.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box20 h1 {
    margin-top: 295px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box21 {
    border: 2px solid black;
     border-radius: 50%;   
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(matte.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box21 h1 {
    margin-top: 295px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}

.box22 {
    border: 2px solid black;
     border-radius: 50%; 
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 5%;
    background-image: url(rless.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
}

.box22 h1 {
    margin-top: 295px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}





/* amazing */
.amazing{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
    

}



/* mid6 */
.mid6 {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to left ,white,crimson);
}

.mid6 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
}
.midrap6 {
    background-image: url(cupon2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 60vh;
    width: 80%;
    margin: auto;
}

.box23 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
}


/* premium */
.premium{
    font-size: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: floralwhite;
    

}







/* mid7 */
.mid7 {
    width: 100%;
    height: 70vh;
    background: linear-gradient(to right ,white,crimson);
}

.midrap7 {
    width: 80%;
    margin: auto;
    grid-template-columns: auto auto auto;
    display: grid;

}

.mid7 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
    font-size: 40px;
}
.box24 {
    border: 2px solid black;
     border-radius: 50%;   
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 3%;
    background-image: url(john1.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box24 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
    /* font-size: 30px; */
}
.box25 {
    border: 2px solid black;
     border-radius: 50%;   
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 3%;
    background-image: url(john2.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box25 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
     /* font-size: 30px;  */
}
.box26 {
    border: 2px solid black;
     border-radius: 50%;   
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 3%;
    background-image: url(jac1.jpg);
    background-repeat: no-repeat;
    height: 50vh;
    width: 90%;
}

.box26 h1 {
    margin-top: 298px;
    text-align: center;
    /* color: aliceblue; */
    text-transform: uppercase;
    background-color: floralwhite;
    font-size: 30px;
}
/* mid8
.mid8 {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right ,white,crimson);
}

.mid8 h1 {
    border: 2px solid black;
    background-color: floralwhite;
    text-align: center;
}
.midrap8 {
    background-image: url(Hustlr-PLP-gif.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    width: 80%;
    margin: auto;
}

.box27 h1 {
    margin-top: 290px;
    text-align: center;
    /* color: aliceblue; */
    /* text-transform: uppercase;
    background-color: floralwhite;
    font-size: 30px;
} */ */















 .henlo{
    width: 100%;
    height: 35vh;
    background: linear-gradient(to right, white,crimson);
}

.henlorap {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
} 

 .henlo1 img {
    width: 100%;
    height: 90vh;    
 }

/* footer */
.footer {
    width: 100%;
    height: 50vh;
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
}

.footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
    padding-top: 10px;
}

.boxx {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx h1 {
    text-align: center;
    color: black;
}

.boxx p {
    text-align: justify;
    color: black
}

.boxx ul li{
    list-style: none;
    color: black;
    padding-left: 5%;
}


.boxx2 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx2 h1 {
    text-align: center;
    color: black;

}

.boxx2 p {
    text-align: justify;
    color: black;
}
.boxx2 ul li{
    list-style: none;
    color: black;
    padding-left: 5%;
}


.boxx3 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx3 h1 {
    text-align: center;
    color: black;
}

.boxx3 ul li{
    list-style: none;
    color: black;
    padding-left: 5%;
    
}


.boxx3 ul li a{
    color: black; 
   font-size: 40px;
} 

/* .boxx3 p {
    text-align: justify;
    color: aliceblue;
} */
.boxx4 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx4 h1 {
    text-align: center;
    color: black;
    text-decoration: none;
}

/* .boxx4 p {
    text-align: justify;
    color: aliceblue;
    
} */
 .boxx4 ul li{
    list-style: none;

}
.boxx4 ul li a{
     color: black;
    font-size: 40px;
    padding-left: 5%;
} 
.boxx5 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx5 h1 {
    text-align: center;
    color: black;
}

.boxx5 p {
    text-align: justify;
    color: black;
}