/*=== Header area start ===*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');


body {	
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;    
	background: #fff;
	color: #333333;	
	margin: 0;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

::selection {
	color: white; 
	background: #ff7675;
}

::-webkit-selection {
	color: white; 
	background: #ff7675;
}

::-moz-selection {
	color: white; 
	background: #ff7675;
}

.main-wrapper {
	min-height: 100vh;
	height: 100vh;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main-wrapper-inner {
	min-height: 100vh;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: url(images/01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.container {
	max-width: 1840px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.header-area {
	padding-top: 45px;
	padding-bottom: 30px;
}

.header-item {
	display: flex;
	justify-content: space-between;
}

.header-item h2 {
	font-size: 88px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.header-item h2 span {
	display: block;
	font-weight: 700;
}

.header-item img {
	max-width: 100%;
}

.connect-area {
	background-image: url(images/06.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 75px 0 15px;
}

.connect-item {
	display: flex;
	flex-wrap: wrap;
}

.connect-item-inner {
	width: 33.3333%;
	text-align: center;
	position: relative;
}

.connect-item-inner img {
	max-width: 100%;
	/*border-radius: 120px;*/
	  display: block;
	    margin-left: auto;
	      margin-right: auto;
	        width: 50%;
}

.connect-item-inner p {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin: 25px 0 30px;
}

.connect-item-inner p span {
	color: #1492E6;
}

.connect-item-inner p a {
	color: #1492E6;
	text-decoration: none;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.connect-item-inner p a:hover {
	opacity: .8;
}

.connect-item-inner2 {
	position: absolute;
	top: 160px;
	right: 0;
	transform: translateX(50%);
}

.connect-item-inner3 {
	position: absolute;
	top: 160px;
	left: 0;
	transform: translateX(-50%);
}

.connect-item-inner4 {
	padding-top: 35px;
}

/*=== page 2 start ===*/

.header-item2 img {
	max-width: 222px;
	display: block;
	margin: 0 auto;
}

.pin-area {
	margin: auto;
	width: 100%;
	padding-bottom: 30px;
}

.pin-item {
	max-width: 421px;
	background-image: url(images/07.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 85px 15px 95px;
	margin: auto;
	border-radius: 15px;
}

.pin-item h2 {
	font-size: 29px;
	font-weight: 500;
	color: #000000;
	margin: 0 0 36px;
	text-align: center;
}

.pin-item form {
	max-width: 244px;
	margin: 0 auto;
}

.pin-item form input {
	font-size: 41px;
	font-weight: 500;
	color: #000000;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 54px;
	border: none;
	border-radius: 8px;
}

.pin-item form button {
	font-size: 27px;
	font-weight: 500;
	color: #fff;
	width: 165px;
	background-image: url(images/08.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 53px;
	border: none;
	border-radius: 45px;
	cursor: pointer;
	margin: 56px auto 0;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.pin-item form button:hover {
	opacity: .8;
}
