* {
    margin: 0%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;

}

.navbar {
    height: 90px;
    width: 100%;
    background-color: #202529;
    display: flex;
    color: white;
    align-items: center;
    flex-wrap: wrap;

}

.web-logo>.mainlogo {
    height: 80px;
    width: 160px;
    margin-left: 65px;
}

.nav-option {
    margin-left: 30%;
    word-spacing: 10px;
}

.nav-butone {
    height: 50px;
    width: 150px;
    margin-left: 20%;
}

.one {
    height: 45px;
    width: 150px;
    color: white;
    background-color: #202529;
    border-radius: 22px;
    border: 2px solid;
    border-color: white;


}

.nav-butwo {
    height: 50px;
    width: 150px;
    margin-left: 20%;
}


.two {
    height: 50px;
    width: 130px;
    color: white;
    background-color: red;
    border-radius: 25px;


}

.hero-sec {
    width: 100%;
    height: 750px;
}

.slider-one {
    height: 500px;
    width: 100%;
}

.slider-two {
    height: 500px;
    width: 100%;
}

.hero-two {

    height: 450px;
    width: 100%;
    background-color: black;

}

.herotwo-p {
    padding-top: 40px;
    justify-items: center;
    width: 100%;
    font-size: xx-large;


}

.p-two {
    font-size: small;
}

.hero-two-pics {
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;

}

.pic-one {
    height: 120px;
    width: 280px;
    margin-top: 15px;
    background-color: white;
}

.pic-two {
    height: 120px;
    width: 280px;
    margin-left: 30px;
    margin-top: 15px;
    background-color: white;
}

.pic-three {
    height: 120px;
    width: 280px;
    margin-left: 30px;
    margin-top: 15px;
    background-color: white;
}

.pic-four {
    height: 120px;
    width: 280px;
    margin-left: 30px;
    margin-top: 15px;
    background-color: white;
}

.herotwo-but {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;

}

.but-one {
    background-color: #202529;
    height: 50px;
    width: 160px;
    border-radius: 25px;
}

.but-two {
    background-color: #202529;
    height: 50px;
    width: 160px;
    border-radius: 25px;
}

.but-three {
    background-color: #202529;
    height: 50px;
    width: 160px;
    border-radius: 25px;
}

.but-four {
    background-color: #202529;
    height: 50px;
    width: 160px;
    border-radius: 25px;
}

.hero-three{
    height: 800px;
    width: 100%;
    background-color: #202529;
    color: black;
}

.container-one{
display: flex;
height: 380px;
width: 100%;
border: 2px solid;
background-color: #202529;
padding-top: 30px;
padding-left: 25px;
}

.con-one-p{
    float: left;
    width: 50%;
    font-size:x-large;
    

}

.con-one-i{
    float: right;
    width: 50%;
}


.container-two{
display: flex;
height: 380px;
width: 100%;
border: 2px solid;
background-color: #202529;
padding-top: 30px;
padding-left: 25px;
}

.con-two-p{
    float: right;
    width: 50%;
    font-size:x-large;
    

}

.con-two-i{
    float: left;
    width: 50%;
}

.container-three{
display: flex;
height: 380px;
width: 100%;
border: 2px solid;
background-color: #202529;
padding-top: 30px;
padding-left: 25px;
}

.con-three-p{
    float: left;
    width: 50%;
    font-size:x-large;
    

}

.con-three-i{
    float: right;
    width: 50%;
}

.hero-four{
    height: 800px;
    width:100% ;
    background-color: black;
    font-size: larger;

}

.four-one{
    height: 480px;
    width: 380px;
    border: 2px solid;
    padding-top: 10px;
}