/*=============================
	Counter One
===============================*/
.counter-one {
	position: relative;
	display: block;
	padding: 226px 0 140px;
	overflow: hidden;
	z-index: 1;
}

.counter-one__shape-5 {
	position: absolute;
	top: -102px;
	right: 64px;
	opacity: .20;
	z-index: -1;
}

.counter-one__shape-5 img {
	width: auto;
}

.counter-one__shape-6 {
	position: absolute;
	bottom: 233px;
	right: 248px;
	opacity: .20;
	z-index: -1;
}

.counter-one__shape-6 img {
	width: auto;
}

.counter-one__left {
	position: relative;
	display: block;
	margin-left: -90px;
	margin-right: 310px;
}

.counter-one__img-box {
	position: relative;
	display: block;
}

.counter-one__img {
	position: relative;
	display: block;
	z-index: 1;
}

.counter-one__img img {
	width: 100%;
}

.counter-one__img-2 {
	position: absolute;
	top: -113px;
	right: -220px;
	z-index: 2;
}

.counter-one__img-2 img {
	width: auto;
}

.counter-one__shape-2 {
	position: absolute;
	bottom: -100px;
	left: 109px;
	opacity: .20;
	z-index: -1;
}

.counter-one__shape-2 img {
	width: auto;
}

.counter-one__shape-3 {
	position: absolute;
	top: -76px;
	right: 104px;
	opacity: .20;
	z-index: -1;
}

.counter-one__shape-3 img {
	width: auto;
	opacity: .20;
}

.counter-one__shape-4 {
	position: absolute;
	bottom: 49px;
	right: -214px;
	opacity: .20;
	z-index: -1;
}

.counter-one__shape-4 img {
	width: auto;
}

.counter-one__right {
	position: relative;
	display: block;
	margin-right: 32px;
	margin-top: -22px;
}

.counter-one__count-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.counter-one__count-list li {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
}

.counter-one__shape-1 {
	position: absolute;
	top: -3px;
	left: -20px;
	opacity: .30;
}

.counter-one__shape-1 img {
	width: auto;
}

.counter-one__count {
	position: relative;
	display: flex;
	align-items: center;
}

.counter-one__count h3 {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
}

.counter-one__k {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
	color: var(--thm-black);
}

.counter-one__plus {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
	color: var(--thm-black);
}

.counter-one__count-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #1F2034;
	margin-top: 4px;
}

.counter-one__title {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 40px;
	margin-bottom: 21px;
}

.counter-one__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.counter-one__btn-box {
	position: relative;
	display: block;
	margin-top: 39px;
}

.counter-one__btn:hover {
	color: var(--thm-white);
}

.counter-one__btn::before {
	background-color: var(--thm-black);
}

/*=============================
	Counter Two
===============================*/
.counter-two {
	position: relative;
	display: block;
	padding: 80px 0 80px;
	margin: 0 40px 0;
	z-index: 1;
}

.counter-two__shape-1 {
	position: absolute;
	right: 160px;
	top: 235px;
	opacity: .20;
}

.counter-two__shape-1 img {
	width: auto;
}

.counter-two__shape-2 {
	position: absolute;
	right: 555px;
	bottom: 62px;
	opacity: .20;
}

.counter-two__shape-2 img {
	width: auto;
}

.counter-two__left {
	position: relative;
	display: block;
	margin-right: 110px;
}

.counter-two__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 40px;
	z-index: 1;
}

.counter-two__img:after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
	transform: skewX(-35deg);
	z-index: 1;
}

.counter-two__img:hover:after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.counter-two__img img {
	width: 100%;
	border-radius: 40px;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.counter-two__img:hover img {
	transform: scale(1.06) rotate(0deg);
}

.counter-two__right {
	position: relative;
	display: block;
}

.counter-two__title {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
}

.counter-two__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
	margin-top: 21px;
	margin-bottom: 40px;
}

.counter-two__count-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.counter-two__count-list li {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
}

.counter-two__count {
	position: relative;
	display: flex;
	align-items: center;
}

.counter-two__count h3 {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
}

.counter-two__k {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
	color: var(--thm-black);
}

.counter-two__plus {
	font-size: 56px;
	font-weight: 600;
	line-height: 64px;
	color: var(--thm-black);
}

.counter-two__count-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #1F2034;
	margin-top: 4px;
}

.counter-two__btn-box {
	position: relative;
	display: block;
	margin-top: 40px;
}

.counter-two__btn:hover {
	color: var(--thm-white);
}

.counter-two__btn::before {
	background-color: var(--thm-black);
}

/*=============================
	Counter Three
===============================*/
.counter-three {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	padding: 472px 0 140px;
	margin-top: -309px;
	z-index: 1;
}

.counter-three__inner {
	position: relative;
	display: block;
}

.counter-three__shape-1 {
	position: absolute;
	left: -33px;
	bottom: -2px;
	z-index: 1;
}

.counter-three__shape-1 img {
	width: auto;
}

.counter-three__shape-2 {
	position: absolute;
	right: -33px;
	top: -33px;
	z-index: 1;
}

.counter-three__shape-2 img {
	width: auto;
}

.counter-three__single {
	position: relative;
	display: block;
	border-radius: 10px;
	border: 2px solid var(--thm-primary-2);
	background: linear-gradient(145deg, #1E353D 0.65%, #16252E 98.41%);
	padding: 28px 34px 28px;
	margin-bottom: 30px;
}

.counter-three__icon {
	position: relative;
	display: block;
	width: 80px;
}

.counter-three__icon img {
	width: 100%;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.counter-three__single:hover .counter-three__icon img {
	transform: scale(0.9);
}

.counter-three__count {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.counter-three__count h3 {
	font-size: 86px;
	font-weight: 600;
	line-height: 64px;
	color: var(--thm-primary-2);
}

.counter-three__k {
	font-size: 86px;
	font-weight: 600;
	line-height: 64px;
	color: var(--thm-primary-2);
}

.counter-three__plus {
	font-size: 86px;
	font-weight: 600;
	line-height: 64px;
	color: var(--thm-primary-2);
}

.counter-three__count-text {
	color: var(--thm-white);
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}








/*=============================
	End
===============================*/