.hero-section {
    position: relative;
    background: url(/images/bg.webp) no-repeat center center;
    background-color: #CE0000;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1;
    border-radius: 10px;
}
.hero-section > * {
    position: relative;
    z-index: 2;
}
button.form-button {
    background: #fffa00;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
}
form.form-action {
    gap: 5px;
}
form.form-action input {
    height: 45px;
}
div#loader {
    justify-content: center;
    text-align: center;
}
.whihisii {
    border-bottom: 1px solid #d2d2d2;
}
.whihisii:nth-last-child(1) {
    border-bottom: none;
}
button.sharBTn i {
    font-size: 30px;
}
.btn-download {
    background-color: #CE0000;
    color: #fff;
    font-weight: 600;
}
.btn-force-download {
    background-color: #fffa00;
    font-weight: 600;
}