html,
body {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    scroll-behavior: smooth;
}

h1 {
    letter-spacing: 1px;
    font-family: Open Sans;
    color: #FF3F62;
    text-align: center;
    font-size: 200px;
    font-weight: 800;
    line-height: 200px;
    margin: 50px;
}

.MainContainer {
    height: auto; /* Set height to auto for normal scroll behavior */
    overflow-x: hidden; /* Keep horizontal scrolling hidden */
    overflow-y: auto; /* Normal vertical scrolling */
    background-color: #fcfaf2; /* Light background color for the entire container */
}

.ContentContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    z-index: 1;
    padding-top: 100px;
}

.Content {
    max-width: 60vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

p {
    margin: 75px 0;
    margin: 10px;
}

.subHead {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 50px;
    color: #FF3F62;
    width: 50vw;
}

.content {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
    color: #000;
    width: 80vw;
}

.ParallaxContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto; /* Set height to auto to avoid full screen size */
    background: url(https://www.toptal.com/designers/subtlepatterns/patterns/sakura.png);
    background-color: #fcfaf2; /* Maintain background color */
    background-size: cover; /* Make sure the background image covers the entire container */
    padding: 60px 0; /* Add padding for better vertical spacing */
    position: relative; /* Remove 3D effects */
    z-index: auto; /* Set to normal stacking */
}
.card {
    width: 250px;
    text-align: center;
    height: 320px;
    border-radius: 12px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
    transform-origin: center;
    border: 1px #262626 solid;
}

.card:hover {
    width: 250px;
    height: 320px;
    background-color: #0f0e0e;
    border-radius: 12px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.card:hover .points {
    color: #fff;
}

.points {
    font-size: 16px;
}

.card:hover .card-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-weight: 600;
    margin: 10px;
    float: left;
    transition: 0.5s;
    transform-origin: center;
}

.card-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.heading {
    font-size: 36px;
    font-weight: 800;
    color: #FF3F62;
    margin: 10px;
    text-align: center;
}

.process-content {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 50px 0 50px;
    color: #0f0e0e;
    width: 80vw;
}

.process-image {
    width: 500px;
    height: 500px;
    margin-top: 50px;
}

.footer{
    background-color: #fcfaf2;
    color: #fff; 
    padding: 20px; 
    width:100vw;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap ;
}

    .footer-content img{
         margin-bottom: 0px !important;
    margin-right: 0px !important;
    }
    .person-detail{
        padding:10px;
        text-align:center;
    }
    .footer{
        justify-content:center;
    }

.footer-content{
    display:flex;
    align-items:center;
    flex-wrap:wrap
}
 .footer img{
        max-height:120px;
    }
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}

.credits{
    height: 50px;
    width:100%;
    background-color:#212020;
}
.footer-content{
    display:flex;
    align-items:center;
        justify-content: center;
    flex-wrap:wrap
}
 .footer img{
        max-height:120px;
    }

/* Media Queries */
@media (min-width: 481px) and (max-width: 767px) {
    h1 {
        font-size: 120px;
        line-height: 120px;
        margin: 20px;
    }

    .subHead {
        font-size: 18px;
        width: 80vw;
    }

    .content {
        font-size: 16px;
        width: 90vw;
    }

    .card {
        width: 200px;
        height: 250px;
    }

    .card:hover {
        width: 200px;
        height: 250px;
    }

    .card-image {
        width: 60px;
        height: 60px;
    }

    .process-content {
        font-size: 16px;
        width: 90vw;
    }

    .process-image {
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    
    
    h1 {
        font-size: 100px;
        line-height: 180px;
        letter-spacing:1px;
        margin: 20px;
    }

    .subHead {
        font-size: 16px;
        width: 70vw;
    }

    .content {
        font-size: 14px;
        width: 90vw;
    }

    .card {
        width: 250px;
        height: 320px;
    }

    .card:hover {
        width: 250px;
        height: 320px;
    }

    .card-image {
        width: 60px;
        height: 60px;
    }

    .process-content {
        font-size: 18px;
        width: 80vw;
    }

    .process-image {
        width: 400px;
        height: 400px;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 200px;
        line-height: 200px;
        margin: 50px;
    }

    .subHead {
        font-size: 24px;
        width: 50vw;
    }

    .content {
        font-size: 18px;
        width: 80vw;
    }

    .card {
        width: 250px;
        height: 320px;
    }

    .card:hover {
        width: 250px;
        height: 320px;
    }

    .card-image {
        width: 80px;
        height: 80px;
    }

    .process-content {
        font-size: 18px;
        width: 80vw;
    }

    .process-image {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 53px;
        letter-spacing: 1px;
        margin: 10px;
    }

    .subHead {
        font-size: 16px;
        width: 90vw;
    }

    .content {
        font-size: 14px;
        width: 95vw;
    }

    .card {
        width: 250px;
        height: 280px;
    }

    .card:hover {
        width: 250px;
        height: 320px;
    }

    .card-image {
        width: 40px;
        height: 40px;
    }

    .process-content {
        font-size: 14px;
        width: 95vw;
    }

    .process-image {
        width: 200px;
        height: 200px;
    }
}