.slider {
    position: relative;
    width: 100%;
    background-color: bisque;
}

.myslider {
    height: 100vh;
    display: none;
    overflow: hidden;
}

.dotbox {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    cursor: pointer;
}

.active, .dot:hover {
    border-color: #cf200a;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

/* .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
} */

.my-text {
    position: absolute;
    color: #fff;
    line-height: 35px;
    top: 70%;
    left: 38%;
    text-align: center;
    -webkit-animation-name: posi;
    -webkit-animation-duration: 2s;
    animation-name: posi;
    animation-duration: 2s;
    z-index: 1;
    font-size: 1.5rem;
}

.c-btn-slide {
    padding: 3% 25%;
    color: #ffffff;
    outline: none;
    background-color: #000000;
    border: 1px solid;
    border-radius: 1rem;
    width: 10%;
    cursor: pointer;
    font-size: 1.5rem;
}

.c-btn-slide:hover {
    background-color: rgba(255, 255, 255, 0.581);;
    color: #000000;
    border: none;
}

.c-titles {
    font-weight: 400;
    font-size: 3rem;
    text-align: center;
}
/* @-webkit-keyframes fade {
    from {opacity: 0.8;}
    to {opacity: 1;}
}

@keyframes fade {
    from {opacity: 0.8;}
    to {opacity: 1;}
}

@-webkit-keyframes posi {
    from {right: 35%;}
    to {right: 25%;}
}

@keyframes posi {
    from {right: 35%;}
    to {right: 25%;}
} */

.my-text h1 {
    color: #fff;
}

img {
    transform: scale(0.99.9);
}

/*@media screen and  (max-width: 800px) {*/
/*    .myslider {*/
/*        height: 100vh;*/
/*    }*/
/*    .my-text {*/
/*        line-height: 25px;*/
/*        top: 80%;*/
/*        left: 30%;*/
/*    }*/
/*}*/

/*@media screen and  (max-width: 520px) {*/
/*    .myslider {*/
/*        height: 100vh;*/
/*    }*/

/*    .my-text {*/
/*        line-height: 30px;*/
/*        top: 50%;*/
/*        left: 17%;*/
/*    }*/
/*    .dot{*/
/*        margin: 0 5px;*/
/*    }*/
/*}*/

@media screen and  (max-width: 800px) {
    .myslider {
        height: 100vh;
        background-size: cover;
        background-position: -100rem;
        background-repeat: no-repeat;
    }

    .my-text {
        line-height: 25px;
        top: 80%;
        left: 30%;
    }
}

@media screen and  (max-width: 520px) {
    .myslider {
        height: 100vh;
    }

    .my-text {
        line-height: 30px;
        top: 75%;
        left: 6%;
    }
    .dot{
        margin: 0 5px;
    }
}



/*@media screen and  (max-width: 320px) {*/
/*    .myslider {*/
/*        height: 50vh;*/
/*    }*/

/*    .my-text {*/
/*        line-height: 30px;*/
/*        top: 65%;*/
/*        left: 2%;*/
/*    }*/

/*    .dot{*/
/*        margin: 0 5px;*/
/*    }*/
/*}*/

/*@media screen and  (max-width: 390px ) {*/
/*    .myslider {*/
/*        height: 100vh;*/
/*    }*/

/*    .my-text {*/
/*        line-height: 30px;*/
/*        top: 70%;*/
/*        left: 5%;*/
/*    }*/

/*    .dot{*/
/*        margin: 0 5px;*/
/*    }*/
/*}*/


/*@media screen and  (max-width: 430px ) {*/
/*    .myslider {*/
/*        height: 100vh;*/
/*    }*/

/*    .my-text {*/
/*        line-height: 30px;*/
/*        top: 75%;*/
/*        left: 10%;*/
/*    }*/

/*    .dot{*/
/*        margin: 0 5px;*/
/*    }*/

/*    .c-titles-s{*/
/*        font-size: 3rem;*/
/*    }*/
/*}*/

































/* 
.banner {
    height: 100vh;
}

.section__action__container-banner {
    position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	justify-content: center;
}

.c-title {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

.c-sub-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;

}


.c-btn-shop {
    display: grid;
    height: 4rem;
    width: 30rem;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    place-items: center;
    color: #000;
    border-radius: 0.9rem;
    font-size: 1.5rem;
}


@media screen and (max-width: 600px) {
    .section.banner{
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: -100rem;
        background-repeat: no-repeat;
    }
} */







/* #slider {
    overflow: hidden;
} */

/* .slider-wrapper {
    width: 100vw;
    max-height: 100vh;
} */

/* .slide {
    scroll-behavior: smooth;
}

#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
}

#slider figure img {
    float: left;
    width: 20%;
}  */

/* .slide-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 2rem;
    left: -50%;
    transform: translateX(-50%);
    z-index: 1;
} */




/* @keyframes slider {
    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
        
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }
    80% {
        left: -300%;
    }
    85% {
        left: -400;
    }
    95%{
        left: -400%;
    }
} */

