
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Georgian:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: Montserrat;

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
  
    background-color: #EEEEFC;
  height:100vh;
}


.headermenu .bi {
   
    color: #0D6EFD;
    font-size: 20px;
 
}


.card-box {
   
    width: 70%;
    border:  solid #0d6dfd00;
}

.card-box-excel {
   
    width: 100%;
    border:  solid #0d6dfd00;
}


.cardmain {
       border:none;
}


.navbar{
    margin: 0px;
    padding: 0px;
}

nav.navbar {
    margin-bottom: 20px;
    border-radius: 5px;
}

.nav-item:hover .submenu {
    display: block;
    width: fit-content;
       border-radius: 10px;
 
}

.submenu {
    display: none;
    position: absolute;
    width:auto;
    top: 100%;
    left: 35%;
    background-color: #f8f9fa;
    padding: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
        border-radius: 10px;
}

.submenu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    
}

.submenu a:hover {
    background-color: #e9ecef;
 
}

.nav-item {
    position: relative;
}

header {
    width: 100%;
    background-color: #FFC107;
    color: #333;
    padding: 50px;
}

.container-card {
    background-color: #000000cf;
    border-color: #d6e9c6;
    text-align: justify;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
}
.container-card .alert {
    background-color: #02714800;
    border:1px dashed #d6e9c6;
    padding: 10px;

}

.alert-heading {
    color: azure;
    border-bottom: 1px solid #ffffff;
    font-size: 30px;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5em;
    color: currentColor;
}
/* Footer Styling */
footer {
    background-color: #ffbb33;
    color: #333;
    text-align: center;
    padding: 10px;
    width: 100%;
}

footer p {
    margin: 5px 0;
}

footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #343a40;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

footer a:hover {
    background-color: #555;
    color: #fff;
}



.cardheader {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.cardheader2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.cardheader .imges {
    position: relative;
}

.img-fluid{
    width: 100%;
}
@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .card-box {
   
    width: 100%;
    border:  solid #0d6dfd00;
}
}
h1 {
    font-size: 35px;
    margin-left: 20px;
    text-transform: uppercase;
    color: #000;

}

.nav-item {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #090909b3;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 200px;
    border-radius: 5px;
    color: #fff;
}

.submenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.submenu a:hover {
    background-color: rgba(208, 0, 0, 0.5);
    border: 1px solid white;
    border-radius: 5px;
}

.nav-item:hover .submenu {
    display: block;
}

.submenu .sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ccc;
    min-width: 200px;
    border-radius: 5px;
}

.submenu a:hover+.sub-submenu,
.sub-submenu:hover {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 5px;
    background-color: #4EC8CA;
}

.submenu .sub-submenu2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4EC8CA;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 200px;
}

.submenu a:hover+.sub-submenu2,
.sub-submenu2:hover {
    display: block;
    height: 100%;
    position: relative;
    color: #fff;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav-item {
    flex: 1;
    text-align: center;
}

.nav-link {
    padding: 0.5rem;
}


@media (max-width: 768px) {
    .cardheader {
        flex-direction: column;

        justify-content: space-around;
        align-items: center;
    }

    .cardheader .imges,
    .cardheader h1 {
        color: #000;
        margin-bottom: 10px;
    }
      .card-header {
        font-size: 14px;
    }

    .alert-heading {
        font-size: 18px;
    }

    footer {
        font-size: 14px;
    }
    .nav-item:hover .submenu {
        display: block;
        position: relative;
    }
    
}


.headermenu {
    background-color: #EEEEFC;
    color: #fff;
    margin: 10px;
    border-radius: 5px;
    padding: 10px
}



.headermenu ul {
    display: flex;
    justify-content: space-around;
    background-color: #333;
    list-style: none;

    padding: 0;
    margin: 0;
}

.headermenu li {
    display: inline-block;

    margin: 0;
}

.headermenu a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.headermenu a:hover {
    color: #0D6EFD;
    background-color: rgba(0, 123, 255, 0);

    transition: 0.3s;
}

.bttn {

    color: #2E2E2E;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}


/* From Uiverse.io by joe-watson-sbf */ 

.linehr {
  width:60%;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    align-items: center;
    margin: auto;
}
.cardContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    margin: 40px auto;
}


.container-btnBox {
    color: white;
    position: relative;
    font-family: sans-serif;
    width: fit-content;
}

.container-btnBox::before,
.container-btnBox::after {
  content: "";
  background-color: #fab5704c;
  position: absolute;
}

.container-btnBox::before {
  border-radius: 50%;
  width: 6rem;
    height: -webkit-fill-available;
  top: 30%;
  right: 7%;
}



.container-btnBox .box {
    width: 200px;
    height: auto;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.074);
    border: 1px solid rgba(255, 255, 255, 0.222);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 0.7rem;
    transition: all ease 0.3s;
}

.container-btnBox .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-btnBox .box .title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.container-btnBox .box div strong {
  display: block;
  margin-bottom: 0.5rem;
}

.container-btnBox .box div p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.container-btnBox .box div span {
  font-size: 0.7rem;
  font-weight: 300;
}

.container-btnBox .box div span:nth-child(3) {
  font-weight: 500;
  margin-right: 0.2rem;
}

.container-btnBox .box:hover {
  box-shadow: 0px 0px 20px 1px #ffbb763f;
  border: 1px solid rgba(255, 255, 255, 0.454);
}
