html, body{
    overflow-x: hidden;
}

header{
    width: 100%;
    height: 350px;
    background-image: url('../medias/features/features_background/bg_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

header #header-container{
    width: 100%;
    height: 100%;
    position: relative;
}

header #header-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000078;
}

header #header-content{
    text-align: center;
    width: 100%;
    height: fit-content;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #FFFFFF;
}

header #header-content #sub-header-text{
    font-size: 25px;
    font-weight: normal;
}

header #header-content #header-text{
    font-weight: bold;
    font-family: 'poppins-bold';
    font-size: 35px;
}


.feature-section{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFFFFF;
    position: relative;
}

.section-blur{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

.section-inner-container{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
}

.section-inner-container img{
    width: 200px;
}

.section-inner-container h1{
    font-size: 40px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 40px;
    margin-top: 200px;
}

.section-inner-container p{
    font-size: 17px;
    box-sizing: border-box;
    padding-right: 100px;
}

.split-section{
    width: 100%;
    display: flex;
    max-width: 1300px;
    height: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.split-child-70{
    width: 69%;
}

.split-child-30{
    width: 29%;
}

.split-left{
    float: left;
    position: relative;
}

.split-left img{
    transform: rotate(-15deg);
    margin-left: 50px;
    margin-top: 50px;
}

.split-right{
    float: right;
    margin-left: auto;
    position: relative;
}

.split-right img{
    transform: rotate(15deg);
    margin-left: 0;
    margin-top: 50px;
}

#section-one{
    background-image: url('../medias/features/features_background/bg_2.png');
}

#section-two{
    background-image: url('../medias/features/features_background/bg_3.png');
}

#section-three{
    background-image: url('../medias/features/features_background/bg_4.png');
}

#section-four{
    background-image: url('../medias/features/features_background/bg_5.png');
}

#section-five{
    background-image: url('../medias/features/features_background/bg_6.png');
}

#section-six{
    background-image: url('../medias/features/features_background/bg_7.png');
}



@media only screen and (min-width: 1600px){
    .section-inner-container h1{
        font-size: 50px;
        font-weight: normal;
        line-height: 50px;
    }

    .section-inner-container p{
        font-size: 25px;
    }

    .section-inner-container img{
        width: 30vh;
    }

    .split-child-70{
        width: 55%;
    }
}


@media only screen and (max-width: 1300px){
    .split-child-70{
        width: 50%;
    }

    .section-inner-container img{
        margin-top: 100px;
    }

    .split-right img{
        margin-left: -150px;
    }
}


@media only screen and (max-width: 1000px){
    .split-child-70{
        margin: auto 0;
    }

    .section-inner-container h1{
        margin-top: 0;
        font-size: 25px;
        line-height: 30px;
    }

    .section-inner-container p{
        font-size: 14px;
    }

    .split-right{
        margin-left: auto;
    }
}


@media only screen and (max-width: 800px){
    header #header-content{
        width: fit-content;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        top: unset;
    }

    header #header-overlay{
        background: linear-gradient(0deg, #00000091, #00000000);
    }

    header #header-content #sub-header-text{
        font-size: 18px;
    }

    header #header-content #header-text{
        font-size: 25px;
    }

    .section-inner-container img{
        width: 150px;
    }

    .split-right img{
        margin-left: 0;
    }
}



@media only screen and (max-width: 700px){
    .split-left img{
        margin-left: -70px;
    }
}


@media only screen and (max-width: 650px){
    header{
        height: 230px;
    }

    .split-section{
        display: grid;
        height: 100%;
    }

    .split-child-70{
        width: 100%;
    }

    .split-child-30{
        width: 100%;
        text-align: center;
    }

    .section-inner-container img{
        width: 20vh;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -50px !important;
        margin-left: auto !important;
    }

    #section-four img{
        width: 20vh !important;
        margin-left: auto;
    }

    .split-left img{
        top: 0 !important;
    }

    .split-right img{
        top: -100px
    }

    .section-inner-container p{
        padding-right: 0;
    }
}


@media only screen and (max-width: 500px){
    .section-inner-container img{
        position: relative;
        top: unset !important;
    }

    header #header-content #header-text{
        font-size: 20px;
    }
}


@media only screen and (max-width: 450px){
    header #header-content{
        padding: 0 20px;
    }

    header #header-content #sub-header-text{
        font-size: 15px;
    }
}


@media only screen and (max-width: 350px){
    .section-inner-container{
        padding: 40px 10px;
    }

    .section-inner-container h1{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .section-inner-container p{
        font-size: 12px;
    }
}



/** Responsiveness Per Device Size **/

/**
*** ipad Air
*** Surface Pro 7
**/
@media (min-width: 820px) and (max-width: 912px) and
       (min-height: 1180px) and (max-height: 1368px){
    .split-section{
        display: grid;
        text-align: center;
    }

    .split-left, .split-right{
        float: none;
        margin: 0 auto;
    }

    .split-child-30{
        width: 100%;
    }

    .split-child-70{
        width: 90%;
    }

    .section-inner-container p{
        padding-right: 0;
    }

    .split-right img{
        margin: 0;
    }

    .section-inner-container img{
        width: 300px;
        margin: 65px 0;
    }

    .section-inner-container h1{
        margin-top: 0;
        font-size: 50px;
        line-height: 50px;
    }

    .section-inner-container p{
        font-size: 25px;
    }

    #section-four img{
        width: 300px !important;
    }
}