* {
	padding: 0;
	margin: 0;
	-webkit-background-origin: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*  Tags  */

html {
	font-size: 14px;
}

img {
	width: 100%;
}

body {
	width: 100%;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.14rem;
	/*  16px  */
	font-weight: 400;
	color: #8A8D98;

	overflow-x: hidden;
}

a {
	display: inline-block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: .015em;
	font-size: 1rem;
	/* 14px */
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

h1,
h2,
h3 {
	font-weight: 600;
}

h1 {
	font-size: 4rem;
	/* 56px */
	color: #fff;

	letter-spacing: -.015em;
}

h2 {
	font-size: 3.43rem;
	/* 48px */
	color: #20252E;

	letter-spacing: -.02em;
	line-height: 1em;
}

h3 {
	font-size: 1.285rem;
	/* 18px */
	color: #20252E;

	letter-spacing: .015em;
}

/*  Containers  */

.container_fluid {
	width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	width: 1590px;
	padding: 0 60px;
	margin: 0 auto;
}

.container_md {
	width: 1290px;
	padding: 0 60px;
	margin: 0 auto;
}

.container_sm {
	width: 1026px;
	padding: 0 60px;
	margin: 0 auto;
}

/*  Columns  */

.columns_wrap {
	margin-right: -30px;
}

.column {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 30px;
}

.column_1-3 {
	width: 33.333333%;
}

.column_1-5 {
	width: 20%;
}

/*  Nav toggle  */

.nav-toggle {
	display: none;

	position: absolute;
	top: 30px;
	right: 40px;
	z-index: 1000;
	width: 3rem;
	padding: 1.2rem 0;

	font-size: 0;
	color: transparent;

	border: 0;
	background: none;
	cursor: pointer;
}

.nav-toggle:focus {
	outline: none;
}

.burger {
	display: block;
	width: 100%;
	height: .3rem;
	background-color: #fff;

	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;

	transition: background .2s linear;
}

.burger:before,
.burger:after {
	content: "";
	width: 100%;
	height: .3rem;
	background-color: #fff;
	position: absolute;
	left: 0;
	z-index: 1;

	transition: transform .2s linear;
}

.burger:before {
	top: -1rem;
}

.burger:after {
	bottom: -1rem;
}

.nav-toggle.active .burger {
	background: none;
}

.nav-toggle.active .burger:before {
	transform-origin: left top;
	transform: rotate(45deg);
}

.nav-toggle.active .burger:after {
	transform-origin: left bottom;
	transform: rotate(-45deg);
}

/*  Header  */

.header-wrap {
	position: relative;
	background: #F5F6F9;
}

.header_inner {
	background-image: linear-gradient(138deg, #0a2f4c 0%, #178dee 75%, #7fbff6 100%);
	width: 100%;
	height: 973px;
	padding: 38px 30px 0;
	text-align: center;
	position: relative;
	overflow-x: hidden;
}

.header_inner:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 51.3%;
	padding: 0;
	padding-top: 31%;
	background: url(../images/header/triangle.png) 100% 100% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.header_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;

	padding: 38px 37px 0 66px;
}

.logo-wrap {
	width: 10.1rem;
}

.nav {
	margin-left: auto;
}

.nav_link {
	color: #fff;
	margin-left: 2.4rem;
}

.nav_link:hover {
	color: #E5DF24;
}

.header_btn {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3rem;
	padding: 1.3rem 2.45rem;
	margin-left: 6.4rem;
}

.header_btn:hover {
	background: #fff;
	color: #0A2F4C;
}

.frame {
	position: absolute;
	display: block;
}

.frame_1 {
	bottom: 13.4%;
	left: 0%;
	width: 19.7%;
	z-index: 2;
}

.frame_2 {
	bottom: 3.5%;
	right: 0%;
	width: 18.7%;
	z-index: 10;
}

.header_content {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 50;
	bottom: -3%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}

.header_title {
	line-height: 1.15em;
	margin-bottom: 8rem;
}

.mac_book {
	display: inline-block;
	width: 64%;
	position: relative;
}

.btn_wrap {
	text-align: center;
	margin-top: 12.2rem;
}

.demo_btn {
	background: #E5DF24;
	color: #20252E;
	padding: 1.6rem 3.4rem;
	border-radius: 3rem;
	font-size: 1.28rem;

	position: relative;
	z-index: 100;
}

.demo_btn:hover {
	background: #20252E;
	color: #E5DF24;
}

/* Demo */

.demo-wrap {
	width: 100%;
	background: #F5F6F9;
	overflow: hidden;
	text-align: center;
	padding: 9rem 0 3.5rem;
}

.demo_inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
	padding: 3.6rem 60px 3rem;
	box-sizing: border-box;
}

.home_item a {
	position: relative;
	overflow: hidden;
}

.home_item .badge {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	max-width: 114px;
	box-shadow: none;
}

.home_img {
	display: block;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 3s ease-in;
	-moz-transition: all 3s ease-in;
	-ms-transition: all 3s ease-in;
	transition: all 3s ease-in;
}

.home_item a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	border: 5px solid yellow;
	box-sizing: border-box;
	z-index: 5;

	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
}

.home_item:hover a:after {
	opacity: 1;
}

.home_item:hover .home_img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.home_title {
	padding-top: 1.9rem;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

.home_item:hover .home_title {
	opacity: 1;
}

/* Content */
/* Sections */

.subtitle {
	font-size: 1.14rem;
	/*  16px  */
	font-weight: 400;
	color: #8A8D98;
	padding-top: 2.6rem;
}

.white {
	color: #fff;
}

.section_title {
	line-height: 1.13em;
}


.text {
	line-height: 1.92em;
	margin: 2.3rem 0 3rem;
}

.section_btn {
	background: #E5DF24;
	padding: 1.43rem 3.45rem;
	border-radius: 3rem;
	color: #20252E;
}

.section_btn:hover {
	background: #20252E;
	color: #E5DF24;
}

.flex_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

/* top clients section */

.top_clients {
  background-color: #F5F6F9;
  padding-bottom: 8rem;
  --row-gap: 68px;
}

@media (min-width: 1440px) {
  .top_clients .container {
    max-width: 1470px;
  }
}

.top_clients_title {
  text-align: center;
	color: #20252e;
	letter-spacing: 0;
}

.top_clients_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 46px;
  margin-top: 2.9em;
}

.top_client_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc(0px - var(--row-gap));
}

.top_client_row .item {
  flex: 0 1 50%;
  padding-right: var(--row-gap);
}

.top_client_row .content_wrap {
  max-width: 510px;
}

.top_clients_item_title {
  color: #20252E;
}

.top_clients_text {
  margin-top: 1.2em;
}

.top_clients_btn_wrap {
  margin-top: 1.4em;
}

.top_clients_btn {
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #20252E;
  font-family: "Montserrat", sans-serif;
  background-color: #E5DF24;
  transition: background-color 0.3s linear, color .3s linear;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  padding: 8px 9px;
  position: relative;
}

.top_clients_btn:hover {
  background-color: #20252E;
	color: #E5DF24;
}

.top_clients_btn::before {
	font-family: 'fontello';
  content: "\e800";
  display: inline-block;
	font-size: 15px;
  margin-right: 9px;
	font-weight: 400;
  position: relative;
  top: 0px;
}

.top_clients .img_wrap {
  position: relative;
  padding-top: 30px;
  background-color: #ffffff;
  overflow: hidden;
  transition: box-shadow 0.3s linear;
	box-shadow: 5px 15px 50px rgba(19, 7, 1, .1);
  display: flex;
}

.top_clients .img_wrap:hover {
	box-shadow: 5px 15px 50px rgba(19, 7, 1, .2);
}

.clients_screen_dots {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 21px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
}

.clients_screen_dots span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.clients_screen_dots span:nth-of-type(1) {
  background-color: #ff625a;
}

.clients_screen_dots span:nth-of-type(2) {
  background-color: #febd2e;
}

.clients_screen_dots span:nth-of-type(3) {
  background-color: #29ce42;
}



/* Property */

.property-wrap {
	padding: 8.57rem 0 8.7rem;

	overflow-x: hidden;
}

.property_content {
	width: 37.4%;
	padding-bottom: 3rem;
}

.property_img {
	width: 57.5%;
	margin-right: -3.6rem;
}

.property_img img {
	display: block;
}

/* Plans */

.plans-wrap {
	padding: 12.17rem 0 12.8rem;
	background: #161E2D;
	position: relative;

	overflow-x: hidden;
}

.plans-wrap:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../images/section-2/back.png) 0% 0% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 2;
}

.plans_inner {
	position: relative;
	z-index: 3;
}

.plans_img {
	width: 50%;
	margin-left: -.5rem;
	position: relative;
	z-index: 10;
}

.plans_img img {
	display: block;
	position: relative;
	z-index: 10;
}

.plans_img:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 89%;
	height: 96%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 3rem;
	background: transparent;
	z-index: 0;

	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 13px 20px 20px 25px rgba(0, 0, 0, 0.05);
}

.plans_content {
	width: 40%;
	padding-right: 2rem;
}

.plans_btn:hover {
	background: #fff;
	color: #20252E;
}

/* Booking */

.booking-wrap {
	padding: 12rem 0 10.8rem;
	background: #F5F6F9;

	overflow-x: hidden;
}

.booking_content {
	width: 37%;
	padding-bottom: 1rem;
}

.booking_img {
	width: 61%;
	margin-right: -7rem;
}

.booking_img img {
	display: block;
}

/* Builder */

.builder-wrap {
	padding: 10rem 0 10.8rem;

	text-align: center;
	overflow-x: hidden;
}

.builder_text {
	text-align: center;
	padding-bottom: 3.3rem;
}

.builder_subtitle {
	letter-spacing: .005em;
}

.builder_inner img {
	display: block;
}

.builder_first {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.builder_first div {
	width: 50%;
}

.builder_first div:first-child {
	margin-right: 30px;
}

.builder_second {
	margin: 2rem 0 2.3rem;
}

.builder_third {
	margin-bottom: 4.34rem;
}

/*  Slider  */

.slider-wrap {
	padding: 10.2rem 0 10.5rem;
	background: #F5F6F9;
	overflow-x: hidden;
}

.slider_inner {
	text-align: center;
}

.swiper-wrapper {
	margin-top: 3.5rem;
	margin-bottom: 1rem;
}

.swiper-container {
	padding-bottom: 3.3rem;
}

.swiper-slide img {
	margin-bottom: 1.5rem;
	-webkit-box-shadow: 0px 0px 5px 20px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.swiper-scrollbar-drag {
	background: #0A93EF;
	border-radius: 0;
}

.swiper-container-horizontal>.swiper-scrollbar {
	width: 37.5% !important;
	height: .2rem;
	left: 50%;
	transform: translateX(-50%);

	margin: 0 auto;
	height: 3px;
	background: none;
}

/* Plugins */

.plugins-wrap {
	background: #161E2D;
	padding: 10.3rem 0 7rem;
	text-align: center;
	overflow-x: hidden;
}

.plugins_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -3.6rem;
	padding-top: 3.5rem;
}

.plugin_item {
	padding-right: 0;
	padding-bottom: 3.8rem;
}

.square-wrap {
	width: 50%;
	margin: 0 auto;
}

.square-wrap img {
	display: block;
}

.plugin_text {
	padding-top: 1.8rem;
	line-height: 1.3em;
	color: #fff;
}

/* Features */

.features-wrap {
	padding: 11rem 0 5rem;
	text-align: center;
	overflow-x: hidden;
}

.features_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5rem;
	padding-top: 5.8rem;
}

.features_item {
	padding: 0 0 5.5rem;
}

.features_img {
	width: 33%;
	display: block;
	margin: 0 auto;
}

.features_item:nth-child(1) .features_img {
	width: 30%;
	margin-bottom: 2.4rem;
}

.features_item:nth-child(2) .features_img {
	width: 29%;
	margin-bottom: 2.6rem;
}

.features_item:nth-child(3) .features_img {
	width: 27%;
	margin-bottom: 2.3rem;
}

.features_item:nth-child(4) .features_img {
	width: 31%;
	margin-bottom: 2.1rem;
}

.features_item:nth-child(5) .features_img {
	width: 26%;
	margin-bottom: 3rem;
}

.features_item:nth-child(6) .features_img {
	width: 31%;
	margin-bottom: 2.2rem;
}

.features_item:nth-child(7) .features_img {
	width: 27%;
	margin-bottom: 3rem;
}

.features_item:nth-child(8) .features_img {
	width: 30%;
	margin-bottom: 2.8rem;
}

.features_item:nth-child(9) .features_img {
	width: 35%;
	margin-bottom: 1.6rem;
}

.features_item:nth-child(10) .features_img {
	width: 29%;
	margin-bottom: 2.7rem;
}

.features_caption {
	line-height: 1.38em;
}

/* Footer */

.footer-wrap {
	background: #F5F6F9;
	position: relative;

	/* padding-top: 9rem; */
	z-index: 1;
}

.footer-wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	padding-top: 32.3%;
	width: 100%;
	background: url(../images/footer/2.png) 0% 100% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 2;
}

.footer_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.house {
	background: url(../images/footer/1.png) 0% 100% no-repeat;
	background-size: contain;
	width: 44%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;

}

.footer_content {
	width: 44%;
	margin-left: auto;
	padding-right: 4rem;
	padding-top: 14.5rem;
	padding-bottom: 14.7rem;
}



.footer_title {
	color: #20252E;
	line-height: 1.15em;
	padding-bottom: 3.7rem;
}

.footer_btn {
	font-size: 1.285rem;
	/* 18px */
	padding: 1.6rem 4.2rem;
	color: #fff;
	background: #20252E;
	border-radius: 3rem;
}

.footer_btn:hover {
	background: #E5DF24;
	color: #20252E;
}

#topBtn {
	position: fixed;
	bottom: 30px;
	right: 31px;
	font-size: 2.2rem;
	width: 5rem;
	height: 5rem;
	background: #178dee;
	color: #fff;
	z-index: 100;
	border: none;
	outline: none;
	cursor: pointer;
	display: none;
	opacity: .5;
	transition: all .3s linear;
}

#topBtn:hover {
	opacity: 1;
	color: #161E2D;
	outline: none;
}

/*LOADER*/

#loader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1000;
	transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
	content: '';
	width: 80px;
	height: 80px;
	border: 2px solid #20252E;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	animation-name: loaderCircleAnim;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#loader:after {
	animation-delay: 1s;
}

@keyframes loaderCircleAnim {
	0% {
		width: 0;
		height: 0;
		opacity: 0;
	}

	10% {
		width: 10px;
		height: 10px;
		opacity: 1;
	}

	80% {
		width: 60px;
		height: 60px;
		opacity: 0.1;
	}

	100% {
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}


/* ChatGPT */
.chatgpt {
    padding: 0 0 9rem;
	background-color: #F5F6F9;
}

.chatgpt .content {
	max-width: 1237px;
}

.chatgpt .chatgpt__header {
	text-align: center;
	margin-bottom: 39px;
}

.chatgpt .chatgpt__header .title {
	margin: 26px auto 0;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	max-width: 700px;
}

.chatgpt .chatgpt__header .description {
	margin-top: 20px;
	font-size: 1.065em;
	font-weight: 400;
	color: #8A8D98;
	letter-spacing: -0.01em;
}

.chatgpt .chatgpt__header span {
	color: #ffffff;
}

.chatgpt .chatgpt__header .chatgpt_logo {
	max-width: 160px;
	margin: 0 auto;
}

.chatgpt .chatgpt__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.chatgpt .chatgpt__content p {
	margin-top: 34px;
	max-width: 450px;
	text-align: center;
	letter-spacing: 0;
	color: #626672;
}

.chatgpt .chatgpt__content span {
	color: #191919;
}

.chatgpt .chatgpt__content .video {
	max-width: 100%;
	overflow: hidden;
}

.chatgpt .chatgpt__content .video .video-header {
	padding: 14px 14px 13px;
	font-size: 0;
	background-color: #07121A;
}

.chatgpt .chatgpt__content .video .video-header .control {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
}

.chatgpt .chatgpt__content .video .video-header .control:not(:first-child) {
	margin-left: 3px;
}

.chatgpt .chatgpt__content .video .video-header .control:nth-child(1) {
	background-color: #FF625A;
}

.chatgpt .chatgpt__content .video .video-header .control:nth-child(2) {
	background-color: #FFBE2F;
}

.chatgpt .chatgpt__content .video .video-header .control:nth-child(3) {
	background-color: #29CE42;
}

.chatgpt .chatgpt__content .video .video-content {
	padding: 30px;
	background-color: #77BF8D;
}

.chatgpt .chatgpt__content .video .video-content video {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

/*    AI - images    */

.ai-images {
    padding: 0 0 9rem;
	background-color: #F5F6F9;
    overflow: visible;
    z-index: 2;
}
  
.ai-images .section_title {
	margin: 0 auto;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	max-width: 545px;
	text-align: center;
}
  
.ai-images .img-wrap {
	position: relative;
	max-width: 878px;
	margin: 3.4em auto 6em;
}
.ai-images .img-wrap img:nth-of-type(1) {
	display: flex;
	width: 100%;
	z-index: 2;
	max-width: 750px;
	margin: 0 auto;
}
  
.ai-images .img-wrap img:nth-of-type(2) {
	position: absolute;
	z-index: 3;
	left: -0.5%;
	bottom: -9%;
	width: 42%;
	max-width: 288px;
}
  
.ai-images .img-wrap img:nth-of-type(3) {
	position: absolute;
	z-index: 3;
	right: 9%;
	top: -8.7%;
	width: 23%;
	max-width: 128px;
}