* {
  margin: 0;
  box-sizing: border-box;
}

body { 	
	margin:20px 20px auto;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.display {
	position:relative;
	display:flex; 
	float:left;
}

.accessory {
	overflow:hidden;
	width: 650px;
	height: 650px;
	background-image: -webkit-gradient(radial, center 125%, 0, center 125%, 265, color-stop(59%, rgba(121, 121, 121, 0.29)), color-stop(62%, rgba(179, 179, 179, 0.42)), color-stop(100%, rgba(212, 212, 212, 0.56)));
	background-image: -webkit-radial-gradient(center 102%, 120% 100%, rgba(121, 121, 121, 0.29) 59%, rgba(179, 179, 179, 0.42) 62%, rgba(212, 212, 212, 0.56) 100%);
	background-image: -moz-radial-gradient(center 125%, circle, rgba(121, 121, 121, 0.29) 59%, rgba(179, 179, 179, 0.42) 62%, rgba(212, 212, 212, 0.56) 100%);
	background-image: radial-gradient(ellipse 120% 100% at center 101%, rgba(121, 121, 121, 0.29) 59%, rgba(179, 179, 179, 0.42) 62%, rgba(212, 212, 212, 0.56) 100%);
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 20px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 20px 30px rgba(0, 0, 0, 0.3);
	border-radius:25px;
}
.container {
  margin: auto;
  width: 450px;  
  height: 450px;
  position: relative;
  perspective: 1000px;
}
.carousel {
	height: 100%;
	width: 100%;
	position: absolute;
	transform-style: preserve-3d;
	transition: transform 0.5s;
}
.item {
	display: block;
	position: absolute;
	width: 450px;
	height: 450px;
	line-height: 450px;
	font-size: 5em;
	text-align: center;
	color: #FFF;
	
}
.item img {
	position:absolute;
	left:0px;top:0px;
	height:450px;width:450px;
	z-index:1;
}

.caru-1 {
  transform: rotateY(0deg) translateZ(450px);
}
.caru-2 {
  transform: rotateY(60deg) translateZ(450px);
  opacity:0.1;
}
.caru-3 {
  transform: rotateY(120deg) translateZ(450px);
  opacity:0.1;
}
.caru-4 {
  transform: rotateY(180deg) translateZ(450px);
  opacity:0.1;
}
.caru-5 {
  transform: rotateY(240deg) translateZ(450px);
  opacity:0.1;
} 
.caru-6 {
  transform: rotateY(300deg) translateZ(450px);
  opacity:0.1;
}
.prev {
	left:10px;
}
.next {
	right:10px;
}

.paper {
  position: relative;
  height: 550px;
  width: 450px;
  background: rgba(255,255,255,0.9);
  
  box-shadow: 0px 0px 5px 0px #888;
}
.paper::before {
  content: '';
  position: absolute;
  left: 45px;
  height: 100%;
  width: 2px;
  background: rgba(255,0,0,0.4);
}
.paper img {
	position:absolute;
	right:10px;top:10px;
	width:90px;height:25px;
}
.lines {
  margin-top: 40px;
  height: calc(100% - 40px);
  width: 100%;
  background-image: repeating-linear-gradient(white 0px, white 24px, steelblue 25px);

}
.text {
  position: absolute;
  top: 25px;
  left: 55px;
  bottom: 10px;
  right: 10px;
  line-height: 25px;
  overflow: hidden;
  outline: none;
}
.text h1 {
	margin-bottom:14px;
	color:navy;
}
.holes {
  position: absolute;
  left: 10px;
  height: 25px;
  width: 25px;
  background: #efefef;
  border-radius: 50%;
  box-shadow: inset 0px 0px 2px 0px #888;
}
.hole-top {
  top: 10%;
}
.hole-middle {
  top: 50%;
}
.hole-bottom {
  bottom: 10%;
}

.mengetab {
	position:relative;
	width:10%;
	float:left;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align:center;
	border:0;
	margin-top:2px;
}

.postab {
	position:relative;
	width:60%;
	float:left;
}
.preistab {
	position:relative;
	width:30%;
	float:left;
	text-align:right;
}

.myButton {
	position:absolute;
	top: 40%;
	
	width:60px;height:60px;
	
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:50%;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#555;
	z-index:999;
	text-decoration: none;
	font-weight: 600;
	font-size: 32px;
	
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}

.caru-menu {
	position:absolute;
	bottom:5px;
	left:10px;
	width:100%;
}
.btn-group .button {
  background-color: #046DAA; /* Green */
  border: 1px solid blue;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  margin-left:5px;
}

.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-color: #3941ae;
}


.switch {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 40px;
  margin-top:3px;
}

.switch input {
  display:none;
}

.slider-switch {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider-switch:before {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 18px;
}

input:checked + .slider-switch {
  background-color: #66bb6a;
}

input:checked + .slider-switch:before {
  transform: translateX(18px);
}

.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
  border:1px solid gray;
}

