@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');






.card{
    width: 50rem;
    margin: auto;
    margin-top: 50px;
}

.card-title{
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.card-title:hover{
    color: red;
}

.card-text{
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    /* text-align: justify; */
}

@media screen and (max-width: 770px) {
    .event-card{
        width: 400px;
        margin: auto;
    }
    .samrat{
        margin: auto;
        padding-left: 70px;
    }
}

@media screen and (max-width: 650px) {
    .event-card{
        width: 280px;
        height: 300px;
        margin: auto;
    }
    .samrat{
      position: relative;
      right: 40px;
    }
    .text-samrat{
        display: none;
    }

    .rm{
        display: block;
    }
  
}

@media screen and (max-width: 520px) {
    .event-card{
        width: 220px;
        
       margin-left: 150px;

    }
    .samrat{
        margin: auto;
    }
}

.rm{
    visibility: hidden;
}

.slide-img{
    height: 500px;
    width: 100%;
}

@media only screen and (max-width: 550px) {
    .carousel-inner{
        height: 200px;
    }

   .slide-img{
        height: 100%;
    }

    



}


.short-video{
    height: 200px;
    width: 600px;
}

.images{
    max-height: 700px;
}