@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

.lora{
    font-family: 'Lora', serif !important;
}

.heading{
    font-weight: 100 !important;
    font-size: 52px !important;
}

.sub-heading{
    font-size: 14px !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    color: #d2b163 !important;
    display: block !important;
}

.box{
    padding-top: 68px !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
}

.wrap{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1200px;
}

.img-bg{
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.img-bg .about-image{
    max-width: 450px;
    z-index: 10;
    position: relative;
}

.img-bg .text{
    position: absolute;
    left: -20px;
    top: -40px;
    width: 110%;
    font-size: 50px;
    color: black;
    /* word-break: break-all; */
    opacity: 0.03;
    z-index: 5;
}

.text-area p{
    line-height: 1.8 !important;
    color: #dedede !important;
}

.gallery-btn{
    display: inline-block !important;
    margin-top: 20px !important;
    padding: 10px 20px !important;
    background-color: #e6b135 !important;
    color: black !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    transition: background-color 0.3s ease !important;
}

.gallery-btn:hover{
    background-color: #d2a42e !important;
}

@media (max-width: 768px) {
    .heading{
        font-size: 36px !important;
    }

    .img-bg .about-image{
        max-width: 100% !important;
    }
}