@font-face {font-family: 'TerfensThin'; src: url(font/Terfens-Thin.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensThinItalic'; src: url(font/Terfens-ThinItalic.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensLight'; src: url(font/Terfens-Light.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensLightItalic'; src: url(font/Terfens-LightItalic.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensRegular'; src: url(font/Terfens-Regular.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensItalic'; src: url(font/Terfens-Italic.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensMedium'; src: url(font/Terfens-Medium.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensMediumItalic'; src: url(font/Terfens-MediumItalic.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensBold'; src: url(font/Terfens-Bold.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensBoldItalic'; src: url(font/Terfens-BoldItalic.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensBlack'; src: url(font/Terfens-Black.woff2) format("woff2");font-display: swap;rel:preload;}
@font-face {font-family: 'TerfensBlackItalic'; src: url(font/Terfens-BlackItalic.woff2) format("woff2");font-display: swap;rel:preload;}

body, h1, h2, h3, h4, h5, h6, p, a, section, img {
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

h1 {
    font-family: TerfensLight, sans-serif;
    font-weight: 300;
    font-size: 4vw;
    line-height: 4.5vw;
    color: white;
}

h2 {
    font-family: TerfensBold, sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    color: #454545;
}

h3 {
    font-family: TerfensLight, sans-serif;
    font-weight: 400;
    font-size: 1.1vw;
    color: #454545;
}

h4 {
    font-family: TerfensBold, sans-serif;
    font-weight: 700;
    font-size: 1vw;
    color: #454545;
}

h5 {
    font-family: TerfensLight, sans-serif;
    font-weight: 400;
    font-size: 1vw;
    color: #454545;
}

@media all and (max-width: 900px) {
    h1 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    
    h2 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    
    h3 {
        font-size: 1.1rem;
        line-height: 1.35rem;
    }

    h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    h5 {
        font-size: 1.1rem;
        line-height: 1.35rem;
    }
}

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


.header {
    position: absolute;
    z-index: 5;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 20vh;
    padding: 0% 10vw;
    box-sizing: border-box;
}
/* CALLED WHEN USERS SCROLLS DOWN */
.headerFixed {
    background: #29abe2;
    background: linear-gradient(90deg, #175dc3 0%, #29abe2 80%);
    box-shadow: 0px 2px 10px 0px #0000004d;
    height: 10%;
    position: fixed;
}

.header-logo {
    width: 17.5%;
}

.menu-list {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.menu-list a {
    display: flex;
    align-items: center;
    color: white;
    font-family: TerfensMedium;
    font-size: 1vw;
    padding: 1.5%;
    border-radius: 0.75vw;
}

.menu-list a:hover {
    background-color: rgba(255,255,255,0.1);
}

.menu-list a:last-child {
    border: 0.15vw solid white;
    border-radius: 1vw;
}

.menu-list a:last-child:hover {
    background-color: white;
    color: #29abe2;
}

@media all and (max-width: 900px) {
    .header {
        display: none;
    }
}

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

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #29abe2;
    background: linear-gradient(0deg, #175dc3 0%, #29abe2 80%);
    color: white;
    padding: 20vh 10vw 10vh 10vw;
}

.hero-logo {
    display: none;
}

.hero-content {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content h3 {
    margin: 2% 0% 4% 0%;
    width: 90%;
    color: white;
}

.hero-img {
    height: 35vw;
    border-radius: 3vw;
}

.hero-buttons {
    display: flex;
    align-items: center;
}

.login {
    display: flex;
    align-items: center;
    border: 0.15vw solid white;
    border-radius: 1vw;
    padding: 0.15vw 1.25vw;
    cursor: pointer;
    color: white;
    width: fit-content;
    transition: all 350ms linear;
}

.login img {
    width: 1.5vw;
    min-width: 25px;
    padding-right: 0.5vw;
}

.login div span:nth-child(1) {
    font-family: TerfensLight;
    font-weight: 100;
    font-size: 0.7vw;
}

.login div span:nth-child(3) {
    font-family: TerfensRegular;
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 1.25rem;
}

.login:hover {
    background: #6A8F9F;
}

.play {
    display: flex;
    flex-direction: row-reverse;
}

.play a {
    font-family: TerfensLightItalic;
    font-weight: 700; 
    font-size: 1vw;
    color: white;
    text-decoration: underline;
}

.play img {
    width: 1vw;
    min-width: 15px;
    padding: 0 0.3vw 0 0.75vw;
    transition: all 250ms linear;
}

.play a:hover ~ img {
    width: 1.1vw;
}

@media all and (max-width: 900px) {
    .hero {
        min-height: 100vh;
        box-sizing: border-box;
        padding: 5%;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
        height: auto;
    }

    .hero-logo {
        display: initial;
        width: 50%;
    }

    .hero-content h1, .hero-content h3 {
        text-align: center;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-img {
        display: none;
    }

    .login {
        text-align: left;
        border: 2px solid white;
        border-radius: 5px;
        padding: 4px 15px 5px 15px;
    }
    
    .login img {
        width: 1.5vw;
        min-width: 25px;
        padding-right: 7px;
    }

    .login div span:nth-child(1) {
        font-size: 0.7rem;
    }
    
    .login div span:nth-child(3) {
        font-size: 1.2rem;
    }

    .play {
        margin-top: 15px;
    }

    .play a {
        font-size: 1rem;
    }

    .play img {
        padding: 0 5px 0 0;
    }
}

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

.features {
    background-color: #F0F9FD;
    display: flex;
    padding: 5% 17.5%;
    box-sizing: border-box;
    justify-content: space-between;
}

.feature {
    display: flex;
    width: 100%;
    align-items: center;
}

.feature-column {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.feature-column > :not(:last-child) {
    margin-bottom: 10%;
}

.feature img {
    width: 6.5vw;
    margin: 0% 5% 0% 0%;
}

.feature-txt h4 {
    margin-bottom: 2%;
}

@media all and (max-width: 900px) {
    .features {
        flex-direction: column;
        padding: 15% 5%;
    }

    .feature-column > :not(:last-child) {
        margin-bottom: 5%;
    }

    .feature-column {
        width: 100%;
        margin-bottom: 5%;
    }

    .feature {
        flex-direction: column;
        align-items: center;
    }

    .feature img {
        width: 100px;
        margin: 0% 0% 5% 0%;
    }

    .feature-txt {
        text-align: center;
    }
}

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

.video {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 5%;
    margin: 0% 0% -22.5% 0%;
    z-index: 1;
    position: relative;
}

.video h3 {
    margin: 0.5% 0% 3% 0%;
    width: 50%;
}

.video iframe {
    width: 60vw;
    height: 33.75vw;
    border-radius: 1.5vw;
}

@media all and (max-width: 900px) {
    .video {
        padding: 15% 5%;
        margin: 0%;
    }
    
    .video h3 {
        width: 100%;
        margin: 2.5% 0% 0% 0%;
    }

    .video iframe {
        width: 90vw;
        height: 50.625vw;
        margin: 7.5% 0% 0% 0%;
    }
}

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

.swiper {
    width: 100%;
    height: 100%;
    background: #ececec;
    padding: 22.5% 0% 0% 0%;
    z-index: 0;
    position: relative;
    text-align: center;
}

.swiper h3 {
    width: 53%;
    margin: 0 auto;
}

.swiper-wrapper {
    padding: 4% 0% 5% 0%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    opacity: 0.6;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
}

.mockup {
    width: 18.1%;
    position: absolute;
    z-index: 99;
    top: 44.3%;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (max-width: 900px) {
    .swiper {
        box-sizing: border-box;
        padding: 15% 5% 6% 5%;
    }

    .swiper h3 {
        width: 100%;
        padding: 2.5% 0%;
    }

    .swiper-wrapper {
        padding: 10% 0%;
    }

    .swiper-slide {
        width: 80%;
    }

    .mockup {
        display: none;
    }

}

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

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5% 10%;
}

.faq h3 {
    margin-bottom: 3%;
    width: 47%;
}

.faq-container {
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
}

.faq-wrapper {
    display: flex;
    width: 45%;
    flex-direction: column;
}

.faq-wrapper > :not(:last-child) {
    margin-bottom: 2.5%;
}

.question h4 {
    margin-bottom: 0.75%;
}

@media all and (max-width: 900px) {
    .faq {
        padding: 15% 5%;
    }

    .faq h3 {
        padding: 2.5% 0%;
        width: 100%;
    }

    .faq-container {
        flex-direction: column;
        padding: 10% 0% 0% 0%;
    }

    .faq-wrapper {
        width: 100%;
    }

    .faq-container > :not(:last-child) {
        margin-bottom: 7.5%;
    }

    .faq-wrapper > :not(:last-child) {
        margin-bottom: 7.5%;
    }

}

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

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0% 0% 5% 0%;
}

.contact h3 {
    width: 30%;
}

form {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    column-gap: 5%;
    row-gap: 25px;
    width: 50%;
    padding: 2.5% 0% 0%;
}

form input {
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    padding-left: 25px;
    font-size: 0.9vw;
    line-height: 2.75em;
    background-color: transparent;
    font-family: TerfensRegular, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

form textarea {
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    padding-left: 25px;
    height: 175px;
    font-size: 0.9vw;
    padding-top: 10px;
    background-color: transparent;
    font-family: TerfensRegular, sans-serif;
    box-sizing: border-box;
}

form input:focus, form textarea:focus {
    outline: none;
    border-bottom: 2px solid #29abe2;
}

form #question {
    grid-column: 1 / 2;
}

#melpote {
    display: none;
}

form #submit {
    background-color: #29abe2;
    border-radius: 25px;
    border: 0.15vw solid #29abe2;
    color: white;
	font-family: TerfensRegular, sans-serif;
    font-size: 1vw;
    line-height: 2.5em;
    text-decoration: none;
    grid-column: 2 / 4;
    cursor: pointer;
    padding: 0;
}

form #submit:hover {
    background-color: transparent;
    border: 0.15vw solid #29abe2;
    color: #29abe2;
}

#name, #email, #subject, #message { grid-column: 1 / 4; }

@media all and (max-width: 900px) {
    .contact {
        display: flex;
        flex-direction: column;
        padding: 0% 5% 10% 5%;
    }

    .contact h1 {
        padding: 0%;
        font-size: 1.5rem;
        text-align: center;
    }

    .contact h3 {
        padding: 0% 0% 12.5% 0%;
        width: 100%;
    }

    form {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    form input {
        font-size: 1rem;
    }

    form textarea {
        font-size: 1rem;
    }

    form #submit {
        font-size: 1.25rem;
    }

    form #submit {
        border: 2px solid #29abe2;
    }
    
    form #submit:hover {
        border: 2px solid #29abe2;
    }
    
}
/* ---------------------------------------------------- */

.footer {
    background-color: #29abe2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0% 25% 0% 25%;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6%;
}

.footer-content img {
    width: 45%;
    padding-bottom: 3%;
}

.footer-content h3 {
    color: white;
    font-size: 0.8vw;
    text-align: left;
    width: 67%;
}

.footer-buttons {
    display: flex;
}

.footer-buttons a:not(:last-child) {
    margin-right: 5%;
}

.download-app {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.15vw solid white;
    border-radius: 1vw;
    padding: 0.15vw 1.25vw;
    cursor: pointer;
    color: white;
    width: fit-content;
    transition: all 350ms linear;
}

.download-app img {
    width: 1.5vw;
    min-width: 25px;
    padding-right: 0.5vw;
}

.download-app div span:nth-child(1) {
    font-family: TerfensLight;
    font-weight: 400;
    font-size: 0.7vw;
    white-space: nowrap;
}

.download-app div span:nth-child(3) {
    font-family: TerfensRegular;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 1.25rem;
    white-space: nowrap;
}

.download-app:hover {
    background: #6A8F9F;
}

.copyright {
    font-family: TerfensLight, sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.3);
    box-sizing: border-box;
    padding: 2.5% 0%;
    font-size: 0.75vw;
}

@media all and (max-width: 900px) {
    .footer {
        padding: 5% 5% 0% 5%;
    }
    
    .footer-container {
        flex-direction: column;
        justify-content: center;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 5%;
    }

    .footer-buttons {
        justify-content: center;
    }

    .download-app {
        text-align: left;
        border: 1.5px solid white;
        border-radius: 5px;
        padding: 2px 10px 4px 10px;
    }

    .download-app img {
        padding-right: 5px;
    }

    .download-app div span:nth-child(1) {
        font-size: 0.6rem;
    }
    
    .download-app div span:nth-child(3) {
        font-size: 1rem;
        line-height: 1rem;
    }

    .footer-content h3 {
        font-size: 0.8rem;
        line-height: 1rem;
        width: 100%;
        text-align: center;
    }

    .copyright {
        font-size: 0.85rem;
    }
    
}

.form-alert {
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-alert-text {
    background-color: white;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 2.5%;
    margin: 2.5%;
}

.form-alert img {
    width: 20%;
}

.form-alert-text h1 {
    margin-top: 5%;
    color: #29abe2;
    font-size: 2vw;
    font-weight: 900;
    line-height: 1.5em;
    text-align: center;
    font-family: TerfensRegular, sans-serif;
    font-weight: 400;
}

.form-alert-text h2 {
    margin-bottom: 5%;
    color:#8f8f8f;
    font-size: 1.5vw;
    line-height: 1.5em;
    font-family: TerfensRegular, sans-serif;
    font-weight: 400;
}

.form-alert-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29abe2;
    border: 0.15vw solid #29abe2;
    border-radius: 1vw;
    color: white;
	font-family: TerfensBold, sans-serif;
    font-weight: 700;
    width: 30%;
    cursor: pointer;
    font-size: 1.5vw;
}

.form-alert-close:hover {
    background-color: transparent;
    border: 0.15vw solid #29abe2;
    color: #29abe2;
}

@media all and (max-width: 900px) {
    .form-alert-text {
        border-radius: 10px;
    }

    .form-alert-text h1 {
        font-size: 1.25rem;
    }

    .form-alert-text h2 {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .form-alert-close {
        font-size: 0.75rem;
        border: 2px solid #29abe2;
        border-radius: 10px;
    }

    .form-alert-close:hover {
        border: 2px solid #29abe2;
    }
}