@font-face {
    font-family: light;
    src: url(./Fonts/LufgaLight.ttf);
}

@font-face {
    font-family: regular;
    src: url(./Fonts/LufgaRegular.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    font-family: light;
    height: 100%;
    width: 100%;
    background-color: #11120D;
}

/* =====Main===== */

#main{
    height: 100vh;
    width: 100%;
    background-color: #11120D;
    padding: 30px 50px;
}

/* =====Head===== */

#head{
    position: relative;
    height: 90px;
    width: 100%;
    background-color: #11120D;
}

/* =====Freakish Minds Name===== */

#brand-name{
    font-size: 20px;
    font-weight: 900;
    padding-top: 10px;
    padding-left: 30px;
    color: white;
}

/* =====Wallet btn==== */

#wallet-btn{
    position: absolute;
    height: 50px;
    top: 5px;
    height:50px;
    right: 0;
    color: white;
}
#wallet-btn button{
    height: 100%;
    font-size: 16px;
    font-weight: 520;
    padding: 0 20px;
    border: 2px solid #CAFE3F;
    border-radius: 50px;
    background-color: #11120D;
    color: white;
}
#wallet-btn i{
    font-size: 23px;
    padding-right: 5px;
}
#wallet-btn button:hover{
    background-color: #CAFE3F;
    color: black;
    cursor: pointer;
}
  
/* =====Nav===== */

#nav{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 50px;
    padding: 10px 40px;
    background-color: #444444;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
}

.nav-btn{
    background-color: #444444;
    border: none;
}

.nav-btn a{
    font-size: 16px;
    text-decoration: none;
    color: white;
    font-weight: 100;
}

/* =====TagLine===== */
#tagline{
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    color: white;
    background-color: #11120D;
}

#tagline h1{
    font-family: regular;
    font-size: 60px;
    font-weight: 600;
}

#tagline img{
    height: 40px;
    width: 40px;
}

/* =====Hero block===== */

#hero{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #11120D;
}
#hero-img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 90%;
    width: 600px;
    background-image: url(./assets/hero.webp);
    background-size: cover;
}

/* =====Numbers Bar===== */

#numbers{
    text-align: center;
    position: absolute;
    background-color: #101010;
    top: 20%;
    right: 0;
    height: 50%;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 50px;
}

#num-k{
    color: white;
    font-size: 40px;
    font-weight: 570;
}

.num p{
    font-size: 13px;
    color: #CAFE3F;
}

#plus{
    color: #CAFE3F;
}

#empt-div1{
    position: absolute;
    height: 2.5px;
    width: 100%;
    top: 33%;
    background-color: #CAFE3F;
    border-radius: 2px;
}
#empt-div2{
    position: absolute;
    height: 2.5px;
    width: 100%;
    top: 74%;
    background-color: #CAFE3F;
    border-radius: 2px;
}

/* =====Crown Monkey===== */

#crown-monkey-parent{
    position: absolute;
    top: 10%;
    height: 30%;
    width: 15%;
    background: linear-gradient(to bottom right, yellowgreen, #101012, #101012, #101012);
    border-radius: 50%;
}

#crown-monkey{
    margin-top: 10%;
    margin-left: 10%;
    height: 80%;
    width: 80%;
    background-color: #171717;
    background-image: url(./assets/m2.webp);
    background-size: cover;
    border-radius: 50%;
}

#crown-monkey-child{
    top: 1%;
    left: 1%;
    position: absolute;
    height: 99%;
    width: 99%;
    background-color: #101012;
    border-radius: 50%;
}

#txt{
    position: absolute;
    color: white;
    top: 40%;
    font-size: 15px;
    font-weight: 100;
}

/* =====Trending Auctions block===== */

#auctions{
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 10%;
    background-color: #101010;
}

#l1{
    font-size: 17px;
    color: #CAFE3F;
}
#l2{
    font-size: 40px;
    color: white;
}

#mid-line{
    position: absolute;
    top: 22%;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 100;
    word-spacing: 3px;
    font-size: 13px;
}

#arrows{
    position: absolute;
    padding: 0 20px;
    top: 18%;
    right: 0;
    background-color: #101010;
    height: 15%;
    width: 20%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
}

#arrow1{
    font-size: 75px;
    background-color: #11120D;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
}
#arrow2{
    font-size: 75px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 10px;
    text-align: center;
}
#arrows a{
    text-decoration: none;
}
#arrow1:hover{
    background: white;
    color: black;
    border: 1px solid black;
    box-shadow: 0 0 10px white;
}
#arrow2:hover{
    background: black;
    color: white;
    border: 1px solid white;
    box-shadow: 0 0 10px white;
}

/* =====cards===== */

#cards{
    background-color: #11120D;
    width: 100%;
    height: 150%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 5%;
    padding: 5% 5%;
}

/* =====card1===== */

#card1{
    background-color: #11120D;
    padding: 25% 0;
}
#card1-inner{
    position: relative;
    height: 90%;
    width: 100%;
    background-color: #1F1F1F;
    border-radius: 10px;
    padding: 7% 7%;
    border: 1px solid white;
}
#card1-img{
    clip-path: polygon(50% 0, 63% 14%, 100% 14%, 100% 100%, 0 100%, 0 0);
    background-color: #6A00E0;
    height: 99%;
    width: 99%;
    border-radius: 20px;
    background-image: url(./assets/Mokey-01.png);
    background-size: 110% 85%;
    background-position: bottom;
    background-repeat: no-repeat;
}
#card1-end-line{
    position: absolute;
    right: 9.5%;
    font-size: 14px;
    font-weight: 900;
    color: white;
}
#card1-eth{
    position: absolute;
    z-index: 2;
    height: 10%;
    width: 50%;
    background-color: #1F1F1F;
    color: white;
    word-spacing: 7px;
    bottom: 5%;
    left: 3%;
    padding: 2% 5%;
    border-radius: 10px;
}
#card1-btn{
    position: absolute;
    background-color: #1F1F1F;
    height: 50px;
    width: 150px;
    color: white;
    padding: 5% 12%;
    bottom: -20%;
    left: 25%;
    border-radius: 10px;
    box-shadow: 6px 5px 0 #6A00E0;
}

#eth{
    height: 17px;
}


/* =====card2===== */

#card2{
    background-color: #11120D;
    padding: 25% 0;
}
#card2-inner{
    position: relative;
    height: 90%;
    width: 100%;
    background-color: #1F1F1F;
    border-radius: 10px;
    padding: 7% 7%;
    border: 1px solid white;
}
#card2-img{
    clip-path: polygon(50% 0, 63% 14%, 100% 14%, 100% 100%, 0 100%, 0 0);
    background-color: #B7D702;
    height: 99%;
    width: 99%;
    border-radius: 20px;
    background-image: url(./assets/Mokey-02.png);
    background-size: 110% 85%;
    background-position: bottom;
    background-repeat: no-repeat;
}
#card2-end-line{
    position: absolute;
    right: 9.5%;
    font-size: 14px;
    font-weight: 900;
    color: white;
}
#card2-eth{
    position: absolute;
    z-index: 2;
    height: 10%;
    width: 50%;
    background-color: #1F1F1F;
    color: white;
    word-spacing: 7px;
    bottom: 5%;
    left: 3%;
    padding: 2% 5%;
    border-radius: 10px;
}
#card2-btn{
    position: absolute;
    background-color: #1F1F1F;
    height: 50px;
    width: 150px;
    color: white;
    padding: 5% 12%;
    bottom: -20%;
    left: 25%;
    border-radius: 10px;
    box-shadow: 6px 5px 0 #B7D702;
}

/* =====card3===== */

#card3{
    background-color: #11120D;
    padding: 25% 0;
}
#card3-inner{
    position: relative;
    height: 90%;
    width: 100%;
    background-color: #1F1F1F;
    border-radius: 10px;
    padding: 7% 7%;
    border: 1px solid white;
}
#card3-img{
    clip-path: polygon(50% 0, 63% 14%, 100% 14%, 100% 100%, 0 100%, 0 0);
    background-color: #FF5213;
    height: 99%;
    width: 99%;
    border-radius: 20px;
    background-image: url(./assets/Monkey-03.png);
    background-size: 110% 85%;
    background-position: bottom;
    background-repeat: no-repeat;
}
#card3-end-line{
    position: absolute;
    right: 9.5%;
    font-size: 14px;
    font-weight: 900;
    color: white;
}
#card3-eth{
    position: absolute;
    z-index: 2;
    height: 10%;
    width: 50%;
    background-color: #1F1F1F;
    color: white;
    word-spacing: 7px;
    bottom: 5%;
    left: 3%;
    padding: 2% 5%;
    border-radius: 10px;
}
#card3-btn{
    position: absolute;
    background-color: #1F1F1F;
    height: 50px;
    width: 150px;
    color: white;
    padding: 5% 12%;
    bottom: -20%;
    left: 25%;
    border-radius: 10px;
    box-shadow: 6px 5px 0 #FF5213;
}
