/*heading:  font-family: "Quicksand", sans-serif; */
/*paragraph:  font-family: "Open Sans", sans-serif; */

body,
html {
    font-family: "Quicksand", sans-serif !important;
    font-style: normal;
    font-optical-sizing: auto;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
}

.bg-white h2,
.bg-white p,
.cookies h2,
.privacy-policy h2,
.policies-procedures-section-wrapper p,
.login-section-wrapper .form-control,
.policies-procedures h2,
.login h2,
.footer-right ul,
.footer-right p,
.health-and-wellbeing h2,
.secund-bar p,
.navbar-nav .nav-link,
.dropdown-menu-custom li a,
.home-first-banner-title,
.welcome-title,
.content-title,
.content-box p,
.mission-title,
.testimonials-title,
.footer-title,
.footer-link,
.room-title,
.contact-us-section-wrapper p,
.contact-us-section-wrapper .form-control,
.contact-us-section-wrapper h5,
.contact-us-form-btn,
.meet-team h2,
.meet-team p,
.top-bar a,
.cook-hygiene-section h2,
.cook-hygiene-section h5,
.cook-hygiene-section p,
.other-qualified-section h2,
.other-qualified-section h5,
.other-qualified-section p,
.qualified-childcare-practitioners-section h2,
.qualified-childcare-practitioners-section h5,
.qualified-childcare-practitioners-section p,
.room-leaders-section h2,
.directors-managers-banner-section h2,
.room-leaders-section h5,
.directors-managers-banner-section h5,
.room-leaders-section p,
.directors-managers-banner-section p {
    font-family: "Quicksand", sans-serif !important;
}

.bg-white h2,
.cookies h2,
.privacy-policy h2,
.cook-hygiene-section h2,
.other-qualified-section h2,
.qualified-childcare-practitioners-section h2,
.room-leaders-section h2,
.directors-managers-banner-section h2,
.directors-managers-banner-section h2,
.policies-procedures h2,
.login h2,
.health-and-wellbeing h2,
.meet-team h2,
.contact-us-section-wrapper h5,
.room-title,
.footer-title,
.testimonials-title,
.mission-title,
.content-title,
.welcome-title,
.home-first-banner-button-next,
.home-first-banner-button-prev,
.home-first-banner-title,
.secund-bar p,
.top-bar a {
    font-weight: 900 !important;
}

/* top bar start*/
.top-bar {
    background-color: #6da8bc;
    color: #fdffff;
    padding: 5px 0;
    position: relative;
}

.top-bar a {
    display: flex;
    justify-content: end;
    color: #fdffff;
    font-size: 18px;
}

.top-bar img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    object-position: center;
    margin: auto;
}

/* secund bar start*/
.secund-bar {
    background-color: #fdffff;
    color: #6da8bc;
    position: relative;
}

.secund-bar p {
    font-size: 20px;
    text-align: center;
}

/* third bar start*/
.third-bar {
    background-color: #ebf6fb;
    position: relative;
    display: flex;
    justify-content: center;
    height: 70px;
}

.third-bar img {
    height: 130px;
    width: auto;
    object-fit: cover;
    object-position: center;
    transform: translate(0, -60%);
}

/* nav bar start*/
.nav-bar {
    background-color: #6da8bc;
    position: relative;
}

.navbar-nav .nav-link {
    color: #fdffff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-item a:hover {
    background-color: #fdffff !important;
    color: #6da8bc !important;
}

#mobileMenu {
    width: 100% !important;
    max-width: 100%;
}

.navbar-toggler-icon {
    background-image: url("../images/navbar-toggler-icon.png") !important;
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.dropdown-menu-custom {
    position: absolute;
    top: 130%;
    left: 0px;
    min-width: 200px;
    background: #fdffff;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.25s ease-in-out;
    z-index: 999;
}

.dropdown-menu-custom li a {
    display: block;
    padding: 5px 10px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.dropdown-menu-collapse li a {
    text-decoration: none;
    background-color: #fdffff;
    color: #6da8bc;
}

.dropdown-menu-custom li a:hover {
    background: #fdffff;
}

.custom-dropdown:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* home first banner start */
.home-first-banner-section {
    position: relative;
    padding: 10px 0 100px;
    overflow: hidden;
}

.home-first-banner-bg {
    background-image: url("../images/home-banner-bg.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.home-first-banner-title {
    font-size: 32px !important;
    color: #647771;
}

.home-first-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home-first-banner-photo-card {
    background: white !important;
    padding: 13px;
    box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 30%);
    border-radius: 0px;
    width: 300px;
    max-width: 100%;
}

.tilt-left {
    transform: rotate(-4deg);
    z-index: 9;
}

.tilt-center {
    transform: rotate(2deg);
}

.tilt-right {
    transform: rotate(-3deg);
}

.home-first-banner-photo-card img {
    width: 100%;
    border-radius: 0px;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 300px;
}

.home-first-banner-swiper {
    padding: 0px 0px 30px !important;
    width: 100% !important;
}

.home-first-banner-swiper-slide {
    display: flex;
    justify-content: center;
}

.home-first-banner-button-next,
.home-first-banner-button-prev {
    color: #647771 !important;
    width: 45px !important;
    height: 45px !important;
}

.home-first-banner-button-next:hover,
.home-first-banner-button-prev:hover {
    color: #647771a1 !important;
}

/* home second banner start */
.home-second-banner-section {
    position: relative;
    padding: 10px 0 100px;
    overflow: hidden;
    background-color: #64766b;
}

/* home  welcome to jolly tots section start*/
.bg-gray,
.cookies-introduction-section-wrapper,
.privacy-policy-how-do-we-section-wrapper,
.privacy-policy-changes-section-wrapper,
.privacy-policy-introduction-section-wrapper,
.policies-procedures-section-wrapper,
.video-section-wrapper,
.gallery-section-wrapper,
.login-section-wrapper,
.outdoors-section-wrapper,
.welcome-section-wrapper {
    color: #fff;
    background: #64766b;
}

.welcome-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.content-title {
    font-size: 20px !important;
}

.content-box p {
    font-size: 16px;
    font-weight: 500;
}

.first,
.second {
    height: 290px;
    width: auto;
}

.home-first-banner-photo-card.first {
    z-index: 9;
    position: relative;
    transform: rotate(-3deg);
}

.home-first-banner-photo-card.second {
    transform: rotate(3deg);
}

.mission-title {
    font-size: 20px !important;
    margin-top: 30px;
}


/* home testimonials start */
.testimonials-section {
    background: #f4d7c4;
    color: #667770;
}

.testimonials-title {
    font-size: 32px;
}

.title-underline {
    height: 15px;
    width: max-content;
    object-fit: cover;
    object-position: center;
}

.testimonial-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding: 0 15px;
    font-family: "Shadows Into Light Two", cursive !important;
}

.quote-icon {
    width: 200px;
    opacity: 0.9;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

/* home page award section start*/
.awards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.award-logo {
    height: 120px;
    width: auto;
    max-width: max-content;
    object-fit: contain;
    object-position: center;
}


/* footer section start */
.footer-section {
    background-color: #64766b;
    color: #fff;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.footer-left {
    display: flex;
    flex-direction: column;
    min-width: 230px;
}

.footer-title {
    font-size: 18px;
}

.footer-link {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-right {
    flex: 1;
}

.footer-right p {
    font-weight: 500;
}

.footer-right ul {
    padding-left: 16px;
    margin-bottom: 5px;
}

copyright {
    opacity: 0.85;
}

/* rooms page start */
.room-title {
    color: #7f4544;
    font-size: 32px;
}

.room-treasures-section-wrapper {
    color: #fff;
    background: #7f4544;
}

.room-gems-section-wrapper {
    color: #7f4544;
    background: #f4d7c4;
}

.room-jewels-section-wrapper {
    color: #fff;
    background: #e99d69;
}

/* contact us page start */
.contact-us-section-wrapper {
    color: #fff;
    background-color: #57677c;
}

.contact-us-section-wrapper p {
    font-weight: 500;
}

.login-section-wrapper .form-control,
.contact-us-section-wrapper .form-control {
    font-weight: 500;
}

.contact-us-form-btn {
    background: #263b4f !important;
    color: #fff !important;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 7px 60px !important;
    width: max-content !important;
    border: 1px solid #263b4f !important;
    font-weight: 500 !important;
}

.contact-us-form-btn:hover {
    border: 1px solid #263b4f !important;
    background: transparent !important;
}

/* meet the team page start */
.cookies h2,
.privacy-policy h2,
.login h2,
.policies-procedures h2,
.video h2,
.health-and-wellbeing h2,
.meet-team h2 {
    color: #64766b;
}

.meet-team p {
    color: #64766b !important;
    font-weight: 500;
    text-align: center;
}

.privacy-policy-how-long-do-section-wrapper,
.privacy-policy-what-personal-section-wrapper,
.outdoors-learning-area-section-wrapper,
.universal-entitlement-section-wrapper,
.government-funding-childcare-section-wrapper,
.prime-areas-of-learning-section-wrapper,
.mathematics-section-wrapper,
.physical-development-section-wrapper,
.cook-hygiene-section,
.room-leaders-section {
    background-color: #f4d7c4;
    color: #64766b;
}

.directors-managers-banner-section {
    color: #fff !important;
}

.privacy-policy-automated-section-wrapper,
.privacy-policy-why-we-collect-section-wrapper,
.green-playground-section-wrapper,
.tax-free-childcare-section-wrapper,
.working-families-section-wrapper,
.communication-language-section-wrapper,
.specific-areas-of-learning-section-wrapper,
.understanding-world-section-wrapper,
.qualified-childcare-practitioners-section {
    background-color: #7f4544;
    color: #fff;
}

.privacy-policy-your-rights-section-wrapper,
.privacy-policy-who-we-share-section-wrapper,
.healthy-eating-section-wrapper,
.additional-costs-section-wrapper,
.terrific-twos-section-wrapper,
.personal-social-emotional-development-section-wrapper,
.expressive-arts-design-wrapper,
.literacy-section-wrapper,
.other-qualified-section {
    background-color: #e99d69;
    color: #fff;
}

.directors-managers-banner-section {
    position: relative;
    padding: 10px 0 100px;
    overflow: hidden;
}


.directors-managers-banner-bg {
    background-image: url("../images/meet-the-team-banner-bg.svg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.directors-managers-banner-title {
    font-size: 32px !important;
    color: #fff !important;
}


/* learning through play page start */
.paying-for-childcare,
.learning-through-play {
    color: #7f4544;
    font-family: "Quicksand", sans-serif !important;
}

.paying-for-childcare h2,
.learning-through-play h2 {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
}

.learning-through-play p {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

/* paying for childcare page start */
.table>:not(caption)>*>* {
    background-color: transparent !important;
    color: #fff !important;
}

/* health and wellbeing page start */
.green-playground-section-wrapper {
    position: relative;
    padding: 10px 0 100px;
    overflow: hidden;
}

.outdoors-learning-area-section-wrapper {
    position: relative;
    padding: 10px 0 100px;
    overflow: hidden;
}

/* login page start */
.login p,
.privacy-policy p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500 !important;
    color: #64766b;
}

/* gallery page start */
.gallery-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    /* overflow: hidden; */
    display: flex;
    /* flex-direction: column; */
    /* height: 100%; */
    transition: all 0.3s ease;
    /* position: relative; */
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 250px !important;
    object-fit: cover !important;
    display: block;
    border-radius: 10px;
}

.gallery-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif !important;
}

/* policies procedures page start*/
.policies-procedures-anchor img {
    height: max-content !important;
    width: 90px;
}






@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .home-first-banner-title {
        font-size: 30px !important;
    }

    .home-first-banner-bg {
        background-image: url("../images/home-banner-bg_xl.png");
    }

    .home-first-banner-section {
        padding: 0px !important;
    }

    .footer-container {
        gap: 40px;
    }

    .footer-left {
        min-width: 150px;
    }
}

@media (max-width: 991px) {
    .home-first-banner-title {
        font-size: 28px !important;
    }

    .navbar-nav .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .home-first-banner-photo-card {
        height: 250px;
        width: 300px;
    }

    .quote-icon {
        height: 110px;
        width: 110px;
    }

    .quote-icon {
        height: 70px;
        width: 70px;
    }

    .testimonial-text {
        font-size: 18px;
    }

    .footer-container {
        gap: 10px;
    }

    .footer-left {
        min-width: 120px;
    }

    .home-first-banner-photo-card img {
        height: -webkit-fill-available;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        gap: 0px;
    }

    .offcanvas-body {
        background-color: #ebf6fb !important;
    }

    #mobileMenu {
        max-width: 290px;
    }

    .navbar-nav .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        color: #6da8bc !important;
    }

    .home-first-banner-title {
        font-size: 20px !important;
    }

    .home-first-banner-photo-card {
        height: 240px;
        width: auto;
        transform: none;
    }

    .home-first-banner-photo-card.first,
    .home-first-banner-photo-card.second {
        transform: none !important;
    }

    .award-logo {
        height: 100px !important;
    }

    .footer-left {
        text-align: center;
    }

    .footer-container {
        flex-direction: column;
        gap: 25px;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .health-wellbeing-table table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    .health-wellbeing-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .health-wellbeing-table tr {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .health-wellbeing-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .health-wellbeing-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .titlesMeal {
        display: none;
    }
}


@media (max-width: 499px) {
    .third-bar {
        display: none;
    }

    .quote-icon {
        display: none;
    }
}

@media (max-width: 399px) {}