@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --line-height: 1.5;
    --text-color: #535353;
    --accent-color: #535353;
    --color-blue: #00448D;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-p);
    line-height: var(--line-height);
    color: var(--text-color);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p, .light-black {
    color: #323232;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 18px);
}

a {
    color: inherit;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem;
    line-height: 1.2;
}

h1 {
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 700;
    font-family: "Forum", serif;
}

h2 {
    font-size: clamp(30px, 4vw, 45px);
    font-family: "Forum", serif;
    font-weight: 500;
    color: #1E1E1E;
}

@media(max-width: 1200px) and (min-width: 992px) {
    h2 {
        font-size: clamp(30px, 3vw, 55px);
    }
}

h3 {
    font-size: clamp(26px, 5vw, 36px);
    font-family: "Forum", serif;
}

h4 {
    font-size: clamp(18px, 3vw, 25px);
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

h5 {
    font-size: clamp(14px, 3vw, 20px);
    line-height: 30px;
    font-family: "DM Sans", sans-serif;
    color: #323232;
    
}

h6 {
    font-size: clamp(16px, 2vw, 18px);
    color: var(--accent-color);
    font-family: "DM Sans", sans-serif;
}

#scroll-top {
    display: inline-block;
    background-color: #B80075;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    right: 15px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

    #scroll-top:hover {
        background: #6A489E;
    }

    #scroll-top::after {
        content: "\f062";
        font-family: FontAwesome;
        font-size: 1.4rem;
        line-height: 40px;
        color: #fff;
    }

    #scroll-top.show {
        opacity: 1;
        visibility: visible;
        animation: bounceIn 0.6s ease-out, float 2s ease-in-out 0.6s infinite;
    }

@keyframes bounceIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    60% {
        transform: translateY(-20%);
        opacity: 1;
    }

    80% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}



.purple-big-color {
    font-size: clamp(26px, 5vw, 70px);
    color: #B80075;
    font-family: "DM Sans", sans-serif;
}

.font-dm, .all-tag {
    font-family: "DM Sans", sans-serif;
}

.font-forum {
    font-family: "Forum", serif;
}

.text-dark-black {
    color: #323232;
}

.section-padding {
    padding: 30px 0;
}

.section-padding-top {
    padding-top: 30px;
}

.section-padding-bottom {
    padding-bottom: 30px;
}

.txt-blue {
    color: var(--color-blue);
}

.dark-color-black {
    color: #323232;
}

.link-purple-hover:hover {
    color: #B20277;
}

.nav-link {
    color: #323232;
    font-weight: 500;
    padding: 10px 30px !important;
    transition: 0.3s ease-in-out;
}

    .nav-link:hover {
        color: #B20277;
    }

@media(max-width:1200px) {
    .nav-link {
        padding: 10px 23px !important;
    }
}

#footer {
    background: url(../../assets/img/apna-ghar-apni-dukani-footer-img.webp);
    background: url(../../assets/img/apna-ghar-apni-dukani-footer-img.png);
    background-size: cover;
    background-position: top center;
}

    #footer ul li a, #footer h5, #footer a {
        color: #fff;
    }

    #footer ul li a {
        line-height: 35px;
    }

#hero-section, #cutomize-your-jars {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 20px 40px;
}

@media(max-width:992px) {
    #cutomize-your-jars {
        height: unset;
    }
}

#hero-section {
    position: relative;
    overflow: hidden;
    background-image: url('../img/yera-exports-crystal-clear-perfection-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    opacity: 0;
    animation: expandBackground 1.2s ease-out forwards, fadeIn 1.2s ease-out forwards;
    z-index: -1;
}


.swiper testimonial_slider {
    position: relative;
}

.swiper-button-prev-testimonial,
.swiper-button-next-testimonial {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #535353;
    font-size: 30px;
    cursor: pointer;
    bottom: 0px;
    top: unset !IMPORTANT;
    transform: translateY(0);
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev-testimonial {
    left: 50% !important;
    transform: translateX(-60px);
}

.swiper-button-next-testimonial {
    left: 50% !important;
    transform: translateX(20px);
}

    .swiper-button-next-testimonial:after, .swiper-button-prev-testimonial:after {
        content: unset !important;
    }

.testimonial_slider {
    padding-bottom: 50px !important;
}

@media (max-width: 767px) {
    .swiper-button-prev-testimonial, .swiper-button-next-testimonial {
        display: none;
    }

    .swiper-pagination-testimonial {
        display: block;
    }
}

@media (min-width: 768px) {
    .swiper-pagination-testimonial {
        display: none;
    }
}

.btn {
    padding: 10px 20px !important;
    color: #fff !important;
    background-color: #6A489E;
    border-radius: 9px;
    border: 0px !important;
    text-transform: uppercase;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-family: "DM Sans", sans-serif;
}

    .btn:hover {
        background-color: #B20277;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        color: #fff !important;
    }


.float-animate {
    animation: floatUpDown 2s ease-in-out infinite;
}

#header {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #00448d !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media(min-width:992px) {
    .slider-content {
        position: absolute;
        top: 30px;
        width: 100%;
        align-items: center;
    }
}

.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #6A489E;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.08s ease, width 0.3s ease, height 0.3s ease;
    z-index: 9999;
}

    .cursor-dot.expand {
        width: 30px;
        height: 30px;
        background-color: rgba(13, 71, 161, 0.3);
    }


#enroll {
    background: #FFE5F6;
}

.read-more {
    position: relative;
    display: inline-block;
    color: #6A489E;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .read-more::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #B80075, #6A489E);
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform-origin: left;
    }

    .read-more:hover {
        color: #B80075;
    }


.h-color {
    color: #1E1E1E;
}

.text-color {
    color: #323232;
}

.title-tag {
    background-color: #fff;
    color: #6A489E;
}

.all-tag {
    background-color: #EFE4FF;
    color: #6A489E;
    width: fit-content;
    font-weight: 500;
}

#who-join {
    background: url(../../assets/img/join-bg-img.webp);
    background: url(../../assets/img/join-bg-img.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.join-box {
    background: #fff;
}

    .join-box .btn-2 {
        position: relative;
        overflow: hidden;
        display: inline-block;
        padding: 10px 20px;
        background-color: #DADADA;
        cursor: pointer;
        color: #000;
        text-decoration: none;
        transition: color 0.4s ease;
        z-index: 0;
    }

        .join-box .btn-2::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background: linear-gradient(to right, #B80075, #6A489E);
            z-index: -1;
            transition: width 0.4s ease;
        }

        .join-box .btn-2:hover::before {
            width: 100%;
        }

        .join-box .btn-2 i {
            margin-left: 8px;
            transition: transform 0.4s ease;
        }

        .join-box .btn-2:hover {
            color: #fff;
        }

            .join-box .btn-2:hover i {
                transform: translateX(6px);
            }


.benefit-box h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}

.benefit-box {
    position: relative;
    background-color: #F2F2F2;
    border-radius: 5px;
    overflow: hidden;
    color: #000;
    transition: color 0.3s ease;
    z-index: 1;
}

    .benefit-box:hover p {
        color: #fff !important;
    }

    .benefit-box::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: linear-gradient(to right, #B80075, #6A489E);
        z-index: 0;
        transition: height 0.4s ease;
        border-radius: 5px;
    }

    .benefit-box:hover::before {
        height: 100%;
    }

    .benefit-box * {
        position: relative;
        z-index: 2;
    }

    .benefit-box .img-hover {
        display: none;
    }

    .benefit-box:hover {
        color: #fff;
    }

        .benefit-box:hover .img-default {
            display: none;
        }

        .benefit-box:hover .img-hover {
            display: block;
        }

#work-for-you {
    background: url(../../assets/img/apna-ghar-apni-dukani-footer-img.webp);
    background: url(../../assets/img/apna-ghar-apni-dukani-footer-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-3 {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 12px 20px 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-3 i {
        rotate: 315deg;
        padding-left: 2px;
        transition: transform 0.3s ease;
    }

    .btn-3:hover {
        background-color: #fff;
        color: #6A489E;
        border-color: #6A489E;
    }

        .btn-3:hover i {
            transform: translateX(4px);
        }

#footer ul li a:hover, #footer .text-hover:hover {
    color: #fff !important;
    font-weight: 700 !important;
}

.aapna-ghar-aapni-logo-img img {
    width: 255px;
}

header .navbar-brand img {
    width: 205px;
}

.content-down {
    margin-top: 97px;
}

@media(max-width: 992px) {
    header .navbar-brand img {
        width: 140px;
    }

    .content-down {
        margin-top: 75px;
    }
}

@media(max-width: 768px) {
    .aapna-ghar-aapni-logo-img img {
        width: 193px;
    }

    .tick-icon img {
        width: 42px;
    }
}

@media(max-width: 576px) {
    .aapna-ghar-aapni-logo-img img {
        margin: auto;
    }
}

#apna-ghar-apni-dukan-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1s ease-in-out;
}

#home-banner {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/*#apna-ghar-apni-dukan-banner {
    background: url('../img/aapna-ghar-ki-dukan-banner.png'), url('../img/aapna-ghar-ki-dukan-banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media(max-width: 992px) {
    #apna-ghar-apni-dukan-banner {
        background: url('../img/aapna-ghar-ki-dukan-tab-banner.png'), url('../img/aapna-ghar-ki-dukan-tab-banner.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media(max-width: 592px) {
    #apna-ghar-apni-dukan-banner {
        background: url('../img/aapna-ghar-ki-dukan-mob-banner.png'), url('../img/aapna-ghar-ki-dukan-mob-banner.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}*/

@media(min-width: 1200px) {
    #apna-ghar-apni-dukan-banner {
        height: 100vh;
    }
}

.home-banner {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media(max-width: 768px) {
    .home-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media(max-width: 576px) {
    .home-banner {
        padding-top: 70px;
        padding-bottom: 375px;
    }
}

#homemakers-hustler-high-returns {
    background: url(../../assets/img/linear-gradient-bg.webp);
    background: url(../../assets/img/linear-gradient-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

@media(min-width: 992px) {
    .durable-mattresses {
        background: url(../img/business-for-you-img.png), url(../img/business-for-you-bg-img.webp);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media(max-width: 1400px) {
    .durable-mattresses {
        background-size: 50%;
    }
}

#apna-ghar-apni-dukaan-business-model {
    background: url(../../assets/img/join-bg-img.webp);
    background: url(../../assets/img/join-bg-img.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg-color-gradient {
    background: linear-gradient(to right, #B80075 0%, #6A489E 100%);
}

.form input, .form label {
    font-family: "DM Sans", sans-serif;
}

.form input, .form textarea {
    border: 1px solid #B8B8B8;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem #b800756e;
}

.bg-light-color {
    background: #FFE5F6;
}

/*    .bg-light-color p i {
        color: #B80075;
    }*/

.icon-pad {
    padding: 13px 20px;
}

.icon-grey {
    color: #7C7C7C !important;
}

.line-grey {
    border: 1px solid #B8B8B8;
}

.contact-details-bottom {
    display: flex;
    flex-direction: column;
}

.contact-bg-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    height: calc(100% - 430px);
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.link-purple-hover:hover {
    color: #B20277;
}

.form-floating > .form-control:focus ~ label::after {
    background-color: unset !important;
}

.acc-border {
    border: 1px solid #7C7C7C;
    border-radius: 4px;
}

.accordion-item {
    border: 1px solid #fff !important;
}

.accordion-button {
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #B80075;
    border-radius: 10px !important;
    transition: color 0.4s ease;
    z-index: 0;
}

    .accordion-button::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to right, #B80075, #6A489E);
        z-index: -1;
        transition: width 0.4s ease;
        border-radius: 3px;
    }

    .accordion-button:hover::before {
        width: 100%;
    }

    .accordion-button:hover {
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

        .accordion-button:hover .accordion-title {
            color: #fff;
        }

    .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }



    .accordion-button::after {
        background-image: url("../img/minus-icon.svg") !important;
        background-size: 1rem;
        background-repeat: no-repeat;
        background-position: center;
        transform: none;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("../img/plus-icon.svg") !important;
        background-size: 1rem;
        background-repeat: no-repeat;
        background-position: center;
        transform: none;
    }

    .accordion-button:hover::after {
        background-image: url("../img/minus-icon-white.svg") !important;
    }

    .accordion-button:not(.collapsed):hover::after {
        background-image: url("../img/plus-icon-white.svg") !important;
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem #b800756b !important;
        outline: none !important;
    }


#sustain-the-business ul li {
    color: #B80075;
}


@media(min-width: 1400px) {
    .card-down-position {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

    @media(max-width: 1400px) and (min-width: 1200px){
        .card-down-position {
            position: absolute;
            bottom: 245px;
            left: 0;
            right: 0;
        }
    }

@media(max-width: 1200px) and (min-width: 992px) {
    .card-down-position {
        position: absolute;
        bottom: 230px;
        left: 0;
        right: 0;
    }
}

.acc-borders {
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    padding: 13px 0 23px 13px;
    background: #fff;
    color: #000;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
    height: 275px
}

    .acc-borders h3,
    .acc-borders h4,
    .acc-borders p {
        transition: color 0.4s ease;
    }

    .acc-borders:hover {
        background-color: #B80075;
        color: #fff;
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

        .acc-borders:hover h3,
        .acc-borders:hover h4,
        .acc-borders:hover p {
            color: #fff;
        }

.icon-brown {
    background: #EFEFEF !important;
    color: #000000 !important;
    padding: 5px 5px 5px 7px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

    .icon-brown:hover {
        background: #B80075 !important;
        color: #fff !important;
    }

.owl-next {
    position: absolute;
    top: 43%;
    right: -32px;
}

.owl-prev {
    position: absolute;
    top: 43%;
    left: -30px;
}


#passion-to-succeed {
    position: relative;
    background-size: 100% auto;
}

    #passion-to-succeed::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 170px;
        background: url(../img/bg-light.png) no-repeat center;
        background-size: 100% 100%;
        pointer-events: none;
        top: 68%;
    }

#apna-ghar-apni-dukan-inner-banner {
    background: #EFE4FF;
}

.inner-headings {
    margin-top: 100px;
    margin-bottom: 100px;
}

.border-grey {
    color: #BBB2C7;
    opacity: unset !important;
}


.text-gradient {
    background: linear-gradient(to right, #B80075 0%, #6A489E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#financial-independence {
    background: url(../img/apna-ghar-apni-dukan-img.png), url(../img/apna-ghar-apni-dukan-img.webp);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left;
}

.cards-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #efe4ff;
    border-radius: 0.5rem;
}

    .cards-box img {
        animation: rotateInfinitely 8s linear infinite;
        display: inline-block;
    }

@keyframes rotateInfinitely {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.border-greys {
    border-top: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    border-right: 1px solid #BABABA;
    padding: 22px 20px;
    background: #fff !important;
}

.bg-light-colors {
    background: #EFE4FF;
    padding: 22px 20px;
    border-top: none;
}

.bg-gradients {
    background: linear-gradient(90deg, #9F1681 0%, #6E439B 100%);
}

.nav-tabs {
    border-bottom: 2px dashed #B80075 !important;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: 2px dashed #B80075 !important;
        background: linear-gradient(90deg, #9F1681 0%, #6E439B 100%) !important;
        color: #fff;
    }



@media(min-width: 576px) {
    .list-style-dot h5 {
        position: relative;
        padding-left: 1.5em;
    }

        .list-style-dot h5::before {
            content: '\2022';
            position: absolute;
            left: 0;
            top: 0px;
            color: #B80075;
            font-size: 39px;
        }
}

.space-gap {
    padding: 0 0 7px 30px;
}

@media(max-width: 576px) {
    .space-gap {
        padding: 0 0 0px 0;
    }
}

.benefit-box:hover h5 {
    color: #fff !important;
}

.navbar-nav .btn {
    width: fit-content;
}

#header .active {
    color: #B20277 !important;
    font-weight: 500 !important;
    position: relative;
}

@media(min-width: 992px) {
    #header .active::before {
        content: '\2022';
        color: #B20277;
        font-size: 30px;
        position: absolute;
        left: 10px;
        top: 51%;
        transform: translateY(-50%);
    }
}

#footer .active {
    color: #fff;
    font-weight: 900;
    position: relative;
}

    #footer .active::before {
        content: '\2022';
        color: #ffffff;
        font-size: 24px;
        position: absolute;
        left: -19px;
        top: 50%;
        transform: translateY(-50%);
    }

.nav-tabs .nav-link:hover {
    border: 2px dashed #B80075 !important;
    background: linear-gradient(90deg, #9F1681 0%, #6E439B 100%) !important;
    color: #fff !important;
}



.join-box {
    position: relative;
    perspective: 600px;
    overflow: hidden;
}

    .join-box .info {
        position: absolute;
        inset: 0;
        padding: 20px;
        pointer-events: none;
        background-color: #B80075;
        transform: rotate3d(1, 0, 0, 90deg);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0;
        opacity: 0;
    }

    .join-box h4,
    .join-box p {
        position: relative;
        z-index: 1;
        user-select: none;
        transition: color 0.5s ease-in-out;
    }

    .join-box:hover h4,
    .join-box:hover p {
        color: #fff !important;
    }


/* Direction origins */
.in-top .info, .out-top .info {
    transform-origin: 50% 0%;
}

.in-right .info {
    transform-origin: 100% 50%;
}

.out-right .info {
    transform-origin: 100% 50%;
}

.in-bottom .info, .out-bottom .info {
    transform-origin: 50% 100%;
}

.in-left .info {
    transform-origin: 0% 50%;
}

.out-left .info {
    transform-origin: 0% 50%;
}

/* IN animations */
.in-top .info {
    animation: in-top 0.5s forwards;
}

.in-right .info {
    animation: in-right 0.5s forwards;
}

.in-bottom .info {
    animation: in-bottom 0.5s forwards;
}

.in-left .info {
    animation: in-left 0.5s forwards;
}

/* OUT animations */
.out-top .info {
    animation: out-top 0.5s forwards;
}

.out-right .info {
    animation: out-right 0.5s forwards;
}

.out-bottom .info {
    animation: out-bottom 0.5s forwards;
}

.out-left .info {
    animation: out-left 0.5s forwards;
}

/* Keyframes */
@keyframes in-top {
    0% {
        transform: rotate3d(-1, 0, 0, 90deg);
        opacity: 0;
    }

    100% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes in-right {
    0% {
        transform: rotate3d(0, -1, 0, 90deg);
        opacity: 0;
    }

    100% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes in-bottom {
    0% {
        transform: rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }

    100% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes in-left {
    0% {
        transform: rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }

    100% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }
}

@keyframes out-top {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: rotate3d(-1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes out-right {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: rotate3d(0, -1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes out-bottom {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes out-left {
    0% {
        transform: rotate3d(0, 0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

#apna-ghar-apni-dukan-inner-about-banner {
    background: url('../img/about-us-banner.png'), url('../img/about-us-banner.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

#apna-ghar-apni-dukan-inner-benefits-banner {
    background: url('../img/benefits-banner-img.png'), url('../img/benefits-banner-img.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

#apna-ghar-apni-dukan-inner-enroll-banner {
    background: url('../img/enroll-banner-img.png'), url('../img/enroll-banner-img.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

#apna-ghar-apni-dukan-inner-contact-banner {
    background: url('../img/contact-us-banner-img.png'), url('../img/contact-us-banner-img.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.inners-headings {
    margin-top: 100px;
    margin-bottom: 460px;
}


@media(max-width: 992px) {
    #apna-ghar-apni-dukan-inner-about-banner {
        background: url('../img/about-us-tab-banner.png'), url('../img/about-us-tab-banner.webp');
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    #apna-ghar-apni-dukan-inner-enroll-banner {
        background: url('../img/enroll-banner-tab-img.png'), url('../img/enroll-banner-tab-img.webp');
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    #apna-ghar-apni-dukan-inner-contact-banner {
        background: url('../img/contact-us-banner-tab-img.png'), url('../img/contact-us-banner-tab-img.webp');
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }

    .inners-headings {
        margin-top: 85px;
        margin-bottom: 70px;
    }
}

@media(max-width: 768px) {
}

@media(max-width: 576px) {
    .bg-white-block {
        background: #ffffffe3;
        width: fit-content;
        margin: auto;
        padding: 15px 20px;
        border-radius: 10px;
        text-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
    }
}
