
/* Slide Show*/
.slideshow-container{
    position: relative;
    width: 100%;
    height: 726px;
    display: block;
    margin-top: 149px;
    background-size: 400% 400%;
   background: linear-gradient(-45deg, #ffffff,  #23a6d5, #23d5ab,#21130d);
   animation: gradient 15s ease infinite;
   box-shadow: 0 4px 14px hsl(355deg 25% 15%/10%);
}
.slideshow-container:hover .slideshow-edit{
display: block;
}

.mySlides{
    vertical-align: middle;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: none;
}
.slide-img-container{
      width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide-img{
     width: -webkit-fill-available;
    height: -webkit-fill-available;
    transform: scale(1.2);
}
/*Slide Next & Previous buttons*/
.next-slide, .prev-slide{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 100;
}
.prev-slide{
    left: 0;
}
.next-slide{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.next-slide:hover, .prev-slide:hover{
    background-color: var(--second-color);
}
/*Slide Badge*/
.slide-badge-container{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 15px;
    right: 0;
}
.slide-badge-img{
    width: 100%;
    height: 100%;
}
.slide-overlay-container{
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.slide-overlay-mid-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.slide-overlay-title{
    margin: auto;
    display: flex;
    font-weight: 900;
    font-size: 58px;
    -webkit-text-stroke-color: var(--bg-color);
    -webkit-text-stroke-width: 1px;
    flex-direction: column;
    text-align: center;
    text-transform: capitalize;

}
.slide-overlay-description{
    font-size: 35px;
    -webkit-text-stroke-color: var(--bg-color);
    -webkit-text-stroke-width: 1px;
    text-transform: none;
}
/*Slide Caption*/
.slide-caption{
   
    display: block;
    color: var(--bg-color);
    padding: 8px 12px;
    position: absolute;
    text-align: justify;
    top: 55%;
    left: 0;
    background-color: var(--container-color);
    background: rgba(0,0,0,.5);
    transition: opacity 0.3s;
    border-image: linear-gradient(98deg, #009999, #ff000000) 1;
border-width: 6px;
border-style:solid;
    width: 60%;
    text-align: center;
    font-size: 25px;
}
.slide-number-text{
    display: none;
}
.slide-caption-bold{
    font-size: 40px;
    font-weight: 1000;
    color: var(--second-color)
}
.slide-one-caption{
   
    display: block;
    color: var(--bg-color);
    padding: 8px 12px;
    position: absolute;
    text-align: justify;
    top: 28%;
    right: 25%;
    background-color: var(--container-color);
    background: rgba(0,0,0,.5);
    transition: opacity 0.3s;
    border-image: linear-gradient(98deg, #009999, #ff000000) 1;
border-width: 6px;
border-style:solid;
    width: 50%;
    text-align: center;
    font-size: 1.5rem;
}

.slide-two-caption{
   
    display: block;
    color: var(--bg-color);
    font-size: 1.5rem;
    padding: 8px 12px;
    position: absolute;
    text-align: justify;
    top: 28%;
    right: 25%;
    background-color: var(--container-color);
    background: rgba(0,0,0,.5);
    transition: opacity 0.3s;
    border-image: linear-gradient(98deg, #009999, #ff000000) 1;
border-width: 6px;
border-style:solid;
    width: 50%;
    text-align: center;
}
.slide-three-caption{
   
    display: block;
    color: var(--bg-color);
    font-weight: bold;
    font-size: 35px;
    padding: 8px 12px;
    position: absolute;
    text-align: justify;
    top: 28%;
    right: 25%;
    background-color: var(--container-color);
    background: rgba(0,0,0,.5);
    transition: opacity 0.3s;
    border-image: linear-gradient(98deg, #009999, #0059ff00) 1;
    border-width: 6px;
    border-style:solid;
    width: 60%;
    text-align: center;
}
/* Number text (1/3 etc) */
.slide-number-text {
    color: var(--bg-color);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* The dots/bullets/indicators */
  .slide-dot-container{
    align-items: center;
    text-align: center;
    padding: 1px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--container-color);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--second-color);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  /* Slide show Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  @media(max-width:915px){
    .slide-caption{
        
        top: 37%;
        width: 50%;
        font-size: 20px;
    }
}
@media(max-width:662px){
    

    .slideshow-container {
        height: 203px;
    }
	.slide-img-container {
    height: 203px;
}
	
}
@media(max-width:662px){
    .slide-caption{
        font-size: 16px;
    }
    
}
@media(max-width:553px){
    .slide-caption{
        font-size: 14px;
    }
}
@media(max-width:505px){
    .slide-caption{
          width: 100%;
    font-size: 20px;
    text-align: left;
    }
}
@media(max-width:425px){
    .slide-overlay-title {
        padding-top: 100px;
        font-size: 14px;
        -webkit-text-stroke-color: var(--bg-color);
        -webkit-text-stroke-width: 1px;
    }
    .slide-overlay-description {
        font-size: 13px;
        -webkit-text-stroke-color: var(--bg-color);
        -webkit-text-stroke-width: 0.7px;
        text-transform: none;
    }
    .slide-badge-container {
        width: 53px;
        height: 48px;
    }
}
