
@font-face {
  font-family: 'Michroma-Regular';
  src: url('assets/MichromaNunito_Sans/Michroma/Michroma-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Michroma-Regular';
    background-color: rgb(10 25 48);
    @media (max-width:480px) {
        font-size: xx-small !important;


    }
}
.side-bar {
    background: rgb(22 42 69);
    width: 10em;
    min-height: 100vh;

    @media (max-width:480px) {
        .side-bar {
            width: 7em !important;
        }
    }
}


.sidebar-heading {
    font-size: 1.2em;



    @media (max-width:480px) {
        .sidebar-heading {
            font-size: 0.7em;
        }
    }
}


@media (max-width:480px) {
    .btn {
        margin-right: 1em;
        font-size: x-small;
    }
}

.listing {
    background: rgb(22 42 69);
    font-size: 0.79em;
    color: white;
}



h6 {
    color: white
}

.container {
    margin-top: 3em !important;

}

.box-wrapper {
    position: relative;
    padding-top: 0.2em;
}

.gradient-margin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 100%;
    background: #8360c3;
    background: -webkit-linear-gradient(to left, #2ebf91, #8360c3);
    background: linear-gradient(to right, #2ebf91, #8360c3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;


    @media (max-width:480px) {
        width: 70%;
        margin-left: 4em;
    }
}

.box {
    background-color: rgb(23 47 71);
    color: rgb(113 167 162);
    padding: 0.2em;
    padding-left: 1em;
    text-align: left;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    height: 7em;
    padding-bottom: 0.2em;
  text-shadow:
   0 0 2px #0fa, 0 0 3px #0fa, 0 0 300px #0fa, 0 0 251px #0fa;
    @media (max-width:480px) {
        width: 70%;
        align-self: center;
        font-size: xx-small;
        height: 9em;
        margin-left: 4em;
    }
}

.container-custom {
    background-color: rgb(22 42 69);
    padding: 1em;
    border-radius: 10px;
    margin-top: 1em !important;
width: 81em !important;
}

.box2 {
    background-color: rgb(16 34 58);
    color: rgb(113 167 162);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
   text-shadow:
  0 0 2px #0fa, 0 0 2px #0fa, 0 0 3px #0fa, 0 0 300px #0fa, 0 0 251px #0fa;
    font-weight: bold;
}

.heading {
    font-size: 24px;
    font-weight: bold;
    color: rgb(113 167 162);
   text-shadow:
   0 0 2px #0fa, 0 0 2px #0fa, 0 0 3px #0fa, 0 0 300px #0fa, 0 0 251px #0fa;
}

.container-custom2 {
    width: 100%;

    background-color: rgb(22 42 69);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: 81em !important;
}

.sidebarMenu {
    min-width: 200px;
    width: ;
    background-color:rgb(22 42 69) ;
}

.bg-light{
    background: rgb(22, 42,69) !important;
}

.heading2 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(113 167 162);
    position: absolute;
  text-shadow:
    0 0 2px #0fa, 0 0 2px #0fa, 0 0 3px #0fa, 0 0 300px #0fa, 0 0 251px #0fa;
    top: 15px;
    left: 20px;
}

.content {
    text-align: center;
    font-size: 20px;
    color: rgb(113 167 162);
    margin-top: 40px;
     text-shadow:
     0 0 2px #0fa, 0 0 2px #0fa, 0 0 3px #0fa, 0 0 300px #0fa, 0 0 251px #0fa;
}

@media (max-width: 768px) {
    .container-custom2 {
        width: 100%;
        padding: 20px;
    }

    .heading2 {
        font-size: 20px;
        left: 10px;
    }

    .content {
        font-size: 18px;
    }
}

/* }
h5{
    color: orange;
}


#sidebar{
    backdrop-filter: blur(10px);
    background-color: #032B44;
    border: 2px solid orange;

    @media (max-width: 768px) {
        #sidebar {
            
            width: 40%; 
            max-width: 10em;
        }
    }
}
.list-group-item{
    background-color: rgba(60, 56, 94, 0.301);
}
a{
    color: orange;
    text-decoration: none;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4em;
}

.box {
    flex: 1 1 30%;
    padding: 0.6em;
    position: relative;
    background: rgba(1, 1, 7, 0.192); 
    text-align: center;
    width: 70% !important;
    border-left: 0.4px solid white;
    border-right:0.4px solid white;
    border-bottom: 0.4px solid white;
    border-radius: 0.4em;
}
.box::before {
    content: "";
    position: absolute;
    top: -0.4em;
    left: 0;
    width: 100%;
    height: 0.2em; 
    background: linear-gradient(to right, rgb(0, 255, 106), blue, rgba(128, 0, 128, 0.212)); 
}
@media (max-width: 767px) {
    .container{
        margin-top: 3em;
        padding: 1em;
        align-content: center;
    }
    .box {
        flex: 1 1 80%;
        gap: 10em;
        padding-bottom: 1.5em;
        max-width: 70%;
        margin-top: 2em;
        margin: auto;
        margin-bottom: 1em;
        text-align: center;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .box {
        flex: 1 1 30%;
    }
}

                                                                                                                      

p{
    margin-top: 0.5em;
}
.container2 {
    display: flex;
    box-shadow: 5px 5px 15px rgba(255, 165, 0, 0.7);
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2em;
    justify-content: center;
    gap: 1.1em;
    flex-wrap: nowrap; 
}
.box2 {
    flex: 1; 
    height: 6em;
    min-width: 2em !important;
    width: 10em !important;
    background-color: rgba(37, 53, 192, 0.137);
    box-shadow: 5px 5px 15px rgba(255, 165, 0, 0.7); 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 0.6em;
    padding: 0.6em;
}

@media (max-width: 768px) {
    .container2 {
        flex-wrap: nowrap; 
        justify-content: center;
    }
    .box2 { 
        font-size: 0.6em; 
        height: 6em !important;
        padding: 0.2em;
    }
}

.wide-box {
    width: 90%;
    max-width: 75em;
    height: 7em;
    background-color: #032B44;
    box-shadow: 5px 5px 15px rgba(255, 165, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px;
    margin: auto;
    position: relative;


    @media (max-width:768px) {
        .wide-box{
            height: 4em !important;
            font-size: 0.6em;
        }
    }
}

.heading {
    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
} */