﻿.form-items {
    display: flex;
    flex-direction: column;
}

    .form-items input {
        height: 25px;
        font-size: 1.7rem;
        border-radius: 9px;
        padding: 1rem 2rem;
    }

    .form-items select {
        font-size: 1.5rem;
        height: 35px;
    }

.form-items label {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}


.apply-form-setup {
    margin: 0 auto;
    max-width: 70rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.heading-primary-form {
    text-align: center;
    font-size: 3rem;
}

.form-text {
    margin-top: 3rem; 
    text-align: center;
    font-size: 2rem;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
    row-gap: 5px;
}

    .gallery img {
        height: 170px;
        display: block;
        transition: all 0.4s;
    }


.gallery img:hover {
    transform: scale(1.1);
}



.about-apply {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fdf2e9;
    padding: 9.6rem 2rem;
}


.about-apply-2 {
    display: grid;
    background-color: #fdf2e9;
    grid-template-columns: 1fr 1fr;
    padding: 9.6rem 2rem;
}

.heading-secondary-form {
    font-size: 2.5rem;
    color: #555;
    text-align: center;
    font-weight: 700;
}

.form-section {
    padding: 9.6rem 0;
}





.about-apply-2 .feature-card i{
    font-size: 2.4rem;
    color: #555;
    border-radius: 10%;
}

.about-apply-2 .feature-card p {
    font-size: 1.8rem;
    color: #555;
}



.btn-section {
    padding: 0 7.6rem;
}


.hero-section-apply {
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 0, 0, 0.801), rgba(0, 0, 0, 0.616)), url(students-working-together-project.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    padding: 6.8rem 0 9.6rem 0;
    text-align: center;
}


.account-heading {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    grid-column: span 2;
    font-size: 2rem;
    justify-self: stretch;
    font-weight: 600;
    margin-bottom: 4rem;
}

.icon-heading {
    font-size: 2rem;
    margin-right: 1rem; 
}



