* {
    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: 10vh;
    /* 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(a1.jpeg);
    height: 90vh;
    background-size: 100%;
    background-repeat: no-repeat;
}

.banrap {
    width: 100%;
    height: 90vh;
    /* background-color: rgba(0, 0, 0, 0.2); */
}


.banrap1 {
    width: 50%;
    /* border: 2px solid white;  */
    padding-top: 80px;
    margin: auto;
}

.company {
    width: 140%;
    margin: auto;
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 20px;
    /* border: 9px solid black; */

}

.company h1 {
    text-align: left;
    padding-right: 20px;
    color: white;
    font-size: 200px;
}

.company p {
    text-align: left;
    color: white;
    font-size: 70px;
}




/* about us */
.aboutus {
    padding-left: 40%;
    padding-top: 5%;
    font-size: 50px;
}

/* our story */
.ourstory{
    width:100%;
    height:50vh;
}
.ourstoryrap{
    width:90%;
    margin:auto;
}
.ourstory h2 {
    font-size: 40px;

}

.ourstory p {
    font-size: 25px;
    text-align: justify;
}

/* founder */
.founder{
    width:100%;
    height:90vh;
}
.founderrap{
    width:90%;
    margin:auto;
}
.founder h2 {
    font-size: 40px;
    

}

.founder p {
    font-size: 25px;
    text-align: justify;
}

.founder img {
    width: 50%;
    height: 60vh;
    padding-left: 5%;
}

/* variety */
.variety{
    width:100%;
    height:160vh;
}
.varietyrap{
    width:90%;
    margin: auto;
}

.variety h2 {
    font-size: 40px;
    

}

.variety p {
    font-size: 25px;
    text-align: justify;
}

.variety img {

    padding-left: 30%;
    /* float: right; */
    /* margin-bottom: 30%; */
}

/* value */
.value1{
    width:100%;
    height:130vh;
}
.valuerap1{
    width:90%;
    margin: auto;
}


.value1 h2 {
    font-size: 40px;


}

.value1 p {
    font-size: 25px;
    text-align: justify;
}

.value img {
    width: 70%;
    height: 70vh;
    padding-left: 30%;
}

/* quality */
.quality{
    width:100%;
height: 120vh;
}
.qualityrap{
    width:90%;
    margin:auto;
}
.quality h2 {
    font-size: 40px;
    

}

.quality p {
    font-size: 25px;
    text-align: justify;
}

.quality img {
    width: 75%;
    height: 50vh;
    padding-left: 30%;
}











/* 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;
}










