.container1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px 50px;
    padding: 50px 50px;
}


.container1 .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    height: 300px;
    background: #FFF;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.container1 .card:hover {
    height: 400px;
}

.container1 .card .img-box {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 300px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.container1 .card:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.container1 .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container1 .card .content {
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.container1 .card:hover .content {
    top: 130px;
    height: 250px;
}

.container1 .card .content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #281d7d;
}

.container1 .card .content p {
    color: #333;
}

.container1 .card .content a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: #281d7d;
    color: #FFF;
    font-weight: 500;
}

.container1 .card .content a:hover {
    opacity: 0.8;
}

.pc1 {
    font-size: 22px;
    line-height: 38px;
    color: white;
    text-align: center;
    font-weight: 500;
}

.main_heading {
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 20px 0px;
}

.main_heading1 {
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
    text-align: start;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 20px 0px;
}

.sport_icon {
    padding: 10px;
    background-color: #281d7d;
    border-radius: 50%;
    font-size: 15px;
    color: white;
}

.h4_subheading {
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;

}

.h6_subheading {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.findprgm-right {
    background: #4D4D4F;
    padding: 40px 40px;
    bottom: 16px;

    width: 100%;
    /* padding-left: 57%; */
}



.find-program .findprgm-right .number {
    font-family: "Marcellus-Regular";
    font-size: 60px;
}

.explore-somaiya {
    text-align: center;
    margin-bottom: 30px;
}

.schol-head {
    font-size: var(--font28, 28px);
    font-family: "Marcellus-Regular";
    color: #b7202e;
    margin-bottom: 20px;
}

.explore-somaiya p {
    font-size: 20px;
}

.schol-para {
    font-size: var(--font18, 18px);
    font-family: "Fira Sans", sans-serif;
    color: #000;
    margin-bottom: 10px;
}

.explore-somaiya .explore-box {
    padding: 30px 35px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    margin-top: 10px;
}

.explore-somaiya .explore-box:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4);
    background-color: #fff;
    border-bottom: 3px solid #b7202e;
    border-right: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.explore-somaiya .explore-box img {
    display: block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.content {
    color: gold;
    margin-bottom: 15px;
}

.h1_heading {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}

.contact-form form .group-in select {
    width: 100%;
    height: 46px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 14px;
    color: #151618;
    padding-left: 20px;
    padding-right: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.test {
    position: relative;
    /* width: 20em; */
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image {
    width: 100%;
    height: 100%;
}

.test:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 20em; */
    height: 20em;
    background: #14077e;
    opacity: 0.5;
}

.text {
    font-family: Arial;
    font-size: 2em;
    color: white;
    text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.5);
    margin: 0;
    position: absolute;
}

.video-section {
    padding-top: 50px;
}

.play_btn {
    position: absolute;
    top: 151px;
    left: 289px;
    font-size: 50px;
    color: #FFF !important;
}

.icon3 {
    text-align: end;
}


@media (max-width: 600px) {

    .count13 {
        margin-bottom: 20px !important;
    }

    .h1_heading {
        font-size: 17px;
        font-weight: 600;
        line-height: 30px;
    }

    .card1 {
        margin-top: 20px;
    }

    .pc1 {
        font-size: 18px;
        line-height: 24px;
        padding: 0px 10px;

    }

    .main_heading {
        font-size: 25px;
    }

    .video-item {
        margin-top: 10px;
    }

    .contact-form {
        padding: 10px;
    }

    .play_btn {
        position: absolute;
        top: 83px;
        left: 190px;
        font-size: 50px;
        color: #FFF !important;
    }

    .ab_img {
        margin-top: 20px;
    }

    .icon3 {
        text-align: start;
    }

    .container1 .card {
        width: 300px;
        border-radius: 15px;
    }

    .container1 .card .img-box {
        width: 230px;
        border-radius: 10px;
    }

    .container1 .card .content p {
        font-size: 0.8rem;
    }

    .container1 .card .content a {
        font-size: 0.9rem;
    }

}