.custom-font-size-1 {
    font-size: .6em
}

@media(min-width:1200px) {
    .custom-big-font-size-1 {
        font-size: 6.9rem !important
    }
}

@media(min-width:1600px) {
    .custom-big-font-size-1 {
        font-size: 6.7rem !important
    }

    .fxe-font-size-1 {
        font-size: 12.3rem !important
    }

}

.custom-blockquote-style-1 {
    border-left-width: 12px;
    border-left-color: #f3f3f3
}

.custom-bg-color-grey-1 {
    background-color: #5a6267
}

.custom-border-color-grey-1 {
    border-color: #404040 !important
}

@media(max-width:991px) {
    .custom-ws-mobile-wrap {
        white-space: normal !important
    }
}

.custom-box-shadow-1 {
    box-shadow: 0 0 40px 0 rgba(187, 187, 187, .3)
}

@media(min-width:992px) {
    .custom-text-background {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 20% 30%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

@media(max-width:991px) {
    .custom-text-background {
        background-image: none !important
    }
}

.custom-highlight-text-1 {
    position: relative
}

.custom-highlight-text-1:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 7px solid #d20d0d;
    opacity: .2;
    z-index: 0
}

.custom-btn-style-1 {
    position: relative;
    transition: ease transform 300ms
}

.custom-btn-style-1>span {
    position: relative;
    z-index: 1
}

.custom-btn-style-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: .7;
    border-radius: inherit;
    transform: translate3d(5px, 5px, 0);
    transition: ease transform 300ms;
    z-index: 0
}

.custom-btn-style-1:hover {
    transform: translate3d(2.5px, 2.5px, 0)
}

.custom-btn-style-1:hover:before {
    transform: translate3d(0, 0, 0)
}

.custom-crooked-line {
    display: inline-block;
    width: 77px;
    overflow: hidden
}

@keyframes crookedLineAnim {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(-48%, 0, 0)
    }
}

.custom-link-hover-effects .custom-view-more svg {
    transition: ease transform 300ms
}

.custom-link-hover-effects:hover .custom-crooked-line svg {
    animation-name: crookedLineAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.custom-link-hover-effects:hover .custom-view-more svg {
    transform: translate3d(7px, 0, 0)
}

.custom-link-hover-effects:hover .custom-date-style-1 {
    transform: translate3d(2.5px, 2.5px, 0)
}

.custom-link-hover-effects:hover .custom-date-style-1:before {
    transform: translate3d(0, 0, 0)
}

.custom-header-top-nav-background {
    position: relative
}

.custom-header-top-nav-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: var(--grey-500);
    transform: skewX(-25deg);
    z-index: 1
}

.custom-header-top-nav-background:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 100vw;
    height: 100%;
    background: var(--grey-500);
    transform: skewX(-25deg);
    z-index: 0
}

@media(min-width:992px) {
    #header .header-nav-main nav>ul>li>a {
        padding: 0 1.2rem !important;
        font-size: 16px
    }
}

.custom-carousel-box-shadow-1 {
    position: relative
}

.custom-carousel-box-shadow-1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 0;
    box-shadow: 0 40px 40px 120px rgba(0, 0, 0, .03);
    transform: translate3d(-50%, -50%, 0);
    z-index: 0
}

.custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
    margin-top: 30px !important
}

.custom-dots-style-1 .owl-dots .owl-dot>span,
.custom-dots-style-2 .owl-dots .owl-dot>span {
    background: #9e9e9e !important;
    transition: ease all 300ms
}

.custom-dots-style-1 .owl-dots .owl-dot.active>span,
.custom-dots-style-2 .owl-dots .owl-dot.active>span {
    background: #3e3e3e !important;
    width: 18px
}

@media(max-width:991px) {
    .custom-dots-style-2 .owl-dots {
        transform: translate3d(0, -50px, 0)
    }
}

.custom-carousel-vertical-center-items .owl-stage {
    display: flex;
    align-items: center
}

.custom-nav-style-1 .owl-nav {
    left: 50%;
    width: 105%;
    transform: translate3d(-50%, -50%, 0)
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: .4
}

.custom-tabs-style-1 .nav-tabs {
    border-bottom: 1px solid #f1f1f1 !important;
    margin-bottom: 35px !important
}

.custom-tabs-style-1 .nav-tabs>li {
    margin-bottom: 0 !important
}

.custom-tabs-style-1 .nav-tabs>li .nav-link {
    border-bottom-width: 1px !important
}

.custom-tabs-style-1 .nav-tabs>li .nav-link.active {
    border-bottom-width: 2px !important
}

.custom-accordion-style-1>.card {
    border: 1px solid transparent !important;
    transition: ease border-color 300ms
}

.custom-accordion-style-1>.card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: #f4f4f4;
    transition: ease background-color 300ms, ease color 300ms
}

.custom-accordion-style-1>.card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms
}

.custom-accordion-style-1>.card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg)
}

.custom-accordion-style-1>.card .card-header+.collapse.show,
.custom-accordion-style-1>.card .card-header+.collapsing {
    border: 1px solid #efefef;
    border-top: 0
}

.custom-accordion-style-1>.card+.card {
    margin-top: 17px
}

.custom-read-more-style-1 .readmore-overlay {
    background: linear-gradient(rgba(2, 0, 36, 0) 0%, white 60%) !important
}

.custom-date-style-1 {
    position: relative;
    transition: ease transform 300ms
}

.custom-date-style-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: .7;
    transform: translate3d(5px, 5px, 0);
    transition: ease transform 300ms;
    z-index: 0
}

#footer p,
#footer li,
#footer a:not(.btn):not(.no-footer-css),
#footer span {
    color: #999
}

#footer .footer-copyright p {
    color: #999
}

.custom-highlight-text-1:before {
    border-bottom-color: var(--primary);

}

.custom-header-top-nav-background {
    position: relative
}

.custom-header-top-nav-background:before {
    background: var(--primary)
}

.custom-header-top-nav-background:after {
    background: var(--primary--300)
}

.custom-accordion-style-1>.card .card-header a:not(.collapsed) {
    background-color: var(--primary);
    color: var(--primary-inverse) !important
}

.custom-accordion-style-1>.card:hover .card-header a.collapsed {
    color: var(--primary) !important
}



.card {
    box-shadow: 2px 2px 0px 2px rgb(46 117 186 / 13%);
}

.fxe-margin-top {
    margin-top: -50px !important;
}



.section.section-with-shape-divider .shape-divider.shape-divider-x {
    transform: rotateX(0deg);
}

.section.section-with-shape-divider .shape-divider-fxe {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}



.mt-mobile-r {
    margin-top: -210px;
}

.height-mobile-hero {
    height: 450px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.hero-image {
    background-size: cover !important;
    background-image: url(/assets/img/hero/hero.jpg) !important;
    background-position-y: -300px !important;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-mobile-none {
    display: none !important;
}


.d-mb-none {
    display: block !important;
}

.d-ds-block {
    display: block !important;
}


.service-mobile-hide {
    display: block !important;
}

.service-mobile-show {
    display: none !important;
}


.uberuns-mobile-hide {
    display: block !important;
}

.uberuns-mobile-show {
    display: none !important;
}

.detail-mobile-hide {
    display: block !important;
}


.hero-mobile-show {
    display: none !important;
}

.hero-mobile-hide {
    display: block !important;
}

.detail-mobile-show {
    display: none !important;
}

.header-height {
    height: 117px !important;
}

#header.header-effect-shrink .header-container {
    min-height: 100px;
}

.fxe-toggle-menu {
    display: none !important;
}

@media (max-width:767px) {



    .contact-text
    {
        font-size: 16px !important;
    }
    .w-100px {
        width: 100px;
    }
    .w-30px {
        width: 30px;
    }

    .service-quick-menu {
        background: #2e75ba;
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        bottom: 0;
        color: var(--light);
        display: block;
        position: fixed;
        text-align: center;
        text-decoration: none;
        width: 100%;
        z-index: 1041;
        font-size: 14px;
        height: 50px;
    }

    .service-quick-item {
        height: 50px;
        display: flex;
        align-items: center;
    }

    .uberuns-title
    {
        font-size: 22px !important;
    }
 



    .hero-mobile-show {
        display: block !important;
    }

    .hero-mobile-hide {
        display: none !important;
    }

    .col-mobile-7 {
        width: 70% !important;
    }


    .fxe-toggle-title {
        font-size: 16px !important;
        font-weight: 600;
        color: #2e75ba !important;
    }


    .fxe-toggle-menu {
        display: block !important;
        width: 80%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -800px;
        z-index: 1050;
        background-image: url(/assets/img/hero/menu-background.png);
        background-size: cover;
        background-color: #000;
        transition: all 0.4s ease-in-out;
    }



    .fxe-toggle-menu.active {
        display: block !important;
        width: 80%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        background-image: url(/assets/img/hero/menu-background.png);
        background-size: cover;
        background-color: #000;
        transition: all 0.4s ease-in-out;
    }


    .fxe-toggle-menu-overlay {
        height: 100%;
        width: 100%;
        background-color: #0000009e;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .fxe-toggle-menu-overlay.active {
        height: 100%;
        width: 100%;
        background-color: #0000009e;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .toggle-menu-dropdown {
        display: none;
        height: 0px;
    }

    .toggle-menu-dropdown.active {
        display: block;
        height: auto;
    }


    .header-height {
        height: 60px !important;
    }

    #header.header-effect-shrink .header-container {
        min-height: 60px;
    }

    .detail-mobile-hide {
        display: none !important;
    }

    .detail-mobile-show {
        display: block !important;
    }


    .service-mobile-hide {
        display: none !important;
    }

    .service-mobile-show {
        display: block !important;
    }

    .uberuns-mobile-hide {
        display: none !important;
    }

    .uberuns-mobile-show {
        display: block !important;
    }

    .werbeagentur-title {
        font-size: 16px !important;
    }


    .section.section-with-shape-divider .shape-divider.shape-divider-x {
        transform: rotateX(0deg);
    }

    .section.section-with-shape-divider .shape-divider-fxe {
        position: absolute;
        bottom: -100px;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 1;
    }

    .mobile-background {
        background: url("");
        background-repeat: no-repeat;
        background-size: cover;
        background: transparent;
    }

    .d-mobile-block {
        display: block !important;
    }

    .height-mobile-image {
        height: 550px !important;
    }

    .pt-mobile-0 {
        padding-top: 0px !important;
    }

    .pt-mobile-1 {
        padding-top: 10px !important;
    }

    .pt-mobile-2 {
        padding-top: 20px !important;
    }

    .pt-mobile-3 {
        padding-top: 30px !important;
    }

    .pt-mobile-4 {
        padding-top: 40px !important;
    }

    .pt-mobile-5 {
        padding-top: 50px !important;
    }

    .pt-mobile-6 {
        padding-top: 60px !important;
    }


    .mt-mobile-r {
        margin-top: -200px !important;
    }

    .mt-mobile-0 {
        margin-top: 0px !important;
    }

    .mt-mobile-10 {
        margin-top: 10px !important;
    }

    .mt-mobile-20 {
        margin-top: 20px !important;
    }

    .mt-mobile-30 {
        margin-top: 30px !important;
    }

    .mt-mobile-40 {
        margin-top: 40px !important;
    }


    .mb-mobile-0 {
        margin-bottom: 0px !important;
    }

    .mb-mobile-1 {
        margin-bottom: 10px !important;
    }

    .mb-mobile-1-1 {
        margin-bottom: 15px !important;
    }

    .mb-mobile-2 {
        margin-bottom: 20px !important;
    }

    .mb-mobile-17px {
        margin-bottom: 17px !important;
    }

    .mb-mobile-3 {
        margin-bottom: 30px !important;
    }


    .p-mobile-0 {
        padding: 0px !important;
    }

    .pl-mobile-0 {
        padding-left: 0px !important;
    }

    .pr-mobile-0 {
        padding-right: 0px !important;
    }

    .pb-mobile-0 {
        padding-bottom: 0px !important;
    }

    .pb-mobile-1 {
        padding-bottom: 10px !important;
    }

    .pb-mobile-2 {
        padding-bottom: 20px !important;
    }

    .pb-mobile-3 {
        padding-bottom: 30px !important;
    }



    .d-mb-none {
        display: none !important;
    }

    .d-ds-block {
        display: none !important;
    }


    .mobile-text {
        color: #fff !important;
        line-height: 20px;
    }


    .hero-image {
        background-size: cover !important;
        background-image: url(/assets/img/hero/hero.jpg) !important;
        background-position-y: -310px !important;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .display-mobile-none {
        display: block !important;
    }

    .mobile-p-0 {
        padding: 0px !important;
    }

    .mobile-service-none {
        display: none !important;
    }




    .footer-mobile-text {
        font-size: 14px !important;
        text-transform: uppercase !important;
    }

}

@media (max-width: 767px) {
    .lightbox-content {
        max-width: 100%;
        max-height: 100%;
    }

    .mobile-hero-image {
        margin-right: -45px;
        position: absolute !important;
        height: 350px;
    }

    .warum-uns-title {
        font-size: 20px !important;
    }

    .mobile-hero-title {
        font-size: 28px !important;
    }

    .mobile-hero-sub-text {
        font-size: 14px !important;
    }

    .mobile-hero-text {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .col-ms-6 {
        width: 60% !important;
    }

    .mobile-hero-content {
        height: 500px !important;
    }

    .mobile-service-title {
        font-size: 12px !important;
    }

    .service-title-height {
        height: 30px !important;
    }
}

/* Lightbox stilini tanımla */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1050;
}

.lightbox.active {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1050;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.lightbox-inner {
    position: fixed;
    align-items: center;
    width: 100%;
    height: 100%;
}

.close {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

/* Küçük resim galerisi */
.gallery {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.thumbnail {
    cursor: pointer;
}

/* Slayt okları */
.prev,
.next {
    font-size: 30px;
    color: #000;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.werbeagentur-title {
    font-size: 16px !important;
}




#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

#scrollTopBtn:hover {
    background-color: #0056b3;
}