/* style start here */

@font-face {
    font-family: 'FontAwesome';
    src: url('font-awesome/fontawesome-webfont.ttf') format('truetype');
}

html {
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    color: #fff;
}

p {
    color: #fff;
}

h5 {
    color: #fff;
}

body {
    /* background: url(../images/body_bg.png) no-repeat top; */
    /* background-attachment: fixed; */
    background-size: cover;
    background-color: #000;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100vh;
    z-index: -10;
    /* background: url(https://www.cgarchitect.com/rails/active_storage/representations/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBMXp3QVE9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--0ee2a3c5dcae8130b014e1a84347b3769405fa58/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdCem9VY21WemFYcGxYM1J2WDJ4cGJXbDBXd2RwQWxZRk1Eb0tjMkYyWlhKN0Jqb01jWFZoYkdsMGVXbGsiLCJleHAiOm51bGwsInB1ciI6InZhcmlhdGlvbiJ9fQ==--a140f81341e053a34b77dbf5e04e777cacb11aff/4ef23adb.jpg) no-repeat center center; */
    /* -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; */
    background-size: cover;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.bg-nav {
    background: rgb(9 16 16 / 51%);
    color: lightgray;
}

.navbar-brand {
    margin-right: 0px;
}

.nav-link {
    font-size: 18px;
    color: #fff;
    padding-inline: 30px;
}

.navbar-nav li a {
    color: lightgray;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.navbar-nav li a:hover {
    color: #ff4077;
}

.yellow_text {
    color: #ff4077;
}

.btn {
    color: #fff;

}

.bg_video {
    position: fixed;
    top: -20px;
    left: 0;
    min-width: 100%;

    z-index: -1;
}

.btn-green {
    background: #ff4077;
    font-weight: 500;
}

.btn-gold {
    background: #ff4077;
    font-weight: 500;
}

.btn-md {
    padding: 10px 30px;
}

.img-before {
    background-color: transparent;
    background-image: radial-gradient(at center center, #ff4077 0%, #0C161500 60%);

    /* opacity: 0.5; */
    transition: background 0.3s;
    animation-name: floating;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}

.img-jump {}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 20px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.title h2 {
    font-family: "Helvetica", Sans-serif;
    font-size: 41px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}

.tag {
    color: #ff4077;
    font-weight: 500;
    font-size: 20px;
}

.title h2 span {

    color: #ff4077;
}

.hero {
    height: 95vh;
}

.about {
    background: #0c1615;
    opacity: 10000;
    box-shadow: 2px 0px 15px 0px #0c1615;
    padding: 100px 0px 50px 0px;
}

.section_2 {
    background: #0c1615;
    opacity: 10000;
    box-shadow: 2px 0px 15px 0px #0c1615;
    padding: 100px 0px 50px 0px;
}

.roadmap {


    box-shadow: 2px 0px 15px 0px #0c1615;
    padding: 100px 0px 50px 0px;
}

.card-img {
    text-align: center;
    margin: auto;
}

.card_title h4 {
    font-family: "Helvetica", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #ff4077 !important;
    text-align: center;
}

.card {

    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 8%);
    border-radius: 10px;
    background-color: #182724;
    z-index: 999;
    min-height: 300px;
}

.card:hover {
    transform: translateY(-5px);
}

.back-box2 {
    height: 50px;
    background: #ff7ea3;
    border-radius: 10px;
    margin-inline: 30px;
    z-index: 99;
    transform: translateY(-33px);

}

.back-box1 {
    height: 50px;
    background: #ff1d5d;
    border-radius: 10px;
    margin-inline: 15px;
    z-index: 9;
    transform: translateY(-90px);
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}





.footer-area {
    padding: 80px 0px 30px 0px;
    background: #0c1615;
}

.footer-title h4 {
    font-family: "Helvetica", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}

.footer_link li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    list-style: none;

}

.copyright_area {
    background: #de1951;
    box-shadow: 2px 0px 15px 0px #0c1615;
    color: #fff;
}



.community .community__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #0c16156e;
    border: solid 1px #e2eef1;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 17px 13px 0px #192c4b05;
    box-shadow: 0px 17px 13px 0px #192c4b05;
    padding: 30px;
    margin-bottom: 10px;
}

.community .community__items .item:hover {
    background: #182724;
}

.social-links {
    justify-content: center;

}

.social-links i {
    align-items: center;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #f882a3;
    margin-right: 20px;
    text-align: center;
    line-height: 33px;
}

.card-img1 img {
    height: 280px;
}

.partner-item {
    padding: 15px 35px;
    margin-bottom: 20px;
    background: #f882a3;
    border-radius: 15px;
    height: 115px;
}

.partner-item:hover {
    margin-top: -10px;

}

.token_img:hover {
    transition: 1s;
    transform: rotate(-15deg);
}




.usecase_1 {
    background: url(../images/bg1.svg) no-repeat center;
    background-size: cover;
    padding: 40px;
}

.usecase_2 {
    background: url(../images/bg2.svg) no-repeat center;
    background-size: cover;
    padding: 40px;
    transform: translateY(-100px);
}

.usecase_3 {
    background: url(../images/meta1.jpg) no-repeat center;
    background-size: 100%;
    padding: 40px;
    padding-top: 200px;
    margin-top: 60px;
}

.usecase_4 {
    background: url(../images/blockchain_deve.jpg) no-repeat center;
    background-size: 100%;
    padding: 40px;
    padding-top: 100px;
    margin-top: 60px;
}

.usecase_5 {
    background: url(../images/bg3.svg) no-repeat center;
    background-size: 100%;
    padding: 40px;
    padding-bottom: 100px;
    margin-top: 120px;
    box-shadow: -5px -4px 18px -15px rgba(1, 158, 127, 1);
    position: relative;
    margin-bottom: 400px;
}

.usecase_5 img {
    position: absolute;
    top: 400px;

    right: 2%;
    box-shadow: -5px -4px 18px -5px rgba(1, 158, 127, 1);

}

.usecase_6 {
    background: url(../images/bg-4.svg) no-repeat center;
    background-size: 100%;
    padding: 40px;
    padding-top: 100px;
    margin-top: 260px;
    box-shadow: -5px -4px 18px -12px rgba(1, 158, 127, 1);
    position: relative;
}

.usecase_6 img {
    position: absolute;
    top: -250px;
    box-shadow: -5px -4px 18px -5px rgba(1, 158, 127, 1);
    right: 2%;


}

.usecase_7 {
    background: url(../images/bg-5.svg) no-repeat center;
    background-size: 100%;
    padding: 40px;

    margin-top: 260px;
    box-shadow: -5px -4px 18px -12px rgba(1, 158, 127, 1);
    position: relative;
}

.usecase_7 img {
    position: absolute;
    top: -260px;
    right: 0;

    filter: drop-shadow(2px 4px 6px rgba(1, 158, 127, 1));

    right: 2%;


}


.u-case_img-1 {
    transform: translateY(-200px);
}



@media (max-width: 780px) {
    .title h2 {
        font-size: 20px;
    }

    .usecase_1 {
        padding: 15px;
    }

    .u-case_img-1 {
        transform: translateY(0px);
    }

    .usecase_2 {
        padding: 15px;
        transform: translateY(0px);
    }

    .usecase_3 {

        background-size: cover;
        padding: 0px;
        padding-top: 0px;
        margin-top: 60px;
    }

    .usecase_4 {

        background-size: cover;
        padding: 15px;

        margin-top: 60px;
    }

    .usecase_5 {
        background-size: cover;
        margin-bottom: 60px;
        padding: 15px;
        padding-bottom: 60px;
    }

    .usecase_5 img {
        position: unset;
    }

    .usecase_6 {
        background-size: cover;
        margin-top: 60px;
        padding: 15px;
        margin-bottom: 60px;
    }

    .usecase_6 img {
        position: unset;
    }

    .usecase_7 {
        background-size: cover;
        margin-top: 60px;
        padding: 15px;
        margin-bottom: 0px;
    }

    .usecase_7 img {
        position: unset;
    }

    .hero {
        height: auto;
    }

    .bg_video {
        top: 60px;
    }
}



.item1 {
    text-align: center;
    margin-bottom: 50px;
}

.item1 img {
    height: 50px;
}


/* parallex css start  */
.parallex__image,
.parallex__image--1,
.parallex__image--2,
.parallex__image--3,
.parallex__image--4 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.parallex__image--1 {
    background-image: url(../images/long3.jpg);
    min-height: 400px;

}

.parallex__image--2 {
    background-image: url(../images/long4.jpg);
    min-height: 500px;
    background-position: top !important;

}

.parallex__image--3 {
    background-image: url(https://img.freepik.com/free-vector/game-platform-cartoon-forest-landscape-2d-design_107791-3246.jpg?w=1380&t=st=1706180477~exp=1706181077~hmac=0e77967604b3799ed0f445ff2d714d971418db59cf191dc58d19aeb5c147f2d8);
}

.parallex__image--4 {
    background-image: url(https://img.freepik.com/free-photo/cinematic-sports-football-stadium-background_1409-5691.jpg?t=st=1705919198~exp=1705922798~hmac=404c6bf853f79f58552770895e594d6ba897ca5fbc9b751586416aa5ca37b1ed&w=900);
    min-height: 500px;
    color: #fff;
}

.parallex__image--hockey {
    background-image: url(../images/hockey_bg.png);
    /* min-height: 500px; */
    color: #fff;
}

.parallex__image--5 {
    background-image: url(../images/bg___6.jpg);
}

.parallex__image--6 {
    background-image: url(../images/community.jpeg);
}


/* parallex css end */
.white-box {
    background: #212529;
    padding: 30px;
    border-radius: 10px;
    color: #fff
}

.item_ img {
    border-radius: 20px;
    height: 500px
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

@media (max-width: 580px) {
    .item_ img {
        border-radius: 20px;
        height: 300px
    }
}

.main_bg {
    background-image: url(../images/night_stadium_vimeo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.border_green {
    border: 2px solid rgb(47, 255, 0);
    border-radius: 20px;
    padding: 20px
}

.border_green:hover {
    background-color: rgba(170, 236, 170, 0.235);
}

.border_red {
    border: 2px solid red;
    border-radius: 20px;
    padding: 20px
}

.border_red:hover {
    background-color: rgba(236, 180, 170, 0.235);
}

/* new css */
.border_1 img {
    border-radius: 20px;
}

.partner_1 img {
    width: 100%;
    height: 15vh;
    border-radius: 20px;
    object-fit: cover;
}

.partner_1 p {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}