
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f0efe7;
    color: #000;
}

main{
    border-radius: 20px;
    margin: 40px auto;
    line-height: 1.6;
    display: grid;
    justify-content: center;
    border: solid;
    max-width: 1200px;
}


section{
    display: grid;
    justify-items: stretch;
    margin: 15px 20px;
    line-height: 1.6;
}

img{
    width: 100%;
    border-radius: 20px;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.2em;
}

h1, h2, h3, h5, h6 {
    font-family: 'Inter', sans-serif;
    color: #3cc73c;
    margin-bottom: 0.5em;
    text-align: center;
}

ul, ol {
    margin: 0;
    padding-left: 20px;
}

li {
    margin-bottom: 0.5em;
}

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

a:hover {
    text-decoration: none;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #003744;
    position: relative;
}

.logo img {
    height: 30px;
    width: 100px;
}

.nav-links ul {
    display: flex;
    list-style: none;
    margin: 20px;
    padding: 0;
    gap: 20px;
}

.nav-links ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links ul li a img {
    width: 20px;
    height: 20px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-right a img {
    width: 20px;
    height: 20px;
}

.language-switch {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFFFFF;
    font-size: 14px;
}

.language-switch img {
    width: 20px;
    height: 15px;
}

.btn {
    padding: 5px 15px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.btn.login {
    background-color: #FFFFFF;
    color: #003744;
}

.btn.register {
    background-color: #3cc73c;
    color: #003744;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.main-footer {
    background-color: #003744;
    padding: 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #eaeaea;
}

.footer-sections {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #8bea4f;
}


.mobile-app {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-app .app-download {
    display: inline-flex;
    align-items: flex-end;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.mobile-app img {
    width: 24px;
    height: 24px;
}


.payment-methods {
    text-align: center;
    margin-bottom: 20px;
}

.payment-methods .payment-icons img {
    width: 50px;
    margin: 0 10px;
}


.social-media {
    text-align: center;
}

.social-media .social-icons a {
    margin: 0 10px;
}

.social-media .social-icons img {
    width: 30px;
    height: 30px;
}

.buttons-dwn {
position: fixed;
bottom: 0;
left: 0;
/*padding: 10px;*/
background-color: rgba(0, 0, 0, .85);
width: 100%;
z-index: 10;
display: flex;
justify-content: center;
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}

.buttons-group {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.reg {
    background:#c7e914 !important;border:0 !important;text-rendering: optimizeLegibility !important; font-size: 14px !important; -webkit-font-smoothing: antialiased !important; border-radius: 40px !important; width: calc(50% - 10px) !important; overflow: hidden !important; display: inline-block !important; vertical-align: middle !important; padding: 10px 20px !important; margin: 10px !important; max-width: 300px !important; box-sizing: border-box !important; line-height: 180% !important; color: #000 !important; text-decoration: none !important; text-align: center !important; transition: 0.4s !important; font-weight: 700 !important; outline: 0 !important;
}

.log {
    background:#fff !important;border:0 !important;text-rendering: optimizeLegibility !important; font-size: 14px !important; -webkit-font-smoothing: antialiased !important; border-radius: 40px !important; width: calc(50% - 10px) !important; overflow: hidden !important; display: inline-block !important; vertical-align: middle !important; padding: 10px 20px !important; margin: 10px !important; max-width: 300px !important; box-sizing: border-box !important; line-height: 180% !important; color: #000 !important; text-decoration: none !important; text-align: center !important; transition: 0.4s !important; font-weight: 700 !important; outline: 0 !important;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.styled-table thead tr {
    background: #f6f6f6;
    text-align: left;
    font-weight: 600;
}

.styled-table th,
.styled-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.styled-table tbody tr:hover {
    background: #f9f9f9;
}

.styled-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 600px) {
    .styled-table th, .styled-table td {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 1216px){
    main{
        margin: 25px 10px;
        border: solid;
    }
}


@media (max-width: 870px){
    .nav-links .calendar{
        display: none;
    }
    .nav-links .rocket{
        display: none;
    }
}


@media (max-width: 768px) {
    .nav-links ul {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: #003744;
        width: 100%;
        padding: 10px 0;
    }

    .nav-links ul {
        margin: 0;
    }

    .nav-links ul.active {
        display: flex; 
        align-items: center;
    }


    .menu-toggle {
        display: block; 
    }

    .nav-links ul li a {
        justify-content: center;
    }

    .btn {
        font-size: 12px;
        padding: 10px 30px;
    }

    .footer-sections {
        flex-direction: column;
        gap: 20px;
    }

    .footer-column {
        text-align: center;
    }
}

@media (max-width: 416px){
    .btn {
        font-size: 12px;
        padding: 10px 12px;
    }
}


@media (max-width: 344px){

    main {
        margin: 25px 10px;
        border: solid;
}
section {
    font-size: small;
}

}