body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url('img/background.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}

html {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
}

header {
    width: 100%;
    background-color: #ffffff;
    color: #158dd3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: #FFF 3px solid;
}

.peggi {
    display: flex; 
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.plus18 {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: 10px !important;
    background-color: red;
    border-radius: 50%;
    border: 1px solid;
    color: #FFFFFF;
    padding: 2px;
}

.header-links {
    display: flex;
    gap: 20px;
}

.header-links a {
    text-decoration: none;
    color: #158dd3;
    transition: border-bottom 0.5s ease;
}

.header-links a:hover { 
    border-bottom: 1px solid #158dd3;
}

ul {
    display: flex;
    gap: 30px;
    padding: 0;
    list-style:inside;
    margin: 0;
    margin-top: 50px;
}

li {
    font-size: 14px;
    color: #136a9c;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px #ececec;
    font-weight: 800;
}

.body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.body-container {
    margin-top: 100px;
    width: 90%;
    background: #ffffff80;
    padding: 40px;
    border-radius: 20px;
    border: 3px #FFF solid;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.body-container h1 {
    color: #158dd3;
    text-transform: uppercase;
}

.body-container-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body-container-items-header {
    width: 85%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 20px;
    color: #FFFFFF;
    font-weight: 800;
    text-shadow: 0px 1px 1px #000000;
}

.body-container p {
    color: #333;
    font-weight: 600;
}

.body-container-items-block {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.wrapp {
    width: 100%;
    display: flex;
    gap: 30px;
}

.body-container-items-block-el {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 3px solid #FFFFFF;
    border-radius: 15px;
    background-color: #158dd396;
    gap: 100px;
}

.element-wrapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.element-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.element-wrapp img {
    width: 150px;
    border-radius: 10px;
    transition: transform 0.5s ease;
    border: 2px solid #ffffff; padding: 1px;
    background-color: #025483;
}

.element-wrapp img:hover {
    width: 150px;
    border-radius: 10px;
    transform: scale(1.1);
}


.element-wrapp h2 {
    margin: 0;
    text-transform: capitalize;
    color: #158dd3;

}

.element-wrapp p {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.colored {
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    
    width: 50%;
    border: 2px solid #ffffff; 
  
}

.number {
    background-color: rgb(206, 49, 49);
    color: white !important;
    padding: 8px 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: bold;
    border: 2px solid #ffffff;
}

.tag {
    text-decoration: none;
    color: rgb(206, 49, 49);
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #ffffff;
}

.element-button {
    text-align: center;
    border: 2px solid #ffffff;
    background-color: #10b981;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.element-button:hover {
    background-color: #059669;
}

.bottom-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #ffffff80;
    padding: 40px 0px;
    border: 3px solid #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.text-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #ffffff80;
    padding: 40px;
    border-radius: 20px;
    border: 3px solid #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.text-container h2 {
    color: #158dd3;
    text-transform: uppercase;
}

label {
    font-weight: 600;
    color: #158dd3;
}

.text-container p {
    text-align: start;
    width: 90%;
    font-weight: 600;
    color: #333;
}

.text-container h1 {
    color: #158dd3;
    text-transform: uppercase;
}

.bottom-container h1 {
    color: #158dd3;
    text-transform: uppercase;
}

.bottom-container p {
    text-align: center;
    width: 90%;
    color: #333;
    font-weight: 600;
}

footer {
    width: 100%;
    padding: 30px;
    background-color: #333;
    color: #FFFFFF;
    border-top: 3px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-images {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    
}

.big-img{
    width: 100px;
}

.small-img {
    width: 50px;
}

.footer-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-text {
    width: 80%;
}
.footer-links a {
    color: #9ca3af;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000000de;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 20px;
}

.cookies-button {
    background-color:#a02121;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.cookies a {
    color: red;
    text-decoration: none;
}

.age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(31, 41, 55, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.age-gate-box {
    background: #fefefe;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.age-gate-box h2 {
    color: #ef4444;
    margin-bottom: 20px;
}

.confirm-age-btn {
    padding: 6px 12px;
    background-color: #125031;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.confirm-age-btn:hover {
    background-color: #25eb60;
}

.decline-btn {
    padding: 6px 12px;
    background-color: #3a1212;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.decline-btn:hover {
    background-color: #b91c1c;
}

.contact-form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
}

.contact-form input,
.contact-form textarea {
    border: none;
    padding: 12px;
    font-size: 1rem;
}


.contact-form button {
    background-color: #125031;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #25eb60;
}

@media (max-width: 1000px) {

    a {
        font-size: 10px !important;
    }

    h1 {
        font-size: 25px !important;
        text-align: center;
    }

    h2 {
        font-size: 15px !important;
    }

    p {
        font-size: 10px !important;
    }

    header {
        flex-direction: row;
        gap: 10px;
        padding: 20px;
        text-align: center;
    }

    .body-container {
        padding: 10px !important;
    }

    .body-container p {
        text-align: center;
    }

    .body-container-items {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;

    }

    .body-container-items-header {
        display: none !important;
    }

    .body-container-items-block {
        margin-top: 50px;
        width: 100% !important;
        justify-content: center;
        align-items: center;
        display: flex;

    }

    .body-container-items-block-el {
        flex-direction: column;
        gap: 10px !important;
        width: 80% !important;

    }

    .element-side {
        flex-direction: row;
        gap: 20px !important;
        width: 100% !important;
        justify-content: space-around;
        align-items: center;
    }

    .element-wrapp {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .element-button {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapp { 
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .number { 
        width: 50%;
    }
    
    .colored {
        width: 50% !important;
    }

    ul {
        flex-direction: column;
        gap: 10px;
    }

    .footer-links {
        flex-direction: column;
    }

    footer {
        justify-content: center !important;
        align-items: center !important;
    }

    .big-img{
        width: 50px;
    }
    
    .small-img {
        width: 25px;
    }
}