*{
    margin: 0;
    padding: 0;
}


ul{
    list-style: none;
}

/*== Navbar ==*/

.navbar{
    position: absolute;
    display: flex;
    width: 100%;
    background-color: #0083C5;
}

.row{
    display: flex;
    padding-left: 32%;
    padding-right: 32%;
    text-align: center;
}


.active{
    padding-left: 40px;
}

h1{
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: medium;
    font-size: 20px;
    color: #fff;
}
/*--=== body ===--*/

body{
    background-color: #FFFCE9;
}

/*--- collections ---*/
.collections{
    padding-left: 24%;
    padding-right: 32%;
    width: 100%;
    padding-top: 60px;
    
}

.row1{
    align-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    
}
.row1 .col1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.row1 .col1 img{
    padding-left: 80px;
    width: 100%;
    
}
.collections .row1{
    margin-top: 30px;
}
.row1 .content{
    text-align: center;

}

.aboutus{
    text-align: center;
}

h2{
    font-size: 42px;
    font-family: 'Baloo 2';
    font-weight: bold;
}

.row2{
    text-align: justify;
    padding-left: 80px;
    padding-right: 80px;
    align-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

h3{
    font-size: 24px;
    font-family: 'baloo 2';
    font-weight: 50;
}

.ourteam{
    text-align: center;
}

h4{
    font-size: 28px;
    font-weight: bold;
    font-family: 'baloo 2';
    color: #0083C5;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 20px;
    font-weight: medium;
    font-family: 'Roboto';
    color: #fff;
}

h7{
    font-size: 14px;
    font-weight: 10px;
    font-family: 'roboto';
    color: #fff;
}

.row3{
    display: flex;
    padding-left: 32%;
    padding-right: 32%;
    text-align: center;
}

.services{
    text-align: center;
}

.row4{
    display: flex;
    padding-left: 15%;
    
    text-align: center;
}

/*--=== footer ===--*/

.footer{
    width: 100%;
    background-color: #0C2849;
    height: auto;
}

.row5{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    padding-left: 20px;
    text-align: left;
}

.col5{
    padding-left: 200px;
    padding-top: 10px;
    

}
