/***************************************************************************

GLOBAL

***************************************************************************/
h2 {
    font-family: latoblack;
}
#navbar {
    z-index: 3;
}
.parallax-bg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.second-block .box, .third-block .box, .sixth-block .box {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    padding: 15px;
}
.second-block .box h3, .third-block .box h3 {
    min-height: 46px;
    vertical-align: middle;
}
.second-block .box p, .third-block .box p {
    min-height: 120px;
}
.third-block .title p, .fourth-block .title p {
    font-size: 24px;
    line-height: 80%;
    text-align: center;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 69.55%;
}
.mask-player {
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 65%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1em;
}
.mask-player:hover {
    opacity: 1;
}
.mask-player .fa-solid {
    color: white;
    font-size: 6em;
}
/***************************************************************************

blocks

***************************************************************************/
.first-block,
.second-block, .third-block,
.fourth-block, .fifth-block,
.sixth-block, .seventh-block,
.contact-block {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.first-block {
    background-color: #191c47;
    background-image: url('/static/website/img/backgrounds/first_block.png');
    color: white;
    padding-bottom: 5em;
    padding-top: 4em;
    position: relative;
    text-align: center;
    z-index: 2;
}
.first-block h1 {
    color: white;
}
.first-block #home_video {
    background-color: white;
    border-radius: 1em;
    width: 65%;
}

.second-block {
    z-index: 1;
    position: relative;
    background-color: white;
    padding-bottom: 33em;
    padding-top: 17em;
    text-align: left;
}
#second_block_blue_shape {
    position: absolute;
    top: -8px;
    left: -1px;
    z-index: 1;
}
#second_block_green_shape {
    z-index: 0;
    position: absolute;
    top: -4em;
    right: -10%;
    width: 67em;
}
#second_block_zigzag_orange {
    position: absolute;
    top: 9em;
    left: 32%;
}
#second_block_text_watch {
    position: absolute;
    top: 16em;
    right: 32%;
}
#second_block_text_discuss {
    position: absolute;
    bottom: 16em;
    left: 32%;
}
#second_block_tablet {
    position: absolute;
    top: -27%;
    right: -1154px;
}
.second-block h2 {
    margin-bottom: 1em;
}
.second-block .container-fluid, .fourth-block .container-fluid {
    margin: 0 4em;
}
.third-block {
    z-index: 0;
    background-color: white;
    padding-bottom: 25em;
    padding-top: 13em;
    position: relative;
}
#third_block_top_mobile {
    position: absolute;
    width: 100%;
    top: -5em;
}
#third_block_bottom_mobile {
    position: absolute;
    width: 100%;
    bottom: -5em;
}
#third_block_blue_shape {
    width: 70%;
    height: 50em;
    position: absolute;
    right: -11%;
    top: 2em;
}
#third_block_triangle_orange {
    position: absolute;
    top: 1em;
    left: 13%;
}
#third_block_zigzag_orange {
    position: absolute;
    top: 1em;
    left: 38%;
}
#third_block_teacher {
    position: absolute;
    top: 0;
    left: -1000px;
}
#third_block_circle_blue {
    position: absolute;
    bottom: 1em;
    right: 8%;
}
#third_block_text_record {
    position: absolute;
    top: 16em;
    left: 15%;
}
#third_block_text_edit {
    position: absolute;
    bottom: 8em;
    left: 10%;
}
#third_block_text_share {
    position: absolute;
    bottom: 3em;
    left: 24%;
}
#third_block_text_enrich {
    position: absolute;
    bottom: 6em;
    left: 40%;
}
.third-block .title h2,
.third-block .home-paragraph p {
    color: white;
}
.third-block .home-paragraph .button {
    font-size: 1em;
    padding: 10px 20px;
}

.fourth-block {
    position: relative;
    background-color: white;
    padding-bottom: 22em;
    padding-top: 13em;
}
#fourth_block_top_mobile {
    position: absolute;
    width: 100%;
    top: 8em;
}
#fourth_block_bottom_mobile {
    position: absolute;
    width: 100%;
    bottom: 3em;
}
#fourth_block_manager {
    position: absolute;
    top: -8em;
    right: -1000px;
}
#fourth_block_triangle_orange {
    position: absolute;
    top: 1em;
    left: 29%;
}
#fourth_block_circle_blue {
    position: absolute;
    bottom: 0;
    left: 13%;
}
#fourth_block_text_scheduling {
    position: absolute;
    top: 3em;
    left: 46%;
}
#fourth_block_green_shape {
    position: absolute;
    top: 0;
    right: -615px;
}
.fifth-block {
    background-color: white;
    background-image: url('/static/website/img/backgrounds/fifth_block.png');
    background-position: bottom;
    padding-bottom: 30em;
    padding-top: 5em;
    text-align: center;
}
.fifth-block .title {
    font-family: latoblack;
    font-size: 2em;
    margin-bottom: 1em;
}
.fifth-block .home-paragraph {
    margin-top: 1em;
}
.fifth-block .image {
    max-width: 100%;
}
.sixth-block {
    position: relative;
    background-color: #191c47;
    background-position: bottom;
    padding-bottom: 13em;
}
.sixth-block .title h2 {
    text-align: center;
    color: white;
}
.sixth-block .carousel-witness {
    min-height: 12em;
    padding-top: 3em;
}
.sixth-block .carousel-witness .text-place,
.sixth-block .carousel-witness .person-place {
    padding-left: 3em;
    padding-right: 3em;
}
#sixth_block_quote_orange {
    position: absolute;
    top: 11em;
    left: 9%;
}
#sixth_block_zigzag_orange {
    position: absolute;
    bottom: 2em;
    right: 15%;
}
.seventh-block {
    position: relative;
    background-color: #274BB1;
    background-position: bottom;
    padding-bottom: 10em;
    padding-top: 10em;
    text-align: center;
}
.seventh-block .title {
    color: white;
    font-family: latoblack;
    font-size: 2em;
    margin-bottom: 1em;
}
#seventh_block_triangle_white {
    position: absolute;
    bottom: -6em;
    right: 9%;
}
.eighth-block {
    background-color: white;
    padding-bottom: 3em;
    padding-top: 3em;
}
.eighth-block .title {
    text-align: center;
}
/***************************************************************************

Carousel

***************************************************************************/
.carousel {
    position: relative;
}
.carousel .description,
.carousel-witness .fullname,
.carousel-witness .function {
    font-family: source_sans_prolight,source_sans_proregular,Arial,sans-serif;
}
.carousel .description {
    font-style: italic;
}
.carousel .carousel-indicators {
    background-color: white;
    border-radius: 3px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    position: relative;
    width: 70px;
    z-index: 0;
}
.carousel .carousel-indicators li {
    border-color: #191c47;
    border-width: 2px;
    height: 13px;
    vertical-align: middle;
    width: 13px;
}
.carousel .carousel-indicators li.active {
    background-color: #FE6F5E;
}
#carousel_header .carousel-inner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel .arrow {
    background-color: #EEE;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: white;
    display: block;
    height: 51px;
    line-height: 51px;
    position: absolute;
    text-align: center;
    width: 51px;
}
.carousel .arrow-left {
    left: 0;
    top: 8em;
}
.carousel .arrow-right {
    right: 0;
    top: 8em;
}

.carousel-clients {
    margin-bottom: 50px;
    margin-top: 50px;
}
.carousel-clients .item {
    line-height: 100px;
    text-align: center;
}
.carousel-clients .item img {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
    max-width: 75%;
}
.carousel-witness {
    font-size: 1.6em;
}
.carousel-witness .description,
.carousel-witness .fullname,
.carousel-witness .function,
.carousel-witness a,
.carousel-witness a:hover,
.carousel-witness a:active {
    color: white;
}
.carousel-witness .fullname,
.carousel-witness .function {
    font-size: 0.8em;
    margin: 0;
}
.carousel-witness a {
    text-decoration: underline;
}



/* small screens */
@media (max-width: 1919px) {
    #second_block_green_shape {
        right: -13%;
    }
}
@media (max-width: 1669px) {
    #sixth_block_quote_orange {
        left: 3%;
    }
    #second_block_green_shape {
        right: -13%;
    }
}
@media (max-width: 1429px) {
    #sixth_block_quote_orange {
        top: 0em;
    }
    #second_block_green_shape {
        right: -26%;
    }
    #third_block_blue_shape {
        right: -21%;
    }
}
/* ipad */
@media (max-width: 1199px) {
    .second-block {
        padding-bottom: 17em;
    }
    #second_block_green_shape {
        right: -44%;
    }
    .third-block {
        padding-top: 13em;
    }
    #third_block_zigzag_orange {
        top: 0;
        left: 29%;
    }
    #third_block_triangle_orange {
        left: 3%;
    }
    #third_block_blue_shape {
        right: -13%;
    }
    #third_block_text_record {
        top: 13em;
    }
    #fourth_block_green_shape {
        right: -700px;
    }
}
/* mobile */
@media (max-width: 991px) {
    h1 {
        font-size: 2.2em;
    }
    h2 {
        font-size: 1.9em;
    }
    h3 {
        font-size: 1.5em;
    }
    .home-paragraph .button {
        display: block;
        width: 100%;
        margin-left: 0!important;
        margin-bottom: 1em;
    }
    .mask-player,
    .first-block #home_video {
        width: 90%;
    }
    .second-block {
        padding-bottom: 8em;
        padding-top: 10em;
    }
    .title,
    .home-paragraph {
        padding: 0 2em;
    }
    #second_block_zigzag_orange {
        top: 1em;
        left: 42%;
        z-index: 1;
    }
    #second_block_green_shape {
        right: -121%;
        width: 35em;
        top: -26em;
    }
    .third-block {
        z-index: 1;
        background: #274bb1;
        padding-top: 2em;
        padding-bottom: 1em;
    }
    .third-block .container {
        margin: 0;
        width: 100%;
    }
    #third_block_triangle_orange {
        top: -8em;
        left: auto;
        right: 3%;
    }
    #second_block_text_learn,
    #second_block_tablet,
    #second_block_text_discuss,
    #second_block_text_watch,
    #third_block_blue_shape,
    #third_block_zigzag_orange,
    #third_block_teacher,
    #third_block_circle_blue,
    #third_block_text_record,
    #third_block_text_edit,
    #third_block_text_share,
    #third_block_text_enrich,
    #fourth_block_triangle_orange,
    #fourth_block_text_scheduling,
    #fourth_block_green_shape,
    #fourth_block_manager {
        display: none;
    }
    .fourth-block {
        background: none;
        padding-bottom: 10em;
        padding-top: 18em;
    }
    .fourth-block .container-fluid {
        background-color: #1dcdcf;
    }
    .fourth-block .title h2,
    .fourth-block .home-paragraph p {
        color: white;
    }
    #fourth_block_circle_blue {
        top: 8em;
        bottom: auto;
        left: auto;
        right: 10%;
    }
    .fifth-block {
        padding-bottom: 14em;
    }
    .second-block .container-fluid, .fourth-block .container-fluid {
        margin: 0;
    }
}
@media (max-width: 991px) {
}