.custom-header {
    height: 141px;
    opacity: 1;
    border: 1px dashed #000000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    background: #0f1638;
}

.header-btn {
    font-family: Gotham;
    color: #0f1638;
    border-radius: 17px;
    background: #b4d7eb;
    border: 0px;
    font-size: 20px;
}
.btn-custom1 {
    width: 119px;
    height: 50px;
}
.btn-custom2 {
    width: 192px;
    height: 50px;
}

.logo-spacing {
    margin-right: 28.71px;
}

.logo {
    height: auto;
    max-height: 100px;
}

@media (max-width: 992px) {
    .custom-header {
        height: auto;
    }

    .custom-header .navbar-collapse {
        background-color: #0f1638;
        padding: 1rem;
    }

    .navbar-collapse .widi-text {
        width: 40%;
        margin-bottom: 1rem;
    }

    .navbar-collapse .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .navbar-collapse .d-flex .header-btn {
        width: 100%;
        margin-bottom: 1rem;
    }

    .navbar-collapse .d-flex .btn-custom2 {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .navbar-collapse .widi-text {
        width: 16%;
        margin-bottom: 1rem;
    }
    .widi-logo {
        width: 70%;
    }
}
