@font-face {
    font-family: "lalezar";
    src: url("../../fonts/lalezar/lalezar.ttf");
}


.lalezar{
    font-family: lalezar !important;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}
.toBottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.myInput {
    border-radius: 4px;

}

.zoom {
    transition: transform .5s; /* Animation */

}

.gradient {

    background: rgb(41, 222, 177);
    background: linear-gradient(90deg, rgba(41, 222, 177, 0.27) 14%, rgba(18, 193, 207, 0.25) 47%, rgba(0, 212, 255, 0.25) 91%);
}

.zoom:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.myHover:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.02);
}

.card-hover:hover{
    background: purple !important;
    color: white !important;
}
