*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url("images/imageedit_2_8520817761.png");  
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.logo ul{
    display: inline-block;
    list-style: none;
    margin-left: 15px;
}
.logo ul li{
    display: inline-block;
    margin: 0 10px;
}
.about{
    width: 100%;
    padding: 78px 0px;
}
.about img{
    height: auto;
    width: 420px;
    border-bottom: solid;
}
.about-text{
    width: 550px;
}
.main img{
    height: auto;
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-text h1{
    font-size: 80px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-text h5{
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    letter-spacing:  2px;
}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
    background-image: url(images/dark.png);
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
    font-size: 14;
}
nav ul li{
    display: inline-block;
    margin-right: 20px;
    color: aliceblue;
}
a{
    text-decoration: none;
    color: black;
}
h1{
    color: black;
}
p{
    color: black;
    font-size: 20px;
}
.container{
    max-width: 1300;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.row{
    display: :flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col{
    flex-basis: 50%;
    min-width: 300px;
}
.col img{
    max-width: 50%;
    padding: 50px 0;
}
.col h1{
    font-size: 40px;
    line-height: 60px;
    margin: 25px 0;
}
.marquee{
    width: 100%;
    height: 150px;
    overflow: hidden; 
    margin-top: 10px;
}
.mc{
    display:flex;
    animation: scroll 10s linear infinite;
}
.mq{
    height: 150px;
    width: 200px;
    flex-shrink: 0;
}
.mq-img{
    height: 100%;
    width: 100%;
}
@keyframes scroll{
    0%{
        transform: translate(0);}
    100% {transform: translate(-1000px);}
    }
}
.footer{
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding:60px 0 20px;
}
.footer ul{
    background-color: black;
}
.footer ul li{
    text-align: center;
    color: white;    
}
.categories{
    margin: 30px 0;
    padding-left: 150px;
}
.row1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.c3{
    flex: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
}
.c3 a img{
    width: 100%;
}
.small container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.c3 p{
    font-style: italic;
    text-align: justify;
    text-justify: inter-word;
    font-weight: bold;
}
.c3 h4{
    font-size: 25px;
    font-weight: bolder;
    font-style: italic;
}