/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

.shadow:hover {
    border-radius: .25rem !important;
    box-shadow: 0.5rem .5rem .5rem 0rem rgba(0, 0, 0, 0.15) !important;
    scale: 1.05 !important;
    transition: 1s !important;
    box-shadow: 9px 9px 6px -3px rgba(69, 69, 69, 0.58) !important;
    transform: translateY(-5px);
    border-top: 8px solid rgb(135, 135, 236)!important;
}
.shadow-n {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}