@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

:root {
	--primary-color: #6fb6e6;
	--dark-text: #0f4569;
	--light-bg: #e1e9ee;
	--dark-bg: #072235;
	--gray-bg: #edeff1;
	position: relative;
	font-size: 18px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
	color: black;
}

.container {
	max-width: 1200px;
	margin: auto;
}

.nav {
	height: 12vh;
	position: fixed;
	display: flex;
	align-items: center;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: white;
	z-index: 1000;
}

.nav__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.nav__logo-image {
	height: 40px;
	transition: 0.3s;
}

.nav__logo-image:hover {
	transform: scale(1.05);
}

.nav__menu {
	display: flex;
	justify-content: space-between;
	min-width: 40%;
}

.nav__link {
	padding: 5px;
	margin: 5px;
	text-decoration: none;
	border-bottom: 1px solid white;
	transition: 0.3s;
}

.nav__link:hover {
	color: var(--dark-text);
	font-weight: 500;
	border-bottom: 1px solid var(--dark-text);
}

.nav__link_header {
	color: var(--dark-text);
	font-weight: 500;
}

.nav__link_header:hover {
	color: black;
	font-weight: 500;
	border-bottom: 1px solid black;
}

.header {
	height: 85vh;
	margin-top: 12vh;
	background: linear-gradient(0deg, var(--light-bg), transparent);
}

.header__container {
	display: flex;
	justify-content: center;
	height: 70vh;
}

.header__left {
	width: 60%;
	display: flex;
	flex-direction: column;
}

.header__title {
	font-size: 2.7rem;
	color: black;
	margin-bottom: 50px;
	margin-top: 200px;
	text-align: center;
	font-weight: 600;
}

.header__span {
	animation-name: beat;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	display: inline-block;
	color: var(--dark-text);
}

@keyframes beat {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1);
	}
	45% {
		transform: scale(1.15);
	}
	55% {
		transform: scale(1.15);
	}
	75% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes beat {
	0% {
		-webkit-transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

.header__text {
	line-height: 2rem;
	font-size: 1.2rem;
	font-weight: 400;
}

.header__right {
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
	padding-left: 60px;
}

.header__image {
	width: 100%;
}








.about {
	height: auto;
	background-color: #e1e9ee;
	padding: 50px 0px;
}
.about__container {
	display: flex;
}

.about__left {
	width: 50%;
	padding-right: 50px;
}

.about__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: -10px;
}

.about__title {
	font-size: 3rem;
	margin-bottom: 50px;
	font-weight: 400;
	letter-spacing: 2px;
}

.about__text {
	font-size: 1.2rem;
	line-height: 1.9rem;
	font-weight: 300;
	letter-spacing: 1px;
}

.about__title_om {
	font-weight: 600;
}

.about__right {
	width: 50%;
	padding-top: 100px;
}






.partners {
	height: 85vh;
}

.partners__container {
	display: flex;
	height: 100%;
}

.partners__left, .partners__right {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partners__left {
	align-items: flex-end;
	padding-right: 30px;
}

.partners__right {
	align-items: flex-start;
	padding-left: 30px;
}

.partners__title {
	font-size: 2.5rem;
	font-weight: 500;
	text-align: end;
	width: 80%;
	margin-bottom: 20px;
}

.partners__span {
	color: var(--dark-text);
	font-weight: 600;
}

.partners__text {
	text-align: end;
	font-weight: 400;
	font-size: 1.3rem;
}


.partners__card {
	width: 85%;
	height: 130px;
	padding: 20px;
}

.partners__card_telia {
	background:  linear-gradient(rgba(52, 52, 52, 0.5) , #222222), url(img/5g1.jpg) center / cover no-repeat;
	margin-bottom: 20px;
}

.partners__card_salgspartner {
	background: linear-gradient(#222222, rgba(52, 52, 52, 0.5)), url(img/5g2.jpg) center / cover no-repeat;
}

.partners__card-image {
	height: 100%;
	backdrop-filter: 0px 0px 10px rgba(0, 0, 0, 0.2);
}





.split {
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(img/manphone.jpg) center / cover no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
}





.why {
	height: auto;
	background: linear-gradient(0deg, var(--gray-bg), transparent);
	padding-bottom: 50px;
}

.why__container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.why__title {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: -1px;
	margin-bottom: 100px;
}

.why__list {
	display: flex;
	justify-content: space-evenly;
	height: 40%;
}

.why__item {
	list-style: none;
	height: 100%;
	width: 20%;
}

.why__item_2 {
	margin-top: 60px;
	transform: scale(1.2);
}

.why__item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.why__subtitle {
	margin-top: 30px;
	margin-bottom: 10 px;
	font-size: 1.4rem;
	font-weight: 500;
}

.why__item_1 .why__subtitle {
	color: rgb(39, 15, 109);
}

.why__item_2 .why__subtitle {
	color: rgb(15, 67, 109);
}

.why__item_3 .why__subtitle {
	color: rgb(9, 127, 137);
}

.why__text {
	font-weight: 300;
	font-size: 1.1rem;
}





.contact {
    padding-top: 50px;
	height: auto;
	background: var(--gray-bg);
}

.contact__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.contact__info {
	width: 70%;
	padding: 10px;
	margin-bottom: 20px;
}

.contact__title {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 2rem;
}

.contact__text {
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: 300;
	letter-spacing: 1px;
}

.contact__info-use {
	margin: 10px;
	font-weight: 300;
	text-decoration: none;
}

.contact__info-use_button {
	border-bottom: 1px solid var(--gray-bg);
	transition: 0.3s;
}

.contact__info-use_button:hover {
	border-bottom: 1px solid black;
}

.contact__info-use_button:active {
	text-shadow: 0px 0px 5px black;
}

.contact__form-text {
	font-size: 1.5rem;
	margin: 30px;
	font-weight: 400;
}

.contact__form {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact__area, .contact__input, .contact__button {
	border: none;
	width: 100%;
	margin: 10px;
	padding: 15px 25px;
}

.contact__area {
	resize: none;
	height: 100px;
	line-height: 1.3rem;
}

.contact__button {
	background: var;
}

.contact__button {
	background-color: #32719b;
	border: none;
	color: white;
	font-weight: 600;
	margin-top: 5px;
	transition: 0.3s;
	cursor: pointer;
	width: 120px;
}

.contact__button:hover {
	background-color: #214866;
}

.contact__button:active {
	background-color: #9bb3c5;
}






.footer__top {
	background: linear-gradient(356deg, var(--dark-bg) 50%, var(--gray-bg) 50%);
	height: 30vh;
}

.footer__bottom {
	background: var(--dark-bg);
	height: 50vh;
}

.footer__text {
	color: #9bb3c5;
	font-size: 1.2rem;
	font-weight: 300;
	text-decoration: none;
}

.footer__container {
	display: flex;
	flex-direction: column;
}

.footer__parent {
	width: 100%;
	margin: 10px 0px;
}

.footer__child {
	width: 30%;
	height: 100%;
}

.footer__subtitle {
	color: white;
	margin-bottom: 20px;
	font-size: 1.5;
	font-weight: 400;
}

.footer__parent_1 {
	height: 50px;
	position: relative;
}

.footer__image {
	height: 60px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.footer__parent_2 {
	height: 180px;
	display: flex;
	justify-content: space-between;
}

.footer__quick-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer__quick-link {
	text-decoration: none;
	margin-right: 30px;
	margin-bottom: 15px;
	height: 100%;
	padding-bottom: 10px;
	padding-right: 10px;
	transition: 0.3s;
	width: 150px;
}

.footer__quick-link:hover {
	color: white;
}

.caret__link {
	transition: 0.3s;
}

.footer__quick-link:hover .caret__link {
	margin-right: 5px;
}

.footer__quick-link:hover .caret__link * {
	color: white;
}

.caret__link * {
	color: #9bb3c5;
}

.footer__contact-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.footer__contact {
	transition: 0.2s;
	margin-bottom: 18px;
}

.footer__contact_call:hover {
	color: white;
}

.footer__contact_call:active {
	color: white;
}

.footer__parent_3 {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.footer__input {
	height: 2.4rem;
	font-size: 0.8rem;
	width: 100%;
	padding-left: 10px;
	outline: none;
	border: none;
	border-radius: 0px;
}

.footer__button {
	background-color: #32719b;
	border: none;
	color: white;
	font-weight: 600;
	padding: 15px 25px;
	margin-top: 5px;
	transition: 0.3s;
	cursor: pointer;
}

.footer__button:hover {
	background-color: #214866;
}

.footer__button:active {
	background-color: #9bb3c5;
}

@media screen and (max-width: 1230px) {
	.container {
		padding: 0px 25px;
	}
}

@media screen and (max-width: 1000px) {
	:root {
		font-size: 20px;
	}
}

@media screen and (max-width: 850px) {
	:root {
		font-size: 20px;
	}

	.footer__bottom {
		height: auto;
		padding: 50px 20px;
	}

	.footer__parent_2 {
		flex-direction: column;
		height: auto;
	}

	.footer__child {
		margin: 20px 0px;
	}
}

@media screen and (max-width: 820px) {
	.about {
		height: auto;
	}

	.about__container {
		flex-direction: column-reverse;
	}

	.about__left, .about__right {
		width: 100%;
		padding: 0;
		padding: 30px;
	}
	
	.partners {
	    height: auto;
	}

	.partners__container {
		flex-direction: column;
		padding: 100px 0px;
	}

	.partners__left, .partners__right {
		width: 100%;
		align-items: center;
		padding: 20px;
	}

	.partners__title {
		text-align: start;
	}

	.partners__text {
		margin-bottom: 50px;
		text-align: center;
		width: 90%;
	}
	
	.split {
	    background-attachment: scroll;
	    height: 300px;
	}
}

@media screen and (max-width: 750px) {
	:root {
		font-weight: 25px;
	}
	
	.nav {
		padding-top: 20px;
		height: auto;
	}

	.about__text {
		font-size: 1rem;
	}

	.contact__info, .contact__form {
		width: 90%;
	}

	.why {
		height: auto;
	}

	.why__container {
		height: auto;
	}

	.why__title {
		margin: 0px;
		margin-top: 50px;
		font-size: 1.8rem;
	}

	.why__list {
		flex-direction: column;
		align-items: center;
	}

	.why__item {
		width: 50%;
		height: auto;
		margin: 100px 0px;
	}

	.why__item_2 {
		transform: scale(1);
		margin: 0px;
	}

	.why__subtitle {
		font-size: 1.4rem;
	}

	.why__text {
		font-size: 1.2rem;
	}

	.partners {
		height: auto;
	}

	.partners__text {
		font-size: 1.5rem;
	}

	.contact__title {
		font-size: 2rem;
	}

	.contact__text {
		font-size: 1.4rem;
	}

	.contact__title {
		font-size: 1.4rem;
	}

	.contact__text {
		font-size: 1.3rem;
	}

	.contact__info-use {
		font-size: 1.1rem;
	}

	.contact__input {
		font-size: 1rem;
	}

	.contact__area {
		font-size: 1rem;
		height: 200px;
	}

	.contact__button {
		font-size: 1.2rem;
		width: 150px;
	}
	
	.footer__child {
		width: 50%;
	}

	.footer__subtitle {
		font-size: 1.5rem;
	}

	.footer__quick-container {
		width: min-content;
	}

	.footer__quick-link {
		margin-right: 0;
		padding-right: 0;
		width: max-content;
	}

	.footer__input, .footer__button {
		font-size: 1.1rem;
	}

	.footer__text {
		font-size: 1.2rem;
	}
	
}

@media screen and (max-width: 650px) {
	.nav__container {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.nav__link {
		font-size: 1.1rem;
	}
	
	.header {
		height: min-content;
		padding-bottom: 200px;
		padding-top: 300px;
	}
	
	.header__container {
		flex-direction: column;
		align-items: center;
		padding-bottom: 250px;
	}

	.header__left, .header__right {
		width: 90%;
		height: auto;
	}

	.partners__title {
		font-size: 1.6rem;
	}

	.partners__text {
		font-size: 1.2rem;
	}

	.why__item {
		width: 70%;
		height: auto;
		margin: 50px 0px;
	}

	.contact {
		height: auto;
		padding-top: 100px;
	}
}

@media screen and (max-width: 550px) {
	.nav {
		padding-top: 20px;
	}
	
	.nav__menu {
		padding-top: 10px;
	}
	
	.nav__link_header {
		display: none;
	}
	
	.nav__link {
		font-size: 1rem;
	}
}

@media screen and (max-width: 500px) {
	.about__title {
		font-size: 2rem;
	}

	.footer__child {
		width: 100%;
	}
}