@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0px;
}


/*  ============= header ================  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: black;
    text-decoration: none;
}

.top-nav-list{
    display: flex;
    justify-content: space-around;
    list-style: none;
    max-width: 600px;
    width: 100%;
    gap: 20px;
    /* background-color: red; */
}
.top-header{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    margin-bottom: 40px;
}
.top-header a{
    color: black;
}
.top-header a:hover{
    color: #80f8e4;
    text-decoration: underline;
    cursor: pointer;
}
.top-header .logo{
    /* position: absolute; */
    left: 10px;
    top: 10px;
    width: 50px;
}
.one-section{
    background-color: #eeffff !important;

}
.email-phone-top{
    margin-top: 0px;
    max-height: 35px;
    max-width: 100%;
}
.email-ilias{
    margin-top: 5px;
    max-width: 100%;
    max-height: 20px;
}
.email-address-img{
    margin-top: 5px;
    max-width: 100%;
    max-height: 60px;
}
@media (max-width: 650px) {
    .top-header a{
        color: black;
        font-size: 14px;
        /* text-decoration: underline; */
    }
    .top-header{
        background-color: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        height: auto;
        position: relative;
        width: 100vw;
        padding: 0px;
        padding-top: 10px;
        box-sizing: border-box;
        overflow: hidden;
        /* top: 60px; */
    }
    .top-nav-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        gap: 0px;
        /* background-color: blue; */
        box-sizing: border-box;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        border-top: 1px solid gray;

    }
    .top-nav-list li {
        /* background-color: red; */
        padding: 5px 15px;
        box-sizing: border-box;
    }
    ul .home-page{
        display: none;
    }
}

h2{
    /* background-color: red; */
    align-self: flex-start;
    text-decoration: underline;
}

p {
    text-align: justify !important;
    max-width: 100%;
}

.last-p{
    margin-bottom: 100px !important;
}

.text-container{
    align-items: flex-start !important;
    max-width: 750px !important;
    width: 100% !important;
}

/*  ============= header ================  */

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        margin-top: 10px;
    }

    .nav li {
        margin-right: 10px;
    }
}