.seo-hero-style{
    position: relative;
}

.seo-hero-style video{
    position: absolute;
    right: 0px;
    top: 50%;
    width: 60%;
    transform: translate(0px, -50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.cr-btn.hover-2:hover:after{
    background: var(--it-theme-4) !important;
    color: #000 !important;
}

.backgroundHolder{
    background-image: url(../img/hero-bg.png);
    background-color: #002c38;
}

.seo-hero-text .statsList{
    padding: 0px;
    margin-bottom: 30px;
}

.seo-hero-text .statsList li{
    list-style: none;
    color: white;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.seo-hero-text .statsList li:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: none
}

.seo-hero-text .statsList li h5{
    color: white;
}


.showcase-carousel {
    position: relative;
}

.showcase-carousel .showcase_list2::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 200px;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, #063239 10%, #06323994 50%, transparent);
    z-index: 1;
}

.showcase__image::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 200px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(0deg, #05020e 10%, #050815c7 50%, transparent);
    z-index: 1;
}

.thumbnailSlider {
    margin-top: -170px;
}

.thumbnailSlider .slick-track {
    display: flex;
    align-items: center
}

.thumbnailSlider .slick-center img {
    width: 120px !important;
    opacity: 1 !important;
    filter: grayscale(0);
}

.thumbnailSlider .slick-center img:hover {
    transform: scale(1) !important;
}

.thumbnailSlider img {
    width: 85px;
    opacity: 0.7;
    display: block;
    margin: auto;
    transition: 0.4s
}

.thumbnailSlider img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
    opacity: 1
}

.downloadSection .tab-content ul li {
    color: white;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.downloadSection .tab-content ul li i {
    color: #1abdfb
}

.showcase__info {
    position: absolute;
    bottom: 35%;
    left: 100px;
}

.showcase-carousel video{
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.showcase-carousel .showcase__info{
    max-width: 560px
}

.showcase-carousel .showcase__info h2 {
    color: white;
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    z-index: 1111;
    position: relative;
}

.showcase-carousel .showcase__info h3 {
    color: white;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.5;
}

.showcase-carousel .showcase__image{
    position: relative;
}

.showcase-carousel .showcase__image::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #041122, #001723d4, transparent);
}

.showcase-carousel .btn-item br{
    display: none
}

.showcase-carousel .btn-item{
    background: #ffffff42;
    margin-top: 20px;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    transition: 0.3s;
}

.showcase-carousel .btn-item:hover{
    background: #fff;
    color: #000;
}

.showcase-carousel .btn-item i{
    margin-left: 10px;
    transition: 0.4s
}

.showcase-carousel .showcase_mockup{
    position: absolute;
    right: 200px;
    top: 65px;
}

.showcase-carousel .showcase_mockup img{
    width: 220px;
    height: unset;
    border-radius: 30px;
    border: 10px solid #000;
}

.showcase-carousel .showcase_mockup::before{
    content: '';
    width: 100px;
    height: 13px;
    background: black;
    position: absolute;
    left: 60px;
    top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.downloadAppSection{
    padding: 100px 0px;
}

.downloadAppSection h2{
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 50px;
}

.downloadAppSection p{
    color: white;
}

.downloadAppSection h6{
    color: white;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.downloadAppSection .appLinks img{
    height: 45px;
    margin-right: 14px;
    border-radius: 10px;
    border: 1px solid #fff;
}



@media only screen and (max-width: 600px) {
    .tokenPage .chartFooter .nav .nav-link {
        margin-bottom: 0px
    }

    .tokenPage .transactions .nav-item {
        width: unset;
    }

    .newCoinTypes {
        gap: 0px !important;
    }

    .newCoinTypes .nav-link.active {
        background: #1abdfb !important;
        color: #fff !important;
        border-bottom: 2px solid #1abdfb;
    }

    .tokenPage .transactions .nav-link {
        margin-right: 0px;
        padding: 9px 15px;
    }

    .showcase__content2 .brand__area {
        position: absolute;
    }

    .thumbnailSlider img {
        width: 60px
    }

    .thumbnailSlider .slick-center img {
        width: 90px !important
    }

    .showcase__info {
        top: 10% !important;
        max-width: 100% !important;
        left: 0px;
        padding: 20px;
    }

    .showcase-carousel .showcase_list2::before {
        height: 100px
    }

    .showcase-carousel video{
        height: 600px;
    }

    .seo-hero-style video {
        position: static;
        width: calc(100% - 20px);
        transform: translate(0px, 0%);
        border-radius: 20px;
        margin: auto;
        display: block;
        margin-top: 30px;
    }
    
    .showcase-carousel .showcase_mockup{
        display: none;
    }

    .showcase-carousel .showcase__info h2{
        font-size: 30px;
    }

    .showcase-carousel .showcase__info h2 br{
        display: none;
    }

    .downloadAppSection h2{
        font-size: 30px;
    }
}