
@font-face {
    font-family: myFont;
    src: url(../Admin_Panel/assets/fonts/EkMukta-Regular.TTF);
}

body {
    padding-bottom: 0;
    font-family: 'myFont' !important /*'Roboto', sans-serif*/;
    font-size: 12px;
    color: #393939;
    line-height: 1.5
}

.topnav {
    overflow: hidden;
    background-color: #2d1c6c;
    /*position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

    .topnav a {
        float: left;
        display: block;
        color: #fff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 22px;
        cursor: pointer;
    }

        .topnav a:hover {
            color: #ffc107;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .hero {
        height: 490px !important;
    }

        .hero img {
            object-fit: fill !important;
        }
}

@media screen and (max-width: 600px) {
    .topnav.responsive .icon {
        /*position: absolute;*/
        right: 0;
        top: 0;
        color: white;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }


}

.main {
    width: 494px;
    /*margin-left: 200px;*/
    /*margin-top:0%;*/ /* Same as the width of the sidenav */
}

.h3 {
    font-size: 35px;
    color: #cc2c24;
}

.label {
    font-size: 20px;
    color: #000000;
}

.ImgHome {
    width: 100%;
    /*height: 498px;*/
    margin-top:-3px;
}

.img {
    width: 32%;
}

.d1 {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .h3 {
        font-size: 22px;
    }

    .label {
        font-size: 14px;
        display: block;
    }

    .img {
        width: 66%;
    }

    .menu111 {
        display: block !important;
    }

    .d1 {
        float: none;
    }
}

.btn {
    padding: 9px;
    background-color: #428BCA;
    color: #fff;
    cursor: pointer;
}


/* Modern Header */
.header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

    .header img {
        height: 60px;
        margin-right: 15px;
    }

    .header .title {
        font-size: 26px;
        font-weight: bold;
        color: #2d1c6c;
        line-height:1;
    }

    .header .subtitle {
        font-size: 15px;
        color: #cd5c5c;
    }

/* Hero Banner */
.hero {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

    .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Footer */
.footer {
    bottom: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    color: White !important;
    text-align: center;
    padding: 12px;
    font-size: 15px;
}

    .footer a {
        color: #ffc107 !important;
        font-weight: 500;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }
