@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap');

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1540px !important;
    }
}

@media only screen and (min-width:1800px) {
    .container {
        max-width: 1740px !important;
    }
}


.desktop-links {
    display: none;
}

:root {
    --white: #fff;
    --tint-bg: #f5efec;
    --black: #1E1E1E;
    --orange: #E66E10;
    --gray-border: #9A9A9A;
    --radius: 50px;
    --timing-function: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


body {
    font-size: 14px;
    line-height: 18px;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background: var(--white);

}

/* Fonts CSS Start */

.title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Alata", sans-serif;
    font-style: normal;
}

.heading {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Alata", sans-serif;
    font-style: normal;
}



.sub-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.mini-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Alata", sans-serif;
    font-style: normal;
}

.mini-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;

    font-style: normal;
}

.font-resetter h1, .font-resetter h2, .font-resetter h3, .font-resetter h4, .font-resetter h5, .font-resetter h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Alata", sans-serif;
    font-style: normal;
}

/* Fonts CSS End */

/* Spacings CSS Start */

.spacing-top {
    padding-top: 100px;
}

.spacing-bottom {
    padding-bottom: 100px;
}

.margin-spacing-top {
    margin-top: 100px;
}

.margin-spacing-bottom {
    margin-bottom: 100px;
}

/* Spacings CSS End */

button {
    cursor: pointer;
    padding: 0;
    background: none;
    outline: none;
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}


header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--white);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.logo-container {
    height: 33px;
}

.logo-container img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

header ul {
    margin: 0px;
}

.desktop-links {
    display: none;
}

.hamburger-trigger {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    padding-top: 10px;
}

.hamburger-trigger span {

    height: 2px;
    display: block;
    background-color: var(--black);
    transition: all var(--timing-function);
    transform: translate3d(0px, 0px, 0.0001px);
}

.hamburger-box {
    display: flex;
    justify-content: flex-end;
}

.first-hamburger {
    width: 30px;

}

.second-hamburger {
    width: 21px;

}

.active-hamburger .first-hamburger {
    transform: rotate(44deg) translate3d(0px, 10px, 0.0001px);
}

.active-hamburger .second-hamburger {
    width: 30px;
    transform: rotate(-45deg) translate3d(-5px, -7px, 0.0001px);
}

.header-links {
    display: none;
}

.header-social-links {
    display: none;
}

/* Menu CSS Start */

.full-screen-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: #FFF;
    z-index: 50;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-y: auto;
    transition: all var(--timing-function);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.active-full-screen-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0.0001px);
}

.full-screen-menu ul {
    padding: 0;
    margin: 0;
}



.full-screen-menu ul li {
    font-size: 20px;
    line-height: 30px;
}

.location-link {
    font-size: 16px !important;
    line-height: 25px !important;
}

.full-screen-menu .full-screen-menu-contact-links li {
    font-size: 16px;
    line-height: 20px;
}

.full-screen-links-wrapper-title span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.location-link a {
    color: var(--black);
}

.location-link a span {
    display: block;
    font-weight: 600;
}

.full-screen-menu-items {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.full-screen-menu-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.full-screen-menu-contact-links {
    margin-top: 10px !important;
}


.full-screen-menu-list a {
    color: var(--black);
}

/* Menu CSS End */

/* Shared CSS Start */

.full-width-auto-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.title-and-icon img {
    max-width: 50px;
    width: auto;
    height: auto;
}

.contact-section {
    position: relative;
    height: 380px;
}

.contact-absolute-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-absolute-image img {
    width: 100%;
    heighT: 100%;
    object-fit: cover;
}

.contact-content-holder {
    position: relative;
    padding: 120px 0px;
    width: 100%;

    z-index: 3;
}

.contact-content-holder .heading {
    color: var(--white) !important;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.contact-links {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.overlay-hero-image {
    position: relative;
}

.overlay-hero-image::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.overlay-hero-texts {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 100px;
    width: 90%;
    left: 5%;
    z-index: 3;
    color: var(--white);
}

.overlay-hero-texts p {
    margin-top: 20px;
}

.title-and-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.slider-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-buttons button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 50%;
    cursor: pointer;
}

.slider-buttons button svg {
    max-width: 18px;
    max-height: 18px;
    width: auto;
    height: auto;
}

.slider-buttons-and-pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.slider-pagination .swiper-pagination-bullet-active {
    background: var(--black) !important;
}

/* Shared CSS End */


/* Home CSS Start */

.hero-image {
    min-height: 250px;
    width: 100%;
}

.hero-image img {
    width: 100%;
    height: auto;
    max-height: 50vh;
    object-fit: contain;
}



.tint-bg {
    background-color: var(--tint-bg);
}

.svg-link {
    display: flex;
    align-items: center;
    gap: 3px;
}

.svg-link svg {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.svg-link span {
    color: var(--orange);
}

.link {
    padding: 5px 15px;
    text-decoration: none;
    font: inherit;
    border: 1px solid transparent;
    border-radius: var(--radius);
    display: inline-block;
    transition: all var(--timing-function);
}

.orange-link {
    background-color: var(--orange);
    color: var(--white);
    border: 1px solid var(--orange);
}


.transparent-link {
    background-color: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}

.white-link {
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
}

.hero-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0px;
}

.hero-content p {
    margin-bottom: 20px;
}

.hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.desktop-services-content {
    display: none;
}

.services-content {
    margin-top: -10px;
}

.service-bottom-link {
    margin-top: 15px;
}

.service-images {
    position: relative;
    height: 364px;
}

.service-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--timing-function), transform var(--timing-function);
    transform: translate3d(0px, 0px, 0.0001px) ;
    opacity: 0;
}

.active-service-image {
    opacity: 1;
    transform: translate3d(0px, 0px, 0.0001px);
}

.service-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.mobile-services-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-holder {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px 0px;
}

.service-item-title-and-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.service-svg-box {
    position: relative;
    top: 7px;
    width: 25px;
    height: 25px;
}

.service-svg-box svg {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}

.border-top-service {
    border-top: 1px solid var(--black);
}

.service-item span {
    transition: color var(--timing-function);
}

.service-item svg path {
    transition: fill var(--timing-function), stroke var(--timing-function);
}

.active-service-item span {
    color: var(--orange);
}

.active-service-item svg path {
    fill: var(--orange);
}

.agentur-section {
    padding: 50px 0px;
}

.agentur-holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.agentur-image {
    min-height: 350px;
}

.agentur-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-and-link {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-texts-and-link {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-texts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.home-blogs-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-card {
    text-decoration: none;
    color: var(--black);
}

.blog-card-image {
    width: 100%;
    height: 300px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-category-and-read-time {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-category {
    padding: 5px 15px;
    text-decoration: none;
    font: inherit;
    border: 1px solid transparent;
    background: var(--tint-bg);
    border-radius: var(--radius);
}

.tag {
    display: block;
    background: #EEE;
}

.blog-card-content {
    padding: 20px 0px 50px 0px;
    position: relative;
}

.blog-read-more {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.blog-category-and-read-time span {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.blog-title-and-excerpt {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.title-and-sub-title span {
    font-weight: 600;
}

.title-and-partners {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.partners-holder {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 30px;
}

.partner-logo-container {
    height: 60px;
    display: flex;
    align-items: center;
}

.partner-logo-container img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

/* Home CSS End */

/* Footer CSS Start */

footer {

    padding-top: 50px;
}

.single-blog footer, .page-template-page-blog footer {
    border-top: 1px solid var(--gray-border);
}

.socials-container {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 30px
}

.footer-links-holder {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-navigation-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--orange);
}

.footer-navigations ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-navigations ul li a {
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
}

.address-list li a span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-bottom-content {
    margin-top: 30px;
    padding: 15px 0px;
    border-top: 1px solid var(--gray-border);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-bottom-content a {
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
}

.imprint-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.line-link {
    position: relative;
    width: fit-content;
}

.line-link a {
    transition: color var(--timing-function);
}

.line-link .line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 2px;
    background: var(--orange);
    width: 100%;
    max-width: 0%;
    transition: all var(--timing-function);
    transform: translate3d(0px, 0px, 0.00001px);
    will-change: max-width;
}

.active-line-link a {
    color: var(--orange) !important;
}

.active-line-link .line {
    max-width: 100%;
}

/* Footer CSS End */

/* 404 CSS Start */

.not-found-texts-and-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.not-found-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

/* 404 CSS End */

/* Animations CSS Start */

.item-animation {
    transform: translate3d(0px, 20px, 0.0001px);
    opacity: 0;
    transition: opacity var(--timing-function), transform var(--timing-function);
}

.animate-second {
    transition-delay: .3s;
}

.animate-third {
    transition-delay: .6s;
}

.animate-fourth {
    transition-delay: .9s;
}

.animate-fifth {
    transition-delay: 1.2s;
}

.in-view .item-animation {
    opacity: 1;
    transform: translate3d(0px, 0px, 0.0001px);
}

/* Animations CSS End */


@media only screen and (min-width:992px) {

    /* 404 CSS Desktop Start*/

    .not-found-texts-and-link {
        gap: 40px;
    }

    /* 404 CSS Desktop End */

    .partner-logo-container {
        justify-content: center;
    }

    /* Header CSS Start */

    .full-screen-menu {
        display: none;
    }

    .hamburger-box {
        display: none;
    }

    .desktop-links {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .desktop-links ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 100px;
    }

    .desktop-list-link a {
        text-decoration: none;
        color: var(--black);
        font-size: 16px;
        line-height: 20px;
        position: relative;
    }

    .desktop-list-link span {
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: block;
        height: 2px;
        background: var(--orange);
        width: 100%;
        max-width: 0%;
        transition: all var(--timing-function);
        transform: translate3d(0px, 0px, 0.00001px);
        will-change: max-width;
    }

    .active-desktop-link a {
        color: var(--orange);
    }

    .active-desktop-link span {
        max-width: 100%;
    }

    /* Header CSS End */


    /* Shared CSS Desktop Start */

    .slider-buttons-and-pagination {
        margin-top: 60px;
    }

    .slider-buttons button {
        width: 50px;
        height: 50px;
    }

    .slider-buttons {
        gap: 16px;
    }

    .slider-buttons button svg {
        max-width: 24px;
        max-height: 24px;
    }

    /* Shared CSS Desktop End */

    .overlay-hero-texts p {
        margin-top: 30px;
    }

    .overlay-hero-texts {
        width: 60%;
        left: 20%;
        top: 250px;
    }

    .overlay-hero-texts p {
        width: 80%;
        margin-left: 10%;
    }

    .full-width-auto-image {
        object-fit: unset;
    }

    .hero-image {
        height: 665px;
    }

    .hero-image img {
        height: 100%;
        max-height: unset !important;
        object-fit: cover;
    }

    .hero-image picture {
        height: 100%;
        width: 100%;
        display: block;
    }

    .svg-link svg {
        max-width: 25px;
        max-height: 25px;
    }

    /* Fonts Desktop CSS Start */

    body {
        font-size: 18px;
        line-height: 150%;
    }

    .title {
        font-size: 90px;
        line-height: 120%;
        white-space: pre-wrap;
    }

    .heading {
        font-size: 50px;
        line-height: 120%;
    }


    .sub-title {
        font-size: 20px;
        line-height: 150%;
    }

    .mini-title {
        font-size: 28px;
        line-height: 140%;
    }

    .mini-heading {
        font-size: 24px;
        line-height: 140%;
    }

    .font-resetter h1, .font-resetter h2, .font-resetter h3, .font-resetter h4, .font-resetter h5, .font-resetter h6 {
        font-size: 28px;
        line-height: 140%;
    }

    .logo-container {
        height: 55px;
    }


    /* Fonts Desktop CSS End */

    /* Spacings Desktop CSS Start */

    .spacing-top {
        padding-top: 150px;
    }

    .spacing-bottom {
        padding-bottom: 150px;
    }

    .margin-spacing-top {
        margin-top: 150px;
    }

    .margin-spacing-bottom {
        margin-bottom: 150px;
    }

    /* Spacings Desktop CSS End */

    /* Home Desktop CSS Start */

    .hero-box {
        padding: 80px 0px;
        flex-direction: row;
        justify-content: space-between;

        gap: 80px;
    }

    .hero-box h1 {
        width: calc(50% - 40px);
    }

    .hero-content {
        width: calc(50% - 40px);
    }

    .hero-content p {
        margin-bottom: 30px;
    }

    .mobile-services-content {
        display: none;
    }

    .desktop-services-content {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .services-holder {
        flex-direction: row;
        gap: 100px;
    }

    .services-content {
        display: flex;
        flex-direction: column;
        order: 1;
        margin-top: 0px;
        width: calc(45% - 50px);
    }

    .service-images {
        height: 735px;
        width: calc(55% - 50px);
        display: flex;
        transition-delay: .9s;
        order: 2;
    }

    .services-boxes {
        transition-delay: .6s;
    }

    .services-boxes {
        margin-top: 50px;
    }

    .service-bottom-link {
        margin-top: 50px;
    }

    .service-svg-box {
        top: 5px;
        width: 32px;
        height: 32px;
    }

    .service-item {
        cursor: pointer;
        gap: 20px;
        padding: 12px 0px;
    }

    .service-item-title-and-text {
        gap: 15px;
    }

    .service-item-title-and-text p {
        width: 70%;
    }

    .agentur-holder {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 100px;
    }

    .agentur-image {
        height: 735px;
        width: calc(50% - 50px)
    }

    .agentur-image img {
        height: 100%;
        object-fit: cover;
    }

    .agentur-content {
        width: calc(50% - 50px);
        padding-bottom: 100px;
        gap: 25px;
    }

    .agentur-section {
        padding: 100px 0px;
    }

    .text-and-link {
        gap: 25px;
    }

    .home-blogs-container {
        display: grid;
        margin-top: 80px;
        grid-template: auto / repeat(4, 1fr);
        gap: 25px;
    }

    .blog-texts-and-link {
        flex-direction: row;
        justify-content: space-between;
    }

    .blog-texts {
        gap: 25px;
        width: 50%;
    }

    .blog-link-holder {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 30%;
    }

    .title-and-partners {
        flex-direction: row;
        gap: 100px;
    }

    .title-partners-holder {
        width: calc(30% - 50px);
    }

    .partners-holder {
        grid-template: auto / repeat(5, 1fr);
        width: calc(70% - 50px);
        row-gap: 50px;
    }

    .blog-title-and-excerpt span {
        display: block;
        min-height: 70px;
    }

    .blog-title-and-excerpt p {
        min-height: 85px;
    }

    .service-images img {
        height: 100%;
    }

    .service-images picture {
        display: block;
        height: 100%;
        width: 100%;
    }

    /* Home Desktop CSS End */

    /* Shared Desktop CSS Start */

    .contact-content-holder {
        width: 70%;
        margin-left: 15%;
    }

    .contact-content-holder .heading {
        margin-bottom: 30px;
    }

    .title-and-text {
        gap: 25px;
    }

    /* Shared Desktop CSS End */

    /* Footer Desktop CSS Start */

    footer {
        padding-top: 100px;
    }

    .footer-top-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer-links-holder {
        width: 70%;
        flex-direction: row;
        justify-content: flex-end;
        gap: 150px;
        margin-top: 0px;
    }


    .socials-container {
        margin-top: 100px;
    }

    .footer-bottom-content {
        margin-top: 100px;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 0px;
    }

    .imprint-links {
        flex-direction: row;
        gap: 24px;
    }

    /* Footer Desktop CSS End */
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    .desktop-links ul {
        gap: 30px;
    }

    .title {
        font-size: 50px;
    }

    .heading {
        font-size: 35px;
    }

    .mini-title {
        font-size: 24px;
    }

    .font-resetter h1, .font-resetter h2, .font-resetter h3, .font-resetter h4, .font-resetter h5, .font-resetter h6 {
        font-size: 24px;
    }

    .mini-heading {
        font-size: 20px;
    }

    .hero-box {
        gap: 40px;
        padding: 40px 0px;
    }

    .hero-box h1 {
        width: calc(40% - 20px);
    }

    .hero-content {
        width: calc(60% - 20px);
    }

    .service-images {
        width: calc(45% - 20px);
        height: 500px
    }


    .services-holder {
        gap: 40px;
    }

    .services-content {
        width: calc(55% - 20px);
    }

    .services-boxes {
        margin-top: 20px;
    }

    .service-item-title-and-text p {
        width: 90%;
    }

    .service-bottom-link {
        margin-top: 20px;
    }

    .agentur-holder {
        gap: 40px;
    }

    .agentur-image {
        width: calc(45% - 20px);
        height: 550px;
    }

    .agentur-content {
        width: calc(55% - 20px);
    }

    .home-blogs-container {
        grid-template: auto / repeat(3, 1fr);
    }

    .blog-home-wrapper a:nth-child(3) {
        display: none;
    }

    .title-and-partners {
        gap: 40px;
    }

    .title-partners-holder {
        width: calc(40% - 20px);
    }

    .partners-holder {
        width: calc(60% - 20px);
        grid-template: auto / repeat(3, 1fr)
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .desktop-links ul {
        gap: 50px;
    }

    .hero-image {
        height: 550px;
    }

    .title {
        font-size: 60px;
    }

    .heading {
        font-size: 40px;
    }

    .services-boxes {
        margin-top: 30px;
    }

    .service-bottom-link {
        margin-top: 30px;
    }

    .service-item-title-and-text p {
        width: 85%;
    }

    .services-holder, .agentur-holder {
        gap: 50px;
    }

    .service-images, .agentur-image {
        width: calc(50% - 25px);
        height: 500px;
    }

    .services-content, .agentur-content {
        width: calc(50% - 25px);
    }

    .blog-card-image {
        height: 220px;
    }

    .agentur-content {
        padding-bottom: 50px;
    }

    .partners-holder {
        grid-template: auto / repeat(4, 1fr);
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .desktop-links ul {
        gap: 60px;
    }

    .title {
        font-size: 70px;
    }

    .heading {
        font-size: 45px;
    }

    .services-boxes {
        margin-top: 30px;
    }

    .service-item-title-and-text p {
        width: 85%;
    }

    .services-holder, .agentur-holder {
        gap: 60px;
    }

    .services-content, .agentur-content {
        width: calc(50% - 30px);
    }

    .service-images, .agentur-image {
        width: calc(50% - 30px);
        height: 670px;
    }

    .title-and-partners {
        gap: 60px;
    }

    .title-partners-holder {
        width: calc(30% - 30px);
    }

    .partners-holder {
        width: calc(70% - 30px);
        grid-template: auto / repeat(4, 1fr);
    }

    .blog-card-image {
        height: 250px;
    }
}

@media only screen and (min-width:1600px) and (max-width:1799px) {
    .desktop-links ul {
        gap: 80px;
    }

    .title {
        font-size: 80px;
    }

    .services-holder, .agentur-holder {
        gap: 80px;
    }

    .service-images, .agentur-image {
        width: calc(55% - 40px);
        height: 700px;
    }

    .services-content, .agentur-content {
        width: calc(45% - 40px);
    }

    .service-item-title-and-text p {
        width: 90%;
    }

    .services-boxes {
        margin-top: 40px;
    }

    .service-bottom-link {
        margin-top: 40px;
    }
}


@media only screen and (min-width:992px) and (hover:hover) {
    .desktop-list-link a {
        transition: color var(--timing-function);
    }

    .desktop-list-link a:hover {
        color: var(--orange);
    }

    .desktop-list-link a:hover span {
        max-width: 100%;
    }

    .orange-link:hover {
        background-color: var(--white);
        color: var(--orange);
    }

    .transparent-link:hover {
        background-color: var(--orange);
        color: var(--white);
        border: 1px solid var(--orange);
    }

    .white-link:hover {
        border: 1px solid var(--orange);
        background-color: var(--orange);
        color: var(--white);
    }

    .line-link:hover a {
        color: var(--orange);
    }

    .line-link:hover .line {
        max-width: 100%;
    }

    .blog-card-image {
        overflow: hidden;
    }

    .blog-card-image img {
        transition: transform var(--timing-function);
        transform: translate3d(0px, 0px, 0.0001px);
    }

    .blog-card:hover .blog-card-image img {
        transform: scale(1.02) translate3d(0px, 0px, 0.0001px);
    }

    .svg-link svg {
        transition: transform var(--timing-function);
        transform: translate3d(0px, 0px, 0.0001px);
    }

    .svg-link:hover svg {
        transform: translate3d(5px, 0px, 0.0001px);
    }

    .blog-card:hover .svg-link svg {
        transform: translate3d(5px, 0px, 0.0001px);
    }

    .socials-container a svg path {
        transition: fill var(--timing-function);
    }

    .socials-container a:hover svg path {
        fill: var(--black);
    }

    .service-item:hover span {
        color: var(--orange);
    }

    .service-item:hover svg path {
        fill: var(--orange);
    }

    .next-button, .prev-button {
        transition: background-color var(--timing-function);
    }

    .next-button:hover, .prev-button:hover {
        background-color: var(--tint-bg) !important;
    }

    .next-button svg, .prev-button svg {
        transition: transform var(--timing-function);
    }

    .next-button:hover svg {
        transform: translate3d(5px, 0px, 0.0001px);
    }

    .prev-button:hover svg {
        transform: translate3d(-5px, 0px, 0.0001px);
    }

    .slider-buttons-and-pagination .swiper-pagination-bullet:hover {
        background: var(--black) !important;
        opacity: 1;
    }
}