@font-face {
  font-family: "Tilt Neon";
  src: url(/fonts/TiltNeon.ttf);
}
@font-face {
  font-family: "Goldman";
  src: url(/fonts/Goldman-Regular.ttf);
}
#home #carousel,
#home .carousel-inner,
#home .item,
#home .item-img,
#home #home-text {
  height: 500px;
}
#home nav {
  z-index: 1;
}
#home .item-img {
  margin-top: -28px;
  height: 100%;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/home.jpg");
}
#home #home-text {
  width: 100%;
  position: absolute;
  top: 0;
  display: table;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 10px black;
}
#home #home-text > div {
  display: table-cell;
  vertical-align: middle;
}
#home #content {
  background-color: #272727;
}
#home h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.05em;
}
#home h3,
#home p {
  text-align: center;
}
#home #services {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
}
#home #services .col-md-6 {
  text-align: center;
}
#home #services .card-container {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#home #services .card-container .card {
  background-color: #272727;
  border: 4px solid #11c4b5;
  padding: 4rem 2rem;
  border-radius: 3px;
  width: 350px;
  position: relative;
  transform: skewY(-4deg);
  box-shadow: 6px 6px #111;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#home #services .card-container .card h3 {
  margin-top: 0;
  transform: skewY(4deg);
  color: white;
}
#home #services .card-container .card p {
  color: white;
  transform: skewY(4deg);
}
#home #services .card-container .card:hover {
  transform: skewY(-4deg) scale(1.05);
  box-shadow: 8px 8px #111;
  transition: all 0.4s ease-in-out;
}
#home .kontakt {
  margin-top: 20px;
  color: white;
  height: 400px;
  background-image: url('/images/home2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
}
#home .kontakt p.graybox {
  background-color: rgba(17, 169, 181, 0.5);
}
#home .kontakt div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11c4b5;
  opacity: 35%;
  width: 100%;
  height: 100%;
}
#home .kontakt div:nth-child(2) {
  width: 100%;
  position: absolute;
  height: 204px;
  top: calc(50% - 102px);
  left: 0;
}
#home .kontakt div:nth-child(2) > p:first-child {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}
#home .kontakt div:nth-child(2) > p:nth-child(2) {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
