body {
    font-family: "Tajawal", sans-serif;
    margin: 0;
    padding: 0;
    direction: rtl;
    overflow-x: hidden;
    background-color: #1e1f21;
    text-align: right;
}

@font-face {
    font-family: "Tajawal", sans-serif;
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2");
    font-display: swap;
}

/* .swiper-container {
    max-width: 100%;
}
.artifactsSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
} */

*, ::after, ::before {
    box-sizing: border-box;
}

a, a:hover {
    color: #8ab4f8;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3,
h4, h5, h6, figure {
    margin: 0;
    direction: ltr;
}

header {
    background-color: white;
    width: 100%;
    height: auto;
}
.resource-p {
    color: #a2a0a2;
    font-size: 11px;
    width: 50%;
    line-height: 18px;
}





#main-container-bg {
    background-color: #2e2e30;
    width: 100%;
    height: 100%;
    /* min-height: 800px; */
}
.journalist-cont p{
    color: white;
}

.main-container {
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 0;
    gap: 24px;
    max-width: 50%;
    width: 80%;
    margin: auto;
    position: relative;
}
.main-container02{
    padding-bottom: 250px;
}

h1 {
    font-size: 43px;
    line-height: 63px;
    color: white;
    margin-top: 40px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    color: white;
    margin-top: 32px;
}

.main-container span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: white;
}

.main-container p {
    font-size: 17px;
    font-weight: 200;
    line-height: 28px;
    color: white;
    direction: rtl;
}

.main-img-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main-img-wrapper img {
    height: 450px;
    margin-top: -200px;
}

.content {
    margin-top: 32px;
}
.content a {
    padding: 0 2px;
}
.content p {
    font-size: 17px;
    font-weight: 200;
    line-height: 28px;
    color: white;
    margin-top: 0;
}

.main-container2 {
    display: flex;
    flex-direction: column;
    padding: 60px 0 0 0;
    gap: 24px;
    max-width: 90%;
    margin: auto;
    width: 100%;
    position: relative;
}
.ceter-alone{
    text-align: center;
}
.mt-0 {
    margin-top: 0 !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.artifactsSwiper {
    direction: ltr;
    min-height: 650px;
}

.artifactsSwiper .swiper-wrapper {
    justify-content: center;
}

.swiper-slide {
    text-align: center;
    font-size: 17px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 50%;
    width: 100% !important; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artifacts-card {
    width: 100%;
    height: 100%;
    background-color: #2e2e30;
}

.artifacts-card-body {
    width: 100%;
    height: 100%;
}

.artifacts-card-body p {
    font-size: 16px;
    text-align: right;
    padding: 12px 24px;
    color: white;
    line-height: 29px;
}

.swiper-pagination {
    position: relative;
    top: -2px;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 4px !important;
    border-radius: unset !important;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: white !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #4573d2 !important;
}

.swiper-button-next, .swiper-button-prev {
    background: #f06a6a;
    border-radius: 50%;
    width: 65px !important;
    height: 65px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px !important;
    color: #1e1f21 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30% !important;
    left: auto;
}

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
} */

.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 29% !important;

}
.content-img-wrapper {
    max-width: 70%;
    width: 100%;
    margin: auto;
}

.content-img-wrapper img {
    width: 100%;
}

.content-img-wrapper span {
    display: inline-block;
    font-size: 10px;
    color: #a2a0a2;
    margin: 18px 0 0 62px;
    direction: ltr;
}

/* Media Queries */

@media (max-width: 1199px) {
    .cus-container {
        max-width: 1000px;
    }
}

@media (min-width: 1500px) {
    .cus-container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .cus-container {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .cus-container {
        max-width: 1340px;
    }
}

@media (min-width: 992px) and (max-width: 1198px) {}



@media (max-width: 991px) {
    .main-img-wrapper img {
        width: 100%;
        height: auto;
    }

   

    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 26px;
    }

    .artifactsSwiper {
        min-height: auto;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 10% !important;
        left: auto;
    }

    #main-container-bg {
        max-height: unset;
    }

    .content p, .main-container p {
        font-size: 16px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 90% !important;
        width: 40px !important;
        height: 40px !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        left: 0 !important;
    }
    .main-container2{
        margin: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .swiper-button-next{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }
    .cus-container {
        max-width: 90%;
    }
    .artifactsSwiper {
        min-height: auto !important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 35% !important;
        left: auto;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 30% !important;
        right: auto;
    }
    .main-container2{
        margin: auto;
    }
}
/* End Media Queries */

@media  (max-width: 791px) {

    .main-container {
        width: 90%;
        max-width: 100%;
    }
    .resource-p {
        color: #a2a0a2;
        font-size: 11px;
        width: 90%;
        line-height: 18px;
    }
    .swiper-button-next{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }

}