@font-face {
	font-family: 'FiraGO';
	src: url('/front/assets/fonts/FiraGO-Regular.eot');
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('/front/assets/fonts/FiraGO-Regular.woff') format('woff'), url('/front/assets/fonts/FiraGO-Regular.ttf') format('truetype'), url('/front/assets/fonts/FiraGO-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
   background-color: #F5F4FF;
   font-family: 'FiraGO';
   color: #0a3251;
}
section {
  position: relative;
}
section:not(#counter) {
	overflow-x: hidden;
	max-width: 100vw;
}
section#home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: url(/front/assets/img/bg.png);
  z-index: -1;
  opacity: 0.03;
}

section#home {
  padding-bottom: 100px;
}
section#about {
  padding-top: 170px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  padding-bottom: 80px;
}
.container {
  max-width: 1400px;
}
.navigation li {
  display: inline-block;
}
.navigation {
  margin: 0;
  padding: 0;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation li a {
  color: #4e4790;
  text-decoration: none;
  font-size: 17px;
  font-feature-settings: 'case' on;
  display: block;
  padding: 10px 0;
}
.navigation li {
  margin-left: 20px;
}
.login {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #bfd8ff;
  margin-left: 30px;
}
.login img {
  width: 26px;
  height: 26px;
}
.middle-image img {
  width: 100%;
}

.middle-writing h1 {
	font-weight: bold;
  font-size: 50px;
  line-height: 86px;
  color: rgb(58 87 117);
  text-shadow: 4px 6px 2px rgb(88 86 214 / 29%);
}
.middle-writing {
  margin-top: 150px;
}
.lgh-green {
  background: linear-gradient(0deg, rgba(3, 205, 185, 0.1), rgba(3, 205, 185, 0.1)), #F2F2F7;
  border: 2px solid rgba(3, 205, 185, 0.6);
  box-sizing: border-box;
  border-radius: 16px;
  padding: 15px 30px;
  margin-top: 50px;
	position: relative;
	overflow: hidden;
}
.lgh-green span {
	position: relative;
	z-index: 1;
}
.lgh-green::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #59dacf;
	width: 0;
	height: 0;
	border-radius: 50%;
	right: 0;
	margin: auto;
	bottom: 0;
	transition-duration: 0.5s;
	opacity: 0;
}
.lgh-green:hover::before {
	width: 186px;
	height: 186px;
	transition-duration: 0.5s;
	opacity: 0.4;
	transform: rotateX(360deg);
}
.lgh-blue {
  background: linear-gradient(0deg, rgb(191 216 255), rgb(179 206 249)), #F2F2F7;
  border: 2px solid #017cfa;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 15px 30px;
  margin-top: 50px;
  margin-left: 20px;
	position: relative;
	overflow: hidden;
}
.lgh-blue span {
	position: relative;
	z-index: 1;
}
.lgh-blue::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #017cfa;
	width: 0;
	height: 0;
	border-radius: 50%;
	right: 0;
	margin: auto;
	bottom: 0;
	transition-duration: 0.5s;
	opacity: 0;
}
.lgh-blue:hover::before {
	width: 186px;
	height: 186px;
	transition-duration: 0.5s;
	opacity: 0.4;
	transform: rotateX(360deg);
}

.button-subs {
  display: flex;
  align-items: center;
}
.pretitle {
  color: #007dfe;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
.pretitle::before {
  content: '';
  background: #017cfa;
  width: 30px;
  height: 6px;
  display: block;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
}
.pretitle::after {
  content: '';
  background: #017cfa;
  width: 8px;
  height: 6px;
  display: block;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  margin-left: 33px;
}
.bottom-partners {
  width: 100%;
  background: #fff;
  border-radius: 60px;
  padding: 30px 20px;
  box-shadow: 0 0 30px -12px rgb(0 0 0 / 35%);
}
#about {
  background: #fbfbff;
}
.counterbox {
  background: #bfd8ff;
  border-radius: 25px;
  z-index: 1;
  padding-left: 0;
  position: relative;
  margin-bottom: -100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.counter-pt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  width: 100%;
}
.counter-info {
  min-width: 100px;
}
.counter-info .numbers {
  font-size: 55px;
  font-weight: bold;
  text-shadow: 2px 2px 5px #007dfe;
}
.counter-info h4 {
  opacity: 0.6;
  font-weight: bold;
  font-size: 20px;
}
.counter-pt img {
  filter: drop-shadow(2px 2px 10px #007dfe);
}
.counter-pt-4 {
  padding: 70px 30px;
  background-image: url(/front/assets/img/ilustrationvcard.png);
  background-size: cover;
  position: relative;
}
.counter-pt-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 125 254 / 13%);
  backdrop-filter: blur(4px);
  border-left: 3px solid #efedff;
}
.getmore {
  display: block;
  background: #ecf5ff;
  border-radius: 15px;
  padding: 15px 50px;
  position: relative;
  z-index: 1;
}
.opg-image {
  width: 100%;
}
.sub-title {
  font-size: 16px;
  opacity: 0.7;
  color: #017cfe;
  letter-spacing: 2px;
  position: relative;
  padding-left: 55px;
}
.sub-title::before {
  content: '';
  background: #017cfa;
  width: 30px;
  height: 6px;
  display: block;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
}
.sub-title::after {
  content: '';
  background: #017cfa;
  width: 8px;
  height: 6px;
  display: block;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  margin-left: 33px;
}
.main-title {
  font-feature-settings: 'case' on;
  font-weight: bold;
  font-size: 50px;
  position: relative;
  margin-bottom: 50px;
}
.main-title-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-left: 15px;
  opacity: 0.05;
  pointer-events: none;
}
section#prices::before {
  content: '';
  background: url(/front/assets/img/image-mask.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top right;
  pointer-events: none;
}
section#prices {
  padding: 80px 0;
}
.service-box {
  background: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  transition-duration: 0.5s;
}
.service-box:hover {
  box-shadow: 8px 8px 20px 0 rgb(5 0 77 / 10%);
  transition-duration: 0.5s;
}
.price-title {
  margin: 0;
  background: #bfd8ff;
  width: 230px;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  margin-left: -30px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 5px;
  position: relative;
}

.price-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bigprice {
  margin-top: 20px;
  font-size: 90px;
  font-weight: bold;
  font-family: fantasy;
  -webkit-text-stroke: 1px #0a3251;
  color: transparent;
}
.curr {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-top: -30px;
  margin-left: 10px;
}
.month {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
  font-feature-settings: 'case' on;
  margin-top: 20px;
}

.price-separator {
  height: 3px;
  width: 100%;
  position: relative;
}
.price-separator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F5F4FF;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.price-separator::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #F5F4FF;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.price-list {
  padding-top: 20px;
  padding-left: 0;
  margin: 0;
}
.price-list li {
  list-style: none;
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
}
.price-list li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.not-available::before {
  content: '✕' !important;
}
.not-available {
  text-decoration: line-through;
  text-decoration-color: #ff9595;
  text-decoration-thickness: 2px;
}
section#contact {
  background: #fbfbff;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  padding: 80px 0;
}
footer {
  background: #0a3251;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}
.contact-box {
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 5px 5px 20px 0 rgb(5 0 77 / 10%);
}
.contact-box h4 {
  font-size: 22px;
}
.contact-box p {
  opacity: 0.7;
  font-size: 15px;
}
.contact-info {
  display: block;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}
.my-control {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.my-textarea {
  border: 1px solid #eee;
  border-radius: 15px;
  resize: none;
  height: 70px;
}
.send-contact {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: #bfd8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#partners {
	padding: 80px 0;
}
.scroll-top {
	position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
	background: linear-gradient(0deg, rgb(191 216 255), rgb(179 206 249)), #F2F2F7;
	border: 2px solid #017cfa;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 30px;
  margin-bottom: 30px;
  color: #fff;
	cursor: pointer;
	opacity: 0;
	transition-duration: 0.5s;
	pointer-events: none;
}
.scroll-top span {
	width: 20px;
	height: 20px;
	border: 2px solid #007dfe;
	transform: rotate(45deg);
	border-bottom: 0;
	border-right: 0;
	margin-top: 10px;
}
.visible-scroll {
	visibility: visible;
	transition-duration: 0.5s;
	opacity: 1;
	pointer-events: auto;
}
.service-box:hover {
	transform: rotateX(10deg) scale(0.95);
}
.persp {
	perspective: 1500px;
}
.mobileNav {
	display: none;
}
.mobile-menu-f {
		display: none;
}
/* responive style */
@media only screen and (min-width: 1000px) and (max-width: 1330px) {
	.counter-info .numbers {
		font-size: 45px;
	}
	.counter-info h4 {
		font-size: 16px;
	}
	.counter-pt img {
		height: 80px;
	}
	.getmore  {
		padding: 15px 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.counter-info .numbers {
		font-size: 40px;
	}
	.counter-info h4 {
		font-size: 15px;
	}
	.counter-pt img {
		height: 70px;
	}
	.getmore  {
		padding: 15px 20px;
	}
}
@media only screen and (max-width: 1000px) {
	.counter-pt-4.counter-pt {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.service-box {
		margin-top: 2rem !important;
	}
	.bigprice {
		font-size: 80px;
	}
	.price-list li {
			font-size: 14px;
	}
	.contact-box {
		margin-top: 2rem;
	}
	.navigation li a {
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.mobile-menu-inner ul {
		padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
		flex-direction: column;
		width: 50%;
		border-right: 1px solid #eee;
	}
	.flexter {
		display: flex;
		justify-content: space-between;
		height: calc(100% - 180px);
		margin-top: 20px;
	}
	.mobile-menu-inner li {
		list-style: none;
	}
	.mobile-menu-inner li a {
		text-decoration: none;
		color: #333;
		padding: 5px 0;
		display: block;
		font-size: 17px;
	}
	.help-center h5 {
		font-size: 15px;
		position: relative;
	}
	.help-center h5 span {
		background: #fff;
		z-index: 1;
		position: relative;
		margin: 0 auto;
		display: table;
		width: fit-content;
		padding: 0 5px;
		font-weight: bold;
		color: #0d6efd;
		font-feature-settings: 'case' on;
	}
	.c-phone img, .c-mail img {
		display: block;
		margin: 0 auto;
	}
	.c-phone a, .c-mail a {
		display: block;
		text-decoration: none;
		color: #333;
	}

	.c-phone, .c-mail {
		text-align: center;
		display: inline-block;
    width: calc(50% - 4px);
		margin-top: 10px;
	}
	.help-center h5::before {
		content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 10px;
	}
	.counter-info .numbers {
		font-size: 25px;
	}
	.counter-info h4 {
		font-size: 14px;
	}
	.counter-pt img {
		height: 40px;
	}
	.counter-pt {
		padding: 40px 15px;
	}
	.counter-pt-2.counter-pt {
		display: none;
	}
	section#about {
		 padding-top: 110px;
	}
	section#home {
		padding-bottom: 50px;
	}
	.middle-writing {
		margin-top: 50px;
	}
	.navigation {
		display: none;
	}
	.mobileNav {
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 15px;
		margin-right: calc(var(--bs-gutter-x) * .5);
		align-content: center;
		justify-content: space-between;
	}
	.mobileNav .navigator {
		width: 50px;
		height: 50px;
		background: #daeef1;
		border-radius: 50%;
		margin-right: 10px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border: 1px solid rgba(3, 205, 185, 0.6)
	}
	.mobileNav .auth {
		background: #bfd8ff;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #017cfa;
	}
	.mobileNav .navigator span {
		width: 22px;
		height: 2px;
		display: block;
		background: #000;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.mobileNav .auth img {
		height: 25px;
	}
	section#prices {
		padding: 40px 0;
	}
	.main-title {
		margin-bottom: 20px;
	}
	section#contact {
		padding: 150px 0 50px 0;
	}
	.mobile-menu-f {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: none;
	}
	.mask {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(0 0 0 / 70%);
		z-index: 1;
		backdrop-filter: blur(4px);
		opacity: 0;
	}
	.mobile-menu-inner {
		position: absolute;
    top: 400px;
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    margin: auto;
    left: 0;
    right: 0;
		padding: 10px;
	}
	.close-touch {
		width: 30px;
    height: 2px;
    background: rgb(73 73 76 / 48%);
    margin: 0 auto;
	}
	.copyright {
		text-align: center;
    padding-top: 5px;
		opacity: 0.7;
		margin-top: 25px;
	}
	.additional-info {
		width: 50%;
		padding: 0 10px;
	}
	.go-login {
		display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #bfd8ff;
    border-radius: 15px;
    padding: 10px;
		border: 1px solid #017cfa;
		color: #0d6efd;
	}
}
@media only screen and (max-width: 600px) {
	.main-title {
		font-size: 38px;
	}
	.button-subs {
		flex-direction: column;
	}
	.button-subs a:last-child {
		display: none;
	}
	.middle-writing h1 {
    font-size: 45px;
		line-height: 60px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 350px) {
	#counter {
		display: none;
	}
	section#about {
		padding: 0;
		padding-bottom: 120px;
	}
	.middle-writing h1 {
		font-size: 40px;
		line-height: 50px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.out-nav {
	height: 800px;
  width: 100%;
  margin-bottom: -400px;
  position: absolute;
  bottom: 0;
	z-index: 1;
}
