@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);

h1, h2, h3, h4, h5, h6, p, span, a, button, input {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-decoration: none;
    margin: 0;
}
section {

}

body {
    background-color: #070c0f;
    overflow-x: hidden;
}

.gradient {
    background: linear-gradient(90deg, #cbff77 40.29%, #caff75 55.22%, #e3ffa1 70.15%, #b2ff36 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.element-animation{
    opacity: 0;
    -webkit-transform: translateY(25px);
}

.element-animation.element-show{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transition: .5s;
}

main .bg {
    position: absolute;
    left: -50%;
    opacity: .5;
    top: -90%;
    z-index: -1;
}
.bg img{
    width: 200%;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    z-index: -1;
}
main .bg1 {
    position: absolute;
    left: 30%;
    opacity: .5;
    top: -20%;
    z-index: -1;
}
.bg1 img{
    width: 170%;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    z-index: -1;
}


header {

}
.menu {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu-logo {
    display: flex;
    align-items: center;
}
.menu-logo img{
    height: 60px;
    transition: all .2s;
}
.menu-logo img:hover{
    opacity: .7;
}
.menu-nav {
    display: flex;
    align-items: center;
}
.menu-link {
    margin: 0px 16px;
}
.menu-link a{
    font-size: 16px;
    font-weight: 500;
    transition: all .2s;
}
.menu-link a:hover{
    opacity: .7;
}
.menu-button {
    margin-left: 16px;
}
.menu-button button{
    background-color: #9aea19;
    border: 0px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 24px;
    transition: all .2s;
    color: #001a00;
}
.menu-button button:hover{
    background-color: #9aea19ce;
}
.menu-sign {
}



main {
    position: relative;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-info {
    width: 45%;
}
.main-slider {
    margin-bottom: 16px;
}
.main-slider p{
    width: fit-content;
    font-weight: 400;
    font-size: 24px;
    background: linear-gradient(90deg, #cbff77 40.29%, #caff75 55.22%, #e3ffa1 70.15%, #b2ff36 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-header {
    margin-bottom: 20px;
}
.main-header h1{
    font-size: 56px;
    font-weight: 600;
}
.main-text {
    margin-bottom: 24px;
}
.main-text p{
    font-size: 16.5px;
    font-weight: 500;
    color: #b2b2b2;
}
.main-button {
}
.main-button button{
    background-color: #9aea19;
    border: 0px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 24px;
    transition: all .2s;
    color: #001a00;
}
.main-button button:hover{
    background-color: #9aea19ce;
}
.main-company {
    padding-top: 24px;
}
.main-company img{
    width: 100px;
    margin-right: 16px;
    filter: grayscale(100%);
    transition: all .2s;
}
.main-company img:hover {
    filter: grayscale(0%);
}
.main-image {
}



.whychoose {
    padding-top: 80px;
}
.whychoose-info {
    text-align: center;
    position: relative;
}
.whychoose-info .bg3 {
    position: absolute;
    left: -10%;
    opacity: .5;
    top: -70%;
    z-index: -1;
}
.bg3 img{
    width: 200%;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    z-index: -1;
}
.whychoose-header {
    margin-bottom: 20px;
}
.whychoose-header h2{
    font-size: 50px;
    font-weight: 500;
}
.whychoose-text {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.whychoose-text p{
    max-width: 800px;
    font-size: 18.5px;
    font-weight: 500;
    color: #b2b2b2;
}
.whychoose-button {
}
.whychoose-button button{
    background-color: #9aea19;
    border: 0px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 24px;
    transition: all .2s;
    color: #001a00;
}
.whychoose-button button:hover{
    background-color: #9aea19ce;
}
.whychoose-items {
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.whychoose-item {
    width: 45%;
    text-align: center;
    padding: 64px 32px;
    background-color: #0c191f;
    border-radius: 16px;
    transition: all .2s;
    margin-bottom: 16px;
    border: 2px solid #2b3a41;
}
.whychoose-item:hover {
    background-color:#11232b;
}
.whychoose-item-img {
    margin-bottom: 24px;
}
.whychoose-item-img img{
    width: 80px;
}
.whychoose-item-header {
    margin-bottom: 8px;
}
.whychoose-item-header h4{
    font-size: 22px;
}
.whychoose-item-info {
}
.whychoose-item-info p{
    font-weight: 500;
    color: #b2b2b2;
    font-size: 18px;
}



.howtowork {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.bg5 {
    position: absolute;
    left: -20%;
    opacity: .5;
    top: -70%;
    z-index: -1;
}
.bg5 img{
    width: 180%;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    z-index: -1;
}
.howtowork-img {
    width: 45%;
}
.howtowork-img img{
}
.howtowork-info {
    width: 45%;
}
.howtowork-header {
    margin-bottom: 16px;
}
.howtowork-header h3{
    font-size: 50px;
    font-weight: 500;
}
.howtowork-text {
    margin-bottom: 32px;
}
.howtowork-text p{
    font-weight: 500;
    color: #b2b2b2;
    font-size: 20px;
}
.howtowork-button {
}
.howtowork-button button{
    background-color: #9aea19;
    border: 0px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 24px;
    transition: all .2s;
    color: #001a00;
}
.howtowork-button button:hover{
    background-color: #9aea19ce;
}



.our-performance {
    padding-top: 120px;
    position: relative;
}
.bg4 {
    position: absolute;
    left: 30%;
    opacity: .5;
    top: -70%;
    z-index: -1;
}
.bg4 img{
    width: 180%;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    z-index: -1;
}
.our-performance-header {
    text-align: center;
    margin-bottom: 24px;
}
.our-performance-header h2{
    font-size: 50px;
    font-weight: 500;
}
.our-performance-text {
    text-align: center;
}
.our-performance-text p{
    font-weight: 500;
    color: #b2b2b2;
    font-size: 20px;
}
.our-performance-items {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.our-performance-item {
    background-color: #0c191f;
    border-radius: 16px;
    width: 50%;
    text-align: center;
    padding: 24px;
    border: 2px solid #2b3a41;
    transition: all .2s;
}
.our-performance-item:hover {
    background-color:#11232b;
}
.our-performance-item-header {
    margin-bottom: 32px;
}
.our-performance-item-header h6{
    text-transform: uppercase;
    letter-spacing: 3px;
}
.our-performance-item-info {
    margin-bottom: 32px;
}
.our-performance-item-info p{
    font-size: 40px;
    font-weight: 500;
}



.reviews {
    padding-top: 120px;
}
.reviews-header {
    text-align: center;
}
.reviews-header h2{
    font-size: 50px;
    font-weight: 500;
}
.reviews-rating {
    margin-top: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.reviews-rating p{
    font-weight: 500;
    color: #979797;
    font-size: 20px;
}
.reviews-rating-stars {
    margin-right: 24px;
    margin-left: 28px;
}
.reviews-rating-stars img{
    height: 20px;
    margin-top: 4px;
}
.reviews-rating-google {
}
.reviews-rating-google img{
    height: 30px;
}
.reviews-rew {
    text-align: center;
}
.reviews-rew p{
    font-weight: 400;
    color: #b2b2b2;
    font-size: 20px;
}
.reviews-slider {
    padding-top: 32px;
    display: flex;
    align-items: center;
}

.reviews-slider-item {
    height: auto;
    background-color: #0c191f;
    margin: 0px 16px;
    border-radius: 8px;
    border: 1px solid #2b3a41;
    transition: all .2s;
}
.reviews-slider-item:hover {
    background-color:#11232b;
}
.reviews-slider-header {
    padding: 24px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2b3a41;
}
.reviews-slider-header-img {
    margin-right: 16px;
}
.reviews-slider-header-img p{
    background-color: #0097a6;
    font-size: 20px;
    font-weight: 300;
    list-style: 18px;
    padding-left: 13px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 4px;
    border-radius: 100px;
}
.reviews-slider-header-info {
}
.reviews-slider-header-info-name {
    margin-bottom: 6px;
}
.reviews-slider-header-info-stars {
    display: flex;
}
.reviews-slider-header-info-stars img{
    height: 20px;
}
.slider-text {
    padding: 24px;
}
.slider-text p{
    font-size: 20px;
    color: #e9e9e9;
}
.slick-arrow {
    width: 32px;
    transition: .2s;
    cursor: pointer;
}
.slick-arrow:hover{
    opacity: .7;
}



.featured {
    padding: 120px 0px;
}
.featured-header {
    text-align: center;
    margin-bottom: 64px;
}
.featured-header h2{
    font-size: 50px;
    font-weight: 500;
}
.featured-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.featured-images img{
    width: 20%;
    filter: grayscale(100%);
    transition: all .2s;
}
.featured-images img:hover {
    filter: grayscale(0%);
}

footer {
    background-color: #121212;
}
.footer {
    padding: 32px 0px;
}
.footer-logo {
    text-align: center;
    margin-bottom: 8px;
}
.footer-logo img{
    width: 200px;
}
.footer-text {
    text-align: center;
}
.footer-soc {
    display: flex;
    justify-content: center;
}
.footer-soc {
    padding-top: 16px;
}
.footer-soc img{
    width: 24px;
    filter: grayscale(100%);
    transition: all .2s;
    margin: 0px 4px;
}
.footer-soc img:hover {
    filter: grayscale(0%);
}


.howitworks {
    padding-top: 120px;
    position: relative;
}
.bg12 {
    position: absolute;
    left: -20%;
    opacity: .5;
    top: -40%;
    z-index: -1;
}
.bg12 img{
    width: 200%;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    z-index: -1;
}
.howitworks-header {
    text-align: center;
}
.howitworks-header h2{
    font-size: 50px;
    font-weight: 500;
}
.howitworks-items {
    padding-top: 32px;
    max-width: 700px;
    margin: auto;
}
.howitworks-item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    background-color: #0c191f;
    padding: 32px 32px;
    border-radius: 8px;
    border: 2px solid #2b3a41;
    transition: all .2s;
}
.howitworks-item:hover {
    background-color:#11232b;
}
.howitworks-item-number {
    margin-right: 32px;
}
.howitworks-item-number p{
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    background-color: #8adb07;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
}
.howitworks-item-text {
}
.howitworks-item-text h3{
    margin-bottom: 8px;
    font-size: 32px;
}
.howitworks-item-text p{
    font-size: 18px;
    color: #efefef;
}
.howitworks-button {
    text-align: center;
}
.howtowork-button {
}
.howitworks-button button{
    background-color: #9aea19;
    border: 0px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 24px;
    transition: all .2s;
    color: #001a00;
}
.howitworks-button button:hover{
    background-color: #9aea19ce;
}