@media screen and (min-width: 1600px) {
    .elements .items {
        width: calc(100% + 160px);
        margin-left: -80px;
    }
}

@media screen and (max-width: 1800px) {
    .hero .hero-content {
        right: 0;
    }

    .contact-box {
        width: 100%;
        margin-left: 0;
    }

    .hero .hero-content h1 {
        font-size: 72px;
    }

    .hero .hero-content h4 {
        font-size: 36px;
    }

    .hero .hero-content {
        padding-top: 0;
        top: 50%;
        position: absolute;
        transform: translateY(-70%);
        max-width: 80%;
        right: inherit;
        left: 10%;
        right: 10%;
        padding: 60px 40px;
    }
}

@media screen and (max-width: 1600px) {
    .hero .hero-content h4 {
        font-size: 32px;
    }

    .testimonials .items {
        padding-left: 77px;
        padding-right: 77px;
    }

    .contact-box form {
        padding-left: 62px;
        padding-right: 62px;
    }

    .modal .container {
        padding-left: 0;
        padding-right: 0;
    }
}

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

    #myForm textarea {
        width: 100%;
        max-width: 472px;
    }

    .contact-box form .col-lg-6 {
        width: 100%;
    }

    .contact-box form .row .col-lg-6 + .col-lg-6 {
        margin-top: 30px;
    }

    .contact-box form .offset-6 {
        margin: 0;
    }

    .contact-box .contact button {
        float: none;
    }

    .whatsapp-section .whatsapp-content {
        padding: 31px;
    }

    .hero .hero-content h1 {
        font-size: 60px;
    }

    .hero .hero-content h4 {
        font-size: 26px;
    }
    
    #cookiebar p {
        font-size: 19px;
    }

    .elements .items {
        gap: 45px 76px;
    }

    .elements .items > div {
        width: calc(50% - 38px);
    }

    .elements .section-header {
        max-width: 60%;
    }
}

@media screen and (max-width: 1199px) {
    .faq .item {
        flex-grow: 1;
        text-align: center;
    }

    .inputfile + label {
        max-width: inherit;
    }

    .steps .section-content {
        margin-left: 77px;
        margin-right: 77px;
    }

    .steps .item .item-content .counter {
        font-size: 80px;
        left: -72px;
        top: -52px;
    }

    .hero .hero-content h1 {
        font-size: 56px;
    }

    .hero .hero-content h4 {
        font-size: 24px;
    }

    .hero .hero-content {
        transform: translateY(-100%);
    }

    .hero {
        min-height: 768px;
        height: inherit;
    }

    .hero .header-image {
        object-position: center;
    }

    .hero .hero-content {
        transform: translateY(-70%);
    }

    .thumbnail-video {
        padding-bottom: 62px;
    }

    .steps,
    .elements,
    .testimonials,
    .contact,
    .faq {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .contact-box {
        flex-direction: column;
    }

    .contact-box form {
        border-radius: 85px;
    }

    .whatsapp-section {
        border-radius: 85px;
    }

    #cookiebar {
        flex-wrap: wrap;
    }

    #cookiebar p {
        width: 100%;
        text-align: center;
    }

    .elements .items > div {
        width: 100%;
    }

    .elements .section-header {
        max-width: 70%;
    }
}

@media screen and (max-width: 992px) {
    :root {
        --bs-gutter-x: 30px;
    }

    .elements .item {
        width: 100%;
        min-width: inherit;
    }

    .offset-6 {
        margin: 0;
    }

    .contact-box input {
        margin-bottom: 30px;
    }
    
    .inputfile + label {
        max-width: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-description {
        margin-left: 0;
        margin-right: 0;
        max-width: 100% !important;
    }

    .section-header {
        text-align: center;
    }

    .hero .hero-content h1 {
        font-size: 48px;
    }

    .hero .hero-content h4 {
        font-size: 21px;
    }

    .hero {
        min-height: inherit;
        height: 740px;
    }

    .hero .header-image,
    .hero .container {
        min-height: inherit;
        height: 740px;
    }

    .steps .section-header {
        padding-bottom: 62px;
    }

    .hero .header-image {
        object-position: center;
        max-height: 100%;
    }

    .hero .hero-content {
        transform: translateY(-70%);
        margin-right: 20px;
    }
    
    .steps .item {
        padding-left: 0;
        padding-right: 0px;
    }

    .elements .items {
        gap: 30px;
    }

    .open-video {
        margin-top: 30px;
    }

    .steps .section-header {
        padding-bottom: 30px;
    }

    .testimonials .section-content {
        padding-top: 30px;
    }

    .contact .section-header + .section-content {
        margin-top: 30px;
    }
    
    .modal .close {
        top: 20px;
        right: 60px;
    }

    .modal .modal-header {
        padding-top: 60px;
        padding-bottom: 0;
        padding-left: 60px;
        padding-right: 60px;
    }
     
    .modal .modal-body {
        padding-bottom: 55px;
        padding-top: 0;
        padding-left: 60px;
        padding-right: 60px;
    }

    .elements .inner > .container {
        position: sticky;
        top: 0;
        padding-top: 45px;
        background: #fff;
        max-width: 100%;
        padding-bottom: 45px;
        z-index: 99;
    }

    #cookiebar p {
        font-size: 19px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .cookie-ok,
    .cookie-more-info {
        font-size: 19px;
    }

    .hero .hero-content h1 {
        font-size: 40px;
    }

    .hero .hero-content h4 {
        font-size: 19px;
    } 
    
    .hero .hero-content {
        padding: 40px 30px;
    }

    .elements .inner > .container:first-child {
        z-index: 9999;
    }

    .elements .items {
        margin-top: -30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .elements .top-gradient {
        position: sticky;
        top: 170px;
        height: 130px;
        z-index: 10;
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255,255,255,0.4962359943977591) 70%, rgb(255 255 255 / 0%) 100%);
    }

    .elements .bottom-gradient {
        position: sticky;
        bottom: 0;
        height: 100px;
        z-index: 10;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4962359943977591) 25%, rgba(255,255,255,1) 100%);
    }

    .elements .items {
        gap: 100px;
    }
}

@media screen and (max-width: 768px) {
    .hero .hero-content h1 {
        font-size: 36px;
    }

    .hero .hero-content h4 {
        font-size: 16px;
    }

    .hero {
        height: 600px;
    }

    body,
    .section-description,
    #disrupter p,
    .steps .item .item-content p,
    .elements .item p,
    .testimonials .item-header h6,
    .testimonials .item-content p,
    .contact-box label,
    .inputfile-2 + label span,
    .contact button,
    .faq .item,
    #footer,
    .modal p {
        font-size: 16px;
    }

    .section-title {
        font-size: 32px;
    }

    .elements .item {
        flex-direction: column;
    }
    
    .container {
        max-width: 100%;
    }

    /* .elements .items {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    } */

    .elements .item {
        flex-direction: column;
        padding: 62px;
        margin: 0;
    }

    .modal .container {
        margin-left: 30px;
        margin-right: 30px;
    }

    .contact-box form {
        padding-left: 62px;
        padding-right: 62px;
    }

    .contact button,
    .inputfile + label {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #disrupter .inner {
        max-width: 228px;
    }

    #disrupter .desktop-view {
        display: none;
    }

    #disrupter .mobile-view {
        display: block;
    }

    .hero-content .desktop-view {
        display: none;
    }

    .hero-content .mobile-view {
        display: inline-block;
    }

    .steps .item {
        padding-left: 69px;
        padding-right: 0px;
    }

    .elements .item {
        gap: 31px;
    }
    
    .contact-box .whatsapp-section {
        display: none;
    }

    #disrupter {
        position: fixed;
        z-index: 995;
        right: -14px;
        bottom: 38%;
        transform: translateY(50%);
    }

    #disrupter .mobile-view {
        padding: 0;
    }

    #disrupter .inner {
        background: transparent;
        max-width: 100px;
        padding-right: 20px;
        border: 0;
    }

    .steps, .elements, .testimonials, .contact, .faq {
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .elements .section-header {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .hero .hero-content {
        transform: translateY(-50%);
    }

    .hero .header-image, .hero .container {
        min-height: inherit;
        height: 450px;
    }

    .hero .hero-content h1 {
        font-size: 26px;
        text-align: center;
    }

    .open-video {
        width: 100%;
        height: auto;
    }

    .open-video:before {
        width: 50%;
        height: 50%;
    }

    .hero .hero-content h4 {
        font-size: 14px;
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .hero {
        height: 450px;
    }
    
    .hero .container {
        overflow: auto;
    }

    .owl-nav {
        /* position: relative; */
        /* height: 21px; */
        /* margin-top: 30px; */
    }

    .owl-carousel .owl-nav button.owl-next {
        /* position: relative; */
        /* top: 0; */
        /* transform: rotate(180deg); */
        right: 0;
    }

    .owl-carousel .owl-nav button.owl-prev {
        /* position: relative; */
        /* top: 0; */
        /* transform: none; */
        left: 0;
    }

    .owl-carousel {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonials .items {
        padding: 0;
    }

    .steps .section-content {
        margin: 0;
    }

    .elements .item {
        border-radius: 26px;
        padding: 30px;
    }

    .elements .items {
        gap: 30px;
        margin-top: 0;
    }

    .section-header {
        text-align: left !important;
    }

    .testimonials .section-content {
        padding-top: 30px !important;
    }

    .contact .section-header + .section-content {
        margin-top: 30px;
    }

    .contact-box form {
        padding: 30px;
        border-radius: 26px;
    }

    body,
    .section-description,
    #disrupter p,
    .steps .item .item-content p,
    .elements .item p,
    .testimonials .item-header h6,
    .testimonials .item-content p,
    .contact-box label,
    .inputfile-2 + label span,
    .contact button,
    .faq .item,
    #footer,
    .modal p {
        font-size: 14px;
    }

    .steps .item .item-content h3,
    .elements .item h3,
    .testimonials .item-header h3,
    .section-title {
        font-size: 26px;
    }

    .modal .modal-content {
        border-radius: 26px;
    }
    
    .inputfile-2 + label img {
        width: 13px;
        height: 16px;
    }

    .modal h5 {
        font-size: 26px;
    }

    .modal .close {
        top: 20px;
    }

    /* .modal .modal-body {
        padding-bottom: 30px;
    } */

    .footer-inner {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
    }

    .footer-inner ul {
        margin-left: 0;
    }

    .elements .top-gradient {
        position: sticky;
        top: 138px;
        height: 100px;
        z-index: 10;
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255,255,255,0.4962359943977591) 70%, rgb(255 255 255 / 0%) 100%);
    }

    .elements .bottom-gradient {
        position: sticky;
        bottom: 0;
        height: 100px;
        z-index: 10;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4962359943977591) 25%, rgba(255,255,255,1) 100%);
    }

    .hero .hero-content {
        border-radius: 10px;
        padding: 20px 10px;
    }

    .hero-content a {
        position: absolute;
        bottom: -16px;
        right: 15%;
        background-color: #FD8B02;
        border: 2px solid #FD8B02;
        padding: 5px 10px;
        border-radius: 10px;
        font-weight: 500;
        color: #fff;
        transition: .35s all;
    }
}

@media screen and (max-width: 420px) {
    .hero .hero-content h1 {
        font-size: 22px;
    }

    .hero .hero-content h4 {
        font-size: 14px;
        margin-top: 10px;
    }

    body,
    .section-description,
    #disrupter p,
    .steps .item .item-content p,
    .elements .item p,
    .testimonials .item-header h6,
    .testimonials .item-content p,
    .contact-box label,
    .inputfile-2 + label span,
    .contact button,
    .faq .item,
    #footer,
    .modal p {
        font-size: 13px;
    }

    .steps .item .item-content h3,
    .elements .item h3,
    .testimonials .item-header h3,
    .section-title {
        font-size: 22px;
    }

    .modal .container {
        margin-left: 15px;
        margin-right: 15px;
    }

    /* .modal .modal-body, .modal .modal-header {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    } */

    .modal .modal-content {
        border-radius: 10px;
    }

    .modal .close {
        top: 20px;
        right: 15px;
    }

    .modal .modal-header {
        padding-bottom: 0;
    }

    .elements .item {
        border-radius: 10px;
        padding: 20px;
    }

    .contact-box form {
        border-radius: 10px;
        padding: 20px;
    }

    .modal h5 {
        font-size: 18px;
    }
}