* {
    box-sizing: border-box;
    margin: 0;
    padding: 0%;
    line-height: 1.5;

}

.navbar__menu.active {
    background: #A0CFBF;
}

.landing_section {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    height:  800px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.landing_section_2 {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    height:  auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border: none;
}

.landing_section_3 {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    height:  600px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.landing_title {
    align-items: center;
    justify-content: center;
    height: 300px;
    display: flex;
    width: 85%;
    position: absolute;
}

.main_title {
    display: flex;
    position: absolute;
    height: 150px;
    top: 0px;
    width: 100%;
    color: #fff;
    font-family: myFont_xbold;
    font-size: 72px;
    justify-content: center;
    align-items: end;
}


.subtitle {
    height: 150px;
    top: 150px;
    display: flex;
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: myFont_xbold;
    font-size: 42px;
    justify-content: center;
    align-items: center;
}


.title_container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 420px;
    left: 55%;
    height: 300px;
    width: 120%;
    border-radius: 45px;
    background: linear-gradient(to bottom, #8f64eb, #b69af3);
}

.title_text_container {
    display: flex;
    align-items: center;
    position: absolute;
    text-align: left;
    width: 25%;
    height: 70%;
    left: 3%;
    color: #fff;
    font-size: 25px;
    font-family: myFont_xbold;
}

.landing_welcome {
    align-items: center;
    justify-content: left;
    display: flex;
    position: absolute;
    top: 300px;
    height: 500px;
    width: 85%;
}

.landing_welcome_img {
    height: inherit;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}


.landing_welcome_img {
    width: 50%;
}

.landing_illustration_1 {
    position: absolute;
    max-width:100%;
    max-height:100%;
}

:root {
    --cut: 100px;
  }

.vendor_specific_title{
    margin: 0%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    top: 1000px;
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #000000, #79A7B5);
}

.vendor_title_text_container {
    display: flex;
    position: absolute;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 85%;
    height: 201px;
    color: white;
    font-family: myFont_xbold;
    font-size: 42px;
}

.landing_vendor_img {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: auto;
    border: none;

}
.custom_dvps_title {
    display: flex;
    position: absolute;
    height: auto;
    left: 7.5%;
    width: 30%;
    color: white;
    font-family: myFont_xbold;
    font-size: 42px;
}


.landing_illustration_2 {
    max-width:100%;
    max-height:100%;
    content:url("/wp-content/uploads/2023/03/custom_devops.svg");
}

.landing_circle_decor {
    width: 250px;
    height: 250px;
    background: linear-gradient(to right, #8f64eb, #06c9ff);
    position: absolute;
    border-radius: 999em;
    z-index: 0;
    left: calc(30% - 125px);
    animation: 4s ease-in-out 2s infinite alternate both running anim;
}

.landing_epilogue {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 400px;
}

.landing_epilogue_text_container {
    display: flex;
    position: absolute;
    text-align: left;
    color: #ffffff;
    line-height: 1.5;
    font-family: myFont_bold;
    letter-spacing: 2px;
    font-size: 24px;
    width: 40%;
}

@media screen and (min-width: 1700px) {
    .landing_title, .landing_welcome, .vendor_title_text_container {
        width: 65%;
    }

    .title_text_container {
        width: 20%;
    }

}

@media screen and (max-width: 990px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0%;
    }

    .landing_section {
        height: 980px;

    }

    .landing_section_3 {
        height: 500px;
    }

    .main_title {
        font-size: 46px;
    }
    
    
    .subtitle {
        font-size: 30px;
    }

    .title_container {
        display: flex;
        align-items: center;
        position: absolute;
        top: 300px;
        left: 0%;
        height: 200px;
        width: 100%;
        border-radius: 0px;
        background: linear-gradient(to right, #8f64eb, #b69af3);
    }
    
    .title_text_container {
        display: flex;
        align-items: center;
        position: absolute;
        text-align: center;
        width: 85%;
        height: 70%;
        left: 7.5%;
        color: #fff;
        font-size: 25px;
        font-family: myFont_xbold;
        justify-content: center;
    }

    .landing_welcome {
        top: 460px;
        height: 450px;

    }

    .landing_welcome_img {
        width: 100%;
        position: absolute;
    }
    
    .landing_illustration_1 {
        position: absolute;
        max-width:100%;
        max-height:100%;
        width: auto;
    }

    .vendor_specific_title{
        top: 1110px;
    }

    .vendor_title_text_container {
        font-size: 30px;

    }

    .landing_circle_decor {
        width: 180px;
        height: 180px;
        left: calc(30% - 90px);

    }

    .landing_epilogue {
        height: 300px;
    }

    .landing_epilogue_text_container {
        font-size: 22px;
        width: 50%;
    }

    .custom_dvps_title {
        font-size: 36px;
    }
}

@media screen and (max-width: 850px) {    
    .landing_welcome {
        top: 480px;
        height: 450px;
    }
}


@media screen and (max-width: 750px) {
    .landing_epilogue_text_container {
        font-size: 20px;
        width: 60%;
    }

    .custom_dvps_title {
        font-size: 28px;
        width: 70%;
        left: 15%;
        top: 5px;
    }

    .landing_illustration_2 {
        content:url("/wp-content/uploads/2023/03/custom_devops_small.svg");
    }

}

@media screen and (max-width: 650px) {
    .landing_epilogue_text_container {
        font-size: 18px;
    }
}

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

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0%;
    }

    .landing_welcome {
        top: 460px;
        height: 300px;
    }

    .landing_section {
        height:  800px;
    }

    .landing_section_3 {
        height: 400px;
    }

    .main_title {
        font-size: 42px;
    }
    
    
    .subtitle {
        font-size: 22px;
    }

    .title_text_container {
        font-size: 20px;
    }

    .vendor_specific_title{
        display: flex;
        top: 960px;
        height: 120px;
    }

    .vendor_title_text_container {
        font-size: 20px;
    }

    .landing_circle_decor {
        width: 150px;
        height: 150px;
        left: calc(25% - 75px);
    }
    
    .landing_epilogue {
        height: 250px;
    }
    
    .landing_epilogue_text_container {
        font-size: 17px;
        width: 65%;
    }

    .custom_dvps_title {
        top: 0px;
        font-size: 20px;
    }


    @media screen and (max-width: 300px) {
        .landing_epilogue_text_container {
            font-size: 14px;
        }
    }  
}
