@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Ubuntu:wght@700&display=swap');

/*font-family: 'Ubuntu', sans-serif;*/
* {
	outline: none;
}

body,
html {
	font-family: 'Montserrat', sans-serif;

	color: #231F20;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
}

.f2 {
	font-family: 'Ubuntu', sans-serif;
}

body.active {
	overflow: hidden
}

.cwhite {
	color: #fff;
}

.cblack {
	color: #161616;
}

.cdark {
	color: #231F20;
}

.cblue {
	color: #003153;
}

.clight {
	color: #fff;
	opacity: 0.5;
}

.bgblue {
	background-color: #003153;
}

.bgwhite {
	background-color: #fff;
}

.bgsky {
	background-color: #F0F8FF;
}

.w-100 {
	width: 100%;
}

.tdu {
	text-decoration: underline;
}

.fz2 {
	font-size: 0.75rem;
}

.fz3 {
	font-size: 1rem;
}

.fz31 {
	font-size: 1.25rem;
}

.fz4 {
	font-size: 1.5rem;
}

.fz5 {
	font-size: 3rem;
}

.lh1 {
	line-height: 1;
}

.lh13 {
	line-height: 1.3;
}

.lh15 {
	line-height: 1.5;
}

.fw4 {
	font-weight: 400;
}

.fw5 {
	font-weight: 500;
}

.fw7 {
	font-weight: 700;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.tdu {
	text-decoration: underline;
}

.z-1 {
	position: relative;
	z-index: 1
}

.hover {
	position: relative;
}

.hover:after {
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0;
	content: "";
	border-bottom: 1px solid;
	transition: 0.2s all
}

.hover:hover:after {
	width: 100%;
	left: 0;
}

.list {
	position: relative;
	padding-left: 1em;

}

.list:after {
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	content: "";
	background: linear-gradient(286.13deg, #9F19AB -10.97%, #AE25B1 18.84%, #D744BF 79.96%, #FF63CE 132.13%);
}

.bdrs {
	border-radius: 1rem;
}

.shad {
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.1)
}

/*form*/
.btn {
	text-align: center;
	background: #003153;
	font-weight: 500;
	padding: 1.5em 3em;
	display: inline-block;
	color: #fff;
	border-radius: 0.5rem;
	user-select: none;
	cursor: pointer;
	transition: background 0.5s
}

.btn1 {
	text-align: center;
	background: #fff;
	font-weight: 500;
	padding: 1.5em 3em;
	display: inline-block;
	color: #003153;
	font-weight: 500;
	border-radius: 0.5rem;
	user-select: none;
	cursor: pointer;
	transition: background 0.5s
}

.btn:hover {
	background: #004779;
}

.btn1:hover {
	background: #e0e0e0;
}

.btn:active {
	transform: scale(0.95)
}

.btn1:active {
	transform: scale(0.95)
}

/*header*/
.header {

	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	transition: 0.2s ease all
}

.header.active {
	padding: 1rem 0;
	background: #fff;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.1)
}

/*section0*/
.sec0 {
	position: relative;

	display: flex;
	align-items: center;
	overflow: hidden;
	background-image: url(../img/circles.png);
	background-position: 100% 0;
	background-size: auto;
	background-repeat: no-repeat
}

.parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.parallax div:first-child {
	background: url(../img/par1.png) 50%/ cover no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.parallax div:last-child {
	background: url(../img/par2.png) 50%/ cover no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.first-img {
	position: relative;

}




.first-img img:first-child {

	width: 100%;
}

.first-img img:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;

	width: 100%;

}

.first-img img:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

.first-img img:nth-child(4) {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;

}

.sec2 {
	overflow: hidden;
	background: url(../img/);
}

.work {

	width: 100%;
	height: 500px;
	position: relative;
}

.work img {
	width: 180%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}


.sec2 {
	background: url(../img/parallax.png) 50% 0/ cover no-repeat;
}


/*sec3*/
.sec3 {
	position: relative;
	background-image: url(../img/circles.png), url(../img/circles2.png);
	background-position: 100% 0, 0 100%;
	background-size: auto;
	background-repeat: no-repeat
}

.sec3 .over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/parallax.png) 50% 0/ cover no-repeat;

}

.service-img {
	position: relative;
	display: inline-block;
	padding: 1.5rem;
}

.service-img img:nth-child(4) {
	width: 4rem;
	z-index: 1;
	position: relative;
}

.service-img img:last-child {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%)
}

.service-img div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(286.13deg, #9F19AB -10.97%, #AE25B1 18.84%, #D744BF 79.96%, #FF63CE 132.13%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0px 4px 50px rgba(95, 39, 189, 0.1);
	border-radius: 1rem;

}


.service-img div:nth-child(1) {
	transform: rotate(10deg);
	transform-origin: 0 100%;
	opacity: 0.2
}

.service-img div:nth-child(2) {
	transform: rotate(20deg);
	transform-origin: 0 100%;
	opacity: 0.5;

}

/*footer*/
.pop {
	width: 100%;
	max-width: 600px
}

label {
	width: 100%;
	position: relative;
}

input {
	border-radius: 1rem;
	width: 100%;
	padding: 1.5rem;
	border: 1px solid #ddd
}

input {
	border-radius: 4px;
}

label span {
	color: #003153;
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
	transition: 0.2s all
}

input:not(:placeholder-shown) + span,
input:focus + span {
	top: 0.5rem;
	font-size: 0.75rem;

}

.slide {
	border: 1px solid #eee
}

.slide img {
	width: 100%;
}
