@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schoolbell&display=swap');

@font-face {
    font-family: 'Stampatello Faceto';
    src: url('../fonts/stampatello-faceto.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Snowy Delight';
    src: url('../fonts/snowy-delight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Super Joyful';
    src: url('../fonts/super_joyful.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.inner-page-banner {
    background-image: url('../img/inner_page_bg.png');
    background-size: cover;
    background-position: center;
    height: 440px;
    padding-left: 144px;
    padding-right: 168px;
}

.inner-page-p {
    font-family: 'Schoolbell', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0%;
    color: rgba(255, 67, 170, 1);
    padding-top: 160px;
}

.inner-page-p1 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 100, 31, 1);
}

.inner-page-img {
    margin-top: 80px;
}

.aboutus-pattern1 {
    margin-top: 12%;
}

/* Responsive code Here */

@media (max-width: 1440px) {
    .inner-page-banner {
        height: 400px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .inner-page-p {
        font-size: 45px;
        line-height: 48px;
        padding-top: 140px;
    }

    .inner-page-p1 {
        font-size: 24px;
    }

    .inner-page-img {
        margin-top: 100px;
    }
}

@media (max-width: 1200px) {
    .inner-page-banner {
        height: 380px;
        padding-left: 80px;
        padding-right: 80px;
    }

    .inner-page-p {
        font-size: 40px;
        line-height: 44px;
        padding-top: 120px;
    }

    .inner-page-p1 {
        font-size: 22px;
    }

    .inner-page-img {
        margin-top: 100px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .inner-page-banner {
        height: auto;
        padding: 60px 50px;
    }

    .inner-page-banner .row {
        flex-direction: column-reverse;
    }

    .inner-page-p {
        font-size: 38px;
        line-height: 42px;
        padding-top: 30px;
        text-align: center;
    }

    .inner-page-p1 {
        font-size: 20px;
        text-align: center;
    }

    .inner-page-img {
        margin-top: 70px;
        max-width: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .aboutus-pattern1 {
        margin-top: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 576px) {
    .inner-page-banner {
        padding: 40px 20px;
    }

    .inner-page-p {
        font-size: 28px;
        line-height: 32px;
        padding-top: 15px;
    }

    .inner-page-p1 {
        font-size: 16px;
        line-height: 120%;
    }

    .inner-page-img {
        max-width: 250px;
        margin-top: 100px;
    }

    .aboutus-pattern1 {
        max-width: 90%;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .inner-page-banner {
        padding: 30px 15px;
    }

    .inner-page-p {
        font-size: 24px;
        line-height: 28px;
    }

    .inner-page-p1 {
        font-size: 15px;
    }

    .inner-page-img {
        max-width: 200px;
    }
}

/* section 1 */
.about-sec1 {
    padding-left: 144px;
    padding-right: 98px;
    padding-top: 94px;
}

.about-sec1-p {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(130, 209, 28, 1);

    word-break: break-word;
    max-width: 15cm;
    padding-bottom: 75px;
}

.about-sec1-p1 {
    font-family: 'Stampatello Faceto', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0%;
    color: rgba(255, 67, 170, 1);
}

.about-sec1-p2 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(91, 87, 85, 1);

    word-break: break-word;
    max-width: 13cm;
}

.about-sec1-p3 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0%;
    color: rgba(91, 87, 85, 1);

    word-break: break-word;
    max-width: 13cm;
}

.about-sec1-p4 {
    font-family: 'Stampatello Faceto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
    color: rgba(245, 72, 167, 1);
}

.about-sec1-p5 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(91, 87, 85, 1);
}

/* Responsive code Here  */
@media (max-width: 1440px) {
    .about-sec1 {
        padding-left: 100px;
        padding-right: 70px;
        padding-top: 70px;
    }

    .about-sec1-p {
        font-size: 28px;
        padding-bottom: 60px;
    }

    .about-sec1-p1 {
        font-size: 30px;
    }

    .about-sec1-p2 {
        font-size: 19px;
    }

    .about-sec1-p3 {
        font-size: 22px;
    }

    .about-sec1-p4 {
        font-size: 20px;
    }

    .about-sec1-p5 {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .about-sec1 {
        padding-left: 80px;
        padding-right: 50px;
        padding-top: 60px;
    }

    .about-sec1-p {
        font-size: 26px;
        padding-bottom: 50px;
    }

    .about-sec1-p1 {
        font-size: 28px;
    }

    .about-sec1-p2 {
        font-size: 18px;
    }

    .about-sec1-p3 {
        font-size: 20px;
    }

    .about-sec1-p4 {
        font-size: 18px;
    }

    .about-sec1-p5 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .about-sec1 {
        padding-left: 50px;
        padding-right: 30px;
        padding-top: 40px;
    }

    .about-sec1-p {
        font-size: 22px;
        text-align: left;
        padding-bottom: 40px;
    }

    .about-sec1-p1 {
        font-size: 24px;
        text-align: left;
    }

    .about-sec1-p2 {
        font-size: 16px;
        text-align: left;
    }

    .about-sec1-p3 {
        font-size: 18px;
        text-align: left;
    }

    .about-sec1-p4 {
        font-size: 16px;
        text-align: left;
    }

    .about-sec1-p5 {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .about-sec1 {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .about-sec1-p {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .about-sec1-p1 {
        font-size: 22px;
    }

    .about-sec1-p2 {
        font-size: 15px;
    }

    .about-sec1-p3 {
        font-size: 16px;
    }

    .about-sec1-p4 {
        font-size: 15px;
    }

    .about-sec1-p5 {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .about-sec1 {
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .about-sec1-p {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .about-sec1-p1 {
        font-size: 22px;
    }

    .about-sec1-p2 {
        font-size: 16px;
    }

    .about-sec1-p3 {
        font-size: 17px;
    }

    .about-sec1-p4 {
        font-size: 16px;
    }

    .about-sec1-p5 {
        font-size: 16px;
    }
}

/* Section 2 */
.about-sec2 {
    width: 100%;
    height: auto;
    padding-left: 102px;
    padding-right: 75px;
    padding-top: 96px;
    padding-bottom: 117px;
}

.about-sec2-img-card1 {
    background-image: url('../img/aboutus/about-sec2-card1.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 844px;
    width: 594.1px;

    padding-top: 123px;
    padding-left: 65px;
    padding-right: 55px;
    padding-bottom: 100px;
}

.about-sec2-img-card2 {
    background-image: url('../img/aboutus/about-sec2-card2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 809px;
    width: 622px;
    padding-bottom: 100px;
}

.about-sec2-p1 {
    font-family: 'Stampatello Faceto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.96px;
    letter-spacing: 0%;
    color: rgba(130, 209, 28, 1);
}

.about-sec2-p2 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 19.22px;
    line-height: 21.96px;
    letter-spacing: 0%;
    color: rgba(91, 87, 85, 1);
}

.about-sec2-p3 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 21.96px;
    line-height: 24.71px;
    letter-spacing: 0%;
    color: rgba(91, 87, 85, 1);
    padding-bottom: 30px;
}

.about-sec2-img-card2{
    padding-top: 107px;
    padding-left: 91px;
    padding-right: 57px;
}
/* Responsive code Here  */
@media (max-width: 1440px) {
    .about-sec2 {
        padding-left: 70px;
        padding-right: 50px;
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .about-sec2-img-card1 {
        height: 100%;
        width: auto;
        padding-top: 100px;
        padding-left: 50px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    .about-sec2-img-card2 {
        height: 100%;
        width: auto;
        padding-top: 90px;
        padding-left: 70px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    .about-sec2-p1 {
        font-size: 16px;
    }
    .about-sec2-p2 {
        font-size: 17px;
    }
    .about-sec2-p3 {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .about-sec2 {
        padding-left: 50px;
        padding-right: 30px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .about-sec2-img-card1 {
        height: 100%;
        width: auto;
        padding-top: 80px;
        padding-left: 40px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
    .about-sec2-img-card2 {
        height: 100%;
        width: auto;
        padding-top: 80px;
        padding-left: 60px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
    .about-sec2-p1 {
        font-size: 15px;
    }
    .about-sec2-p2 {
        font-size: 16px;
    }
    .about-sec2-p3 {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .about-sec2 {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .about-sec2-img-card1 {
        height: 100%;
        width: auto;
        padding-top: 70px;
        padding-left: 40px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .about-sec2-img-card2 {
        height: 100%;
        width: auto;
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 40px;
    }
    .about-sec2-p1 {
        font-size: 14px;
    }
    .about-sec2-p2 {
        font-size: 15px;
    }
    .about-sec2-p3 {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .about-sec2 {
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .about-sec2-img-card1 {
        height: 100%;
        width: auto;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .about-sec2-img-card2 {
        height: 100%;
        width: auto;
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .about-sec2-p1 {
        font-size: 14px;
    }
    .about-sec2-p2 {
        font-size: 15px;
    }
    .about-sec2-p3 {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .about-sec2 {
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .about-sec2-img-card1 {
        height: 100%;
        width: auto;
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom: 60px;

    }
    .about-sec2-img-card2 {
        height: 100%;
        width: auto;
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom: 40px;

    }
    .about-sec2-p1 {
        font-size: 14px;
    }
    .about-sec2-p2 {
        font-size: 15px;
    }
    .about-sec2-p3 {
        font-size: 16px;
    }
}