body{
    padding: 0px;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

header{
    height:60px;
    border: 1px solid black;
    padding: 10px;
    margin: 0px;
}

nav {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin: 0px;

}

.logo{
    height: 100%;
    width: 10%;
    margin: 0px;
}
.nav-links{
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
li{
    list-style: none;
    font-weight: bold;
    cursor: pointer;
}
li.active{
    color: #FA4B0C;
}
li:hover{
    color: #FA4B0C;
}
.hero{
    position: relative;
    height: 500px;
    border: 1px solid black;
    background-image: url("/Bella_Onoji/Images_Bella_Olonje/banner.png");
    background-size: cover;

}
.hero-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-content{
    height: 70%;
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.hero-text-content{
    width: 100%;
    height: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white;
}
.hero-cta-content{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

button{
    font-weight: bold;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    outline: none;
    box-shadow: none;
    border-radius: 20px;
    border: none;
    color: white;
    cursor: pointer;
}

.btn-outline{
    border: 1px solid white;
    background: transparent;
}
.btn-accent{
    background: #FA4B0C;
}


.section1{
    margin-top: 10px;
}
.container{
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.img-landing-container{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
}
@media screen {
    
}
.row-1-container{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.row-title-container{
    height: 10%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.row-1-row{
    height: 90%;
    width: 80%;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: space-around;
}
.row-contact{
    height: 90%;
    width: 80%;
    display: flex;
    gap: 6px;
}
.col-6{
    height: 100%;
    width: 50%;
    


}
.title{
    color: #FA4B0C;
}
.desc{
    font-weight: 300;
    font-size: medium;
}
.col-8{
    height: 50%;
    width: 50%;
}
.col-4{
    height: 100%;
    display: flex;
    justify-content: center;
    /* width: 30%; */

}
.footer{
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.col-reverse{
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: space-between;

}

.form-contact{
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}
.form-input-container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.form-input{
    padding: 10px;
    border: 3px solid #F6F6F6 !important;
    outline: none;
    border-radius: 10px;

}
label{
    color: #877c7c;
}