/*!
Theme Name: Orixa 2019
Theme URI: https://www.orixa-media.com
Author: Orixa Media
Author URI: http://www.orixa-media.com
Description: Orixa Media website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Orixa2019
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Include fonts : Aileron */
@font-face {
    font-family: "Aileron";
    src: url(assets/fonts/aileron/Aileron-Regular.otf) format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: "Aileron";
    src: url(assets/fonts/aileron/Aileron-Bold.otf) format("opentype");
    font-weight: bold;
}

/****************************** GENERAL ******************************/

body{
    font-family: "Aileron", sans-serif;
    color: #333333;
    font-size: 16px;
}

.text-12{font-size: 12px}
.text-16{font-size: 16px}
.text-18{font-size: 18px}
.text-20{font-size: 20px}
.text-22{font-size: 22px}
.text-24{font-size: 24px}
.lh-13{line-height: 1.3;}

.text-green{color: #34bf98;}
.bg-green{background-color: #34bf98;}
.text-green-dark{color: #308d83;}
.bg-green-dark{background-color: #308d83;}
.text-orange{color: #e0623c;}
.bg-orange{background-color: #e0623c;}

/* Header */
header{
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 10px 0;
}

.logo{
    height: 40px;
}

.totop{cursor: pointer}

/* First section : welcome */
.welcome{
    background-image: url(src/img/fundraising/lp/white-circle-down.png);
    background-position: 95% 0;
    background-size: 25%;
}
.welcome .content>*:not(:last-child){
    margin-bottom: 5vh;
}
.welcome h1{font-size: calc(41px + (80 - 41) * ((100vw - 375px) / (1920 - 375)));}
.welcome h2{font-size: calc(25px + (45 - 25) * ((100vw - 375px) / (1920 - 375)));}

/* Second Section : Infos */
.infos{
    background-image: url(src/img/fundraising/lp/green-circle-down.png),
    url(src/img/fundraising/lp/green-dark-circle-up.png);
    background-size: 25%, 15%;
    background-position: 80% 0%, bottom center;
}
.infos .row>*:not(:last-child){
    margin-bottom: 2vh;
}

.infos .linked, .step .linked{
    position: relative;
}

/* Third Section : Finality */
.finality{
    background-image: url(src/img/fundraising/lp/green-circle-down.png),
    url(src/img/fundraising/lp/green-dark-circle-up.png);
    background-size: 30%, 20%;
    background-position: 118% 0%, 20% 100%;
}

.finality .row>*:not(:last-child){
    margin-bottom: 5vh;
}

.finality .title{font-size: calc(22px + (35 - 22) * ((100vw - 375px) / (1920 - 375)));}
.finality .number{font-size: calc(22px + (80 - 22) * ((100vw - 375px) / (1920 - 375)));}
.finality .title+p{margin-left: 6vw;}

/* Fourth Section : Step */
.step{
    background-image: url(src/img/fundraising/lp/green-circle-up.png),
    url(src/img/fundraising/lp/green-dark-circle-up.png);
    background-size: 25%, 15%;
    background-position: -18% 100%, 85% 100%;
}
.step .title{font-size: calc(25px + (30 - 25) * ((100vw - 375px) / (1920 - 375)));}
.step .linked{margin-bottom: 25px}
.step .linked::after{
    content: '';
    position: absolute;
    height: 20px;
    border-left: 4px solid black;
    top: calc(100% + 5px);
    left: calc(50% - 2px);
}
.step .number{font-size: calc(30px + (35 - 30) * ((100vw - 375px) / (1920 - 375)));}

/* Fifth Section : Clients */
.clients{
    background-image: url(src/img/fundraising/lp/green-dark-circle-up.png),
    url(src/img/fundraising/lp/green-circle-down.png);
    background-size: 20%, 15%;
    background-position: 25% 100%, 81% 0%;
}

.clients img.client-img {
    max-height: 100px;
    margin-right: 3vw;
    margin-bottom: 30px;
}

.clients .cta{font-size: calc(25px + (30 - 25) * ((100vw - 375px) / (1920 - 375)));}

/* Form section */
.form-section{
    background-image: url(src/img/fundraising/lp/white-circle-left.png),
    url(src/img/fundraising/lp/white-circle-up.png);
    background-size: 8%, 20%;
    background-position: 100% 2%, 5% 100%;
}

.form-section .form-group{
    margin-bottom: 1rem;
}

.form-section .form-label{
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
    line-height: 1;
}
.form-section .form-control{
    background: transparent;
    border: 3px solid white;
    color: white;
    border-radius: 10px;
    font-size: calc(14px + (14 - 14) * ((100vw - 375px) / (1920 - 375)));
    height: auto;
    /*padding: .5rem 1rem;*/
    line-height: 1;
}

.form-section select.form-control option:not(:first-child){
    color: #34bf98;
}

.form-section .icon-close{
    position: absolute;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    opacity: .2;
    cursor: pointer;
}

.form-section .icon-close:hover{
    opacity: 1;
}

.form-section .form-control::placeholder{
    color: white;
}

/* Thank You Page */
.thankyou{
    padding: 20px 20px 0;
    z-index: 999999;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(src/img/fundraising/lp/orange-circle.png),
    url(src/img/fundraising/lp/green-circle.png),
    url(src/img/fundraising/lp/green-dark-circle-up.png);
    background-size: 10%, 30%, 15%;
    background-position: 40% -10%, 120% 50%, 15% 100%;
    position: fixed;
    background-repeat: no-repeat;
}

.thankyou-title{font-size: calc(25px + (62 - 25) * ((100vw - 375px) / (1920 - 375)));}
.thankyou-subtitle{font-size: calc(22px + (42 - 22) * ((100vw - 375px) / (1920 - 375)));}
.thankyou-subtitle + p{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (1920 - 375)));}

.thankyou .btn-linkedin{margin-right: 50px}

.thankyou .footer p{font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));}

/* Global */
section{
    min-height: 100vh;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
    position: relative;
}
.arrows{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*width: 30px;*/
    /*height: 30px;*/
    z-index: 9999;
    cursor: pointer;
    opacity: .2;
    transition: opacity .5s;
}
.arrows:hover{
    opacity: 1;
}
.arrows img{
    height: 40px;
}

.arrows.up{
    top: 0;
}

.arrows.down{
    bottom: 0;
}

h2{font-size: calc(25px + (41 - 25) * ((100vw - 375px) / (1920 - 375)));}
.welcome p, button.btn, a.btn{font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375)));}
p{font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375)));}
label{font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1920 - 375)));}
.foot p{font-size: calc(12px + (12 - 12) * ((100vw - 375px) / (1920 - 375)));}


.lh-1{line-height: 1}
.lh-13{line-height: 1.3}

.btn{
    border-width: 4px;
    border-radius: 20px;
    font-weight: bold;
}

.btn-orange{
    background-color: #e0623c;
    border-color: #e0623c;
    color: #ffffff;
}

.btn-orange:hover{
    background-color: #d05a37;
    border-color: #d05a37;
    color: #ffffff;
}

.btn-linkedin{
    background-color: #0077B5;
    border-color: #0077B5;
    color: #ffffff;
}

.btn-linkedin:hover{
    background-color: #006ca3;
    border-color: #006ca3;
    color: #ffffff;
}

img.pill{
    width: 50px;
}

.swiper-slide{
    width: 50%;
    display: flex;
    align-items: center;
}
.swiper-slide img{
    max-height: 100px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.foot-links{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fake-modal{
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111111;
    padding: 50px;
    overflow: auto;
    font-size: 70%;
}

.cursor-pointer{cursor: pointer;}

@media screen and (max-width: 767px){
    .step .row>*:not(:last-child){
        margin-bottom: 4vh;
    }
}
@media screen and (min-width: 768px){
    header{
        padding: 20px 0;
    }

    .logo{
        height: 50px;
    }

    .welcome .content>*:not(:last-child){
        margin-bottom: 3vh;
    }

    .btn{
        border-width: 4px;
    }

    .infos .row>*:not(:last-child){
        margin-bottom: 5vh;
    }

    /*.infos .linked::after{*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    height: 125px;*/
    /*    border-left: 4px solid black;*/
    /*    bottom: 100%;*/
    /*    left: 44px;*/
    /*    z-index: -1;*/
    /*}*/

    .finality .row>*:not(:last-child){
        margin-bottom: 10vh;
    }
    .step{
        background-position: 10% 100%, 85% 100%;
    }

    .step .linked{margin-bottom: 25px}
    .step .linked::after{
        height: 20px;
     }

    .clients{
        background-size: 25%, 15%;
    }

    .form-section{
        background-size: 15%, 20%;
        background-position: 100% 50%, 5% 100%;
    }

    img.pill{
        width: 60px;
    }

    .swiper-container{
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 768px){
    .infos .linked::after{
        height: 90px;
    }
}

@media screen and (min-width: 1200px){
    .container{
        max-width: 90%;
    }
    .infos .linked::after{
        height: 105px;
    }
}

@media screen and (min-width: 1340px){
    .infos .linked::after{
        height: 70px;
    }
}