.header_container {
    width: 400px;
    position: absolute;
    right: 5%;
    top: 8%;
    z-index: 9;
    text-align: center;
    font-family: Boogaloo;
}

.header_first_container {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    gap: 5px;
    text-align: center;
    color: #f3d739;
    font-family: Boogaloo;
    flex-direction: column;
    background-color: #000000ae;
    border-radius: 18px
}

.header_first_title {
    font-size: 24px;
    font-weight:400;
}

.header_logo {
    max-width: 100%;
    padding: 0px 140px;
    font-weight:bold;
}

.header_description {
    color: white;
    font-size: 26px;
    line-height: 2.4rem
}

.header_button {
    padding: 10px;
    font-size: 30px
}

.header_button span {
    background-color: red;
    padding: 5px 25px;
    color: white;
    border-radius: 8px
}

.header_bottom_text {
    color: white;
    font-size: 20px
}

.counter_mobile_section{
    display:none
}

.logo_mobile{
    display: none;
}
.header_mobile_title{
display:none
}
.underline_logo{
    display: none;
}

@media(max-width:768px) {
    .underline_logo{
    display: block;
}
    .header_container {
    width: 100%;
    right: auto;
    top: auto;
    bottom:6% !important;
}

.header_first_container {
    padding-top: 10px;
    margin:40px;
    display: flex;
    justify-content: center;
    gap: 1px;
    text-align: center;
    color: #f3d739;
    font-family: Boogaloo;
    flex-direction: column;
    border-radius: 18px
}
.header_logo {
    display:none;
    max-width: 100%;
    padding: 2px 120px
}
.header_mobile_title{
    display:block !important;
     color: #f3d739;
     font-size: 32px;
     font-weight: 700 !important;
     /* border-bottom: 5px solid #d1d1d1;    */
}
.header_first_title {
    font-size: 22px;
}


.header_description {
    color: white;
    font-size: 22px;
    line-height: 2rem
}
.header_bottom_text {
    color: white;
    font-size: 20px
}

.counter_section{
    display:none;
}

.counter_mobile_section{
    display:block !important;
}

.logo_mobile{
    position: absolute;
    top:0%;
    left:1%;
    width:20%;
    z-index:9999;
    margin:10px;
    display: block !important;
}
}