p,
li,
span,
a {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fredoka", sans-serif;
}

.space-bottom-top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.main-heading p {
    margin-bottom: 0;
    margin-top: 30px;
    color: black;
    font-size: 21px;
    font-family: 'Fredoka';
    font-weight: 400;
}

/* btn */
.btn-17,
.btn-17 *,
.btn-17 :after,
.btn-17 :before,
.btn-17:after,
.btn-17:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-17 {
    background-color: #d01d23;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.btn-17:disabled {
    cursor: default;
}

.btn-17:-moz-focusring {
    outline: auto;
}

.btn-17 svg {
    display: block;
    vertical-align: middle;
}

.btn-17 [hidden] {
    display: none;
}

.btn-17 {
    border-radius: 99rem;
    border-width: 2px;
    padding: 0.8rem 3rem;
    z-index: 0;
}

.btn-17,
.btn-17 .text-container {
    overflow: hidden;
    position: relative;
}

.btn-17 .text-container {
    display: block;
}

.btn-17 .text {
    display: block;
    position: relative;
}

.btn-17:hover .text {
    -webkit-animation: move-up-alternate 0.3s forwards;
    animation: move-up-alternate 0.3s forwards;
}

@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

.btn-17:after,
.btn-17:before {
    --skew: 0.2;
    background: #133e60;
    content: "";
    display: block;
    height: 102%;
    left: calc(-50% - 50% * var(--skew));
    pointer-events: none;
    position: absolute;
    top: -104%;
    transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
    transition: transform 0.2s ease;
    width: 100%;
}

.btn-17:after {
    --progress: 0%;
    left: calc(50% + 50% * var(--skew));
    top: 102%;
    z-index: -1;
}

.btn-17:hover:before {
    --progress: 100%;
}

.btn-17:hover:after {
    --progress: -102%;
}

.main-button {
    margin-top: 26px;
}

/* btn */

input[type="submit"] {
    background-color: #d01d23;
    background-image: none;
    color: #fff;
    font-size: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    width: 49%;
    padding: 9px 0;
    border: none;
    border-radius: 99rem;
    transition: 0.3s;
}


input[type="submit"]:hover {
    background-color: #133e60;
    transition: 0.3s;
}


.main-heading {
    text-align: center;
    margin-bottom: 20px;
}

.main-heading h2 {
    font-weight: 700;
    line-height: 48px;
    font-size: 35px;
    position: relative;
}

.main-heading h2:after {
    position: absolute;
    content: '';
    left: 46%;
    bottom: -30%;
    height: 6px;
    width: 58px;
    background-image: url(../imgs/heading-line.png);
    background-position: center;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}

.main-heading h6 {
    color: #d01d23;
}

/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* insider banner */
.insider-banner {
    background-image: url(../imgs/inner-page-banner.webp);
    height: 700px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #0000009e;
    background-position: bottom;
}

.insider-banner .pre-school h4 {
    font-size: 60px;
    color: white;
    text-transform: capitalize;
}

.insider-banner .pre-school p {
    color: white;
    font-size: 25px;
    font-weight: 200;
}

.partner-about {
    margin-top: 80px;
}

.nav-link:focus, .nav-link:hover {
    color: white;
}

.insider-banner .pre-school-menu {
    margin-top: 50px;
    background: #d01d23;
    padding: 10px 26px;
    border-radius: 10px;
}

.insider-banner .pre-school-menu ol {
    margin-bottom: 0;
}

.insider-banner .pre-school-menu ol li {
    color: white;
}

.insider-banner .pre-school-menu ol li a {
    color: white;
}

.insider-banner .pre-school-menu .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.insider-banner .pre-school {
    padding-top: 50px;
}

/* insider banner */

/* form */
.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    height: 60px;
    background-color: white;
    color: #7E8185;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px;
    font-family: 'Poppins';
    border: 1px solid #e1e1e1;
}

.form-one textarea {
    padding-top: 10px;
}

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0;
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.get-in-touch-form .kidearn-btn--xl {
    margin-top: 10px;
    padding: 11px 50px;
    font-weight: 500;
}

.get-in-touch-form .main-button {
    margin-top: 0;
}

.get-in-touch-image {
    position: relative;
    z-index: 2;
    width: 80%;

    /* Apply SVG mask for both WebKit and standard browsers */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 555 573" xmlns="http://www.w3.org/2000/svg"><path d="M554.18 277.09C540.985 473.307 446.919 479.365 277.09 554.18C119.604 623.557 0 485.225 0 277.09C0 100.449 124.057 0 277.09 0C493.739 0 554.18 124.057 554.18 277.09Z" fill="black"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 555 573" xmlns="http://www.w3.org/2000/svg"><path d="M554.18 277.09C540.985 473.307 446.919 479.365 277.09 554.18C119.604 623.557 0 485.225 0 277.09C0 100.449 124.057 0 277.09 0C493.739 0 554.18 124.057 554.18 277.09Z" fill="black"/></svg>');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center center;
    mask-position: center center;

    -webkit-mask-size: cover;
    mask-size: cover;

    margin-top: -30px;
    margin-left: 60px;
}

.get-in-touch-image img {
    width: 100%;
}

.get-in-touch-circle-shape {
    position: relative;
}

.get-in-touch-circle-shape img {
    position: absolute;
    width: 80%;
    top: -43px;
    right: 10px;
    -webkit-animation: rotated2 6s infinite linear;
    animation: rotated2 6s infinite linear;
}

.get-in-touch .main-heading,
.retailers-section .main-heading {
    margin-bottom: 60px;
}

/* form */

/* accordions */
.accordions-space {
    margin-top: 60px;
}

.why-pre-school .accordion-button {
    background-color: #fff;
    margin: 0;
    position: relative;
    color: #0B2038;
    border-radius: 12px;
    padding: 20.5px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 20px;
}

.why-pre-school .accordion-body {
    padding: 1rem 1.25rem;
    background: #faf5f2;
    margin-top: -18px;
    font-family: 'poppins';
    color: #787878;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.why-pre-school .accordion-item {
    background-color: inherit;
    border: inherit;
}

.why-pre-school button:focus:not(:focus-visible) {
    z-index: 3;
    border-color: inherit !important;
    outline: inherit !important;
    box-shadow: inherit !important;
}

.why-pre-school .pre-school-image img {
    width: 100%;
    border-radius: 36px;
}

.why-pre-school .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 13px;
}

.desktop-hide {
    display: none;
}

/* accordions */

@media(max-width:768px) {
    .btn-17 {
        border-radius: 99rem;
        border-width: 2px;
        padding: 0.6rem 2rem;
        z-index: 0;
    }

    .main-heading h2 {
        font-weight: 700;
        line-height: 34px;
        font-size: 20px;
    }

    .space-bottom-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .main-heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .main-heading p {
        font-size: 15px;
    }

    .insider-banner{
        height: auto;
    }

    .desktop-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .get-in-touch .col-md-5 {
        margin-top: 70px;
        margin-left: -25px;
    }

    .insider-banner .pre-school h4 {
        font-size: 40px;
        color: white;
        text-transform: capitalize;
    }

    .insider-banner .pre-school p {
        color: white;
        font-size: 17px;
        font-weight: 200;
    }

    input[type="submit"]{
        margin-top: 20px;
    }
}