.banner-content .axil-btn{
    font-size: 18px !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
}
.banner .banner-content .title{
    font-size: 65px !important;
    margin-bottom: 20px !important;
}
.banner.banner-style-3 .banner-content .subtitle{
    opacity: 0.9;
}
@media only screen and (max-width: 767px) {
    .banner .banner-content .title{
        font-size: 55px !important;
        margin-bottom: 20px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px){

    .shape-group-20 .shape.shape-8.marque-images {
        width: 100% !important;
    }
    .banner.banner-style-3 {
        padding: 180px 0 100px;
    }
}
.wh-gradient-pink-blue{
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wh-bg-alt{
    background-color: rgb(29, 29, 29) !important;
}

/*-------------------------
    Section Space
-------------------------*/
.section-padding {
    padding: 100px 0 110px !important;
}

@media only screen and (max-width: 1199px) {
    .section-padding {
        padding: 100px 0 70px !important;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding: 80px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0 30px;
    }
    .about-us-text{
        text-align: center;
        margin-top: -60px !important;
    }
}

.wh-body-font{
    font-size: 20px !important;
    line-height: 1.5;

}


.about-stats .row p{
    margin-top: -20px;

}
.about-stats .row h3{
    font-family: var(--font-secondary) !important;
    font-size: 48px;

}


.project-add-banner {
    background-color: #7E57C2;
    border-radius: 30px;
    padding: 50px 60px 50px 50px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .project-add-banner {
        padding: 40px 20px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .project-add-banner {
        display: block;
    }
}

a{
    color: var(--color-rose);
}
.mint-btn{
    font-size: 18px; 
    padding:10px 25px;
}

@media only screen and (max-width: 767px) {
    .mint-btn{
       display: none;
    }
    .cd-timeline-content span.cd-date{
        font-size: 35px !important;
        font-weight: 600;
    }
    .cd-timeline-content h2{
        font-size: 20px !important;
        /* font-weight: 600; */
    }
}


.cd-timeline-content span.cd-date{
    font-size: 48px;
    font-weight: 600;
    color: rgb(219, 219, 219);
}
.cd-timeline-content{
    background-color: rgb(29, 29, 29) !important;
}

.team-grid img{
    width: 180px;
}
#team .row .title{
    font-size: 20px;
}
#backto-top{
    bottom: 80px;
}

.call-to-action-area:before{
    height: 0px !important;
    /* background-color: var(--color-dark) !important; */
}
.call-to-action-area {
    padding: 140px 0 20px;
}

.roadmap-container{
    /* background-image: url('../../assets/images/roadmap-bg.jpg') !important; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
    padding-top: 50px;
    margin-bottom: 0 !important;
}

#cd-timeline{
    margin-bottom: 0 !important;
}
.roadmap-icons{
    width: 30px;
    padding: 5px 0;

    filter: grayscale(50%);
}

.roadmap-icon-wrapper{
    margin: 10px 0;
    width: 50px;
    height:50px;
    border-radius: 50%;
    background-color:#2d006d ;
    display: flex;
   justify-content: center;
   align-items: center;
    
}
.utility-logo{
    width: 80px;
    border-radius: 10px;
    
}



.team-row{
    display: flex;
    place-content: center;
}

.ticker-wrapper{
    position: relative;
    max-width: 100%;
    
}

.ticker-text{
    height: 120px;
    background: #D8D8D8;
    overflow: hidden;
    position: relative;
    color: white;
    display: flex;
    align-items: center;

}

.ticker-text p{
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    transform: translateX(100%);
    animation: moving 50s linear infinite;
}

@keyframes moving{
    0%{
        transform: translateX(100%); 
    }
    
    100%{
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 575px){
.banner .banner-content .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    column-gap: 30px;
    align-items: center;
}
}


/*
 Slider Here
*/

/* 
    fame > slider > slider-track > (slide x n)
*/

.slider{
    height: 300px;
    margin: auto;
    position: relative;
    /* width: 90%; */
    display: grid;
    place-items: center;
    align-items: center;
    

}
.slider-track{
    display: flex;
    width: calc(250px * 60);
    animation: scroll 30s linear infinite;

}

.slider-track:hover{
    animation-play-state: paused;
    /* visibility: hidden; */
}

.slide{
    height: 300px;
    width: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    column-gap: 1em;
    padding: 15px;
    perspective: 100px;
    place-items: center;   
}

.slide img{
    border-radius: 50%;
    width: 180px;  
    -webkit-transition:  all 1s;
    transition:  all 1s;

}
.slide h3{
    visibility: hidden;
    font-size: 18px;
    margin-top: 30px;
}

@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 30));
    }
    
}

.slide img:hover{

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;

    border-radius: 50% ;
    transform: translateZ(20px);
    position: relative;
    /* transition: 2s border-radius:50%; */
}




@media only screen and (max-width: 768px) {

    .slide{
        padding:1px;
        column-gap: 1px;
        width: 130px;
        /* height: 20px; */
    }
    .slide img{
        width:100px;
        height: 100px;
    }
    .slider{
        height: 150px;
    }

    .slider-track{
        width: calc(150px * 60);

    }
    .slide h3{
        visibility: hidden;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }

    @keyframes scroll {
        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(calc(-150px * 30));
        }
        
    }
}

