.main-screen {
	display: flex;
	height: calc(100vh - 77px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.main-screen__shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 30%);
	z-index: 2;
}
.main-screen > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.main-screen h1 {
	display: block;
	margin: auto;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 72px */
	max-width: 765px;
	position: relative;
	z-index: 3;
}
.video-circle {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #1DA762;
  width: 146px;
  height: 146px;
  border-radius: 73px;
  display: flex;
  position: absolute;
  right: 30px;
  top: 67px;
  z-index: 9;
  cursor: pointer;
}
.video-circle > img:nth-child(1) {
  margin: auto;
  z-index: 2;
  transform: rotateZ(125deg);
}
.video-circle > img:nth-child(2) {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.video-circle > img:nth-child(3) {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.video-modal {
  width: 100%;
  max-width: 900px;
}
.video-modal video {
  width: 100%;
}
.video-circle-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
}





.about {
	gap: 90px;
	margin-top: 120px;
	padding-bottom: 120px;
	border-bottom: 2px solid #303030;
}
.about__text {
	gap: 60px;
	max-width: 575px;
}
.about__text span {
	color: #FFF;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 30.8px */
	letter-spacing: 0.22px;
}
.about__text a {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #1B1B1B;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 19.6px */
	text-transform: uppercase;
	text-align: center;
	padding: 0 30px;
	width: fit-content;
	display: block;
	cursor: pointer;
	border: 1px solid #FFF;
	transition: 0.3s;
}
.about__text a:hover {
	color: #fff !important;
	background: unset;
	box-shadow: unset;
}
.about > div:nth-child(2) {
	overflow: hidden;
	min-width: 650px;
	height: 500px;
	user-select: none;
}
.swiper {
    width: 650px;
    height: 450px;
    overflow: unset;
}
.swiper-slide {
    
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-nav {
	top: 45px;
}
.swiper-button-prev {
	transform: rotateZ(180deg);
}
.swiper-button-prev:after, .swiper-button-next:after {
	display: none;
	width: unset;
	height: unset;
}
.swiper-button-prev img {
	margin-top: auto;
}
.swiper-button-next img {
	margin-bottom: auto;
}
.swiper-pagination {
	height: 21px;
	width: fit-content !important;
    margin: 0 auto;
    left: 0 !important;
    right: 0;
}
.swiper-pagination-bullet {
	background: unset;
	border: 1px solid #ffffff;
}
.swiper-pagination-bullet-active {
	background: #ffffff;
}


.what-included {
	margin-top: 120px;
}
.title {
	color: #FFF;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 56px */
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.what-included__cards {
	width: 100%;
	margin-top: 100px;
	gap: 100px 6.81%;
	flex-wrap: wrap;
}
.what-included__card {
	width: 28.78%;
}
.what-included__card div {
	width: 60px;
	height: 60px;
	background: #37A4D8;
	border-radius: 30px;
	display: flex;
}
.what-included__card div img {
	margin: auto;
}
.what-included__card > span:nth-child(2) {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 33.6px */
	letter-spacing: 0.24px;
	text-transform: uppercase;
	margin-top: 35px;
	display: block;
}
.what-included__card > span:nth-child(3) {
	color: #B5B5B5;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	margin-top: 23px;
	display: block;
}
.carousel {
	overflow: hidden;
	padding: 0 30px;
	margin-top: 120px;
}
.carousel .swiper {
	width: 100%;
	height: 500px;
	padding-bottom: 50px;
}
.carousel .swiper-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.carousel .swiper-button-next {
	top: unset;
	bottom: -20px;
}
.carousel .swiper-button-prev {
	top: unset;
	bottom: -20px;
}



.facts {
	margin-top: 120px;
	margin-bottom: 50px;
	gap: 100px;
}
.facts > div {
	gap: 60px 4.54%;
	flex-wrap: wrap;
}
.fact-card {
	width: 47.72%;
	gap: 36px;
}
.fact-card div {
	gap: 10px;
}
.fact-card div > span:nth-child(1) {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 33.6px */
	letter-spacing: 0.24px;
	text-transform: uppercase;
	margin-top: 2px;
}
.fact-card div > span:nth-child(2) {
	color: #B5B5B5;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
}
.fact-card img {
	margin-bottom: auto;
}

.possibilities {
	margin-top: 120px;
	padding-top: 120px;
	padding-bottom: 120px;
	border-bottom: 2px solid #B8B8B8;
	gap: 60px;
}
.possibilities .title {
	color: #000000;
	max-width: 760px;
}
.possibilities > div {
	gap: 90px;
}
.possibilities__text {
    gap: 25px;
    max-width: 575px;
}
.possibilities > div > div:nth-child(2) {
	overflow: hidden;
	min-width: 650px;
	height: 500px;
	user-select: none;
}
.possibilities .swiper-pagination-bullet {
  background: unset;
  border: 1px solid #000000;
}
.possibilities .swiper-pagination-bullet-active {
	background: #000000;
}
.possibilities__row {
	gap: 40px;
}
.possibilities__row div {
	width: 16px;
	height: 16px;
	min-width: 16px;
	background: #37A4D8;
	border-radius: 8px;
	margin-top: 5px;
}
.possibilities__row span {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
	letter-spacing: 0.2px;
}




.post-last-screen {
	gap: 100px;
	padding-bottom: 120px;
	padding-top: 120px;
}
.post-last-screen__title {
	color: #000000;
	max-width: 750px;
}
.post-last-screen__text {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
	letter-spacing: 0.2px;
/* 	max-width: 670px; */
}
.projects__title {
  gap: 30px;
  width: fit-content;
}
.projects__title h2 {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: 0.3s;
  border-bottom: 3px solid black;
}
.projects__title div {
  border: 1px solid #BBBBBB;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 30px;
}
.projects__title div img {
  display: block;
  margin: auto;
}
.projects__title:hover span {
  color: #1DA762;
}
.projects__title:hover .projects__title>div {
  border: 1px solid #1DA762;
}
.projects__column {
  gap: 20px;
  margin-top: 40px;
}
.projects__column .services__card .links a {
  width: 100%;
  border: unset;
  padding: 20px 40px;
}
.advantage-section {
  z-index: 0;
  position: relative;
}
.projects-section {
  z-index: 1;
  position: relative;
}.services {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.services__row {
  gap: 20px;
}
.services__card {
  height: 350px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}
.services-card__shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 30%);
	z-index: 1;
}
.services__card .title {
  padding: 30px 40px;
	z-index: 2;
}
.services__card-half .title {
    max-width: 450px;
}
.services__card .links {
  width: 100%;
  border-top: 1px solid #e1e1e180;
z-index: 2;
}
.services__card .links a {
  width: 50%;
  padding: 20px 40px;
  color: #FFF;
  transition: 0.3s;
}
.services__card .links img {
  width: 21px;
}
.services__card .links span {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 28px */
  letter-spacing: 0.2px;
  margin: auto 0;
}
.services__card .links a:hover {
  background: #1B1B1B;
}
.services__card>.links>a:nth-child(1) {
  border-right: 1px solid #e1e1e180;
}
.services .wrapper-narrow {
  gap: 20px;
}
.services-card__title {
	color: #FFF;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 39.2px */
	text-transform: uppercase;
	padding: 30px 40px;
	max-width: 570px;
	z-index: 2;
}


.image-modal {
					display: none;
					position: fixed;
					z-index: 1000;
					top: 0; left: 0;
					width: 100vw;
					height: 100vh;
					background-color: rgba(0,0,0,0.9);
					justify-content: center;
					align-items: center;
				}

				.image-modal.show {
					display: flex;
				}

				.modal-content {
					max-width: 90%;
					max-height: 80%;
					box-shadow: 0 0 30px rgba(255,255,255,0.2);
					pointer-events: none;
				}

				.close-modal {
					position: absolute;
					top: 20px;
					right: 35px;
					color: #fff;
					font-size: 40px;
					font-weight: bold;
					cursor: pointer;
					z-index: 1001;
				}

footer {
	margin-top: 0 !important;
}