.backgroundimg .background-img {
    width: 100%;
}

.background-img {
    width: 100%;
    height: auto;
}

body {
    /* font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal; */
    font-family: "Nunito", sans-serif !important;
    overflow: hidden !important;
    height: 100vh;
    margin: 0;
}

.background-section {
    background-color: hsl(0deg 8.11% 85.49%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

/* Ensure background fills entire viewport */
.backgroundimg {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('./assets/images/yuktibackgroundimage.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.img_section {
    /* margin-left: 20px; */
    margin-top: 28px;
}

.img_section img {
    width: 350px;
}

.content_middle {
    /* margin-left: 60px; */

}

.content_middle p {
    font-size: 60px;
    width: min-content;
    color: #fff;
    font-weight: bold;
    line-height: 74px;
    margin-top: 25px;
}

.content_bottom {
    position: absolute;
    bottom: 25px;
    padding-right: 30px;
}

.content_bottom p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    /* margin-left: 60px; */
}

.yukti_container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width:2560px) and (min-width:1601px) {
    .img_section {
        margin-top: 28px;
    }

    .img_section img {
        width: 420px;
    }

    .content_middle p {
        font-size: 86px;
        width: min-content;
        color: #fff;
        font-weight: bold;
        line-height: 106px;
        margin-top: 48px;
    }

    .content_bottom {
        position: absolute;
        bottom: 25px;
        padding-right: 30px;
    }

    .content_bottom p {
        font-size: 32px;
    }

    .content_middle p {
        font-size: 86px;
        width: min-content;
        color: #fff;
        font-weight: bold;
        line-height: 106px;
        margin-top: 48px;
    }
}

@media screen and (max-width: 1440px) {
    .content_bottom {
        bottom: 6px;
    }
}

@media screen and (max-width: 1220px) {
    .content_bottom p {
        font-size: 22px;
    }

    .content_middle p {
        font-size: 52px;
        line-height: 68px;
    }
}