body {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 0.2em;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #888;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.links:hover {
    text-decoration: underline blue;
}

.imagee {
    max-width: 210px;
    max-height: 410px;
}

.project {
    max-width: 1240px;
    margin-top: 10%;
}

.img {
    height: 350px;
}

.title {
    font-family: 'Special Elite', cursive;
}

.titlee {
    font-family: 'Special Elite', cursive;
}

@media (min-width: 768px) {
    .card_img {
        margin-top: 60px;
    }
}
@media (min-width: 450px) {

    .title {
        margin-bottom: 100px;
        font-size: 64px;
    }

    .titlee {
        font-size: 64px;
    }

    h5 {
        margin-bottom: 140px;
    }

    .imagee {
        width: 410px;
        height: 310px;
    }

    .card_img {
        width: 550px;
        height: 250px;
    }
}






/*

.le {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .lang-menu {
    position: relative;
    margin-top: 25px;
  }
  
  .lang-menu .selected-lang {
    display: flex;   
    justify-content: space-between;
    line-height: 1.5;
    cursor: pointer;
  }
  
  .lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 100%;
    right: 0;
    width: 140px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .lang-menu:hover ul {
    display: block;
  }
  
  .lang-menu ul li {
    list-style: none;
    text-align: left;
    display: block;
  }
  
  .lang-menu ul li a {
    text-decoration: none;
    width: 100%;
    padding: 8px 10px;
    display: block;
  }
  
  .lang-menu ul li:hover {
    background-color: #f2f2f2;
  }
  
  .lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .al:before {
    background-image: url(img/alb.png);
  }
  
  .de:before {
    background-image: url(img/de.png);
  }
  
  .en:before {
    background-image: url(img/us.png);
  }
  
  .translations {
    margin-top: 20px;
  }
  
  .translated-word {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  @media screen and (max-width: 768px) {
    .le {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .lang-menu {
      text-align: left;
      margin-top: 15px;
    }
  
    .lang-menu .selected-lang {
      justify-content: flex-start;
      line-height: 1.2;
    }
  
    .lang-menu ul {
      top: auto;
      left: 0;
      right: auto;
      width: 140px;
    }
  
    .lang-menu ul li {
      display: block;
    }
  
    .lang-menu ul li a {
      padding: 8px 10px;
    }
  }
  */






.bn54 {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
  display: inline;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 45px;
  width: 130px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.bn54 .bn54span {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.bn54:hover {
  animation: bn54rotate 0.7s ease-in-out both;
}

.bn54:hover .bn54span {
  animation: bn54storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes bn54rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes bn54storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}





  .lang-menu {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20px;
  }
  
  .selectet-lang ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  
  .selectet-lang li {
    margin-right: 20px;
  }
  
  .lang-option {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    border: 2px solid #333;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .lang-option:hover {
    background-color: #333;
    color: #fff;
  }
  
  .lang-option[data-lang="de"]::before {
    
    margin-right: 5px;
    top: 3px;
    position: relative;
  }
  
  .lang-option[data-lang="en"]::before {
    margin-right: 5px;
    top: 3px;
    position: relative;
  }
  
  .lang-option[data-lang="al"]::before {

    margin-right: 5px;
    top: 3px;
    max-width: 24px;
    position: relative;
  }
  

  
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  

  @media (max-width: 450px) {

    .logo {
      
      left: 50px !important;
    }
  }

  .logo {
    position: relative;
    left: 10%;
  }

    
  .logos {
    font-size: 550%;
  }