

.logo-bg {
    width: 100%;
    height: auto;
    background-color: rgb(185, 185, 185);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 20px 20px;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.logo {
    width: 65px;
    margin: 10px;
}

/* nav end css */


/* footer css Start */

.footer-bg {
    width: 100%;
    height: 100px;
    background-color: #6a0000;
    position: fixed;
    top: 100dvh;
    transform: translateY(-100%);
    left: 0;
    display: none;
    border-radius: 20px 20px 0px 0px;
    z-index: 999;
}

.menus-bg {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mmm{
    border-radius: 0px 0px 20px 20px;
    background-color: #02788a;
}

.mmm2{
    border-radius: 0px 20px 20px 20px;
    background-color: #02788a;
}
.mmm3{
    border-radius: 20px 0px 20px 20px;
    background-color: #02788a;
}
.menu1 {
    width: 100%;
    height: 100%;

}
.menu2-img {
    width: 100%;
    height: 60%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;

}

.menu2-text {
    width: 100%;
    height: 40%;
    float: left;
    color: white;
    text-align: center;
    margin-top: -5px;
    font-size: 18px;
    line-height: 19px;
}


.menu-2-img {
    width: 30px;
}

.menu2 {
    width: 100%;
    height: 100%;

}
.menu1-img {
    width: 100%;
    height: 60%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;

}

.menu1-text {
    width: 100%;
    height: 40%;
    float: left;
    color: white;
    text-align: center;
    margin-top: -8px;
    font-size: 18px;
    line-height: 19px;
}


.menu-1-img {
    width: 30px;
}

.menu3 {
    width: 100%;
    height: 100%;

}
.menu3-img {
    width: 100%;
    height: 60%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;

}
.menu-3-img {
    width: 100px;
    margin-top: 8px;
}
.menu3-text {
    width: 100%;
    height: 40%;
    float: left;
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.menu4 {
    width: 100%;
    height: 100%;

}
.menu5 {
    width: 100%;
    height: 100%;

}


/* footer css End */


@media screen and (max-width: 992px) {
    .logo-bg {
        opacity: 100;
   }
   }



   @media screen and (max-width: 992px) {
    .footer-bg {
        display: block;
   }
   }

   @media screen and (max-width: 700px) {
    .menu-1-img {
        width: 25px;
   }
   .menu-2-img {
    width: 25px;
   }
   .menu-3-img {
    width: 45px;
   }
   .menu1-text {
    font-size: 10px;
    line-height: 12px;
    margin-top: -5px;
   }
   .menu2-text {
    font-size: 10px;
    line-height: 12px;
    margin-top: -5px;
   }
   .menu3-text {
    font-size: 10px;
    line-height: 12px;
    margin-top: 0px;
   }
   .footer-bg {
    height: 60px;
   }
   }

 