body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0px;
  overflow: auto;
  background-color: #15201a;
  font-family: Verdana;
  color: #7fc5b5;
}


a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #7fc5b5;
  text-decoration: none;
}

a:active {
  color: #7fc5b5;
  text-decoration: none;
}





.flexwrap1 {
  display: flex;
  flex-wrap: nowrap;
}
.flexwrap1 h2 {
height: 750px;
padding: 15px 0px 5px 0px;
border-right: 2px solid #e6fff4;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
writing-mode: vertical-rl;
text-orientation: mixed;
text-transform: uppercase;
font-family: georgia;
font-size: 40px;
color: #fff;
color: #e6fff4;
opacity: 0.97;
}
.flexwrap2 {
  display: flex;
}
.flexwrap3 {
  width: 55vw;
}
.flexwrap3 p {
  width: 100%;
  margin: 15px 10px 10px 5px;
  padding: 20px;
  font-family: verdana;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
} 
.flexwrap3 a, .flexwrap3 a:visited {
font-size: 16px !important;
text-transform: uppercase;
font-family: times new roman;
color: #def2e4;
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
transition: all 0.6s ease-in-out;
}

.flexwrap3 a:hover, .flexwrap3 a:active {
font-size: 16px !important;
text-transform: uppercase;
font-family: times new roman;
color: #000;
text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
transition: all 0.6s ease-in-out;
}







.slider {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  border: 0px;
  list-style: none;
  padding: 0;
  height: 900px;
}
.slider__slide {
  position: relative;
  flex: 0 0 8.2vw;
  border-right: 5px solid #15201a;
  transition: all 0.4s ease;
}
.slider__slide:hover {
  cursor: pointer;
}
.slider__slide--active {
  flex: 1;
}
.slider__slide--active .slider__content {
  left: 20px;
}
.slider__motive {
  width: 100%;
  height: 100%;
  border-left: 5px solid #15201a;
}

.slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__content {
  position: absolute;
  top: 50px;
  left: 20px;
}



.slider__content h1 {
writing-mode: vertical-rl;
text-orientation: mixed;
margin: 15px 50px 5px 0px;
text-transform: uppercase;
font-family: georgia;
font-size: 40px;
color: #d9ffee;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
opacity: 0.85;
}

.slider__content a, .slider__content a:visited {
margin: 25px 0px 0px 0px;
text-transform: uppercase;
font-family: times new roman;
font-size: 24px;
color: #fff;
text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
opacity: 1;
transition: all 0.6s ease-in-out;
}

.slider__content a:hover, .slider__content a:active {
margin: 25px 0px 0px 0px;
text-transform: uppercase;
font-family: times new roman;
font-size: 24px;
color: #000;
text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
opacity: 1;
transition: all 0.6s ease-in-out;
}

.slider__content b {
text-decoration: line-through;
margin: 25px 0px 0px 0px;
text-transform: uppercase;
font-family: courier new;
font-size: 22px;
font-style: italic;
color: #404040;
letter-spacing: 3px;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
opacity: 0.7;
}
