@media (max-width: 576px) {
    .mobile-margin-top {
        margin-top: 10rem !important;
    }
}

.new-top-nav {
    background: #000000;
    box-shadow: 0px -1px 0px 0px #FFFFFF29 inset;
    border: 1px solid var(--Neutral-700, #404959);
}

.new-secondary-nav {
    box-shadow: 0px -1px 0px 0px #FFFFFF29 inset;
    border: 1px solid var(--Neutral-700, #404959);
    background: var(--Neutral-50, #F4F5F7);
}

.new-top-nav-elements-wrapper{
    padding:0px 0px;
    display: flex;
    gap: 16px 28px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.white-nav-image{
    width: 32px;
    height: 32px;   
}

.new-nav-claim-container{
    display: flex;
    align-items: center;
    gap: 42px;
    flex-grow: 1;
    flex-basis: 100%; 
    order: 3;
    padding-bottom: 8px;
}

.new-top-nav-title{
    font-family: "Archivo Black";
    font-weight: 400;
    font-size: 59px;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.new-top-nav-text{
    font-family: "Public Sans";
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.heading-07{
    font-family: Public Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 1.2%;
    text-transform: uppercase;
}

.new-nav-timer-container{
    display: flex;
    gap: 12px;
}

.timer-time-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-text{
    font-family: Public Sans;
    font-weight: 700;
    font-size: 42px;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.new-secondary-nav-elements-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    scrollbar-width: none;
}

.new-secondary-nav-items-container{
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 15px 0px;
    flex-shrink: 0;
}

.new-secondary-nav-text{
    font-family: Public Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.new-secondary-nav-hr{
    width: 1px;
    height: 65px !important;
    border: 1px solid var(--Neutral-300, #CFD1D6);
    opacity: 1;
    margin: 0;
}

@media (min-width: 576px) {
    .new-top-nav .container  {
        max-width: 565px;
    }
}

@media (min-width: 768px) {
    .new-top-nav .container  {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .new-top-nav .container {
        max-width: 975px;
    }
}

@media (min-width: 1200px) {
    .new-top-nav .container {
        max-width: 1185px;
    }
}

@media (min-width: 1400px) {
    .new-top-nav .container {
        max-width: 1370px;
    }
}

@media(min-width:1640px){
    .new-top-nav .container  {
        max-width: 1620px;
    }

    .new-nav-timer-container{
        padding-left: 44px
    }
}

@media(min-width:1200px){
    .new-nav-claim-container{
        flex-basis: auto;
        order: 0;
        padding-bottom: 0px;
    }
}

@media(max-width:1640px){
    .new-top-nav-title{
        font-weight: 400;
        font-size: 42px;
        line-height: 40px !important;
    }

    .new-top-nav-text{
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
    }

    .timer-text{
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
    }

    .new-top-nav-elements-wrapper{
        gap: 16px 28px;
        padding: 0px 0px;
    }

    .new-nav-claim-container{
        gap: 16px;
    }

    .new-nav-timer-container{
        gap: 10px;
    }

    .timer-time-wrapper .title-xs{
        transform: translateY(-7px) !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .new-nav-claim-container .btn-first{
        max-width: 110px !important;
    }

    .new-secondary-nav-items-container img{
        width: 32px;
        height: 32px;
    }

    .new-secondary-nav-items-container{
        margin: 12px 0px;
    }

    .new-secondary-nav-text{
        font-size: 16px;
    }
}

@media(max-width:1200px){
    .new-nav-claim-container{
        justify-content: center;
    }
}

@media(max-width:768px){
    .new-secondary-nav{
        display: none;
    }

    .new-nav-claim-container{
       order: 0;
       padding-bottom: 0px;
       flex-wrap: wrap;
    }

    .new-top-nav-title{
        font-weight: 400;
        font-size: 44px;
        line-height: 28px !important;
        padding-bottom: 24px;
    }

    .new-top-nav-text{
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }

    .timer-text{
        font-weight: 700;
        font-size: 22px;
        line-height: 58px;
    }

    .timer-time-wrapper .title-xs{
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        transform: translateY(-16px) !important;
    }

    .new-top-nav {
        border: none;
    }

    .new-top-nav-elements-wrapper{
        padding: 0px 24px;
        padding-top: 32px;
        padding-bottom: 4px;
        gap: 0px;
        justify-content: center;
    }

    .new-nav-claim-container{
        gap: 20px;
    }

    .new-nav-claim-container .btn-first{
        max-width: 203px !important;
        height: 42px !important;
        border-radius: 16px;
    }

    .new-nav-timer-container{
        gap: 8px;
    }
}

@media(max-width:430px){
    .new-top-nav-elements-wrapper{
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width:405px){
    .new-top-nav-title{
        font-weight: 400;
        font-size: 42px;
        line-height: 28px !important;
        padding-bottom: 20px;
    }

    .new-top-nav-text{
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
    }

    .timer-text{
        font-weight: 700;
        font-size: 20px;
        line-height: 58px;
    }

    .timer-time-wrapper .title-xs{
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        transform: translateY(-16px) !important;
    }

    .new-top-nav {
        border: none;
    }

    .new-top-nav-elements-wrapper{
        padding-top: 24px;
        padding-bottom: 4px;
        gap: 0px;
        justify-content: center;
    }

    .new-nav-claim-container{
        gap: 16px;
    }

    .new-nav-claim-container .btn-first{
        max-width: 203px !important;
        height: 42px !important;
        border-radius: 16px;
    }

    .new-nav-timer-container{
        gap: 8px;
    }
}

