* {
    padding: 0%;
    margin: 0%;
    font-family: sans-serif;
}

main {
    background-image: url(222.jpeg);
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

header {
    color: rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 0px;
}




nav {
    font-weight: bold;
    color: #002200;
    padding: 10px;
    /* box-shadow: rgb(rgb(255, 20, 20), green, rgb(80, 37, 201));
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);*/
}

.block-menu {
    height: auto;
    margin: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;

}

.name-content span {
    justify-items: left;
    font-weight: bold;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;

}

.menu-row {
    justify-items: auto;
    width: 40%;
    margin-top: 10px;
}

.menu-row ul {
    display: flex;

    justify-content: space-between;
    list-style: none;

}

.menu-row ul li {
    padding: 5px;
}

.menu-row ul li:hover {
    background-color: rgb(0, 255, 0);
    border-radius: 23%;
    text-align: center;
}

a {

    text-decoration: navajowhite;
    color: rgb(255, 255, 255);
}

.Vwapeyizan {
    text-align: center;
    background-image: url(222.jpeg);
    margin: 10;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    margin: 10px;
}

.logoakey {
    width: 120px;
    border: 2px solid #002200;
    border-radius: 30px;
}

.Vwapeyizan h1 {
    padding: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100.5rem;
    color: rgb(255, 255, 255);
    border: 100px solid #fffff;

}

.Vwapeyizan h2 {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    color: rgb(255, 255, 255);
}



.section {
    background: #003b00;
    background-size: 10px;
    padding: 0%;
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.section h2 {
    font-size: 35px;
    margin-top: 2%;
    color: #ffffff;
}

.logoimg {
    width: 500px;
    height: 500px;
    border: 2px solid #f8f8fa;
    border-radius: 10%;
}



.aktyalite1 {
    margin: 30px;
    background-color: beige;
    padding: 10px;
    border-radius: auto;


}



.hero-section {
    padding: 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e9 100%);
}

.hero-section .container {
    display: flex;
    gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;

}

.hero-title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: var(--spacing-md);
    color: #8B0000;
}

.hero-subtitle {
    text-align: left;
    font-size: 1rem;
    color: #003000;

}

.hero-buttons {
    display: flex;
    gap: var(--spacing-md);
    flex-wrap: wrap;
}



@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}


.banner {
    display: flex;
    justify-content: center;
    padding: 10x;

}

.zouti{
    display: flex;
    justify-content: space-between;
    padding:10px;
    margin: 0px;
}
.zouti p {

    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    color: #080000;
    padding: 0px;
}

.zouti .logotext{
    padding: 10px;
    width: 50px;
    border-radius: 80px;
}