@import "css/bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");

/*!
Theme Name: greenland
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


body {
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
}

main {
	background: #fff;
	height: 100%;
	width: 100%;
	margin: 100px 0;
}

.slider1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

p {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 768px) {
	p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}
}

h1 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 92px;
	line-height: 90px;
	text-transform: uppercase;
}

/* @media (max-width: 1760px) {
	h1 {
		font-size: 72px;
		line-height: 70px;
	}
} */
@media (max-width: 900px) {
	h1 {
		font-size: 52px;
		line-height: 52px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
		line-height: 34px;
	}
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 120%;
}

@media (max-width: 992px) {
	h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
	}
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
}

/* @media (max-width: 1760px) {
	h3 {
		font-size: 24px;
		line-height: 28px;
	}
} */

@media (max-width: 768px) {
	h3 {
		font-size: 14px;
		line-height: 17px;
	}
}

a {
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 1760px;
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width: 1760px) {
	.container {
		width: auto !important;
	}
}

header {
	position: fixed;
	z-index: 999;
	width: 100%;
}

header .container {
	display: flex;
	justify-content: space-between;
}

header .nav-logo {
	width: 137px;
	height: 131px;
	background: #0F52FB;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 4px 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	header .nav-logo {
		width: 85px;
		height: 81px;
	}

	header .nav-logo img {
		max-width: 55px;
		height: auto;
	}
}

header .hamburger {
	z-index: 10;
	cursor: pointer;
	width: 52px;
	height: 52px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	transition: 0.3s all ease-in-out;
}

header .hamburger:hover {
	background-color: #fff;
}

header .hamburger div {
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 3px 0;
	transition: 0.3s all ease-in-out;
}

header .hamburger:hover div {
	background: #2D2D2D;
}

@media (max-width: 768px) {
	header .hamburger {
		margin-top: 15px;
	}

	header .hamburger:hover {
		background-color: transparent;
	}

	header .hamburger:hover div {
		background: #fff;
	}
}

header .toggle .line1 {
	transform: rotate(-45deg) translate(-5px, 4px);
	width: 36px;
}

header .toggle .line2 {
	transition: all 0.3s ease;
	width: 0;
}

header .toggle .line3 {
	width: 36px;
	transform: rotate(45deg) translate(-6px, -6px);
}

header .header-menu {
	transition: 0.3s all ease-in-out;
	right: -800vw;
	position: absolute;
	z-index: 9;
	height: 100vh;
	width: 100%;
	max-width: 505px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	padding: 0 80px 80px 0px;
	box-sizing: border-box;
	top: 0;
	bottom: 0;
}

@media (max-width: 576px) {
	header .header-menu {
		max-width: 100vw;
		padding: 45px 45px 145px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
}

header .header-menu .menu-body {
	display: flex;
	height: 100%;
	position: relative;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 576px) {
	header .header-menu .menu-body {
		justify-content: center;
	}
}

header .header-menu .menu-links {
	text-align: right;
	white-space: nowrap;
}

@media (max-width: 576px) {
	header .header-menu .menu-links {
		text-align: center;
		white-space: unset;
	}
}

header .header-menu .menu-links ul li {
	padding-bottom: 30px;
}

header .header-menu .menu-links a {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	transition: 0.3s all ease-in-out;
	color: #FFFFFF;
}

header .header-menu .menu-links a:hover {
	color: #629CFF;
}

@media (max-width: 576px) {
	header .header-menu .menu-links a {
		font-size: 18px;
		line-height: 22px;
		text-align: center;
	}
}

header .header-menu .menu-footer {
	position: absolute;
	bottom: 0;
	text-align: right;
}

@media (max-width: 576px) {
	header .header-menu .menu-footer {
		text-align: center;
	}
}

header .header-menu .menu-footer p {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #989898;
	margin-bottom: 7px;
}

@media (max-width: 576px) {
	header .header-menu .menu-footer p {
		font-size: 14px;
		line-height: 17px;
	}
}

header .header-menu .menu-footer a {
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 46px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: 0.3s all ease-in-out;
}

header .header-menu .menu-footer a:hover {
	color: #629CFF;
}

@media (max-width: 576px) {
	header .header-menu .menu-footer a {
		font-size: 28px;
		line-height: 34px;
	}
}

header .nav-opened {
	display: block;
	right: 0;
}

.page-template-tmp-more #fp-nav {
	display: none;
}

.section {
	height: 100vh;
	position: relative;
}



.slide-bg {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.slide-bg {
		background-position: 70%;
	}
}


.firstSlide {
	animation: zoom 15s;
	transform: scale(1.1);
}

@keyframes zoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.1);
	}
}

.slider1 {
	overflow: hidden;
}

/* .nextDown {
	width: 29px;
	height: 51px;
	margin: auto;
	bottom: 90px;
	left: 0;
	right: 0;
	border: 3px solid #fff;
	background-color: transparent;
	border-radius: 20px;
	position: absolute;
}

.nextDown span {
	content: "";
	position: absolute;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #fff;
	left: 50%;
	margin: -15px auto 0;
	transition: all 0.2s ease-out;
	transform: translateX(-50%);
}

.nextDown:hover span {
	top: auto;
	margin: 10px auto 0;
} */

.nextDown {
	width: 29px;
	height: 51px;
	margin-left: -20px;
	bottom: 40px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 20px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	cursor: pointer;
}

.bingc-phone-button {
	bottom: 10px !important;
	left: 10px !important;
}

.amo-button-holder {
	z-index: 999 !important;
	right: 22px !important;
	bottom: 26px !important;
}

@keyframes scroll {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: translateY(30px);
	}
}

.nextDown:before {
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
	position: absolute;
	left: 50%;
}


.slide-body {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	color: #fff;
}

.slide-body .main-btn {
	margin-top: 20px;
}

.slide-body h3 {
	margin: 0;
}

.slide-body h1 {
	text-align: left;
	margin: 0;
	width: 100%;
	max-width: 860px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}


@media (max-width: 768px) {
	.slide-body h1 {
		max-width: 265px;
	}
}


.main-btn {
	width: 232px;
	height: 52px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;
	transition: 0.3s all ease-in-out;
}

.main-btn:hover {
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #383838;
}

@media (max-width: 768px) {
	.main-btn {
		width: 183px;
		height: 42px;
		font-size: 16px;
		line-height: 20px;
	}
}

.inner-btn {
	width: 232px;
	height: 52px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	background: #0F52FB;
	box-sizing: border-box;
	border-radius: 4px;
	transition: 0.3s all ease-in-out;
	bottom: -80px;
	position: absolute;

}

.inner-btn:hover {
	background: #0A44D6;
	color: #fff;
}

@media (max-width: 768px) {
	.inner-btn {
		margin: 0 auto;
		position: relative;
		width: 100%;
		bottom: -15px;
		max-width: 290px;
	}
}


@media (max-width: 768px) {
	#fp-nav.fp-left {
		right: 30px;
	}
}

#fp-nav ul li {
	margin: 0 0 26px !important;
	padding: 0;
	width: 16px !important;
	height: 16px !important;
	transition: 0.3s all ease-in-out;
}


#fp-nav ul li a span {
	width: 16px !important;
	height: 16px !important;
	background: transparent !important;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}

#fp-nav ul li:hover span {
	background: #0F52FB !important;
	border: 2px solid #FFFFFF !important;
	box-sizing: border-box;
	margin: -2px !important;
}

#fp-nav ul li .active span {
	width: 24px !important;
	height: 24px !important;
	background: #fff !important;
	border: 2px solid #FFFFFF !important;
	box-sizing: border-box;
}

#fp-nav ul li:hover .active span {
	margin: -6px 0px 0px -6px !important;
}

#fp-nav ul li .active::before {
	position: absolute;
	content: '';
	background: #FFFFFF;
	width: 54px;
	height: 2px;
	border-radius: 19px;
	top: 13px;
	right: 20px;
}

.fp-sr-only {
	display: none;
}

.slide {
	position: relative;
	height: 100vh;
}

@media (max-width: 992px) {
	.slide {
		width: 100%;
	}
}

.slide .container {
	display: flex;
	align-items: center;
}

@media (max-width: 992px) {
	.slide .container {
		flex-direction: column;
		position: absolute;
		top: 0;
	}
}

.slide .left-side {
	width: 48%;
	/* max-height: 690px; */
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
	/* -webkit-overflow-scrolling: touch; */
}

.slide .left-side .slide-text {
	max-height: 288px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;

}

.morePage {
	touch-action: auto !important;
}


.slide .left-side h2 {
	color: #2D2D2D;
	margin: 0;
}

@media (max-width: 992px) {
	.slide .left-side {
		margin-top: 364px;
		height: auto;
		width: 100%;
	}

	.slide .left-side h2 {
		color: #2D2D2D;
		margin-bottom: 10px;
	}
}

.slide .left-side .backlink {
	display: flex;
	justify-content: center;
	width: -webkit-fit-content;
	width: fit-content;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #989898;
	transition: 0.3s all ease-in-out;
}

.slide .left-side .backlink svg {
	margin-right: 10px;
}

.slide .left-side .backlink svg path {
	transition: 0.3s all ease-in-out;
	fill: #989898;
}

.slide .left-side .backlink:hover {
	color: #0F52FB;
}

.slide .left-side .backlink:hover svg {
	transition: 0.3s all ease-in-out;
}

.slide .left-side .backlink:hover svg path {
	fill: #0F52FB;
}

@media (max-width: 992px) {
	.slide .left-side .backlink {
		display: none;
	}
}

.slide .slide-img {
	position: absolute;
	width: 50vw;
	right: 0;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide .slide-img img {
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {
	.slide .slide-img {
		top: 0;
		width: 100vw;
		height: 100%;
		max-height: 292px;
	}

	.slide .slide-img img {
		width: 100%;
		height: auto;
	}
}


.fp-slidesNav.fp-bottom {
	bottom: 70px;
	width: fit-content !important;
	left: 20%;
	right: 0;
}

@media (max-width: 992px) {
	.fp-slidesNav.fp-bottom {
		top: 300px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: -webkit-fit-content;
		width: fit-content;
	}
}

.fp-slidesNav li {
	width: 24px !important;
	height: 24px !important;
	margin-right: 15px;
}

.fp-slidesNav a span {
	width: 16px !important;
	height: 16px !important;
	background: #E9E9E9 !important;
	border-radius: 50% !important;
}

.fp-slidesNav a span:hover {
	width: 24px !important;
	height: 24px !important;
	background: #989898 !important;
}

.fp-slidesNav .active span {
	width: 24px !important;
	height: 24px !important;
	background: #989898 !important;
}

.fp-controlArrow {
	position: fixed;
	bottom: 70px;
	top: auto;
	border: 2px solid #E9E9E9 !important;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease-in-out;
}

.fp-controlArrow:hover {
	border: 2px solid #0F52FB !important;
}

@media (max-width: 992px) {
	.fp-controlArrow {
		top: 300px;
		bottom: auto;
		margin: auto;
		width: -webkit-fit-content;
		width: fit-content;
	}
}

.fp-controlArrow.fp-prev {
	width: 52px;
	height: 52px;
	left: 35%;
	background: url("img/left.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}

@media (max-width: 992px) {
	.fp-controlArrow.fp-prev {
		left: 15px;
	}
}

.fp-controlArrow.fp-next {
	width: 52px;
	height: 52px;
	left: 39%;
	background: url("img/right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}

@media (max-width: 992px) {
	.fp-controlArrow.fp-next {
		right: 15px;
		left: auto;
	}
}

@media (max-width: 992px) {
	.slide .left-side .slide-text {
		max-height: 140px;
	}
}



@media (max-height: 600px) {
	.slide .left-side .slide-text {
		max-height: 80px;
	}

	.slide .left-side h2 {
		font-size: 38px;
		line-height: 55px;
	}

	.slide-body h1 {
		font-size: 56px;
		line-height: 56px;
	}

	.slide-body h3 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-height: 569px) {
	.slide .left-side .slide-text {
		max-height: 80px;
	}

	.slide .slide-img {
		max-height: 192px;
	}

	.slide .left-side {
		margin-top: 264px;
	}

	.fp-slidesNav.fp-bottom {
		top: 200px;
	}

	.fp-controlArrow {
		top: 200px;
	}

	.slide .left-side h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.slide-body h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.slide-body h3 {
		font-size: 14px;
		line-height: 17px;
	}
}