:root{
    --primary-color:#28bf96;
    --text-dark:#111827;
}
html{
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Alice", Sans-serif;
}

body{
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    box-sizing: border-box;
}
.jina-lake{
    text-align: center;
    height: 8vh;
    width: fit-content;
    overflow: hidden;
}
.jina-lake img{
    height: 100%;
    object-fit: contain;
}
.jina-lake a{
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.jina-lake h1{
    font-family: "Alice", Sans-serif;
    font-size: 1.4rem;
}
.jina-lake h1 span{
    font-size: 1rem;
}
.container{
    width: 100%;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.juu{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(Images/portrait-happy-mother-child.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   /* background-attachment: fixed; */
}
.lay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(231, 12, 255, 0.253);
}
.kichwa{
    /* margin-top: 100px; */
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(Images/medium-shot-pregnant-woman-work.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.kichwa1{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(Images/black-mother-taking-car-her-child.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.kichwa2{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(Images/cropped-shot-young-woman-expecting-baby-sitting-outdoors-edge-swimming-pool-with-her-legs-underwater-holding-her-tummy-gently-while-spending-weekend-health-resort-selective-focus.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.kichwa3{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(Images/beautiful-brunette-woman-staying-her-workplace.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.kichwa4{
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(Images/adorable-baby-crawling-bed-smiling.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.nywele{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(231, 12, 255, 0.253);
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.nywele h1{
    color: #fff;
    font-family: "Alice", Sans-serif;
    font-size: 42px;
    padding: 0 65px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%; /* Set width to fit the viewport */
    padding: 1rem 15px; /* Avoid overflowing padding */
    transition: top 0.5s ease-in-out;
    overflow: hidden;
}

.nav_logo {
    height: 78px;
    width: 252px;
    object-fit: contain;
    padding-left: 30px;
}

.nav_links {
    list-style: none;
    display: flex;
    align-items: center; 
    gap: 2rem;
    margin: 0; 
    padding: 0; 
}
.nav_icons {
    list-style: none;
    display: flex;
    align-items: center; 
    /* gap: 2rem; */
    margin: 0; 
}

.link a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1rem; 
    font-weight: 900;
    font-family: "Alice", Sans-serif;
    padding: 10px 10px;
    font-weight: 600;
    transition: box-shadow 0.5s ease-in-out;
}

.link a:hover {
    color:  #9A00AE;
    box-shadow: -3px 12px 4px rgba(0, 0, 0, 0.274);
}
.link .active{
    color:  #9A00AE;
    box-shadow: -3px 12px 4px rgba(0, 0, 0, 0.274);
}

.icons {
    display: flex;
    /* align-items: center;  */
    text-decoration: none;
    cursor: pointer;
}

.nav_icons a {
    font-size: 1.5rem; 
    left: 0;
    color: #0B2A41;
    transition: color .3s;
    padding: 10px 4px;
    transition: box-shadow 0.5s ease-in-out;
}
.nav_icons a:hover{
    color:  #9A00AE;
    box-shadow: -3px 12px 4px rgba(0, 0, 0, 0.274);
}
.header{
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 100vh;
}
.header.content{
    margin-top: 170px;
}
.header h1{
    margin-bottom: 1rem;
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
    font-family: "Alice", Sans-serif;
}
.content h1 span{
    font-weight: 500;
}
.content{
    max-width: 600px;
    /* background: rgba(127, 59, 135, 0.87); */
    /* padding: 10px; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* text-align: center; */
    flex-direction: column;
    border-radius: 8px;
}
.content p{
    margin-bottom: 2rem;
    color: #ededed;
    line-height: 1.75rem;
    text-align: justify;
}
.btn{
    padding: 1rem 2rem;
    outline: none;
    border: none;
    font-size: 1rem;
    color: #ededed;
    background-color: #7e028f;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
}
.btn:hover{
    background-color: #410149;
}
.image{
    position: relative;
    text-align: center;
    isolation: isolate;
}
.img_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 450px;
    width: 450px;
    background-color: #F5F5DC;
    border-radius: 100%;
    z-index: -1;
}
.image img{
    width: 100%;
    max-width: 465px;
    height: 400px;
    object-fit: contain;
}
.img_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.cont1{
    transform: translate(calc(-50% - 12rem), calc(-50% - 8rem));
}
.cont1 span{
    padding: 10px 12px;
    font-size: 1.5rem;
    color: #fff;
    background-color: rgba(128, 59, 135, 0.5);
    border-radius: 100%;
}
.cont1 h4{
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
}
.cont1 p{
    color: #111827;
}
.cont2{
    transform: translate(calc(-50% + 8rem), calc(-50% + 10rem));
}
.cont2 ul{
    list-style: none;
    display: grid;
    gap: 1rem;
}
.cont2 li{
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    color: #111827;
}
.cont2 span{
    font-size: 1.5rem;
    color: #9A00AE;
}
.all{
    display: flex;
    justify-content: space-around;
    width: 100%; 
    box-sizing: border-box; 
    z-index: -23;
    padding: 100px 80px;
}
.innit{
    flex-basis: 48%;
    text-align: justify;
}
.zingine {
    flex-basis: 50%;
}
.innit span{
    font-family: "Alice", Sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #7e028f;
}
.tab-links{
    font-family: "Alice", Sans-serif;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    padding: 10px;
    transition: box-shadow .5s;
}
.tab-links:hover{
    box-shadow:  3px 8px 4px rgba(255, 255, 255, 0.596);
}
.tab-links.active{
    box-shadow:  3px 8px 4px rgba(255, 255, 255, 0.596);
}
.pala{
    display: none;
    background-color: #dbd5d5;
    padding: 10px;
    width: 100%;
}
.pala ul{
    list-style: none;
}
.pala ul li span{
    color: #410149;
    font-size: 1.1rem;
}
.pala.active{
    display: block;
}

.pulse{
    width: 100%; 
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.bozi {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 2px 4px 2px 4px;
}
.onyi{
    object-fit: contain;
}

.innit p {
    line-height: 1.5;
    font-family: "Alice", Sans-serif;
    font-size: 1rem;
}
.links-about{
    display: flex;
    padding: 10px 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #7e028f;
    z-index: 100;
}
.over {
    background-image: url('Images/brownball.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    background-position: center
}
.back-body1 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    background-color: rgba(33, 10, 36, 0.308);
    padding: 20px 0;
}
.bebe{
    width: calc(100% - 20%);
    display: flex;
    justify-content: space-around;
    padding: 40px;
    background-image: linear-gradient(90deg, #210A24 0%, rgba(50, 135, 199, 0) 100%);
}
.aff{
    width: calc(100% - 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0 0 0 2px solid #9A00AE;
    padding: 40px;
    background-image: linear-gradient(90deg, #210A24 0%, rgba(50, 135, 199, 0) 100%);
    text-align: center;
}
.aff h1{
    font-family: "Alice", Sans-serif;
    color: #fff;
    padding: 0 0 20px 0;
}
.members{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.members img{
    height: 150px;
    width: 150px;
    margin: 20px;
    /* border-radius: 50%; */
    border: 3px solid #9A00AE;
}
.golo {
    flex-basis: 42%;
    margin: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 10px;
}

.golo .diva {
    position: relative;
    width: calc(100% - 10%);
    color: black;
    font-family: "Alice", Sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    transition: background-color 0.5s, color 0.5s;
}

.golo .diva:hover {
    background-color: #9A00AE;
    color: #fff;
}
.submen{
    margin-top: 8px;
    width: 100%;
    display: none;
    color: #f3d52b;
    box-shadow: 0 4px 6px rgba(248, 248, 248, 0.589); 
    opacity: 0; 
    transform: translateY(-10px); 
    transition: all .5s ease-in-out;
}
.kaline{
    margin: 5px 0;
    color: #fff;
}
.has-submenu{
    cursor: pointer;
}
.has-submenu:hover .submen{
    display: block;
    opacity: 1; 
    transform: translateY(0);
}


.golo h1 {
    font-family: "Alice", Sans-serif;
    color: #fff;
}

.title2{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-family: "Alice", Sans-serif;
    /* line-height: 40px; */
    margin-bottom: 40px;
    margin-top: 10px;
}
.title2::after{
    content: '';
    background: #9A00AE;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.para{
    top: 10px;
    font-family: serif;
    font-style: italic;
    color: #fff;
}
.mps{
    height: 400px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 0 0;
}
.mps h1{
    color: #9A00AE;
    font-family: "Alice", Sans-serif;
    padding: 0 20px 20px 0;
    box-shadow: 3px 12px 4px #00000067;
}
iframe{
    width: 100%;
}
.footer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 65px;
}
.footer-top a{
    text-decoration: none;
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #fff;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 6px;
    color: #fff;
}
.footer-top p{
    font-family: "Alice", Sans-serif;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}
.footer{
    background-color: #9A00AE;
    width: 100%;
}
.footer-mid{
    padding: 15px;
    background-image: url(Images/charming-little-baby-bed.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #000;
}
.footer-mid h2{
    font-family: "Alice", Sans-serif;
    color: #9A00AE;
    padding: 20px;
}
.contact-list{
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
    margin-left: 60px;
}
.contact-list div{
    padding: 40px;
    display: flex;
    align-items: center;
    border: .6px solid #ffffffe7;
    background-color: #ffffff67;
    backdrop-filter: blur(20px);
    font-size: 14px;
    font-weight: 300;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
}
.contact-list div p{
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    font-family: "Alice", Sans-serif;
}
.nadaspace{
    text-align: center;
}
.contact-list div img{
    object-fit: contain;
    max-width: 100%;
}
.sep{
    margin: 25px;
    height: 1px;
    background-color: #fff;
}
.chini{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chini a{
    margin-right: 30px;
    text-decoration: none;
    color: #fff;
    font-family: "Alice", Sans-serif;
}
.rights{
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Alice", Sans-serif;
}
.rights a{
    text-decoration: none;
    color: #fff;
    font-family: "Alice", Sans-serif;
}
/* Media query for small screens */
#topsx, #topsbar{
    display: none;
}
@media (max-width: 1050px) {
    .nav_links {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        /* height: 100vh; */
        padding-top: 50px;
        z-index: 20;
        transition: right 0.5s ease;
        display: block;
        border-radius: 10px;
    }
    .nav_links a{
        display: block;
        margin: 25px;
    }
    #topsx{
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer;
        color: #9A00AE;
    }
    #topsbar {
        position: absolute;
        display: block;
        top: 50%; 
        right: 25px;
        transform: translateY(-50%); 
        cursor: pointer;
        color: #9A00AE;
    }
    nav{
        /* padding-right: 15px; */
        box-sizing: border-box;
        justify-content: space-around;
        
    }
    .header {
        padding: 1rem;
        /* grid-template-columns: 1fr;  */
    }

    .content {
        /* text-align: center; */
    }

    .image {
        grid-area: 1/1/2/2;
    }

    .nav_logo {
        height: 78px;
        width: 252px;
        object-fit: contain;
        padding-left: 30px;
    }

    .cont1 span {
        display: none;
    }
    .chini{
        display: none;
    }
.all {
    justify-content: center;
    flex-direction: column; 
    padding: 20px;
    text-align: start;
    align-items: center;
}
.innit, .golo, .odd{
    flex-basis: 100%;
}
.wrapper {
    flex-basis: 100%;
    margin: 0; 
    margin-top: 20px; 
}
.zingine{
    display: none;
}
.bebe{
    flex-direction: column;
}
.members{
    flex-direction: column;
}
}

@media (max-width: 770px){
    .juu{
        /* text-align: center; */
    }
    .footer-top a{
        font-size: 0.8rem;
    }
    .footer-top p{
        font-size: .9rem;
    }
    .aff{
        padding: 20px;
    }
    .contact-list div {
        padding: 20px;
    }
    .contact-list{
        margin-left: 0;
    }
    .input-box label.date{
        display: block;
    }
}
@media (max-width: 520px) {
    .jina-lake{
        text-align: center;
        padding: 0
    }
    .nav_icons a {
        font-size: 1rem; 
    }
    .jina-lake h1{
        font-size: 1rem;
    }
    .jina-lake h1 span{
        font-size: .8rem;
    }
}
@media (max-width: 420px) {
    *, body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .aff{
        padding: 8px;
    }
    .contact-list div{
        padding: 20px 10px;
    }
    .header h1{
        font-size: 2rem;
        font-weight: 800;
    }
    .content h1 span{
        font-weight: 400;
    }
    .header p{
        margin-bottom: 1rem;
        color: #ededed;
        line-height: 1.75rem;
        font-size: 1rem;
        text-align: justify;
    }
}

@media (max-width: 435px){
    
    .jina-lake h1{
        font-size: .7rem;
    }
    .jina-lake h1 span{
        font-size: .4rem;
    }
}
@media (max-width: 435px){
    .nav_icons a {
        font-size: .6rem; 
    }
    .aff{
        padding: 4px;
    }
    .golo {
        padding: 3px;
    }
    
}

@media (max-width: 335px){
    .header h1{
        font-size: 1.7rem;
        font-weight: 800;
    }
    .content h1 span{
        font-weight: 300;
    }
    .header p{
        margin-bottom: 1rem;
        color: #ededed;
        line-height: 1.6rem;
        font-size: .9rem;
    }
}

.form-box h2{
    color: #9A00AE;
    font-family: "Alice", Sans-serif;
}
.wrapper {
    position: relative;
    flex-basis: 50%;
    width: 400px;
    border-radius: 0 4px 2px 4pxpx;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    min-width: 400px;
    margin-top: 10px;
    overflow: hidden;
}
.wrapper .form-box {
    width: 100%;
    padding: 40px;
}
.input-box{
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #162938;
    margin: 30px 0;
}
textarea{
    width: 100%;
    margin: 30px 0;
    padding: 10px;
}
.input-box label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1em;
    color: #162938;
    font-weight: 500;
    pointer-events: none;
    transition: .5s;
}
.input-box input:focus~label,
.input-box input:valid~label,
.input-box select:focus~label,
.input-box select:valid~label{
    top: -5px;
}
.input-box label.date{
    display: none;
}
.input-box input,
.input-box select{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #162938;
    padding: 0 35px 0 5px;

}
/* Styles specific to select dropdown */
.input-box select {
    appearance: none; /* Removes default select arrow */
    padding-right: 30px; /* Adds padding for custom icon */
    background-image: url('data:image/svg+xml;base64,...'); /* Add custom dropdown icon if desired */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}
.input-box .icon{
    position: absolute;
    right: 8px;
    font-size: 1.2em;
    color: #162938;
    line-height: 57px;

}
/* Focus state for select and input elements */
.input-box input:focus,
.input-box select:focus {
    border-bottom-color: #0e606e;
}

.hido{
    display: none;
}



/* Toast styling */
.toast {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    animation: fadeout 1s ease 9s forwards; /* Fade out after 9 seconds */
}

@keyframes fadeout {
    to {
        opacity: 0;
        visibility: hidden;
    }
}


.nadaspace {
    text-align: center;
}

/* Styling .mahosi inside .nadaspace */
.nadaspace .mahosi {
    font-size: 1rem;
    padding: 17px;
    background-color: #7e028f; 
    border-radius: 5px;
    color: #fff;
    cursor: pointer; 
    border: 1px solid #7e028f;
    margin-top: 20px;
}

/* Hide .kagendo by default */
.mahosi .kagendo {
    display: none;
    padding: 10px; 
    color: #f3d52b;
    box-shadow: 0 4px 6px rgba(248, 248, 248, 0.589); 
    margin-top: 10px;
    position: relative; 
    text-align: start;
    z-index: 1;
}
.mahosi .kagendo p{
    color: #f3d52b;
}
.kagendo .tudot p{
    color: #fff;
    width: 100%;
    text-align: center;
}

/* On hover, show .kagendo */
.nadaspace .mahosi:hover .kagendo {
    display: block;
}


