@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&display=swap'); /*Lato*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap'); /*Manrope*/

@font-face {
	font-family: 'Dameron';
	font-style: normal;
	font-weight: normal;
	src: local('Dameron Regular'), url('fonts/dameron.woff') format('woff');
}

:root {
	  --body-color: #fff;
	  --primary-color: #799f2e;
	  --secondary-color: #4285f4;
	  --third-color: #ea4335;
	  --fourth-color: #fff101;
	  --darken-color: #212529;
	  --lighten-color: #eee;
	  --grad-bg: linear-gradient(to bottom right, #eaeaea, #fff), -webkit-linear-gradient(top left, #eaeaea, #fff);
}

* { -webkit-box-sizing: border-box; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, .page_wrapper { margin: 0 auto; padding: 0; text-align: center; font-family: "Manrope", sans-serif; font-weight: 400; font-size: 14px; overflow-x: hidden; overflow-y: auto; width: 100%; color: #333; background: var(--body-color); }
body::-webkit-scrollbar, div::-webkit-scrollbar { height: 8px; width: 8px; background: #eee; cursor: pointer; border-radius: 10px; }
body::-webkit-scrollbar-thumb:vertical, div::-webkit-scrollbar-thumb:vertical { border-radius: 10px; cursor: pointer; background: var(--primary-color); }
p, div, a, button { font-size: 14px; margin: 0 auto; padding: 0; color: inherit; font: inherit; }
a, button { display: inline-block; text-transform: uppercase; font-family: "Manrope", sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; text-decoration: none; outline: none; border: none; background: none; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
img { margin-bottom: -5px; width: 100%; }
h1, h2, h3, h4, h5, h6 { margin: 0 auto; color: inherit; text-transform: uppercase; position: relative; font-family: "Lato", sans-serif; font-weight: 700; }
input, select, textarea { color: inherit; width: 100%; height: 100%; padding: 15px; border: none; outline: none; position: relative; -webkit-transition: ease 0.3s; transition: ease 0.3s; }

.clr { clear: both; }
.btn { display: inline-block; padding: 10px 30px; border: 2px solid; }
.primary_btn { color: var(--primary-color); background: var(--body-color); border-color: var(--primary-color); }
.primary_btn:hover { color: var(--body-color); background: var(--primary-color); }
.primary_btn_fill { color: var(--body-color); background: var(--primary-color); border-color: var(--primary-color); }
.primary_btn_fill:hover { color: var(--primary-color); background: var(--body-color); }
.secondary_btn { color: var(--body-color); background: var(--secondary-color); border-color: var(--secondary-color); }
.secondary_btn:hover { color: var(--secondary-color); background: var(--body-color); }
.secondary_btn_fill { color: var(--secondary-color); background: var(--body-color); border-color: var(--body-color); }
.secondary_btn_fill:hover { color: var(--body-color); background: var(--secondary-color); }

.third_btn_fill { color: var(--body-color); background: var(--third-color); border-color: var(--third-color); }
.third_btn_fill:hover { color: var(--third-color); background: var(--body-color); }
.fourth_btn_fill { color: var(--darken-color); background: var(--fourth-color); border-color: var(--fourth-color); }
.fourth_btn_fill:hover { color: var(--fourth-color); background: var(--darken-color); border-color: var(--darken-color); }

.primary_transparent_btn { color: var(--primary-color); background: transparent; border-color: var(--primary-color); }
.primary_transparent_btn:hover, .primary_transparent_btn.active { color: var(--body-color); background: var(--primary-color); }
.secondary_transparent_btn { color: var(--secondary-color); background: transparent; border-color: var(--secondary-color); }
.secondary_transparent_btn:hover, .secondary_transparent_btn.active { color: var(--body-color); background: var(--secondary-color); }

.slide_item_btn a { color: var(--body-color); background: transparent; border-color: var(--body-color); margin: 10px auto; }
.slide_item_btn a:hover { color: var(--primary-color); background: var(--body-color); }
.slide_item_btn a:nth-child(2) { margin-left: 30px; }

.margin_auto { margin: auto; }
.margin_0 { margin: 0; }
.margin_5 { margin: 5px; }
.margin_10 { margin: 10px; }
.margin_20 { margin: 20px; }
.margin_30 { margin: 30px; }

.padding_0 { padding: 0; }
.padding_5 { padding: 5px; }
.padding_10 { padding: 10px; }
.padding_20 { padding: 20px; }
.padding_30 { padding: 30px; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }

.float_left { float: left; }
.float_right { float: right; }

.width_45 { width: 45%; }
.width_50 { width: 50%; }
.width_100 { width: 100%; }

.header_container { background-color: rgba(0, 0, 0, 0.4); position: fixed; top: 0; left: 0; width: 100%; z-index: 111; }
.header_brand { color: var(--body-color); }
.header_brand_logo, .header_brand_name { display: inline-block; vertical-align: middle; }
.header_brand_logo { width: 30px; margin-right: 10px; }
.header_brand_name { font-family: "Dameron", sans-serif; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
.header_nav {}
.header_nav_list {}
.header_nav_item { display: inline-block; vertical-align: middle; color: var(--body-color); padding: 0 5px }
.header_nav_item > a { display: block; padding: 5px; }
.header_nav_child { display: none; position: absolute; top: 100%; left: 0; background-color: #fff; width: 200px; box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3); }
.header_nav_child > a { display: block; border-bottom: 1px solid var(--lighten-color); color: var(--darken-color); padding: 10px 15px; }
.header_nav_child > a:last-child { border: none; }
.header_nav_child > a:hover { background-color: var(--lighten-color); }
.has_child, .has_child > a { position: relative; }
.has_child > a { position: relative; padding-right:15px; }
.has_child > a:after { content: ""; z-index: 1; position: absolute; top: 45%; right: 0; border:5px solid; border-color: var(--lighten-color) transparent transparent transparent; }
.has_child:hover .header_nav_child, .header_nav_child:hover { display: block; }

section#pageTop { background-color: var(--primary-color); }
.table_container { width: 100%; }
.left_container, .right_container, .slide_container, .form_container { display: inline-block; vertical-align: middle; }
.left_container, .slide_container { padding-right: 20px; }
.right_container, .form_container { padding-left: 20px; }
.slides { color: var(--body-color); position: relative; width: 100%; }
.slide_item { display: inline-block; vertical-align: top; }
.slide_item_title { font-size: 48px; text-transform: none; line-height: 60px; }
.slide_item_paragraph { margin: 20px auto; font-size: 18px; line-height: 30px; }
.slide_item_list { margin: 20px auto; font-size: 18px; line-height: 30px; font-family: "Lato", sans-serif; font-weight: 400; }
.form_container { color: var(--body-color); padding-left: 50px; }
.form_title { margin: 0 auto 20px; font-size: 24px; text-transform: none; line-height: 34px; }
.form_content { width: 70%; margin-left: 0; }
.form_input_div { position: relative; margin: 20px auto; }
.form_input_control { background: rgba(0, 0, 0, 0.2); border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
.form_input_control:hover, .form_input_control:focus { border-color: var(--fourth-color); }
.form_input_placeholder { position: absolute; top: 12px; left: 15px; }
.form_input_checkbox, .form_disclaimer { display: inline-block; vertical-align: middle; }
.form_disclaimer { font-size: 12px; margin-left: 5px; }
.form_disclaimer a { text-transform: none; font-weight: normal; }
.form_disclaimer a:hover { text-decoration: underline; }
.form_input_btn {}

section#appDreams { background-color: var(--darken-color); padding-top: 50px; padding-bottom: 50px; color: var(--body-color); }
.section_title { margin: 0 auto 40px; font-size: 38px; text-transform: none; line-height: 50px; }
.section_paragraph { margin: 20px auto; font-size: 18px; line-height: 30px; }
.dreams_select_btn { margin: 25px auto; }
.dreams_select_btn a { width: 300px; padding: 20px 30px; }
.dreams_content { display: none; }
.dreams_title { font-size: 28px; text-transform: none; line-height: 40px; }
.dreams_paragraph { margin: 20px auto; font-size: 18px; line-height: 30px; }
.dreams_image { width: 100%; margin-bottom: 20px; }
.dreams_more_btn {}

section#appFeatures { background-color: #fafafa; padding-top: 50px; padding-bottom: 50px; color: var(--darken-color); }
.features_list { position: relative; }
.features_list_item { display: inline-block; vertical-align: top; background: var(--grad-bg); position: relative; width: 250px; height: 200px; cursor: pointer; box-shadow: 8px 8px 16px #eee, -8px -4px 20px #fff; border-radius: 40px; overflow: hidden; }
.features_list_item:hover .features_list_content { transform: scale(1); -webkit-transform: scale(1); }
.features_list_item img { width: 70%; }
.features_list_icon { color: var(--third-color); font-size: 72px; position: absolute; top: 40%; left: 50%; transform: translate(-45%, -50%); -webkit-transform: translate(-45%, -50%); }
.features_list_content { background-color: var(--third-color); position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; width: 100%; height: 100%; transform: scale(0); -webkit-transform: scale(0); transition: .3s ease; -webkit-transition: .3s ease; border-radius: 40px; }
.features_list_title { position: absolute; bottom: 30px; left: 0; width: 100%; color: var(--third-color); font-size: 16px; text-transform: none; }
.features_list_pop { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.features_list_pop img { width: 40%; }
.features_list_small_icon { color: var(--body-color); font-size: 36px; }
.features_list_name { color: var(--body-color); font-size: 22px; text-transform: none; line-height: 30px; margin-top: 20px; }
.features_more_btn { margin-top: 20px; }

section#appHighlights { background-color: var(--lighten-color); padding-top: 50px; padding-bottom: 50px; color: var(--darken-color); }
.highlights_list { margin: 20px auto; }
.hightlights_circle { display: inline-block; vertical-align: middle; position: relative; width: 200px; height: 200px; border-radius: 50%; }
.hightlights_circle:after { content: ''; position: absolute; top: 5px; left: 5px; width: 190px; height: 190px; border-radius: 50%; border: 2px solid var(--lighten-color); transition: .3s ease; -webkit-transition: .3s ease; }
.hightlights_circle:hover:after { top: 0; left: 0; }
.highlights_circle_content { position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; width: 100%; height: 100%; }
.highlights_circle_text { color: var(--body-color); font-size: 22px; line-height: 36px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }

.hightlights_circle:nth-child(1){ background-color: var(--secondary-color); }
.hightlights_circle:nth-child(2) { background-color: var(--third-color); }
.hightlights_circle:nth-child(3) { background-color: var(--fourth-color); }
.hightlights_circle:nth-child(4) { background-color: var(--primary-color); }

.footer_container { background-color: var(--darken-color); color: var(--lighten-color); }
.footer_links_list { margin: 10px auto; }
.footer_links_item { display: inline-block; vertical-align: middle; padding: 0 20px; border-right: 1px solid var(--lighten-color); font-weight: 400; font-size: 13px; }
.footer_links_item:last-child { border: none; }
.footer_links_item:hover { color: var(--body-color); text-decoration: underline; }
.footer_social_media { margin: 10px auto; }
.footer_social_media_item { display: inline-block; vertical-align: middle; margin: 8px; color: var(--lighten-color); }
.footer_social_media_item path { fill: var(--lighten-color); -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.footer_social_media_item:hover path { fill: var(--primary-color); }
.footer_copyright { font-size: 12px; color: var(--lighten-color); }

.slick-list { overflow: hidden; padding: 20px 0 0; }
.slides button.slick-prev, .slides button.slick-next { display: none !important; }
button.slick-prev, button.slick-next { z-index: 1; position: absolute; top: 50%; width: 40px; height: 40px; padding: 5px; background: transparent; font-size: 0; opacity: 0.3; color: var(--darken-color); }
button.slick-prev:hover, button.slick-next:hover { opacity: 1; }
button.slick-prev { left: -15px; }
button.slick-next { right: -15px; }
button.slick-prev:after, button.slick-next:after { content: ''; }
button.slick-prev:before, button.slick-next:before { font-size: 32px; line-height: 32px; color: var(--darken-color); }
.slick-dots li button::before { font-size: 12px; color: var(--body-color); }
.slick-dots li.slick-active button:before { color: var(--body-color); }

@media only screen and (max-width:1400px) 
{
}

@-webkit-keyframes animatebottom { from { -webkit-transform:translate3d(0,20%,0); opacity:0; } to { -webkit-transform:translate3d(0,0,0); opacity:1; } }
@keyframes animatebottom { from { transform:translate3d(0,20%,0); opacity:0; } to { transform:translate3d(0,0,0); opacity:1; } }
.anim_bottom_top1 { -webkit-animation-name:animatebottom; -webkit-animation-duration:1s; -webkit-animation-fill-mode:both; animation-name:animatebottom; animation-duration:1s; animation-fill-mode:both; }
.anim_bottom_top_delay { -webkit-animation-name:animatebottom; -webkit-animation-duration:1.5s; -webkit-animation-fill-mode:both; -webkit-animation-delay:0.9s; animation-name:animatebottom; animation-duration:1.5s; animation-fill-mode:both; animation-delay:0.9s; }

@-webkit-keyframes animateleft { from { -webkit-transform:translate3d(-20%,0,0); opacity:0; } to { -webkit-transform:translate3d(0,0,0); opacity:1; } }
@keyframes animateleft { from { transform:translate3d(-20%,0,0); opacity:0; } to { transform:translate3d(0,0,0); opacity:1; } }
.anim_left_right1 { -webkit-animation-name:animateleft; -webkit-animation-duration:1.5s; -webkit-animation-fill-mode:both; animation-name:animateleft; animation-duration:1.5s; animation-fill-mode:both; }
.anim_left_right_delay { -webkit-animation-name:animateleft; -webkit-animation-duration:1.5s; -webkit-animation-fill-mode:both; -webkit-animation-delay:0.9s; animation-name:animateleft; animation-duration:1.5s; animation-fill-mode:both animation-delay:0.9s;; }

@-webkit-keyframes animateright { from { -webkit-transform:translate3d(20%,0,0); opacity:0; } to { -webkit-transform:translate3d(0,0,0); opacity:1; } }
@keyframes animateright { from { transform:translate3d(20%,0,0); opacity:0; } to { transform:translate3d(0,0,0); opacity:1; } }
.anim_right_left1 { -webkit-animation-name:animateright; -webkit-animation-duration:1.5s; -webkit-animation-fill-mode:both; animation-name:animateright; animation-duration:1.5s; animation-fill-mode:both; }
.anim_right_left_delay { -webkit-animation-name:animateright; -webkit-animation-duration:1.5s; -webkit-animation-fill-mode:both; -webkit-animation-delay:0.9s; animation-name:animateright; animation-duration:1.5s; animation-fill-mode:both; animation-delay:0.9s; }

@-webkit-keyframes animatebounce { 0% { -webkit-transform:scale(0); } 60% { -webkit-transform:scale(1.1); } 75% { -webkit-transform:scale(0.9); } 90% { -webkit-transform:scale(1.1); } 100% { -webkit-transform:scale(1); } }
@keyframes animatebounce { 0% { transform:scale(0); } 60% { transform:scale(1.1); } 75% { transform:scale(0.9); } 90% { transform:scale(1.1); } 100% { transform:scale(1); } }
.anim_bounce { -webkit-animation-name:animatebounce; -webkit-animation-duration:0.8s; -webkit-animation-fill-mode:both; animation-name:animatebounce; animation-duration:0.8s; animation-fill-mode:both; }

@-webkit-keyframes animatetop { from { -webkit-transform:translateY(-30%); } to { -webkit-transform:translateY(0)); } }
@keyframes animatetop { from { transform:translateY(-30%); } to { transform:translateY(0); } }
.anim_top { -webkit-animation-name:animatetop; -webkit-animation-duration:1.5s; -webkit-animation-fill-mode:both; animation-name:animatetop; animation-duration:1.5s; animation-fill-mode:both; }