.mb-0{
    margin-bottom: 0px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-45{
    margin-top: 45px;
}
.mr-10{
    margin-right: 10px;
}

.d-lg-none{
    display: none;
}
.yfp-shop {
    font-family: 'Montserrat', 'Open Sans Bold', Arial, sans-serif!important;
    color: #000;
    text-align: left;
}

.section-index-header {
    /*background: url(../bg/bg-spring-into-social-header01.jpg) no-repeat center center;
    background-size: 100% 100%; */
}

.section-index-header .container {
    padding-top: 10px;
    position: relative;
    /*padding-bottom: 220px;*/
}

.section-index-header .hero-title {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    top: 120px;
}
.row.hero-title .col-lg-12 {
  display: flex;
  flex-wrap: wrap; 
}

.section-index-header h1 {
    font-family: 'Montserrat', 'Open Sans Bold', Arial, sans-serif!important;
    color: #000;
    font-weight: 900;
    margin-top: 20px;
    font-size: 44px;
}

.section-index-header p {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
}

.section-index-header .sale-badge{
    position: absolute;
    right: 20px;
    top: 130px;
}

.section-index-header .promo-ends{
    position: absolute;
    right: -50px;
    bottom: -205px;
    width: 100%;
    max-width: 230px;
}

.section-explore-ecosystem{
    background:#5d48ff;
    color: #fff;
    padding: 30px 10px;
}


.section-explore-ecosystem .promo-ends {
    position: absolute;
    right: 250px;
    bottom: -105px;
    width: 100%;
    max-width: 300px;
}

.section-where-to-start .container{
    padding: 70px 10px 0px!important;
}

.section-explore-ecosystem h1{
    font-weight: 700;
}

.section-explore-ecosystem h2{
    margin-top: -10px;
}

.section-where-to-start {
    background-image: url(../bg/img-cherry-blossom02.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0% 20%!important;
}

.section-where-to-start h2 {
    margin-bottom: 50px;
}

.section-where-to-start p {
    font-size: 20px;
}

.section-where-to-start .flex-container {
    display: flex;
    justify-content: space-between;
}

.section-where-to-start .flex-item {
    flex: 1;
    margin: 0 10px;
}

.section-where-to-start .curve-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    padding: 30px 10px;
    box-shadow: 1px 1px 7px #000000a3;
    margin: 0 auto 90px;
    max-width: 320px;
    color: #000;
}

.section-where-to-start .curve-box:hover{
    color: #fff;
    background:#5d48ff!important;
}

.section-where-to-start a{
    text-decoration: none;
}

.section-promo-products{
    position: relative;
    background: #fff;
    color: #000;
    text-align: left;
    margin-bottom: 150px;
}

.section-promo-products .product-desc .save-badge {
    position: absolute;
    bottom: 0px;
    right: -30px;
    width: 100%;
    max-width: 120px;
}

.section-promo-products hr {
    border-top: 10px solid #5d48ff;
    position: relative;
    z-index: 2;
}

.section-promo-products .line-blue{
    border-top: 1px solid #7bc5d4;
}

.section-promo-products .product-desc{
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
}

.section-promo-products .product-desc.mfb{
    margin-top: 100px;
}

.section-promo-products a{
    text-decoration: underline;
}


.section-promo-products .btn-discover{
    background: #f94c84;
    color: #fff;
    font-size: 16px;
    padding: 10px 50px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.section-promo-products .btn-discover:hover {
    background: #a8254f;
}

.section-promo-products .icon-text {
  display: inline-flex;
  align-items: center;
}

.section-promo-products h2{
    font-size: 28px;
}
    
.section-promo-products p{
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}
 
.section-footer-promo .footer-images {
    display: flex;
    justify-content: space-between;
    position: relative; 
    width: 100%;
}

.section-footer-promo .left-images {
    display: flex;
    gap: 15px;
}

.section-footer-promo .left-images img,
.section-footer-promo .right-image img {
    height: auto; 
    position: absolute;
    bottom: -10px; 
}

.section-footer-promo .left-images img:first-child {
    left: 0; 
    bottom: -20px;
}

.section-footer-promo .left-images img:last-child {
    left: 30px;
    bottom: 0px;
}

.section-footer-promo .right-image img {
    right: 30px;
    bottom: 0px;
}

.section-footer-promo .orange-line {
    width: 100%;
    border: 7px solid #f2cb25;
    margin: 0;
}

.halloween-footer{
    display: none;
}

/* Uncomment if there is Promo Footer
.section-footer-well-educ .leaf01,
.section-footer-well-educ .leaf02{
    display:none !important;
}
*/

@media (max-width: 1700px) {
    .section-index-header .promo-ends {
        width: 100%;
        max-width: 230px;
        right: -90px;
    }
    .yfp-shop .section-where-to-start,.yfp-shop .section-promo-products  {
        background-image:none!important;
    }

}

@media (max-width: 1280px) {
    .section-index-header .promo-ends {
        right: 80px;
    }
    .yfp-shop .section-where-to-start,.yfp-shop .section-promo-products  {
        background-image:none!important;
    }
}

@media (min-width: 1200px) {
    
    .section-promo-products .save-banner {
        position: absolute;
        right: 500px;
        margin-top: -10px;
        z-index: 1;
    }

}

@media (max-width: 1200px) {
    .section-index-header h1 {
        font-size: 36px;
    }
    
    .section-index-header p {
        font-size: 24px;
    }

    .section-footer-promo {
        margin-top: 230px;
    }

    .section-promo-products .save-banner {
        margin: -10px auto 0px;
    }
}

@media (max-width: 991px) {
    .d-md-none{
        display: none;
    }
    .d-md-block{
        display:block!important;
    }
    .section-index-header {
        background-size: cover!important;
    }

    .section-index-header .hero-title .left-image {
        order:2;
    }

    .section-index-header .promo-ends {
        bottom: -30px;
    }
    .section-index-header .sale-badge-sm{
        position: relative;
        display: block;
        margin: auto;
        top: 0px;
        width: 120px;
    }

    .section-explore-ecosystem img{
        max-width: 170px;
    }

    .section-explore-ecosystem h1 {
        font-size: 30px;
    }

    .section-promo-products .product-desc{
        display: block!important;
    }

    .section-promo-products .save-banner{
        right: 0px!important;
    }
    .section-promo-products .product-desc .save-badge {
        bottom: 70px;
        right: 70px;
    }

    .section-footer-promo {
        margin-top: 160px;
    }

    .section-footer-promo img{
        max-width: 30%;
    }
    .section-footer-promo .halloween-footer{
        display: block;
    }
}

@media (max-width: 767px) {
    .section-index-header h1 {
        margin-top: 30px;
    }
   .section-explore-ecosystem h1{
        font-size: 26px;
    }
   .section-explore-ecosystem h2{
        font-size: 24px;
        margin-top: 0px;
    }
    .section-index-header .promo-ends {
        right: 0;
        display: block;
        margin: auto;
    }
    
}

@media (max-width: 680px) {
   .section-index-header h1{
        line-height: 30px;
        font-size: 30px;
    }

    .section-index-header p {
        font-size: 20px;
    }


   .section-explore-ecosystem h1{
        font-size: 22px;
    }

   .section-explore-ecosystem h2{
        font-size: 18px;
    }
    .section-where-to-start p {
        font-size: 18px;
    }
    
}

@media (max-width: 480px) {
    .section-index-header h1 {
        font-size: 24px;
    }
    .section-index-header p {
        font-size: 16px;
    }
    .section-where-to-start h2{
        font-size: 20px;
    }
    .section-where-to-start p {
        font-size: 16px;
        line-height: 24px;
    }
    .section-promo-products p {
        font-size: 16px;
        line-height: 24px;
    }
    .section-promo-products a {
        font-size: 18px;
    }
    .section-promo-products .icon-text img {
        width: 70px;
    }
    .section-promo-products .icon-text h2 {
        font-size: 22px;
    }

}
