.container-custom{
    max-width: 1420px;
    margin: 0 auto;
}

@media (min-width: 1601px) {
    .container-custom{
        max-width: 1640px;
    }
}

@media (max-width: 1600px) {
    .container-custom{
        max-width: 1420px;
    }
}

/* @media (max-width: 1146px) {
    .container-custom {
        gap:10px;
        flex-flow: column;
        align-items: start !important;
    }
} */

@media (max-width: 823px) {
    .ms-navbar{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {

    #topnav{
        position: absolute;
        right: 35px;
        top: 135px;
        z-index: 5;
        padding: 1rem;
        background: #ffffff;
    }

   .navbar-header{
        width: 100%;
   }

   #signup-header-1{
        display: block !important;
   }

   #signup-header{
        display: block !important;
   }
}

@media (max-width: 500px) {
    /* Logo */
    .ms-brand img{
        height: 45px;
        width: auto;
    }
}

.btn-maddie {
    background: linear-gradient(135deg, #D7B3FF, #9F6BFF);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1rem;
    text-transform: capitalize;
    border:none;
}

.btn-maddie:hover{
    color: #ffffff;
}

.btn-maddie i {
    margin-right: 10px;
}