* {
    box-sizing: border-box;
}

header,
section {
    overflow-x: hidden;
    overflow-y: hidden;
}


.section-1 {
    padding: 20vmin 0vmin;
}

.section-1 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 80%;
    border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child {
    position: relative;
}

.section-1 .row .col-md-6 .panel {
    position: absolute;
    top: 7vmin;
    left: -18vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 17vmin 8vmin 14vmin;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    font-family: var(--Rubik);
    z-index: 1;
}

.section-1 .row .col-md-6 .panel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
    font-size: 1.0em;
    color: rgba(0, 0, 0, 0.5);
}


/* Responsive */
@media only screen and (max-width: 768px) {
    header .navbar-brand {
        padding-left: 1rem;
    }

    header{
        background-position: -14rem 0rem!important;
    }

    .section-1 .row .col-md-6 .panel {
        position: initial;
        width: initial;
        height: initial;
    }

    .section-2 .cover {
        background-position: -25vmin -10vmin;
    }

    .numbers .rect {
        width: 10rem;
        height: 8rem;
    }

    .numbers .rect h1 {
        font-size: 2rem;
    }

    .section-3 {
        height: inherit;
        padding: 10vmin !important;
    }

    .section-3 .row h1 {
        padding: 6vmin 4vmin;
    }

    .section-3 .platform .col-md-6 {
        text-align: center !important;
    }

    .section-3 .desktop i {
        font-size: 8vmin;
    }

    .section-4 .carousel-item {
        padding-left: 0.6rem;
    }

    footer .row .col-md-2 {
        margin-top: 8vmin;
    }
}

/* screen size 375px */


@media only screen and (max-width: 320px) {
    .section-4 .carousel-inner {
        margin-left: -4vmin;
    }
}

header{
    background: url("../img/civil2.jpg");
    background-position: -14rem -8rem;
    background-size: 150%;
    position: relative;
    background-repeat: no-repeat;
    height:600px;
/*     background: linear-gradient(90deg, rgba(166,162,223,1) 0%, rgba(203,203,203,1) 48%, rgba(237,237,237,1) 100%);
 */}

.section-2{
    z-index: 1;
    margin-top: -120px;
}

