*{
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    scroll-behavior: smooth;
}
html{
    overflow-x: hidden;
    padding: 20px;
}
:root{
    --black: #494949;
    --purple: purple;
}
.header{
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    display: flex;
    padding: 10px;
    position: relative;
    margin-left: 5%;
}
.header h1{
    color: var(--purple);
    color: linear-gradient(#9300b8, #1900ff);
    font-size: 29px;
    padding: 5px;
}
.header ul li{
    display: inline-block;
    padding: 5px;
}
.header ul li a{
    height: 39px;
    width: 120px;
    padding: 10px;
    border-radius: 15px;
    background: transparent;
    text-decoration: none;
    font-size: 17px;
    margin: 19px;
    color: #5c5b5b;
    transition: 1s;
}

.header ul li a:hover{
    background: purple;
    border-radius: 15px;
    color: #fff;
}
.btn{
    
    cursor: pointer;
    height: 40px;
    width: 120px;
    font-size: 12px;
    color: white;
    padding: 10px;
    border-style: none;
    background: var(--purple);
    border-radius: 15px;
    transition: 1s;
}
.btn:hover{
    border: 1px solid purple;
    color: black;
    background: transparent;
}
.bn{
    text-decoration: none;
    text-align: center;
    margin-left: 47.5%;
    cursor: pointer;
    height: 40px;
    width: 120px;
    font-size: 12px;
    color: white;
    padding: 10px;
    border-style: none;
    background: var(--purple);
    border-radius: 15px;
    transition: 1s;
}
.bn:hover{
    border: 1px solid purple;
    color: black;
    background: transparent;
}
span{
    font-weight: bolder;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(163, 4, 163);
}
.body{
    z-index: 1;
    justify-content: space-between;
    display: flex;
}
.body .left{
    margin-left: 88px;
    width: 50%;
}
.body .left h1{
    color: var(--black);
    margin-top: 70px;
    font-size: 57px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    animation: text 3s linear;
}
@keyframes text{
    0%{
        opacity: 0;
        transform: translateX(-200px);
    }
    25%{
        transform: translateX(-100px);
    }
    50%{
        transform: translateX(0px);
    }
    75%{
        transform: translateX(100px);
    }
    85%{
        transform: translateX(50px);
    }
    100%{
        transform: translateX(20px);
    }
}
.body .left p{
    font-size: 23px;
    line-height: 35px;
}
.body .images{
    margin-top: 30px;
    display: flex;
    width: 40%;
}
.body .images .mid{
    margin-left: 20px;
    margin-top: 100px;
}
.body .images .right{
    margin-left: 17px;
    margin-right: 90px;
}
.body .images img{
    margin-top: 10px;
    border-radius: 20px;
    height: 180px;
    width: 220px;
    transition: 0.5s;
}
.body .images img:hover{
    box-shadow: 1px 1px 10px 1px black;
}
.body .search{
    margin-top: 60px;
    height: 75px;
    display: flex;
}
.body .search .left:hover{
    box-shadow: 1px 1px 10px 1px;

}

.body .search .left{
    height: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 7px 0px 0px 7px;
    color: #969494;
    padding: 15px;
    font-size: 15px;
    transition: 1s;
}

.body .search .right{
    background: var(--purple);
    border-radius: 0px 7px 7px 0px;
    color: #fff;
    height: 16.4px;
    width: 100px;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: 1s;
}
.body .left .search a:hover{
    box-shadow: 1px 1px 10px 0px;
    background: transparent;
    color: black;
}
.body .images .pic1{
    animation: pic1 3s linear;
    
}
@keyframes pic1{
    0%{
        opacity: 0;
        transform: translatex(500px);
    }

}
.body .images .pic2{
    animation: pic2 3s linear;
}
@keyframes pic2{
    0%{
        opacity: 0;
        transform: translatey(-500px);
    }

}
.body .images .pic3{
    animation: pic3 3s linear;
}
@keyframes pic3{
    0%{
        opacity: 0;
        transform: translatey(500px);
    }

}
.body .images .pic4{
    animation: pic4 3s linear;
}
@keyframes pic4{
    0%{
        opacity: 0;
        transform: translatex(-500px);
    }
}
.bar{
    margin-top: 60px;
    height: 58px;
    display: flex;
    background: purple;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-family:Arial, Helvetica, sans-serif;
}
.bar h2{
    color: #fff;

}
.bar img{
    color: white;
    width: 22px;
}
/* top section ends */


/* main setion starts */

.main h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.main .box{
    border: 1px solid #5c5b5b;
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
}
.main .box:hover img{
    transform: scale(1.05);
    box-shadow: 1px 1px 10px 1px;
}
.main .box-container{
    justify-content: space-evenly;
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.main .box-container img{
    width: 270px;
    border-radius: 10px;
    transition: 0.5s;
}

.main .box-container .box .main-top,
.main .box-container .box .main-down{
    display: flex;
    justify-content: space-between;
}
.main .box-container .box .main-down h4,
.main .box-container .box .main-top h4{
    font-size: 12px;
    line-height: 6px;
    font-weight: 200;
}
.main .box-container .box .icons i{
    font-size: 12px;
    color: var(--purple);
}

/* main section ends */
/*  */
.nft{
    background: var(--purple);
    height: 400px;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    padding: 70px;
}
.nft .left{
    width: 40%;
    
}
.nft .left h2{
    font-size: 35px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.nft .right img{
    width: 700px;
    height: 400px;
    margin-right: 50px;
}
.nft .left p{
    color: #fff;
}
.nft .left a{
    text-decoration: none;
    color: purple;
    background: #ffffff;
    font-size: 17px;
    margin-top: 70px;
    padding: 10px;
    border-radius: 7px;
}
/*  */
/*  */
.footer{
    background: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 4%;
}
.footer .foot{
    margin-right: 100px;
    color: #fff;
}
.footer .foot p{
    margin-top: 25px;
}
.footer .left{
    color: #fff;
}
.footer .left .icons{
    margin-top: 70px;

}
.footer .left .copy{
    font-size: 17px;
    margin-top: 40px;
}
.footer .left .icons i{
    font-size: 25px;
    margin: 7px;
}
/*  */
.connect{
    position: absolute;
    display: none;
    z-index: 10;
    background: #fff;
    text-align: center;
    width: 30%;
    margin-top: 9%;
    margin-left: 30%;
    justify-content: space-around;
    border-radius: 17px;
    align-items: center;
    padding: 30px;
    animation: connect 1s linear;
    opacity: 2;
}
@keyframes connect{
    0%{
        opacity: 0;
        transform: translatez(200px);
    }
}

.connect .top{
    display: flex;
    justify-content: space-between;
}
.connect p{
    font-size: 17px;
    width: 60%;
}
.connect .top i{
    cursor: pointer;
    color: black;
    font-weight: lighter;
    margin-top: 30px;
}
.connect .down p{
    color: black;
    margin-left: 0;
}
.connect .down .wallet{
    margin-top: 10px;
    border-radius: 10px;
    /* margin-left: 26%; */
    background: #fff;
    border: 1px solid rgb(190, 190, 190);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 30px;
    transition: 0.5s;
}
.connect .down .wallet:hover{
    background: #eeeeee;
}
.connect .down .wallet i{
    
    padding: 9px;
    font-size: 17px;
    font-weight: bold;
}
#overlay{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.texts{
    text-align: center;
    justify-content: space-evenly;
    display: flex;
    width: 98%;
}
.texts a{
    text-decoration: none;
    padding: 40px;
    color: black;
}
.texts .location{
    border: 1px solid rgb(190, 190, 190);
    padding: 9px;
    border-radius: 10px;
    width: 100px;
    justify-content: space-between;
    display: flex;
    height: 20px;
    align-items: center;
    margin-top: 30px;
}
