@import url('https://fonts.cdnfonts.com/css/flowing-romance');
@import url('https://fonts.cdnfonts.com/css/font');
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Irish+Grover&display=swap');

body .image-container {
    /* width: 500px; */
    /* Set your desired width */
    /* height: 200px; */
    /* Set your desired height */
    overflow: hidden;
    /* Hide the overflowing part */
    position: relative;
    /* To use relative positioning for the image */
}

body {
    overflow-x: hidden;
}

.custom-img {
    position: absolute;
    left: 25%;
    /* Move the image to the left to cut part of it */
    /* top: 0; */
    height: 100%;
    width: 100%;
    /* Ensure it fits the container height */
    /* object-fit: cover; */
    /* Ensure proper aspect ratio is maintained */
}

.parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    margin-left: -12%;
    width: 700px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 8 / 7;
}

.div2 {
    grid-area: 2 / 2 / 7 / 6;
}

body {
    background: linear-gradient(90deg, #FED1A4 0%, #FFFBF8 50%, #FEE4D2 100%);
}

#heroSection {
    width: 100%;
    min-height: 700px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background: radial-gradient(220.68% 84.99% at 51.28% 13.7%, #FFC992 0%, #E5B788 30.1%, #DB9164 99.1%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.virasat-hero {
    height: 100vh;
    min-height: 600px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: radial-gradient(220.68% 84.99% at 51.28% 13.7%, #FFC992 0%, #E5B788 30.1%, #DB9164 99.1%);
    /* position: relative; */
    z-index: 2;
}


/* #textMainHero {
    min-width: 300px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;

} */

#textMainHero h1 {
    color: rgba(0, 0, 0, 1);
    font-family: Flowing Romance;
    font-size: 190px;
    font-style: italic;
    font-weight: 400;
    line-height: 180px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#textMainHero h3 {
    font-family: Outfit;
    font-size: 35.91px;
    font-weight: 300;
    line-height: 45.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#image {
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#jakirImage {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 25%;
    z-index: 2;
}

#warliImage {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 13%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

#timelineHeading {
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 20px;
}

#timelineHeading h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58.03px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    margin-left: 8%;
}

#artistImage {
    width: 100%;
    height: 80vh;
    /* background: linear-gradient(90deg, #FED1A4 0%, #FFFBF8 50%, #FEE4D2 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    /* padding: 30px; */
    position: relative;
    /* margin: 30px; */
}

#artist1 {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
}

#artist2 {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    display: none;
}

#aboutSection {
    width: 100%;
    height: auto;
    min-height: 30vh;
    /* background: linear-gradient(270deg, #FF6600 0%, #FFD506 100%); */
    /* opacity: .5; */
    /* border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
}

#aboutHeading {
    padding: 30px;
}

#aboutHeading h1 {
    /* font-family: Irish Grover; */
    font-size: 48px;
    font-weight: 600;
    line-height: 58.03px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    margin-left: 8%;
}

#aboutPara {
    padding-top: 10px;
    text-align: center;

}

#aboutPara p {
    /* font-family: Inter; */
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 300;
    /*     line-height: 50px; */
    /*     text-align: center; */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

#allRest {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #FED1A4 0%, #FFFBF8 50%, #FEE4D2 100%);

    /* background-image: url('../public/virasat/background.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    opacity: .8;  */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#performingArtist {
    /* padding-left: 80px; */
    padding-top: 50px;
    width: 100%;
    height: auto;
}

#performingArtistHeading {
    padding-left: 9%;
}

#performingArtist h1 {
    /* font-family: Irish Grover; */
    font-size: 48px;
    font-weight: 600;
    line-height: 58.03px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

#ourPartner {
    padding-left: 9%;
    padding-top: 50px;
    width: 100%;
    height: auto;
}

#ourPartner h1 {
    /* font-family: Irish Grover; */
    font-size: 48px;
    font-weight: 600;
    line-height: 58.03px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

#partnersInfo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

#partner {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

#partner1 {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#partnerPhoto {
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 10px;
    border: solid 2px black;
}

#partnerPhoto1 {
    width: 250px;
    aspect-ratio: 2;
    margin: 10px;
}

#partnerPhoto1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#partnerPhoto img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

#partnerName {
    text-align: center;
}

#partnerName1 p {
    /* font-family: Inter; */
    padding-top: 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

#partnerName p {
    /* font-family: Inter; */
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

#memoryLane {
    /* padding-left: 80px; */
    padding-top: 50px;
    width: 100%;
    height: auto;

}

#memoryLaneHeading {
    padding-left: 80px;
}

#memoryLane h1 {
    /* font-family: Irish Grover; */
    font-size: 48px;
    font-weight: 600;
    line-height: 58.03px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}

#pastVirasatCont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

#pastVirasat {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* workshop */
/* workshop */
.row {
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-right: 0px;
}

.wks {
    padding-left: 8%;
}

/* From Uiverse.io by joe-watson-sbf */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 400px;
    perspective: 1000px;
    font-family: sans-serif;
}

.w-1 {
    background-color: transparent;
    width: 100%;
    height: 570px;
    perspective: 1000px;
    font-family: sans-serif;
}

.title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
}

.flip-card-front {
    background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
            rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
    color: coral;
}

.flip-card-back {
    background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
            bisque 40%, rgb(255, 185, 160) 78%);
    color: white;
    transform: rotateY(180deg);
}

@media (max-width: 768px) {
    .flip-card {
        height: 425px;
    }
}

@media (max-width: 480px) {
    .flip-card {
        height: 425px;
    }
}

/* .fixed-position for fixed navbar  */
.fixed-position {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(255, 242, 0, 0.9), rgba(196, 38, 28, 0.9));
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

footer {
    background: radial-gradient(220.68% 84.99% at 51.28% 13.7%, #FFC992 0%, #E5B788 30.1%, #DB9164 99.1%);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
    position: relative;
}

main {
    position: relative;
    z-index: 1;
    /* Necessary for pseudo-element positioning */
    background-color: #f5f5f5;
    /* Fallback color if the image doesn't load */
    overflow: hidden;
    /* Prevent pseudo-element from overflowing */
}

main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../public/background-image.png");
    background-size: cover;
    background-position: center;
    /* Ensure the image covers the full area */
    opacity: 0.4;
    /* Reduce the opacity of the image */
    z-index: -1;
    /* Place behind the content */
}


.parallax-image {
    height: 100vh;
    position: relative;

}

/* performing aritest section start */
.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media(min-width:900px) and (max-width:1200px) {
    #imgMainHero {
        min-width: 300px;
        margin-right: 50px;
    }

    #textMainHero {
        min-width: 200px;
    }

    #textMainHero h1 {
        font-size: 120px;
        line-height: 120px;
    }

    #textMainHero h3 {
        font-size: 22px;
    }
}

@media(max-width:900px) {
    #imgMainHero {
        min-width: 300px;
        height: 330px;
    }

    #textMainHero {
        min-width: 200px;
        height: 200px;
    }

    #textMainHero h1 {
        font-size: 120px;
        line-height: 120px;
    }

    #textMainHero h3 {
        font-size: 20px;
    }

    #aboutPara p {
        font-size: 25px;
        line-height: 48px;
    }

    #partner {
        width: 200px;
        height: 200px;
        margin: 30px;
    }

    #partnerPhoto {
        width: 120px;
    }

    #partnerName p {
        font-size: 25px;
        line-height: 30px;
    }

    #textMainHero img {
        width: 350px;
    }

    #artistImage {
        margin: 20px 0px;
    }
}

@media(max-width:520px) {
    #imgMainHero {
        min-width: 300px;
        height: 330px;
    }

    #textMainHero {
        min-width: 150px;
        height: 200px;
    }

    #textMainHero h1 {
        font-size: 100px;
        line-height: 100px;
    }

    #textMainHero h3 {
        font-size: 15px;
    }

    #aboutPara p {
        font-size: 22px;
        line-height: 42px;
    }

    #artistImage {
        margin: 18px 0px;
    }

    #performingArtistHeading {
        padding-left: 30px;
    }

    #performingArtist h1 {
        font-size: 30px;
    }

    #timelineHeading h1 {
        font-size: 30px;
    }

    #ourPartnerHeading {
        padding-left: 30px;
    }

    #ourPartner h1 {
        font-size: 30px;
    }

    #memoryLaneHeading {
        padding-left: 30px;
    }

    #memoryLane h1 {
        font-size: 30px;
    }

    #partner {
        width: 150px;
        height: 150px;
        margin: 15px;
    }

    #partnerPhoto {
        width: 80px;
    }

    #partnerName p {
        font-size: 15px;
        line-height: 20px;
    }

    #textMainHero img {
        width: 300px;
        max-width: 100vw;
    }

    #partner {
        width: 120px;
        height: 120px;
        margin: 10px;
    }

    #partnerPhoto {
        width: 80px;
    }

    #partnerName p {
        font-size: 15px;
        line-height: 20px;
    }

    #timelineHeading {
        padding-left: 18px;
    }
}

@media(max-width:520px) {
    #imgMainHero {
        min-width: 300px;
        height: 330px;
    }

    #textMainHero {
        min-width: 150px;
        height: 200px;
    }

    #textMainHero h1 {
        font-size: 80px;
        line-height: 80px;
    }

    #textMainHero h3 {
        font-size: 15px;
    }

    #aboutPara p {
        font-size: 20px;
    }
}

@media(max-width:600px) {
    .warli {
        width: 500px !important;
    }

    #artistImage {
        width: 100%;
        height: 100vh;
    }

    #artist1 {
        display: none;
    }

    #artist2 {
        display: block;
    }

    #artistImage {
        padding: 10px;
    }

    #timelineHeading h1 {
        font-size: 40px;
    }

}

@media(max-width:480px) {
    #artistImage {
        margin: 0px 0px;
        width: 100%;
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #timelineHeading h1 {
        font-size: 32px;
    }

}

.typewriter h5 {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .1em;

    word-wrap: break-word;
    /* Adjust as needed */
    animation:
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}

header {
    overflow-x: hidden;
}

/* The typing effect */

.typewriter .typewriter2 {
    overflow-x: hidden;
    width: 100%;
}

.typewriter2 h5 {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .1em;
    /* Adjust as needed */
    animation-delay: 35s;
    animation:
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: black;
    }
}