html {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    font-family: "Roboto Condensed", serif;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 100%;
    height: auto;
    max-height: 1000px; 
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.header img {
    width: 100%;
    max-width: 1000ox;
    height: 100%;
    object-fit: cover; 
    text-align: center;
    top: 0;
    left: 0;
}

.nav {
    background-color: black;
    padding-bottom: 25px;
}

.navigation {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.navigation-item {
    padding: 50px;
    margin: 5px;
    border: 1px solid black;
    border-radius: 10px;
    color: white;
    transition: 0.8s;
    font-size: 18px;
}

.navigation-item:hover {
    background-color: rgb(206, 206, 206);
    color: black;
    transform: scale(1.1);
    cursor: pointer;
}

@media (max-width: 768px) {
    .navigation-item {
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .navigation {
        flex-direction: column;
    }
    .navigation-item {
        font-size: 14px;
        padding: 10px;
        margin: 3px;
    }
}

.logo {
    max-width: 1000px; 
    object-fit: contain;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.span {
    padding-right: 120px;
}

.menu-button {
    all: unset;
}

.a {
    text-decoration: none;
    color: white;
}

.a2 {
    text-decoration: none;
    color: black;
}

.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
    animation: fadeIn 2s ease-in-out;
}

.section {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 20% 80%;
    width: 1500px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: clamp(20px, 2vw, 28px);
    background-color: white;
}

@media (max-width: 768px) {
    .main {
        flex-direction: column; 
    }

    .section {
        display: flex; 
        flex-direction: column; 
        width: 100%; 
        font-size: clamp(18px, 4vw, 22px); 
        box-shadow: none; 
    }
}

.section2 {
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: center;
    width: 1500px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: clamp(20px, 2vw, 28px);
    background-color: white;
}

.section3 {
    width: 1500px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: clamp(20px, 2vw, 28px);
    background-color: white;
}

.section4 {
    width: 1500px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: clamp(20px, 2vw, 28px);
    background-color: white;
}

@media (max-width: 768px) {
    .section2, .section3, .section4 {
        width: 100%; 
        font-size: clamp(18px, 4vw, 22px); 
    }

    .section2 {
        display: flex; 
        flex-direction: column; 
    }

    .section3, .section4 {
        display: flex; 
        flex-direction: column; 
    }
}

.p {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 5vw, 35px); 
    color: black;
    border: 1px solid black;
    font-weight: bold;
    width: 80%;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.p2 {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 25px, 35px);
    padding: 15px;
    margin-left: 20px; 
    color: #333;
    font-weight: bold;
    width: 80%;
    font-style: italic;
    line-height: 1.6;
    white-space: pre-wrap;
}

.p3 {
    font-size: clamp(18px, 25px, 35px);
    padding: 15px;
    margin-left: 20px; 
    color: #333;
    font-weight: bold;
    width: 80%;
    font-style: italic;
    line-height: 1.6;
    white-space: pre-wrap;
}

.p4 {
    font-size: clamp(18px, 25px, 35px);
    text-align: left;
    padding: 15px;
    margin-left: 20px; 
    color: #333;
    font-weight: bold;
    width: 80%;
    font-style: italic;
    line-height: 1.6;
    white-space: pre-wrap;
}

@media (max-width: 1200px) {
    .p, .p2, .p3, .p4 {
        font-size: clamp(16px, 4vw, 30px); 
        width: 90%;
    }
}

@media (max-width: 768px) {
    .p, .p2, .p3, .p4 {
        font-size: clamp(14px, 6vw, 25px); 
        width: 95%;
    }
}

@media (max-width: 480px) {
    .p, .p2, .p3, .p4 {
        font-size: clamp(12px, 8vw, 22px); 
        width: 100%;
        padding: 10px; 
    }
}

.img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
    padding: 20px 0;
}

.img2 {
    display: block;
    height: auto;
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    padding: 20px 0;
}

@media (max-width: 1200px) {
    .img, .img2 {
        width: 100%;
        max-height: 600px; 
        padding: 15px 0;
    }
}

@media (max-width: 768px) {
    .img, .img2 {
        width: 100%;
        max-height: 500px;
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .img, .img2 {
        width: 100%;
        max-height: 400px; 
        padding: 5px 0;
    }
}

.h3 {
    color: white;
}

.button {
    background-color: black;
    border: 2px solid white;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 20px;
    border-radius: 35px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.8s;
}

.button:hover {
    background-color: rgb(160, 160, 160);
    transform: scale(1.1);
    cursor: pointer;
    border: 2px solid black;
    color: black;
}

.d1 {
    background-color: black;
    grid-column: 1/3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
}

.d2, .d3 {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

.faq {
    max-width: 1500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq h2 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    width: 800px;
    padding: 15px;
    background-color: #000;
    color: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #555;
}

.faq-answer {
    width: 800px;
    display: none;
    font-size: 18px;
    padding: 10px;
    background-color: #f9f9f9;
    border-left: 3px solid #333;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .faq {
        padding: 15px; 
    }

    .faq-question, .faq-answer {
        width: 100%; 
        font-size: clamp(16px, 4vw, 18px); 
    }

    .faq-item {
        margin-bottom: 20px; 
    }
}

.footer {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: black;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
}

.footer-nav {
    display: flex;
    list-style-type: none;
    padding: 15px;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap-reverse;
}

.footer-item {
    color: white;
    font-size: clamp(14px, 2vw, 18px);
}

@media (max-width: 768px) {
    .header {
        height: auto;
        padding: 20px 0;
    }
    .footer {
        grid-template-columns: 1fr;
    }
    .img2 {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .html {
        padding: 12px;
    }
    .body {
        padding: 12px;
    }
}

.image-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.image-container img {
    width: 100%;
    height: auto;
}