@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&family=Tajawal:wght@400;700&display=swap');

:root {
    --primaryColor: #2E3D62;
    --lightPrimaryColor: #686b6e;
    --secondaryColor: #5D50C5;
    --lightSecondaryColor: #F0EEFD;
    --activeLinkColor: #1B7F8B;
    --lightGrayBg: #E3E6EB;
    --transparentDropDown: #2e3d62da;
    --transparentColor: rgba(0, 0, 0, 0.548);
    --shadow: rgba(189, 188, 188, 0.514);
    --svgColor: #f8fafd;
    /* --------------------------------- */
    --whatsappColor: #25D366;
    --white: #ffff;
    --blue: #1877F2;
    --gray: #f8f8f8;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.singleprojects-section {
    position: relative;
    padding-bottom: 20px;
}

.singleprojects-section svg {
    position: absolute;
    right: 0;
    left: 0;
    height: 20px;
    width: 100%;
}

.singleprojects-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.widget {
    background-color: #F8F5FF;
    border: 1px dashed #FDE8F1;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.widget-title {
    margin: -15px -15px 15px -15px;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--secondaryColor);
    color: var(--white);
}

.widget .postThumb {
    position: relative;
    padding-top: 56.25%;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
}

.widget .postThumb img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
}

.widget .postThumb::-webkit-scrollbar {
    width: 8px
}

.widget .postThumb::-webkit-scrollbar-track {
    background-color: transparent
}

.widget .postThumb::-webkit-scrollbar-thumb {
    background-color: var(--lightSecondaryColor);
    background-image: linear-gradient(0deg, var(--lightSecondaryColor) 0%, var(--secondaryColor) 100%);
    border-radius: 5px
}

/* ============================================= */
.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    display: flex;
    transition: 0.25s;
    width: 4445px;
    touch-action: manipulation;

}

.owl-carousel.owl-rtl .owl-item {
    float: right;
    width: 267.778px;
    margin-left: 10px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallerySlider .img {
    position: relative;
    padding-top: 56.25%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.gallerySlider .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    cursor: pointer;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.rtl .owl-carousel .owl-nav {
    right: auto;
    left: 0;

}

.gallerySlider .owl-nav {
    position: static;
    width: 100%;
}

.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -35px;
    width: 65px;
    display: flex;
    justify-content: space-between;
}

.rtl .gallerySlider .owl-nav .owl-prev {
    left: auto;
    right: 0;
}

.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;
}

.gallerySlider .owl-nav .owl-prev {
    left: 0;
}

.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;
}

.gallerySlider .owl-nav>* {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button i {
    width: 30px;
    height: 30px;
    background-color: var(--secondaryColor);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.rtl .gallerySlider .owl-nav .owl-next {
    right: auto;
    left: 0;
}

.owl-dots {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gallerySlider .img.active img {
    border: 2px solid var(--primaryColor);
}

.singleprojects-1-link {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 15px 0;
    justify-self: center;
    text-align: center;
}

.singleprojects-1-link i {
    color: var(--primaryColor);
    margin-left: 10px;
}

.tagWord {
    color: var(--primaryColor);
    text-decoration: none;
}

.shareLinks {
    width: 70%;
    margin: 0px auto 15px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */

}

.shareLinks span {
    font-size: 12px;
    line-height: 1;
}

.shareLinks a.facebook {
    background-color: #4267B2;
    text-decoration: none;
}

.shareLinks a.messenger {
    background-color: #448AFF;
    text-decoration: none;
}

.shareLinks a.twitter {
    background-color: #55acee;
    text-decoration: none;
}

.shareLinks a.whatsapp {
    background-color: #25d366;
    text-decoration: none;
}

.shareLinks a.viber {
    background-color: #645EA4;
    text-decoration: none;
}

.shareLinks a.linkedin {
    background-color: #0077b5;
    text-decoration: none;
}

.shareLinks i {
    margin: 0 5px;
}

.shareLinks a {
    flex-grow: 1;
    background-color: var(--secondaryColor);
    color: var(--white);
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    padding: 5px 15px;
}

a {
    transition: all 0.3s;
    color: var(--lightSecondaryColor);
}

.shareLinks a:hover {
    background-color: var(--secondaryColor)
}

.articleContent {
    padding: 30px 15px;
    background-color: #F8F5FF;
    border: 1px dashed #FDE8F1;
    margin-bottom: 15px;
}

.articleContent .button {
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primaryColor);
    background-image: linear-gradient(90deg, var(--lightSecondaryColor) 0%, var(--primaryColor) 100%);
    padding: 13px 30px;
    line-height: 1;
    border-radius: 0 15px;
    outline: 0;
    border: 0;
    transition: all 0.3s;
}

.articleContent .button:hover {
    border-radius: 15px 0;

}

.singlePagination h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.singlePagination .nav-links {
    display: flex;
}

.singlePagination .nav-links>* {
    flex-grow: 1;
    flex-basis: 50%;
    margin: 0 1px;
}

.singlePagination .nav-links a {
    display: flex;
    padding: 15px;
    background-color: var(--secondaryColor);
    color: var(--white);
    height: 100%;
    align-items: center;
    text-decoration: none;
}

.singlePagination .nav-links>* i {
    color: var(--primaryColor);
}

.singlePagination .nav-title {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.singlePagination .nav-links>* {
    flex-grow: 1;
    flex-basis: 50%;
    margin: 0 1px;
}

.singlePagination .nav-links>*:last-child a {
    justify-content: flex-end;
}

@media (max-width: 576px) {

    .filters button {
        padding: 5px 10px;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.8s;
    }
}