html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

footer {
    margin-top: 50px;
    background: black;
    color: white;
    padding: 0%;
}

.title2 {
    text-align: center;
    font-size: 50px;
    font-family: "Inter", sans-serif;
    font-style: italic;
}

.sub {
    margin-top: 30px;
    opacity: 0.7;
    margin-bottom: 30px;
}

/* Newsletter styles moved to footer.css */

.section3 {
    padding-bottom: 130px;
}

.top-navv {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2000;
}

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background-color: black;
    padding-bottom: 25vh;
}

.team .team-item {
    position: relative;
    margin-bottom: 35px;
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-img img {
    width: 100%;
    transform: scale(1.1);
    margin-bottom: -15px;
    transition: .3s;
}

.team .team-item:hover img {
    margin: -15px 0 0 0;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 40px);
    height: 96px;
    bottom: 0;
    left: 20px;
    padding: 11px 0;
    text-align: center;
    background: #ffffff;
    transition: .3s;
    overflow: hidden;
    color: white;
    background-color: black;
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.team .team-text p {
    margin-bottom: 20px;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #4a4c70;
    border: 2px solid #FDBE33;
    transition: .3s;
}

.team .team-social a:hover {
    color: #20212B;
    background: #FDBE33;
}

.team .team-item:hover .team-text {
    height: 160px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0e57d7;
    font-family: "Inter", sans-serif;
}

.section-header h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: white;
    opacity: 0.8;
}

.section-header {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px auto;
}

.section3-images {
    width: 170px;
    padding-top: 2%;
}

.section-5 {

    background-color: black;
}

.vl1 {
    border-left: 3px solid white;
    border-radius: 100%;
    height: 50vh;
    float: center;
    margin-left: 3%;
    opacity: 0.5;
}

.vl2 {
    border-left: 3px solid white;
    border-radius: 1%;
    border-radius: 100%;
    height: 50vh;
    margin-right: 26%;
    float: right;
    opacity: 0.5;
}

.section-3-div-headings {
    color: white;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 25px;
    padding-top: 2vh;
}

.subtitle-3 {
    color: white;
    opacity: 0.8;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

/* NFT AND ALL */

.section3 {

    background-color: #111;
}

.Input-Button-2 {
    text-align: center;
    align-items: center;
    width: 15vw;
    height: 4.8rem;
    padding: 1.2rem 1.6rem;
    background: #0e57d7;
    border-radius: 1.2rem;
    border: 1px solid transparent;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.buy-sell-boxes {
    border-radius: 2rem;
    width: 30vw;
    background-color: white;
    height: 80vh;
}

.heading-section-2 {
    color: white;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 60px;
}

.heading-section-2-part-2 {
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.section2 {
    background-color: black;

    padding-bottom: 5vh;
    text-align: center;
}

.section2-text {
    font-family: "Inter", sans-serif;
    text-align: center;
    color: white;
    opacity: 0.84;
    font-weight: 250;
    font-size: 150%;
}

.main {

    display: flex;
    padding-bottom: 10vh;
}

.bgs {
    position: absolute;
    right: 0;
    z-index: -1;
    height: 70%;
    width: 45%;
    top: 5%;
}

.bgimg {

    width: 100%;
    opacity: 0.6;
}

.headings {
    display: flex;
}

.side1 {
    width: 50%;
    padding-left: 10rem;
    padding-top: 4rem;
    font-family: 'Outfit', sans-serif;
}

.top-nav {
    background-color: #0e57d7;
    height: 38px;
    font-family: 'Outfit', sans-serif;
    text-align: center;
    color: white;
    font-size: medium;
    line-height: 38px;
}

.logo {
    font-family: 'Outfit', sans-serif;
    font-weight: 520;
    color: #0e57d7;
    font-size: 220%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 90px;
    white-space: nowrap;
    flex-shrink: 0;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0e57d7;
}

.logo img {
    vertical-align: middle;
}

.navbar {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-right: 90px;
    white-space: nowrap;
    gap: 5px;
}

nav ul li {
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: black;
}

nav ul li a {
    color: black;
    padding: 8px 12px;
}

nav ul li a:hover {
    color: #0e57d7;
}

.checkbtn {
    font-size: 30px;
    color: #0e57d7;
    margin-right: 90px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

a:hover {
    color: #0e57d7;
}

.liltext {
    font-size: 25px;
    color: gray;
}

.heading {
    font-size: 55px;
}

.Input-Button {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    width: 30%;
    height: 4.8rem;
    padding: 1.2rem 1.6rem;
    background: #0e57d7;
    border-radius: 1.2rem;
    border: 1px solid transparent;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5vh;

}

.footer {
    background: black;
    color: white;

}

@media (max-width: 1048px) {
    .buy-sell-boxes {
        border-radius: 2rem;
        width: 33vw;
        background-color: white;
        height: 65vh;
    }

    .main {

        display: flex;
        margin-bottom: 10vh;
        padding-bottom: 10vh;
    }

    .bgimg {
        opacity: 0.3;
    }

    .checkbtn {
        margin-right: 1rem;
    }

    .logo {
        padding-left: 1rem;
    }

    .side1 {
        width: 100%;
    }

    section .heading {
        z-index: 20;
    }

    .side1 {
        width: 75%;
        padding-left: 10rem;
        padding-top: 4rem;
        font-family: 'Outfit', sans-serif;
    }
}

@media (max-width: 1100px) {
    .logo {
        font-size: 30px;
        padding-left: 1rem;
    }

    nav ul li a {
        font-size: 13px;
    }

    .main {
        display: flex;
        margin-bottom: 10vh;
        padding-bottom: 10vh;
    }

    .checkbtn {
        display: block;
        margin-right: 1rem;
    }

    .section3 {
        display: none;
    }

    .navbar ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: white;
        top: 100px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 30px;
        z-index: 999;
    }

    nav ul li {
        margin: 20px 0;
    }

    nav ul li a {
        font-size: medium;
    }

    a:hover {
        color: #0e57d7;
    }

    #check:checked ~ ul {
        left: 0;
    }
}

@media (max-width: 799px) {
    .side1 {
        width: 80%;
        padding-left: 5rem;
        padding-top: 0rem;
        font-family: 'Outfit', sans-serif;
    }

    .heading {
        font-size: 30px;
    }

    .liltext {
        font-size: 15px;
    }

    .section2 {
        margin-top: -20vh;
    }
}

@media (max-width: 431px) {
    .Input-Button {
        font-size: 10px;
        width: 35%;
    }
}

@media (max-width: 630px) {
    .heading-section-2 {
        font-size: 40px;
    }

    .section2-text {
        font-size: 100%;
    }

    .buy-sell-boxes {
        border-radius: 2rem;
        width: 50vw;
        background-color: white;
        height: 60vh;
    }

    .subtitle-3 {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .heading-section-2 {
        font-size: 30px;
    }

    .section2-text {
        font-size: 75%;
    }

    .headingsection4 {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .Input-Button-2 {
        font-size: 15px;
        width: 50vw;
    }
}