/* 
Theme Name: Shri Davara University
Theme URI: https://mayanklabs.com/
Description: Shri Davara University is a child theme of Hello Elementor, created by Mayank Vishwakarma.
Author: Mayank Labs
Author URI: https://mayanklabs.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a {
    text-decoration: none !important;
}

.aviota-header-button {
    color: white;
    height: 30px;
    font-size: 0.8rem;
    margin-right: 8px;
    padding: 0 8px;
    animation: animated infinite 2s;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: var(--heading-font-weight);
    border-radius: 50px;
}

.aviota-header-button:hover {
    color: white !important;
    background-color: #b60000 !important;
    box-shadow: 0px 0px 8px 0px #b60000 !important;
}

@keyframes animated {

    0%,
    49% {
        background-color: #b60000;
        box-shadow: 0px 0px 8px 0px #b60000;
    }

    50%,
    100% {
        background-color: #f70000;
        box-shadow: 0px 0px 8px 0px #f70000;
    }
}

@-webkit-keyframes animated {

    0%,
    49% {
        background-color: #b60000;
        box-shadow: 0px 0px 8px 0px #b60000;
    }

    50%,
    100% {
        background-color: #f70000;
        box-shadow: 0px 0px 8px 0px #f70000;
    }
}

.home-slider .slide-img img {
    width: 100vw !important;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.mobile-menu ol, .mobile-menu ul {
    padding-left: 1rem;
}