* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.84);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb{
    background: #7611F7;
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
span,
input,
button {
    font-family: "Poppins", sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

body {
    background-image: linear-gradient(90deg, #242424, #000);
    height: 100%;
}

nav {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 15px 80px;
    margin-bottom: 40px;
     -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

nav .logo {
    position: relative;
    width: 130px;
    height: 70px;
    /*    background-color: aqua;*/
}

nav .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav .to-flex {
    position: relative;
    width: auto;
    height: 70px;
    /*    background-color: aqua;*/
    display: flex;
    padding: 8px 0px;
}

nav .to-flex i {
    position: absolute;
    font-size: 30px;
    right: 0;
    color: #fff;
    display: none;

}

nav .to-flex ul {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    list-style: none;
    padding: 15px 0px;

}

nav .to-flex ul li {
    position: relative;
    margin-right: 40px;
    font-size: 14px;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;

}

nav .to-flex ul li:hover {
    border-bottom: 3px solid #7611F7;
    height: 35px;
    color: #7611F7;
}

nav .to-flex button {
    position: relative;
    width: 120px;
    height: 45px;
    border-radius: 35px;
    font-size: 15px;
    background-color: #7611F7;
    color: #fff;
}

nav .to-flex button:hover {
    background-color: rgb(87, 3, 139);
    font-weight: 500;
}

/*/////////////////////////////////////*/
/*/////////////////////////////////////*/

.header {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding: 170px 100px 0 100px;
}

.header .col {
    position: relative;
    width: 50%;
    height: 100%;
    /*    background-color: aqua;*/
}

.header .col h1 {
    position: relative;
    width: auto;
    height: auto;
    font-size: 55px;
    color: #fff;
    font-weight: 400;
    line-height: 75px;
    font-weight: 500;
}

.header .col p {
    position: relative;
    width: auto;
    height: auto;
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    color: rgb(209, 209, 209);
    margin-bottom: 30px;
}

.header .col .action{
    position: relative;
    display: flex;
    gap: 10px;
}

.header .col button {
    position: relative;
    width: fit-content;
    height: 50px;
    padding: 0 19px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #7611F7;
    cursor: pointer;
}

.header .col button:hover {
    background-color: rgba(75, 12, 114, 0.84);
    font-weight: 500;
}

.col i {
    width: auto;
    height: auto;
    /*    background-color: firebrick;*/
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}

.col .box-holder {
    position: relative;
    width: 100%;
    height: 200px;
    /*    background-color: chocolate;*/
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
    justify-content: space-between;
}

.col .box-holder .box {
    position: relative;
    width: 170px;
    height: 30px;
    /*    background-color: red;*/
    margin-right: 20px
}

.col .box-holder .box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .col:nth-child(2) {
    height: 100vh;
}

.header .col:nth-child(2) img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;


}

/*/////////////////////////////////////*/
/*/////////////////////////////////////*/

.second {
    position: relative;
    width: 100%;
    height: auto;
    /*    background-color: #000;*/
    padding: 0px 100px;
    display: flex;
    margin-top: 150px;
    margin-bottom: 100px;
}

.second .hold {
    position: relative;
    height: auto;
    width: 50%;
    /*    background-color: red;*/
}

.second .hold h1 {
    position: relative;
    width: auto;
    height: auto;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 20px
}

.second .hold p {
    position: relative;
    width: auto;
    height: auto;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 70px;
}

.second .hold .holder {
    position: relative;
    width: 100%;
    height: 200px;
    /*    background-color: brown;*/
    display: flex;
    justify-content: space-between
}

.second .hold .holder .column {
    position: relative;
    width: 30%;
    height: 100%;
    /*    background-color: darkmagenta;*/
}

.holder .column h2 {
    position: relative;
    width: auto;
    height: auto;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.holder .column p {
    position: relative;
    width: 150px;
    color: rgba(255, 255, 255, 0.62);
}

.second .hold:nth-child(2) {
    /*    background-color: #000;*/
}

.second .hold:nth-child(2) img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*////////////////////////////////////*/
/*////////////////////////////////////*/

.third {
    position: relative;
    width: 100%;
    height: auto;
    /*    background-color: #1f1f39;*/
    padding: 30px 100px;
}

.third h4 {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;


}

.third h1 {
    position: relative;
    width: auto;
    height: auto;
    font-size: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 60px;
}

.third .holdem {
    position: relative;
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.third .large-box {
    position: relative;
    width: 360px;
    height: 350px;
    background-image: linear-gradient(to bottom  right, #5c5c5c, #171717, #000000);
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 150px;
}

.third .large-box figure {
    position: relative;
    width: 65px;
    height: 65px;
    background-image: linear-gradient(120deg, #1f1e1e, #383737);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.large-box figure i {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    color: #7611F7;
}

.large-box h1 {
    position: relative;
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.large-box p {
    position: relative;
    width: auto;
    height: auto;
    color: rgba(255, 255, 255, 0.81);
    font-size: 14.5px;
    text-align: center;
}

/*////////////////////////////////////*/
/*////////////////////////////////////*/

.market-place {
    position: relative;
    width: 100%;
    height: auto;
}

.market-place .write-up {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding: 40px 100px;
    justify-content: space-between;
}

.market-place .write-up .texts {
    position: relative;
    height: 100%;
    width: 50%;
}

.write-up .texts h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
}

.write-up .texts p {
    font-size: 16px;
    width: 450px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: rgba(255, 255, 255, 0.65);
    line-height: 30px;
}

.market-place .market-price {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 100px;
}

.market-place .flex-these {
    position: relative;
    width: 100%;
    height: auto;
}

.flex-these .other-tab {
    position: relative;
    width: 100%;
    height: auto;
}

.flex-these .other-tab .table-2 {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);

}

.flex-these .other-tab .table-2:hover {
    background-color: rgba(0, 0, 0, 0.24);
}

.table .boxes p{
    color: #fff;
    font-size: 13px;
}

.table-2 .boxes {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 10px;
}

.table-2 .boxes p {
    position: relative;
    width: auto;
    height: auto;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.44);
    font-weight: 400;
    margin-top: 10px;
}

.table-2 .boxes:nth-child(1) p {
    margin-top: 0px;
    font-size: 12px;
}

.table-2 .boxes h5 {
    position: relative;
    width: auto;
    height: auto;
    font-size: 17px;
    color: #fff;
}

.market-price .table {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.47);

}

.market-price .table:hover {
    background-color: rgba(0, 0, 0, 0.18);
}

.market-price .table:nth-child(1):hover {
    background-color: rgba(0, 0, 0, 0);
}

.market-price .table .boxes {
    position: relative;
    width: 240px;
    height: 50px;
    padding: 14px 2px;
}

.table .boxes p {
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 10px;

}

/*////////////////////////////////////*/
/*////////////////////////////////////*/





.testimonials {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding: 20px 100px;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.testimonials .reviews {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: flex;
}

.testimonials .reviews .block {
    position: relative;
    width: 50%;
    height: auto;
    margin-bottom: 60px; 
}

.reviews .block p {
    position: relative;
    width: 100%;
    text-align: left;
    height: auto;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    
}

.reviews .block h1 {
    position: relative;
    height: auto;
    width: 100%;
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    color: #fff;
}

.testimonials .reviews .block:nth-child(2) p {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    width: 90%;
}

.testimonials .quotes {
    position: relative;
    width: 90%;
    height: auto;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.quotes .squares {
    position: relative;
    width: 350px;
    height: auto;
    background-image: linear-gradient(to bottom right, #5c5c5c, #000);
    border-radius: 10px;
    padding: 50px 30px 20px 30px;
    margin-bottom: 20px;
}

.quotes .squares i {
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.quotes .squares p {
    position: relative;
    width: auto;
    height: auto;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 30px;
}

.quotes .squares .responses {
    position: relative;
    width: fit-content;
    height: 60px;
    display: flex;

}

.squares .responses i {
    position: relative;
    font-size: 50px;
    margin-right: 10px;
}

.squares .responses h5 {
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}



.footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #2e2e2e;
    padding: 40px 00px;
}

.footer .last-flex {
    position: relative;
    width: 100%;
    height: 600px;
    /*    background-color: aqua;*/
    display: flex;
    padding: 0px 100px;
    column-gap: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}

.last-flex .explore {
    position: relative;
    width: 50%;
    height: 100%;
    /*    background-color: dimgray;*/
    padding: 0px 0px;

}

.last-flex .explore h1 {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.last-flex .explore p {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
}

.last-flex .explore button {
    position: relative;
    width: 250px;
    height: 65px;
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    background-color: #7611F7;
    cursor: pointer;
}

.last-flex .explore i {
    position: relative;
    margin-left: 10px;
}

.last-flex .explore:nth-child(2) {
    /*    background-color: red;*/
}

.last-flex .explore:nth-child(2) img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    animation-name: example;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: backwards;
    /*    right: 100px;*/
}

.footer .foot-line {
    position: relative;
    width: 100%;
    height: 150px;
    padding: 60px 100px;
}

.footer .foot-line p {
    position: relative;
    width: 50%;
    height: auto;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.5px;
}



.signup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login {
    position: relative;
    width: 100%;
    height: 990px;
    background-color: #2e2e2e;
    overflow: hidden;

}

.login .top {
    position: relative;
    width: 100%;
    height: 70px;
    padding: 25px;

}

.login .top i {
    position: relative;
    width: auto;
    height: auto;
    font-size: 20px;
    cursor: pointer;
    margin: 50px;
    color: rgb(255, 255, 255);
}

.login .top i:hover {}

.login figure {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #7611F7;
    border-radius: 50%;
    right: 0;
    margin-top: -150px;
    margin-right: -50px;
}

.login span {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: rgba(131, 6, 209, 0.25);
    border-radius: 50%;
    right: 0;
    margin-top: -120px;
    margin-right: -30px;
}

.login .holding {
    position: relative;
    width: 100%;
    height: auto;
/*        background-color: red;*/
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.login form {
    position: absolute;
    width: 550px;
    height: auto;
    background-color: #080808;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 40px;
    overflow: hidden;
}

.login form figure {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: rgba(131, 6, 209, 0.58);
    left: 0;
    margin-left: -90px;
    margin-top: -250px;
}

.login form h1 {
    position: relative;
    width: auto;
    height: auto;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.login form input {
    position: relative;
    width: 100%;
    height: 45px;
    background-color: rgba(177, 177, 177, 0.09);
    padding-left: 40px;
    outline-style: none;
    border-radius: 35px;
    font-size: 15px !important;
    color: #fff;
}

.login form select {
    position: relative;
    width: 100%;
    height: 45px;
    background-color: rgba(177, 177, 177, 0.09);
    padding-left: 10px;
    padding-right: 10px;
    outline-style: none;
    border-radius: 35px;
    font-size: 15px;
    color: #fff;
}

.login form option{
    color: black;
}


.login form i {
    position: absolute;
    width: 50px;
    height: 100%;
    text-align: center;
    padding-top: 14px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.43);
    font-size: 14px !important;
    color: #fff;

}

.login form button {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 50px;
    font-size: 17px !important;
    font-weight: 700;
    background-color: #7611F7;
    color: #fff;
}

.login form p {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;

}

.login form span {
    position: relative;
    background-color: #000;
    font-weight: 800;
    color: #7611F7;
    cursor: pointer;
}


.login:last-child {
    /*    background-color: red;*/
}

.login:last-child form figure {
    bottom: 0;
    margin-bottom: -30px;
}













@keyframes example {
    from {
        right: 0px;
    }

    to {
        right: 100px;
    }


    /*    //////////////////////////////////*/
