.faq-accordion .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    overflow: hidden;
    padding: 5px
}

.faq-accordion .accordion-content p {
    padding-top: 15px;
}

.faq-accordion .accordion-content ul {
    margin: 0;
    padding: 0;
    padding-left: 20px
}

.faq-accordion .accordion-button:not(.dusra),
.faq-accordion .accordion-button:not(.collapsed) {
    border: 0;
    color: var(--black-color);
    padding: 1rem 1.25rem;
    border-radius: 10px
}

.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:not(.collapsed):hover {
    color: var(--black-color)
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%232b5aac' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%232b5aac' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e")
}

.accordion-content {
    padding-left: 40px !important
}

.homba li {
    list-style: none;
    border: 2px solid #ffe3de;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    border-radius: 4px;
}

.beshakal li {
    list-style: none;
    display: inline-flex;
    background: var(--whiteColor);
    color: var(--main-color);
    padding: 8px 14px;
    margin: 5px 0;
    border-radius: 6px;
    min-width: 30%;
    border: 1px solid #D7E2E8
}

.beshakal li img {
    margin-right: 10px;
}

#details .ui-menu {
    height: 150px;
    overflow: auto;
}

.qq {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .8;
}

.testimonial-content {
    position: relative;
}

.shii {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
}

.adsz {
    position: absolute;
    top: 25px;
    left: 0;
    color: var(--whiteColor);
    opacity: .08;
    width: 100%;
    text-align: center;
    font-size: 70px;
    line-height: 1;
    font-weight: 500;
}

@media(max-width:991px) {
    .adsz {
        font-size: 40px;
    }
}

.minia {
    min-height: 350px;
}

.minia::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.minia img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.volutor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 415px;
    position: relative;
    padding: 50px;
    margin: 0 auto;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(232, 219, 219, 0.34);
    border-bottom: 3px solid var(--main-color3);
    background: #fdf3e9;
    overflow: hidden;
}

.volutor-img {
    object-fit: cover;
    object-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.volutor-text {
    text-align: center;
    z-index: 2;
    margin-top: 8%;
    margin-right: 4%;
    position: relative;
}

.volutor-rotator {
    display: flex;
    justify-content: center;
}

.maxx {
    max-width: 450px;
}

.typewriter-text {
    font-weight: bold;
    color: var(--main-color3);
}

.cursor {
    display: inline-block;
    animation: blink 0.7s infinite;
    color: var(--main-color3);
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media(max-width:1399px) {
    .volutor {
        min-height: 370px;
    }
}

@media(max-width:1199px) {
    .volutor {
        min-height: 370px;
    }

    .volutor-text {
        margin-top: 14%;
    }
}

@media(max-width:991px) {
    .volutor {
        padding: 10px;
        padding-bottom: 180px;
    }

    .volutor .btn1 {
        padding: 6px 15px;
    }

    .volutor-img {
        object-fit: contain;
    }

    .volutor-text {
        margin-top: 10px;
    }

}

@media(max-width:575px) {
    .volutor {
        padding: 10px;
        padding-bottom: 170px;
    }
}

.vblock {
    position: relative;
    margin-bottom: 30px;
}

.vinner {
    border-radius: 12px;
    position: relative;
    width: 100%;
    height: 100%;
    height: 470px;
    overflow: hidden;
}

.vposter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vposter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoloading {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-color3);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 20;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .9;
}

.vmum {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    z-index: 1;
}

.mute,
.unmute {
    display: none;
}

.mute img,
.unmute img {
    width: 30px;
    height: 30px;
}

.vblock video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 1s ease
}

.playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.vblock:nth-child(even) {
    margin-top: 55px
}

@media (max-width:1399px) {

    .vblock video,
    .vinner {
        width: 260px;
        height: 400px
    }
}

@media (max-width:1199px) {

    .vblock video,
    .vinner {
        width: 100%;
        height: 260px
    }
}

@media (max-width:991px) {

    .vinner,
    .vposter,
    .vblock video {
        width: 100%;
        height: 400px;
    }
}

@media (max-width:575px) {

    .vinner,
    .vposter,
    .vblock video {
        width: 100%;
        height: 250px;
    }
}

.depoo {
    position: absolute;
    left: 15px;
}

.content-wrapper {
    background-position: top right;
    background-repeat: no-repeat;
}

.background-blend-mode {
    background-blend-mode: luminosity;
}

@media(max-width:991px) {
    .content-wrapper {
        background-image: none !important;
    }
}

.border3 {
    border: 1px solid #d13a91;
}


.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000c;
    justify-content: center;
    align-items: center
}

.lightbox iframe {
    width: 90vw;
    max-width: 800px;
    height: 50vh;
    border: none
}

.lightbox.show {
    display: flex
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.content-bx {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    color: var(--main-color4);
    position: relative;
}

.content-bx .title {
    color: var(--main-color4);
    transition: var(--transition);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: #104a71;
    padding: 4px;
    line-height: 16px;
}

.content-bx:hover .title {
    padding: 6px 4px;
    top: 60%;
}

/* .timeline-wrapper{overflow:auto;}*/
.timeline-item {
    text-align: center;
}

.timeline-number {
    padding: 10px 25px;
    border: 1px solid #dadada;
    border-radius: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 15px 15px 0 10px;
    background-color: #fff;
}

.timeline-wrapper::after {
    content: "";
    width: 96%;
    left: 2%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 20px;
    z-index: -1;
    border-top: 1px dashed #dadada;
}

.content-wrapper {
    background-position: top right;
    background-repeat: no-repeat;
}

.background-blend-mode {
    background-blend-mode: luminosity;
}

@media(max-width:991px) {
    .content-wrapper {
        background-image: none !important;
    }
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@media(min-width: 767px) {
    .stack__card {
        display: flex;
        flex-flow: column;
        padding: 28px;
        border-radius: 10px;
        min-height: 40vh;
        position: sticky;
        top: 200px;
        box-shadow: 0 -1px 3px #0000001a 0 -1px 2px #00000040;
        border: 1px solid #075cac80
    }
}

@media(max-width: 767px) {
    .ticklu {
        height: 220px;
        overflow: hidden
    }

    .stack__card {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 -1px 3px #0000001a 0 -1px 2px #00000040;
    }
}