/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body,
html {
	font-family: 'Avenir';
	overflow-x: hidden;
}

p {
	font-weight: 400;
}

a {
	color: #243A73;
	text-decoration: none;
	transition: 0.5s all;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

html,
body {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Avenir';
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Light.woff2') format('woff2'),
		url('../fonts/Avenir-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Black.woff2') format('woff2'),
		url('../fonts/Avenir-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Regular.woff2') format('woff2'),
		url('../fonts/Avenir-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Book.woff2') format('woff2'),
		url('../fonts/Avenir-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
		url('../fonts/Avenir-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('../fonts/TeXGyreAdventor-Bold.woff2') format('woff2'),
		url('../fonts/TeXGyreAdventor-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TeXGyreAdventor';
	src: url('../fonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
		url('../fonts/TeXGyreAdventor-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.top_bar {
	text-align: center;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_bar img {
	max-width: 180px;
}

.header_main {
	background-image: linear-gradient(90deg, #ffffff 0%, #f9bfa7 100%);
	position: relative;
	padding: 40px 0;
}

.logo img {
	max-width: 150px;
	position: relative;
	z-index: 1;
}

.container {
	max-width: 1280px;
}

.logo {
	position: relative;
	display: block;
}

.logo::after {
	position: absolute;
	content: '';
	left: -40px;
	right: 0;
	background-image: url(../img/log_After.svg);
	height: 422px;
	width: 623px;
	top: -43px;
	z-index: 0;
	background-repeat: no-repeat;
}

.header_menus a {
	color: #365C57;
	font-family: 'TeXGyreAdventor';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	transition: 0.3s ease;
	margin-right: 30px;
}

.header_menus a.active {
	font-weight: bold;
	border-bottom: 1px solid;
}

.try_free {
	background-color: #365C57;
	color: #fff !important;
	font-family: 'TeXGyreAdventor';
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 50px;
	display: inline-flex;
	line-height: 18px;
	height: 43px;
	align-items: center;
	justify-content: center;
	width: 137px;
}

.banner_part {
	position: relative;
	padding: 0 0 40px;
	overflow: hidden;
	background-image: linear-gradient(90deg, #ffffff 0%, #f9bfa7 100%);
}

.banner_content {
	padding: 0 50px;
}

.banner_img img {
	max-width: 100%;
}

.downloadbtn {
	display: flex;
	margin-top: 34px;
}

.downloadbtn a {
	margin-right: 15px;
}

.downloadbtn a img {
	max-width: 192px;
}

.banner_content h1 span {
	font-weight: bold;
}

.banner_content h1 {
	color: #365c57;
	font-size: 90px;
	font-family: 'TeXGyreAdventor';
	line-height: 104px;
	margin-bottom: 20px;
}

.banner_content ul li p {
	color: #365c57;
	font-size: 16px;
	margin: 0;
	font-family: 'TeXGyreAdventor';
	line-height: 24px;
}

.banner_content ul {
	list-style: none;
	margin-bottom: 35px;
}

.banner_content ul li {
	position: relative;
	margin-bottom: 12px;
}

.banner_content ul li::after {
	position: absolute;
	content: '';
	left: -20px;
	top: 7px;
	height: 12px;
	width: 12px;
	background-color: #ff7756;
	border-radius: 50px;
}

.banner_btn {
	background-color: #ff7756;
	color: #fff !important;
	font-size: 24px;
	font-family: 'TeXGyreAdventor';
	font-weight: bold;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	padding: 0 90px 6px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.about_section {
	background-image: url(../img/about_bg.png);
	padding: 60px 0;
	overflow: hidden;
}

.about_content img {
	max-width: 120px;
	margin: 0 auto 30px;
}

.about_content {
	text-align: center;
}

.about_content p {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	font-family: "TeXGyreAdventor";
	text-align: center;
	margin: 0;
}

.whoweare {
	padding: 30px 0 100px;
	overflow: hidden;
}

.whoweare_main h2 {
	font-size: 62px;
	letter-spacing: -2px;
	line-height: 66px;
	color: #365c57;
	font-family: "TeXGyreAdventor";
	text-align: center;
}

.whoweare_main h2 strong {
	font-weight: bold;
}

.who_1st {
	max-width: 120px;
	margin-top: -40px;
}

.who_2nd {
	max-width: 100px;
}

.link_whoweare {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #365c57;
	font-weight: 400;
	font-family: "TeXGyreAdventor";
	display: block;
}

.whoweare_main {
	padding: 80px 0 0;
	position: relative;
	text-align: center;
}

.whoweare_main::after {
	position: absolute;
	content: '';
	left: -170px;
	right: 0;
	background-image: url(../img/_Path_.png);
	height: 942px;
	width: 844px;
	top: -200px;
	z-index: -1;
	background-repeat: no-repeat;
}

.howitwork {
	color: #365c57;
	font-weight: 700;
	font-family: "TeXGyreAdventor";
	text-align: center;
	font-size: 26px;
	height: 69px;
	border-radius: 32px;
	background-color: #f9bfa7;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 92px 4px;
	margin-top: 50px;
}

.who_4th {
	max-width: 35px;
	margin-top: -60px;
}

.who_3rd {
	position: absolute;
	left: -22px;
	bottom: 117px;
	max-width: 170px;
}

.footer_part {
	background-color: #F9BFA7;
	padding: 90px 0 50px;
	position: relative;
}

.footer_logo img {
	max-width: 300px;
}

.social_icon a {
	display: inline-block;
}

.social_icon a img {
	max-width: 40px;
}

.footer_content {
	text-align: end;
}

.social_icon {
	margin-bottom: 12px;
}

.footer_links {
	margin-bottom: 12px;
}

.footer_links a {
	font-weight: bold;
	color: #365c57;
	display: inline-block;
	font-size: 18px;
	padding: 0 20px;
	border-right: 2px solid;
	line-height: 20px;
	font-family: "TeXGyreAdventor";
}

.footer_links a:last-child {
	padding-right: 0;
	border: 0;
}

.copyright {
	font-family: "TeXGyreAdventor";
	color: #365c57;
	font-size: 18px;
}

.downloadapp_section {
	overflow: hidden;
	background-image: linear-gradient(0deg, #547571 0%, #365c57 100%);
	padding: 100px 0 0;
	border-radius: 120px 120px 0 0;
	position: relative;
	z-index: 1;
}

.downloadapp_img img {
	max-width: 80%;
}

.downloadapp_img {
	text-align: center;
}

.downloadapp_content h2 {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 69px;
	color: #ffffff;
	font-weight: 700;
	font-family: "TeXGyreAdventor";
}

.downloadapp_content h3 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 43px;
	color: #ffffff;
	font-weight: 400;
	font-family: "TeXGyreAdventor";
	margin-bottom: 40px;
}

.listener_left {
	text-align: center;
}

.downloadapp_try {
	font-size: 26px;
	line-height: 80px;
	color: #ffffff !important;
	font-weight: 700;
	font-family: "TeXGyreAdventor";
	text-align: center;
	height: 69px;
	border-radius: 32px;
	background-color: #ff7d56;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 132px 9px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.listener_img img {
	max-width: 100%;
}

.listner_img {
	max-width: 480px;
	position: absolute;
	bottom: -80px;
	left: 60px;
}

.listener_inner {
	position: relative;
	padding: 0 0 200px;
	margin-bottom: -120px;
}

.point_ico img {
	max-width: 42px;
	margin-top: 2px;
}

.point_content p {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #365c57;
	font-weight: 400;
	font-family: "TeXGyreAdventor";
	margin-bottom: 5px;
}

.point_content {
	margin-bottom: 20px;
}

.listener_head {
	text-align: left;
	margin-top: -50px;
	padding-left: 50px;
}

.listener_head span {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #365c57;
	font-weight: 400;
	font-family: "TeXGyreAdventor";
	display: block;
}

.listener_sections {
	background-image: linear-gradient(90deg, #ffffff 0%, #f9bfa7 320%);
}

.listener_head h2 {
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 65px;
	color: #365c57;
	font-weight: 700;
	font-family: "TeXGyreAdventor";
	margin: 0;
}

.listener_img {
	position: relative;
	z-index: 1;
}

.point_content h3 {
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 38px;
	color: #365c57;
	font-weight: 700;
	font-family: "TeXGyreAdventor";
	margin-bottom: 16px;
}

.listener_btns a {
	border-radius: 32px;
	background-color: #f9bfa7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 34px;
	color: #365c57;
	font-weight: 700;
	font-family: "TeXGyreAdventor";
	text-align: center;
	height: 69px;
	padding: 0 0 9px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.listener_btns {
	padding: 20px 60px 0px;
}

.header_menus {
	position: relative;
	z-index: 3;
}

@media (max-width: 1279px) {
	.container {
		max-width: 94%;
	}

	.banner_content h1 {
		font-size: 80px;
		line-height: 94px;
		margin-bottom: 20px;
	}

	.whoweare_main h2 {
		font-size: 55px;
	}

	.footer_logo img {
		max-width: 250px;
	}

	.downloadapp_content h2 {
		font-size: 44px;
		letter-spacing: -1px;
		line-height: 62px;
	}
}

@media (max-width: 1199px) {
	.logo img {
		max-width: 130px;
	}

	.header_menus a {
		font-size: 14px;
		transition: 0.3s ease;
		margin-right: 20px;
	}

	.try_free {
		font-size: 14px;
		padding: 0 10px;
		line-height: 14px;
		height: 40px;
		width: 117px;
	}

	.banner_content {
		padding: 0 20px;
	}

	.banner_content h1 {
		font-size: 70px;
		line-height: 88px;
		margin-bottom: 15px;
	}

	.top_bar img {
		max-width: 160px;
	}

	.top_bar {
		height: 80px;
	}

	.banner_btn {
		font-size: 20px;
		height: 52px;
		border-radius: 50px;
		padding: 0 60px 3px;
	}

	.downloadbtn a img {
		max-width: 146px;
	}

	.banner_content ul li::after {
		left: -27px;
		top: 9px;
		height: 8px;
		width: 8px;
	}

	.banner_content ul li p {
		font-size: 15px;
		line-height: 22px;
	}

	.banner_content ul {
		margin-bottom: 26px;
	}

	.about_content img {
		max-width: 100px;
		margin: 0 auto 30px;
	}

	.link_whoweare {
		font-size: 15px;
	}

	.whoweare_main h2 {
		font-size: 42px;
		line-height: 54px;
	}

	.who_1st {
		max-width: 90px;
		margin-top: -50px;
	}

	.who_2nd {
		max-width: 80px;
	}

	.who_3rd {
		left: 18px;
		bottom: 96px;
		max-width: 130px;
	}

	.who_4th {
		max-width: 25px;
		margin-top: -61px;
	}

	.howitwork {
		font-size: 20px;
		height: 52px;
		border-radius: 50px;
		padding: 0 60px 3px;
		margin-top: 40px;
	}

	.whoweare_main {
		padding: 50px 0 0;
	}

	.whoweare {
		padding: 30px 0 70px;
	}

	.listener_head h2 {
		font-size: 40px;
		letter-spacing: -1px;
		line-height: 56px;
	}

	.listener_head span {
		font-size: 16px;
	}

	.listener_right {
		padding-left: 0 !important;
	}

	.point_ico img {
		max-width: 30px;
		margin-top: 4px;
	}

	.point_content h3 {
		font-size: 34px;
		letter-spacing: -1px;
		line-height: 30px;
		margin-bottom: 14px;
	}

	.point_content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 4px;
	}

	.listener_btns a {
		font-size: 20px;
		height: 52px;
		border-radius: 50px;
		padding: 0 60px 3px;
	}

	.listener_btns {
		padding: 0px 60px 0px;
	}

	.listener_inner {
		padding: 0 0 150px;
		margin-bottom: -110px;
	}

	.listner_img {
		max-width: 430px;
		bottom: -40px;
		left: 50px;
	}

	.downloadapp_section {
		padding: 70px 0 0;
		border-radius: 80px 80px 0 0;
	}
  .downloadapp_content h2 {
      font-size: 36px;
      letter-spacing: -1px;
      line-height: 50px;
  }
  .downloadapp_content h3 {
      font-size: 22px;
      letter-spacing: 1px;
      line-height: 32px;
      margin-bottom: 32px;
  }
  .downloadapp_try {
      font-size: 20px;
      height: 52px;
      border-radius: 50px;
      padding: 0 100px 3px;
  }
  .footer_logo img {
      max-width: 200px;  
  }
  .footer_part {
      padding: 40px 0 30px;
  }
  .copyright {
      font-size: 15px;
  }
} 

@media (max-width: 1023px) {
  .logo img {
      max-width: 110px;
  }
  .try_free {
      font-size: 12px;
      padding: 0 10px;
      line-height: 14px;
      height: 38px;
      width: 97px;
  }
  .header_menus a {
      font-size: 13px;
      transition: 0.3s ease;
      margin-right: 17px;
  }
  .header_main {
    padding: 30px 0;
  }
  .top_bar img {
      max-width: 140px;
  }
  .top_bar {
      height: 70px;
  }
  .container {
      max-width: 97%;
  }
  .banner_content {
      padding: 0;
  }
  .banner_content h1 {
      font-size: 52px;
      line-height: 66px;
      margin-bottom: 12px;
  }
  .banner_content ul li {
      margin-bottom: 7px;
  }
  .banner_content ul {
    margin-bottom: 20px;
  }
  .banner_btn {
      font-size: 18px;
      height: 48px;
      border-radius: 50px;
      padding: 0 50px 3px;
  }
  .downloadbtn {
      display: flex;
      margin-top: 24px;
  }
  .downloadbtn a img {
      max-width: 128px;
  }
  .about_section {
      padding: 40px 0;
  }
  .about_content img {
      max-width: 80px;
      margin: 0 auto 14px;
  }
  .about_content p {
    font-size: 15px;
    line-height: 30px;
  }
  .link_whoweare {
      font-size: 13px;
  }
  .whoweare_main h2 {
      font-size: 36px;
      line-height: 40px;
  }
  .whoweare_main h2 {
      font-size: 36px;
      line-height: 40px;
  }
  .who_1st {
      max-width: 60px;
      margin-top: -30px;
  }
  .who_4th {
      max-width: 18px;
      margin-top: -45px;
  }
  .howitwork {
      margin-top: 30px;
      font-size: 18px;
      height: 48px;
      border-radius: 50px;
      padding: 0 50px 3px;
  }
  .who_3rd {
      left: -2px;
      bottom: 86px;
      max-width: 90px;
  }
  .who_2nd {
    max-width: 60px;
  }
  .listener_head {
    text-align: left;
    margin-top: -50px;
    padding-left: 0;
  }
  .listener_head h2 {
    font-size: 32px;
    line-height: 51px;
  }
  .listener_head span {
    font-size: 14px;
    line-height: 13px;
  }
  .point_ico img {
    max-width: 20px;
    margin-top: 4px;
  }
  .point_content h3 {
    font-size: 29px;
    letter-spacing: -1px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .point_content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .listener_btns a {
    font-size: 18px;
    height: 48px;
    border-radius: 50px;
    padding: 0 50px 3px;
  }
  .listner_img {
    max-width: 330px;
    bottom: -10px;
    left: 30px;
  }
  .listener_inner {
    padding: 0 0 130px;
    margin-bottom: -120px;
  }
  .downloadapp_section {
    padding: 50px 0 0;
    border-radius: 40px 40px 0 0;
  }
  .downloadapp_content h2 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .downloadapp_content h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .listener_btns {
    padding: 0px 40px 0px;
  }
  .downloadapp_try {
    font-size: 18px;
    height: 48px;
    border-radius: 50px;
    padding: 0 88px 3px;
  }
  .footer_logo img {
    max-width: 140px;
  }
  .social_icon a img {
    max-width: 30px;
  }
  .footer_links a {
    font-size: 14px;
    padding: 0 13px;
  }
  .footer_links {
    margin-bottom: 8px;
  }
  .social_icon {
    margin-bottom: 8px;
  }
  .copyright {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .logo::after{
    display: none;
  }
  .header_main {
    padding: 20px 0;
  }
  .header_main {
    padding: 20px 0;
    background-image: linear-gradient(90deg, #ffffff -50%, #f9bfa7 100%);
    border-bottom: 4px solid #ffff;
}
  .banner_part { 
      padding: 20px 0 30px; 
      background-image: linear-gradient(90deg, #ffffff -50%, #f9bfa7 100%);
  }
  .banner_part .row .col-md-6:last-child {
      order: -1;
  }
  .banner_content h1 {
      font-size: 40px;
      line-height: 58px;
      margin-bottom: 14px;
      text-align: center;
  }
  .banner_content ul li p {
      font-size: 14px;
      line-height: 22px;
  }
  .banner_content {
      padding: 15px 0 0;
  }
  .banner_btn {
      font-size: 16px;
      height: 46px;
      border-radius: 50px;
      padding: 0 30px 3px;
      display: flex;
  }
  .downloadbtn a img {
      max-width: 100%;
  }
  .downloadbtn a:last-child{
      margin-right: 0;
  }
  .header_main .container>.row{
    justify-content: space-between;
  }
  .offcanvas-title img {
      max-width: 120px;
  }
  .offcanvas-header {
      background-image: linear-gradient(90deg, #ffffff -50%, #f9bfa7 100%);
      border-bottom: 4px solid #ffff;
  }
  .offcanvas-body{
    background-image: linear-gradient(90deg, #ffffff -50%, #f9bfa7 100%);
  }
  .header_menus a {
      font-size: 16px; 
      margin-right: 0;
      display: block;
      padding: 8px 0;
  }
  .try_free {
      font-size: 14px;
      padding: 0 10px;
      line-height: 14px;
      height: 42px;
      width: 100%;
      margin-top: 20px;
  }
  .about_content img {
    max-width: 70px;
  }
  .about_content p {
      font-size: 14px;
      line-height: 27px;
  }
  .whoweare {
      padding: 20px 0 40px;
  }
  .whoweare_main {
      padding: 0px 0 0;
  }
  .howitwork {
      font-size: 16px;
      height: 46px;
      border-radius: 50px;
      padding: 0 30px 3px;
      display: flex;
      margin-top: 25px;
  }
  .whoweare_main h2 {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0;
}
  .who_1st , .who_2nd , .who_3rd , .who_4th {
    display: none;
  }
  .whoweare_main h2 br {
      display: none;
  }
  .listener_head {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }
  .listener_head span {
      font-size: 14px;
      line-height: 12px;
  }
  .listener_head h2 {
      font-size: 26px;
      line-height: 46px;
  }
  .listner_img{
    display: none;
  }
  .listener_right {
    padding-left: 0 !important;
    text-align: center;
  }
  .point_ico img {
      max-width: 26px;
      margin-top: 0;
      margin-bottom: 8px;
  }
  .point_content {
      margin-bottom: 0;
  }
  .point_content h3 {
      font-size: 22px;
      letter-spacing: -1px;
      line-height: 24px;
      margin-bottom: 10px;
  }
  .point_content p {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 2px;
  }
  .listener_btns {
      padding: 0;
  }
  .listener_btns a {
      font-size: 16px;
      height: 46px;
      border-radius: 50px;
      padding: 0 30px 3px;
      display: flex;
      margin-bottom: 14px;
  }
  .listener_inner {
      padding: 0 0 130px;
      margin-bottom: -100px;
  }
  .downloadapp_section {
      padding: 30px 0 0;
      border-radius: 40px 40px 0 0;
      text-align: center;
  }
  .downloadapp_content h2 {
      font-size: 24px;
      letter-spacing: -1px;
      line-height: 36px;
  }
  .downloadapp_content h3 {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 18px;
      margin-bottom: 26px;
  }
  .downloadapp_try {
      font-size: 16px;
      height: 46px;
      border-radius: 50px;
      padding: 0 30px 3px;
      display: flex;
  }
  .downloadapp_content {
      margin-bottom: 50px;
  }
  .downloadapp_img img {
      max-width: 90%;
  }
  .footer_part {
      padding: 30px 0 20px;
      text-align: center;
  }
  .footer_content {
      text-align: center;
      margin-top: 20px;
  }
}
