/* FUENTES IMPORTADAS
=============================================================================================*/ 
@font-face {
    font-family: NexaBold;
    font-display: swap;
    src: url(../assets/fonts/nexa/bold/Nexa-Bold.eot), url(../assets/fonts/nexa/bold/Nexa-Bold.otf), url(../assets/fonts/nexa/bold/Nexa-Bold.ttf);
    }

@font-face {
    font-family: NexaLight;
    font-display: swap;
    src: url(../assets/fonts/nexa/light/Nexa-Light.eot), url(../assets/fonts/nexa/light/Nexa-Light.otf), url(../assets/fonts/nexa/light/Nexa-Light.ttf);
    }

/* NORMALIZE
====================================================================================================*/

    /**
    * 1. Correct the line height in all browsers.
    * 2. Prevent adjustments of font size after orientation changes in iOS.
    */

    html {
        line-height: 1.15; /* 1 */
        -webkit-text-size-adjust: 100%; /* 2 */
    }
    
    /* Sections
        ========================================================================== */
    
    /**
    * Remove the margin in all browsers.
    */
    
    body {
        margin: 0;
    }
    
    /**
    * Render the `main` element consistently in IE.
    */
    
    main {
        display: block;
    }
    
    /**
    * Correct the font size and margin on `h1` elements within `section` and
    * `article` contexts in Chrome, Firefox, and Safari.
    */
    
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }
    
    /* Grouping content
        ========================================================================== */
    
    /**
    * 1. Add the correct box sizing in Firefox.
    * 2. Show the overflow in Edge and IE.
    */
    
    hr {
        box-sizing: content-box; /* 1 */
        height: 0; /* 1 */
        overflow: visible; /* 2 */
    }
    
    /**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
    
    pre {
        font-family: monospace, monospace; /* 1 */
        font-size: 1em; /* 2 */
    }
    
    /* Text-level semantics
        ========================================================================== */
    
    /**
    * Remove the gray background on active links in IE 10.
    */
    
    a {
        background-color: transparent;
    }
    
    /**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */
    
    abbr[title] {
        border-bottom: none; /* 1 */
        text-decoration: underline; /* 2 */
        text-decoration: underline dotted; /* 2 */
    }
    
    /**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */
    
    b,
    strong {
        font-weight: bolder;
    }
    
    /**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */
    
    code,
    kbd,
    samp {
        font-family: monospace, monospace; /* 1 */
        font-size: 1em; /* 2 */
    }
    
    /**
    * Add the correct font size in all browsers.
    */
    
    small {
        font-size: 80%;
    }
    
    /**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    sup {
        top: -0.5em;
    }
    
    /* Embedded content
        ========================================================================== */
    
    /**
    * Remove the border on images inside links in IE 10.
    */
    
    img {
        border-style: none;
    }
    
    /* Forms
        ========================================================================== */
    
    /**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */
    
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit; /* 1 */
        font-size: 100%; /* 1 */
        line-height: 1.15; /* 1 */
        margin: 0; /* 2 */
    }
    
    /**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */
    
    button,
    input { /* 1 */
        overflow: visible;
    }
    
    /**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */
    
    button,
    select { /* 1 */
        text-transform: none;
    }
    
    /**
    * Correct the inability to style clickable types in iOS and Safari.
    */
    
    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
    }
    
    /**
    * Remove the inner border and padding in Firefox.
    */
    
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    
    /**
    * Restore the focus styles unset by the previous rule.
    */
    
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
    
    /**
    * Correct the padding in Firefox.
    */
    
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }
    
    /**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */
    
    legend {
        box-sizing: border-box; /* 1 */
        color: inherit; /* 2 */
        display: table; /* 1 */
        max-width: 100%; /* 1 */
        padding: 0; /* 3 */
        white-space: normal; /* 1 */
    }
    
    /**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */
    
    progress {
        vertical-align: baseline;
    }
    
    /**
    * Remove the default vertical scrollbar in IE 10+.
    */
    
    textarea {
        overflow: auto;
    }
    
    /**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */
    
    [type="checkbox"],
    [type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }
    
    /**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */
    
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    /**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */
    
    [type="search"] {
        -webkit-appearance: textfield; /* 1 */
        outline-offset: -2px; /* 2 */
    }
    
    /**
    * Remove the inner padding in Chrome and Safari on macOS.
    */
    
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    /**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */
    
    ::-webkit-file-upload-button {
        -webkit-appearance: button; /* 1 */
        font: inherit; /* 2 */
    }
    
    /* Interactive
        ========================================================================== */
    
    /*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */
    
    details {
        display: block;
    }
    
    /*
    * Add the correct display in all browsers.
    */
    
    summary {
        display: list-item;
    }
    
    /* Misc
        ========================================================================== */
    
    /**
    * Add the correct display in IE 10+.
    */
    
    template {
        display: none;
    }
    
    /**
    * Add the correct display in IE 10.
    */
    
    [hidden] {
        display: none;
    }


/* SCROLLBAR
=================================================================================================*/

::-webkit-scrollbar {display: none;}

/* GENERAL
===================================================================================================*/
html {
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'NexaLight';
}

html.scrollOff {
    overflow-y: hidden;
}

body {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
}

svg {
    height: inherit;
}

.see-more {
    height: 1rem;
    padding: 5px 0;
    opacity: 1;
    transition: 1s ease-in-out;
}

.see-more a, .see-more span {
    height: inherit;
}

#projects-galery .see-more{
    color: #212222;
}

.close {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 20%;
    right: -1.5rem;
    opacity: 0;
    transition: 1s ease-in-out;
    z-index: 6;
}

@media only screen and (min-width: 1px) {
    /* HEADER */
    .header {
        position: fixed;
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100vw;
        height: 3rem;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }
    
    .header__logo {
      margin: .5rem 1rem;
      transition: visibility 0.3s linear, opacity 0.3s linear;
      opacity: 0;
      height: 2rem;
    }

    .menu-trigger__icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 2rem;
        line-height: 2rem;
        height: 2px;
        left: 0;
        top: 0;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        background: #fff;
        -webkit-transition: -webkit-transform .4s cubic-bezier(.77,0,.175,1),height .4s cubic-bezier(.77,0,.175,1),margin .4s cubic-bezier(.77,0,.175,1);
        transition: transform .4s cubic-bezier(.77,0,.175,1),height .4s cubic-bezier(.77,0,.175,1),margin .4s cubic-bezier(.77,0,.175,1);
    }

    .menu-trigger.overlay--triggered .menu-trigger__icon {
        height: 0;
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    .menu-trigger__icon:after, .menu-trigger__icon::before {
        content: '';
        display: block;
        width: 2rem;
        height: 2px;
        left: 0;
        position: absolute;
        background: #fff;
        -webkit-transition: -webkit-transform .4s cubic-bezier(.77,0,.175,1),left .4s cubic-bezier(.77,0,.175,1),top .4s cubic-bezier(.77,0,.175,1),bottom .4s cubic-bezier(.77,0,.175,1);
        transition: transform .4s cubic-bezier(.77,0,.175,1),left .4s cubic-bezier(.77,0,.175,1),top .4s cubic-bezier(.77,0,.175,1),bottom .4s cubic-bezier(.77,0,.175,1);
    }

    .menu-trigger__icon::before {
        top: -.5rem;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    .menu-trigger.overlay--triggered .menu-trigger__icon::before {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        top: -1px;
        left: 0;
    }

    .menu-trigger__icon::after {
        bottom: -.5rem;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    .menu-trigger.overlay--triggered .menu-trigger__icon::after {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        bottom: -1px;
        left: 0;
    }
    
    .header__menu {
        width: fit-content;
        height: fit-content;
        margin: .5rem 1rem;
    }

    .header__menu ul {
        position: fixed;
        top: 3rem;
        right: 0;
        left: 0;
        bottom: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 3rem);
        width: 100vw;
        display: flex;
        transition: 1s ease-in-out;
        background: #161717;
        padding: 0;
        line-height: 300%;
    }

    .header__menu ul.hidden {
        display: none;
    }
    
    .header__menu__item {
        position: relative;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 2rem;
        font-family: NexaLight;
        font-weight: bold;
    }
    
    .header--mod-show {
        background: #161717;
    }
    
    .header--mod-show .header__logo {
         opacity: 1;
    }

    /* HERO */
    
    .hero {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-color: #161717;
    }
    
    .hero__image {
        width: 50%;
    }

    .hero__image .cls-1 {
        fill: #FFFFFF;
    }
    .hero__image .cls-2 {
        fill: #FFC600;
    }

    .hero__image.animate svg {
        overflow: visible;
    }

    .hero__image.animate .cls-1 {
        fill: transparent;
        animation: fill-white 0.5s ease forwards 4s;
    }
    .hero__image.animate .cls-2 {
        fill: transparent;
    }

    .hero__image.animate path:nth-child(1), .hero__image.animate path:nth-child(2), .hero__image.animate path:nth-child(3), .hero__image.animate path:nth-child(4), .hero__image.animate path:nth-child(5) {
        stroke:#fff;
        stroke-miterlimit:10;
    }

    .hero__image.animate circle {
        stroke:#ffc600;
        stroke-miterlimit:10;
        stroke-dasharray: 110px;
        stroke-dashoffset: 110px;
        animation: line-anim 2s ease forwards, fill-yellow 0.5s ease forwards 4s;
    }

    .hero__image.animate path:nth-child(1) {
        stroke-dasharray: 326px;
        stroke-dashoffset: 326px;
        animation: line-anim 2s ease forwards .3s, fill-white 0.5s ease forwards 4s;
    }

    .hero__image.animate path:nth-child(2) {
        stroke-dasharray: 331px;
        stroke-dashoffset: 331px;
        animation: line-anim 2s ease forwards .6s, fill-white 0.5s ease forwards 4s;
    }
    
    .hero__image.animate path:nth-child(3) {
        stroke-dasharray: 326px;
        stroke-dashoffset: 326px;
        animation: line-anim 2s ease forwards .9s, fill-white 0.5s ease forwards 4s;
    }

    .hero__image.animate path:nth-child(4) {
        stroke-dasharray: 326px;
        stroke-dashoffset: 326px;
        animation: line-anim 2s ease forwards 1.2s, fill-white 0.5s ease forwards 4s;
    }

    .hero__image.animate path:nth-child(5) {
        stroke-dasharray: 330px;
        stroke-dashoffset: 330px;
        animation: line-anim 2s ease forwards 1.5s, fill-white 0.5s ease forwards 4s;
    }

    /* SECTION COVERS TITLE */
    .main-section__cover-title {
        transition: 1s ease-in-out;
        width: 100vw;
        height: 50vh;
        background-color: #161717;
        box-sizing: border-box;
        padding-bottom: 5%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        z-index: 2;
    }

    .cover-title__bg-title {
        text-transform: uppercase;
        transform: rotateZ(180deg);
        writing-mode: vertical-lr;
        font-size: 25vw;
        max-height: 45vh;
        font-family: 'NexaBold', sans-serif;
        color: #292B2B;
        overflow: hidden;
        position: absolute;
        z-index: 0;
        left: 0;
    }

    .cover-title__section-details {
        transition: 1s ease-in-out;
        width: 70vw;
        overflow: hidden;
        align-self: flex-end;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 5%;
        position: relative;
        z-index: 1;
    }

    .section-details__title {
        transition: 1s ease-in-out;
        text-transform: uppercase;
        color: #fff;
        font-family: 'NexaBold';
        letter-spacing: 5px;
        font-size: 2rem;
        width: fit-content;
        position: relative;
        margin: 0;
    }

    .section-details__title::after {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        height: 5px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 30%;
        background: #FFC600;
        opacity: 1;
        transform: translateX(-3px);
    }

    .section-details__text {
        transition: 1s ease-in-out;
        color: #fff;
        font-family: 'NexaLight', sans-serif;
        font-size: 1rem;
        text-align: start;
    }   
    
    /* SECTION COVERS IMAGE */
    .main-section {
        width: 100vw;
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
    }

    .main-section__cover-image {
        margin: 0;
        height: 50vh;
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }

    #aboutUs .main-section__cover-image {
        background-image: url(../assets/images/aboutUs/cover/cover.jpg);
        right: 0;
        top: 0;
    }

    /* #contact .main-section__cover-image {
        background-image: url(../assets/images/contactUs/cover/cover.jpg);
        right: 0;
        top: 0;
    } */

    /* SUB SECTIONS COVER*/

    .sub-sections-container {
        transition: 1s ease-in-out;
        width: 100vw;
        min-height: 50vh;
        overflow: hidden;
    }
    
    .sub-section__cover {
        transition: 1s ease-in-out;
        width: 100%;
        height: 50vh;
        box-sizing: border-box;
        padding: 10%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-start;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        margin: 0;
    }
    
    #innoTec .sub-section__cover {
        background-image: url(../assets/images/services/sections/technology/cover/cover.jpg);
    }
    
    #communication .sub-section__cover {
        background-image: url(../assets/images/services/sections/communication/cover/cover.jpg);
    }
    
    #infoProjects .sub-section__cover {
        background-image: url(../assets/images/services/sections/info-projects/cover/cover.jpg);
    }
    
    #government .sub-section__cover {
        background-image: url(../assets/images/services/sections/government/cover/cover.jpg);
    }
    
    .sub-section__cover__title {
        transition: 1s ease-in-out;
        color: #fff;
        font-family: 'NexaBold';
        letter-spacing: 5px;
        font-size: 2rem;
        margin: 0;
        position: relative;
    }
    
    .sub-section__cover__title::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        height: 100%;
        left: 0;
        border-left: solid 5px #FFC600;
        transform: translateX(-10px);
    }

    /*  SUB SECTIONS CONTENT */

    .sub-section__content {
        transition: 1s ease-in-out;
        height: 0;
        flex-direction: column;
        overflow: hidden;
        padding: 5%;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .sub-section__content__description {
        text-align: justify;
        margin-bottom: 3rem;
    }

    .sub-section__content__galery {
        flex-wrap: wrap;
        display: flex;
    }

    .galery__element {
        width: 100%;
        align-items: center;
        padding: 5%;
        box-sizing: border-box;
    }

    .galery__element .see-more {
        height: .8rem;
        font-size: .8rem;
        display: initial !important;
    }

    .galery__element__img {
        height: 5rem;
        margin: 0 20%;
        text-align: center;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #projects-galery .galery__element:nth-child(1) .galery__element__img {
        background-image: url(../assets/images/projects/content/project-001/coverImages/cover1.jpg);
    }

    #projects-galery .galery__element:nth-child(2) .galery__element__img {
        background-image: url(../assets/images/projects/content/project-002/coverImages/cover1.jpg);
    }
    
    #projects-galery .galery__element:nth-child(3) .galery__element__img {
        background-image: url(../assets/images/projects/content/project-003/coverImages/cover1.jpg);
    }
    
    #projects-galery .galery__element:nth-child(4) .galery__element__img {
        background-image: url(../assets/images/projects/content/project-004/coverImages/cover1.jpg);
    }
    
    #projects-galery .galery__element:nth-child(5) .galery__element__img {
        background-image: url(../assets/images/projects/content/project-005/coverImages/cover1.jpg);
    }
    
    #projects-galery .galery__element__description{
        position: relative;
    }
    
    #projects-galery .galery__element__description::before{
        position: absolute;
        content: '';
        height: 100%;
        width: 10px;
        background: #FFC600;
        opacity: 1;
        transform: translateX(-15px);
    }

    .galery__element__title {
        font-family: 'NexaBold';
        text-align: center;
        position: relative;
        font-size: .9rem;
    }
    
    #projects-galery .galery__element__title {
        text-align: initial;
    }

    .galery__element__title::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 10px;
        background: #FFC600;
        opacity: 1;
        transform: translateX(-15px);
    }

    #projects-galery .galery__element__title::before {
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        background: none;
        opacity: 1;
        transform: translateX(-15px);
    }

    #projects-galery .galery__element__title::after {
        position: absolute;
        content: '';
        height: 1px;
        margin: 0;
        left: 0;
        right: 0;
        bottom: -5px;
        background: #212222;
    }

    .galery__element__text {
        text-align: justify;
        font-size: 0.8rem;
    }

    .sub-section__content__quote {
        display: flex;
    }

    .quote__img {
        margin: 0;
        width: 20%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #innoTec .quote__img {
        background-image: url(../assets/images/services/sections/technology/content/quote.png);
    }

    #communication .quote__img {
        background-image: url(../assets/images/services/sections/communication/content/quote.png);
    }

    #infoProjects .quote__img {
        background-image: url(../assets/images/services/sections/info-projects/content/quote.png);
    }

    #government .quote__img {
        background-image: url(../assets/images/services/sections/government/content/quote.png);
    }

    .quote__text {
        font-size: .8rem;
        width: 80%;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
    }

    .quote__text span {
        font-size: .8rem;
        align-self: flex-end;
        color: #918a8a;
    }

    /* COVER SLIDER */

    .cover-slider {
        z-index: 1;
        position: relative;
    }

    .cover-slider__slide {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        z-index: 1;
    }

    #projects .cover-slider .cover-slider__slide:nth-child(1) {
        background-image: url(../assets/images/projects/cover/cover1.jpg);
        z-index: 3;
    }

    #projects .cover-slider .cover-slider__slide:nth-child(2) {
        background-image: url(../assets/images/projects/cover/cover2.jpg);
    }

    #projects .cover-slider .cover-slider__slide:nth-child(3) {
        background-image: url(../assets/images/projects/cover/cover3.jpg);
        z-index: 2;
    }

    .close {
        width: 2rem;
        height: 2rem;
        position: fixed;
        top: 4rem;
        left: 1rem;
        opacity: 0;
        transition: 1s ease-in-out;
        z-index: 1;
        display: none;
    }

    /* OPENING SUB-SECTION CONTENT */
    
    .opening_main-section .main-section__cover-title { 
        transition-delay: .5s;
        height: 100vh;
    }

    .opening_main-section .cover-title__section-details::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 0px;
        right: 40%;
        left: 40%;
        bottom: -30%;
        opacity: 0;
        border-bottom: solid 5px #FFF;
        transition: 1s ease-in-out;
    }

    .opening_main-section .cover-title__bg-title, .opening_main-section .section-details__title, .opening .sub-section__cover__title, .opening .see-more, .opening_main-section .section-details__text, .opening_main-section .see-more {
        opacity: 0;
    }

    .opening_main-section .section-details__title::after {
        width: 0px;
    }

    .opening_main-section .section-details__title::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        top: -20%;
        right: auto;
        left: 0;
        border-left: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(-10px);
        opacity: 0;
        transition: 1s ease-in-out;
    }

    .opening .sub-section__cover {
        height: 110vh;
    }

    .opening .sub-section__cover__title::before {
        position: absolute;
        content: '';
        height: 0px;
        width: 0px;
        left: 0;
        border-left: solid 5px #FFC600;
        transform: translateX(-10px);
    }

    .opening .sub-section__cover__title::after {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        height: 0px;
        width: 0px;
        right: 0;
        opacity: 0;
        border-right: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(-10px);
    }

    /* OPENED SUB-SECTION CONTENT
    ========================================================================================================================*/
    .opened_main-section .main-section__cover-title { 
        height: 30vh;
        justify-content: center;
        align-items: center;
    }

    .opened_main-section .cover-title__section-details {
        align-self: center;
        overflow: visible;
        width: auto;
    }

    .opened_main-section .cover-title__section-details::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 20%;
        right: 40%;
        left: 40%;
        bottom: -30%;
        border-bottom: solid 5px #FFF;
        transition: 1s ease-in-out;
    }

    .opened_main-section .cover-title__bg-title, .opened .see-more, .opened_main-section .section-details__text, .opened_main-section .see-more {
        display: none;
        width: fit-content;
    }

    .opened_main-section .section-details__title, .opened .sub-section__cover__title {
        opacity: 1;
        font-size: 2rem;
        text-align: center;
    }

    .opened_main-section .section-details__title {
        color: #FFC600;
    }

    .opened_main-section .section-details__title::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 5px;
        height: 110%;
        top: -20%;
        right: auto;
        left: 0;
        border-left: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(-10px);
        transition: 1s ease-in-out;
    }

    .opened_main-section .section-details__title::after {
        background: none;
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 5px;
        height: 110%;
        top: -20%;
        left: auto;
        right: auto;
        border-right: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transition: 1s ease-in-out;
    }

    .opened .sub-section__cover {
        justify-content: center;
        align-items: center;
        height: 30vh;
    }


    .opened .sub-section__cover__title {
        width: fit-content;
    }

    .opened .sub-section__cover__title::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 5px;
        height: 110%;
        top: -20%;
        right: auto;
        left: 0;
        border-left: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(-10px);
        transition: 1s ease-in-out;
    }

    .opened .sub-section__cover__title::after {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 5px;
        height: 110%;
        top: -20%;
        left: auto;
        right: 0;
        border-right: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(10px);
        transition: 1s ease-in-out;
    }

    .opened .sub-section__content {
        height: fit-content;
        display: flex;
        padding: 5%;
    }

    .opened_main-section .close {
        opacity: 1;
    }

    /* CLOSING SUB-SECTION CONTENT
    ========================================================================================================================*/
    .closing_main-section .main-section__cover-title { 
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .closing_main-section .cover-title__bg-title, .closing_main-section .section-details__title, .closing .sub-section__cover__title, .closing .see-more, .closing_main-section .section-details__text, .closing_main-section .see-more {
        opacity: 0;
    }

    .closing_main-section .cover-title__section-details {
        align-self: center;
        overflow: visible;
        width: auto;
    }

    .closing-section .cover-title__section-details::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 0px;
        right: 40%;
        left: 40%;
        bottom: -30%;
        border-bottom: solid 5px #FFF;
        transition: 1s ease-in-out;
    }

    .closing_main-section .cover-title__bg-title, .closing .see-more, .closing_main-section .section-details__text, .closing_main-section .see-more {
        display: none;
        width: fit-content;
    }

    .closing_main-section .section-details__title, .closing .sub-section__cover__title {
        opacity: 0;
        font-size: 2rem;
        text-align: center;
    }

    .closing_main-section .section-details__title::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        top: -20%;
        right: auto;
        left: 0;
        border-left: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(-10px);
        transition: 1s ease-in-out;
    }

    .closing_main-section .section-details__title::after {
        background: none;
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        top: -20%;
        left: auto;
        right: auto;
        border-right: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transition: 1s ease-in-out;
    }

    .closing .sub-section__cover {
        justify-content: center;
        align-items: center;
        height: 110vh;
    }

    .closing .sub-section__cover__title {
        width: fit-content;
    }

    .closing .sub-section__cover__title::before {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        top: -20%;
        right: auto;
        left: 0;
        border-left: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(-10px);
        transition: 1s ease-in-out;
    }

    .closing .sub-section__cover__title::after {
        transition: 1s ease-in-out;
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        top: -20%;
        left: auto;
        right: 0;
        border-right: solid 5px #FFC600;
        border-bottom: solid 5px #FFC600;
        border-top: solid 5px #FFC600;
        transform: translateX(10px);
        transition: 1s ease-in-out;
    }

    .closing .sub-section__content {
        height: fit-content;
        display: flex;
        padding: 5%;
    }

    .closing_main-section .close {
        opacity: 0;
    }

    
    /* FOOTER */

    .footer {
        width: 100vw;
        display: flex;
        flex-direction: column;
        background-color: #161717;
        justify-content: center;
        align-items: center;
    }

    .footer__logo {
        height: 4rem;
    }

    .footer__text {
        color: #fff;
        text-align: center;
    }

    .footer__social {
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
    }

    .social__icon {
        width: 3rem;
        margin: .5rem;
    }
    
}

@media only screen and (min-width: 425px) {
    .main-section__cover-title {
        height: 100vh;
    }

    .main-section__cover-image {
        height: 100vh;
    }

    .cover-title__bg-title {
        max-height: 85vh;
    }
    
    .sub-section__cover {
        height: 100vh;
    }

    .opening_main-section .main-section__cover-title { 
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    /* .opening .sub-section__content {
        height: fit-content;
        display: flex;
        padding: 5%;
    } */
}

@media only screen and (min-width: 768px) {

    /* HEADER */
    .header {
        align-items: flex-end;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }
        
    .header__logo {
      margin: 5px 14px;
      transition: visibility 0.3s linear, opacity 0.3s linear;
      visibility: hidden;
      opacity: 0;
      height: 2rem;
    }
    
    .header__menu {
       margin: 5px 14px;
    }

    .header__menu ul {
        position: initial;
        flex-direction: row;
        height: inherit;
        width: fit-content;
        display: flex;
        line-height: initial;
        background: none;
    }
    
    .header__menu__item {
        position: relative;
        color: #FFFFFF;
        text-decoration: none;
        margin-right: 10px;
        font-size: 14px;
        font-family: NexaLight;
        font-weight: bold;
    }
    
    .header__menu__item::after {
        position: absolute;
        content: '';
        height: 5px;
        margin: 0;
        left: 0;
        right: 0;
        bottom: -5px;
        width: 70%;
        background: #FFC600;
        opacity: 0;
        -o-transition:.5s;
        -ms-transition:.5s;
        -moz-transition:.5s;
        -webkit-transition:.5s;
        transition:.5s;
    }
    
    .header__menu__item_selected .header__menu__item {
        display: block;
        transform: translateX(5px);
        transition: 0.5s;
    }
    
    .header--mod-show {
        background: #161717;
    }
    
    .header--mod-show .header__logo {
         visibility: visible;
         opacity: 1;
    }
    
    .header__menu__item_selected.header__menu__item::after {
        transform: translateX(-3px);
        opacity: 1;
    }

    .menu-trigger {
        display: none;
    }

    .cover-title__bg-title {
        font-size: 12vw;
    }

    .cover-title__section-details {
        width: 35vw;
    }

    #services .main-section__cover-title/* , #contact .main-section__cover-title */ {
        justify-content: flex-start;
    }

    #services.main-section/* , #contact.main-section */ {
        flex-direction: row-reverse;
    }

    #services .cover-title__bg-title/* , #contact .cover-title__bg-title */ {
        left: auto;
        right: 0;
    }

    .main-section__cover-title {
        width: 50vw;
    }

    .main-section__cover-image {
        width: 50vw;
    }

    #services .main-section__cover-title {
        right: 0;
        top: 0;
        position: sticky;
    }
    
    #projects .main-section__cover-title {
        left: 0;
        top: 0;
        z-index: 2;
        position: sticky;
    }

    .sub-sections-container {
        width: 50vw;
    }

    #projects-galery .galery__element {
        display: flex;
    }
    
    #projects-galery .galery__element__img {
        margin: 0;
        min-width: 40%;
    }

    #projects-galery .galery__element__description {
        margin-left: 20px;
    }

    .close {
        position: absolute;
        top: 4rem;
        left: -1rem;
        opacity: 0;
        display: initial;
    }

    #projects .close {
        left: auto;
        right: -1rem;
    }

    /* OPENING SUB-SECTION CONTENT */

    .opening_main-section .main-section__cover-title { 
        transition-delay: .5s;
        width:30vw;
    }

    .opening_main-section .sub-sections-container { 
        transition-delay: .5s;
        width: 70vw;
    }

    .opening .sub-section__content {
        display: flex;
    }

    /* OPENED SUB-SECTION CONTENT*/
    
    .opened_main-section .main-section__cover-title { 
        width:30vw;
        justify-content: center;
        align-items: center;
        height: 100vh;
        justify-content: center;
    }

    .opened_main-section .cover-title__section-details {
        align-self: center;
        overflow: visible;
    }

    #services.opened_main-section .main-section__cover-title/* , #contact.opened_main-section .main-section__cover-title */ {
        justify-content: center;
    }

    .opened_main-section .cover-title__bg-title, .opened .see-more, .opened_main-section .section-details__text, .opened_main-section .see-more {
        display: none;
        width: fit-content;
    }

    .opened_main-section .section-details__title {
        opacity: 1;
        font-size: 1.5rem;
        text-align: center;
    }

    .opened .sub-section__cover__title {
        font-size: 3rem;
    }

    .opened_main-section .sub-sections-container { 
        transition: 1s ease-in-out;
        transition-delay: .5s;
        width: 70vw;
    }

    .opened .sub-section__cover {
        justify-content: center;
        align-items: center;
        height: 60vh;
    }

    /* CLOSING SUB-SECTION CONTENT */

    .closing_main-section .main-section__cover-title { 
        width:30vw;
        justify-content: center;
        align-items: center;
        height: 100vh;
        justify-content: center;
    }

    .closing_main-section .cover-title__bg-title, .closing_main-section .section-details__title, .closing .sub-section__cover__title, .closing .see-more, .closing_main-section .section-details__text, .closing_main-section .see-more {
        opacity: 0;
    }

    .closing_main-section .cover-title__section-details {
        align-self: center;
        overflow: visible;
    }

    #services.closing_main-section .main-section__cover-title/* , #contact.closing_main-section .main-section__cover-title */ {
        justify-content: center;
    }

    .closing_main-section .cover-title__bg-title, .closing .see-more, .closing_main-section .section-details__text, .closing_main-section .see-more {
        display: none;
        width: fit-content;
    }

    .closing_main-section .section-details__title {
        font-size: 1.5rem;
        text-align: center;
    }

    .closing .sub-section__cover__title {
        font-size: 3rem;
    }

    .closing_main-section .sub-sections-container { 
        transition: 1s ease-in-out;
        transition-delay: .5s;
        width: 70vw;
    }

    .closing .sub-section__cover {
        justify-content: center;
        align-items: center;
        height: 100vh;
    }


    .closing .sub-section__cover__title {
        width: fit-content;
    }

    .closing .sub-section__content {
        height: fit-content;
        display: flex;
        padding: 5%;
    }

    .closing_main-section .close {
        opacity: 0;
    }

    .footer {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .footer__logo {
        width: 25%;
    }

    .footer__social {
        width: fit-content;
    }
    

}

@media only screen and (min-width: 1024px) {
    .opened_main-section .section-details__title {
        font-size: 2rem;
    }
    
    .closing_main-section .section-details__title {
        font-size: 2rem;
    }

    .galery__element {
        width: 50%;
    }

    .footer__logo {
        width: 20%;
    }
}

@media only screen and (min-width: 1300px) {
    .opened_main-section .section-details__title {
        font-size: 3rem;
    }
    
    .closing_main-section .section-details__title {
        font-size: 3rem;
    }

    .footer__logo {
        width: 15%;
    }
}




.fade-in {
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-in;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

.slide-right-in {
    -webkit-animation-name: slide-right-in;
    -webkit-animation-duration: 1.5s;
    animation-name: slide-right-in;
    animation-duration: 1.5s;
}

@-webkit-keyframes slide-right-in {
    from {transform: translateX(100%)}
    to {transform: translateX(0)}
}

@keyframes slide-right-in {
    from {transform: translateX(100%)}
    to {transform: translateX(0)}
}

@keyframes line-anim{
    to{
        stroke-dashoffset: 0;
    }
}

@keyframes fill-white {
    to {
        fill: #FFFFFF;
    }
}

@keyframes fill-yellow {
    to {
        fill: #ffc600;
    }
}