.box-button{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 5px 0;
}

@media only screen and (min-width: 200px){
    .coverSlider-content {
        padding: 40px 20px;
    }}
    
@media only screen and (min-width: 767px){
.coverSlider-content {
    padding: 110px 80px 80px;
}}

@media only screen and (min-width: 1080px){
.coverSlider-content {
    padding: 100px 100px;
}}


@media only screen and (min-width: 100px) {
    #carousel .item img {
        max-height: 350px;
    } }

@media only screen and (min-width: 767px){
#carousel .item img {
    min-height: 550px;
}}



.carousel-inner{
        min-height: 200px;
    }


.coverSlider-background {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    margin: auto;
}



.coverSlider-content-left {
    position: absolute;
    top: 0;
    right: 40%;
    bottom: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coverSlider-content-reward {
    position: absolute;
    top: 0;
    right: 40%;
    bottom: 0;
    left: 10%;
    z-index: 5;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;

}

.coverSlider-content-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coverSlider-content-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.coverSlider-title {
    margin-block-start: 0.6em;
    margin-block-end: 0em;
    min-width: 10px;
    max-width: 90%;
    border-radius: 4px;
    display: flex !important;
    color: black;
    align-items: center;
    text-decoration: none;
    letter-spacing: 0.7px;
    font-size: 40px;
    font-family: muli;
    font-weight: 700;
    text-transform: uppercase;
}
.coverSlider-reward-title {
    margin-block-start: 0.6em;
    margin-block-end: 0em;
    min-width: 10px;
    max-width: 90%;
    border-radius: 4px;
    display: flex !important;
    color: black;
    align-items: center;
    text-decoration: none;
    letter-spacing: 0.7px;
    font-size: 40px;
    font-family: muli;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: left;
}

.coverSlider-reward-subtitle {
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    min-width: 10px;
    max-width: 90%;
    border-radius: 4px;
    display: flex !important;
    color: black;
    font-weight: 400;
    align-items: center;
    font-family: 'Raleway';
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    justify-content: left;
  
}

.coverSlider-subtitle {
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    min-width: 10px;
    max-width: 90%;
    border-radius: 4px;
    display: flex !important;
    color: black;
    font-weight: 400;
    align-items: center;
    font-family: 'Raleway';
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
  
}


.coverSlider-title-white {
    margin-block-start: 0.6em;
    margin-block-end: 0em;
    min-width: 10px;
    max-width: 90%;
    border-radius: 4px;
    display: flex !important;
    color: white;
    align-items: center;
    text-decoration: none;
    letter-spacing: 0.7px;
    font-size: 40px;
    font-family: muli;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #000000;
}

.coverSlider-subtitle-white {
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    min-width: 10px;
    max-width: 90%;
    border-radius: 4px;
    display: flex !important;
    color: white;
    font-weight: 400;
    align-items: center;
    font-family: 'Raleway';
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px #000000;
  
}


.coverSlider-button {
    width: auto;
    background-color: black;
    min-width: 80px;
    margin: 0 5px 0 5px;
    height: 40px;
    border: none;
    display: flex !important;
    color: white;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-shadow: none;
    line-height: 38px;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
}

.coverSlider-button:hover {
    width: auto;
    min-width: 80px;
    background-color: white; 
    color: black;
    text-decoration: none;
    
    border-style: solid;
    border-width: 2px;
    border-color: black;
    cursor: pointer;
}







.coverSlider-content-hero-left {
    position: absolute;
    left: max(calc(30% - 280px),40px);
    top: 20%;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 433px;
    width: 100%;
}

.coverSlider-content-hero-center {
    position: absolute;
    left: 35%;
    top: 20%;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 433px;
    width: 100%;
}

.coverSlider-content-hero-right {

    position: absolute;
    right: max(calc(30% - 280px),40px);
    top: 20%;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 433px;
    width: 100%;



}




.coverSlider-background-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}


.coverSlider-content-hero1-right {
position: absolute;
bottom: 30%;
left: 0%;
z-index: 5;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.coverSlider-content-hero1-left {
    position: absolute;
    bottom: 30%;
    left: 100%;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }




.coverSlider-title-black {
    margin-block-start: 0.6em;
    margin-block-end: 0.3em;
       min-width: 10px;
    max-width: 90%;
       border-radius: 4px;
       display: flex !important;
       font-weight: 700;
       align-items: center;
       justify-content: center;
       text-decoration: none;
       font-size: 3em;
       letter-spacing: 0.7px;
       text-transform: uppercase;
}

.coverSlider-subtitle-black {
  margin-block-start: 0.3em;
 margin-block-end: 1em;
    min-width: 10px;
 
    border-radius: 4px;
    display: flex !important;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5em;
    letter-spacing: 1px;
  
}




.videocarusel
{
    width: 100%;    
  }


@media only screen and (max-width: 767px)
{
.videocarusel
{
    width: 100%;
    min-height: 250px;
    max-height: 350px;
    object-fit: cover;
  }
}



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

    .box-button {
        justify-content: center;
   
    }

    .coverSlider-content-reward {
        right: 0%;
        left: 0%;
        justify-content: end;
        bottom: 30px;
        position: relative;
        text-align: center;
        align-items: center;
   
    }

    .coverSlider-content-left {
        right: 0%;
        left: 0%;
        justify-content: end;
        bottom: 30px;
        position: relative;
        text-align: center;
   
    }
    
     .coverSlider-content-center {
            right: 0%;
            left: 0%;
            justify-content: end;
            bottom: 30px;  
            position: relative;
            text-align: center;
        }
        
    .coverSlider-content-right {
                
                justify-content: end;
                bottom: 30px;
                left: 0%;
                position: relative;
                text-align: center;
            }


            .coverSlider-reward-title  {
                font-size: 2em;
                margin-block-end: 0em;
                color: black !important;
                text-align: center;
                text-shadow: none;
              
                
            }
            .coverSlider-reward-subtitle {
                font-size: 1em;
                color: black !important;
                text-align: center;
                text-shadow: none;
            }


         .coverSlider-title  {
            font-size: 2em;
            margin-block-end: 0em;
            color: black !important;
            text-align: center;
            text-shadow: none;
            
        }
        .coverSlider-subtitle {
            font-size: 1em;
            color: black !important;
            text-align: center;
            text-shadow: none;
        }


        .coverSlider-title-white
        {
            font-size: 2em;
            margin-block-end: 0em;
            color: black !important;
            text-align: center;
            text-shadow: none;
            
        }
        .coverSlider-subtitle-white 
        {
            font-size: 1em;
            color: black !important;
            text-align: center;
            text-shadow: none;
        }

        .coverSlider-title-black {
            font-size: 2em;
            margin-block-end: 0em;
            color: black;
            text-align: center;
            text-shadow: none;
            
        }
        .coverSlider-subtitle-black {
            font-size: 1em;
            color: black;
            text-align: center;
            text-shadow: none;
        }


        

        .coverSlider-content-hero-left {
            right: 0%;
            justify-content: end;
            bottom: 0;
            position: relative;
            left: 0px;
          
       
        }
        
         .coverSlider-content-hero-center {
                right: 0%;
                justify-content: end;
               bottom: 0;
                position: relative;
             
            }
            
        .coverSlider-content-hero-right {
                    left: 0%;
                    justify-content: end;
                    bottom: 0;
                    position: relative;
                    align-items: center;
                   
          
                }

         

}


/* Slider ++ */
.carousel-control {
    transition: unset !important;
}

#carousel .carousel-control.right::before, #carousel .carousel-control.left::before {
    background: #000 !important;
    }


#carousel .carousel-control.right::before, #carousel .carousel-control.left::before {
            color: #fff;
        }

@media only screen and (max-width: 767px) {
#carousel .carousel-control.right::before, #carousel .carousel-control.left::before {

background: #000 !important;
    width: 40px !important;
    height: 40px !important;
}}
@media only screen and (max-width: 767px) {
#carousel .carousel-control.right::before .carousel-control.left::before {

    top: -40px !important;
}}
@media only screen and (max-width: 767px) {
#carousel .carousel-control.right::before, #carousel .carousel-control.left::before {
    color: #fff;
}}

.carousel-control {
    opacity: 0.8;
}



@media only screen and (min-width: 100px) {
    .videocarousel-pc {
        max-height: 350px;
    } }

@media only screen and (min-width: 767px){
    .videocarousel-pc  {
    min-height: 550px;
}}






.carousel-control.left::before {
    content: '\e90f' !important;
}
.carousel-control.right::before {
    content: '\e910' !important;
}
@media (max-width: 767px){
.carousel-indicators {
       top: 262px;
       bottom: auto;
    margin-bottom: 0px;
  }
}

.carousel-control::before {
    font-size: 20px;
}

@media (max-width: 767px){
.carousel-control {
    top: 230px;
}}

@media (max-width: 991px){
.lSAction > .lSNext {
    right: 25px;
}}

@media (max-width: 991px){
.lSAction > .lSPrev {
    left: 25px;
}}
