#svg__navbar,#svg__closenavbar
{
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 14px;
}

#planet_mobile_animation-div,#planet_mobile_secanimation-div,#planet_mobile_thirdanimation-div
{
    display: none;
    align-items: center;
    width: 398px;
    height: 500px;
    background-color: rgb(28, 25, 23);
    border: 1px solid rgb(68, 64, 60);
    border-radius: 8px 8px 8px 8px; 
    align-items: center;
    justify-content: center;
}
#popup__list-div
{
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #171412;
    z-index: 999;
    padding: 8px;
    position: fixed;
}
#popup__header-span
{
    display: flex;
    width: 300px;
    height: 26px;
    font-size: 12px;
    padding: 0px 12px;
    font-family: Sora;
    color: rgb(68, 64, 60);
    font-weight: 400;

}
#popup__wrapper-div
{
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}
#popup__overviewspan,#popup__providersspan,#popup__bridgespan,#popup__aboutspan,#popup__governencepan,
#popup__brandassestspan,#popup__privacypolicyspan,#popup__californiaspan,#popup__usd1aspan,#popup__termisspan,#popup__xtwitterspan,
#popup__telegramspan,#popup__contactustspan
{
    display: flex;
    font-size: 16px;
    width: 300px;
    height: 40px;
    padding: 0 24px;
    font-family: Sora;
    cursor: pointer;
    font-weight: 600;
}
#swap__soon-wrapper-div
{
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0 24px;

}
#popup__swapspan
{
    display: flex;
    font-size: 16px;
    height: 40px;
    font-family: Sora;
    cursor: pointer;
    font-weight: 600;
    color: rgb(122, 114, 108);
}
#popup__swapsoondiv,#popup__swapsoondiv
{
    width: 59.56px;
    height: 24px;
    background-color:rgb(28, 25, 23);
    border-color: rgb(68, 64, 60);
    border-radius: 99999px;
    color:rgb(231, 229, 228);
    padding-left: 6px;
    font-family: Sora Fallback;
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    h2
    {
        font-size: 24px !important;
    }
    #main__navbar
    {
        display: none !important;
    }
    #svg__navbar
    {
        display: flex;
    }
    #grid__info__div
    {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    #animated__information
    {
        display: none;
    }
    #text__information__firstblock,#text__information__secondblock,#text__information__thridblock
    {
        color: #ffff  !important;
        transition: none;
        transform: scale(1) !important;
    }
    #planet_mobile_animation-div,#planet_mobile_secanimation-div,#planet_mobile_thirdanimation-div
    {
       display: flex;
    }
    #text__block__first,#text__block__second,#text__block__third
    {
        height: 21vh;
    }
}


/* not mobile!!!  */

#usd1__header_content
{
    display: none;
    position: absolute;
    flex-direction: column;
    width: 257.6px;
    height: 177.6px;
    padding: 8px;
    background-color: #171412;
    border-color: rgb(68, 64, 60);
    border-style: solid;
    border-width: 1.5px;
    box-sizing: border-box;
    border-radius: 10px; 
}
#usd1__span_overview,#usd1__span_providers,#usd1__span_bridge,#usd1__span_about,#usd1__span_companyabout,#usd1__span_governance,#usd1__span_brandassests,#usd1__span_contactus
{
    display: flex;
    font-size: 14px;
    width: 240px;
    height: 40px;
    padding: 10px 8px;
    font-family: Sora;
    cursor: pointer;
    font-weight: 600;
}
/* width: 230px; */
#usd1__span_companyabout,#usd1__span_governance,#usd1__span_brandassests,#usd1__span_contactus
{
    width: 230px;
}
#usd1__swap__soon-wrapper-div
{
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0px 2px;
}
#usd1__span_swap
{
    display: flex;
    font-size: 14px;
    height: 40px;
    padding: 10px 8px;
    font-family: Sora;
    cursor: pointer;
    font-weight: 600;
    color: rgb(122, 114, 108);

}
#popup__swapsoondiv
{
   margin-top: 9px;
   font-size: 14px;
   
}
#usd1__span_overview:hover,#usd1__span_providers:hover,#usd1__span_bridge:hover,#usd1__span_about:hover,#usd1__span_companyabout:hover,#usd1__span_governance:hover,#usd1__span_brandassests:hover,#usd1__span_contactus:hover
{
    border-radius: 10px;
    background-color: #292524;
}
#company__header_content
{
    display: none;
    position: absolute;
    flex-direction: column;
    width: 242px;
    height: 178px;
    padding: 8px;
    background-color: #171412;
    border-color: rgb(68, 64, 60);
    border-style: solid;
    border-width: 1.5px;
    box-sizing: border-box;
    border-radius: 10px;
    top: 46px;
    left: 0px;

}