﻿@font-face {
    font-family: google-sans-marathi;
    src: url(/assets/fonts/google-sans-text-400-devnagari.woff2);
}

@font-face {
    font-family: google-sans;
    src: url(/assets/fonts/google-sans-text-400-latin.woff2);
}
  
body, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: google-sans,sans-serif !important;
}

h1, .h1, h2, .h2 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1rem;
}

.text-marathi {
    font-family: google-sans-marathi, sans-serif !important;
}

section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.img-cropped {
    max-height: 100px;
    max-width: 100px;
}

.cursor-pointer {
    cursor: pointer;
}

#image-upload-preview-container img {
    max-height: 400px;
}
 
.navbar-sticky-on .navbar-brand, .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav .nav-link {
    line-height: unset;
    color: #2163e8;
}

.banner {
    border: 1px solid #eee;
    border-radius:10px;
}

.spinner-border {
    --bs-spinner-width: 3rem !important;
    --bs-spinner-height: 3rem !important;
    --bs-spinner-border-width: 0.1em !important;
}


.card-img {
    max-height: 450px;
    width:auto;
}

.card {
    height: 600px;
    text-align: center;
}


.ad_horizontal {
    min-height: 300px;
}

@media only screen and (max-width: 991px) {
    .navbar {
        border-bottom: 1px solid #eee;
    }

    .card {
        height: 620px;
        border: 1px solid #eee;
    }

    .ad_vertical {
        min-height: 300px;
    }
}   

.overlay {
    position: fixed; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 9999; 
    cursor: pointer;
}

.overlay-text {
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    top: 40%;
    position: fixed;
}

.article .card {
    height: 400px !important;
    text-align: center;
}

.article .card-img{
    max-height:230px !important;
}



.grecaptcha-badge {
    bottom: 100px !important;
}

.back-top {
    bottom: 30px;
    right: 10px; 
}

 
.display-6 {
   font-size: 2rem;
}

.mobile_nav {
    display: none;
}

@media only screen and (max-width: 992px) {
    .mobile_nav {
        display: block;
    }
}
