@charset "utf-8";
/* CSS Document */
.outindex{
	width: 92.5%;
	height: auto;
	padding-left: 5%;
	padding-right: 2.5%;
	margin-top: 80px;
	margin-bottom: 30px;
	position: relative;
	background-image: url(sour/bg-shape-01.png);
}

.outindexin{
	width:23%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
	height: 370px;
	float: left;
	margin-bottom: 20px;
	border-radius: 10px
}
.outshape{
	position: absolute;
	left: 0px;
	bottom: 30px;
	background-color:#ffffff ;
	width: 88%;
	height: 120px;
	margin-left: 4%;
	margin-right: 4%;
	z-index: 10;
	transition: 1s;
	border-radius: 5px;
	padding-left: 2%;
	padding-right: 2%;
	overflow-y: hidden

}
.outindexin:hover .outshape  {
	height: 180px;
	bottom: 30px
}

.outshape h2{
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-left: 2%;
	font-size: 18px;
	font-weight: 600;
	float: left;
	letter-spacing: 1px;
	
}
.outindexin:hover .outshape .circle img  {
	filter: brightness(100%)
}
.outshape h2 i{
	margin-right: 5px
}
.outshape h1{
	width: auto;
	margin-left: 5%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	text-align: left
}
.outshape .circle{
	border-radius: 50%;
	width: 50px;
	height: 50px;
	
	float: right;
	margin-top: 5%;
	margin-right: 3%
}
.outshape .circle img{
	width: 12px;
	height: 13px;
	filter: brightness(100%);
	margin-top: 20px
	
}
.outshape h3{
	font-family: 'Poppins', sans-serif;
	text-align: center;
	
	padding-right: 2%;
	font-size: 18px;
	font-weight: 400;
	float: right;
	letter-spacing: 1px;
	color: #000000;
	padding-top: 50px
}
.outindexin img{
	width: 100%;
	height: 370px;
	filter: brightness(70%);
	transition: 1s

	
}
.outindexin:hover img{
	transform:scale(1.1);
	filter: brightness(50%);
}

.subname{
	position: absolute;
	bottom: 5%;
	left: 2%;
	width: auto;
	text-align: left;
	font-size: 33px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
	color: #ffffff;
	z-index: 2
}
.subtours{
	position: absolute;
	top: 150px;
	left: 50%;
	width: auto;
	text-align: center;
	font-size: 22px;
    line-height: 70px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
	color: #ffffff;
	padding-left: 10px;padding-right: 10px;padding-top: 0px;padding-bottom: 0px;
	border-radius: 50%;
	z-index: 20;
	transition: transform 0.8s;
  transform-style: preserve-3d;
	height: 70px
	
}

.outindexin:hover .subtours{
	transform: rotateY(360deg);
}

@media screen and (max-width: 768px) {
	
	.outindexin{
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
	overflow: hidden;
	height: 400px;
	float: left
}
	.outshape{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color:#ffffff ;
	width: 88%;
	height: 200px;
	margin-left: 4%;
	margin-right: 4%;
	z-index: 10;
	transition: 1s;
	border-radius: 5px;
	padding-left: 2%;
	padding-right: 2%;
	overflow-y: hidden

}
}