.body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    margin-bottom: -10px;
    background-color: #80ffdb79;
    
}


.headerlink{
    text-decoration: none;
}


.header-container{
    overflow: hidden;
    position: fixed;
    top: 2.5px;
    left: 2.5px;
    right: 2.5px; 
    border-radius: 15px;
    z-index: 1;
    text-align: center;
    background: #001d3de8;
    padding-top: 15px;
}

.header-h1{
    font-weight: 400;
    color: white;
    margin-top: 5px;
}

.footer{
    color: white;
    background-color: #001d3de8;
}

.footer-container{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-column-h2{
    color: white;
}

.footer-grid-1{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
    text-align: center;
}

.footer-column-1{
    padding: 15px;

}

.footer-column-h2{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-column-text-1{
    font-size: 15px;
}

.footer-link-1{
    text-decoration: none;
    font-weight: 400;
    color: white;
}

.line-1{
    background-color: white;
    height: 2px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.copyright{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height: 20px;
}

.copyright-text{
    font-size: 10px;
    font-weight: 400;
    color: white;
}




.sec-1-container {
    color: black;
    right: 2.5px;
    left: 2.5px;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 25px;
    min-height: 560px;

}

.sec-1-h1{
    font-size: 120px;
    line-height: 85%;
}

.sec-1-text-div{
    margin-top: -50px;
    padding-top: 100px;
    margin-left: 50px;
}

.sec-1-p{
    margin-top: -70px;
    font-size: 20px;
    margin-bottom: 25px;
}


.sec-1-div-2 {
    background-color: #6E6E6E;
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0px 12px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-p-home {
    color: white;
}

.sec-2-link {
    text-decoration: none;
}

@media (max-width: 1200px) {
   

    .sec-2-div {
        font-size: 40px;
        max-width: 35px;
        margin-top: -75px;
    }

}

/* Responsive adjustments */
@media (max-width: 768px) {
    

    .sec-2-div {
        font-size: 40px;
        max-width: 35px;
        margin-top: -75px;
    }

    .sec-1-h1{
        font-size: 70px;
        line-height: 85%;
    }

    .sec-1-p{
        margin-top: -50px;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .sec-1-text-div{
        margin-top: -50px;
        padding-top: 100px;
        margin-left: 25px;
        margin-right: 120px;
    }

    .sec-1-container {
        color: black;
        right: 2.5px;
        left: 2.5px;
        background-color: white;
        border-radius: 10px;
        padding-bottom: 25px;
        min-height: 400px;
    
    }
}

@media (max-width: 480px) {
   

    .sec-2-div {
        font-size: 20px;
        max-width: 25px;
        margin-top: -50px;
    }

    .sec-1-text-div{
        margin-top: -50px;
        padding-top: 100px;
        margin-left: 25px;
        margin-right: 25px;
    }
    /* Additional styling adjustments for very small screens */
}


.contact-sec{
    margin-top: 300px;
    margin-bottom: 300px;
}

.contact-sec-container{
    margin: auto;
    text-align: center;
    padding: 20px;
    max-width: 800px;
    background-color: rgb(234, 234, 234);
    border-radius: 10px;
    box-shadow: 12px 12px 180px -1px rgba(0,0,0,0.20);
    -webkit-box-shadow: 12px 12px 180px -1px rgba(0,0,0,0.20);
    -moz-box-shadow: 12px 12px 180px -1px rgba(0,0,0,0.20);
}

.conatct-h1{
    font-size: 40px;
}

.contact-p{
    font-size: 20px;
}

/* Base styles */
.sec-3 {
    margin-bottom: 100px;
}

.sec-3-container {
    margin: auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    transform: translateY(50px);
    animation: fadeInUp 0.5s ease-out forwards;
}

.sec-3-gridelement-1 {
    background: linear-gradient(220.55deg, #FF5E98 0%, #0F213E 100%);
    color: white;
    text-align: center;
    padding: 30px 20px 20px;
    border-radius: 10px;
    box-shadow: 20px 22px 51px -5px rgba(0,0,0,0.49);
}

.sec-3-h2 {
    font-size: 40px;
    font-weight: 400; 
}

.sec-3-img {
    max-width: 100%;
    border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sec-3-container {
        grid-template-columns: 1fr; /* Stacks the grid elements in one column */
        column-gap: 10px;
        padding: 0 10px; /* Optional: add padding to the container for better spacing on smaller screens */
    }

    .sec-3-gridelement-1 {
        margin-bottom: 20px; /* Add space between the grid elements when stacked */
    }

    .sec-3-h2 {
        font-size: 32px; /* Slightly reduce the font size on smaller screens */
    }
}

@media (max-width: 480px) {
    .sec-3-h2 {
        font-size: 28px; /* Further reduce the font size for very small screens */
    }

    /* Any additional styling adjustments for very small screens can go here */
}



