.seminarimgs {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.img-Carousel .owl-stage-outer {
    /* height: 500px; */
    padding-block: 5rem;
}

.img-Carousel .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.img-Carousel .owl-item.active.center  {
    transform: scale(120%);
    transition: 0.5s;
}
.V-parent{
    display : flex;
    justify-content: space-between;
    gap: 30px;
}
.V-child{
    flex: 0 0 30%;
}
.V-child iframe{
    width:100%;
    aspect-ratio: 16 / 9;
}
@media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {
    .img-Carousel .owl-stage-outer {
        padding-top: 3rem;
        padding-bottom: initial;
      }
      .seminarimgs {
        height: 250px;
      }
}

@media (max-width:576px) {
    .img-Carousel .owl-item.active.center  {
        transform: scale(100%);
        padding-inline: 2rem;
    }
    #secondHead, #roundTabSec, #tabSec{
        padding-inline: 20px;
    }
    main{
        --FMultiplier: 0.7;
    }
    .img-Carousel .owl-stage-outer {
        /* height: 420px; */
        padding-block: initial;
      }
      .V-child {
        flex: 0 0 100%;
      }
    
}
