body {
    direction: rtl;

}
h5{
    text-align: center;
    color: white;
}

span {
    margin-top: -5px;
    margin-right: 12px
}

hr {
    margin-top: 21px;
    margin-right: -8px;
    background-color: #87d2f1;
}

.my-title-row {
    direction: rtl;
    font-family: B Nazanin;
    font-size: 22px;
    margin-right: 10px ;
}

#first-row {
    box-shadow: 5px 10px 40px #aaaaaa;
    border: 2px solid #81D4FA;
    border-top-style: none;
    border-radius: 4px;
    padding: 0.5vw;
    margin-bottom: 20px;
    background-color: white;
}
.card-title {

    margin-top: 27px ;


}

.my-card {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    color: white;
    align-items: center;
}

.my-card-deck {
    width: 100% ;
    margin-right: 25px ;
}

.my-card:hover {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.1, 1.1);
}

.my-card-body {
    position: absolute;
}

@media screen and (max-width:1200px) {
    .university-course {
        margin-top: 1vw !important;
        margin-right: 10px;
    }
    .my-card-body h5 {
        font-size: 2vw;
    }
    .my-card{

        width: 235px !important;


    }
}
@media screen and (max-width: 767px){

    .my-card {
        width: 430px !important;

    }
    .university-course {
        margin-right : 0 !important;
    }

}


@media screen and (max-width: 575px) {
    .my-card-body h5 {
        font-size: 5vw
    }
    span, i {
        font-size: 6vw
    }
    .university-course {
        margin-right : 0 !important;
    }

}
@media screen and (max-width:527px) {

    .my-card {

        width: 280px !important ;

    }

    .university-course {
        margin-right : 0 !important;
    }

}
@media screen and (max-width:414px) {

    .my-card {

        width: 280px !important ;

    }

    .university-course {
        margin-right : 0 !important;
    }

}
@media screen and (max-width:411px) {

    .my-card {

        width: 280px !important ;

    }

    .university-course {
        margin-right : 0 !important;
    }

}
@media screen and (max-width:378px) {

    .my-card {

        width: 260px !important  ;

    }

    .university-course {
        margin-right : 0 !important;
    }

}
@media screen and (max-width:375px) {

    .my-card {

        width: 280px !important ;

    }

    .university-course {
        margin-right : 0 !important;
    }

}



