* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

body {
    background-image: url(/assets/img/Rectangle\ 26.png);
}

/************ INÍCIO DO CABEÇALHO *rgba(38, 38, 38, 0.7)***********/

header {
    background-color: #2E2E29;
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    z-index: 2;
}

.div-header {
    height: 65px;
    display: flex;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
    justify-content: space-between;
}

.dimensions {
    font-weight: 500;
    position: fixed;
    background-color: #000000c7;
    padding: 10px;
}

.div-header-top {
    height: 25px !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border: 1.048px solid #A3833B; */
    background-color: #252521;
    color: wheat;
    padding-top: 2px;
    padding-bottom: 2px;
}

.secondary-div-header-top {
    width: 850px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

.div-header-top a {
    display: flex;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}
.div-header-top img {
    margin-top: 2px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    transition: font-size 0.3s ease-in-out;

}

.div-header-top p {
    margin: 0px;
    font-size: 13px;
    font-weight: 300;
    transition: font-size 0.3s ease-in-out;

}

.list-divs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: fit-content;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.list-divs:hover {
    background-color: #363122;
    cursor: pointer;
    touch-action: manipulation;
}

.bsc-title::before {
    content: "BSCSCAN";
}

.cmc-title::before {
    content: "COINMARKETCAP";
}

.gecko-title::before {
    content: "COINGECKO";
}

.cake-title::before {
    content: "PANCAKE SWAP";
}

@media (max-width:810px) {
    .cake-title::before {
        content: "PANCAKE";
    }

}

@media (max-width:594px) {
    .div-header-top img {
        margin-top: 0px;
        margin-right: 3px;
        width: 15px;
        height: 15px;
    }

    .div-header-top p {
        font-size: 11px;
    }

    /* .list-divs {
        gap: 3px;
    } */

    /* .div-header-top {
        gap: 4px;
    } */

    .bsc-title::before {
        content: "BSC";
    }
}

@media (max-width:594px) {
    .copy-button {
        width: 70vw;
    }

    .copy-button p {
        font-size: 13px;
    }

    .div-header-top {
        height: 30px;
    }

    .list-divs {
        height: 25px;
    }
}    

@media (max-width:485px) {
    .cmc-title::before {
        content: "MARKETCAP";
    }
}

@media (max-width:465px) {
    .gecko-title::before {
        content: "GECKO";
    }
}

@media (max-width:409px) {
    .cmc-title::before {
        content: "CMC";
    }
}

@media (max-width:375px) {
    .cake-title::before {
        content: "CAKE";
    }
}

/* LEFT HEADER*/

.div-left-div-header {
    width: 230px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.img-outter-logo {
    margin-top: 6px;
    width: 180px;
}

/* RIGHT HEADER*/

.div-right-div-header {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

nav ul li {
    margin-left: 25px;
    display: inline;
}

nav ul a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

nav ul a:hover {
    color: #EEDB9D;
    text-decoration: underline;
}

nav ul a:active {
    color: #EEDB9D;
}

nav a.active {
    color: #EEDB9D;
}


#language-select-desktop {
    appearance: none;
    -webkit-appearance: none; /* Para alguns navegadores como o Safari */
    -moz-appearance: none; /* ara o Firefox */
    border: none; 
    margin-left: 30px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 20px;
    padding-left: 5px;
    padding-left: 5px;
    width: auto;
    font-size: 14px;
}

#language-select-desktop:hover {
    background-color: #F2DA94;
    color: #262626;
    cursor: pointer;
    height: auto;
    overflow: visible;
}


@media (max-width: 990px) {
    .menu-hamburger {
      display: block;
      width: 22px;
      cursor: pointer;
    }

    .div-right-div-header nav {
        display: none;
    }

    #language-select-desktop {
        display: none;
    }
   
}

  @media (min-width: 990px) {
    .menu-hamburger {
      display: none;
    }
  }

/* INÍCIO DO MENU  menu-mobile MOBILE */

.menu-mobile {
    position: fixed;
    top: 87px;
    left: 0px;
    background-color: rgba(38, 38, 38, 0.892); /* Adicione transparência ao fundo */
    backdrop-filter: blur(10px); /* Desfocar o fundo */
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
}

.menu-mobile nav ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    margin-top: -150px;
}

.menu-mobile nav ul li {
    margin-left: 0px;
    display: inline;
    font-weight: 400;

    
}

.menu-mobile nav ul a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    width: 100vw;
}

.menu-mobile nav ul a:hover {
    color: #DABB64;
    background-color: #dabb6425;
    text-decoration: underline;
}

.menu-mobile nav ul a:active {
    color: #DABB64;
}

.menu-mobile #language-select-mobile {
    margin-top: 80px !important;
    margin: 0;
    display: block;
    background-color: #dec685;
    color: #262626;
    height: 32px;
    width: 150px;
    padding-left: 14px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
}

.menu-mobile #language-select-mobile:hover {
    background:#F2DA94;
}    


@media (min-width: 990px) {
    .menu-mobile {
      display: none;
    }
  }

.div-do-menu-mobile {
    display: none;
}

/************ FIM DO CABEÇALHO ************/

img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}

img:hover,
img:active {
  transform: scale(1.1); 
  
}


/************ INÍCIO DO RODAPÉ ************/

footer {
    background: linear-gradient(to right, #252525, #3C3A2F);
    height: 60px;
    position: relative;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 450px;
    padding-bottom: 30px;
}




footer h1 {
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer p {
    font-size: 15px;
    line-height: 5px;
}

footer img {
    width: 22px;
}

/* FOOTER MOBILE */


.footer-mobile {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    justify-content: space-between;
}

.footer-mobile h1 {
    min-width: 100%;
}

.footer-mobile p:hover {
    color: #F2DA94;
}

.footer-mobile p {
    width: 100%;
}

.footer-mobile h1 {
    width: 100%;
}

.div-arrow-up {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.arrow-up-mobile {
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.inf-supp {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.inf-supp-a {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.inf-supp-b {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.leg-join {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.leg-join-a {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.leg-join-b {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.join-social-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 4vw;
}

.last-logo-txt {
    display: flex;
    margin-top: 40px;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.last-logo img {
    width: 230px;
}

.last-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dabb6465
}

.last-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.last-txt p {
    margin-bottom: 6px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}



/* FOOTER TABLET */



.footer-tablet {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.footer-tablet a {
    color: white;
}

.footer-tablet a:hover {
    color: #F2DA94;
}


.inf-leg-sup {
    margin: 0px;
    padding: 0px;
}


.toggle-content {
    display: none;
    transition: 0.2s ease-out;
    color: white;
    margin-bottom: 30px;
}

.inf-leg-sup li {
    width: 100%;
    list-style: none;
    line-height: 2;
}

.inf-leg-sup li:hover {
    color: #f2db94;
    cursor: pointer;
}

.h1-info {
    width: 100%;
    border-bottom: 1px dotted #f2db942d;
    cursor: pointer;
}

.h1-info:hover {
    border-bottom: 1px solid #f2db942d;
    cursor: pointer;
}

.join-social-icon-tablet {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    padding-bottom: 20px;
    border-bottom: 2px solid #dabb6449;

}

.join-social-icon-tablet img {
    width: 30px;
}

.last-txt-tablet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.last-txt-tablet p {
    margin-top: 20px;
    text-align: center;
    line-height: 1.3;

}

/* FOOTER DESKTOP */

.footer-desktop {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-desktop h1 {
    width: 100%;
}

.footer-desktop p:hover {
    color: #F2DA94;
}

.out-logo-desktop {
    margin-top: 40px;
    width: 300px;
}


.left-col-desktop {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;

}

.left-col-desktop p {
    line-height: 1.7;
    width: 440px;
}

.social-icon-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 30px;
}

.social-icon-desktop img {
    width: 25px
}

.right-col-desktop {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-col-desktop-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.r-c-d-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
}


.arrow-up-desktop {
    border-bottom: 2px solid #dabb6449;
    display: flex;
    justify-content: end;
    align-items: baseline;
}

.last-txt-desktop {
    display: flex;
    height: 80px;
    flex-direction: row;
    align-items: center;
}

.last-txt-desktop p {
    margin: 0px;
    width: 100%;
    height: 30px;
    font-size: 14px;
}

.footer-desktop a {
    color: white;
}

.footer-desktop a:hover {
    color: #F2DA94;
}

@media (max-width: 1023px) {
    .last-txt-desktop p {
        font-size: 1.27vw !important;
    }
}    



.footer-desktop,
.footer-tablet,
.footer-mobile {
  display: none;
}


/* Quando a largura da viewport é 515px ou menos, exibe o footer mobile */
@media (max-width: 515px) {
    .footer-mobile {
      display: block;
    }

    footer {
        height: 600px;
    }
  }
  
  /* Quando a largura da viewport é entre 516px e 911px, exibe o footer tablet */
  @media (min-width: 516px) and (max-width: 911px) {
    .footer-tablet {
      display: block;
    }
  }
  
  /* Quando a largura da viewport é 912px ou mais, exibe o footer desktop */
  @media (min-width: 912px) {
    .footer-desktop {
      display: flex;
    }
    footer {
        height: 370px;
    }
  }
