.programTitle{
    color: #fff;
    font-size: 3vw;
}

.block-divider{
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid white;
}

.faculty-banner-text{
    font-size: 3em;
    color: white;
    font-weight:600;
}

/*-------------------------hero banner-------------------------------- */

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    padding-bottom: 1rem;
}

.faculty-banner-content {
    position: absolute;
    bottom: 5%;
    transform: translate(1rem, -1rem);
    text-align: left;
}


.bg-purpl{
    background: linear-gradient(90deg, rgba(142,45,226,1) 0%, #29154a 100%);
}

/* -------------------------------------End Hero Banner--------------------------------------------- */

/*---------------------------------------Course Cards--------------------------------------- */


.card-title{
    text-align: left;
}


.dept-card {
    background: linear-gradient(-90deg, rgba(142,45,226,1) 0%, #29154a 100%);
    border-radius: 1rem;
    border: #7728bf 1px solid;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.dept-card:hover{
    background: transparent;
}


.dept-card-text{
    color: white;
    font-size: 22px;

}

.dept-card-icon{
    display: inline-block;
    border: #fff 0.5px solid;
    border-radius: 50px;
    padding: 5px 5px;
    height: 36px;
    width: 36px;
    text-align: center;
}

.dept-card-footer{
    background: transparent;
    border: none;
}
/*---------------------------------------End dept Cards--------------------------------------- */


/*---------------------------------------Course Cards--------------------------------------- */



.course-card {
    background: transparent;
    height: 150px;
    border-radius: 1rem;
    color: #fff;
    border: #8a8a8a 0.5px solid;
    transition: background-color 0.3s ease;

}

.course-card:hover {
    background: linear-gradient(90deg, rgba(142,45,226,1) 0%, #29154a 100%);
}


.course-card-text{
    display: inline-block;
    border: #fff 0.5px solid;
    border-radius: 50px;
    width: auto;
    padding: 5px 20px;
    width: auto;
    font-size: 14px;
}

.course-card-icon{
    display: inline-block;
    border: #fff 0.5px solid;
    border-radius: 50px;
    padding: 5px 5px;
    height: 36px;
    width: 36px;
    text-align: center;
}

.course-card-footer{
    background: transparent;
    border: none;
}
/*---------------------------------------End Course Cards--------------------------------------- */




/*---------------------------------------Start welcome--------------------------------------- */

.welcome{
    background-image: url("../images/ui/geoBg.jpg");
    color: #fff;
    padding: 50px 0;
    border-radius: 0 0 10px 10px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

/*---------------------------------------End welcome--------------------------------------- */



/*---------------------------------------Start Slider--------------------------------------- */


/*---------------------------------------End Slider--------------------------------------- */

  .mobilePostImg{
    border-radius: 10px;
  }


  /* Media Query for Mobile Devices */
  @media (max-width: 480px) {



    .dept-card-text{
        font-size: 18px;
    }

    .faculty-banner-content {
        bottom: 30%;
        left: 50%;
        transform: translateX(-50%);
        text-align: Center;
        border: 1px solid white;
        border-radius: 5px;
        padding: 5%;
    }

    .faculty-banner-text{
        font-size: 2.5em
    }


    .programTitle{
        color: #fff;
        font-size: 6vw;
        text-align: center;
    }

    .left-side{
        border-right: #fff dashed 0px;
    }

    .email-bar {
        width: 100%;
        border-radius: 30px;
        overflow: hidden;
    }

    .btn-subscribe-mb{
        display: block;
    }

    .btn-subscribe{
        display: none;
    }

    .course-card {
        height: 140px;
        width: auto;
    }

    .course-card-text{
        font-size: small;
        padding: 5px 10px;
        height: 30px;
    }

    .course-card-icon{
        padding: 2px 2px;
        height: 30px;
        width: 30px;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

    .dept-card-text{
        font-size: 20px;
    }

    .programTitle{
        color: #fff;
        font-size: 4vw;
    }

    .course-card {
        height: 140px;
        width: auto;
    }

    .course-card-text{
        font-size: small;
        padding: 5px 20px;
        height: 30px;
    }

    .course-card-icon{
        padding: 2px 2px;
        height: 30px;
        width: 30px;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){

    .dept-card-text{
        font-size: 20px;
    }

    .programTitle{
        color: #fff;
        font-size: 6vw;
    }

    .slider-card-text-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        color: #fff;
        width: 100%;
    }

    .ban_text {
        position: absolute;
        top: 50%;
        left: 6%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ban_text strong {
        font: 800 30px "Montserrat", sans-serif;
    }

    .ban_text strong span {
        font: 400 30px "Montserrat", sans-serif;
        letter-spacing: 3px;
    }

    .ban_text p {
        font: 400 15px "Montserrat", sans-serif;
        color: #fff;
        margin: 7px 0 25px;
    }

    .ban_text a {
        font: 800 15px "Montserrat", sans-serif;
        display: inline-block;
        background: #3E1A6F;
        border-radius: 26px;
        color: #fff;
        padding: 12px 28px;
    }

    .ban_text a:hover {
        background: #282828;
    }

    .course-card {
        height: 140px;
        width: auto;
    }

    .course-card-text{
        font-size: small;
        padding: 5px 20px;
        height: 30px;
    }

    .course-card-icon{
        padding: 2px 2px;
        height: 30px;
        width: 30px;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    .course-card {
        height: 140px;
        width: auto;
    }

    .course-card-text{
        font-size: small;
        padding: 5px 20px;
        height: 30px;
    }

    .course-card-icon{
        padding: 2px 2px;
        height: 30px;
        width: 30px;
    }
}
