@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;
}

.home-banner-sec {
    background: url("/assets/img/banner_bg.png") center / cover no-repeat;
    padding-top: 6% !important;
    padding-bottom: 4% !important;
}

.home-banner-sec-inner {
    height: auto;
}

.home-banner-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: 20% !important;
}

.home-banner-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);

    max-width: 16cm;
    overflow-wrap: break-word;
}

.home-banner-img-container {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: auto;
}

.home-banner-img-bg {
    margin-top: 40px;
    margin-left: 15% !important;
    height: auto;
    width: 100%;
}

.home-banner-img {
    width: 80%;
    height: auto;
}

@media (max-width: 480px) {
    .home-banner-sec {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-banner-p {
        font-size: 38px;
        line-height: 1.15;
        padding-top: 10px !important;
    }

    .home-banner-p1 {
        font-size: 20px;
    }

    .home-banner-img-container {
        justify-content: flex-start;
        margin-top: 20% !important;

    }
}

@media (max-width: 600px) {
    .home-banner-sec {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-banner-p {
        font-size: 38px;
        line-height: 1.15;
        padding-top: 10px !important;
    }

    .home-banner-p1 {
        font-size: 20px;
    }

    .home-banner-img-container {
        justify-content: flex-start;
        margin-top: 30px;

    }
}

@media (max-width: 768px) {
    .home-banner-sec {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-banner-p {
        font-size: 38px;
        line-height: 1.15;
        padding-top: 10px !important;
    }

    .home-banner-p1 {
        font-size: 20px;
    }

    .home-banner-img-container {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .home-banner-sec {
        padding-top: 10% !important;
        padding-bottom: 15% !important;
    }

    .home-banner-p {
        font-size: 46px;
        line-height: 50px;
    }

    .home-banner-p1 {
        font-size: 24px;
    }

    .home-banner-img-bg {
        max-width: 450px;
        margin-left: 12%;
        margin-top: 40px;
    }
}

@media (max-width: 1440px) {
    .home-banner-sec {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .home-banner-p {
        font-size: 50px;
        line-height: 56px;
        padding-top: 120px;
    }

    .home-banner-p1 {
        font-size: 26px;
    }

    .home-banner-img-bg {
        max-width: 550px;
        margin-left: 15%;
    }
}


/* Section 2 */
.home-sec2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    padding: 50px 0;
    min-height: 350px;
}

.sec2-pattern1 {
    position: absolute;
    top: 20px;
    left: 0%;
}

.sec2-pattern2 {
    position: absolute;
    bottom: 10px;
    left: 17%;
}

.sec2-pattern3 {
    position: absolute;
    bottom: 20px;
    left: 25%;
}

.sec2-pattern4 {
    position: absolute;
    top: 0px;
    right: 21%;
}

.sec2-pattern5 {
    position: absolute;
    bottom: 20px;
    right: 24%;
}

.sec2-carousel-container {
    width: calc(3 * 200px + 2 * 30px);
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.sec2-carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
}

.sec2-carousel-track img {
    flex-shrink: 0;
    width: 200px;
    height: auto;
}

.home-sec2-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 47px;
}

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

    max-width: 15cm;
    overflow-wrap: break-word;
}

.sec2-pattern6 {
    position: absolute;
    top: 40%;
    left: 15%;
}

.sec2-pattern7 {
    position: absolute;
    top: 40%;
    right: 10%;
}


@media (max-width: 991px) {
    .home-sec2 {
        margin-top: 50px;
        padding: 40px 0;
        min-height: auto;
    }

    .sec2-carousel-container {
        width: calc(2 * 290px + 1 * 20px);
    }

    .sec2-carousel-track {
        gap: 20px;
    }

    .sec2-carousel-track img {
        width: 180px;
    }

    .home-sec2-1 {
        margin-top: 35px;
    }

    .home-sec2-1 p {
        font-size: 26px;
    }

    .sec2-pattern1 {
        top: 10px;
        left: 5%;
    }

    .sec2-pattern2 {
        bottom: 10px;
        left: 10%;
    }

    .sec2-pattern3 {
        bottom: 15px;
        left: 20%;
    }

    .sec2-pattern4 {
        top: 0;
        right: 10%;
    }

    .sec2-pattern5 {
        bottom: 15px;
        right: 15%;
    }

    .sec2-pattern6 {
        left: 8%;
    }

    .sec2-pattern7 {
        right: 8%;
    }
}

@media (max-width: 768px) {
    .home-sec2 {
        margin-top: 50px;
        padding: 40px 0;
        min-height: auto;
    }

    .sec2-carousel-container {
        width: calc(2 * 190px + 1 * 20px);
    }

    .sec2-carousel-track {
        gap: 20px;
    }

    .sec2-carousel-track img {
        width: 180px;
    }

    .home-sec2-1 {
        margin-top: 35px;
    }

    .home-sec2-1 p {
        font-size: 26px;
    }

    .sec2-pattern1 {
        top: 10px;
        left: 5%;
    }

    .sec2-pattern2 {
        bottom: 10px;
        left: 10%;
    }

    .sec2-pattern3 {
        bottom: 15px;
        left: 20%;
    }

    .sec2-pattern4 {
        top: 0;
        right: 10%;
    }

    .sec2-pattern5 {
        bottom: 15px;
        right: 15%;
    }

    .sec2-pattern6 {
        top: 70%;
        left: 8%;
    }

    .sec2-pattern7 {
        top: 70%;
        right: 8%;
    }
}

@media (max-width: 591px) {
    .home-sec2 {
        margin-top: 50px;
        padding: 40px 0;
        min-height: auto;
    }

    .sec2-carousel-container {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(2 * 250px);
    }

    .sec2-carousel-track {
        gap: 20px;
    }

    .sec2-carousel-track img {
        width: 180px;
    }

    .home-sec2-1 {
        margin-top: 35px;
    }

    .home-sec2-1 p {
        font-size: 26px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec2-pattern1 {
        top: 0px;
        left: 0%;
    }

    .sec2-pattern2 {
        bottom: 10px;
        left: 0%;
    }

    .sec2-pattern3 {
        bottom: 15px;
        left: 25%;
    }

    .sec2-pattern4 {
        top: 0;
        right: 10%;
    }

    .sec2-pattern5 {
        bottom: 15px;
        right: 15%;
    }

    .sec2-pattern6 {
        left: 0%;
        top: 80%;
    }

    .sec2-pattern7 {
        right: 0%;
        top: 80%;
    }
}

/* Section 5 */
.home-sec5 {
    position: absolute;
    display: flex;
    gap: 30px;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
}

.home-sec5-img {
    width: 375px;
    height: auto;
}

@media (max-width: 1440px) {
    .home-sec5 {
        top: 2%;
        gap: 25px;
    }

    .home-sec5-img {
        width: 480px;
    }
}

@media (max-width: 1024px) {
    .home-sec5 {
        flex-direction: column;
        top: 2%;
        bottom: 2%;
        gap: 15px;
        align-items: center;
    }

    .home-sec5-img {
        width: 480px;
    }
}

@media (max-width: 768px) {
    .home-sec5 {
        flex-direction: column;
        top: 2%;
        gap: 15px;
        align-items: center;
    }

    .home-sec5-img {
        width: 450px;
    }
}

@media (max-width: 591px) {
    .home-sec5 {
        top: 2%;
        gap: 15px;
    }

    .home-sec5-img {
        width: 420px;
    }
}

@media (max-width: 480px) {
    .home-sec5 {
        top: 2%;
        gap: 15px;
    }

    .home-sec5-img {
        width: 360px;
    }
}

@media (max-width: 375px) {
    .home-sec5 {
        top: 8%;
        gap: 12px;
    }

    .home-sec5-img {
        width: 250px;
    }
}

/* Section 3 */
.home-sec3 {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 30%;
    overflow: visible;
}

.home-sec3-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.home-sec3-card {
    background: url('/assets/img/home-sec3-card.svg') center / cover no-repeat;
    position: absolute;
    top: -400px;
    left: 10%;
    width: 759px;
    height: 523px;
    z-index: 15;
}

.home-sec3-card-p {
    font-family: 'Stampatello Faceto', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    color: rgba(255, 67, 170, 1);
    padding-left: 20%;
    padding-top: 67px;
}

.home-sec3-card-p1 {
    padding-left: 20%;
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(91, 87, 85, 1);
    padding-top: 12px;
}

.home-sec3-pattern1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    margin: 0;
    padding: 0;
    display: block;
    /* vertical-align: bottom; */
}

.home-sec3-pattern-container {
    position: absolute;
    top: 30%;
    left: 54%;
    right: 48px;
}

.home-sec3-pattern-container-p1 {
    font-family: 'Super Joyful', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.home-sec3-pattern-container-p2 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.home-sec3-pattern-container-p3 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.home-sec3-img {
    position: absolute;
    top: -35%;
    right: 20%;
    width: 350px;
    height: auto;
    z-index: 20;
}

/* Video in image shape container */
.home-sec3-img-container {
    position: absolute;
    top: -35%;
    right: 20%;
    width: 350px;
    height: auto;
    z-index: 20;
    overflow: hidden;
}

.home-sec3-img-mask {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}

.home-sec3-video-shaped {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    -webkit-mask-image: url('/assets/img/home/home-sec3-img1.png');
    mask-image: url('/assets/img/home/home-sec3-img1.png');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

@media (max-width: 1440px) {
    .home-sec3 {
        margin-top: 65vh;
    }

    .home-sec3-card {
        top: -60vh;
        left: 5%;
        width: 800px;
        height: 550px;
    }

    .home-sec3-pattern-container {
        top: 30%;
        left: 10%;
        right: 10%;
        text-align: left;
    }

    .home-sec3-card-p,
    .home-sec3-card-p1 {
        padding-left: 20%;
        padding-right: 20%;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .home-sec3-img,
    .home-sec3-img-container {
        top: -35%;
        right: 10%;
        width: 30vw;
    }
}

@media (max-width: 1240px) {
    .home-sec3 {
        margin-top: 55vh;
    }

    .home-sec3-card {
        top: -50vh;
        left: 2%;
        width: 850px;
        height: 580px;
    }

    .home-sec3-pattern-container {
        top: 35%;
        left: 10%;
        right: 10%;
        text-align: left;
    }

    .home-sec3-img,
    .home-sec3-img-container {
        top: -25%;
        right: 10%;
        width: 25vw;
    }
}

@media (max-width: 1059px) {
    .home-sec3 {
        margin-top: 85vh;
        padding-bottom: 60px;
    }

    .home-sec3-card {
        position: relative;
        top: -80%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 660px;
    }

    .home-sec3-card-p,
    .home-sec3-card-p1 {
        padding-left: 20%;
        padding-right: 20%;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .home-sec3-pattern-container {
        position: relative;
        top: -55%;
        left: 10%;
        right: 100px;
        margin: 0 auto;
        text-align: left;
        padding-right: 130px;
    }

    .home-sec3-img,
    .home-sec3-img-container {
        position: relative;
        top: -140%;
        right: auto;
        left: 40%;
        transform: translateX(-50%);
        width: 40%;
        margin: 20px auto 0;
        display: block;
    }
}

@media (max-width: 768px) {
    .home-sec3 {
        margin-top: 88vh;
        padding-bottom: 60px;
    }

    .home-sec3-card {
        position: relative;
        top: -65%;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 550px;
    }

    .home-sec3-card-p,
    .home-sec3-card-p1 {
        padding-left: 10%;
        padding-right: 10%;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .home-sec3-pattern-container {
        position: relative;
        top: -55%;
        left: 10%;
        right: 100px;
        margin: 0 auto;
        text-align: left;
        padding-right: 80px;
    }

    .home-sec3-img,
    .home-sec3-img-container {
        /* position: relative;
        top: -120%;
        right: auto;
        left: 45%;
        transform: translateX(-50%);
        width: 50%;
        margin: 20px auto 0;
        display: block; */
        display: none;
    }

    .home-sec3-pattern1 {
        display: none;
    }
}

@media (max-width: 480px) {
    .home-sec3 {
        margin-top: 88vh;
        padding-bottom: 60px;
    }

    .home-sec3-card {
        position: relative;
        top: -75%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 700px;
    }

    .home-sec3-card-p,
    .home-sec3-card-p1 {
        padding-left: 10%;
        padding-right: 10%;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .home-sec3-pattern-container {
        position: relative;
        top: -65%;
        left: 10%;
        right: 100px;
        margin: 0 auto;
        text-align: left;
        padding-right: 80px;
    }

    .home-sec3-img,
    .home-sec3-img-container {
        /* position: relative;
        top: -160%;
        right: auto;
        left: 40%;
        transform: translateX(-50%);
        width: 60%;
        margin: 20px auto 0;
        display: block; */
        display: none;
    }
}


@media (max-width: 352px) {
    .home-sec3-card {
        position: relative;
        top: -75%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 700px;
    }
    .home-sec3-card-p,
    .home-sec3-card-p1 {
        padding-left: 10%;
        padding-right: 0%;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .home-sec3-pattern-container {
        position: relative;
        top: -80%;
        left: 10%;
        text-align: left;
        padding-right: 80px;
    }

    .home-sec3-img,
    .home-sec3-img-container {
        /* position: relative;
        top: -190%;
        right: auto;
        left: 40%;
        transform: translateX(-50%);
        width: 70%;
        margin: 20px auto 0;
        display: block; */
        display: none;
    }
    .home-sec3-pattern-container-p1{
        padding-top: 145px;
    }
}

/* Section 4 */
.home-sec4 {
    padding-right: 131px;
    padding-left: 150px;
    position: relative;
    overflow: visible;
    margin-bottom: 10%;
}

.home-sec4-p {
    font-family: 'Stampatello Faceto', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0%;
    color: rgba(255, 67, 170, 1);

    max-width: 6cm;
    overflow-wrap: break-word;
}

.home-sec4-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);

    max-width: 12cm;
    overflow-wrap: break-word;
}

.home-sec4-p1,
.home-sec4-p3{
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0%;
    color: rgba(255, 100, 31, 1);

    max-width: 11cm;
    overflow-wrap: break-word;
}

.home-sec4-p1 {
    color: rgba(255, 100, 31, 1);
}
.home-sec4-p3 {
    color: rgba(130, 209, 28, 1);
}

.home-sec4-right-container{
    position: absolute;
    right: 200px;
}

.home-sec4-arrow1 {
    display: block;
    margin: 0;
    position: relative;
    left: -190px;
}

.home-sec4-arrow2 {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.home-sec4-wrapper {
    position: relative;
    overflow: visible;
}

.home-sec4-pattern1 {
    position: absolute;
    top: 40%;
    left: 3%;
    z-index: 1;
}
.home-sec4-pattern2{
    position: absolute;
    bottom: -5%;
    left: 5%;
    z-index: 1;
}
.home-sec4-pattern3{
    position: absolute;
    bottom: -15%;
    left: 10%;
    z-index: 1;
}
.home-sec4-pattern4{
    position: absolute;
    bottom: -8%;
    left: 18%;
    z-index: 1;
}
.home-sec4-pattern5 {
    position: absolute;
    top: 30%;
    right: 4%;
    z-index: 1;
}
.home-sec4-pattern6{
    position: absolute;
    top: 50%;
    right: 18%;
    z-index: 1;
}
.home-sec4-pattern7{
    position: absolute;
    top: 62%;
    right: 16%;
    z-index: 1;
}

/* Section 4 Responsive Code Here */
@media (max-width: 1200px) {
    .home-sec4 {
        padding-right: 80px;
        padding-left: 100px;
        padding-top: 60px;
    }

    .home-sec4-right-container {
        right: 100px;
    }

    .home-sec4-arrow1 {
        left: -120px;
    }
}

@media (max-width: 1200px) {
    .home-sec4 {
        padding-right: 60px;
        padding-left: 60px;
        padding-top: 50px;
        margin-bottom: 15%;
    }

    .home-sec4 .row {
        flex-direction: column;
        align-items: center;
    }

    .home-sec4 .col-md-6 {
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }

    .home-sec4-right-container {
        position: relative;
        right: auto;
    }

    .home-sec4-arrow1,
    .home-sec4-arrow2 {
        display: none;
    }

    .home-sec4-p {
        font-size: 24px;
        line-height: 34px;
        max-width: 100%;
    }

    .home-sec4-p1,
    .home-sec4-p3 {
        font-size: 22px;
        line-height: 25px;
        max-width: 100%;
    }

    .home-sec4-p2 {
        font-size: 19px;
        line-height: 22px;
        max-width: 100%;
    }

    .home-sec4-pattern1,
    .home-sec4-pattern2,
    .home-sec4-pattern3,
    .home-sec4-pattern4,
    .home-sec4-pattern5,
    .home-sec4-pattern6,
    .home-sec4-pattern7 {
        display: none;
    }
}

@media (max-width: 992px) {
    .home-sec4 {
        padding-right: 60px;
        padding-left: 60px;
        padding-top: 50px;
        margin-bottom: 15%;
    }

    .home-sec4 .row {
        flex-direction: column;
        align-items: center;
    }

    .home-sec4 .col-md-6 {
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }

    .home-sec4-right-container {
        position: relative;
        right: auto;
    }

    .home-sec4-arrow1,
    .home-sec4-arrow2 {
        display: none;
    }

    .home-sec4-p {
        font-size: 24px;
        line-height: 34px;
        max-width: 100%;
    }

    .home-sec4-p1,
    .home-sec4-p3 {
        font-size: 22px;
        line-height: 25px;
        max-width: 100%;
    }

    .home-sec4-p2 {
        font-size: 19px;
        line-height: 22px;
        max-width: 100%;
    }

    .home-sec4-pattern1,
    .home-sec4-pattern2,
    .home-sec4-pattern3,
    .home-sec4-pattern4,
    .home-sec4-pattern5,
    .home-sec4-pattern6,
    .home-sec4-pattern7 {
        display: none;
    }
}

@media (max-width: 768px) {
    .home-sec4 {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 40px;
        margin-bottom: 20%;
    }

    .home-sec4-p {
        font-size: 22px;
        line-height: 30px;
    }

    .home-sec4-p1,
    .home-sec4-p3 {
        font-size: 20px;
        line-height: 23px;
    }

    .home-sec4-p2 {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 576px) {
    .home-sec4 {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 50px;
    }

    .home-sec4 .col-md-6 {
        margin-bottom: 20px;
    }

    .home-sec4-p {
        font-size: 20px;
        line-height: 28px;
    }

    .home-sec4-p1,
    .home-sec4-p3 {
        font-size: 18px;
        line-height: 21px;
    }

    .home-sec4-p2 {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 480px) {
    .home-sec4 {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
    }

    .home-sec4-p {
        padding-top: 20px;
        font-size: 18px;
        line-height: 26px;
    }

    .home-sec4-p1,
    .home-sec4-p3 {
        font-size: 17px;
        line-height: 20px;
    }

    .home-sec4-p2 {
        font-size: 15px;
        line-height: 18px;
    }
}