

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  
}

.header{
  margin-top: 3vh;
  height: 7vh;
  display: flex;
  width: 100%;
  align-items: flex-start;
  
}

.side{
  width: 33%;
  display: flex;
 flex-direction: column;
 justify-content: center;
 height: 100%;
}

.bck{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 50%;
  width: 90%;
}

.back{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
}

.back:hover{
  scale: 0.85;
  transition: scale 0.15s ease;
}

.sipka{
  height: 100%;
  
}

.logo{
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
}

.logo img{
  width: 35%;
}



#headertext{
  margin-top:1vh;
  font-size: 1vh;
}

#headertextSWIPE{
  margin-top:5vh;
  font-size: 1.5vh;
  color: #5e5e5ebe;
  visibility: hidden;
}

.header img{
  height: 100%;
}

.carousel-container {
  position: relative;
  width: 50vw;
  overflow: visible;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -6vh;
}


.carousel {
  display: flex;
  transition: transform 0.9s ease;
}

.carousel-item {
  min-width: 50vw;
  height: 40vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(136, 70, 70, 0);
  border: 1px solid #57474700;
  box-sizing: border-box;
  flex-direction: column;
  justify-items: center;
}

.carousel-item img{
}

.pic{
  display: flex;
  align-items: center;
  justify-content: center;
  height:90% ;
}

#german{
  width: 25vw;

}

#english{
  width: 25vw;
}

#slovak{
  width: 22vw;
}

#czech{
  width: 27vw;
}

.text{
  background-color: rgba(0, 255, 255, 0);
  height: 10%;
  font-size: 0.8vw;
  Font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  color: #5e5e5e;
  text-align: center;
}

button {
  height: 100%;
}

.arrow {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  scale: 0.1;
}

.arrow img{
  height: 35vw;
  opacity: 0.6; 
  transition: opacity 0.1s ease-in-out;

}

.arrow img:hover{
  opacity: 1;
}

.arrow:hover{
  transition: scale 0.15s ease-in-out;
  opacity: 1;


}

.arrow :active{
  scale: 0.8;
  transition: scale 0.15s ease-in-out;
  opacity: 100%;
}

.left-arrow {
  left: 10vw;
}

.right-arrow {
  right: 10vw;
}


@media (min-width:300px) and (max-width: 660px){

  body{
    overflow-y: hidden;
  }

  .header{
    margin-top: 3vh;
    height: 7vh;
    display: flex;
    width: 100%;
    align-items: flex-start;
    
  }
  
  .side{
    width: 33%;
    display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
  }
  
  .bck{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 50%;
    width: 80%;
  }
  
  .back{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
  }
  
  .back:hover{
    scale: 0.85;
    transition: scale 0.15s ease;
  }
  
  .sipka{
    height: 100%;
    
  }
  
  .logo{
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
  }
  
  .logo img{
    width: 85%;
  }



  #headertextSWIPE{
    margin-top:5vh;
    font-size: 1.5vh;
    color: #5e5e5ebe;
    visibility: visible;
  }

  .carousel-container {
    position: relative;
    width: 50vw;
    overflow: hidden;
    scale: 200%;
    transform: translateY(-50%);
     margin-top: 12vh;

  }

  .carousel-item {
    min-width: 50vw;
    height: 40vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(136, 70, 70, 0);
    border: 1px solid #57474700;
    box-sizing: border-box;
    flex-direction: column;
    justify-items: center;
  }

  .pic{
    scale: 0.9;
  }

  #german{
    width: 35vw;
  
  }
  
  #english{
    width: 35vw;
  }
  
  #slovak{
    width: 40vw;
  }
  
  #czech{
    width: 45vw;
  }

  .left-arrow {
    top: 75vh;
    left: 10vw;
  }
  
  .right-arrow {
    top: 75vh;

    right: 10vw;
  }


  .text{
    background-color: rgba(0, 255, 255, 0);
    height: 10%;
    font-size: 1.5vw;
    Font-family: "JetBrains Mono", monospace;
    font-weight: 300;
    color: #5e5e5e;
    text-align: center;
    margin-bottom: 3vh;
  }

  .arrow{
    display: none;
  }
}
 
@media (min-width:768px) and (max-width:1024px){

  body{
    overflow-y: hidden;
  }

  .header{
    margin-top: 3vh;
    height: 7vh;
    display: flex;
    width: 100%;
    align-items: flex-start;
    
  }
  
  .side{
    width: 33%;
    display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
  }
  
  .bck{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 45%;
    width: 75%;
  }
  
  .back{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
  }
  
  .back:hover{
    scale: 0.85;
    transition: scale 0.15s ease;
  }
  
  .sipka{
    height: 100%;
    
  }
  
  .logo{
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
  }
  
  .logo img{
    width: 75%;
  }

  #headertextSWIPE{
    margin-top:5vh;
    font-size: 1.5vh;
    color: #5e5e5ebe;
    visibility: visible;
  }

  .carousel-container {
    position: relative;
    width: 50vw;
    overflow: hidden;
    scale: 200%;
    transform: translateY(-50%);
    margin-top: 12vh;

  }

  .carousel-item {
    min-width: 50vw;
    height: 40vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(136, 70, 70, 0);
    border: 1px solid #57474700;
    box-sizing: border-box;
    flex-direction: column;
    justify-items: center;
  }

  .pic{}

  #german{
    width: 30vw;
  
  }
  
  #english{
    width: 30vw;
  }
  
  #slovak{
    width: 30vw;
  }
  
  #czech{
    width: 35vw;
  }

  .left-arrow {
    top: 75vh;
    left: 10vw;
  }
  
  .right-arrow {
    top: 75vh;

    right: 10vw;
  }


  .text{
    background-color: rgba(0, 255, 255, 0);
    height: 10%;
    font-size: 1.2vw;
    Font-family: "JetBrains Mono", monospace;
    font-weight: 300;
    color: #5e5e5e;
    text-align: center;
    
  }

  .arrow{
    display: none;
  }
}

@media (min-width:1025px) and (max-width:1366px){

  body{
    overflow-y: hidden;
  }

  #headertextSWIPE{
    margin-top:5vh;
    font-size: 1.5vh;
    color: #5e5e5ebe;
    visibility: visible;
  }

  .carousel-container {
    position: relative;
    width: 50vw;
    overflow: visible;
    scale: 100%;
    transform: translateY(-50%);

  }

  .carousel-item {
    width: 50vw;
    height: 50vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(136, 70, 70, 0);
    border: 1px solid #57474700;
    box-sizing: border-box;
    flex-direction: column;
    justify-items: center;
  }

  .pic{}

  #german{
    width: 30vw;
  
  }
  
  #english{
    width: 30vw;
  }
  
  #slovak{
    width: 30vw;
  }
  
  #czech{
    width: 31vw;
  }

  .left-arrow {
    top: 75vh;
    left: 10vw;
  }
  
  .right-arrow {
    top: 75vh;

    right: 10vw;
  }


  .text{
    background-color: rgba(0, 255, 255, 0);
    height: 10%;
    font-size: 0.8vw;
    Font-family: "JetBrains Mono", monospace;
    font-weight: 300;
    color: #5e5e5e;
    text-align: center;
    margin-top: 0vh;
  }

  .arrow{
    display: none;
  }
}






