

/* Slideshow container */
@media screen and (max-width:2200px) and (min-width:800px)
{
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    height:100%;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    width: 100%;
    height: 100%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top:0;
    width: 3%;
    height: 100%;
    
    
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.3);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    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-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  img.carousel_content
  {
    width: 100%;
    height: 100%;
  }

  span.prevandnext
  {
    top:50%;
    margin: auto;
    left:40%;
    position: absolute
  }

  .animatedCompanyName{position: absolute; width: 65%; font-size: 120px; left: 20%; top:65px;display:none;}

  .FirstPart{width: 50%; float:left; text-align: center; color:#555; -webkit-text-stroke:black;

    -webkit-text-stroke-width: 2px;
    animation-name: slideUp;
    animation-duration: 1.5s;

    height: 0.1px;
  }

    .FirstPart::before{
      content: 'ACAD';
      top: 202px;
      transform: scale(1, -0.5);
      backface-visibility: visible; 

 
      position:relative;
      display: block;
      background:   linear-gradient(177deg, white 30%, transparent 70%);
      width: 100%;
      opacity:0.5;
    }
   
  .SecondPart{width: 50%; float:left; text-align: center; color:#555; -webkit-text-stroke: black;
    -webkit-text-stroke-width: 2px;
    animation-name: slideUp;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;

    height: 0.1px;

  }

    .SecondPart::before{
      content: 'SMART';
      top: 202px;
      transform: scale(1, -0.5);
      backface-visibility: visible; 
      
      position: relative;
      display: block;
      width: 100%;
    background:   linear-gradient(177deg, white 30%, transparent 70%);
    opacity:0.5;
    }
  

  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @keyframes slideUp
  {
    from{transform: translateY(120px); opacity: 0;}

    to {transform: translateY(0px); opacity: 1;}
  }




/* magnifier app glass*/
  .img-magnifier-container {
    position:relative;
    
  }
  
  .img-magnifier-glass {
    position: absolute;
    
    
    visibility: hidden;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
    display: none;
  }
}


@media screen and (max-width:700px)
{
  
/* Slideshow container */

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    height:100%;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    width: 100%;
    height: 100%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top:0;
    width: 12%;
    height: 100%;
    
    
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.3);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    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-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  img.carousel_content
  {
    width: 100%;
    height: 100%;
  }

  span.prevandnext
  {
    top:44%;
    margin: auto;
    left:40%;
    position: absolute
  }


  .animatedCompanyName{position: absolute; width: 80%; font-size: 50px; left: 6%; bottom: 0; display: none;}

  .FirstPart{width: 50%; float:left; text-align: center; color:#555; -webkit-text-stroke:black;
    -webkit-text-stroke-width: 2px;
    animation-name: slideUp;
    animation-duration: 1.5s;
  }

    .FirstPart::before{
      content: 'ACAD';
      top: 84px;
      transform: scale(1, -0.5);
      backface-visibility: visible; 
     
      position:relative;
      display: block;
      background:   linear-gradient(177deg, white 30%, transparent 70%);
      width: 100%;
      opacity:0.5;
    }
   
  .SecondPart{width: 50%; float:left; text-align: center; color:#555; -webkit-text-stroke: black;
    -webkit-text-stroke-width: 2px;
    animation-name: slideUp;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;

  }

    .SecondPart::before{
      content: 'SMART';
      top: 84px;
      transform: scale(1, -0.5);
      backface-visibility: visible; 
      
      position: relative;
      display: block;
      width: 120%;
    background:   linear-gradient(177deg, white 30%, transparent 70%);
    opacity:0.5;
    }
  
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }


  @keyframes slideUp
  {
    from{transform: translateY(120px); opacity: 0;}

    to {transform: translateY(0px); opacity: 1;}
  }




/* magnifier app glass*/
  .img-magnifier-container {
    position:relative;
    
  }
  
  .img-magnifier-glass {
    position: absolute;
    
    
    visibility: hidden;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
    display: none;
  }


}