@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;500;600&display=swap');

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
    width: 100%;
    background: var(---primary);
}

.header .container .logo span {
    width: 100%;
    font-size: 2.5rem;
    color: rgb(130, 187, 193,0.993);
}

.br {
    position: absolute;
    width: 555px;
    height: 555px;
    left: -87px;
    top: -41px;
    filter: blur(247px);
    background: rgba(40, 47, 48, 0.644);;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin: 5px auto;
    background-color: var(---text);
    transition: all 0.3s ease-in-out;
}

.header .container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.header .container .navmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header .container .logo {
    width: 100%;
    max-width: 20rem;
}

.header .navmenu .list {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.header .navmenu .list a {
    color: var(---text);
    font-size: 1.7rem;
}

.header .navmenu .list #mobile{
    display: none;
}


.se-hero {
    padding-top: 5rem;
    background: var(---primary);
}

.se-hero .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.se-hero .container .text {
    width: 100%;
    z-index: 1;
    max-width: 70rem;
}

.se-hero .container .text h1 {
    font-size: 7rem;
}

.se-hero .container .text h1 span {
    font-size: 7rem;
    color: rgb(130, 187, 193,0.993);
}

.se-hero .container .text p {
    font-size: 2rem;
    color: var(---text);
    font-weight: 100;
    margin-top: 3rem;
}

.se-hero .container .btnPrimary {
    margin-top: 2rem;
    width: 30%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 3rem;
}

.se-hero .container .btnPrimary:hover {
    width: 35%;
    border-radius: 0;
}

.se-hero .container .img-hero {
    width: 100%;
    max-width: 90rem;
}

.se-hero .container .img-hero img {
    width: 100%;
    max-width: 100rem;
}

/* LOOP */
.obj {
    padding: 15rem 0;
    background: var(---primary);
}

.obj .container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7rem;
}

.obj .container .content{
    width: 100%;
    max-width: 500rem;
}

.obj .container .content h2{
    margin-bottom: 4rem;
}

.obj .container .content p{
    color: var(---text);
    font-weight: 100;
}

.obj .container .content .btnPrimary{
    margin-top: 5rem;
    border-top-left-radius: 0;   
    border-bottom-left-radius: 0;
}

.obj .container .content .btnPrimary:hover{
    transform: scale(1.0);
    border-radius: 0;
}
.obj .container .img-obj {
    width: 100%;
    display: flex;
    width: 100rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
}

.obj .container .img-obj img {
    display: inline-block;
    width: 90rem;
    border-radius: 20px;
    transition: all 0.3s;
}

.obj .container .img-obj img:hover {
    transform: rotate(10deg);
}

/* NFTS */

.nft {
    padding: 5rem 0;
    background: var(---primary);
}

.nft .all-cards{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    margin-top: 15rem;
}

.nft .all-cards .cards{
    display: flex;
    flex-direction: column;
    width: 28rem;
    background: var(---card);
    padding: 2rem;
    z-index: 99;
    color: var(---text);
    border-radius: 10px;
    transition: all 0.3s;
}

.nft .all-cards .cards:hover{
    box-shadow: 2px 2px 12px 2px rgba(247, 247, 247, 0.993);
    transform: scale(1.01);
}

.nft .all-cards .cards .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nft .all-cards .cards .img img{
    width: 100%;
}

.nft .all-cards .cards .content{
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
}

.nft .all-cards .cards .content h3{
    color: var(---text);
    margin-bottom: 2rem;
}

.nft .all-cards .cards .content .eth{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nft .all-cards .cards .content .eth .logo{
    display: flex;
    justify-content: space-between;
}

.nft .all-cards .cards .content .eth .logo img{
    width: 4.3rem;
}

.nft .all-cards .cards .content .timer{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nft .all-cards .cards .content .timer .btnPrice{
    display: inline-block;
    background: var(---primary);
    padding: 0.5rem;
    color: var(---text);
}

.nft .all-cards .cards .content .timer .time{
    padding: 0.4rem;
    border-radius: 10px;
}
/* CREATION */


.creation {
    background: var(---primary);
    width: 100%;
    padding: 5rem 0;
}

.creation .container {
    display: flex;
    flex-direction: column;
}

.creation .container .all-creation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
    gap: 2rem;
    z-index: 9;
}

.creation .container .all-creation .cards {
    background: var(---card);
    padding: 2rem;
    border-radius: 14px;
    height: 24.8rem;
    transition: all 0.3s;
}

.creation .container .all-creation .cards:hover{
    box-shadow: 1px 1px 1px 5px rgba(247, 247, 247, 0.993);
    
    transform: scale(1.01);
}

.creation .container .all-creation .cards h3 {
    margin-top: 2rem;
}

.creation .container .all-creation .cards p {
    margin-top: 2rem;
    color: var(---text);
    font-weight: 100;
}

.creation .container .creator-week {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
}

.creation .container .creator-week #h3 {
    margin-bottom: 4rem;
}

.creation .all-creator {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
}

.creation .all-creator .card-week {
    display: flex;
    gap: 2rem;
    background: var(---card);
    padding: 2rem;
    border-radius: 14px;
    transition: all 0.3s;
}

.creation .all-creator .card-week:hover{
    transform: scale(1.1);

}

.creation .all-creator .card-week p {
    color: var(---text);
    font-weight: 100;
}

.creation .all-creator .card-week .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.creation .all-creator .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

#br2 {
    position: absolute;
    width: 100%;
    max-width: 40rem;
    height: 555px;
    left: 700px;
    top: 2000px;
}


.new {
    background: var(---primary);     
    padding: 10rem 0;
}

.new .container {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new .text{
    z-index: 9;
    width: 100%;
    max-width: 50rem;
    color: var(---text);
}

.new .col-md-6{
    width: 100%;
    z-index: 9;
    max-width: 50rem;
}

.new h3 {
    font-size: 24px;
    margin-bottom: 20px;
    z-index: 9;
}

.new h3 span {
    font-size: 5rem;
    color: rgb(130, 187, 193,0.993);
}

.new p {
    font-size: 18px;
    margin-bottom: 20px;
}

.new input[type="email"] {
    width: 80%;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.new button[type="submit"] {
    width: 80%;
    padding: 10px;
    font-size: 18px;
    color: var(---card-text);
    border: none;
    cursor: pointer;
    border-radius: 5px;
}


/* FOOTER */

.footer {
    background: var(---primary);
    color: var(---white);
    padding: 10rem 0;
}
.footer .container{
    z-index: 9;
}

.footer .row {
    display: flex;
    justify-content: space-between;
    gap: 7rem;
    z-index: 9;
}

.footer .row #first p{
    width: 100%;
    max-width: 25rem;
    z-index: 9;
}

.footer .row .col-3 span {
    font-size: 4rem;
    color: rgb(130, 187, 193,0.993);
}

.footer .col-3 {
    flex: 1;
    z-index: 9;
    color: var(---text);
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .col-3 p{
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 100;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer li {
    margin-bottom: 10px;
}

.footer a {
    color: #fff;
    transition: all 0.3s;
}

.footer a:hover{
    padding-left :1rem;
    color: #a3a0a0;
}

.footer .redes{
    width: 100%;
    max-width: 19rem;
    flex-wrap: wrap;
}

.footer  .redes ion-icon{
    color: var(---white);
    font-size: 2.5rem;
    transition: all 0.3s;
    padding: 1rem;
}

.footer  .redes ion-icon:hover{
    box-shadow: 1px 1px 10px  rgba(163, 174, 175, 0.966);;
    color: var(---hover-white);
    transform: scale(1.1);
}

.b3 {
    position: absolute;
    width: 555px;
    height: 555px;
    left: -87px;
    filter: blur(247px);
    z-index: 1;
    background: rgba(40, 47, 48, 0.644);;
}

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(---card);
    padding: 10px 20px;
    border: 1px solid var(---primary);
    z-index: 9999;
    cursor: pointer;
}