body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
.header{
    background-color: rgb(15, 15, 15);
    color: white;
    padding: 5px;
}
.comon-section{
    display: flex;
    margin-bottom: 100px;
}
span{
    color: orange;
}
/* .top-section{
    background-image: url(img/top-banner.png);
    background-repeat: no-repeat;
} */
.sadow{
    margin: 50px;
    margin-bottom: 100px;
    box-shadow: 10px 10px 40px gray;
}
.top-div{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 3%;
    font-size: 20px;
    text-align: justify;
    
}
.top-div img{
    width: 100%;

}
.button{
    text-decoration: none;
    background-image: linear-gradient(rgb(158, 83, 83), tomato);
    padding:10px 40px;
    color: honeydew;
    font-weight: 700;
    border-radius: 10px;
}
.img-div{
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 100px;
}
.img-div img{
    width: 50%;
}
.box{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 3%;
    text-align: justify;
    box-shadow: 10px 10px 40px gray;
    border-radius: 5px;
    margin-bottom: 50px;
}
#box-1{
    border-image: linear-gradient(orange,tomato);
    border-image-slice: 1;
    border-left: 7px solid;
}
#box-2{
    border-image: linear-gradient(blue, cyan);
    border-image-slice: 1;
    border-left: 10px solid;
}
.box-img{
    width: 50%;
    margin-left: 25px;
}
footer{
    background-color: rgb(42, 42, 42);
    color: white;
    text-align: center;
    height: 50px;
    padding: 10px;
}