.container{
    max-width: 960px;
}

/*
---------------------------------
    HEADER
---------------------------------
*/

.introduction{
    background: linear-gradient(to bottom left, #ff0030, #d71442);
    height: 100vh;
    width: 100%;
    padding-top: 8%;

    clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 0%);
}

.header-text{
    position: relative;
    margin: 0% 0 0% 25%;
}

.changed-text{
    font-size: 130%;
    text-transform: uppercase;
}


.gsap-el
{
    position : absolute;
    width : 100%;
   left : 5px;
   /*top : 0px;*/
    vertical-align: middle;
}

.introduction-layer h1{
    text-transform: uppercase;
    padding-top: 8%;
    font-size: 240%;
}

.introduction-text{
    border-radius: 40px;
    background: #0a0e17;
    padding: 0 20px;
    font-size: 130%;
}

.introduction-text-p{
    font-size: 80%;
}

.header-gif img{
    width: 50%;
}

.header-video-text{
    margin-top: -85px;
    
}

.header-video-text-bottom{
    margin-top: 0;
}

#carouselHeaderLogos,
#carouselLogos{
    margin-top: -30px;
    margin: 0 20%;
}

.carousel-cell {
    width: 25%;
    margin-right: 10px;
    background: transparent;
    height: 70px;
  }
  
  .carousel-cell-image {
    display: block;
    max-height: 50%;
    margin: 0 auto;
    max-width: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
            transition: opacity 0.4s;
  }
  
  /* fade in lazy loaded image */
  .carousel-cell-image.flickity-lazyloaded,
  .carousel-cell-image.flickity-lazyerror {
    opacity: 1;
  }

/*
---------------------------------
    HEADER END
---------------------------------
*/

/*
---------------------------------
    HEADER VIDEO
---------------------------------
*/

.video-wrapper {
    /* margin-top: -90px; */
    transform: translateY(-40px);
}

.video-wrapper .video-box
{
    background: transparent;
    padding: 150px 0 150px 0;
    z-index: 99;
    position: relative;
    overflow: hidden;
    margin-top: -12%;
    height: 200px;
}

/* .video-wrapper-header .video-box
{
    background: -moz-linear-gradient(#7633b7, #275fbb);
    background: -ms-linear-gradient(#7633b7, #275fbb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7633b7), color-stop(100%, #275fbb));
    background: -webkit-linear-gradient(#7633b7, #275fbb);
    background: -o-linear-gradient(#7633b7, #275fbb);
    background: linear-gradient(to top bottom, #7633b7, #275fbb);
} */

.video-box-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.video-play-btn{
    position: absolute;
    top: 45%;
    left: 51%;
    margin-left: -40px;
    margin-top: -25px; 
}

.video-play-btn::before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -0;
}

.video-play-btn img{
    width: 80px;
}

@-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0; } }
  
  @-moz-keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1; }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0; } }
  
  @-o-keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1; }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0; } }
  
  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0; } }

.header-video-text{
    font-size: 85%;
}

.header-video-text strong{
    font-weight: bolder;
}
/*
---------------------------------
    HEADER VIDEO END
---------------------------------
*/

/*
---------------------------------
    CALL TO ACTION
---------------------------------
*/

.cta-wrapper .cta-box
{
    /* padding: 150px 0 150px; */
    z-index: 99;
    position: relative;
    overflow: visible;
    /* margin-top: -12%; */
    height: 200px;
}

.cta-wrapper .cta-box::after{
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: url('../imgs/cta_border.png') no-repeat center;
    background-size: 95%;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-wrapper .cta-box::before{
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: url('../imgs/cta_border_shadow.png') no-repeat center;
    background-size: 95%;
    top: 5px;
    left: -5px;
    z-index: -1;
}

.cta-wrapper .cta-box p{
    position: absolute;
    text-transform: uppercase;
    font-size: 100%;
    top: 42%;
    left: 5%;
    text-shadow: -3px 3px #eee;
    color: #000; 
}

.cta-wrapper .cta-box .cta-btn{
    width: 50px;
}

.cta-wrapper .cta-box .cta-btn::before{
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: url('../imgs/ajánlatkeres-gomb.png') no-repeat center;
    background-size: 25%;
    left: 32%;
    z-index: -1;
}

.cta-wrapper .cta-box .cta-btn p{
    position: absolute;
    left: 72%;
    color: white;
    text-shadow: 0 0;
}

.cta-hand-container{
    position: relative;
}

.cta-hand{
    position: relative;
    z-index: 1000;
}

.cta-hand img{
    position: absolute;
    right: -15vw;
    top: -10vw;
    transform: rotate(-5deg);
    width: 40%;
}

.advantages-hand img{
    top: -10vw;
}

/*
---------------------------------
    CALL TO ACTION END
---------------------------------
*/

/*
---------------------------------
    SERVICES HEADER ROW
---------------------------------
*/
.services-header-row{
    position: relative;
    max-width: 940px;
    left: 15%;
}

.services-header-row h3{
    font-size: 200%;
    text-transform: uppercase;
    font-style: italic;
    margin-left: 8%; 
}

.services-header-row h2{
    font-size: 400%;
    text-transform: uppercase;

}

.services-header-row p{
    font-size: 70%;
}

/*
---------------------------------
    SERVICES HEADER ROW END
---------------------------------
*/

/*
---------------------------------
    SERVICES
---------------------------------
*/

.services{
    background: linear-gradient(to bottom left, #ff0030, #d71442);
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 15px;

    clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 15%);
}

.service-items{
    position: relative;
    margin: 10% 10% 15% 10%;
    z-index: 10;
}

.service-item-header{
    font-size: 100%;
    text-transform: uppercase;
}

.service-item-header span a{
    color: #ffffff;
    text-decoration: underline;
    transition: all .4s;
}

.service-item-header span a:hover{
    text-decoration: none;
}

.service-item-header img{
    width: 100%;
}

.service-item-text{
    font-size: 80%;
    margin-right: 5%;
    margin-top: 20px;
}

.service-text{
    margin: 0% 15%;
    font-size: 80%;
}

/*
---------------------------------
    SERVICES END
---------------------------------
*/

/*
---------------------------------
    ADVANTAGES
---------------------------------
*/

.advantages-container{
    margin: 0 10%;
}

.advantages-header h3{
    font-size: 350%;
    text-transform: uppercase;
}

.advantages-header-text{
    margin-left: 15%;
}

.carousel-advantage-texts .carousel-item p{
    font-size: 80%;
    margin-right: 15%;
}

.carousel-advantage-texts-left-arrow{
    margin-left: -15%;
}

.carousel-advantage-texts-left-arrow img,
.carousel-advantage-texts-right-arrow img{
    width: 40%;
}

.advantages-header-img img{
    width: 80%;
}

.advantages-overall-text{
    font-size: 90%;
    margin-left: 5%;
}

.advantages-content h3{
    text-transform: uppercase;
    color: #FF0030;
    font-size: 130%;
}

.advantages-content-text-header{
    font-size: 80%;
}

.advantages-content-text ul{
    list-style: none;
}

.advantages-content-text ul li{
    font-family: Gilroy-Light;
    font-size: 80%;
    position: relative;
}

.advantages-content-text ul li::before{
    position: absolute;
    content: "\2022"; 
    color: #FF0030;
    font-size: 3em;
    top: 25%;
    transform: translateY(-50%);
    left: -23px;
}

.advantages-cta p{
    font-size: 120%;
}

.advantages-cta .cta-btn-box{
    width: 100%;
    margin-top: 35px;
    margin-left: -20px;
}

.advantages-cta .cta-btn-box::before{
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: url('../imgs/ajánlatkeres-gomb.png') no-repeat center;
    background-size: 260px;
    left: 0;
    bottom: 25px;
    z-index: -1;
}

.advantages-cta .cta-btn-box p{
    text-transform: uppercase;
    position: relative;
    top: -20px;
    left: 10px;
}

.advantages-cta .cta-btn-box a,
.advantages-cta .cta-btn-box a:hover{
    text-decoration: none;
}

/*
---------------------------------
    ADVANTAGES END
---------------------------------
*/

/*
---------------------------------
    PROCESS
---------------------------------
*/
.process-img{
    position: relative;
}

.process-img img{
    position: absolute;
    z-index: 1000;
    left: 30%;
    top: -8%;
    width: 50%;
}

.process-header-row{
    position: relative;
    margin: 100px auto;
}

.process-header-row h2{
    text-transform: uppercase;
    font-size: 150%;
}

.processes{
    background: linear-gradient(to bottom left, #fcff04, #ff9000);
    /* Firefox */
    height: -moz-calc(100% - 18px);
    /* WebKit */
    height: -webkit-calc(100% - 18px);
    /* Opera */
    height: -o-calc(100% - 18px);
    /* Standard */
    height: calc(100% - 18px);
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;

    clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 15%);
}

.process-items{
    padding-top: 20%;
    margin-left: 20%;
}

.process-items.right{
    margin-left: 30%;
}

.process-item-header{
    border-radius: 15px;
    text-transform: uppercase;
    background: white;
    display: inline-block;
    padding: 5px 20px;
}

.process-item-header h3{
    font-size: 150%;
    margin-bottom: 0rem;
}

.process-item-text p{
    font-size: 80%;
}

.process-item-header.first h3{
    color: #FFB424;
}

.process-item-header.second h3{
    color: #F36135;
}

.process-item-header.third h3{
    color: #EB3944;
}

.process-item-header.fourth h3{
    color: #EE0255;
}

.process-item-header.fifth h3{
    color: #EB3944;
}

.process-item-header.fifth{
    position: relative;
}

.process-items.fifth{
    padding-top: 2%;
}

/*
---------------------------------
    PROCESS END
---------------------------------
*/

/*
---------------------------------
    REFERENCES
---------------------------------
*/
.btn-references{
    color: #0a0e17; 
    text-decoration: none;
    border-radius: 20px;
    margin-right: 5%;
    position: relative;
    z-index: 1001;
    font-family: Gilroy-ExtraBold;
    text-transform: uppercase;
    transition: all .4s;
    padding: 5px 20px; 
}

.btn-references:hover{
    background: #FF0030;
    text-decoration: none;
    color: white;
}

.btn-references.active{
    background: #FF0030;
    text-decoration: none;
    color: white;
}

.carousel-referencees{
    position: relative;
    z-index: 1001;
}

.carousel-referencees .carousel-inner{
    padding-left: 12%;
}

.carousel-referencee-left-arrow img,
.carousel-referencee-right-arrow img{
    width: 15%;
}

.referencee-title p{
    text-transform: uppercase;
    font-size: 70%;
    margin-bottom: 30px;
}
/*
---------------------------------
    REFERENCES END
---------------------------------
*/

/*
---------------------------------
    OPINIONS
---------------------------------
*/
.opinions{
    background: linear-gradient(to bottom left, #ff0030, #d71442);
    width: 100%;
    position: relative;
    overflow: hidden;

    clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 15%);
}

.opinions-layer::after{
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url('../imgs/opinions_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
} 

.opinions-text{
    position: relative;
    z-index: 2;
}

.opinions-text h3{
    font-size: 120%;
    text-transform: uppercase;
    margin-top: 8%;
}

.opinions-text img{
    margin-top: 20px;
    width: 25%;
}

.opinions-text p{
    font-size: 80%;
    margin: 20px 20% 0 20%;
}
/*
---------------------------------
    OPINIONS END
---------------------------------
*/

/*
---------------------------------
    FAQ
---------------------------------
*/

.faq .card{
    border: 0px;
    margin-top: 20px;
}

.faq .card .card-header{
    font-family: Gilroy-ExtraBold;
    border: 0px;
    background: #0a0e17;
    padding: 0;
    border-radius: 18px !important;
}

.faq .card .card-header .btn-link{
    color: white;
}

.faq .card .card-header .btn-link:hover,
.faq .card .card-header .btn-link:focus{
    text-decoration: none;
}

.faq .card .card-header::before{
    content: attr(data-sign);
    position: absolute;
    margin-left: -20px;
    color: #0a0e17;
}

.faq .card .card-header:hover{
    cursor: pointer;
}

.faq .card .card-body{
    font-size: 80%;
    font-family: Gilroy-Light;
}

.accordion>.card{
    overflow: visible;
}

.faq .btn-link{
    font-size: 60%;
}

/*
---------------------------------
    FAQ END
---------------------------------
*/

/*
---------------------------------
    CONTACTS
---------------------------------
*/
.contacts-header-row{
    position: relative;
    margin: 0 auto;
    max-width: 960px;
}

.contacts-header-row h3{
    font-size: 200%;
    text-transform: uppercase;
    font-style: italic;
    margin-left: 8%; 
}

.contacts-header-row h2{
    font-size: 400%;
    text-transform: uppercase;

}

.contacts-header-row p{
    font-size: 70%;
}

.contacts-img img{
    margin-top: 2%;
    margin-right: 5%;
    width: 60%;
    max-width: 400px;
}

.input-control{
    max-width: 80%;
    color: white;
    background: #0a0e17;
    border-radius: 10px;
}

.input-control:focus{
    border: none;
    background: #0a0e17;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

.contact-form  input[type="checkbox"] {
    visibility: hidden;
}
.contact-form  label {
    cursor: pointer;
    max-width: 80%;
    text-transform: uppercase;
    font-size: 80%;
}
.contact-form  input[type="checkbox"] + label:before {
    background: #0a0e17;
    border: 1px solid #0a0e17;
    content: "\00a0";
    display: inline-block;
    font: 35px/1em sans-serif;
    height: 35px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 35px;
    float: left;
}
.contact-form input[type="checkbox"]:checked + label:before {
    background: #0a0e17;
    color: white;
    content: "\2713";
    text-align: center;
}
.contact-form input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

.contact-form  input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.contact-form .form-check-label{
    font-size: 50%;
}

.contact-form .form-check-label a{
    color: #0a0e17;
    text-decoration: underline;
}

.contact-cta p{
    font-size: 80%;
}

.contact-cta .cta-btn-box{
    max-width: 350px;
    margin-top: 25px;
    /* margin-left: -20px; */
}

.contact-cta .cta-btn-box::before{
    position: absolute;
    content: " ";
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: url('../imgs/ajánlatkeres-gomb.png') no-repeat center;
    background-size: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0%);
}

.contact-cta .cta-btn-box p{
    text-transform: uppercase;
}

.contact-cta .cta-btn-box a,
.contact-cta .cta-btn-box a:hover{
    text-decoration: none;
}

.informations img{
    width: 80px;
}

.informations span{
    text-transform: uppercase;
    font-family: Gilroy-ExtraBold;
}

/*
---------------------------------
    CONTACTS END
---------------------------------
*/

.advantages-example{
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    font-size: 120%;
    height: 70px;
    background: url(../imgs/ajánlatkeres-gomb.png) no-repeat center center;
    background-size: 100%;
    background-position: 50% 50%;
    padding-top: 10px;
}

.advantages-example a:hover{
    text-decoration: none;
}

.advantages-example a::after{
    position: absolute;
    content: " ";
    width: 100vw;
    height: 100vw;
    background-image: url('../imgs/kéz_e.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; 
    top: 0%;
    left: 80%;
    z-index: 10;
}

.cta-example-row{
    max-height: 800px;
}

.cta-shadow-example{
    max-width: 100%;
    font-size: 120%;
    max-height: 300px;
    height: 100%;
    background: url(../imgs/cta_border_shadow.png) no-repeat center center;
    background-size: 100%;
    background-position: 50% 50%;
    padding-top: 10px;
}

.cta-example{
    margin-top: -15px;
    max-width: 100%;
    font-size: 120%;
    /* max-height: 300px; */
    height: auto;
    background: url(../imgs/cta_border.png) no-repeat center center;
    background-size: 100% 99%;
    background-position: 50% 50%;
    padding-top: 10px;
    margin-left: 5px;
}

.cta-example .cta-example-text p{
    font-size: 80%;
    text-shadow: -3px 3px #eee;
    color: #000;
    margin-top: 2%;
}

.advantages-example-II{
    text-transform: uppercase;
    width: 100%;
    max-width: 260px;
    font-size: 100%;
    height: 70px;
    background: url(../imgs/ajánlatkeres-gomb.png) no-repeat center center;
    background-size: 100%;
    background-position: 50% 50%;
    padding-top: 20px;
    padding-left: 13%;
}

.advantages-example-II a{
    max-width: 260px;
}

.advantages-example-II a:hover{
    text-decoration: none;
}

.border-example{
    border: 10px solid transparent;
    -webkit-border-image: url(../imgs/cta_border.png) 100 round; /* Safari 3.1-5 */
    -o-border-image: url(../imgs/cta_border.png) 100 round; /* Opera 11-12.1 */
    border-image: url(../imgs/cta_border.png) 22 stretch;
    margin-bottom: 40px;
    margin-top: 10px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.cta-example-text{
    text-transform: uppercase;
    font-size: 100%;
    margin-top: 18px;
    left: 5%;
    text-shadow: -3px 3px #eee;
    color: #000;
}

.advantages-example-original{
    padding-left: 0;
}

.advantages-example-original a::after{
    width: 100vw;
    height: 100vw;
    left: 65%;
}

.contact-cta-II{
    max-width: 220px;
}

.contact-cta-II a::after{
    display: none;
}

/*
---------------------------------
    BLOG POSTS
---------------------------------
*/
.blogposts-container{
    margin: 0 10%;
}

.blogposts-header-row{
    position: relative;
    max-width: 960px;
}

.blogposts-header-row h3{
    font-size: 200%;
    text-transform: uppercase;
    font-style: italic;
    margin-left: 8%; 
}

.blogposts-header-row h2{
    font-size: 400%;
    text-transform: uppercase;

}

.blogposts-all-img{
    margin-top: 20px;
  }
  
  .blogposts-all-img img{
    width: 100%;
  }
  
  .blogposts-all a:hover{
    text-decoration: none;
  }
  
  .blogposts-all-information{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  
  .blogposts-all-information:hover{
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  }
  
  .blogposts-all-description{
    font-size: 70%;
  }
  
  .blogposts-all-title,
  .blogposts-all-description{
    margin-top: 5%;
    margin-left: 5%;
  }
  
  .blogposts-all-description{
    padding-bottom: 2%;
    padding-right: 2%;
  }

  .back-button-href:hover{
    text-decoration: none;
    color: white;
  }
  
  .back-button-href.background{
    position: relative;
  }
  
  .back-button-href.background img{
    max-width: 300px;
    position: relative;
  }
  
  .back-button-href.background span{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 300px;
    font-size: 80%;
  }

/*
---------------------------------
    BLOG POSTS END
---------------------------------
*/

/* @media (max-width: 767.98px) { 
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1199.98px) {
    
}


@media (max-width: 1280px) and (max-height: 800px) {
    .processes{
        height: 140vh;
    }
}

@media (max-width: 1440px){
    .process-items{
        margin-left: 12%;
    }
}

@media (max-width: 1600px){
    .introduction{
        max-height: 75vh;
    }

    .services{
        height: 100%;
    }

    .processes{
        height: 90vh;
    }
} */

@media (min-width: 1919px) {
    .border-example{
        max-width: 1300px;
    }

    .advantages-example-II,
    .advantages-example-II a{
        max-width: 340px;
    }

    .advantages-example-II{
        margin-top: 5px;
        padding-top: 15px;
    }

    /* .advantages-example-II a::after{
        left: 70%;
    } */

    .video-wrapper .video-box{
        padding: 200px 400px;
        margin-bottom: 10px;
        left: -110px;
    }

    .video-wrapper .video-box-referencees{
        padding: 150px 0 150px 0;
        left: 110px;
    }

    .referencee-title{
        left: 110px;
    }

    .process-items{
        margin-left: 15%;
        max-width: 68%;
    }

    .process-img img{
        top: -100px;
    }

    .contacts-header-row,
    .blogposts-header-row{
        margin-left: 15%;
    }

    .carousel-cell-image {
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 2500px) {
    .back-button-href.background img,
    .back-button-href.background span{
      max-width: 500px;
      width: 500px;
    }
  }

@media (min-width: 2560px) {
    .border-example{
        max-width: 1800px;
    }

    .advantages-example-II,
    .advantages-example-II a{
        max-width: 470px;
    }

    .advantages-example-II{
        margin-top: 5px;
        padding-top: 15px;
        height: 90px;
    }

    .advantages-example-II a::after{
        /* left: 400px; */
    }
}

@media (min-width: 2600px){
    .advantages-example-II a::after{
        display: none;
    }
}

@media (min-width: 3840px){
    .process-img img{
        left: 37%;
        width: 32%;
    }
}

@media (max-width: 1366px){
    .introduction{
        min-height: 110vh;
    }

    #carouselHeaderLogos,
    #carouselLogos{
        margin-top: -50px;
    }

    .video-wrapper{
        transform: translateY(0);
    }

    .video-wrapper .video-box{
        padding: 170px 0;
        margin-bottom: 10px;
    }

    .services{
        height: 100%;
    }

    .service-item-header{
        font-size: 90%;
    }

    .processes{
        height: 120vh;
    }

    .process-item-text p{
        font-size: 70%;
    }

    .process-items{
        margin-left: 15%;
        max-width: 68%;
    }

    .informations span{
        font-size: 80%;
    }
}


@media (max-width: 575.98px) {
    .introduction{
        height: 100%;
        margin-bottom: 0px;
        padding-bottom: 50px;

        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    }

    .introduction:after{
        bottom: -65px;
        height: 120px;
    }

    .carousel-cell{
        width: 50%;
        margin-top: 20px;
    }
    
    .header-text{
        margin: 25% 0 0% 2%;
    }

    .header-video-text,
    .header-gif img,
    .video-wrapper{
        margin-top: 0;
    }

    .video-wrapper .video-box{
        margin-top: -18%;
        padding: 0px;
    }

    #carouselHeaderLogos, #carouselLogos{
        margin: 0 0;
    }

    .carousel-referencees .carousel-inner{
        margin-left: 0%;
    }

    .border-example{
        border: 0px;
        margin-top: 0px;
    }

    .cta-example-text{
        text-align: center;
        left: 0;
    }

    .advantages-example-II{
        left: 50%;
        transform: translate(-50%, 0%);
        position: relative;
        max-width: 220px;
        padding-left: 0;
    }

    .advantages-example-II p{
        text-align: center;
    }

    .services-header-row{
        left: 0;
    }

    .services-header-row h2,
    .contacts-header-row h2,
    .blogposts-header-row h2{
        font-size: 200%;
    }

    .cta-wrapper .cta-box{
        height: 160px;
    }

    .cta-wrapper .cta-box::before,
    .cta-wrapper .cta-box::after{
        background: transparent;
    }

    .cta-wrapper .cta-box p{
        top: 0;
        text-align: center;
    }

    .cta-wrapper .cta-box .cta-btn p{
        top: 43%;
        left: 28%;
    }

    .cta-wrapper .cta-box .cta-btn::before{
        left: 0;
        background-size: 50%;
    }

    .services{
        height: 100%;
        padding-bottom: 30px;

        clip-path: polygon(100% 0, 100% 97%, 0 100%, 0 3%);
    }

    .advantages-header h3{
        font-size: 200%;
    }

    .advantages-container{
        margin: 0 0;
    }

    .advantages-cta p{
        font-size: 100%;
    }

    .advantages-cta .cta-btn-box::before{
        top: 30%;
    }

    .advantages-cta .cta-btn-box{
        margin-top: -50px;
    }

    .advantages-cta .cta-btn-box p{
        margin-left: 10%;
        margin-top: 50%;
        left: 0;
    }

    .process-header-row{
        margin: 50px auto 110px auto;
    }

    .processes{
        height: 100%;

        clip-path: polygon(100% 0, 100% 97%, 0 100%, 0 3%);
    }

    .process-img{
        top: -110px;
    }

    .process-items,
    .process-items.right{
        margin-left: 10%;
        padding-top: 0;
    }

    .process-item-header.first{
        margin-top: 48%;
    }

    .processes:after{
        height: 120px;
    }

    .process-items.right .process-item-text:last-child{
        margin-bottom: 65px;
    }

    .btn-references{
        margin-right: 0px;
        padding: 5px 10px;
    }

    .carousel-referencees .carousel-inner{
        padding-left: 0;
    }

    .carousel-cell-image{
        max-width: 100%;
    }

    .opinions{
        height: 100%;

        clip-path: polygon(100% 0, 100% 97%, 0 100%, 0 3%);
    }

    .opinions-text h3{
        margin-top: 25%;
    }

    .opinions-text p{
        margin: 20px 0 0 0;
    }

    .opinions-layer::after{
        background: transparent;
    }

    .input-control{
        max-width: 100%;
    }

    .contact-cta .cta-btn-box,
    .contact-cta .cta-btn-box::before{
        width: 100%;
    }

    .informations img{
        width: 50px;
    }

    .informations span{
        font-size: 80%;
    }

    .back-button-href.background img,
    .back-button-href.background span{
        max-width: 170px;
        width: 170px;
    }
}


