@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v14/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

:root {
    --dark-color: #655253;
    --light-color: #F8F9ED;
    --orange-color: #FDB13D;
    --pink-color: #FB5869;
    --light-color2: #CCF3BD;
}

html {
    background-color: var(--light-color);
}

#header {
    width: 100%;

    margin: 0;

    position: fixed;
    display: block;
    top: 0;
    z-index: 10;

    text-align: right;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.cover {
    background-color: rgba(0, 0, 0, 0.3);
}

#header li {
    padding: 10px 2vw;
    margin: 10px 1vw;

    display: inline-block;
    vertical-align: middle;

    font-size: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: var(--dark-color);
}

#header.cover li {
    color: var(--light-color);
}

#header li.active {
    color: var(--orange-color);
}

#header li:active {
    color: var(--orange-color);
}

#header li a {
    color: inherit;
}

.section {
    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden;
    text-align: center;
}

#welcome-section {
    overflow: hidden;
}

#welcome-section .layer {
    width: 100%;

    display: block;
    position: absolute;
    top: 50%;
    z-index: 4;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

#welcome-section .title {
    margin: 0;
    padding: 0;

    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 6vw;
    color: var(--orange-color);
}

#welcome-section .subtitle {
    margin: 0;
    padding: 0;

    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 3vw;
    color: var(--dark-color);
}

#welcome-section .partner {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 20px;
}

#welcome-section .partner img {
    width: 5vw;
}

#welcome-section .supported {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
}

#welcome-section .supported img {
    width: 6vw;
}

#description-section {
}

#description-section p {
    width: 30%;

    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    margin-right: 5vw;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: right;
    font-size: 1.2vw;
    color: var(--dark-color);

    z-index: 4;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

#description-section p b {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#description-section img {
    width: 70vw;

    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;

    -webkit-filter: drop-shadow(5px 5px 5px var(--dark-color));
    filter: drop-shadow(5px 5px 5px var(--dark-color));
}

#web-application-left img {
    width: 20%;

    position: absolute;
    display: block;
    top: 50%;
    left: 0;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    -webkit-filter: drop-shadow(5px 5px 5px var(--dark-color));
    filter: drop-shadow(5px 5px 5px var(--dark-color));
}

#web-application-left .features {
    width: 20%;

    margin-left: 25%;

    position: absolute;
    display: block;
    top: 50%;
    left: 0;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    text-align: left;
}

#web-application-left .features .feature {
    width: 100%;

    margin: 3vh 0;
}

#web-application-left .features .feature .title {
    margin: 0;
    padding: 2vw 0;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: var(--dark-color);
}

#web-application-left .features .feature .text {
    margin: 0;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    color: var(--dark-color);
}

#web-application-left .features .feature li {
    margin-left: 2vw;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    color: var(--dark-color);

    list-style-type: circle;
}

#web-application-left .features .feature .title img {
    width: 3vw;
    height: 3vw;

    margin-top: 1.5vw;
    margin-right: 0.5vw;

    position: relative;

    -webkit-filter: none;
    filter: none;
}

#web-application-right img {
    width: 20%;

    position: absolute;
    display: block;
    top: 50%;
    right: 0;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    -webkit-filter: drop-shadow(5px 5px 5px var(--dark-color));
    filter: drop-shadow(5px 5px 5px var(--dark-color));
}

#web-application-right .features {
    width: 20%;

    margin-right: 25%;

    position: absolute;
    display: block;
    top: 50%;
    right: 0;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    text-align: right;
}

#web-application-right .features .feature {
    width: 100%;

    margin: 3vh 0;
}

#web-application-right .features .feature .title {
    margin: 0;
    padding: 2vw 0;

    font-family: 'Roboto', sans-serif;
    font-size: 2vw;
    color: var(--dark-color);
}

#web-application-right .features .feature .text {
    margin: 0;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    color: var(--dark-color);
}

#web-application-right .features .feature li {
    margin-right: 0.5vw;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    color: var(--dark-color);

    direction: rtl;
    text-align: right;
    list-style: circle inside;
}

#web-application-right .features .feature .title img {
    width: 3vw;
    height: 3vw;

    margin-top: 1.5vw;
    margin-left: 0.5vw;

    position: relative;

    -webkit-filter: none;
    filter: none;
}

#contact-section .contact-form {
    width: 30%;

    margin: auto;

    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    text-align: center;
}

#contact-section .contact-form .contact-us {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    color: var(--dark-color);
}

#contact-section .contact-form .raw-email {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1vw;
    color: var(--dark-color);
}