.home section.slider {
	clear: both;
	background: #191f2b url('../img/stars_sliderbg.svg') no-repeat center;
	background-size: cover;
	margin: 4rem 0 7rem 0;
}

.home section.slider {
	padding: 6.5rem 0;
}

.home section.slider .content>div.flex:last-child {
	/*background: rgba(73,94,119,0.21);*/
	border-radius: 1rem;
	transform: translateY(-5rem);
}

.home section.slider .flexbox {
	width: 48%;
}

.home section.slider p.subtitle {
	margin-bottom: 0;
}

.home section.slider .miniflexbox p {
	text-align: center;
}

.home .skybackground p {
	line-height: 1.7rem;
}

section.slider .minihero {
	width: 15rem;
	transform: translate(16px, 0);
}

section.slider .miniflexbox {
	flex: 1;
	padding-left: 3rem;
	padding-top: 4rem;
}

section.slider .miniflexbox:last-child {
	padding: 4rem 3rem 0 0;
}

.home section p.subtitle {
	margin: 1rem 0 4rem 0;
}

/* SERVICES */
section.services {
	transform: translateY(-8rem);
}

section.services a strong {
	color: #191f2b;
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
	text-align: center;
	display: block;
}

section.services ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	height: 450px;
}

section.services ul li a {
	text-decoration: none;
}

section.services ul li:nth-child(8),
section.services ul li:nth-child(6) {
	width: 40%;
	flex: initial;
}

section.services ul li:nth-child(6) div div {
	width: 58%;
}

section.services ul li:nth-child(8) a>div {
	padding: 2.6rem;
}

section.services ul li {
	flex: 20%;
	border: 1px solid #f1f1f1;
	border-right: 0;
	height: 50%;
	background: white;
	overflow: hidden;
}

section.services ul li:nth-child(1),
section.services ul li:nth-child(2),
section.services ul li:nth-child(3),
section.services ul li:nth-child(4),
section.services ul li:nth-child(5) {
	border-bottom: 0;
}

section.services ul li:nth-child(5),
section.services ul li:nth-child(8) {
	border-right: 1px solid #f1f1f1;
}

section.services ul li div {
	height: 100%;
	text-align: center;
	cursor: pointer;
	width: 100%;
	position: relative;
	padding: 2.6rem 1.5rem;
	top: 0;
	transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

section.services ul li div div {
	padding: 0 1rem 0 0;
}

section.services ul li.hover:hover a>div:first-child,
section.services ul li.hover:hover a>div:last-child {
	top: -100%;
}

section.services ul li div:first-child:before {
	content: "";
	width: 7rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.3rem;
}

section.services ul li a.mg div:first-child:before {
	bottom: -1rem;
	transform: translateX(-60%);
}

section.services ul li span {
	margin-right: 2rem;
	margin-top: 3.8rem;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 2rem;
	border-radius: 1rem;
	background: white;
	border: 1px solid #000;
	color: #000;
	padding: 0 1rem;
	position: absolute;
	left: 50%;
	margin-left: -2rem;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

section.services ul li:hover span {
	margin-top: 1.8rem;
}

/* .services .oversea div:first-child:before {
	background-image: url('../img/services/oversea2.svg');
}
.services .content div:first-child:before {
	background-image: url('../img/services/content2.svg');
}
.services .brand div:first-child:before {
	background-image: url('../img/services/brand2.svg');
}
.services .shop div:first-child:before {
	background-image: url('../img/services/shop2.svg');
}
.services .custom div:first-child:before {
	background-image: url('../img/services/custom2.svg');
}
.services .facebook div:first-child:before {
	background-image: url('../img/services/facebook2.svg');
}
.services .google div:first-child:before {
	background-image: url('../img/services/google2.svg');
}
.services .mg>div>div:first-child:before {
	background-image: url('../img/services/mg.svg');
}
.services .adword div:first-child:before {
	background-image: url('../img/services/adword2.svg');
} */
.services .image_svg {
	margin-top: 5px;
}

.services .facebook .image_svg svg,
.services .mg .image_svg svg {
	margin-left: 1rem;
}

.services .google .image_svg svg {
	margin-left: 1.5rem;
}

.services .mg .image_svg {
	width: 100%;
}

.home section.slider h2 {
	color: white;
}

.home .slider p {
	color: #b7b7b7;
	font-size: 1.1rem;
	line-height: 2rem;
}

.video_ab video {
	width: 100%;
	display: block;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
	border-radius: 6px;
}

section.cases {
	margin-bottom: 3rem;
}

.blockcases {
	margin: 0 auto;
	max-width: 1000px;
	justify-content: space-between;
	box-shadow: 0 0 13px rgba(0, 0, 0, .05);
	padding: 3rem;
	background: #191f2b;
	color: white;
	border-radius: .3rem;
}

.blockcases p {
	color: rgba(255, 255, 255, 0.8);
}

.blockcases a.cases {
	background: #35bae6;
	border: 1px solid #35bae6;
	border-radius: .3rem;
	color: white;
	padding: .7rem 3rem .7rem 3rem;
	text-decoration: none;
}

.blockcases a.cases:hover {
	border: 1px solid #fff;
	background: transparent;
}

.blockcases>div:nth-child(1) {
	flex: 1;
}

.blockcases h3 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.casesgallery {
	color: #fff;
	padding: 94px 0 84px;
	margin: 124px 0;
	background: #191f2b url('../img/cases-bg.svg') no-repeat center/cover;
}

.home .casesgallery p.subtitle {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	color: rgba(255, 255, 255, 0.6);
}

.casesswiper {
	margin-top: 10px;
}

.casesswiper .caseitem {
	cursor: pointer;
}

.casesswiper .casewrap {
	overflow: hidden;
	border-radius: 16px;
	transition: all .3s;
	border: 2px solid #242A35;
	background-color: #242A35;
	padding: 14.349776% 6.278027% 0;
	position: relative;
}

.casesswiper .casewrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 76.666667%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: all .3s;
	border-radius: 16px;
	background-image: linear-gradient(to top, #000, transparent);
}

.casesswiper .active .casewrap {
	border-color: #35bae6;
}

.casesswiper .active .casewrap::after {
	opacity: 1;
}

.casesswiper .thumbwrap {
	position: relative;
	z-index: 2;
}

.casesswiper .thumbwrap::before {
	content: '';
	display: block;
	width: 89.637306%;
	height: 82.816901%;
	border-radius: 14px 14px 0 0;
	background-color: rgba(101, 110, 124, 0.24);
	position: absolute;
	left: 50%;
	top: -24px;
	z-index: -2;
	transform: translateX(-50%);
	transition: all .4s;
}

.casesswiper .caseitem:hover .thumbwrap::before {
	top: 0;
}

.casesswiper .thumbwrap::after {
	content: '';
	display: block;
	width: 94.559585%;
	height: 87.042254%;
	border-radius: 14px 14px 0 0;
	background-color: #505866;
	position: absolute;
	left: 50%;
	top: -12px;
	z-index: -1;
	transform: translateX(-50%);
	transition: all .3s
}

.casesswiper .caseitem:hover .thumbwrap::after {
	top: 0;
}

.casesswiper .thumb {
	overflow: hidden;
	border-radius: 14px 14px 0 0;
	transition: all .4s;
	transform-origin: center bottom;
}

.casesswiper .caseitem:hover .thumb {
	transform: scale(1.05);
}

.casesswiper .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casesswiper .caseitem .casesbtn {
	position: absolute;
	right: 11.312217%;
	bottom: 13.679245%;
	z-index: 3;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	gap: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	background-color: #35BAE6;
	transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .3s;
	opacity: 0;
	transform: translateY(200%) scale(0.5);
}

.casesswiper .active .caseitem .casesbtn {
	opacity: 1;
	transform: translate(0);
}

.casesswiper .caseitem .casesbtn::after {
	content: '';
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	transform: rotate(-45deg);
	transition: all .3s;
	background: url(../img/bt_arrow.svg) no-repeat center/contain;
}

.casesswiper .caseitem .casesbtn:hover {
	transform: scale(1.05);
}

.casesswiper .caseitem .casesbtn:hover::after {
	transform: rotate(0);
}

.casesswiper .caseitem .casename {
	text-align: center;
	font-size: 22px;
	margin-top: 24px;
}

.casesgallery .controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 104px;
}

.casesgallery .controls .lt,
.casesgallery .controls .rt {
	flex: 1;
}

.casesgallery .controls .rt {
	display: flex;
	justify-content: flex-end;
}

.casesgallery div.swiper-pagination {
	margin-left: 15px;
	max-width: 114px;
	height: 3px;
	position: static;
	background-color: rgba(255, 255, 255, 0.3);
}

.casesgallery div.swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: #35BAE6;
}

.casesgallery .content {
	z-index: 2;
	position: relative;
}

.casesgallery .svg1 {
	width: 14.571429%;
	position: absolute;
	right: 0;
	top: -14px;
	z-index: -1;
}

.casesgallery .svg2 {
	width: 29.785714%;
	position: absolute;
	left: -20%;
	bottom: -142px;
	z-index: -1;
	animation: boat-rock 2s ease-in-out infinite;
}

.casesgallery .svg1 img,
.casesgallery .svg2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casesgallery .swipercontent {
	overflow: hidden;
	z-index: 3;
	position: relative;
}

@keyframes boat-rock {
	0%   { transform: rotate(-2deg) translateY(0); }
	50%  { transform: rotate( 2deg) translateY(4px); }
	100% { transform: rotate(-2deg) translateY(0); }
}