﻿.title-aja {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #582a2a;
    position: relative;
    display: table;
    margin: auto;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

    .title-aja:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 32px;
        top: -10px;
        right: 0;
        background: url('../images/icon-top.png') no-repeat;
        background-position: center;
    }

    .title-aja:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 32px;
        bottom: -14px;
        right: 0;
        background: url('../images/icon-bottom.png') no-repeat;
        background-position: center;
    }

.ajaweed-goals {
    background-size: cover;
    padding: 70px 0;
}

    .ajaweed-goals h2 {
        color: #582a2a;
        width: 150px;
        margin-bottom: 60px;
    }

    .ajaweed-goals ul li {
        color: #231f20;
        font-size: 28px;
        display: block;
        background: #edc148;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 30px;
        text-align: center;
    }

.ajaweed-gallery {
    background: url('../images/bg-gallery.jpg') no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding: 70px 0;
}

    .ajaweed-gallery h2 {
        margin: inherit;
    }

    .ajaweed-gallery img {
        border-radius: 15px;
    }

    .ajaweed-gallery .owl-nav button {
        width: 40px;
        height: 40px;
        background: #414042 !important;
        border-radius: 50px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -20px;
        transition: 0.3s;
    }

        .ajaweed-gallery .owl-nav button i {
            color: #eec249;
            transition: 0.3s;
        }

    .ajaweed-gallery .owl-nav .owl-next {
        right: auto;
        left: 20px;
    }

    .ajaweed-gallery .owl-dots {
        text-align: center;
    }

        .ajaweed-gallery .owl-dots .owl-dot {
            width: 13px;
            height: 13px;
            background: #808285;
            border-radius: 30px;
            margin-right: 5px;
            transition: 0.3s;
        }

            .ajaweed-gallery .owl-dots .owl-dot.active {
                background: #eec249;
            }

    .ajaweed-gallery h2 {
        color: #582a2a;
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.title-backs {
    background-position: center center;
    background-color: #582a2a;
    background-image: url('../images/icon-rl.png');
    background-repeat: repeat;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%
}

#competition-paths {
    --brown: #5b3e2d;
    --gray: #6f6f6f;
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(0,0,0,.06) inset;
}

    #competition-paths .title-brown {
        color: var(--brown)
    }

    #competition-paths .text-brown {
        color: var(--brown)
    }

    #competition-paths .text-gray {
        color: var(--gray)
    }

    #competition-paths .weight-700 {
        font-weight: 800
    }

    #competition-paths .weight-300 {
        font-weight: 300
    }

    #competition-paths .system-h2 {
        margin: 0 0 14px;
        font-size: clamp(1.25rem,2vw,1.6rem);
        letter-spacing: .2px
    }

    #competition-paths .system-h4 {
        margin: 0;
        font-size: 1.05rem
    }

    #competition-paths .paths-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px
    }

@media(min-width:768px) {
    #competition-paths .paths-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

#competition-paths .path-row {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px 14px;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    overflow: hidden;
}
    #competition-paths .path-row::before {
        content: "";
        position: absolute;
        inset-inline: 0;
        top: 0;
        height: 8px;
        background: linear-gradient(90deg, var(--c), color-mix(in srgb, var(--c) 70%, #fff));
    }
    #competition-paths .path-row::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(110px 60px at 100% -10%, var(--c) 0%, transparent 60%);
        opacity: .10
    }

#competition-paths .path-row__header {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .35rem
}

#competition-paths .path-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--c);
    outline: 3px solid color-mix(in srgb, var(--c) 25%, #fff);
    box-shadow: 0 4px 12px color-mix(in srgb, var(--c) 25%, transparent)
}

#competition-paths .path-header {
    color: var(--c)
}

#competition-paths .path-label {
    margin: .2rem 0 .6rem;
    font-size: .98rem
}

#competition-paths .paths-container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .45rem
}

#competition-paths .path-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: var(--brown);
    font-weight: 600
}

    #competition-paths .path-item .check {
        flex: 0 0 1.35rem;
        width: 1.35rem;
        height: 1.35rem;
        border-radius: 999px;
        border: 2px solid var(--brown);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: .85rem;
        line-height: 1
    }

        #competition-paths .path-item .check::before {
            content: "✓"
        }

#competition-paths .path--blue {
    --c: #1e6fb6
}

#competition-paths .path--green {
    --c: #2e9a35
}

#competition-paths .path--orange {
    --c: #d58b10
}

#competition-paths .path--red {
    --c: #c03b2b
}
