/****************************************/
html, body {
  margin: 0;
  background-color: #101010;
  font-family: sans-serif;
}
.btn1 {

  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  align-items: middle;
  box-shadow: 0 12px 16px 0 rgba(137, 19, 19, 0.904), 0 7px 50px 0 rgba(0, 0, 0, 0.19);
  color: rgb(241, 243, 241);
  background-color: rgb(5, 5, 5);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-style: normal;
  font-family: Zekton;
  color: rgb(252, 237, 29);
  font-size: 20px;
  height: 50px;
  width: 450px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  border-radius: 20px;
  border-width: 100px;
  border: 3px solid red;
}
.btn1:hover {
  box-shadow: 0 22px 16px 0 rgba(137, 19, 19, 0.904), 0 7px 50px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  color:rgb(252, 237, 29);
  background-color: rgb(140, 4, 4);
  border: 3px solid rgb(8, 30, 226);
}

.slideshow {
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 0px;
  margin: 0 auto;
  background-color: #000;
  overflow: hidden;
  counter-reset: slide;
}

input {
  position: absolute;
  opacity: 0;
  top: -25px;
  counter-increment: slide;
}
input:checked + .slide {
  transform: translateX(0px);
  transition: transform 1.5s ease-in-out;
}
input:checked + .slide .slide__content {
  width: 43%;
  display: block;
}
input:checked + .slide .slide__content:before {
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  content: counter(slide) " z 20";
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  text-align: right;
}
input:checked:nth-of-type(1) ~ nav label:nth-child(1) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(2) ~ nav label:nth-child(2) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(3) ~ nav label:nth-child(3) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(4) ~ nav label:nth-child(4) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(5) ~ nav label:nth-child(5) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(6) ~ nav label:nth-child(6) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(7) ~ nav label:nth-child(7) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(8) ~ nav label:nth-child(8) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(9) ~ nav label:nth-child(9) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(10) ~ nav label:nth-child(10) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(11) ~ nav label:nth-child(11) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(12) ~ nav label:nth-child(12) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(13) ~ nav label:nth-child(13) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(14) ~ nav label:nth-child(14) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(15) ~ nav label:nth-child(15) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(16) ~ nav label:nth-child(16) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(17) ~ nav label:nth-child(17) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(18) ~ nav label:nth-child(18) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(19) ~ nav label:nth-child(19) {
  color: rgb(231, 243, 4);
}
input:checked:nth-of-type(20) ~ nav label:nth-child(20) {
  color: rgb(231, 243, 4);
}
.slide {
  transform: translateX(-100%);
  position: absolute;
  width: 70%;
  height: 100%;
  background-size: 50% 100%;
  transition: transform 1.5s ease-in-out;
}
.slide__content {
  box-sizing: border-box;
  height: 65%;
  overflow: auto;
  padding: 50px;
  color: #DDD;
  position: absolute;
  left: 100%;
  display: none;
  animation-name: fade-in;
  animation-duration: 2.8s;
  animation-iteration-count: 1;
  opacity: 1;
}
.slide__html {
  display:contents;
}
.slide:nth-child(2) {
  background: url("./pic1/hala.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(2):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide__html {
  display: none;
}
.slide:nth-child(4) {
  background: url("./pic1/1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(4):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide__html {
  display: none;
}
.slide:nth-child(6) {
  background: url("./pic1/8.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(6):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide__html {
  display: none;
}
.slide:nth-child(8) {
  background: url("./pic1/2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(8):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide__html {
  display: none;
}
.slide:nth-child(10) {
  background: url("./pic1/26.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(10):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.slide:nth-child(12) {
  background: url("./pic1/20.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(12):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.slide:nth-child(14) {
  background: url("./pic1/27.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(14):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(16) {
  background: url("./pic1/28.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(16):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(18) {
  background: url("./pic1/6.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(18):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(20) {
  background: url("./pic1/15.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(20):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(22) {
  background: url("./pic1/29.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(22):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(24) {
  background: url("./pic1/30.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(24):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(26) {
  background: url("./pic1/21.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(26):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(28) {
  background: url("./pic1/22.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(28):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(30) {
  background: url("./pic1/23.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(30):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(32) {
  background: url("./pic1/24.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(32):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(34) {
  background: url("./pic1/25.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(34):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(36) {
  background: url("./pic1/32.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(36):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(38) {
  background: url("./pic1/33.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.slide:nth-child(38):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slide:nth-child(40) {
  background: url("./pic1/Alarm.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
}
.slide:nth-child(40):after {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fontyA {
  font-family: 'zekton';
  font-size: 20px;
}
.fontyB {
  font-size: 15px;
}
.fontyC {
  font-size: 15px;
}
.fontyD {
  font-size: 10px;
}

@media all and (max-width: 1920px) {
  .fontyA {
    font-family: 'zekton';
    font-size: 20px;
  }
  .fontyB {
    font-size: 12px;
  }
  .fontyC {
    font-size: 12px;
  }
  .fontyD {
    font-size: 10px;
  }
}
@media all and (max-width: 1680px) {
  .fontyA {
    font-family: 'zekton';
    font-size: 20px;
  }
  .fontyB {
    font-size: 10px;
  }
  .fontyC {
    font-size: 10px;
  }
  .fontyD {
    font-size: 10px;
  }
}
@media all and (max-width: 1500px) {
  .fontyA {
    font-family: 'zekton';
    font-size: 15px;
  }
  .fontyB {
    font-size: 8px;
  }
  .fontyC {
    font-size: 8px;
  }
  .fontyD {
    font-size: 10px;
  }
}



nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  overflow: auto;
  background-size: 100%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 10%);
}

label {
  box-sizing: border-box;
  color: #AAA;
  font-weight: bold;
  display: block;
  width: calc((100% / 5) - 2%);
  margin: 5px 1% 5px 1%;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 4px #AAA;
  text-align: center;
  float: left;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
label:hover {
  cursor: pointer;
  color: #FFF;
  border-bottom: solid 4px #FFF;
}
label:nth-child(1) {
  left: calc(50% + (0 * (50% / 5)));
  border-bottom-color: #2E112D;
}
label:nth-child(2) {
  left: calc(50% + (1 * (50% / 5)));
  border-bottom-color: #540032;
}
label:nth-child(3) {
  left: calc(50% + (2 * (50% / 5)));
  border-bottom-color: #820333;
}
label:nth-child(4) {
  left: calc(50% + (3 * (50% / 5)));
  border-bottom-color: #C9283E;
}
label:nth-child(5) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #F0433A;
}
label:nth-child(6) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #0b027c;
}
label:nth-child(7) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #1304b7;
}
label:nth-child(8) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #100498;
}
label:nth-child(9) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #1804f3;
}
label:nth-child(10) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #3725f6;
}
label:nth-child(11) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #453201;
}
label:nth-child(12) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #856001;
}
label:nth-child(13) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #c18b02;
}
label:nth-child(14) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #f8b304;
}
label:nth-child(15) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #eff30d;
}
label:nth-child(16) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #013e0c;
}
label:nth-child(17) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #028219;
}
label:nth-child(18) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #03c426;
}
label:nth-child(19) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #04f730;
}
label:nth-child(20) {
  left: calc(50% + (4 * (50% / 5)));
  border-bottom-color: #40f361;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}