@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Open+Sans:wght@300&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

.logo-title
{
    font-family: 'Archivo Black', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #FF8000;
}
.title
{
    font: 35px Algerian, sans-serif; 
     
    text-transform: uppercase;
    color: #1a0ce6
    
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.scroll {
    margin:4px, 4px;
    padding:4px;
    background-color: #dbcece;
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}
.admin-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.admin-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: rgb(8, 8, 8) !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link-footer {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 0px !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sliderimg{
    max-height:350px;
    max-width:100%;
    height:auto;
    width:auto;
    }
.nav-logo {
display: flex;
align-items: center;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navborder {
    border-top: 1px solid #FF8000 !important;
    border-bottom: 1px solid #FF8000 !important;
}
.bg-orange{
    background-color: #ff6577;
}
.text-orange{color: #FF8000; }

.heading{ font-weight: 700;}
.bg-blue{
    background-color: #242438;
}

.font-1{
    font-size: 52px;
}
.font-2{
    font-size: 30px;
}
.header-email{
    color: #0d0d0d;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
}
.text-block {
    position: absolute;
    top: 0%;
    left: 35%;
    background-color: rgb(41, 36, 36);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    position: relative;
  }
  .news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}
.admin-footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-color: #6575ff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 0rem !important;
}
.card-header {
    padding: 0rem 1rem;
    margin-bottom: 0;
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}


