.slideshow-container {

    position: relative;
    
    width: 100%;
    }
    
    /* Hide the images by default */
    .mySlides {
    display: none;
    }
    
    /* Next & previous buttons */
    .prev {
        cursor: pointer;
        
     
     
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
       
        }
    .next {
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;

    }
    
    /* Position the "next button" to the right */
    .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    position: absolute;
    top: 0;
    right: -78px;
    font-size: xx-large;
    }
    .prev{
        right: 0;
        border-radius: 3px 0 0 3px;
        position: absolute;
        top: 0;
        left: -78px;
        font-size: xx-large;
        display:  inline-table;;
    }
    
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover{
        background-color: black;
    }
    .next:hover{
        background-color: black;
    }
    
    
    /* Caption text */
    .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    
    
    width: 100%;
    text-align: center;
    }
    
    /* Number text (1/3 etc) */
    .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    
    top: 0;
    }
    
    /* The dots/bullets/indicators */
    .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    }
    
    .active,
    .dot:hover {
    background: #8CDFD6;
    }
    
    /* Fading animation */
    .fade {
    animation-name: fade;
    animation-duration: 0.5s;
    }
    
    @keyframes fade {
    from {
        opacity: .4
    }
    
    to {
        opacity: 1
    }
    } 
    /* @keyframes slideRightToLeft {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0);
        }
    }
    
    .fade {
        animation-name: slideRightToLeft;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction:alternate; 
    } */
    
    
    b.reviews {
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    }
    
    .line-div {
    background: #70C1D6;
    height: 8px;
    width: 100%;
    max-width: 149px;
    margin-bottom: 48px;
    margin-top: 24px;
    }
    
    .hear-it-from {
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.28px;
    margin-bottom: 48px;
    }
    
    .byte-digitals-expertise {
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 80;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-bottom: 48px;
    }
    
    .bruce-lee-parent {
    display: flex;
    flex-direction: row;
    margin-bottom: 13px;
    }
    
    .bruce-lee {
    
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #EBEBEB;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    }
    
    .acme-incorporation {
    color: #8F8F8F;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-left: 8px;
    }
    
    .section6 {
    width: 100%;
    padding: 85px 252px;
    background: #3D3D3D;
    }
    .dots{
        text-align: center;
        padding-top: 48px;
    }


    