@font-face {
  font-family: KapraNeueRegular;
  src: url("./fonts/TypoforgeStudio-KapraNeueRegular.ttf") format("truetype"),
  url("TypoforgeStudio-KapraNeueRegular.woff") format("woff");
}

@font-face {
  font-family: KapraNeueBold;
  src: url("./fonts/TypoforgeStudio-KapraNeueBold.ttf") format("truetype"),
  url("TypoforgeStudio-KapraNeueBold.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 1080px;
  height: 1920px;
  background: #010202 url("./images/backgroundimage.png") center center no-repeat;
  color: #fff;
}

.container {
  padding: 50px 110px;
  position: relative;
}

#logo {
  text-align: right;
  padding: 50px 50px 0;
}

h1, p {
  margin-bottom: 25px;
}

h1,
h1 > span {
  font-family: "KapraNeueBold", sans-serif;
  font-size: 60px;
}

p, 
p > span {
  font-family: "KapraNeueRegular", sans-serif;
  font-size: 40px;
}

span {
  color: #ff2020;
}



.icon-grid {
  /*display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;*/
  padding: 0 50px;
  gap: 50px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.icon-grid > div {
  display: grid;
  gap: 15px;
  justify-self: center;
  justify-items: center;
  cursor: pointer;
}

.icon-text {
  font-size: 26px;
}

.icon-grid img {
  display: block;
}


/*
* SLIDER
*/
.slider-wrap {
  position: relative;
  margin: 100px 0;
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.slide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
/*  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-around; */
}

.slide-text,
.slide-text span {
  font-size: 20px;
  margin: 0;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  z-index: 100;
  /*border-style: solid;*/
}

#arrow-left {
  /*border-width: 30px 40px 30px 0;
  border-color: transparent #fff transparent transparent;*/
  left: 0;
  margin-left: 130px;
  margin-top: -70px;
}

#arrow-right {
  /*border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent #fff;*/
  right: 0;
  margin-right: 160px;
  margin-top: -70px;
}

@keyframes fade {
  0% { opacity: 0 }
  20%, 50%, 80% { opacity: 1 }
  100% { opacity: 0 }
}


.slider-table {
  width: 200px;
  text-align: center;
}

.slider-table-row {
  width: 200px;
  height: 30px;
}

table {
  width: 856px;
  text-align: center;
}

tr {
  width: 856px;
  height: 200px;
}

td {
  width: 214px;
  cursor: pointer;
}



.slider-position {
  width: 200px;
  text-align: center;
}

.slider-position-row {
  width: 200px;
  height: 30px;
  position: relative;
}
.slider-position-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 30px;
}
.slider-position-text {
  width: 100px;
  height: 25px;
  position: absolute;
  left: 80px;
  top: 15px;
}


#position-container {
  width: 860px;
  height: 500px;
  position: relative;
  margin-top: 30px;
}
.icon-position {
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 120px;
}

#icon-1-position {
  left: 60px;
  top: 25px;
}
#icon-2-position {
  left: 270px;
  top: 25px;
}
#icon-3-position {
  right: 270px;
  top: 25px;
}
#icon-4-position {
  right: 70px;
  top: 25px;
}
#icon-5-position {
  left: 60px;
  top: 225px;
}
#icon-6-position {
  left: 270px;
  top: 225px;
}
#icon-7-position {
  right: 270px;
  top: 225px;
}
#icon-8-position {
  right: 70px;
  top: 225px;
}
