:root {
  --white: #fff;
  --black: #000;
  --gray: #373737;
  --gray-dark: #232323;
  --orange: #f96f12;
  --green: #2dc497;
  --blue-light: #daecff;
  --color-ef: #efefef;
  --color-dc: #dcdcdc;
  --color-db: #dbdbdb;
  --color-cc: #cccccc;
}


html{
	overflow-x: hidden;
	font-size: 100.01%;
	scroll-behavior: smooth;
}

body{
	text-rendering: optimizeLegibility;
	font-family: 'Lorin';
	color: var(--black);
	overflow-x: hidden;
  line-height: 28px;
	font-weight: 400;
	font-size: 18px;
}

*{
	outline: none !important;
}

.container{
	max-width: 1210px;
	width: 100%;
}
.container-md{
	max-width: 860px;
}
:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a, .btn, button, input, .nav-link:after, .nav-link img{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a{
	color: var(--black);
}

a:hover{
	color: inherit;
}

p a{
	color: var(--orange);
	text-decoration: underline !important;
}

p{
	margin: 0 0 40px;
}
p:last-child, h6:last-child{
	margin-bottom: 0 !important;
}

strong{
	font-weight: 700;
}
sub, sup{
	font-size: 65%;
}
ul:last-child{
	margin-bottom: 0;
}

ul{
	padding-left: 20px;
	list-style-type: square;
}

/* typo Headings */
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	line-height: 1.35;
}

h1, .h1{
	font-size: 48px;
	margin-bottom: 0.7em;
}

h2, .h2{
	font-size: 36px;
	margin-bottom: 0.6em;
}

h3, .h3{
	font-size: 32px;
}

h4{
	font-size: 20px;
	margin-bottom: 1em;
}

.h4{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0.4em;
}

h5{
	font-size: 18px;
}

h6, .h6{
	font-size: 16px;
}

.h6{
	font-weight: 400;
}

.text-md{
	font-size: 16px;
	font-weight: 400;
}

.text-sm{
	font-size: 15px;
}

.text-gray{
	color: var(--gray);
}
.text-orange{
	color: var(--orange);
}

.mb-16{
	margin-bottom: 16px;
}

.mb-24{
	margin-bottom: 24px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-60{
	margin-bottom: 60px;
}

.mb-100{
	margin-bottom: 100px;
}

.py-120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.btn{
	font-size: 16px;
  font-weight: 700;
	padding: 15px 25px;
	border-radius: 6px;	
	text-transform: uppercase;
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
.btn.nav-btn{
	padding: 15px 25px !important;
}

.btn-outline-orange{
  color: var(--orange);
  border-color: var(--orange);
}
.btn-outline-orange:hover{
  background-color: var(--orange);
  color: var(--white);
}

.btn-success{
	background-color: var(--green);
	border-color: var(--green);
}

.btn-orange{
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}

.btn-orange:hover{
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}

.btn-reset{
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.header{
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 15;
}

.header .navbar{
	padding: 110px 0 90px;
}

.navbar-brand{
	padding: 0;
}

.nav-link{
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
}
.nav-item + .nav-item{
	margin-left: 16px;
}
.nav-link:not(.nav-btn){
	position: relative;
}
.nav-link:not(.nav-btn):after{
	background-color: currentColor;
	border-radius: 10px;
	visibility: hidden;
	position: absolute;
	margin: auto;
	bottom: 4px;
	content: "";
	height: 4px;
	width: 4px;
	opacity: 0;
	right: 0;
	left: 0;
}
.nav-link.active:hover{
	color: var(--black) !important;
}
.nav-link:hover{
	color: var(--orange);
}
.nav-link:not(.active):hover:after{
	width: 25px;
}
.nav-link:hover:after, .nav-link.active:after{
	opacity: 1;
	visibility: visible;
}

.shape{
	position: absolute;
	z-index: -1;
	right: -31%;
	width: 67%;
	top: 0;
}
.shape-view{
	position: absolute;
	min-height: 100vh;
	max-height: 160vh;
	overflow: hidden;
	z-index: -1;
	width: 100%;
	left: 0;
	top: 0;
}

.nav-btn{
	font-weight: 700;
	color: var(--gray);
	border-radius: 8px;
	padding: 7px 15px !important;
	border: 3px solid var(--orange);
}
.nav-btn.active{
	background-color: var(--white);
	color: var(--gray) !important;
}

.nav-btn.active:hover, .nav-btn:hover{
	border-color: var(--green);
	background-color: var(--black);
	color: var(--white) !important;
}

.navbar-nav + .navbar-nav{
	margin-left: 30px;
}

main{
	min-height: 81vh;
}

.hero-banner{
	padding-top: 80px;
	padding-bottom: 240px;
	/*padding-top: 5.8%;
	padding-bottom: 15.29%;*/
}

.hero-images{
	/*background-color: #eee;*/
	position: absolute;
	max-width: 558.6px;
	/*padding-bottom: 41.17%;*/
	/*height: 95.5%;*/
	width: 34.3%;
	top: -40px;
	right: 3%;
	bottom: 40px;
}

.hero-images img{
	position: absolute;
	border-radius: 50%;
	/*animation: anim 1.3s ease-in-out infinite alternate;*/
}
/*@keyframes anim {
  from { 
    transform: translateY(3px);
   }
  to { 
    transform: translateY(-3px);
  }
}*/

.hero-image-1{
	/*height: 30.075%;*/
	width: 36.1%;
	left: 8%;
	top: 0;
}
.hero-image-2{
	/*height: 47.375%;*/
	width: 56.865%;
	right: 0;
	top: 24%;
	animation: 1.6s;
}
.hero-image-3{
	/*height: 38.875%;*/
	width: 46.66%;
	bottom: 0;
	left: 0;
	animation: 1.9s;
}

.middle-banner{
	padding-top: 120px;
	padding-bottom: 100px;
	background: var(--color-ef) url('../images/home@2x.png') no-repeat center / cover;
	background-attachment: fixed;
}

.footer{
	background-color: var(--gray-dark);
	padding-bottom: 130px;
	color: var(--white);
	padding-top: 100px;
	font-size: 15px;
}

.footer a{
	color: var(--white);
	text-decoration: none;
}
.footer a:hover{
	color: var(--orange);
}
.social a{
	border: 1px solid var(--color-db);
	color: var(--color-db);
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
}
.social a:hover{
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
}
.social a + a{
	margin-left: 14px;
}

.footer h6{
	margin-bottom: 20px;
}

.footer ul{
	list-style-type: none;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.footer ul li{
	margin-bottom: 5px;
}

.page-banner-image{
	object-position: center;
	position: absolute;
	max-height: 720px;
	min-height: 380px;
	object-fit: cover;
	display: block;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}

.page-banner{
	z-index: 2;
	padding-bottom: 120px;
	background-color: var(--white);
}

.faqs{
	padding: 75px 80px;
	border-radius: 12px;
	background-color: var(--white);
}

.faqs h4{
	margin-bottom: 0.25em;
}
.faqs p{
	font-size: 15px;
	color: var(--gray-dark);
}

.page-banner-seed{
	position: absolute;
	width: 300px;
	right: -80px;
	top: -30px;
}

.price-card{
	width: 100%;
	margin: auto;
	max-width: 480px;
	border-radius: 12px;
	padding: 60px 100px 75px;
	background-color: var(--white);
}

.price-card h3{
	font-size: 24px;
	margin-bottom: 0.9em;
}
.price-card sup{
	margin-right: 5px;
	font-size: 24px;
	top: -0.8em;
}

.price-card p{
	padding: 0 15px;
}

.list-check-icon li{
	background: transparent url('../images/check-fill.svg') no-repeat top 3px left / 20px;
	margin-bottom: 15px;
	padding-left: 32px;
}
.list-check-icon li:last-child{
	margin-bottom: 0;
}

.bg-gray{
	background-color: #D8D8D8;
}

.gram-icon{
	position: absolute;
	min-width: 120px;
	bottom: -3.6%;
	width: 17.5%;
	right: 3%;
}

.icon{
	background-color: var(--orange);
	margin-bottom: 38px;
	border-radius: 50%;
	display: flex;
	height: 95px;
	width: 95px;
}
.icon img{
	margin: auto;
}

.navbar-toggler[aria-expanded="false"] svg:last-child, 
.navbar-toggler[aria-expanded="true"] svg:first-child{
	display: none;
}

.navbar-toggler[aria-expanded="false"]{
	background-color: var(--white);
	color: var(--dark) !important;
}
.navbar-toggler[aria-expanded="true"]{
	border-color: var(--green);
	background-color: var(--black);
	color: var(--white) !important;
}