/*Navbar*/

.desktop-navigation-menu .navbar-nav {
    column-gap: 0;
}

.desktop-navigation-menu {
    padding: 34px 0;
    background: #fff;
}
https://localhost:44312/img/neden-doktor.pngactive::after {
    content: "";
    position: absolute;
    bottom: -41px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #096FFE;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.desktop-login-buttons {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.login-button, .signup-button {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    padding: 14px 30px;
}

.login-button {
    color: #FFFFFF!important;
    background: #096FFE;
    border-radius: 8px;
    border: 1px solid #096FFE;
}

.signup-button
{
    color: #243351!important;
    background: #fff;
    border: 1px solid #BBC0C9;
    border-radius: 8px;
}

.mobile-navigation-toggler
{
    display: none;
}


.mobile-sidebar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #ffffffd9;
    transition: .4s;
    backdrop-filter: blur(6px);
    z-index: 5;
}

.mobile-sidebar-menu.open
{
    right: 0;
    transition: .4s;
}

.mobile-sidebar-menu-header-area {
    border-bottom: 1px solid #E9E9EA;
}

.mobile-sidebar-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 1rem;
}

.mobile-sidebar-menu-close-button button {
    display: flex;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border: none;
        background: none;
        box-shadow: none;
        outline: none;
        color: #096ffe;
        padding: 0;
        border-radius: 4px;
}

.mobile-sidebar-menu-content-area {
    height: calc(100vh - 114px);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    padding-top: 80px;
    justify-content: space-between;
    padding-bottom: 40px;
}

.mobile-sidebar-menu-content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.mobile-sidebar-menu-page-links ul {
    padding: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: center;
    row-gap: 24px;
    opacity: 0;
    transition: .4s;
}

.mobile-sidebar-menu.open .mobile-sidebar-menu-page-links ul {
    opacity: 1;
    transition: 1.2s;
}

.mobile-sidebar-menu-page-links ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #243351;
    text-decoration: none;
}

.mobile-sidebar-menu-page-links ul li a.active {
    color: #096FFE;
}

.mobile-sidebar-menu-login-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    opacity: 0;
    transition: .4s;
}

.mobile-sidebar-menu.open .mobile-sidebar-menu-login-buttons {
    opacity: 1;
    transition: 1.2s;
}

.mobile-login-button, .mobile-signup-button {
    padding: 12px 24px;
    text-decoration: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 8px;
}

.mobile-login-button
{
    background: #096FFE;
    border: 1px solid #096FFE;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.mobile-signup-button
{
    background: #fff;
    border: 1px solid #BBC0C9;
    color: #243351;
    outline: none;
    box-shadow: none;
}

.sidebar-menu-social-media ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    column-gap: 12px;
}

.sidebar-menu-social-media ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #E9E9EA;
    border-radius: 50px;
    font-size: 18px;
    line-height: 28px;
    color: #9AA1AF;
}



/*Footer*/

footer {
    border-top: 1px solid #E9E9EA;
    background: #FFFFFF;
}

.footer-top {
    padding-top: 92px;
    padding-bottom: 62px;
}

.footer-logo-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.footer-description {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #505C74;
    padding-right: 70px;
}

.footer-logo-description-app-link {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
}

.footer-app-links {
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.footer-page-list {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.footer-page-list .footer-page-list-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #243351;
}

.footer-page-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
}

.footer-page-list ul li a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #243351;
    text-decoration: none;
}

.card-types {
    display: flex;
    justify-content: space-between;
}
.card-types .card-type {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-types-and-description
{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.card-types-description {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #505C74;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #E9E9EA;
}

.footer-bottom-social-media ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    column-gap: 1rem;
}

.footer-bottom-social-media ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #9AA1AF;
    border: 1px solid #E9E9EA;
    border-radius: 50px;
    transition: .4s;
}

.footer-bottom-social-media ul li a:hover {
    color: #096FFE;
    transition: .4s;
}

.header-container, .footer-container {
    margin: auto;
    max-width: 90%;
}


@media only screen and (min-width: 576px) {
    .header-container, .footer-container {
        margin: auto;
        max-width: 540px;
    }

}

@media only screen and (min-width: 768px) {
    .header-container, .footer-container {
        margin: auto;
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .header-container, .footer-container {
        margin: auto;
        max-width: 940px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-container, .footer-container {
        margin: auto;
        max-width: 1160px;
    }
}

@media only screen and (min-width: 1400px) {
    .header-container, .footer-container {
        margin: auto;
        max-width: 1320px;
    }
}


@media only screen and (min-width: 1600px) {
    .header-container, .footer-container {
        max-width: 1480px;
    }
}





@media only screen and (max-width: 1399px)
{
    .desktop-navigation-menu .navbar-nav {
        column-gap: 20px;
    }
}

@media only screen and (max-width: 1199px)
{
    .desktop-navigation-menu .navbar-brand, .desktop-navigation-menu .navbar-brand img {
        width: 140px;
    }


    .login-button, .signup-button {
        padding: 10px 14px;
    }
}

@media only screen and (max-width: 991px)
{
    .desktop-login-buttons
    {
        display: none;
    }
    .mobile-navigation-toggler {
        display: flex;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border: none;
        background: none;
        box-shadow: none;
        outline: none;
        color: #096ffe;
        padding: 0;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 575px)
{
    .card-types {
        justify-content: start;
        column-gap: 20px;
    }
}

@media only screen and (max-width: 425px)
{
    .footer-bottom {
        flex-direction: column-reverse;
        row-gap: 1rem;
    }
}