*{
    padding:0;
    margin:0;
    font font-family: "Times New Roman";
}
body{
    background-color: #fdfce8;
}
.space_box{
    height: 30px;
    background-color: #fdfce8;
}
#main{
    text-align: center;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 40px;
    text-align: center;
    background-color: #c7a07a;
}
.box1{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;
    padding-bottom: 10px;
    padding-top: 10px;
}
.box2{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;
    padding-bottom: 10px;
    padding-top: 10px;
}
.box3{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;
    padding-bottom: 10px;
    padding-top: 10px;
}
.box4{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;   
    padding-bottom: 10px;
    padding-top: 10px;
}
.box5{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;
    padding-bottom: 5px;
    padding-top: 5px;
}
.box6{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;
    padding-bottom: 5px;
    padding-top: 5px;
}
.box7{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;
    padding-bottom: 5px;
    padding-top: 10px;
}
.box8{
    display: flex;
    justify-content: space-evenly;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e2ceb1;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Responsive for Mobile Screens */
@media (max-width: 768px) {
    .box1 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box1 img {
        width: 90%;
        height: auto;
    }
}
@media (max-width: 1092px) {
    .box1 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box1 img {
        width: 100%;
        height: auto;
    }
}
/* Responsive for tablets (width below 992px) */
@media screen and (max-width: 992px) {
    .box2 img {
        width: 45%;
        height: auto;
        margin: 5px 0;
    }
}

/* Responsive for mobile devices (width below 600px) */
@media screen and (max-width: 600px) {
    .box2 {
        flex-direction: column;
        align-items: center;
    }
    .box2 img {
        width: 80%;
        height: auto;
        margin: 10px 0;
    }
}
@media screen and (max-width: 1092px) {
    .box2 {
        flex-direction: column;
        align-items: center;
    }
    .box2 img {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
}
@media screen and (max-width: 1039px) {
    .box2 {
        flex-direction: column;
        align-items: center;
    }
    .box2 img {
        width: 90%;
        height: auto;
        margin: 10px 0;
    }
}

/* Responsive for tablets (width below 992px) */
@media screen and (max-width: 1092px) {
    .box3 img {
        width: 47%;
        height: auto;
        margin: 5px 0;
    }
}
/* Responsive for tablets (screen below 992px) */
@media screen and (max-width: 1191px) {
    .box4 img {
        width: 30%;
        height: auto;
        margin: 5px 0;
    }
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    .box5 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .box5 img {
        width: 90%; 
        height: auto; 
        max-width: 300px; /* Limit max size for small screens */
    }
}

/* Tablets (between 769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .box5 {
        flex-wrap: wrap;
        justify-content: center;
        gap:10px;

    }

    .box5 img {
        width: 80%;
        height: auto;
        max-width: 400px;
    }
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    .box6 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .box6 img {
        width: 100%;
        height: auto;
        max-width: 500px; /* Control max image size */
    }
}

/* Tablets (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .box6 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box6 img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }
}
/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
    .box7 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .box7 img {
        width: 100%;
        height: auto;
        max-width: 300px; /* Limit maximum size for better layout */
    }
}

/* Tablets (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .box7 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .box7 img {
        width: 55%;
        height: auto;
        max-width: 400px;
    }
}
/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
    .box8 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .box8 img {
        width: 90%;
        height: auto;
        max-width: 350px;
    }
}

/* Tablets (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .box8 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .box8 img {
        width: 45%;
        height: auto;
        max-width: 450px;
    }
}




