@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Cutive+Mono&family=DM+Serif+Display:ital@0;1&family=Dancing+Script:wght@400..700&family=El+Messiri:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Container spacing */
.container.spacing {
    margin-top: 40px;
    margin-bottom: 100px;
}

/* Heading center */
.container.spacing h1 {
    text-align: center;
}

/* Outer border container */
.container.image-wrapper {
    position: relative;

}

/* Inner centered box */
.image-wrapper .box {
    width: 500px;
    height: 320px;
    margin: auto;
    z-index: 10;
    background-color: #fbf6f2;
    padding: 30px 30px;
    z-index: 10;

}

.image-wrapper .box h4 {
    font-weight: 500;
    font-size: 30px;
    font-family: 'dancing script';
}

.image-wrapper .box p {
    font-size: 18px;
    /* color: white; */
    text-align: left;
    font-family: 'venetian';
}

.image-wrapper .box button {
    color: white;
    margin: auto;
    outline: none;
    border: none;
    background-color: #987028;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all .8s ease-in;

}

.image-wrapper .box button:hover {
    background-color: black;
    color: white;
    scale: 1.04;
}

/* Background image inside container */
.image-wrapper .background-img {
    position: absolute;
    width: 260px;
    top: 200px;
    left: 130px;
    z-index: -1;
}

.image-wrapper .background-img img {
    width: 100%;
}

/* Main centered image below the box */
.image-wrapper .centered-img {
    display: flex;
    justify-content: center;

}

.image-wrapper .centered-img img {
    width: 60%;
}

.image-wrapper .right-side {
    position: absolute;
    top: 0;
    right: 100px;
}

.image-wrapper .right-side .first-image {
    margin-top: 160px;
}

.image-wrapper .right-side .second-image {
    width: 250px;
    margin-top: 40px;
}

.image-wrapper .right-side .second-image img {
    width: 100%;
    margin-left: 80px;
}



/* Tablet and desktop styles */
@media (max-width: 768px) {
    .container.image-wrapper {}

    .image-wrapper .box {
        width: 100%;
        padding: 30px 30px;
        margin: 0px;
    }

    .image-wrapper .background-img {
        position: relative !important;
        z-index: 0;
        margin-top: -190px;
    }

    .image-wrapper .centered-img {}

    .image-wrapper .centered-img img {
        width: 100%;
        margin-top: 250px;
    }

    .image-wrapper .right-side {
        position: relative;
        display: flex;
        gap: 10px;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 50px;
        justify-content: center;
    }

    .image-wrapper .right-side .first-image {
        margin-top: 40px;
    }

    .image-wrapper .right-side .second-image {
        width: 100%;
        display: none;
    }

    .image-wrapper .right-side .second-image img {
        margin-left: 0px;
    }
}




















.second-wrapper {
    margin-top: 180px;
    margin-bottom: 140px;
    position: relative;
    /* height: 85vh; */
    /* border: 1px solid black; */
}

.second-wrapper .second-floor {
    width: 800px;
}

.second-wrapper .second-floor img {
    width: 100%;
}

.second-wrapper .first-image {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 120px; */
    display: flex;
    gap: 40px;
    margin-left: 100px;
    margin-top: -80px;
}

.second-wrapper .first-image img {
    width: 270px;
}

.second-wrapper .first-image .box {
    width: 500px;
    height: 320px;
    z-index: 10;
    background-color: #fbf6f2;
    padding: 30px 30px;
    z-index: 10;
    margin-top: 120px;

}

.second-wrapper .first-image .box h4 {
    font-weight: 500;
    font-size: 30px;
    font-family: 'dancing script';

}

.second-wrapper .first-image .box p {
    font-size: 18px;
    /* color: white; */
    text-align: left;
    font-family: 'venetian';
}

.second-wrapper .first-image .box button {
    color: white;
    margin: auto;
    outline: none;
    border: none;
    background-color: #987028;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all .8s ease-in;

}

.second-wrapper .box button:hover {
    background-color: black;
    color: white;
    scale: 1.04;
}

.second-wrapper .second-container {
    position: absolute;
    width: 400px;
    right: -80px;
    top: 120px;
    z-index: 10;

}

.second-wrapper .second-container img {
    width: 100%;
}

@media (max-width: 768px) {
    .second-wrapper {
        margin-top: 180px;
        margin-bottom: 140px;
        position: relative;

    }

    .second-wrapper .second-floor {
        width: 400px;
    }

    .second-wrapper .second-floor img {
        width: 100%;
    }

    .second-wrapper .first-image {
        display: flex;
        gap: 0px;
        margin-left: 0px;
        margin-top: 0px;
        /* border: 1px solid black; */
        flex-direction: column;
        margin-top: 30px;
        justify-content: center;
        align-items: center;
    }

    .second-wrapper .first-image img {
        width: 270px;
    }

    .second-wrapper .first-image .box {
        width: 100%;
        height: 340px;
        z-index: 10;
        background-color: #fbf6f2;
        padding: 30px 30px;
        z-index: 10;
        margin-top: 120px;

    }

    .second-wrapper .first-image .box h4 {
        font-weight: 500;
        font-size: 30px;
        font-family: 'dancing script';

    }

    .second-wrapper .first-image .box p {
        font-size: 18px;
        /* color: white; */
        text-align: left;
        font-family: 'venetian';
    }

    .second-wrapper .first-image .box button {
        color: white;
        margin: auto;
        outline: none;
        border: none;
        background-color: #987028;
        padding: 12px 16px;
        border-radius: 8px;
        transition: all .8s ease-in;

    }

    .second-wrapper .box button:hover {
        background-color: black;
        color: white;
        scale: 1.04;
    }

    .second-wrapper .second-container {
        width: 250px;
        z-index: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        top: 0;

    }

    .second-wrapper .second-container img {
        width: 100%;
    }
}

.third-wrapper {
    margin-top: 250px;
    margin-bottom: 140px;
    /* height: 100vh; */

}

.third-wrapper .third-wrapper-child {
    display: flex;
    justify-content: center;
    width: 100%;
}

.third-wrapper .first-container {
    width: 45%;
}

.third-wrapper .first-container img {
    width: 80%;
    margin-left: 80px;
}


.third-wrapper .second-container {
    width: 55%;
}

.third-wrapper .second-container img {
    width: 100%;
}

.third-wrapper .box {
    width: 500px;
    height: 320px;
    z-index: 10;
    background-color: #fbf6f2;
    padding: 30px 30px;
    z-index: 10;
    margin-top: 40px;
    margin-left: 150px;

}

.box h4 {
    font-weight: 500;
    font-size: 30px;
    font-family: 'dancing script';

}

.box p {
    font-size: 18px;
    /* color: white; */
    text-align: left;
    font-family: 'venetian';
}

.box button {
    color: white;
    margin: auto;
    outline: none;
    border: none;
    background-color: #987028;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all .8s ease-in;

}

.box button:hover {
    background-color: black;
    color: white;
    scale: 1.04;
}


@media (max-width:768px) {
    .third-wrapper {
        margin-top: 150px;
        margin-bottom: 140px;
        /* height: 100vh; */

    }

    .third-wrapper .third-wrapper-child {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .third-wrapper .first-container {
        width: 50%;
    }

    .third-wrapper .first-container img {
        width: 100%;
        margin-left: 0px;
    }


    .third-wrapper .second-container {
        width: 100%;
    }

    .third-wrapper .second-container img {
        width: 100%;
    }

    .third-wrapper .box {
        width: 100%;
        height: 320px;
        z-index: 10;
        background-color: #fbf6f2;
        padding: 30px 30px;
        z-index: 10;
        margin-top: 40px;
        margin-left: 0px;

    }

    .box h4 {
        font-weight: 500;
        font-size: 30px;
        font-family: 'dancing script';

    }

    .box p {
        font-size: 14px;
        /* color: white; */
        text-align: left;
        font-family: 'venetian';
    }

    .box button {
        color: white;
        margin: auto;
        outline: none;
        border: none;
        background-color: #987028;
        padding: 12px 16px;
        border-radius: 8px;
        transition: all .8s ease-in;
        font-size: 14px;

    }

    .box button:hover {
        background-color: black;
        color: white;
        scale: 1.04;
    }

    .fourth-wrapper {
        margin-top: 100px;
        margin-bottom: 80px;
        /* border: 1px solid black; */
    }

    .fourth-wrapper .parent {
        width: 100% !important;
        /* margin: auto; */
    }

    .fourth-wrapper .parent p {
        text-align: center;
        font-size: 16px !important;

        /* font-style: normal; */
    }
}









.fourth-wrapper {
    margin-top: 100px;
    margin-bottom: 80px;
}

.fourth-wrapper .parent {
    width: 70%;
    margin: auto;
}

.fourth-wrapper .parent p {
    text-align: center;
    font-size: 20px;

    /* font-style: normal; */
}

.dm-serif-display-regular {
    font-family: "Cutive Mono", monospace;
    font-weight: 400;
    font-style: normal;
}