@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



.backg{
  background-color:#BFDFEC;
    background-repeat:repeat-x;
  background-image:url("https://i.stack.imgur.com/b7z29.png");
  animation: movement 15s linear infinite; 
}

@keyframes movement{
  0% {
    background-position:0px 0px;
  }
  100%{
    background-position:560px 0px;
  }
}



@keyframes animate{
	from{
		background-position: 0 0;
	}
	
	to{
		background-position: 100% 0;
	}
}






section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	bottom: 10px;
	padding:30px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*background: #0062be;*/
	transition: 0.5s;
}

.page_wrapper {
	position: relative;
	width: 100%;
	/*min-height: 100vh;*/
	bottom: 10px;
	/*padding: 100px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*background: #0062be;*/
	transition: 0.5s;
}

.page_wrapper1 {
	position: relative;
	width: 100%;
	/*min-height: 100vh;
	bottom: 50px;
	/*padding: 100px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*background: #0062be;*/
	transition: 0.5s;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
    z-index: 10;
}



header .logo {
	position: relative;
	max-width: 200px;
}

header ul {
	position: relative;
	display: flex;
}

header ul li {
	list-style: none;
}

header ul li a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	margin-left: 40px;
	padding: 8px 15px;
	border-radius: 25px;
	text-decoration: none;
}

header ul li a:hover,
header ul li a.active{
	color: #000;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.content {
	position: relative;
	width: 100%;
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
}

.textBox {
	position: relative;
	max-width: 600px;
}

.textBox h2 {
	color: #fff;
	margin-top: 20px;
	font-size: 4em;
	line-height: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
}

.textBox h2 span {
	font-size: 2em;
}

.textBox p {
	color: #fff;
}

.textBox a {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 20px;
	background: #fff;
	color: #111;
	border-radius: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.content .imgBox1 {
	width: 100%;
	display: flex;
	padding-left: 650px;
	margin-top: 110px;
	/*justify-content: flex-end;*/
}

.content .imgBox1 img {
	max-width: 500px;
}


.content .imgBox2 {
	width: 100%;
	display: flex;
	padding-left: 550px;
	margin-top: 250px;
	/*justify-content: flex-end;*/
}

.content .imgBox2 img {
	max-width: 700px;
}
 
 

.content .bg1 {
	width: 1720px;
	height: 750px;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-top: 30px;
	bottom: 10px;
	background-image: url("../img/road.png");
	animation: animate 25s linear infinite;
}




.thumb {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	display: flex;
}

.thumb li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
	transition: 0.5s;
}

.thumb li:hover {
	transform: translateY(-15px);
	
}

.thumb li img {
	max-width: 80px;
}

.sci {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sci li {
	list-style: none;
}

.sci li a {
	display: inline-block;
	filter: invert(1);
	margin: 5px 0;
	transform: scale(0.6);
}





/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 5px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 20px;
  bottom: 70px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  transition: background-color 0.6s ease;
}



.active, .dot:hover {
 /*background-color: #717171;*/
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/*.car {
  position: absolute;
  width: 100%;
  bottom: 100px;
  text-align: center;
  
}*/



.tooltip {
  position: relative;
  display: inline-block;
  
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  font-size: 10px;
 /* background-color: #888888;*/
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #888888 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}








/*css_page2*/

.backg1{
  background-color:#EDC0DD;
    background-repeat:repeat-x;
  background-image:url("../img/sky.png");
  animation: movement 15s linear infinite; 
}

@keyframes movement{
  0% {
    background-position:0px 0px;
  }
  100%{
    background-position:560px 0px;
  }
}



@keyframes animate{
	from{
		background-position: 0 0;
	}
	
	to{
		background-position: 100% 0;
	}
}



/*slider*/
.modal-wrap {
  width: auto;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  /*border: dashed thin #666;*/
  opacity: 0;
  animation: fadeIn 0.3s 0.3s ease-in-out forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal__inner-wrap {
  transition: left 0s ease-in-out;
  position: absolute;
  display: flex;
  flex-wrap: no-wrap;
  width: 100%;
}
.modal {
  height: 50vh;
  width: 30vw;
  margin: 20px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  /*background-color: #eaeaea;
  flex-grow: 0;
  flex-shrink: 0;*/
  opacity: 0.6;
  border-radius: 2vw;
  cursor: move;
  transform: scale(0.7);
  transition: all 0.3s ease-in;
}

.modal .modal__card-inner {
	width: 100%;
	display: flex;
	padding-left: 5px;
}

.modal .modal__card-inner img {
	max-width: 500px;
}

.modal > div {
  flex-shrink: 0;
  flex-grow: 0;
  width: 90%;
}
.modal.active {
  transform: scale(1);
  opacity: 1;
}
.modal.active:hover {
 /* box-shadow: 0 0 60px -20px darkblue;*/
}






/* Wrapper */

	#wrapper {
		width: 65em;
		margin: 0 auto;
		min-height: 80vh;
		max-width: 100%;
		padding: 4em 0;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
	}

		body.is-preload #wrapper {
			opacity: 0;
		}

		@media screen and (max-width: 1280px) {

			#wrapper {
				padding: 3em 0;
				max-width: calc(100% - 6em);
			}

		}

		@media screen and (max-width: 980px) {

			#wrapper {
				padding: 1.5em 0;
				max-width: calc(100% - 8em);
			}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 1em 0;
				max-width: calc(100% - 2em);
			}

		}

		@media screen and (max-width: 360px) {

			#wrapper {
				padding: 1em 0;
				max-width: 100%;
			}

		}


/*popup*/
.img_wrap{
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}



 .textBox1 {
	position: relative;
	max-width: 600px;
	left: 30%;
	margin-bottom: 10px;
	bottom: 20px;
}


.textBox1 a {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 20px;
	background: #fff;
	color: #111;
	border-radius: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}



.textBox2 {
	position: relative;
	max-width: 600px;
	left: 40%;
	margin-bottom: 10px;
	bottom: 40px;
}


.textBox2 a {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 20px;
	background: #fff;
	color: #111;
	border-radius: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}





/*slider_page2*/

.content1 {
	position: relative;
	width: 100%;
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
}

.content1 .bg2 {
	width: 1720px;
	height: 750px;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-top: 30px;
	bottom: 10px;
	background-image: url("../img/bg2.png");
}


.slider_p2 {
	width: 100%;
	margin-top: 190px;
}
.slider_p2 input {
	display: none;
}
.testimonials {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 500px;
	perspective: 1000px;
	overflow: hidden;
}
.testimonials .item {
	top: 0;
	position: absolute;
	box-sizing: border-box;
	/*background-color: #0A0220;*/
	padding: 30px;
	width: 450px;
	text-align: center;
	transition: transform 0.4s;
	-webkit-transform-style: preserve-3d;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
	user-select: none;
	cursor: pointer;
}
.testimonials .item img {
	width: 380px;
	/*border-radius: 50%;
	border: 13px solid #3B344D;*/
}
.testimonials .item p {
	color: #ddd;
	font-size: 20px;
	font-weight: 700;
}
.testimonials .item h2 {
	font-size: 12px;
	display: inline-block;
	padding: 8px 20px;
	background: #fff;
	color: #111;
	border-radius: 40px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.dots label {
	display: block;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #413B52;
	margin: 10px;
	transition: transform 0.2s, color 0.2s;
}

/* First */
#t-1:checked ~ .dots label[for="t-1"] {
	transform: scale(2);
	background-color: #fff;
}
#t-1:checked ~ .dots label[for="t-2"] {
	transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-1"] {
	z-index: 4;
}
#t-1:checked ~ .testimonials label[for="t-2"] {
	transform: translateX(400px) translateZ(-190px) rotateY(-15deg);
	z-index: 3;
	opacity: 0.4;
}
#t-1:checked ~ .testimonials label[for="t-3"] {
	transform: translateX(700px) translateZ(-280px) rotateY(-25deg);
	z-index: 2;
	opacity: 0.4;
}
#t-1:checked ~ .testimonials label[for="t-4"] {
	transform: translateX(1000px) translateZ(-370px) rotateY(-35deg);
	z-index: 1;
	opacity: 0.4;
}
#t-1:checked ~ .testimonials label[for="t-5"] {
	transform: translateX(1300px) translateZ(-460px) rotateY(-45deg);
	opacity: 0.4;
}

/* Second */
#t-2:checked ~ .dots label[for="t-1"] {
	transform: scale(1.5);
}
#t-2:checked ~ .dots label[for="t-2"] {
	transform: scale(2);
	background-color: #fff;
}
#t-2:checked ~ .dots label[for="t-3"] {
	transform: scale(1.5);
}
#t-2:checked ~ .testimonials label[for="t-1"] {
	transform: translateX(-400px) translateZ(-190px) rotateY(15deg);
	opacity: 0.4;
}
#t-2:checked ~ .testimonials label[for="t-2"] {
	z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-3"] {
	transform: translateX(400px) translateZ(-190px) rotateY(-15deg);
	z-index: 2;
	opacity: 0.4;
}
#t-2:checked ~ .testimonials label[for="t-4"] {
	transform: translateX(700px) translateZ(-280px) rotateY(-25deg);
	z-index: 1;
	opacity: 0.4;
}
#t-2:checked ~ .testimonials label[for="t-5"] {
	transform: translateX(1000px) translateZ(-370px) rotateY(-35deg);
	opacity: 0.4;
}

/* Third */
#t-3:checked ~ .dots label[for="t-2"] {
	transform: scale(1.5);
}
#t-3:checked ~ .dots label[for="t-3"] {
	transform: scale(2);
	background-color: #fff;
}
#t-3:checked ~ .dots label[for="t-4"] {
	transform: scale(1.5);
}
#t-3:checked ~ .testimonials label[for="t-1"] {
	transform: translateX(-700px) translateZ(-280px) rotateY(25deg);
	opacity: 0.4;
}
#t-3:checked ~ .testimonials label[for="t-2"] {
	transform: translateX(-400px) translateZ(-190px) rotateY(15deg);
	opacity: 0.4;
}
#t-3:checked ~ .testimonials label[for="t-3"] {
	z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-4"] {
	transform: translateX(400px) translateZ(-190px) rotateY(-15deg);
	z-index: 2;
	opacity: 0.4;
}
#t-3:checked ~ .testimonials label[for="t-5"] {
	transform: translateX(700px) translateZ(-280px) rotateY(-25deg);
	opacity: 0.4;
}

/* Fourth */
#t-4:checked ~ .dots label[for="t-3"] {
	transform: scale(1.5);
}
#t-4:checked ~ .dots label[for="t-4"] {
	transform: scale(2);
	background-color: #fff;
}
#t-4:checked ~ .dots label[for="t-5"] {
	transform: scale(1.5);
}
#t-4:checked ~ .testimonials label[for="t-1"] {
	transform: translateX(-1000px) translateZ(-370px) rotateY(35deg);
	opacity: 0.4;
}
#t-4:checked ~ .testimonials label[for="t-2"] {
	transform: translateX(-700px) translateZ(-280px) rotateY(25deg);
	opacity: 0.4;
}
#t-4:checked ~ .testimonials label[for="t-3"] {
	transform: translateX(-400px) translateZ(-190px) rotateY(15deg);
	z-index: 2;
	opacity: 0.4;
}
#t-4:checked ~ .testimonials label[for="t-4"] {
	z-index: 3;
}
#t-4:checked ~ .testimonials label[for="t-5"] {
	transform: translateX(400px) translateZ(-190px) rotateY(-15deg);
	opacity: 0.4;
}

/* Fifth */
#t-5:checked ~ .dots label[for="t-4"] {
	transform: scale(1.5);
}
#t-5:checked ~ .dots label[for="t-5"] {
	transform: scale(2);
	background-color: #fff;
}
#t-5:checked ~ .testimonials label[for="t-1"] {
	transform: translateX(-1200px) translateZ(-360px) rotateY(45deg);
	opacity: 0.4;
}
#t-5:checked ~ .testimonials label[for="t-2"] {
	transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
	z-index: 1;
	opacity: 0.4;
}
#t-5:checked ~ .testimonials label[for="t-3"] {
	transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
	z-index: 2;
	opacity: 0.4;
}
#t-5:checked ~ .testimonials label[for="t-4"] {
	transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
	z-index: 3;
	opacity: 0.4;
}
#t-5:checked ~ .testimonials label[for="t-5"] {
	z-index: 4;
}




/*slide_page2 special*/

#wrapMe {
  width: 100%;
  height: 75vh;
  min-height: 450px;
  background-image:linear-gradient(180deg, var(--colorOne) 0%, var(--colorTwo) 70%);
  position: relative;
  overflow: hidden;
  display: flex;
  font-family:var(--fontFamily);
}

#layMe {
  min-height: 300px;
  margin: auto;
  width: 100%;
  max-width: 1050px;
  display: flex;
  align-items: center;
  position: relative;
}

#layMe:before {
  height: 100%;
  width: 50%;
  background:var(--colorOne);
  box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  content:'';
  transform-origin:left;
  transform:rotateY(10deg);
/*   animation:before 5s linear infinite; */
}
@keyframes before {
  50% { transform:rotateY(10deg) translateY(-25px); }
}

#layMe:after {
  content:'';
  width: 75%;
  height: 85%;
  border-radius: 30px;
  background:var(--colorTwo);
  box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin:right;
  transform: translateY(-50%) rotateY(-10deg);
}

#conMe {
  width:90%;
  height:100%;
  min-height: 450px;
  margin:0 auto;
  position:relative;
  z-index:9;
  display:flex;
}

.slide {
  display:none;
  align-items:center;
}

.showing {
  display:flex;
  align-content:stretch;
}

.showing img {
  animation:imgMove .75s ease-out forwards;
}
@keyframes imgMove {
  0% { margin-left:-25%; opacity:0; }
}

.showing .vehicle-details {
  animation:deetsMove .75s ease-out forwards;
  transform-origin:right;
  transform:rotateY(-10deg);
}
@keyframes deetsMove {
  0% { margin-left:25%; opacity:0; }
}

.slide img {
  max-width:80%;
}
.slide h1 {
  font-size:45px;
  color: #fff;
  line-height:100%;
  letter-spacing:2px;
  margin:0;
}

.slide .v-info-item {
  display:inline-block;
  padding:20px 30px;
  letter-spacing:2px;
  font-size:20px;
  border-right:1px dotted var(--colorOne);  
}
.slide .v-info-item:nth-child(2) {
  border:none;
}

.slide h2 {
  margin:0;
  font-size:50px;
  font-weight:300;
  line-height:100%;
  letter-spacing:2px;
}

.slide .btn {
  display: inline-block;
	padding: 15px 30px;
	background: #fff;
	color: #3617D3;
	margin-top: 20px;
	border-radius: 30px;
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.slide .btn a:hover {
  text-decoration:underline;
}

/*a {
  text-decoration:none;
  color:inherit;
  width:100%;
  line-height:50px;
  display:inline-block;
}*/

.swapBtn {
  width:60px;
  height:60px;
  font-size:40px;
  font-weight:900;
  line-height:65px;
  text-align:center;
  background:var(--colorOne);
  color:var(--colorTwo);
  border:1px solid var(--ColorTwo);
  position:absolute;
  border-radius:50%;
  cursor:pointer;
  box-shadow:0 0 0 1px var(--colorTwo);
  transition:.15s;
  z-index:99;
}

.swapBtn:nth-child(2) {
  transform:translateX(-50%);
}
.swapBtn:nth-child(3) {
  right:0;
  transform:translateX(50%);
}







/*css_page3*/

.backg2{
  background-color:#92CD96;
    background-repeat:repeat-x;
  background-image:url("../img/sky3.png");
  animation: movement 15s linear infinite; 
}

@keyframes movement{
  0% {
    background-position:0px 0px;
  }
  100%{
    background-position:560px 0px;
  }
}



@keyframes animate{
	from{
		background-position: 0 0;
	}
	
	to{
		background-position: 100% 0;
	}
}



/*slider_page3*/

#tabs {
 /* width: 900px;*/
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-top: 150px;
  height: auto;
  min-height: 600px;
  max-height: 1200px;
  overflow: hidden;
}

#tabs ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
  width: 32%;
}

#tabs ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  /*border-top: solid 1px #e9e9e9;*/
  padding: 10px 5px;
  z-index: 1;
  /*opacity: .5;*/
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#tabs ul li:focus, a:focus {
  outline: none;
}

#tabs ul li:nth-child(1) a {
  border-top: none;
}

#tabs ul li a.active {
  opacity: 1;
}

.para-a {
  font-weight: bold;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  border: none;
  font-family: 'Montserrat';
  /*color: #2b2b2b;*/
}

.tag {
  position: relative;
  width: 100%;
}

.icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  /*background: #c7c7c7;
  border-radius: 100%;*/
  vertical-align: middle;
}

.block {
  position: absolute;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: solid 2px #7b7b7b;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle {
  position: absolute;
  padding: 2px;
  border: solid 2px #7b7b7b;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  font-size: 18px;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 10px;
  vertical-align: middle;
  color: #000;
}

.title p:hover {
    background: #bbb;
}

.addon {
	margin-left: 70px;
	font-size: 12px;
	/*vertical-align: middle;*/
}



.addon h2:hover {
	/*background: #64BBAF;*/
	/*width: 90px;
	border-radius: 10px;*/
    color: aqua;
}

.addon {
 position: relative;
  width: 80%;
  top: -25px;
  margin-left: 70px;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
  /*opacity: 0;*/
  font-family: 'Open Sans';
}



/*.addon.fadein {
  opacity: 1;
}*/

.browser {
  width: 60%;
  height: 95%;
  position: absolute;
  /*border-style: solid;
  border-width: 2px 0 2px 2px;
  border-color: #7b7b7b transparent #7b7b7b #7b7b7b;*/
  right: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /*line-height: 20px;
  background: #fff;
  border-bottom: solid 2px #7b7b7b;*/
  z-index: 2;
}

/*.dot_2 {
  position: relative;
  display: inline-block;
  padding: 4px;
  background: #c7c7c7;
  border-radius: 100%;
}

.dot_2:nth-child(1) {
  margin-left: 7px;
}*/

#tabs-1, #tabs-2, #tabs-3 {
  position: relative;
  background: no-repeat;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#tabs-1 {
  background-image: url("../img/ic.png");
}

#tabs-2 {
  background-image: url("../img/75mv.png");
}

#tabs-3 {
  background-image: url("../img/f8.png");
}




.content2 {
	position: relative;
	width: 100%;
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
}


.content2 .bg3 {
	width: 1720px;
	height: 750px;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-top: 30px;
	bottom: 10px;
	background-image: url("../img/bg3.png");
}





/*slider_page4*/
.backg3{
  background-color:#F3C596;
    background-repeat:repeat-x;
  background-image:url("../img/sky4.png");
  animation: movement 15s linear infinite; 
}

@keyframes movement{
  0% {
    background-position:0px 0px;
  }
  100%{
    background-position:560px 0px;
  }
}



@keyframes animate{
	from{
		background-position: 0 0;
	}
	
	to{
		background-position: 100% 0;
	}
}



.content3 {
	position: relative;
	width: 100%;
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
}

.content3 .bg4 {
	width: 1720px;
	height: 750px;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-top: 30px;
	bottom: 10px;
	background-image: url("../img/bg4.png");
}




.slider {
  position: relative;
  display: block;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 65vh;
  bottom: -20px;
  overflow: hidden;
}
.slider__nav-bar {
  position: absolute;
  width: 190px;
  height: 180px;
  bottom: -120px;
  left: 50%;
  transform: translateX( -50% );
  border-radius: 90px;
  text-align: center;
 /* background: #ccc;*/
  z-index: 100;
}
.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY( -50% );
  width: 64px;
  height: 64px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100;
  opacity: 0.8;
}
.slider__arrow:hover {
  opacity: 3;
}
.slider__arrow_prev {
  left: 16px;
  width: 64px;
  height: 64px;
  background-image:url("../img/left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 64px;
}
.slider__arrow_next {
  right: 16px;
  width: 64px;
  height: 64px;
  background-image: url("../img/right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 64px;
}
.nav-control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  transition: 0.2s;
  cursor: pointer;
  background-image: url("../assets/img/dot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  margin-top: 30px;
  z-index: 3;
}
.nav-control:hover {
  opacity: 0.8;
}
.nav-control_active {
  opacity: 1;
}
.slider-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 25px;
  padding: 0;
  list-style-type: none;
}
.slider-list::before {
  content: '';
  display: block;
  padding-top: calc(9 / 16 * 100%);
}
.slider-list__item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16vw;
  color: #000;
  will-change: transform;
  z-index: 1;
}
.slider-list__item .back__element {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.slider-list__item .back__element img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  top: 50%; left: 50%;
  transform: translate( -50%, -50% );
}
.slider-list__item .main__element {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 3;
}
.slider-list__item .main__element img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  top: 50%; left: 50%;
  transform: translate( -50%, -50% );
}
.slider-list__item .front__element {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 4;
  /* transform: scale(0); */
}
.slider-list__item .front__element img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  top: 50%; left: 50%;
  transform: translate( -50%, -50% );
}
.slider-list__item .title__element {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 2;
}
.slider-list__item .title__element .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  top: 50%; left: 50%;
  transform: rotate(-15deg) translate( -45%, -125% );
  font-family: 'Molle', cursive;
  color: #eef2f3;
  text-align: center;
}
.slider-list__item .more__element {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 10;
}
.slider-list__item .more__element .content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 64px auto;
  padding: 0 32px;
  color: #2e3131;
  text-align: left;
}
.slider-list__item .more__element .content .headline {
  position: relative;
  display: block;
  max-width: 500px;
  font-family: 'Molle', cursive;
  font-size: 38px;
  line-height: 46px;
}
.slider-list__item .more__element .content .excerpt {
  position: relative;
  display: block;
  max-width: 240px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 16px;
}
.slider-list__item .more__element .content .link {
  position: relative;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  width: 180px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
}
.slider-list__item .more__element .content .link .fill {
  position: absolute;
	background-image: linear-gradient(to right, #d43325, #f36e67);
	background-size: 150% 150%;
	height: 48px;
	width: 180px;
	border-radius: 24px;
	margin: 0;
	z-index: -1;
  transition: all 0.4s ease;
  -webkit-animation: gradient 3s ease infinite;
	-moz-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
}
.slider-list__item .more__element .content .link .fill.fill-dark {
  background-image: linear-gradient(to right, #252228, #848f9e);
} 
.slider-list__item .more__element .content .link a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #dde3e6;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  outline: 0px none;
  outline: 0px;
  z-index: 2;
}
.slider-list__item .more__element .content .link:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.05), 0 15px 12px rgba(0,0,0,0.06);
}
.slider-list__item_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
}



/*@media screen and (max-width: 640px) {

  .slider-list__item .title__element .title {
    font-size: 26vw;
  }

  .slider-list__item .more__element .content .excerpt {
    display: none;
  }

  .slider-list__item .more__element .content .link {
    margin-top: 16px;
  }

}

@media screen and (max-width: 560px) {

  .slider__nav-bar {
     hide dots for mobile 
    opacity: 0;
    z-index: -1;
  }

}*/
 
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



/*footer*/
.footer-distributed {
  background-color: #000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 13px sans-serif;

  padding: 1px 80px;
  margin-top: -75px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 40%;
}

/* The company logo */

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}

.footer-distributed h3 span {
  color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  /*background-color: #33383b;*/
  border-radius: 2px;

  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 10px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
	
	
}

/*top*/
/*.informacoes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

.informacoes .regras {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 10px;
  transition: 0.5s;
}

.informacoes .regras span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
}

.informacoes .regras span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s esse-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0, 0.05);
}

.informacoes .regras:hover span::before {
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.informacoes .regras span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s esse-in-out infinite;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  animation-delay: -1s;
}

.informacoes .regras:hover span::after {
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.informacoes .regras::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skew(15deg);
  transition: 0.5s;
}

.informacoes .regras::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skew(15deg);
  transition: 0.5s;
  filter: blur(30px);
  transition: 0.5s;
}

.informacoes .regras:hover:before,
.informacoes .regras:hover:after {
  transform: skewx(0deg);
  left: 20px;
  width: calc(100% - 90px);
}

.informacoes .regras:nth-child(1):before,
.informacoes .regras:nth-child(1):after {
  background: linear-gradient(315deg, #ffbc00, #ff0058);
}

.informacoes .regras:nth-child(2):before,
.informacoes .regras:nth-child(2):after {
  background: linear-gradient(315deg, #03a9f4, #ff0058);
}

.informacoes .regras:nth-child(3):before,
.informacoes .regras:nth-child(3):after {
  background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.informacoes .regras:nth-child(4):before,
.informacoes .regras:nth-child(4):after {
  background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.informacoes .regras .card {
  z-index: 1;
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 89x;
  backdrop-filter: blur(10px);
  transition: 0.5s;
  color: #fff;
}

.informacoes .regras:hover .card {
  left: -25px;
  padding: 60px 40px;
}

.informacoes .regras .card h2 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}

.informacoes .regras .card p {
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.informacoes .regras .card a {
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}*/


/*.containertop {
	position: relative;
	width: auto;
	top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: skewY(-1deg);
}

.containertop .card {
	position: relative;
	width: 300px;
	height: 300px;
	background: #fff;
	transition: 0.5s;
}

.containertop .card:before{
	content: '';
	position: absolute;
	top: -58px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #00c0f6;
	transform-origin: bottom;
	transform: skewX(45deg);
	transition: 0.5s;
}

.containertop .card:after{
	content: '';
	position: absolute;
	top: -58px;
	left: -20px;
	width: 20px;
	height: 94%;
	background: #00c0f6;
	transform-origin: left;
	transform: skewY(45deg);
	transition: 0.5s;
	border-bottom: 58px solid #d9d9d9;
}

.containertop .card:hover {
	transform: translateY(-40px);
}

.containertop .card .imgBx {
	position: relative;
	width: 300px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.containertop .card .imgBx img {
	max-width: 300px;
}

.containertop .card .imgBx h3 {
	position: relative;
	color: #000;
	margin-top: 15px;
}

.containertop .card .contenttop {
	position: relative;
	width: 100%;
	height: 50px;
	right: 100px;
	padding: 20px;
	color: #777;
	text-align: center;
}

.containertop .card .contenttop:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(transparent,transparent,rgba(0,0,0,.1));
	transform: skewX(45deg);
	transition: 0.5s;
	pointer-events: none;
	z-index: -1;
}

.containertop .card:hover .contenttop:before {
	transform: translateY(40px) skewX(45deg);
	filter: blur(5px);
	opacity: 0.5;
}

.containertop .card:nth-child(1){
	z-index: 4;
}

.containertop .card:nth-child(2){
	z-index: 3;
}

.containertop .card:nth-child(3){
	z-index: 2;
}

.containertop .card:nth-child(4){
	z-index: 1;
}


.containertop .card2 {
	position: relative;
	width: 300px;
	height: 300px;
	background: #fff;
	transition: 0.5s;
}

.containertop .card2:before{
	content: '';
	position: absolute;
	top: -58px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #DA8DBE;
	transform-origin: bottom;
	transform: skewX(45deg);
	transition: 0.5s;
}

.containertop .card2:after{
	content: '';
	position: absolute;
	top: -58px;
	left: -20px;
	width: 20px;
	height: 94%;
	background: #DA8DBE;
	transform-origin: left;
	transform: skewY(45deg);
	transition: 0.5s;
	border-bottom: 58px solid #d9d9d9;
}

.containertop .card2:hover {
	transform: translateY(-40px);
}

.containertop .card2 .imgBx {
	position: relative;
	width: 300px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.containertop .card2 .imgBx img {
	max-width: 300px;
}

.containertop .card2 .imgBx h3 {
	position: relative;
	color: #000;
	margin-top: 15px;
}

.containertop .card2 .contenttop {
	position: relative;
	width: 100%;
	height: 50px;
	right: 100px;
	padding: 20px;
	color: #777;
	text-align: center;
}

.containertop .card2 .contenttop:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(transparent,transparent,rgba(0,0,0,.1));
	transform: skewX(45deg);
	transition: 0.5s;
	pointer-events: none;
	z-index: -1;
}

.containertop .card2:hover .contenttop:before {
	transform: translateY(40px) skewX(45deg);
	filter: blur(5px);
	opacity: 0.5;
}

.containertop .card2:nth-child(1){
	z-index: 4;
}

.containertop .card2:nth-child(2){
	z-index: 3;
}

.containertop .card2:nth-child(3){
	z-index: 2;
}

.containertop .card2:nth-child(4){
	z-index: 1;
}


.containertop .card3 {
	position: relative;
	width: 300px;
	height: 300px;
	background: #fff;
	transition: 0.5s;
}

.containertop .card3:before{
	content: '';
	position: absolute;
	top: -58px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #57A35B;
	transform-origin: bottom;
	transform: skewX(45deg);
	transition: 0.5s;
}

.containertop .card3:after{
	content: '';
	position: absolute;
	top: -58px;
	left: -20px;
	width: 20px;
	height: 94%;
	background: #57A35B;
	transform-origin: left;
	transform: skewY(45deg);
	transition: 0.5s;
	border-bottom: 58px solid #d9d9d9;
}

.containertop .card3:hover {
	transform: translateY(-40px);
}

.containertop .card3 .imgBx {
	position: relative;
	width: 300px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.containertop .card3 .imgBx img {
	max-width: 300px;
}

.containertop .card3 .imgBx h3 {
	position: relative;
	color: #000;
	margin-top: 15px;
}

.containertop .card3 .contenttop {
	position: relative;
	width: 100%;
	height: 50px;
	right: 100px;
	padding: 20px;
	color: #777;
	text-align: center;
}

.containertop .card3 .contenttop:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(transparent,transparent,rgba(0,0,0,.1));
	transform: skewX(45deg);
	transition: 0.5s;
	pointer-events: none;
	z-index: -1;
}

.containertop .card3:hover .contenttop:before {
	transform: translateY(40px) skewX(45deg);
	filter: blur(5px);
	opacity: 0.5;
}

.containertop .card3:nth-child(1){
	z-index: 4;
}

.containertop .card3:nth-child(2){
	z-index: 3;
}

.containertop .card3:nth-child(3){
	z-index: 2;
}

.containertop .card3:nth-child(4){
	z-index: 1;
}


.containertop .card4 {
	position: relative;
	width: 300px;
	height: 300px;
	background: #fff;
	transition: 0.5s;
}

.containertop .card4:before{
	content: '';
	position: absolute;
	top: -57px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #E9978B;
	transform-origin: bottom;
	transform: skewX(45deg);
	transition: 0.5s;
}

.containertop .card4:after{
	content: '';
	position: absolute;
	top: -57px;
	left: -20px;
	width: 20px;
	height: 94%;
	background: #E9978B;
	transform-origin: left;
	transform: skewY(45deg);
	transition: 0.5s;
	border-bottom: 58px solid #d9d9d9;
}

.containertop .card4:hover {
	transform: translateY(-40px);
}

.containertop .card4 .imgBx {
	position: relative;
	width: 300px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.containertop .card4 .imgBx img {
	max-width: 300px;
}

.containertop .card4 .imgBx h3 {
	position: relative;
	color: #000;
	margin-top: 15px;
}

.containertop .card4 .contenttop {
	position: relative;
	width: 100%;
	height: 50px;
	right: 100px;
	padding: 20px;
	color: #777;
	text-align: center;
}

.containertop .card4 .contenttop:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(transparent,transparent,rgba(0,0,0,.1));
	transform: skewX(45deg);
	transition: 0.5s;
	pointer-events: none;
	z-index: -1;
}

.containertop .card4:hover .contenttop:before {
	transform: translateY(40px) skewX(45deg);
	filter: blur(5px);
	opacity: 0.5;
}

.containertop .card4:nth-child(1){
	z-index: 4;
}

.containertop .card4:nth-child(2){
	z-index: 3;
}

.containertop .card4:nth-child(3){
	z-index: 2;
}

.containertop .card4:nth-child(4){
	z-index: 1;
}
*/



/*animation*/

.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}


.zoomIn1{
	animation-name:zoomInAnime;
	animation-duration:1.7s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}

.zoomIn2{
	animation-name:zoomInAnime;
	animation-duration:2.0s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}

.zoomIn3{
	animation-name:zoomInAnime;
	animation-duration:2.7s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}

/*test*/
nav {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 25%;
  word-spacing: -5px;
  width: 1000px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

nav ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

nav li {
  background: white;
  word-spacing: 0;
  width: 160px;
  list-style: none;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-bottom: none;
  font-family: calibri light;
  letter-spacing: 3px;
  box-shadow: inset -50px 0 175px -50px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

nav li:hover {
  box-shadow: inset -50px 0 175px -50px rgba(0, 0, 0, 0.1);
}

nav li:active {
  background: rgba(255,170,118, .5);
}

nav li span {
  float: right;
  font-weight: bold;
  display: none;
}

nav li:hover span {
  display: block;
}

nav > div {
  position: absolute;
  top: 130px;
  right: 0;
  width: 450px;
  height: 100%;
  /*background: white;*/
  padding: 25px;
  font-family: calibri;
  word-spacing:3px;
}

nav li > div {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background: white;
  padding: 25px;
  font-family: calibri;
  letter-spacing: 1px;
  z-index: 10;
}

nav div h1 {
  margin: 0 auto;
  font-family: calibri light;
  font-size: 25px;
}

nav li:focus {
  outline: none;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

nav li:focus > div {
  display: block;
}


/*test*/

 .center {
        display: inline-block;
        border: none; 
    
        margin-left: auto;
        margin-right: auto;
    
         /*  or simply use
        margin: 0 auto; */
    }
