@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed&display=swap');

body {
    color: #2F2F2F;
}
.fs-24 {
    font-size: 24px;
}
.form-text {
    font-size: 18px;
    color: #6B6B6B;
}
.main .form-control, .main .form-select {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 12px;
}
.section-2 {
    color: #2F2F2F;
    backdrop-filter: blur(20px);
    margin-top: -80px ;
    padding: 40px 0!important;
    background: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}

.section-2 p:nth-child(odd) {
    font-size: 56px;
}
.section-2 p:nth-child(even) {
    font-size: 18px;
}

h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 86.4px;
    letter-spacing: -0.02em;
    color: #2F2F2F;
    text-transform: capitalize!important;
}

h1 span {
    background: linear-gradient(90deg, #000000 0%, #FF1C1C 35.94%, #602300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-1 {
    font-size: 24px;
    line-height: 28.8px;
}
.section-3 h2 {
    font-size: 46px!important;
}
.section-3 .btn {
    padding: 14px 24px;
    min-width: 400px;
    border-radius: 10px;
}
.orejime-cookie-settings {
    color: #999!important;
}

@media (max-width: 992px) {
    .section-2 {
        background: transparent;
    }
}
@media (max-width: 500px) {
    .section-3 .btn {
        min-width: 280px;
    }
}