.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

html {
    scroll-padding-top: 90px;
}

#body {
    background-color: #f5f7ff;
    color: #101828;
    font-family: "Poppins", sans-serif;
}

.joy-navbar-landing {
    background-color: #f5f7ff !important;
}

.joy-bg-gradient-blueish-blue {
    background: linear-gradient(to bottom, #f5f7ff 90%, #e6e8f6 100%);
}

.joy-bg-gradient-blueish-white {
    background: linear-gradient(to bottom, #f5f7ff 90%, #ffffff 100%);
}

.joy-landing-row {
    max-width: 500px;
    margin: 0 auto;
}

.joy-landing-row-100 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.joy-landing-btn-container {
    max-width: 250px;
}

.joy-landing-row-intro {
    max-width: 1200px;
    min-height: 600px;
    max-height: 1200px;
    margin: auto;
}

.joy-landing-how {
    max-width: 1200px;
    margin: auto;
}

.joy-landing-how p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.joy-landing-how-img {
    width: 100%;
    max-width: 120px;
    padding: 20px;
}

.joy-landing-row h1 {
    color: #101828;
    font-size: 36px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.joy-landing-description-p {
    color: #475467;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.joy-landing-stripe-div {
    height: 300px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.joy-landing-stripe {
    width: 100%;
    height: 80px;
}

.joy-landing-kid-left {
    position: absolute;
    right: 50%;
    top: 20px;
    translate: 14px;
    width: calc(204px * 1);
    height: calc(224px * 1);
}

.joy-landing-kid-right {
    position: absolute;
    left: 50%;
    top: 66px;
    translate: -40px;
    width: calc(238px * 1);
    height: calc(201px * 1);
}

.joy-landing-services-card {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(25, 28, 84, 1) 70%),
        url("/images/landing/services_bg.png") no-repeat center;
    background-size: cover;
    background-position: 50% 20%;
    border-radius: 10px;
    max-width: 1200px;
    margin: auto;
}

.joy-landing-services-bg {
    background: #545ae3;
    border-radius: 8px;
    display: inline-block;
    padding: 0px 12px;
}

.joy-landing-services-bg p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
}

.joy-landing-services-bg h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.joy-landing-services-card h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.joy-landing-services-p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.joy-landing-services-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 20px;
    padding-bottom: 10px;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.joy-landing-services-carousel::-webkit-scrollbar {
    display: none;
}

.joy-landing-services-carousel-item {
    flex: 0 0 auto;
    min-height: 200px;
    width: 100%;
    margin-right: 20px;
    scroll-snap-align: start;
}

.joy-landing-services-carousel-controls {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 40px 20px;
}

.joy-landing-services-carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.joy-landing-services-carousel-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 5px;
}

.joy-landing-services-carousel-dot-active {
    background-color: #9da1ff;
}

.joy-landing-img-circle {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: #ebefff;
    border-radius: 50%;
    border: 6px solid #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.joy-landing-carousel-arrow {
    color: #ffffff;
    font-size: 28px;
    justify-content: center;
    cursor: pointer;
}

.joy-landing-locations {
    background-color: #f9fafb;
    box-shadow: 0px 0px 16px #d3d3d3;
    padding: 40px 40px 10px 40px;
    margin: auto;
}

.joy-landing-locations h2 {
    color: #3039f6;
    font-size: 14px;
    line-height: 20px;
}

.joy-landing-locations h1 {
    color: #23242a;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}

.joy-landing-locations p {
    color: #23242a;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.joy-landing-locations-img {
    width: 100%;
    max-width: 400px;
}

.joy-landing-explain-row {
    background-color: #e6e8f6;
    margin: auto;
}

.joy-landing-explain-card {
    background: linear-gradient(to bottom, #ffffff 82%, #f6f5ff 100%);
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.joy-landing-explain-support {
    padding: 30px 30px 0 30px;
}

.joy-landing-explain-support h1 {
    color: #101828;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}

.joy-landing-explain-support p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.joy-landing-explain-support span {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.joy-landing-explain-images-container {
    position: relative;
    height: 238px;
}

.joy-landing-explain-img-back {
    position: absolute;
    bottom: 0;
    left: calc(50% - 150px);
    width: 217px;
    height: 238px;
    box-shadow: 0px 0px 16px #d3d3d3;
}

.joy-landing-explain-img-front {
    position: absolute;
    bottom: 0;
    left: calc(50% + 5px);
    width: 153px;
    height: 203px;
    box-shadow: 0px 0px 16px #d3d3d3;
}

.joy-landing-row-contact {
    max-width: 400px;
    margin: 0 auto;
}

.joy-landing-row-contact h1 {
    color: #101828;
    font-size: 36px;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 40px;
}

.joy-landing-bg-filler {
    background-color: #e6e8f6;
    height: 220px;
    width: 100%;
    left: 50%;
    top: 80px;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
}

.joy-landing-blog-card {
    max-width: 800px;
    margin: auto;
    margin-top: 3rem;
    padding: 5rem 2rem;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px #d3d3d3;
}

@media (min-width: 768px) {
    .joy-landing-row {
        max-width: none;
        width: 100%;
        margin: 0 auto;
    }
    .joy-landing-services-carousel-controls {
        display: none;
    }

    .joy-landing-services-carousel-item {
        flex: 0 1 auto;
        min-height: 200px;
        width: 100%;
        margin-right: 20px;
        scroll-snap-align: start;
    }

    .joy-landing-services-carousel-item:last-child {
        margin-right: 0;
    }

    .joy-landing-explain-images-container {
        position: relative;
        height: 100%;
    }

    .joy-landing-btn-container {
        max-width: 100%;
    }

    .joy-landing-bg-filler {
        background-color: #e6e8f6;
        height: 220px;
        width: 100%;
        left: 50%;
        top: 50px;
        position: absolute;
        transform: translateX(-50%);
        z-index: -1;
    }

    .joy-landing-kid-left {
        position: absolute;
        left: calc(50% - 56px);
        top: calc(50% - 40px);
        translate: -50% -50%;
        width: calc(204px * 1.2);
        height: calc(224px * 1.2);
    }

    .joy-landing-kid-right {
        position: absolute;
        left: calc(50% + 100px);
        top: calc(50% + 75px);
        translate: -50% -50%;
        width: calc(238px * 1.2);
        height: calc(201px * 1.2);
    }

    .joy-landing-how p {
        font-size: 18px;
    }

    .joy-landing-row-intro {
        padding-bottom: 40px;
        height: calc(100vh - 200px);
        display: flex;
        align-items: center;
    }

    .joy-landing-row-intro h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .joy-landing-description-p {
        font-size: 24px;
        line-height: 28px;
    }

    .joy-landing-locations h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .joy-landing-locations h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .joy-landing-explain-support h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .joy-landing-explain-support p {
        font-size: 18px;
        line-height: 28px;
    }

    .joy-landing-explain-support span {
        font-size: 18px;
        line-height: 28px;
    }

    .joy-landing-explain-img-back {
        position: absolute;
        bottom: 0;
        left: calc(50% - 150px);
        width: calc(217px * 1.2);
        height: calc(238px * 1.2);
        box-shadow: 0px 0px 16px #d3d3d3;
    }

    .joy-landing-explain-img-front {
        position: absolute;
        bottom: 0;
        left: calc(50% + 5px);
        width: calc(153px * 1.2);
        height: calc(203px * 1.2);
        box-shadow: 0px 0px 16px #d3d3d3;
    }
}

@media (min-width: 1200px) {
    .joy-landing-row-intro h1 {
        font-size: 72px;
        line-height: 80px;
    }

    .joy-landing-description-p {
        font-size: 20px;
        line-height: 35px;
    }

    .joy-landing-kid-left {
        position: absolute;
        left: calc(50% - 120px);
        top: calc(50% - 20px);
        translate: -50% -50%;
        width: calc(204px * 1.5);
        height: calc(224px * 1.5);
    }

    .joy-landing-kid-right {
        position: absolute;
        left: calc(50% + 100px);
        top: calc(50% + 140px);
        translate: -50% -50%;
        width: calc(238px * 1.5);
        height: calc(201px * 1.5);
    }

    .joy-landing-explain-img-back {
        position: absolute;
        bottom: 0;
        left: calc(50% - 150px);
        width: calc(217px * 1.5);
        height: calc(238px * 1.5);
        box-shadow: 0px 0px 16px #d3d3d3;
    }

    .joy-landing-explain-img-front {
        position: absolute;
        bottom: 0;
        left: calc(50% + 5px);
        width: calc(153px * 1.5);
        height: calc(203px * 1.5);
        box-shadow: 0px 0px 16px #d3d3d3;
    }
}

@media (min-width: 1400px) {
    .joy-landing-row-intro {
        min-width: 1400px;
        padding-bottom: 40px;
        height: calc(100vh - 200px);
        display: flex;
        align-items: center;
    }

    .joy-landing-row-intro h1 {
        font-size: 90px;
        line-height: 100px;
    }

    .joy-landing-description-p {
        font-size: 34px;
        line-height: 42px;
    }

    .joy-landing-kid-left {
        position: absolute;
        left: calc(50% - 160px);
        top: calc(50% - 40px);
        translate: -50% -50%;
        width: calc(204px * 1.7);
        height: calc(224px * 1.7);
    }

    .joy-landing-kid-right {
        position: absolute;
        left: calc(50% + 130px);
        top: calc(50% + 110px);
        translate: -50% -50%;
        width: calc(238px * 1.7);
        height: calc(201px * 1.7);
    }

    .joy-landing-explain-img-back {
        position: absolute;
        bottom: 0;
        left: calc(50% - 150px);
        width: calc(217px * 1.5);
        height: calc(238px * 1.5);
        box-shadow: 0px 0px 16px #d3d3d3;
    }

    .joy-landing-explain-img-front {
        position: absolute;
        bottom: 0;
        left: calc(50% + 5px);
        width: calc(153px * 1.5);
        height: calc(203px * 1.5);
        box-shadow: 0px 0px 16px #d3d3d3;
    }
}

@media (min-width: 1600px) {
    .joy-landing-kid-left {
        position: absolute;
        left: calc(50% - 100px);
        top: calc(50% - 40px);
        translate: -50% -50%;
        width: calc(204px * 2);
        height: calc(224px * 2);
    }

    .joy-landing-kid-right {
        position: absolute;
        left: calc(50% + 220px);
        top: calc(50% + 140px);
        translate: -50% -50%;
        width: calc(238px * 2);
        height: calc(201px * 2);
    }
}

