body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: 'Brutal Type', 'Arial', sans-serif;
    font-weight: 400;
}

p {
    font-weight: 300;
}

.container {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.button_orang {
    color: #DE8216;
    border: 2px solid #DE8216;
    border-radius: 4px;
    padding: 18px 27px 18px 27px;
    font-size: 14px;
    background-color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.button_orang:not([disabled]):hover {
    color: white;
    background-color: #DE8216;
    transition: 0.5s;
}

.button_orang:disabled {
    opacity: 0.20;
}

.button_orang:not([disabled]):active {
    color: #FFF;
    background-color: rgba(222, 130, 22, 0.80);
}

h1,
h2,
h3,
h4 {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: 'Brutal Type', 'Arial', sans-serif !important;
}

h2 {
    font-size: 64px !important;
    margin: 0;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 24px;
}


a {
    color: black;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.indentation {
    margin-bottom: 120px;
}

@media screen and (max-width: 1232px) {
    .container {
        width: auto;
        margin: 0px 16px;
        margin-bottom: 120px;

    }
}

@media screen and (max-width: 768px) {
    .container {
        margin-bottom: 72px;
    }


    .indentation {
        margin-bottom: 72px;
    }
}


/* —------------------- header ------------------------— */



.block_header_fmsg {
    width: 1920px;
    margin: 0 auto;
    height: 1000px;
    background: url(../img/header_img.png) no-repeat;
    background-position: right;
    position: relative;
}

.container_header {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

/*.section_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

.section_menu button {
    width: 84px;
    height: 84px;
    border: none;
    cursor: pointer;
    background: white;
}
*/

.header_section-text {
    margin-top: 90px;
}

.header_section-text h1 {
    font-family: 'Brutal Type', sans-serif;
    text-transform: uppercase;
    width: 54%;
    font-size: 88px;
    font-weight: 400;
}

@media screen and (min-width: 1402px) {
    .header_section-text h1 {  
        margin-bottom:5rem !important;
    }
}

.header_section-text h1 br {
    display: none;
}

.header_section-text p {
    width: 29%;
    font-size: 22px;
    position: relative;
    left: 415px;
    top: -90px;
    line-height: 31px;
}

.header_section-button {
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    width: 28%;
}

.header_img-line {
    position: absolute;
    top: 32px;
    right: 652px;
}

@media screen and (max-width: 1920px) {
    .block_header_fmsg {
        width: auto;
    }
}

@media screen and (max-width: 1790px) {
    .header_section-text h1 br {
        display: inline;
    }
}

@media screen and (max-width: 1530px) {
    .header_section-text p {
        position: inherit;

        margin-top: 10px;
    }
}

@media screen and (max-width: 1270px) {
    .header_section-text h1 {
        font-size: 64px;
    }
}

@media screen and (max-width: 1120px) {
    .block_header_fmsg {
        background: none;
        height: auto;
    }

    .header_img-line {
        display: none;
    }

    .header_section-button {
        width: auto;
    }

    .header_section-text h1 br {
        display: none;
    }

    .header_section-text h1 {
        font-size: 88px;
        width: auto;
    }

    .header_section-text p {
        position: relative;
        width: 600px;
    }
}

@media screen and (max-width: 1000px) {
    .header_section-text p {
        position: inherit;
        width: 600px;
        text-align: center;
    }

    .header_section-text h1 {
        text-align: center;
        font-size: 40px;
    }

    .header_section-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .header_section-text p {
        width: 95%;
        text-align: start;
    }

    .header_section-text h1 {
        text-align: start;
    }
}

@media screen and (max-width: 320px) {
    .header_section-text {
        margin-top: 64px;
    }

    .block_header_fmsg {
        height: auto;
    }


    .header_section-button img {
        width: 30px;
        height: 30px;

    }

    .header_section-button {
        flex-direction: column;
        width: auto;
        margin-top: 32px;
    }

    .header_section-button button {
        position: relative;
        width: 67%;
        left: 35%;
        margin-top: 16px;
    }
}

/* —------------------- scope work ------------------------— */
.scope_work {
    padding-top: 120px;
}

.scope_work-flex {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: start;
}

.scope_work-flex-text {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    height: 110px;
    cursor: pointer;

}


.scope_work-flex-text:hover .scope_work-img {
    display: block;
    transition: all ease 0.5s;
    max-width: max-content;
    opacity: 1;
}

.scope_work-img {
    display: none;
    padding-top: 15px;
    padding-right: 40px;
}

.scope_work_section-text {
    padding-top: 80px;
    width: 58%;
}

.scope_work-flex h3 {
    padding-left: 15px;
}

@media screen and (max-width: 1000px) {
    .scope_work h2 {
        font-size: 48px !important;
    }

    .scope_work-flex-main-img {
        display: none;
    }

    .scope_work-flex-text h4 {
        font-size: 21px;

    }

    .scope_work_section-text {
        width: auto;
    }

    .scope_work_section-text {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .scope_work-img {
        display: block;
        padding-top: 0;
        padding-right: 10px;
    }

    .scope_work {
        padding-top: 72px;
    }

}

@media screen and (max-width: 540px) {
    .scope_work h2 {
        font-size: 32px !important;
        width: 95% !important;
    }

    .scope_work-flex-text h4 {
        font-size: 18px;
    }
}

/* —------------------- how works ------------------------— */
.how_works {
    margin-bottom: 120px;
    overflow: hidden;
}

.how_works-title {
    margin-bottom: 48px;
}

.how_works-items {
    background-color: #F8F8F8;
    height: 664px;
    display: flex;
    justify-content: space-between;
    width: 2880px;
    margin: 0 auto;
    position: relative;
    right: 0px;
    cursor: pointer;
}

.how_works-items:active {
    cursor: grab;
}

.how_works-container {}

.how_works-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.how_works-item h3 {
    width: 90%;
    text-align: right;
    padding-top: 32px;
}

.how_works-item div {
    width: 54px;
    border: 1px solid #DE8216;
    position: absolute;
    right: 8%;
    top: 60px;
}

.how_works-item p {
    font-size: 28px;
    text-transform: uppercase;
    padding: 32px;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .how_works-container {
        overflow: auto;
    }

    .how_works-container::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .how_works-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .how_works-items {
        overflow: auto;
        height: 453px;
    }

    .how_works-item p {
        font-size: 20px;
        padding: 24px;
        font-weight: 400;
    }

    .how_works {}

    .how_works-items {
        width: 1500px;

    }


}


/* —------------------- integration ------------------------— */

.integration_title p {
    font-size: 32px;

}

.integration_title h1 {
    font-size: 72px;
}

.integration_title p {
    width: 33%;
}

.integration_title-left {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.integration_content {
    width: max-content;
    margin: 0 auto;
    padding-top: 48px;
}

.integration_content h4 {
    padding: 32px 0px;
    margin: 0;
    cursor: pointer;
}

.integration_content h4:hover {
    color: #DE8216;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .integration_title-left h1 {
        font-size: 32px;
    }

    .integration_content h4 {
        padding: 24px 0px;
        font-size: 18px;
    }

    .integration_title p {
        font-size: 24px;
        width: 50%;

    }

    .integration_title-left img {
        width: 40px;
        height: 40px;
    }

    .integration_content {
        width: max-content;
    }
}

@media screen and (max-width: 500px) {
    .integration_content {
        width: auto;
    }
}

@media screen and (max-width: 320px) {
    .integration_title p {
        font-size: 24px;
        width: 85%;
    }

    .integration_title-left img {
        position: relative;
        bottom: 5px;
    }

    .integration_content {
        padding: 0;
        margin-top: 24px;
    }


}

/* —------------------- result ------------------------— */

.result_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.result_title h2 {
    font-size: 48px !important;
}

.result_title p {
    width: 49%;
    font-size: 22px;
    line-height: 31px;
}

.result_content {
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    height: 562px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.result_content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.result_content p {
    text-align: center;
    font-size: 18px;
    margin-top: 135px;
}

@media screen and (max-width: 1200px) {
    .result_content {
        width: auto;
    }
}

@media screen and (max-width: 850px) {
    .result_content-item p br {
        display: none;
    }

    .result_content-item p {
        padding: 0 5px 16px;
    }
}

@media screen and (max-width: 768px) {
    .result_content {
        flex-direction: column;
        height: auto;
        margin-bottom: 72px;
    }

    .result_title h2 {
        font-size: 32px !important;
    }

    .result_title {
        margin-bottom: 24px;
    }

    .result_title p {
        margin-top: 16px;
        width: 65%;
        font-size: 16px;
        line-height: 22px;
    }

    .result_content-item {
        padding: 40px 0px 24px 0px;
    }
}

@media screen and (max-width: 320px) {
    .result_title {
        display: block;
    }

    .result_title p {
        width: auto;
    }


}

/* —------------------- strategy ------------------------— */
.strategy {
    overflow: hidden;
}

.strategy_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.button-righ {
    transition: 0.8s;

}

.button-left {
    transition: 0.8s;
}

.button-left:not([disabled]):hover {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
    transition: 0.8s;
}

.button-right:not([disabled]):hover {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5;
    transition: 0.8s;
}

.button-right:disabled {
    transition: 0.8s;
}

.strategy_title p {
    width: 49%;
    font-size: 22px;
    line-height: 31px;
}

.strategy_title-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.strategy_content {
    position: relative;
    width: 2400px;
    display: flex;
    transition: 1s;
    right: 0;
}


.strategy_content-item {
    width: 528px;
    background-color: #F9F9F9;
    padding: 32px;
    margin-right: 16px;
    box-sizing: content-box;
}

.strategy_content-item-title {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.strategy_content-item-title h3 {
    font-size: 32px;
    line-height: 32px;
}

.strategy_content-item p {
    width: 80%;
    font-size: 18px;
    line-height: 25px;
}

.button_details {
    margin-right: 80px;
}

.strategy_title-column h2 {
    font-size: 48px !important;
    line-height: 48px !important;
}

.strategy_content-item-three p {
    margin-bottom: 16px;
    width: 100%;
}

.strategy_title-column button {
    padding: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
}

.strategy_container {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
    .strategy_title {
        display: block;
    }

    .strategy_title p {
        font-size: 16px;
        width: auto;
        line-height: 22px;
    }

    .strategy_title-column div {
        display: none;
    }

    .strategy_title-column h2 {
        font-size: 32px !important;
    }

    .strategy_content {
        width: auto;
        display: block;
        right: 0 !important;
    }

    .strategy_container {
        width: auto;
    }

    .strategy_content-item,
    .strategy_content-item-three {
        padding: 32px 16px;
        width: auto !important;
        margin: 0;
    }

    .strategy_content-item,
    .strategy_content-item-three p {
        width: auto !important;
        font-size: 16px;
        line-height: 22px;

    }

    .strategy_content-item-title {
        flex-direction: column-reverse;
        align-items: start;
        margin-bottom: 14px;
    }

    #threeElement {
        display: block !important;
    }

    .strategy_content-item-title img {
        width: 95px;
    }

    #threeElement button {
        width: 288px;
    }

    #threeElement button span {
        margin-right: 125px;
    }
}


/* —------------------- cases ------------------------— */
.cases {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.cases_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.cases_title p {
    font-size: 20px;
    width: 33%;
    border-bottom: 2px solid #DE8216;
    line-height: 26px !important;
    margin: 0;
}

.cases_title h2 {
    font-size: 48px !important;
    line-height: 48px !important;
}

.cases_content {
    margin-top: 48px;
    /*background: url(../img/case1.png) no-repeat,
        url(../img/case2.png) 50% no-repeat,
        url(../img/case3.png) 100% no-repeat;*/
    background-size: 33.50% 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 500px;
    color: white;
}

.cases_content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    height: 100%;
    justify-content: center;
}

.cases_content-item__icon {
    margin-top: 32px;
    height: 75px;
    width: 75px;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.cases_content-item h3 {
    opacity: 0.7;
    font-size: 13px;
    color: white;
    z-index: 1;
    pointer-events: none;
}

.cases_content-item div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.cases_content-item:hover div {
    opacity: 0.6; 
}

.cases_content-item div a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cases_content-item p {
    font-size: 30px;
    padding:0; 
    margin:0;
    z-index: 1;
    pointer-events: none;
}

.cases_footer {
    margin-top: 48px;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8F8;
}

.cases_footer p {
    width: 33%;
    text-align: center;
    font-size: 24px;
}

.cases_footer h2 {
    font-size: 50px !important;
    margin: 20px 0px 48px 0px;
}

@media screen and (max-width: 1200px) {
    .cases {
        width: auto;
        margin: 0 auto;
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 768px) {
    .cases_container {
        position: relative;
        overflow-x: auto;
        width: auto;

    }

    .cases_container::-webkit-scrollbar {
        display: none;
    }

    .cases_content {
        background-size: 320px 500px;
        width: 960px;
        height: 500px;
    }

    .cases_title {
        display: block;

    }

    .cases_title p {
        width: auto;
        font-size: 16px;
        padding: 16px 0px;
    }

    .cases_title h2 {
        font-size: 32px !important;
    }

    .cases_title h2 br {
        display: none;
    }

    .cases_footer p {
        width: auto;
        font-size: 20px;
    }

    .cases_footer h2 {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 320px) {}

/* —------------------- consultation ------------------------— */

.consultation {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.consultation img {
    position: absolute;
    top: 55px;
}

.consultation h2 {
    text-align: center;
    font-size: 48px !important;
    width: 72% !important;
}

.consultation p {
    font-size: 20px;
    margin: 24px 0px 48px 0px;

}

@media screen and (max-width: 1200px) {
    .consultation img {
        top: 110px;
    }
}

@media screen and (max-width: 768px) {
    .consultation h2 {
        font-size: 28px !important;
    }

    .consultation img {
        height: 43px;
        top: 30px;
    }
}

@media screen and (max-width: 739px) {
    .consultation h2 {
        width: 80% !important;
    }

}

@media screen and (max-width: 600px) {
    .consultation h2 {
        width: auto !important;
    }
}

@media screen and (max-width: 477px) {
    .consultation img {
        height: 43px;
        top: 65px;
    }

    .consultation p {
        font-size: 18px;
        text-align: center;
    }
}

/* —------------------- footer ------------------------— */

footer {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    flex-wrap: wrap;
}


.container_footer {
    width: 1400px;
    margin: 0 auto;
}

footer a {
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: 300 !important;
    width: min-content;
    padding: 20px;
    text-decoration: none;
    border: 0 !important;
    box-sizing: content-box;
}

@media screen and (max-width: 1420px) {
    .container_footer {
        width: auto;
        flex-wrap: wrap;
    }

    footer a {
        width: 155px;
    }
}

@media screen and (max-width: 768px) {
    footer a {
        font-size: 20px !important;
    }
}