.navbar {
    border-bottom: 1px solid #E8E8E8 !important;
    background-color: white !important;
}

.navbar-nav .nav-link {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    color: #484848;
}

.navbar-nav {
    display: flex !important;
    align-items: center !important;
    column-gap: 34px !important;
}

.header-button {
    background-color: #38e54d !important;
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-align: center !important;
    width: 138px !important;
    height: 46px !important;
    color: #000000 !important;
}

.satici-button {
    background-color: #01148e !important;
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    text-align: center !important;
    width: 138px !important;
    height: 46px !important;
    color: white!important;
}

.satici-mobile-button {
    background-color: white !important;
    font-family: Urbanist !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    text-align: center !important;
    width: 138px !important;
    height: 46px !important;
    color: #01148e!important;
}

.navbar-collapse {
    column-gap: 30px;
}

.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.15);
}

#headerContainer {
    width: 100% !important;
}

#navbar.clone {
    position: fixed;
    top: -78px;
    transition: 0.3s top ease-in;
    width: 100%;
}

.down #navbar.clone {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: -100%;
    background: linear-gradient(43deg, rgba(1, 11, 78, 1) 0%, rgba(1, 20, 142, 1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 1rem !important;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: start;
    margin-top: 30px;
    transform: translate(-50%, -50%);
}

.overlay a {
    font-family: Nunito;
    font-size: 35px;
    font-weight: 700;
    /* text-align: left; */
    color: #ffffff;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.overlay-content button {
    background-color: #38e54d !important;
    width: 190px !important;
    height: 50px !important;
    font-family: Nunito !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #000000 !important;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.mobile-navbar {
    display: none !important;
}

.navbar {
    display: block !important;
}

.mobile-toggler-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01148E;
    background: #fff;
    border: 1px solid #01148E;
    border-radius: 4px;
}

@media screen and (max-width: 991px) {
    .accordion-button {
        height: auto !important;
    }
    .navbar {
        display: none !important;
    }
    .mobile-navbar {
        display: block !important;
    }
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}