*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: rgb(2, 2, 2);

}

body {
    background-image: url(IMAGE/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    word-spacing: 3px;
    margin: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
    font-family: "Beiruti", sans-serif;
    font-weight: bold;
    text-decoration: none;
    background-color: #424242;
}

.header-container {
    width: 93%;
    border-radius: 15px;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    box-shadow: 0px 12px 6px rgba(0, 0, 0, 0.411);
    background-color: white;
}

.logo {
    height: 50px;
    margin-left: 20px;
    max-width: 150px;
}

.site-name {
    margin: 0 10px 0 0;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.nav-links {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 10PX;
}

.nav-links a {
    font-family: "Beiruti", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
}

.nav-links :hover {
    color: #007BFF;
    transition: 0.2s;
    transform: scale(1.2);
}

.content {
    margin: auto;
    background-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    margin-top: 20px;
}

.imgdm {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    background-color: rgba(0, 0, 0, 0.589);
    padding: 20px;
    color: white;
    margin: auto;
    width: 90%;
    border: double 3px rgb(0, 0, 0);
    border-radius: 15px;
    box-shadow: 0px 12px 6px rgba(0, 0, 0, 0.712);
}

.imgdm img {
    width: 40%;
    display: block;
    flex: 0 0 50%;
    max-width: 30%;
    margin: 0;
    margin-left: 40px;
    border-radius: 20px;

}

.imgdm img:hover {
    transform: perspective(1.05);
    transition: 0.53s;
    box-shadow: 0px 12px 100px rgba(0, 0, 0, 0.329);
}

.discretion {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

#about,
.about-card {
    width: 90%;
    margin: 28px auto;
    padding: 20px 22px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    line-height: 1.45;
}

#services,
.services-card {
    max-width: 90%;
    margin: 28px auto;
    padding: 20px 22px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    line-height: 1.45;
}

.styled-list {

    text-align: right;
}

#contact,
.contact-card {
    width: 90%;
    margin: 28px auto;
    padding: 20px 22px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    line-height: 1.45;
}

.facebook,
.instagram,
.telegram {
    width: 100px;
}

.whatsapp,
.youtube {
    width: 110px;
}

.num p {
    text-align: right;
    margin-right: 40px;

}

.links a {
    display: inline-block;
    margin: 15px 15px;
}

.links a :hover {
    transform: scale(1.2);
    transition: 0.3s;
}

footer {
    text-align: center;
    background-color: black;
    color: white;
    word-spacing: 8px;
    display: inline-block;
    width: 100%;
    bottom: 0%;
}

@keyframes slidebuttom {
    from {
        opacity: 0;
        transform: translatey(-30px);
    }

    to {
        opacity: 1;
        transform: translatey(0px);
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 8px 12px;
    }

    @media (max-width: 768px) {
        .nav-links {
            display: none;
            flex-direction: column;
            background: #000000a4;
            position: absolute;
            top: 50px;
            left: 0;
            width: 90%;

            padding-bottom: 20px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.363);
        }

        a {
            color: rgb(255, 255, 255);

        }
    }

    .logo {
        height: 45px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background: #252525c9;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }

    .nav-links.active {
        display: flex;
        animation: slidebuttom 0.4s ease forwards;
    }

    .menu-toggle {
        display: block;
    }
}

@media (max-width: 480px) {
    .header-container {
        gap: 8px;
        padding: 8px 10px;
    }

    .logo {
        margin-right: 35%;
        height: 40px;
        max-width: 120px;
    }

    .site-name {
        margin-right: 8px;
        font-size: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 1;
    }
}

@media (max-width: 90%) {

    #about,
    .about-card {
        padding: 14px 12px;
        margin: 18px auto;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    body {
        background-image: url("IMAGE/background-mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .imgdm {
        gap: 18px;
        align-items: center;
    }

    .imgdm img {
        width: 50%;
        flex-basis: 40%;

        flex-shrink: 0;
    }

    .discretion {
        padding: 0 8px;
        text-align: center;
        justify-content: center;
        min-width: 0;
    }

    .discretion h2 {
        font-size: clamp(1rem, 4vw, 1.15rem);
        margin: 0 0 6px;
        line-height: 1.2;
        word-break: break-word;
    }

    .discretion p {
        font-size: clamp(0.85rem, 3.2vw, 1rem);
        margin: 0;
        line-height: 1.4;
        word-break: break-word;
    }
}

@media (max-width: 480px) {

    #services,
    .services-card {

        font-size: 1rem;
    }

    .facebook,
    .instagram,
    .telegram {
        width: 80px;
    }

    .whatsapp,
    .youtube {
        width: 90px;
    }

    .num p {
        text-align: right;

    }
}

@media (max-width: 90%) {

    #contact,
    .contact-card {
        padding: 14px 12px;
        margin: 18px auto;
        font-size: 1rem;
    }


}