body {
    margin: 0 auto;
    max-width: 1400px;

}

* {
    box-sizing: border-box;
}

.header-top {
    color: #000000;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
}

.date {
    margin: 0;
    top: 0;
    text-align: left;
}

.right-icon {
    text-decoration: none;
    text-align: start;
    font-size: 22px;
}

.head-logo {
    text-decoration: none;
    width: 100%;
    text-align: center;
    /* background-color: #faf5f5; */
    color: black;
   display: inline-flex;
}
.head-logo1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
}
.store {
    text-decoration: none;
    display: flex;
    color: black;
    top: 5px;
    font-size: 20px;
}

button {
    background-color: #032557;
    color: white;
    height: 50px;
    width: 95px;
    border-radius: 5px;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    bottom: 10px;
}
.head-menu {
    text-decoration: none;
    background-color: var(--white);
    color: black;
    width: 100%;
    justify-content: space-around;
    text-align: start;
    display: flex;
}
.main-icon {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   align-items: center;
   font-size: larger;
   gap: 10px;
}

.main-menu {
    /* background-color: #f0d7d7; */
    color: black;
    display: inline-block;
    text-align: start;
}

.main-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.main-menu a {
    text-decoration: none;
    color: black;
    padding: 10px;
}
.main-menu a:hover {
    /* background-color: #032557; */
    color: rgb(179, 5, 5);
    border-radius: 5px;
}
marquee {
    background-color: #032557;
    color: white;
    padding: 10px;
    font-size: larger;
}
marquee a {
    text-decoration: none;
    color: white;
}
main {
    color: black;
    display: inline-block;
    text-align: center;
    width: 100%;
}   
main a {
    text-decoration: none;
    color: black;
}
.row1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc(100% - 20px);
    gap: 10px;
}
.row2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc((100% - 20px) / 3);
    gap: 10px;
}
.row3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc((100% - 20px) / 3);
    gap: 10px;
}
footer {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.foot-logo {
    padding: 10px;
    text-align: center;
    background-color: #032557;
    color: white;
}
footer h5{
    margin: 0;
    padding: 15px;
}
.foot-menu {
    text-align: center;
    background-color: #032557;
    color: white;
}
.foot-menu a {
    text-decoration: none;
    color: white;
    padding: 10px;
}
.foot-menu1  {
    text-decoration: none;
    text-align: center;
    background-color: #032557;
    color: white;
}
.footer-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #032557;
    color: white;
    gap: 10px;
}
h4 {
    text-align: start;
    background-color: #032557;
    color: white;
    padding: 10px;
    margin: 0;
}
.footer-menu li {
    list-style: none;
    text-align: start;
    background-color: #032557;
    color: white;
}
.footer-menu a {
    text-decoration: none;
    color: white;
    padding: 10px;
}
.foot-menu1 a {
    text-decoration: none;
    color: white;
    padding: 10px;
}

.copyright {
    text-align: center;
    background-color: #032557;
    color: white;
    padding: 2px;
    bottom: 2px;
} 

@media screen and (max-width:1164px) {
    html{
        width: 100%;
    }
    .row1 {
        flex-direction: column;
    }
    .row2 {
        flex-direction: column;
    }
    
}