body {
    font-family: poppins, sans-serif;
}

.btn {
    background: #104235;
    border: none;
    padding: 15px;
}

.btn:hover {
    background: #104235;
    border: none;
}

.navbar-brand {
    font-family: 'Audiowide', sans-serif;
    font-size: 24px;
    color: white;
    padding-left: 53px;
}

.navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: transparent;
}



.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.form-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.form-control::placeholder {
    color: #999;
}

.heading-bar {
    font-size: 25px;
}

.hidden-file-input {
    display: none;
}

.section-head1 {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 25px;
}

.btn-send {
    width: 24vh;
}

.submit-cre {
    margin-top: 8rem !important;
}

.gradient-container {
    background: linear-gradient(135deg, #5E0C08, #C24914, #E49048, #bb160a);
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    color: white;
    padding: 100px 20px;
    text-align: center;
    border-radius: 12px;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.display-anime {
    font-size: 26px;
    padding-left: 30vh;
    padding-right: 30vh;
}

.input-fel {
    height: 55px;
}

.text-dark {
    font-size: 12px;
}

.personal-text {
    font-size: 31px;
    font-weight: 600;
    color: #104235;
    text-align: center;
}

.emploee-text {
    font-size: 19px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-weight: 500;
}

.lable-text{
        font-weight: 600;
    font-size: 14px;
    }

@media (max-width: 768px) {
    .form-section .row {
        flex-direction: column;
    }

    .hero-section {
        height: 20vh;
    }

    .heading-bar {
        font-size: 18px;
    }

    .section-head1 {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 25px;
    }

    .display-anime {
        font-size: 16px;
        padding-left: 0vh;
        padding-right: 0vh;
    }

    .emploee-text {
        font-size: 19px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-weight: 500;
    }

    
}
