/* Mobile App Development Company in Abu Dhabi start */
section.brittesch {
    padding: 70px 0px;
    background: radial-gradient(circle at 8% 38%, rgba(183, 110, 255, 0.75) 0%, rgba(183, 110, 255, 0.35) 7%, transparent 21%), radial-gradient(circle at 86% 48%, rgba(255, 31, 87, 0.75) 0%, rgba(255, 31, 87, 0.35) 13%, transparent 30%), radial-gradient(circle at 13% 42%, rgba(58, 75, 255, 0.9) 0%, rgba(58, 75, 255, 0.45) 9%, transparent 23%), linear-gradient(180deg, #050505 0%, #080808 45%, #000000 100%);
}
.milliarden p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.milliarden h1 {
    font-size: 41px;
    text-align: center;
    font-weight: 700;
}
.audio-dateien {
    text-align: center;
    margin-bottom: 33px;
}
a.dezember {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    background: #fff;
}
.audio-dateien span {
    border: 1px solid #fff;
    padding: 11px 12px;
    border-radius: 30px;
    margin-left: 10px;
    background: #fff;
}

.audio-dateien span i {
    color: #000;
    transform: rotate(331deg);
    font-size: 16px;
    top: 2px;
    position: relative;
}
.permu-tation img {
    width: 100%;
    border-radius: 19px;
}
.permu-tation {
    position: relative;
}
.permu-tation::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.72) 86%, #000 100%);
}
/* Mobile App Development Company in Abu Dhabi end */
/* Trusted Brand Marquee Section Start */
.abu-dhabi-page .criticized,
.abu-dhabi-page .criticized * {
    box-sizing: border-box;
}

.abu-dhabi-page .criticized {
    width: 100%;
    overflow: hidden;
    padding: clamp(34px, 4.4vw, 54px) 0 clamp(30px, 4vw, 46px);
    color: #fff;
    background: #000;
}

.abu-dhabi-page .contr-oversial {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
}

.abu-dhabi-page .contr-oversial p {
    margin: 0 0 clamp(24px, 3vw, 34px);
    color: #fff;
    font-size: clamp(18px, 1.8vw, 21px);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.abu-dhabi-page .ren-tal {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.abu-dhabi-page .wild-erness {
    display: flex;
    width: max-content;
    align-items: center;
    gap: clamp(28px, 3.4vw, 48px);
    animation: abu-dhabi-wild-erness-slide 30s linear infinite;
}

.abu-dhabi-page .ren-tal:hover .wild-erness {
    animation-play-state: paused;
}

.abu-dhabi-page .wild-erness img {
    display: block;
    flex: 0 0 auto;
    width: clamp(95px, 10vw, 138px);
    height: clamp(34px, 4vw, 46px);
    object-fit: contain;
    opacity: 0.96;
    filter: brightness(0) invert(1) grayscale(1) contrast(1.12);
}

@keyframes abu-dhabi-wild-erness-slide {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 620px) {
    .abu-dhabi-page .contr-oversial {
        width: min(100% - 28px, 520px);
    }

    .abu-dhabi-page .wild-erness {
        gap: 24px;
        animation-duration: 24s;
    }

    .abu-dhabi-page .wild-erness img {
        width: 104px;
        height: 38px;
    }
}
/* Trusted Brand Marquee Section End */
