
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}

.active {
    opacity: 1;
    z-index: 2;
}

.slide {
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: white;
    color: #fff;
    background-size: cover;
}


/* mobile */
@media only screen and (max-width:768px) {

    .containerslider{
        width: 100%;
        padding-right:0;
        padding-left:0;
        margin-right: auto;
        margin-left: auto;
    }

    #all_slides {
        position: relative;
        height: 250px;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }
 
    .slide:nth-of-type(1) {
        background-image: url('https://mindappz.com//Documents/Banners/mobile-new-summit.jpeg');
        background-size: 100%;
        background-repeat: no-repeat
    }

    

    .slide:nth-of-type(2) {
        background-image: url('https://mindappz.com//Documents/Banners/mobile-new-AI20251.jpg');
        background-size: 100%;
        background-repeat: no-repeat
    }
  /*  .slide:nth-of-type(3) {
        background-image: url('https://mindappz.com//Documents/Banners/mobile-new-pecu2025.jpg');
        background-size: 100%;
        background-repeat: no-repeat
    }*/
   
    /*.slide:nth-of-type(1) {
        background-image: url('https://mindappz.com//Documents/Banners/mobile-new-ai.png');
        background-size: 100%;
        background-repeat: no-repeat
    }

    .slide:nth-of-type(2) {
        background-image: url('https://mindappz.com//Documents/Banners/mobile-new-draw.jpg');
        background-size: 100%;
        background-repeat: no-repeat
    }*/
}

/* desk*/
@media only screen and (min-width : 767px) {
    .containerslider {
        width: 100%;
        padding-right: var(--bs-gutter-x,15px);
        padding-left: var(--bs-gutter-x,15px);
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 1320px;
    }

    #all_slides {
        position: relative;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        height: 400px;
        margin-top: 15px;
    }
    .slide:nth-of-type(1) {
        background-image: url('https://mindappz.com//Documents/Banners/desk-new-summit.jpeg');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 10px;
    }


   


    .slide:nth-of-type(2) {
        background-image: url('https://mindappz.com//Documents/Banners/desk-new-AI2025.jpg');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

   /* .slide:nth-of-type(3) {
        background-image: url('https://mindappz.com//Documents/Banners/desk-new-pecu2025.jpg');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 10px;
    }*/


    
    /*.slide:nth-of-type(1) {
        background-image: url('https://mindappz.com//Documents/Banners/desk-new-ai.png');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

    .slide:nth-of-type(2) {
        background-image: url('https://mindappz.com//Documents/Banners/desk-new-draw.jpg');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 10px;
    }*/
}

 

   

.controls {
    display: none;
}

.controls {
    display: inline-block;
    position: relative;
    top: 1rem;
    right: .5rem;
    border: none;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    border: 2px solid #d1d1bd;
    border-radius: 1.5rem;
    width: 35px;
    height: 35px;
    margin-left: .5rem;
}

    .controls:hover,
    .controls:focus {
        background: #eee;
        color: #333;
    }

.container {
    position: relative;
}

.buttons {
    position: absolute;
    right: .5rem;
    top: 0px;
    z-index: 10;
    font-size: 0px;
}
