﻿

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.topheader, .headbg {
    display: none;
}

#carouselExampleCaptions img {
    min-height: 560px;
    max-height: 560px;
    object-fit: cover;
}

.About .photo-container img {
    margin-top: -33px;
    position: relative;
    border: 5px solid #f5f4f4;
}
h2 {
    font-size: 45px !important;
    color: #454545;
}
a,span {
    font-family: "Mulish", sans-serif;
}

.About h4, p, .Timeline .timeline-desc {
    font-size: 17px;
    color: #1a1a1ac9 !important;
    font-weight: normal;
    line-height: 30px;
    font-family: "Mulish", sans-serif;
    text-align: justify;
}
.Timeline .timeline-title, date, .timeline-location {
    font-size: 17px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    line-height: 30px;
}
i {

    color: rgb(149, 198, 180);
    fill: none;
    stroke-linecap: round;
}
p {
    font-family: "Mulish", sans-serif;
}

.scroll-menu {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-inline: 2em;
        
    border-radius: 3px;
    padding: 11px 0px;
    max-width: 65%;
    margin: auto;
}

    .scroll-menu::-webkit-scrollbar {
        display: none; /* Optional: hide scrollbar */
    }

.nav-link {
    display: flex !important;
    text-align: center;
    min-width: 164px;
    box-shadow: 0rem 0rem 2rem 0rem rgb(184 190 197 / 22%);
    background: white !important;
    padding: 6px 11px !important;
}

.menu-icon {
    font-size: 1rem;
    display: block;
    margin-top: 6px;
}

.menu-title {
    font-size: 19px;
    color: #1a1a1ac9;
    font-weight: normal;
    font-family: "Mulish", sans-serif;
    letter-spacing: 1px;
}

.About {
   
}

.sticky-bottom-menu {
    position: sticky;
    bottom: 0;
    z-index: 1030; /* Above content, below modals */
    padding-top: 35px;
}


@media only screen and (min-width:768px)
{
    .Obituary .container, .Favorites .container, .Timeline .container, .Gallery .container {
        padding: 0px 125px;
    }
    .scroll-menu{
        justify-content:center;
    }
    .khelkumbh{
        font-size:60px;
        color:white
    }
    .khelkumbhpara {
        font-size: 25px !important;
        color: white
    }
}

.khelkumbhbox {
    margin-top: 40px;
}

@media only screen and (max-width:768px) {
    .khelkumbh {
        font-size: 36px;
        color: white ;
        margin: 20px 0px;
    }

    .khelkumbhpara {
        font-size: 25px !important;
        color: white
    }
    footer p {
        line-height: 25px;
    }
    .Gallery img {
        min-height: 269px !important;
        max-height: 269px;
        object-fit: cover;
    }
    .Obituary, .Favorites, .Timeline {
        padding: 0px 10px;
    }
    .About .photo-container img {
        margin-top: -11px !important;
    }
    #carouselExampleCaptions img {
        height: 173px !important;
        min-height: auto !important;
        max-height: auto !important;
    }
    .scroll-menu {
        max-width: 91% !important;
    }
    .About h2 {
        font-size: 40px !important;
        text-align: center;
        margin-top: 20px;
    }

    .nav-link {
        min-width: 130px !important;
    }
}


.sloganline h3 {
    font-size: 2em;
    line-height: 1.45;
    margin-inline: auto;
    margin-bottom: 0;
    width: fit-content;
    max-width: min(650px, 80%);
    font-weight: normal;
    color: #1a1a1acc;
    text-align: center;
}

.sloganline {
    padding: 58px 16px;
    text-align: center;
}
    .sloganline h4{
        font-size:30px;
    }
    .Favorites label {
        color: rgb(149, 198, 180);
        font-size: 15px;
    }
.Favorites span {
    font-size: 15px;
    color: #1a1a1ac9 !important;
    font-weight: normal;
    font-family: "Mulish", sans-serif;
    line-height: 30px;
}

.Favorites .rounded {
    min-height: 150px;
}
html {
    --clr-accent: rgb(149, 198, 180);
    --clr-backgroundColor: rgb(255, 255, 255);
    --clr-textColor: rgb(51, 51, 51);
    --weight-default: 300;
}

.timeline-event {
    display: grid;
    grid-template: 1fr / 0.3fr auto 2fr;
    padding-bottom: 30px;
}

    .timeline-event:not(:last-of-type) .timeline-line:after {
        content: '';
        position: absolute;
        width: 1px;
        height: calc(100% - 10px);
        left: 50%;
        background-color: var(--clr-accent);
        display: block;
        z-index: -1;
    }

.timeline-icon {
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    border: 1px solid rgb(149, 198, 180);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 30px;
}
    .timeline-icon svg {
        width: 1em;
        height: 1em;
        margin-right: 0.5em;
        stroke-width: 1.5;
        stroke: rgb(149, 198, 180);
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .timeline-icon svg {
        margin-right: unset;
    }

.timeline-date .year {
    font-size: 1.5rem;
    color: var(--clr-accent);
}

.timeline-date .date {
    color: color-mix(in srgb, var(--clr-textColor), transparent 30%);
}

.timeline-card {
    color: var(--clr-grey);
    padding: 20px 25px;
    border-radius: 6px;
    background: white;
    filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.1)) drop-shadow(0px 0px 1px rgba(0,0,0,0.05));
}

    .timeline-card:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0px;
        margin: 0 0 0 -8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #fff;
    }

.timeline-title {
    color: var(--clr-accent);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

    .timeline-title:only-child {
        margin-bottom: 0px;
    }

.timeline-location {
    font-size: 0.95rem;
    margin-top: 5px;
    color: var(--clr-lightgrey);
    word-break: break-word;
}


    .timeline-location:before {
        content: '';
        display: inline-block;
        height: 1em;
        width: 1em;
        margin-right: 0.3em;
        margin-bottom: -1px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1' stroke='%23999999' class='w-6 h-6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M15 10.5a3 3 0 11-6 0 3 3 0 016 0z' /%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z' /%3e%3c/svg%3e ");
    }


.timeline-line{
    position:relative;
}

.Timeline, .Favorites, .Gallery {
    margin-top: 6%;
}

.timeline-date{
    width:20px;
}
.Gallery img{
    border-radius:4px;
}

h3::after {
    content: "";
    display: block;
    width: 61px;
    border-bottom: 2px solid #95c6b4;
    margin-bottom: 0.5rem;
    margin-left: 11px;
}
h3 {
    font-size: 30px !important;
}

.Gallery img {
    min-height: 209px;
    max-height: 209px;
    object-fit: cover;
}

.khelkumbhbox {
    background: linear-gradient(to bottom, white 0%, #011B54 0%, #011B54 100%, white 96%);
    padding: 75px 0;
}



.floatingimage img {
    position: fixed;
    top: 50%;
    right: 20px;
    border-radius: 100%;
    z-index: 99;
}