body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    opacity: 1;
    /* transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d; */
    padding-top: 95px;
}
#herodetail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  transition: top 0.3s ease;
  transition: background-color 0.3s ease, top 0.3s ease;
}
/* Scroll sonrası siyah renk */
#herodetail.in-page-header.scrolled .elementor-nav-menu--main .elementor-item {
  color: #000;
  fill: #000;
  transition: color 0.3s ease;
}

/* En üstteyken varsayılan renk (örnek: beyaz) */
/* #herodetail.in-page-header .elementor-nav-menu--main .elementor-item {
  color: #fff;
  fill: #fff;
} */
@media (max-width: 782px) {
    body.admin-bar #herodetail {
    top: 0;
    }
}

#herodetail.hide-header {
  top: -95px; /* header yüksekliğine göre ayarla */
}

body.admin-bar #herodetail.hide-header {
  top: -95px;
}

.dt-color h3 {
    background-image: linear-gradient(130deg, #e94112, #0011a7);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

    display: inline-block; /* veya inline */
}
.dt-color i:before {
    background-image: linear-gradient(130deg, #e94112, #0011a7);
    -webkit-text-fill-color: transparent ;
    -webkit-background-clip: text ;
    background-clip: text ;
    color: transparent ;
}



.standard .elementor-button-icon svg g path {
    stroke: var(--e-global-color-a0956f4);
}
.standard .elementor-button:hover .elementor-button-icon svg {
    fill: var(--e-global-color-a0956f4) !important;
} 
.standard .elementor-button:hover .elementor-button-icon svg g path {
    stroke: var(--e-global-color-be3ec8b);
}
span.elementor-heading-title {
    padding-left: 50px;
}
span.elementor-heading-title:before {
    content: " ";
    position: absolute;
    background-color: #000e1d;
    width: 35px;
    height: 1px;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}
ul.deta-y-office-list {
    margin: 0;
    padding: 0;
}
ul.deta-y-office-list li.deta-y-office-list-item {
    list-style-type: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
ul.deta-y-office-list li.deta-y-office-list-item span {
    padding-left: 10px;
}

ul.deta-y-office-list .deta-y-office-list-item i.fas {
    background: #e94112;
    background: linear-gradient(130deg, #e94112, #0011a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.swiper-container {
    overflow: hidden; /* Taşan içerikleri gizle */
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    visibility: hidden; /* Varsayılan olarak tüm slaytları gizle */
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; /* Geçiş efekti */
}

.swiper-slide-active {
    visibility: visible; /* Aktif olan slaytlar görünsün */
    opacity: 1;
}
.accerdeon-style1 .elementor-accordion-item {
    background: var(--e-global-color-f5d72b2);
    border-radius: 30px 30px 5px;
    padding: 30px 30px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .elementor-accordion .elementor-accordion-item {
        padding: 15px 15px;
    }
}
.elementor-accordion .elementor-accordion-item:first-of-type {
    display: none;
}

/* Hero Widget */
.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.hero-col-1 {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 56px;
    display: flex;
    flex: 1;
}

h1.hero-title {
    text-transform: none;
    font-size: 50px;
    font-weight: 500;
    color: #18304b;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.hero-span {
    color: #e94112; 
    letter-spacing: -.03em;
    font-size: 50px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dt-subtitle-wrapper {
    grid-column-gap: 15px;
    border-radius: 23px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}
.dt-subtitle-wrapper .subtitle-line {
    background-color: #000e1d;
    width: 35px;
    height: 1px;
}
.dt-subtitle-wrapper span.hero-subspan {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    color: #e94112; 
}
/* @media screen and (min-width: 1921px) {
    h1.hero-title {
        font-size: 67px;
    }
    span.hero-span {
        font-size: 67px;
    }
} */
.hero-form {
    z-index: 9;
    margin-bottom: 0;
    position: relative;
}
.hero-form form {
    position: relative;
}
.hero-form form input {
    border: 1px solid #fff;
    width: 450px;
    height: 120px;
    margin-bottom: 0;
    padding-left: 50px;
    font-size: 20px;
    box-shadow: 0 46px 50px #00000008;
}

.hero-form form .input:hover {
    box-shadow: 0 46px 50px #0000001a;
}
.hero-form form .input:focus {
    border-color: #97c680;
    box-shadow: 0 46px 50px #0000001a;
    outline: none;
}
.hero-form form a.btn-submit,
.hero-form form button.btn-submit {
    z-index: 1;
    color: #1e1e2f;
    background-color: #97c680;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 100%;
    transition: all .3s;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: inset 0 0 #feba88;
}
.hero-form form .btn-submit.stroke--btn-1 {
    -webkit-text-stroke: 1px #1e1e2f;
}

.hero-form form .btn-submit.mod--hero {
    width: 120px;
    font-size: 34px;
}
.hero-form form .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.hero-form form .btn-submit.mod--hero:hover {
    box-shadow: inset 0 -120px #feba88;
}

.hero-form form .btn-submit.stroke--btn-1 {
    -webkit-text-stroke: 1px #1e1e2f;
}

.hero-col-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 590px; /* Yükseklik sabit */
    gap: 45px; /* Resimler arasında boşluk */
    flex: 2;
    box-sizing: border-box;
    overflow: visible; /* Kartlar taşarsa bile görünür kalsın */
    margin-left: -60px;
}



.hero-card {
    height: 100%;
    transition: all 0.3s ease-in-out;
    flex-grow: 1;
    flex-basis: 21%; /* Kartlar küçük olduğunda genişliği ayarla */
}

.hero-card.active {
    flex-basis: 58%; /* Aktif olan kart geniş olacak */
}

.hero-card:not(.active) {
    flex-basis: 21%; /* Aktif olmayan kartlar küçük kalacak */
}

.hero-image {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hero-card.active .hero-image {
    
    border-radius: 20px
}
.hero-card.active .hero-image img {
    height: 115%;
}

.hero-image img {
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%; /* Resmi tam kapsama */
    display: block;
    position: relative;
    border-radius: 20px;
}

.hero-after-bg {
    z-index: 1;
    color: #fff;
    background-image: linear-gradient(#0000 50%, #000c);
    position: absolute;
    inset: 0%;
    border-radius: 20px;
    max-width: 100%;
    display: inline-block;
}
.hero-after-bg .txt-less {
    opacity: 1;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    height: 120px;
    display: flex;
    position: absolute;
    bottom: 80px;
    transform: rotate(-90deg);
}
.stroke--white-02 {
    color: #fff;
}

.hero__person-title {
    flex: none;
    font-size: 34px;
    line-height: 1.1em;
}
.hero__person-square {
    z-index: -1;
    background-color: #1e1e2f;
    width: 120px;
    height: 100%;
    margin-left: -24px;
    display: block;
    position: absolute;
}

.mod-1 .txt-more {
    padding-left: 90px
}
.txt-more {
    opacity: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: absolute;
    bottom: 78px;
}
.txt-more, .txt-less {
    transition: opacity 0.3s ease-in-out; /* Opacity geçişini yumuşak yap */
}
.hero-mobile {
    display: none;
}
.dt-subtitle-wrapper.mobile {
    display: none
}
@media (max-width: 1366px){
    .hero-col-1 {
        flex: 1.5;
    }
    .hero-col-2 {
        flex: 1.5;
        gap: 15px; /* Resimler arasında boşluk */
    }
    .hero__person-title {
        font-size: 26px;
    }
    .hero__person-square {
        width: 120px;
        height: 75%;
        margin-left: -24px;
        margin-bottom: 25%;
    }
    .hero-form form input {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {

    .hero-col-2 {
        display: none;
    }
    .hero-mobile {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 25px;
    }
    .hero-mobile .mobile-card {
        overflow: hidden;
        border-radius: 20px;
    }
    .hero-mobile .mobile-card .mobile-image {
        height: 376px;
        border-radius: 20px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .hero-mobile .mobile-card .mobile-image img {
        width: 100%;
        height: 115%;
        border-radius: 20px;
        object-fit: cover;
    }
    .mobile-text {
        z-index: 1;
        color: #fff;
        background-image: linear-gradient(#0000 50%, #000c);
        position: absolute;
        inset: 0%;
        text-decoration: none;
    }
    .mobile-text .txt-more {
        opacity: 1;
        padding-left: 16px;
        padding-right: 16px;
        bottom: 20px;
    }
    .mobile-text .txt-more .hero__person-title {
        font-size: 22px;
    }
    .dt-subtitle-wrapper.desktop {
        display: none
    }
    .dt-subtitle-wrapper.mobile {
        display: flex
    }
    .hero-form form input {
        width: 100%;
    }
    .dt-subtitle-wrapper span.hero-subspan {
        padding: 10px 0;
    }
}
@media screen and (max-width: 768px) {
    .hero-mobile {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .hero-mobile .mobile-card {
        flex: 0 0 auto; /* Kartların sığdırılmadan yerleşmesini sağla */
        width: calc(100% / 2 - 12.5px); /* Ekranda 2 kart görünecek şekilde genişlik ayarla */
        border-radius: 20px;
        scroll-snap-align: start; /* Kartlar her zaman kaydırma alanında hizalanacak */
    }
    .hero-mobile::-webkit-scrollbar {
        display: none; /* Kaydırma çubuğunu gizle */
    }
    .hero-form form input {
        height: 86px;
        padding-left: 32px;
        font-size: 16px;
        box-shadow: 0 32px 36px #00000008;
    }
}
/* Hero Widget */

.suffix .elementor-counter-number-suffix {
    background-image: linear-gradient(140deg, #0011a7, #e94112);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    flex-grow: 0 !important;
}
.main-blog .elementor-post__text {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.main-blog .elementor-post__text .elementor-post__title a {
    transition: all .3s;
}
.main-blog .elementor-post__text .elementor-post__title a:hover {
    color: #ff8c5f;
}
.main-blog .elementor-post__text .elementor-post__meta-data {
    margin-bottom: 5px !important;
}

/* brand slider */
 /* Animation for the first right to left marquee */
 @keyframes slide {
    0% {
        transform: translateX(calc(0% + 40px));
    }

    100% {
        transform: translateX(-100%);
    }
}

.logo-animate {
    animation: slide 35s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
    0% {
        transform: translateX(calc(0% + 40px));
    }

    100% {
        transform: translateX(-100%);
    }
}

.logo-animate-alt {
    animation: slidealt 35s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
    animation-direction: reverse;
}
.overline {
    color: #72767d;
    text-align: center;
    letter-spacing: .08rem;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 500;
}
.home-logo-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
}
.clients-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}
.clients-grid.logo-animate {
    grid-column-gap: 3rem;
    opacity: 1;
    flex: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
}
.logo-animate {
    animation: slide 35s infinite linear;
}
.client-logo {
    opacity: .8;
    object-fit: contain;
    width: 100%;
    min-height: 7rem;
    max-height: 7rem;
    transition: opacity .4s;
}
@media screen and (min-width: 1280px) {
    .home-logo-left-gradient {
        background-image: linear-gradient(90deg, #f8f4f1, #fff0);
    }
    .home-logo-left-gradient.right {
        background-image: linear-gradient(270deg, #f8f4f1, #fff0);
    }
}

.home-logo-left-gradient {
    background-image: linear-gradient(90deg, #f9f4f2, #fff0);
    width: 10%;
    position: absolute;
    inset: 0% auto 0% 0%;
}
.home-logo-left-gradient.right {
    background-image: linear-gradient(270deg, #f9f4f2, #fff0);
    inset: 0% 0% 0% auto;
}
/* brand slider */

.line-before .elementor-icon-box-wrapper {
    position: relative;
    z-index: 1;
}
.line-before .elementor-icon-box-wrapper:after {
    content: " ";
    border-left: 1px dashed #1e1e2f99;
    width: 1px;
    margin-bottom: -45px;
    position: absolute;
    inset: 73% auto 0% 27px;
    z-index: 0;
}
.vp-player-ui-overlays {
    display: none;
}
.skills__video-wrap {
    z-index: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 950px;
    min-height: 470px;
    margin-left: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}
.skills__video {
    flex: 0 auto;
    width: 100%;
    height: 110%;
    margin-bottom: -60px;
    padding-top: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
    .skills__video-wrap {
        align-items: stretch;
        max-width: 50vw;
        height: 26.5vw;
        min-height: auto;
    }
    .skills__video {
        height: 29vw;
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 767px) {
    .skills__video-wrap {
        max-width: none;
        height: 48vw;
    }
    .skills__video {
        height: 52vw;
    }
}

.product_infor-wrapper {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    position: relative;
}
.product_infor-circle {
    background-image: url(https://cdn.prod.website-files.com/65ad77d4503ca6403f967a9e/66187701e50853e2ef328e39_circle%20new.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    inset: auto auto 0% 0%;
}

.bullet-point {
    background-color: #000;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    position: absolute;
}

.bullet-point.is-1-copy {
    top: 6%;
    left: 55%;
}
.bullet-point.is-2 {
    top: 34%;
    right: 9.5%;
}
.bullet-point.is-1-copy-copy {
    top: -1%;
    left: 16%;
}
.bullet-point.is-3 {
    bottom: 21%;
    right: -2%;
}

.text-weight-bold-copy {
    font-weight: 700;
    position: absolute;
    top: 21px;
    left: 28px;
}

@media screen and (min-width: 1440px) {
    .text-weight-bold-copy {
        position: relative;
        top: -1px;
        left: 5px;
    }
}

@media screen and (min-width: 1280px) {
    .text-weight-bold-copy {
        top: -1px;
        left: -1px;
    }
}


@media screen and (min-width: 1440px) {
    .product_infor-circle {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

@media screen and (min-width: 1440px) {
    .bullet-point.is-1-copy-copy {
        top: -2%;
        left: 21%;
    }
}

@media screen and (min-width: 1280px) {
    .bullet-point.is-1-copy-copy {
        top: -2%;
        left: 20%;
    }
}
.circle-img {
    object-fit: cover;
    border-radius: 100px !important;
    width: 9.5rem;
    height: 9.5rem !important;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    inset: auto auto 0% 0%;
}

.product_infor-bullet {
    grid-column-gap: 2.25rem;
    /* grid-row-gap: 2.25rem; */
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 16rem;
    padding-bottom: .75rem;
    margin-bottom: 20px;
    display: flex;
}

.product_infor-content {
    flex-direction: column;
    display: flex;
}

.product_infor-content.is-1 {
    margin-left: 8.25rem;
    overflow: hidden;
}

@media screen and (min-width: 1440px) {
    .product_infor-content.is-1 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}



.product_infor-title-copy {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-items: center;
    display: flex;
}

@media screen and (min-width: 1440px) {
    .product_infor-title-copy {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        position: absolute;
        top: 23px;
        left: 50px;
    }
}
@media screen and (min-width: 1280px) {
    .product_infor-title-copy {
        position: absolute;
        top: 23px;
        left: 38px;
    }
}

.text-size-regular-copy {
    color: #7c7c7c;
    font-size: 1rem;
    position: absolute;
    top: 37px;
    left: 26px;
}


@media screen and (min-width: 1440px) {
    .text-size-regular-copy {
        position: absolute;
        top: 40px;
        left: 47px;
    }
}

@media screen and (min-width: 1280px) {
    .text-size-regular-copy {
        position: absolute;
        top: 39px;
        left: 35px;
    }
}

.product_infor-title {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-items: center;
    display: flex;
}

@media screen and (min-width: 1440px) {
    .product_infor-title {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.text-weight-bold {
    font-weight: 700;
}

@media screen and (min-width: 1440px) {
    .text-weight-bold {
        position: relative;
    }
}

.text-size-regular {
    color: #7c7c7c;
    font-size: 1rem;
}

@media screen and (min-width: 1280px) {
    .text-size-regular {
        padding-bottom: 0;
    }
}

.product_infor-content.is-2 {
    margin-left: 13rem;
}

.product_infor-content.is-3 {
    margin-left: 14.25rem;
}

.section.gradient-section {
    background-image: linear-gradient(160deg, #e94112, #0011a7);
    margin-top: 90px;
    position: relative;
    display: block;
}
/* .section {
    position: relative;
    display: block;
} */
@media screen and (min-width: 1280px) {
    .section.gradient-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.white-block {
    background-color: #fff;
    width: 25%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
}
@media (max-width: 768px) {
    .white-block {
        width: 0%;
    }
}
.section.gradient-section .base-container {
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}
@media (max-width: 1366px) {
    .section.gradient-section .base-container {
        padding-left: 80px !important;
        padding-right: 80px !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 1366px) {
    .section.gradient-section .base-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
        margin-left: 0 !important;
    }
    .section.gradient-section .title-big-wrapper {
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .section.gradient-section .base-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 1280px) {
    .section.gradient-section .base-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
}
@media screen and (min-width: 1440px) {
    .section.gradient-section .base-container {
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-width: 1920px) {
    .section.gradient-section .base-container {
        justify-content: center;
        align-items: center;
        max-width: 1400px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 213px;
    }
}



.section.gradient-section .title-big-wrapper {
    grid-column-gap: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
}
@media (max-width: 1366px) {
    .section.gradient-section .title-big-wrapper {
        margin-top: 60px;
    }
}

.section.gradient-section .left-content.big {
    width: 75%;
}
.section.gradient-section .left-content {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    display: flex;
}
@media screen and (min-width: 1440px) {
    .section.gradient-section .left-content {
        width: 47%;
    }
}
@media screen and (min-width: 1920px) {
    .section.gradient-section .left-content {
        width: 46%;
    }
}

.section.gradient-section .subtitle-wrapper {
    grid-column-gap: 15px;
    border-radius: 23px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
}
.section.gradient-section .subtitle-wrapper .subtitle-line.white-line {
    background-color: #fff;
}

.section.gradient-section .subtitle-wrapper .subtitle-line {
    background-color: #000e1d;
    width: 35px;
    height: 1px;
}
.section.gradient-section .subtitle-wrapper .title-small {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1em;
}

.section.gradient-section .subtitle-wrapper .white-text {
    color: #fff;
}

.section.gradient-section .text-white {
    color: #fff;
}

.section.gradient-section .background-video {
    z-index: 10;
    object-fit: cover;
    border-radius: 10px 100px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 500px;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
}
@media (max-width: 762px) {
    .section.gradient-section .background-video {
        margin-bottom: 32px;
    }
}
.section.gradient-section .w-background-video {
    color: #fff;
    position: relative;
    overflow: hidden;
}
.section.gradient-section .w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}
@media screen and (min-width: 1920px) {
    .section.gradient-section .background-video {
        height: 600px;
    }
}
.section.gradient-section .logo-video {
    width: 120px;
    max-width: 120%;
}


.video-detail {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 90vh;
    display: flex;
}

@media (max-width: 1366px) {
    .video-detail {
        height: 80vh;
    }
}
@media (max-width: 1300px) {
    .video-detail {
        height: 80vh;
    }
}
@media (max-width: 992px) {
    .video-detail {
        height: 70vh;
    }
}
@media (max-width: 768px) {
    .video-detail {
        height: 65vh;
    }
}
.video-column {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hero-tabs {
    width: 100%;
    height: 100%;
}
.w-tabs {
    position: relative;
}
.w-tabs:before, .w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.tabs-menu {
    z-index: 50;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    display: flex;
    position: absolute;
    inset: auto 5% 8% auto;
}
.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.hero_tab-number {
    color: #fff !important;
    background-color: #ddd0;
    border: 1px solid #fff;
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
}

.hero_tab-number.w--current {
    color: #000 !important;
    background-color: #fff;
}
.hero_tab-number {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}


.tabs-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}
.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.w-tabs:after {
    clear: both;
}
.hero_tab-content {
    border-radius: 32px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.w-tab-pane {
    display: none;
    position: relative;
}
.w--tab-active {
    display: block;
}
.video-title {
    z-index: 3;
    color: #fff;
    width: 100%;
    padding: 40px;
    position: absolute;
    inset: 0% 0% auto;
}
.article-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff !important;
    background-color: #ffffff69;
    border-radius: 24px;
    align-items: center;
    width: 20rem;
    margin-top: 12px;
    padding: 8px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    display: flex;
    position: absolute;
    inset: 2.5% 3.8% auto auto;
}
.article-wrapper:hover {
    color: #000 !important;
    background-color: #fff;
    transform: scale(1.05);
}
.article-img {
    object-fit: cover;
    border-radius: 16px !important;
    flex: none;
    width: 7.2rem;
    height: 5.5rem !important;
}

.article-info .text-weight-bold {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.article-info .text-style-link {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
}
.tab-img {
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.full-img {
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.w-background-video {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}

.social-wrapper {
    z-index: 200;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    background-color: #fff;
    border-top-left-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start;
    padding-top: 12px;
    padding-left: 1rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
}
.icon-1x1-large {
    width: 1.8rem;
    height: 2rem;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.w-embed:after {
    clear: both;
}
svg:not(:root) {
    overflow: hidden;
}
.white-corner {
    z-index: 100;
    width: 20px;
    height: 20px;
    position: absolute;
    inset: auto auto 0% -20px;
    transform: rotate(-180deg);
}
.white-corner.is-right {
    width: 30px;
    height: 30px;
    inset: -30px 0% auto auto;
}
.heading-style-h4-copy {
    text-align: center;
    margin-bottom: 7px;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.4;
}
.div-block-45 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.div-block-45 .button.is-icon-copy {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: 0;
    text-decoration: none;
    display: flex;
}
.div-block-45 .button.is-icon-copy .button-transform {
    transform: translate3d(0rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}
.div-block-45 .button.is-icon-copy:hover .button-transform {
    transform: translate3d(2rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.div-block-45 .button {
    color: #fff !important;
    text-align: center;
    background-color: #000;
    padding: .8rem 1rem;
    font-weight: 500;
}
.div-block-45 .button:hover {
    color: #fff !important;
}
.div-block-45 .icon-1x1-small {
    flex: none;
    width: 1rem;
    height: 1.4rem;
}

/* .team_radius figure>a>img {
    border-radius: 80px 10px;
    transition: opacity .3s;
} */

.team_radius figure>img {
    border-radius: 80px 10px;
    transition: opacity .3s;
}

.elementor-loop-container > .e-loop-item:nth-child(3) .teams-section:not(.single-team .teams-section) {
    padding: 120px 0px 0px 0px;
}
.elementor-loop-container > .e-loop-item:nth-child(4) .teams-section:not(.single-team .teams-section) {
    padding: 240px 0px 0px 0px;
}

.elementor-loop-container > .e-loop-item:nth-child(6) .teams-section:not(.single-team .teams-section) {
    padding: 120px 0px 0px 0px;
}
.elementor-loop-container > .e-loop-item:nth-child(7) .teams-section:not(.single-team .teams-section) {
    padding: 240px 0px 0px 0px;
}

.elementor-loop-container > .e-loop-item:nth-child(9) .teams-section:not(.single-team .teams-section) {
    padding: 120px 0px 0px 0px;
}
.elementor-loop-container > .e-loop-item:nth-child(10) .teams-section:not(.single-team .teams-section) {
    padding: 240px 0px 0px 0px;
}

.elementor-loop-container > .e-loop-item:nth-child(12) .teams-section:not(.single-team .teams-section) {
    padding: 120px 0px 0px 0px;
}
.elementor-loop-container > .e-loop-item:nth-child(13) .teams-section:not(.single-team .teams-section) {
    padding: 240px 0px 0px 0px;
}

@media (max-width: 768px) {

    .elementor-loop-container > .e-loop-item:nth-child(3) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }
    .elementor-loop-container > .e-loop-item:nth-child(4) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }

    .elementor-loop-container > .e-loop-item:nth-child(6) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }
    .elementor-loop-container > .e-loop-item:nth-child(7) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }

    .elementor-loop-container > .e-loop-item:nth-child(9) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }
    .elementor-loop-container > .e-loop-item:nth-child(10) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }

    .elementor-loop-container > .e-loop-item:nth-child(12) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }
    .elementor-loop-container > .e-loop-item:nth-child(13) .teams-section:not(.single-team .teams-section) {
        padding: 0px 0px 0px 0px;
    }

}



.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.collection-list-wrapper-service.width-100 {
    width: 100%;
    margin-top: 0;
}

.collection-item-services {
    border-bottom: 1px solid #fff3;
}

.collection-list-wrapper-service .arrow-services {
    border-bottom: 1px solid #bcc6ce;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: relative;
}
.collection-list-wrapper-service .w-inline-block {
    max-width: 100%;
}
.collection-list-wrapper-service a {
    color: #18304b;
    text-transform: capitalize;
    align-items: center;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
    transition: color .3s;
}
.collection-list-wrapper-service .services {
    color: #000;
    width: 60%;
    font-size: 16px;
}
.collection-list-wrapper-service .service-name-2._w-20 {
    color: #000b1f;
    width: 20%;
}
.collection-list-wrapper-service .service-name-2 {
    color: #fff;
}
@media screen and (min-width: 1280px) {
    .collection-list-wrapper-service .service-name-2._w-20 {
        color: #18304b;
    }
}

.collection-list-wrapper-service img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}
.collection-list-wrapper-service:hover img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}
.collection-list-wrapper-service:hover .service-name-2 {
    color: #e94112;
}

.elementor-counter .elementor-counter-number-prefix {
    display: none;
}
.elementor-counter .elementor-counter-number-wrapper {
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .collection-list-wrapper-service .arrow-services {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }
    .collection-list-wrapper-service .service-name-2._w-20 {
        width: 100%;
    }
    .collection-list-wrapper-service .services {
        width: 100%;
    }
    .collection-list-wrapper-service img {
        display: none;
    }
}
/* Leistungen Post Inhalt */
.type-content .elementor-widget-container img {
    border-radius: 30px 30px 30px 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.type-content .elementor-widget-container h2 {
    font-weight: 700;
} 
.type-content .elementor-widget-container h3 {
    font-weight: 700;
}
.type-content .elementor-widget-container p {
    margin-bottom: 40px;
}
/* Leistungen Post Inhalt */    
@media (min-width: 1200px) and (max-width: 2560px) {
    .ServiceSticky {
        position: sticky;
        top: 40px;
    }
}