* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  box-shadow: none;
  color: #3B1024;
  font-size: 24px;
  text-align: center;
  font-family: 'Monda', sans-serif;
}

html {
  background-color: #3B1024;
  background-image: url("https://www.transparenttextures.com/patterns/pinstripe-dark.png");
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: top left, center 0;
  background-attachment: fixed, fixed;

}

.group:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

li {
  height: 60px;
  width: 145px;
  border-radius: 2%;
  border: 2px solid transparent;
  display: block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

ul {
  margin: auto;
  width: 80%;
  position: relative;
}


.active {
  color: oldlace;
}

.list {
  width: 82%;
  margin-left: 7%;
}

.left-left{
  transform: rotateY(-57deg) translateZ(-106px) translateY(9px);
  height: 52px;
  position: absolute;
  left: -7% !important;
}

.left {

  transform: rotateY(-45deg) translateZ(-32px) translateY(3px);
  position: absolute;
  left: 16% !important;
}

.center {
  height: 64px;
  position: absolute;
  left: 40% !important;
  top: 0%;
}
.right {
  transform: rotateY(45deg) translateZ(-33px) translateY(3px);
  position: absolute;
  left: 64% !important;
}

.right-right {
  height: 52px;
  transform: rotateY(57deg) translateZ(-102px) translateY(9px);
  position: absolute;
  left: 86.5% !important;
}

ul {
  display: block;
  margin: auto;
  height: 64px;
  position: absolute;
  transform-style: preserve-3d;
  background: transparent;
  -webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50% -500px;
}

.wrapper {
  margin: auto;
  width: 60%;
  padding: 6px;
  background: tan;
  position: relative;
  perspective: 1000px;
  height: 200px;
  border-radius: 4px;
}

.sample {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 25% auto auto auto;
  width: 100%;
  height: 350px;
  display: block;
  border-radius: 4px;
}

.links {
  display: block;
  width: 60%;
  padding: 12px 0 32px 0;
  margin: auto;
}

a {
  display: block;
  float: left;
  margin-left: 15.2%;
  font-size: 19px;
  color: tan;
}

h1 {
  padding: 3px;
}
/*BUTTONS*/

button, button:after {
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  color: #3B1024;
  margin-top: 3%;
  background: transparent;
  cursor: pointer;
}

button:first-child {
  float: right;
  margin-right: 15%;
}

button:last-child {
  float: left;
  margin-left: 14%;
}

button:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 25%;
  left: 0%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 27px solid #3B1024;
}

button:nth-child(2):after {
  border-right: 27px solid #3B1024;
  border-left: none;
  left: 14%;
}

/*NAVIGATION DOTS*/

.dots {
  display: block;
  height: 10px;
  /*margin: 18% 0 0 20%;*/
  position: absolute;
  bottom: 3%;
  left: 30.5%;
}
.dot {
  background: oldlace !important;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

.dot-active, .page-active {
  background: #3B1024 !important;
}


.pages {
  left: 42.5%;
  margin: auto;
  display: block;
  height: 10%;
  top: 75%;
  width: 80%;
  position: absolute;
}

.page {
  display: block;
  height: 3px;
  width: 21px;
  float: left;
  margin-right: 5px;
  background: oldlace;
  cursor: pointer;
  font-size: 0px;
}

.info {
  height: 350px;
  width: 100%;
  text-align: left;
  display: block;
  margin: 25% auto auto auto;
  background: tan;
  border-radius: 4px;
  display: block;
}

p {
  text-align: left;
  padding: 10px 0 0 10px;
  font-size: 16px;
}

.icon {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
span {
  float: right;
  padding: 0 20px;
  cursor: pointer;
}
