.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body {
font-family: 'Manrope', sans-serif;
}


.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

/* CONTAINERS */

.c-container-first {
    position: relative;
    min-height: calc(100vh - 100px);
}
.c-container-gen {
    position: relative;
    min-height: 100vh;
}

/* ------------------------ */

/* FETA IMAGE */

.c-feta-img {
    position: absolute;
    top: 0;
    right: 0;
    /* bottom: 0; */
    width: 50%;
    /* left: 0; */
    height: 100%;
}

.c-feta-img img {
height: calc(100vh - 100px);
    position: absolute;
width: auto;
    top: 0;
    right: 0;
z-index: 2;
}

/* ------------------------ */

/* TITLES */

.c-big-title {
font-size: 5.5vw;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: relative;
}

.c-md-title {
font-size: 3vw;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: relative;
}

.c-md-title-slider {
font-size: 3vw;
font-weight: 800;
    line-height: 1.2;
margin-bottom: 0px;
position: absolute;
    top: 0;
    padding-top: 0;
}

/* ------------------------ */

/* ALIGNS */

.c-align-first {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
margin-left: 5%;
z-index: 1;
}
.c-align-mid {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
margin-left: 10%;
z-index: 1;
}

.c-align-padding-top {
position: relative;
padding-top: 100px;
margin-left: 5%;
z-index: 1;
}
.c-align-padding-bottom {
position: relative;
padding-bottom: 100px;
margin-left: 5%;
z-index: 1;
}

.c-align-padding-footer {
    position: relative;
    padding-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 1;
}


/* ------------------------ */

/* UNDERLINE */

span.c-underline-big {
/* background-image: linear-gradient(rgb(43 242 224 / 0%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 0%) 90%, rgb(43 242 224 / 0%) 100%); */
  box-shadow: inset 0px -2vw #2bf2e0;
  transition: box-shadow 250ms ease;
}
span.c-underline-big:hover {
box-shadow: inset 0px -6vw #2bf2e0;
/* background-image: linear-gradient(rgb(43 242 224 / 100%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 100%) 90%, rgb(43 242 224 / 100%) 100%); */
}
span.c-underline-md {
/* background-image: linear-gradient(rgb(43 242 224 / 0%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 0%) 90%, rgb(43 242 224 / 0%) 100%); */
  box-shadow: inset 0px -1.5vw #2bf2e0;
  transition: box-shadow 500ms ease;
}
span.c-underline-md:hover {
box-shadow: inset 0px -6vw #2bf2e0;
/* background-image: linear-gradient(rgb(43 242 224 / 100%) 65%, #2bf2e0 65%, #2bf2e0 90%, rgb(43 242 224 / 100%) 90%, rgb(43 242 224 / 100%) 100%); */
}


/* ------------------------ */

/* CIRCLE DESIGN */

.c-circle-first {
    position: absolute;
   width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: -40px;
    top: -20px;
    z-index: 0;
}

.c-circle-biggrey {
    background-color: #f6f6f6;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(80%, -50%);
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
}
.c-circle-c1 {
    position: absolute;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 73%;
    top: 4vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c2 {
    position: absolute;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 60%;
    top: -2vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c3 {
    position: absolute;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 16%;
    top: 4vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-circle-c4 {
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #389ff2;
    left: 27%;
    top: -2vw;
    z-index: 0;
    transform: translate(-50%, -50%);
}


/* ------------------------ */

/* ROW HEIGHT */

.c-row-height {
position: relative;
min-height: 100vh;
}

/* ------------------------ */

/* PARAGRAPHS */

.c-gen-text {
font-size: 1.2vw;
font-weight: 500;
}

.c-par-width {
width: 70%;
}

/* ------------------------ */

/* BUTTONS */

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: white;
    background-color: #389ff2;
    transition: 0.3s;
}

.c-button-1:hover {
color: white;
background-color: #2bf2e0;
}

/* ------------------------ */

/* COACHING */
.c-coaching {
    position: relative;
}

.c-coaching img {
    border-radius: 20px;
margin: auto;
display: block;
max-width: 500px;
height: auto;
transform: scale(1);
transition: 0.3s;
}

.c-coaching:hover img {
transform: scale(1.05);
}

.c-coaching-text {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.c-coaching-text p {
    font-size: 2.3vw;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 800;
}


.c-contact-link {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    z-index: 90;
    transform: scale(1);
    transition: 0.3s;
}
.c-contact-link a {
text-decoration: none;
color: #333333;
}

.c-contact-circle {
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: -10%;
    left: -10%;
    background-color: #2bf2e0;
    transition: 0.3s;
    border-radius: 50%;
    z-index: 91;
transform: scale(1);
}

.c-contact-link-text {
font-size: 1vw;
font-weight: 800;
margin-bottom: 0px;
    position: relative;
    top: 0;
    left: 3%;
    z-index: 92;
transform: scale(1);
}

.c-contact-link:hover {
transform: scale(1.2);
}

.c-footer-link a{
text-decoration: none;
color: #333;
}

.c-footer-icon-1 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('/cache/files/1dee2349e68aa4a32db57f81f04bc2194bc69079.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}
.c-footer-link:hover .c-footer-icon-1 {
    border: 1px solid #2bf2e0;
    background-image: url('/cache/files/947212aa9af1d71438c42315f75edbeaf19fa76b.png');
}


.c-footer-icon-2 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('/cache/files/7ad8a0216530de825ac755218f6e5eb6a3a84b62.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}
.c-footer-link:hover .c-footer-icon-2 {
    border: 1px solid #2bf2e0;
    background-image: url('/cache/files/cdcdeaa09471dd874f23ce2a30142e8eceb43c62.png');
}


.c-footer-icon-3 {
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('/cache/files/763ecc43baa3d72a06db2fc44dfb4a1bf363a670.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
transition: 0.3s;
}

.c-footer-link:hover .c-footer-icon-3 {
    border: 1px solid #2bf2e0;
    background-image: url('/cache/files/9ba18a6bf2b9aa6c4f67d0a9f0a052660b7966ea.png');
}


.c-social-icons {
    width: 2vw;
    height: auto;
    border: 1px solid #333333;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
}


.c-icon-coaching {
height: 6vw;
position: relative;
opacity: 0.6;
transition: 0.3s;
}
.c-icon-coaching:hover {
opacity: 1;
}
.c-icon-coaching img {
width: 4vw;
height: auto;
margin-right: 30px;
}

.c-icon-coaching p {
font-size: 1.2vw;
font-weight: 300;
position: absolute;
top: 50%;
left: 0;
transform: translate(0%, -50%);
color: white;
}

/* ANIMATION */
.c-circle-animation-1 {
    animation-name: floating-1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-1 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }    
}

.c-circle-animation-c1 {
    animation-name: floating-c1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c1 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }    
}

.c-circle-animation-c2 {
    animation-name: floating-c2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c2 {
0% {    transform: translate(0px, 0px);}
25% {    transform: translate(0.5vw, 0px);}
50% {    transform: translate(0px, 0px);}
75% {    transform: translate(-0.5vw, 0px);}
100% {    transform: translate(0px, 0px);}
}

.c-circle-animation-c3 {
    animation-name: floating-c3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c3 {
    0% { transform: translate(0px,  0px); }
  25% { transform: translate(0px,  0.5vw); }
    50% { transform: translate(0px,  0px); }
    75%  { transform: translate(0px, -0.5vw); }
    100%   { transform: translate(0px, 0px); }    
}

.c-circle-animation-c4 {
    animation-name: floating-c4;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.005, 0.001, 1, 1);
}

@keyframes floating-c4 {
0% {    transform: translate(0px, 0px);}
25% {    transform: translate(0.5vw, 0px);}
50% {    transform: translate(0px, 0px);}
75% {    transform: translate(-0.5vw, 0px);}
100% {    transform: translate(0px, 0px);} 
}/* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 16px;
    border-bottom: 1px solid #333333;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
background-color: transparent;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
font-size: 3vw;
font-weight: 800;
line-height: 1.3;
}
div.contactform p label {
    display: block;
    color: #333;
}

@media (max-width: 768px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: center;
}
}

.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: white;
    margin: auto;
margin-top: 10px;
    background-color: #389ff2;
    border: 0px solid rgba(51,51,51,1);
    transition: 0.3s;
}
.contactform button:hover {
color: #333;
background-color: #2bf2e0;
}



@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    height: 120px;
}