body{
    background-color: rgba(255, 255, 255, 1) !important;
}
.banner-title{
    position: absolute;
    bottom: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    color: rgba(255, 255, 255, 1);
}
.form-control.control-2{
    border: 1px solid rgba(212, 212, 212, 1) !important;
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: left;
color: rgba(140, 140, 140, 1);
}
.banner-bg{
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(32, 89, 194, 1);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    padding: 17px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: center;
}
.banner-img{
    height: 366px;
}
.sayfa-title{
    margin-bottom: 62px;
    margin-top: 120px;
    font-family: Inter;
font-size: 32px;
font-weight: 600;
line-height: 38.73px;
text-align: left;
color: rgba(31, 31, 31, 1);
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color:#dee2e6 !important;
    outline: 0;
    box-shadow: unset !important;
    font-family: Inter !important;
font-size: 16px !important;
font-weight: 500 !important;
color: rgba(140, 140, 140, 1) !important;
line-height: 19.36px !important;
}
.form-control{
    height: 55px !important;
}
.form-label{
    font-family: Inter !important;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 16.94px !important;
text-align: left !important;
color: rgba(84, 85, 90, 1) !important;
}
::placeholder{
    font-family: Inter !important;
font-size: 16px !important;
font-weight: 500 !important;
line-height: 19.36px !important;
color: rgba(140, 140, 140, 1) !important;
}
.dosya-card
{
    border: 1px solid rgba(212, 212, 212, 1);
    padding: 10px;
    border-radius: 4px;
}

    .dosya-card label {
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #2059C2;
        background: #EDEDED;
        padding: 4px 10px;
    }

.sec{
    background-color: rgba(237, 237, 237, 1);
    font-family: Inter;
font-size: 16px;
cursor: pointer;
font-weight: 500;
line-height: 19.36px;
color: rgba(32, 89, 194, 1);
width: max-content;
padding: 10px;
border-radius: 4px;
display: none;
}
.banner-img{
    object-fit: cover !important;
}
.olustur{
    width: 100% !important;
    background-color: rgba(32, 89, 194, 1) !important;
    font-family: Inter !important;
font-size: 15px !important;
font-weight: 500 !important;
padding: 16px 16px 16px 16px !important;
line-height: 18.15px !important;
text-align: center !important;
border-radius: 4px !important;
margin-top: 30px !important;
color: rgba(255, 255, 255, 1) !important;
}
.form-control.control-2{
    color: rgba(140, 140, 140, 1) !important;
}
.form-control.control-2:focus {
    border: 1px solid rgba(212, 212, 212, 1) !important;
}
.star-text::before {
    content: "*";
    color: red;
    margin-right: 5px;
}

@media only screen and (max-width: 991px){
    .olustur{
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 768px){
    .proje-img{
        display: none;
    }
}