
#landing {
    width: 100%;
    height: 460px;
    position: relative;
    top: 0px;
    background-color: transparent;
    overflow: hidden;
}

#landing::after {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: -2rem; right: 0; bottom: -2rem; left: 0; */
    background: linear-gradient(90deg, rgba(14,31,96,1) 0%, rgb(70, 106, 248) 100%);
    /* animation: rotate-gradient linear 10s infinite; */
}

#landing > .title {
    width: 90%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#landing > .title > div > span.highlight {
    color: #f15b5b;
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    margin: 0px;
    text-align: center;
    font-weight: 800;
    display: inline-block;
    font-family: 'Merriweather';
}

#landing > .title > div {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 52px;
    margin: 0px;
    text-align: center;
    font-weight: 800;
}


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


.realizations_title {
    text-align: center;
    margin-bottom: 100px;
    font-size: 49px;
    font-family: 'Merriweather';
    color: #f15b5b;
    text-transform: uppercase;
    text-shadow: 0px 0px 9px #adadad59;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-x: hidden;
}

a.button_read_more {
    display: block;
    margin-top: 20px;
    padding: 12px 20px;
    background: #f15b5b;
    width: fit-content;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
}

a.button_read_more > i {
    margin-right: 7px;
}


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



.realizations_container {
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 150px 0px;
}

section#realizations {
    padding-bottom: 150px;
}

div.realizations_container > div.realization {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

div.realizations_container > div.realization > div.realization_info > .realization_title {
    font-size: 45px;
    font-weight: 800;
    font-family: 'Merriweather';
}

div.realization_image {
    max-width: 500px;
    width: 50%;
}

div.realization_image > img {
    width: 100%;
    border-radius: 12px;
}

div.realization_info {
    max-width: 500px;
    width: 50%;
    padding: 0px 40px 0px 0px;
}

div.realization_info > div.realization_description {
    padding: 20px 0px 0px 0px;
    font-family: 'Poppins';
    color: #5b5b5b;
    font-weight: 400;
}

div.realizations_container > div.realization:last-child {
    margin-bottom: 0px;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none;
    opacity: 0;
}

.ytp-gradient-top {
    display: none;
    opacity: 0;
}

/*  */
/*  */

div#realization_header {
    width: 100%;
    min-height: 350px;
    position: relative;
    background: #eff2f2;
    overflow: hidden;
}

.white_spacer {
    width: 150%;
    height: 200px;
    position: absolute;
    background: #fff;
    bottom: -160px;
    transform: rotate(-3deg);
    left: -25%;
}

#realization_header > .realization_header_container {
    padding-bottom: 100px;
}

.category_label {
    padding: 8px 16px;
    display: block;
    background: #FF9800;
    border-radius: 6px;
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-top: -12px;
}

.realization_item.flex_container > .side > img {
    width: 100%;
    border-radius: 12px;
}

.side {
    max-width: 500px;
    width: 50%;
    font-family: 'Poppins';
    color: #5b5b5b;
    font-weight: 400;
}

.side_text {
    background: #fff;
    padding-left: 40px;
    height: fit-content;
    font-size: 17px;
}

/*  */
.realizations_items_container {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.realization_small {
    width: 300px;
    display: flex;
    flex-flow: column-reverse;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 0 11px 0 rgb(154 154 154 / 24%);
}

.realization_small > .realization_image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

.realization_small > .realization_info {
    padding: 30px 20px;
    width: 100%;
}

.realization_small > .realization_info > .realization_title {
    font-size: 18px;
    padding: 10px 15px 0px 15px;
    color: #f05b5b;
    font-weight: bold;
    font-family: 'Merriweather';
    margin-bottom: 3px;
}

.realization_link { 
    text-decoration: none;
}

.realization_label {
    padding: 6px 12px;
    background: #FF9800;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 28px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.realization_categories_master {
    display: flex;
    gap: 10px;
    justify-content: left;
    width: 100%;
}

.realization_categories {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: right;
    width: 100px;
}

/*  */

/*  */
.realization_title {
    font-size: 39px;
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Merriweather';
}

i.realization_supplier {
    color: #f15b5b;
    display: block;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 16px;
    margin-top: 15px;
}
.video_container {
    position: relative;
    width: fit-content;
    height: fit-content;
    border-radius: 8px;
}

.video_container_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.video_container > iframe {
    border-radius: 8px;
}

.scgp_pattern {
    width: 250px;
    height: 250px;
    background-image: url('/assets/img/scgp_pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: -85px;
    right: -85px;
    z-index: -1;
    opacity: 0.4;
}

/*  */

/*  */

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

    .realizations_items_container {
        display: block;
    }

    .realizations_items_container {
        display: block;
    }
    
    .realization_small {
        display: flex;
        width: 100%;
        flex-flow: row-reverse;
    }
    
    .realization_info {
        width: 50%;
    }

    div.realizations_container > div.realization > div.realization_image {
        width: 100%;
        max-width: 100%!important;
    }
    
    .realization_small > .realization_image {
        width: 50%!important;
        height: 250px!important;
    }
    
    a.realization_link {
        display: block;
        margin: 50px 0px;
    }

    div.realizations_container > div.realization {
        display: block;
    }
    
    div.realizations_container > div.realization > div.realization_info {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .realization_item {
        display: flex;
        flex-flow: column-reverse;
    }
    
    .realization_item > .side {
        width: 100%;
        max-width: 100%;
    }
    
    .realization_item > .side_text {
        padding: 0px;
    }

    .realization_body.default_container.flex_container{
        flex-flow: column;
    }

    .realization_body.default_container.flex_container > div {
        margin-bottom: 40px;
        width: 100%!important;
    }

}

@media only screen and (max-width: 600px) { 
    .realization_small {
        flex-flow: column-reverse;
    }
    
    .realization_small > .realization_image {
        width: 100%!important;
    }
    
    .realization_small > .realization_info {
        width: 100%;
    }
}

