:root {
    --color-green: #00D07E;
    --color-light: #ffffff;
    --color-dark: #0A0A0A;

    --font-title: 'Montserrat', sans-serif;
    --font-text: 'Montserrat', sans-serif;
}

html,
body{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--font-text);
    letter-spacing: 0;
    color: var(--color-dark);
    background: var(--color-light);
    width: 100%;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6{
    font-family: var(--font-title);
    font-weight: 700;
}

h1{
    font-size: 5vh;
    line-height: 6vh;
    text-transform: uppercase;
}

h2{
	font-size: 14vh;
    line-height: 14vh;
    text-transform: uppercase;
}


h3{
	font-size: 3vh;
    line-height: 3vh;
    text-transform: uppercase;
}


h4{
    font-size: 30px;
    line-height: 32px;
	text-transform: uppercase;
	margin: 0px;
}

p{
    font-size: 16px;
    line-height: 20px;
}

.large-text{
    font-size: 24px;
    line-height: 30px;
}


.text-large{
    font-size: 24px;
    line-height: 24px;
}

.text-small{
    font-size: 16px;
    line-height: 20px;
}

.text-upper{
    text-transform: uppercase;
}

.text-font-bold{
    font-weight: 700;
}

.text-font-normal{
    font-weight: 400;
}


.main-font{
	font-family: var(--font-title);
}

.color-green{
    color:var(--color-green)
}

.color-white{
    color:var(--color-light)
}

a{
    text-decoration: none;
    color:var(--color-green);
    transition: all .3s;
	margin: 0px;
}

a:hover{
    color: var(--color-dark);
}

a .icon{
    position: relative;
    top: 2px;
    margin-left: 5px;
}

a.color-red:hover{
    color: var(--color-white);
}

.p-relative{
    position: relative;
}
.d-block{
    display: block;
}
.d-inline-block{
    display: inline-block;
}
.d-flex{
    display: flex;
}
.show-mobile{
    display: none;
}
.d-none{
    display: none;
}

.f-align-center{
    align-items: center;
}

.f-justify-center{
    justify-content: center;
}

.f-align-start{
    align-items: flex-start;
}

.f-align-between{
	justify-content: space-between;
}


.f-wrap{
    flex-wrap: wrap;
}

.f-col{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.f-dir-col{
	flex-direction: column;
}

.f-end{
	justify-content: flex-end;
}

.f-right{
    margin-left: auto;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.w-40{
    width: 40%;
}


.w-50{
    width: 50%;
}

.w-60{
    width: 60%;
}

.w-100{
    width: 100%;
}

.vh-100{
	height: 100vh;
}

.m-0{
    margin: 0;
}

.p-0{
     padding: 0;
 }

.mt-0{
    margin-top: 0;
}

.mt-5{
     margin-top: 5px;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-50{
    margin-top: 50px;
}

.mt-100{
    margin-top: 100px;
}

.mb-0{
    margin-bottom: 0;
}

.mb-5{
    margin-bottom: 5px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

.ml-0{
    margin-left: 0;
}

.ml-5{
    margin-left: 5px;
}

.ml-10{
    margin-left: 10px;
}

.ml-20{
    margin-left: 20px;
}

.mr-0{
    margin-right: 0;
}

.mr-5{
    margin-right: 5px;
}

.mr-10{
    margin-right: 10px;
}

.mr-20{
    margin-right: 20px;
}

.mr-50{
    margin-right: 50px;
}

.mr-100{
    margin-right: 100px;
}

.col-left{
    padding-right: 30px;
    box-sizing: border-box;
}
.col-right{
    padding-left: 30px;
    box-sizing: border-box;
}

section{
    position: relative;
    overflow: hidden;
}

.main section{
    height: 100vh;
}

.container{
    width: 90%;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

.container-wide {
    width: 90%;
    margin: 0 5%;
}

.container-small{
    width: 80%;
	margin: 0px auto;
}

.container-tiny{
    width: 700px;
}

.divider{
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(88, 88, 192, 0) 0%,rgba(88, 88, 192, 1) 50%, rgba(88, 88, 192, 0) 100%);
}


.btn{
    opacity: 1;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    background: var(--color-green);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--font-title);
    color: var(--color-dark);
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    transition: all .4s;
	position: relative;
    overflow: hidden;
}


.btn:hover{
    filter: brightness(1.5);
}

.loading{
    background:#11eb7f;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 99999;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.left{
	width: 40%;
}

.right{
	width: 60%;
}

.underline{
	position: relative;
    display: inline-block;
}

.underline::after{
    content: '';
    width: 100%;
    overflow: hidden;
    height: 10px;
    background: var(--color-green);
    position: relative;
    display: block;
}

.space{
	padding-right: 1vh;
}


.scroll-down{
	width: 30px;
    position: absolute;
    left: 50%;
    z-index: 9;
}
.scroll-down img{
	animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
		top:10px;
        opacity: 1
    }
    100% {
		top:0px;
        opacity: 0;
        transform: translateY(26px)
    }
}



/***********************
    SECTION HERO
***********************/

section.hero{
}

.hero h1, .hero span{
	display:inline-block;
}

.hero .container{
	z-index: 9999;
}

.hero-content{
	padding-top: 20vh;
}

.hero-image{
	position: absolute;
    bottom: -25vh;
    z-index: 0;
}

.hero .left img{
	width: 100%;
}

/***********************
    SECTION TEAM
***********************/

section.bottom{
	background: url("../images/team.svg");
	background-size: cover;
}


.team-container{
	width: 50%;
    margin-bottom: 2%;

}
.team-member{
}

.team-avatar{
	width: 45%
}

.team-avatar img{
	width: 100%;
}

.team-details{
	width: 50%;
	margin-left: 5%;
}

.team-details p{
	margin: 5px 0px;
}

.team-details a::after{
	content: url("../images/arrow.svg");
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	margin-left: 5px;
	transition: 0.5s all;
}


.team-details a:hover::after{
	margin-left: 10px;
}


footer{
	position: absolute;
    bottom: 20px;
    width: 90%;
	margin: 0px auto;
}

footer .logo img{
	transition:0.5 all;
}

footer .logo img:hover{
	filter: brightness(1.5);
}























