.slide{
    width: 100%;
    height: 650px !important;
}
/* ---------media quary destop------------------- */
@media only screen and (min-width: 768px) {
    .slide{
        position: relative;
        left:12vw;
        width: 70%;
        
    }
}
.Slide h5{
     color: aqua;
}
#rohan{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(182 0 0);
}
.diwali{
    border: 2px solid black;
}

