
body{
    background-color: rgb(106, 166, 255);
    background-image: url(../img/ChatGPT\ Image\ 23\ may\ 2025\,\ 09_14_37\ p.m.223.png);
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-family: monserrat, roboto;
    font-size: 30px;
}
.banner{
    background-color: rgb(78, 118, 170);
    margin: 40px;
    margin-top: 0;
    margin-bottom: 5px;
    width: 95%;
    height: auto;
    border-radius: 6px;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
}
.banner-img{
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 40px;
    width: 95%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
nav{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(58, 112, 182);
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 95%;
    height: 40px;
    margin: 40px;
    margin-top: 0;
    font-family: monserrat, roboto;
    font-size: 0.8em;
    text-decoration: none;
    gap: 30px;
    top: 0px;
    position: sticky;
    z-index: 1000;
}
a{
    text-decoration: none;
    color: rgb(85, 44, 231);
    font-family: monserrat, roboto;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    justify-content: center;      
}
.box-img{
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 20px;
    height: 80%;
    width: 80%;
}
.productslist{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgb(78, 118, 170);
    width: 95%;
    height: 30%;
    margin: 40px;
    padding-bottom: 15px;
}
.productslist-lines{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    width: 95%;
    height: 30%;
    gap: 1%;
}
.productsitem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(58, 112, 182);
    border-radius: 10px;
    width: 400px;
    height: 400px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1); 
    box-sizing: border-box;
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1em;
    text-decoration: none;
    white-space: pre-wrap;
}
.productsitem:hover{
    background-color: rgb(62, 129, 218);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    transform: scale(1.05);
    cursor: pointer;
}
.big{

    width: 400px;
    height: 600px;
}
.medium{
    width: 400px;
    height: 550px;
}
.catalogs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(58, 112, 182);
    border-radius: 10px;
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1); 
    box-sizing: border-box;
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1em;
    text-decoration: none;
}
.catalogs:hover{
    background-color: rgb(62, 129, 218);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    transform: scale(1.05);
    cursor: pointer;
}
p{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0;
}
h2{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1.2em;
    font-weight: 600;      
}
h3{
    position: -webkit-sticky;
    top: 40px;
    position: sticky;   
    background-color: rgb(58, 112, 182);
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 1.2em;
    font-weight: 600;   
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 99%;
    z-index: 1000;
}
.intro{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 0.8em;
    font-weight: 600;      
    background-color: rgb(78, 118, 170);
    border-radius: 10px;
    padding: 10px;
    margin: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 95%;
    height: 10%;
    box-sizing: border-box;
}
footer{
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 0.5em;
    font-weight: 600;      
    background-color: rgb(78, 118, 170);
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: monserrat, roboto;
    font-size: 0.8em;
    font-weight: 500;

}
a{
    text-decoration: none;
    margin: 0;
    padding: 10px;
}
a:visited{
    color: rgb(58, 50, 83);
}