﻿@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* ============== Default Element Style ================ */
body {
    font-family: "Instrument Sans", sans-serif;
    font-size: 1rem;
    color: #424242;
}

/** {
    user-select: none;
}*/

img {
    pointer-events: none;
}

h1 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-size: clamp(33px, 5vw, 65px);
    line-height: 1.0;
}

h2 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.2;
}

h3 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-size: clamp(27px, 3.5vw, 30px);
    line-height: 1.2;
}

h4 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.2;
}

h5 {
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(18px, 3vw, 23px);
    line-height: clamp(18px, 4vw, 25px);
}

h6 {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.4em;
    font-weight: 600;
}

p, a {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    color: #292929;
}

a {
    text-decoration: none;
}

.nav-link {
    transition: all 0.5s ease-in-out;
}

    .nav-link.active {
        color: #fff !important;
        background: #115B1C;
        border-radius: 2px
    }

.btn-theme {
    position: relative;
    display: inline-block;
    padding: 10px 35px;
    color: #333333; /* Dark grey text */
    background-color: #D5D4D4; /* Light grey background */
    border: 2px dashed #333333; /* Dark grey dashed border */
    border-radius: 5px;
    font-weight: 500;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .btn-theme::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border: 2px solid #333333;
        border-radius: 5px;
        pointer-events: none;
    }

    .btn-theme:hover {
        background-color: #9f9f9f;
        color: #fff !important;
        transform: scale(1.02);
    }


    .btn-theme.blue {
        color: #115B1C;
        background-color: #BFFFC9;
        border: 2px dashed #115B1C;
    }

        .btn-theme.blue::before {
            border: 2px solid #115B1C;
        }

        .btn-theme.blue:hover {
            color: #BFFFC9;
            background-color: #115B1C;
            border: 2px dashed #BFFFC9;
        }



.color-blue {
    color: #00138D
}

.color-green {
    color: #11C77B
}

.text-hover-green:hover {
    color: #115B1C;
    font-weight: 600;
}

.color-dark-green {
    color: #1F8D00
}

.color-white {
    color: #fff
}

.color-pink {
    color: #FF00AE
}

.color-yellow {
    color: #EDC951
}

.color-purple {
    color: purple;
}

.color-red {
    color: #E21020;
}

.padding-100 {
    padding-block: 80px;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .padding-100 {
        padding-block: 60px;
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }
}

#inner-banner {
    background-image: url(../img/inner-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1400px) {
    #inner-banner-clouds {
        background-size: 100% auto;
    }
}

.banner-text {
    text-align: center;
    font-weight: 700;
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (max-width: 991px) {

    .mission-vission-image {
        width: 50%;
        object-fit: none;
    }
}

#why-it-matters-bg {
    background-image: url(../img/why-it-matters-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: -66px;
    position: relative;
}

@media (max-width: 992px) {
    #why-it-matters-bg {
        background-image: url(../img/why-it-matters-bg-md.png);
        background-size: cover;
        margin-bottom: 0px;
        position: static;
    }
}

@media (min-width: 1400px) {
    #inner-banner-clouds {
        background-size: 100% auto;
    }
}

.color-card {
    background-color: #fff;
    border-radius: 12px;
}

.color-card-border {
    border: 2px dashed;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    align-items: center;
}

    .color-card-border.green {
        border-color: #1F8D00;
        color: #1F8D00;
    }

    .color-card-border.pink {
        border-color: #FF00AE;
        color: #FF00AE
    }

    .color-card-border.yellow {
        border-color: #EDC951;
        color: #EDC951
    }


#mission-vission-ekta {
    background-image: url(../img/creating-therapeutic-tools.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 160px;
}

.mission_animate {
    position: absolute;
    right: 0px;
    bottom: 70px;
    width: 190px;
}

@media (max-width: 575px) {

    .mission_animate {
        bottom: 70px;
        width: 128px;
    }
}

#get-involved {
    background-image: image-set( url("../img/donation-funds-creation-of-inclusive-play-areas.webp") type("image/webp"), url("../img/donation-funds-creation-of-inclusive-play-areas.png") type("image/png") );
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right center;
    padding-block: 200px;
}




/* home */

.kit-box {
    border: 2px dashed #555;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #000;
}

.kit-image {
    max-height: 100px;
    object-fit: contain;
}

.bg-blue {
    background-color: #7BD6FE;
    border-color: #0073A6;
}

.bg-yellow {
    background-color: #EDC951;
    border-color: #AF8700;
}

.bg-green {
    background-color: #20e0a4;
    border-color: #35B605;
}

.bg-pink {
    background-color: #F673C8;
    border-color: #d74cb7;
}

.kit-image {
    transition: all 0.3s ease-in-out;
}

.kit-box[data-box="1"]:hover .kit-image {
    content: url("../gif/Therapeutic-Play-kits.gif");
}

.kit-box[data-box="1"] .kit-image {
    content: url("../img/Therapeutic-Play-kits.png");
}

.kit-box[data-box="2"]:hover .kit-image {
    content: url("../gif/personalized-tools.gif");
}

.kit-box[data-box="2"] .kit-image {
    content: url("../img/personalized-tools.png");
}

.kit-box[data-box="3"]:hover .kit-image {
    content: url("../gif/stimulates-cognitive-growth.gif");
}

.kit-box[data-box="3"] .kit-image {
    content: url("../img/stimulates-cognitive-growth.png");
}

.kit-box[data-box="4"]:hover .kit-image {
    content: url("../gif/child-centered-starter-kits.gif");
}

.kit-box[data-box="4"] .kit-image {
    content: url("../img/child-centered-starter-kits.png");
}

.get-invovled-curvature {
    margin-top: -87px;
}

.icon-blue {
    color: #008593;
}

.img-size img {
    min-width: 120px;
}

#ekta-rural-foundation {
    background: url('../img/founder-bg.png') #B9FF9F;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/*  contact us  */

.bg-light-blue {
    background: #D9D9D9;
    padding: 35px 35px;
}

@media(max-width: 768px) {
    .bg-light-blue {
        padding: 30px 15px;
    }
}

.icon-blue {
    color: #008593;
}

.img-size img {
    min-width: 120px;
}

@media (max-width:767px) {
    #footer {
        text-align: center;
    }
}

.navbar .nav-link {
    color: #000000;
}

#header .nav-link.active {
    color: #fff !important;
    font-weight: 700 !important;
}


#footer ul li a.active {
    color: #FF00AE !important;
    font-weight: 700 !important;
    text-decoration: underline;
}

@media(max-width: 992px) {
    .line-res {
        margin-top: 15px !important;
    }
}

.navbar-brand img {
    width: 175px;
}

@media(max-width: 768px) {
    .navbar-brand img {
        width: 140px;
    }
}

.color-hover-green {
    transition: 0.5s ease-in-out;
}

    .color-hover-green:hover {
        color: #115B1C !important;
    }

.text-hovers-pink:hover {
    color: #FF00AE !important;
}

.content-footer-shift-links {
    margin-left: 100px;
}

.social-media-links-shift {
    margin-left: 40px;
}

@media(max-width: 1400px) and (min-width: 1200px) {
    .content-footer-shift-links {
        margin-left: 60px;
    }
}


@media(max-width: 1200px) and (min-width: 992px) {
    .content-footer-shift-links {
        margin-left: 50px;
    }
}

@media(max-width: 992px) {
    .social-media-links-shift {
        margin-left: 0px;
    }
}

@media(max-width: 768px) {
    .content-footer-shift-links {
        margin-left: unset;
    }
}

.line-res {
    border: 1px solid #FF00AE;
    opacity: unset !important;
}


#footer .footer-text {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
}

#footer {
    background: url("../img/footer-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.news-form-group {
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    max-width: 285px;
}

    .news-form-group .btn-news {
        background: #0180A6;
        color: #fff;
        border: 0;
        padding-block: 13px;
        margin-right: 4px;
        padding-inline: 22px;
        height: 90%;
        border-radius: 4px;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    }

        .news-form-group .btn-news:hover {
            background-color: #01688A;
            box-shadow: 0 4px 12px rgba(1, 128, 166, 0.3);
            transform: translateY(-1px);
            text-decoration: none;
        }


    .news-form-group .form-control {
        border: 0;
    }

        .news-form-group .form-control:focus {
            border: 0;
            box-shadow: unset
        }


.ekta_logo img {
    width: 175px;
}


.bike-wrapper {
    position: relative;
    width: auto;
    height: 150px;
    overflow: hidden;
}

.bike {
    position: absolute;
    bottom: 0;
    height: 150px;
    animation: none;
}

@keyframes bikeRide {
    0% {
        left: -200px;
    }

    100% {
        left: 110%;
    }
}

.bike.animate {
    animation: bikeRide 8s ease-in-out infinite;
}

@media(min-width: 1200px) {
    .gif-shift {
        margin-left: 60px;
    }
}

.text-small {
    font-size: 14px !important;
}

.text-hovers:hover {
    color: #FF00AE !important;
}

.content-shift-downs {
    margin-top: 120px;
}

@media(max-width: 768px) {
    .content-shift-downs {
        margin-top: 110px;
    }
}
