body{
    /* background-color: #010101; */
    margin: 0;
    font-family: Poppins;
    color: #eee;
}



/* ----------css slider----------- */

.slider{
    height: 100vh;
    margin-top: -50px;
    position: relative;

}

.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;

    
}

.slider .list .item img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
        to top, #000 40%, transparent
    );
    
    
}

.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}

.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}

.slider .list .item .content h2{
    font-size: 50px;
    margin: 0;
    margin-left: 150px;
    width: 150%;
    text-align: center;
}


.slider .list .item .content h2 span{
    font-size: 70px;
    margin: 0;
    color: rgb(56, 56, 230);
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}

@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}


.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    animation: showContent .1s .2s ease-in-out 1 forwards;
}

.slider .list .item.active h2{
    animation-delay: 0.2s;
}

.slider .list .item.active p:nth-child(3){
    animation-duration: 0.5s;
}


.arrows{
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
    opacity: 0;

}

.arrows button{
    background-color: #eee5;
    border: none;
    font-family:monospace;

    width: 1px;
    height: 1px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}


.arrows button:hover{
    background-color: #eee;
    color: black;
}



.slider .list .item .content p {
    font-size: 19px;
    width: 120%;
    margin-left: 230px;
    margin-top: 20px;
    text-align: center;
}


.thumbnail{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 1%;
    height: 1px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
    opacity: 1;
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}

.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.thumbnail .item.active{
    filter: brightness(1.5);
}

.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
}

.slider button{
    background-image: url(images/skull-graffiti-background-skull-graffiti-wallpaper-skull-graffiti-pattern-graffiti-background-graffiti-art-graffiti-wallpaper-ai-generative-photo.jpg);
   
    background-color: transparent;
    color: white;
    font-size: 30px;
    font-weight: 700;
    border-radius: 10px;
    border: 0;
    padding: 14px 80px 14px 65px;
    background-repeat: no-repeat;
    cursor: pointer;

}



.slider a{
    text-decoration: none;
    display: inline-block;
    color: white;
   
    background-color: rgb(34, 34, 124);
   
    font-size: 24px;
    border: 3px solid rgb(34, 34, 124);

    padding: 18px 40px;
    border-radius: 15px;
    margin-left: 400px;

    margin-top: 40px;
    width: 50%;
}

.slider a:hover{
    border: 1px solid rgb(34, 34, 124);
    background: rgb(64, 62, 62);
    transition: 1s;
    color: white;
}






/* @media screen and (max-width: 678px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2 {
        font-size: 40px;
        width: 90%;
        margin-left: -5px;
        text-align: center;
        margin-top: -70px;
    }
    

    .slider .list .item .content h2 span{
        font-size: 50px;
        margin: 0;
        color: rgb(56, 56, 230);
    }

    .slider .list .item .content p {
        font-size: 16px;
        width: 90%;
        margin-left: 25px;
        margin-top: 20px;
        text-align: center;
    }


    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        width: fit-content;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 24px;
        border: 3px solid rgb(34, 34, 124);

        padding: 12px 40px;
        border-radius: 15px;
        margin-left: 40px;

        margin-top: 20px;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



} */
@media screen and (min-width: 100px) and (max-width: 344px) {
    .thumbnail{
        justify-content: start;
    }


    .slider .list .item .content h2 {
        font-size: 35px;
        width: 90%;
        margin-left: 5px;
        text-align: center;
        margin-top: -70px;
    }


    .slider .list .item .content h2 span{
        font-size: 45px;
        margin: 0;
        color: rgb(56, 56, 230);
        text-align: center;
    }

    .slider .list .item .content p {
        font-size: 14px;
        width: 120%;
        margin-left: -35px;
        margin-top: 20px;
        text-align: center;
    }


    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        /* width: fit-content; */
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 12px;
        border: 3px solid rgb(34, 34, 124);

        padding: 9px 30px;
        border-radius: 15px;
        margin-left: 50px;
        width: 55%;

        margin-top: 20px;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}



@media screen and (min-width: 345px) and (max-width: 389px) {
    .thumbnail{
        justify-content: start;
    }


    .slider .list .item .content h2 {
        font-size: 35px;
        width: 90%;
        margin-left: 5px;
        text-align: center;
        margin-top: -70px;
    }


    .slider .list .item .content h2 span{
        font-size: 45px;
        margin: 0;
        color: rgb(56, 56, 230);
        text-align: center;
    }

    .slider .list .item .content p {
        font-size: 14px;
        width: 120%;
        margin-left: -35px;
        margin-top: 20px;
        text-align: center;
    }


    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        /* width: fit-content; */
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 18px;
        border: 3px solid rgb(34, 34, 124);

        padding: 9px 30px;
        border-radius: 15px;
        margin-left: 50px;
        width: 65%;

        margin-top: 20px;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}

@media screen and (min-width: 390px) and (max-width: 539px) {
    .thumbnail{
        justify-content: start;
    }


    .slider .list .item .content h2 {
        font-size: 40px;
        width: 90%;
        margin-left: 5px;
        text-align: center;
        margin-top: -70px;
    }


    .slider .list .item .content h2 span{
        font-size: 50px;
        margin: 0;
        color: rgb(56, 56, 230);
        text-align: center;
    }

    .slider .list .item .content p {
        font-size: 15px;
        width: 120%;
        margin-left: -35px;
        margin-top: 20px;
        text-align: center;
    }


    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        /* width: fit-content; */
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 20px;
        border: 3px solid rgb(34, 34, 124);

        padding: 12px 40px;
        border-radius: 15px;
        margin-left: 50px;
        width: 70%;

        margin-top: 20px;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}
    



@media screen and (min-width: 540px) and (max-width: 650px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2 {
        font-size: 45px;
        width: 90%;
        margin-left: 25px;
        text-align: center;
        margin-top: -70px;
    }
    

    .slider .list .item .content h2 span{
        font-size: 55px;
        margin: 0;
        color: rgb(56, 56, 230);
    }

    .slider .list .item .content p {
        font-size: 16px;
        width: 120%;
        margin-left: -45px;
        margin-top: 20px;
        text-align: center;
    }


    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        width: fit-content;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 28px;
        border: 3px solid rgb(34, 34, 124);

        padding: 12px 40px;
        border-radius: 15px;
        margin-left: 60px;

        margin-top: 40px;
        width: 70%;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}
       



@media screen and (min-width: 651px) and (max-width: 1022px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2 {
        font-size: 47px;
        width: 90%;
        margin-left: 55px;
        text-align: center;
        margin-top: 70px;
    }
    

    .slider .list .item .content h2 span{
        font-size: 57px;
        margin: 0;
        color: rgb(56, 56, 230);
    }

    .slider .list .item .content p {
        font-size: 16px;
        width: 120%;
        margin-left: -5px;
        margin-top: 20px;
        text-align: center;
    }


    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        width: fit-content;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 28px;
        border: 3px solid rgb(34, 34, 124);

        padding: 12px 40px;
        border-radius: 15px;
        margin-left: 150px;

        margin-top: 40px;
        width: 60%;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}





@media screen and (min-width: 1023px) and (max-width: 1073px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2 {
        font-size: 50px;
        width: 120%;
        margin-left: 55px;
        text-align: center;
        margin-top: 70px;
    }
    

    .slider .list .item .content h2 span{
        font-size: 70px;
        margin: 0;
        color: rgb(56, 56, 230);
    }

    .slider .list .item .content p {
        font-size: 19px;
        width: 120%;
        margin-left: 55px;
        margin-top: 20px;
        text-align: center;
    }


    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        width: fit-content;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 28px;
        border: 3px solid rgb(34, 34, 124);

        padding: 12px 40px;
        border-radius: 15px;
        margin-left: 210px;

        margin-top: 40px;
        width: 60%;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}







@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .thumbnail{
        justify-content: start;
    }

    .slider .list .item .content h2{
        font-size: 50px;
        margin: 0;
        margin-left: 400px;
        width: 150%;
        text-align: center;
    }


    .slider .list .item .content h2 span{
        font-size: 70px;
        margin: 0;
        color: rgb(56, 56, 230);
        width: 100%;
    }

    .slider .list .item .content p {
        font-size: 24px;
        width: 150%;
        margin-left: 400px;
        margin-top: 20px;
        text-align: center;
    }



    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        width: fit-content;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 34px;
        border: 3px solid rgb(34, 34, 124);

        padding: 25px 40px;
        border-radius: 15px;
        margin-left: 650px;

        margin-top: 90px;
        width: 65%;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}


@media screen and (min-width: 2560px) and (max-width: 3839px) {
    .thumbnail{
        justify-content: start;
    }

    .slider .list .item .content h2{
        font-size: 80px;
        margin: 0;
        margin-left: 500px;
        width: 200%;
        text-align: center;
    }


    .slider .list .item .content h2 span{
        font-size: 100px;
        margin: 0;
        color: rgb(56, 56, 230);
        width: 100%;
    }

    .slider .list .item .content p {
        font-size: 29px;
        width: 190%;
        margin-left: 550px;
        margin-top: 20px;
        text-align: center;
    }



    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        width: fit-content;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 36px;
        border: 3px solid rgb(34, 34, 124);

        padding: 35px 40px;
        border-radius: 15px;
        margin-left: 870px;

        margin-top: 90px;
        width: 65%;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}




@media screen and (min-width: 3840px) and (max-width: 6000px) {
    .thumbnail{
        justify-content: start;
    }

    .slider .list .item .content h2{
        font-size: 100px;
        margin: 0;
        margin-left: 850px;
        width: 250%;
        text-align: center;
    }


    .slider .list .item .content h2 span{
        font-size: 120px;
        margin: 0;
        color: rgb(56, 56, 230);
        width: 100%;
    }

    .slider .list .item .content p {
        font-size: 29px;
        width: 190%;
        margin-left: 1000px;
        margin-top: 20px;
        text-align: center;
    }



    .arrows{
        top: 10%;
    }

    .slider .list .item img{
        width: fit-content;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(
            to top, #000 40%, transparent
        );
    }


    .slider a{
        text-decoration: none;
        display: inline-block;
        color: white;
    
        background-color: rgb(34, 34, 124);
    
        font-size: 36px;
        border: 3px solid rgb(34, 34, 124);

        padding: 35px 40px;
        border-radius: 15px;
        margin-left: 1270px;

        margin-top: 90px;
        width: 65%;
    }

    .slider a:hover{
        border: 1px solid rgb(34, 34, 124);
        background: rgb(64, 62, 62);
        transition: 1s;
        color: white;
    }



}








