@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@200;300;500;700&family=Merriweather:wght@900&display=swap');


.custom-swiper-button-next, .custom-swiper-button-prev {
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease-in-out;

    top: auto;
    bottom: 40px;
    transform: translateY(0);
}

.custom-swiper-button-prev {
    left: 60px;
}

.custom-swiper-button-next {
    right: auto;
    left: 60px;
}

.custom-swiper-button-prev {
    right: auto;
    left: calc(60px + 70px);
}

.custom-swiper-button-next:hover, .custom-swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
}

:root {
    --font-default: 'IBM Plex Sans Arabic', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: 'IBM Plex Sans Arabic', serif;
    --font-secondary: var(--font-default);

    /*--color-primary: #092F56;*/
    --color-primary: #1D8896;
    /*--color-primary-light: #0D3C67;*/
    --color-primary-light: #30BED1FF;
    --color-primary-dark: #137987FF;
    --color-secondary: #F2F2F2;
    --color-secondary-light: #F2F2F2;
    --color-secondary-dark: #F2F2F2;
}

body {
    font-weight: 300;
}

blockquote {
    background: #f9f9f9;
    border-right: 10px solid #ccc;
    margin: 2em 0;
    padding: 1em 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-family: Arial, sans-serif;
    font-size: 5em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.5em;
}

blockquote p {
    display: inline;
}

.text-primary {
    color: var(--color-primary) !important;
}

.btn.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.btn.btn-primary:hover {
    background: var(--color-primary-light);
    border-color: var(--color-primary-light);
}

.img-bg:before {
    background: linear-gradient(0deg, rgb(9, 65, 86) 0%, rgba(9, 65, 86, 0) 100%);
    opacity: 0.75;
}

.img-bg .img-bg-inner {
    max-width: 600px;
    margin-bottom: 80px;
}

.img-bg .img-bg-inner h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
}

.btn.btn-curve {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    padding: inherit 40px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

.section-header {
    border-bottom: 5px solid #dee2e6;
}


.navbar a,
.navbar a:focus {
    color: #ffffff;
}


.navbar a:hover,
    /*.navbar .active,*/
.navbar .active:focus,
.navbar li:hover > a {
    /*color: #3E6290;*/
    color: #DC4F26;
}

.navbar .active {
    color: #fff;
    /*border-bottom: 3px solid #3E6290;*/
    border-bottom: 3px solid #DC4F26;
}

.navbar a, .navbar a:focus {
    padding: 10px 15px;
}

.search {
    max-width: 200px;
    position: relative;
    display: flex;
}

.search .searchTerm {
    background: transparent;

    width: 100%;
    /*border: 3px solid #3E6290;*/
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    padding-right: 15px;
    height: 36px;
    border-radius: 0 18px 18px 0;
    outline: none;
    color: #fff;
}

.search .searchTerm::placeholder {
    /*color: #3E6290;*/
    color: rgba(255, 255, 255, 0.5);
}

.search .searchTerm::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    /*color: #3E6290;*/
    color: rgba(255, 255, 255, 0.5);
}

.search .searchTerm::-moz-placeholder {
    /* Firefox 19+ */
    /*color: #3E6290;*/
    color: rgba(255, 255, 255, 0.5);
}

.search .searchButton {
    width: 36px;
    height: 36px;
    /*border: 3px solid #3E6290;*/
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-right: none;
    background: transparent;
    text-align: center;
    color: #fff;
    border-radius: 18px 0 0 18px;
    cursor: pointer;
    font-size: 16px;
}

.author .photo {
    margin-right: 0;
    margin-left: 7px;
}

.post img {
    position: relative;
    border-radius: 5px;

}

.post img::before {
    content: "";
    display: block;
    /*background-image: url(../svg/page_curve.svg);*/
    background-color: rgba(255, 255, 255, 0.75) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.post .author {
    margin-bottom: 0;
}

.post h2, .post h2 a, .post h3, .post h3 a, .post h4, .post h5, .post h6 {
    font-family: var(--font-primary) !important;
    font-weight: 600 !important;
    color: var(--color-primary);
}

.post.post-entry-1 h2, .post.post-entry-1 h2 a {
    line-height: 1.5 !important;
}

.post-meta {
    font-family: var(--font-primary);
    letter-spacing: normal !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}

.img-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-fit-contain {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.post-description {
    line-height: 1.8;
    text-align: justify;
}

.header.sticked {
    height: 70px;
    padding: 10px 0;
}

.header .logo img {
    transform: scale(1.5) !important;
}

@media (max-width: 767px) {
    .container {
        width: 90%;
    }

    .header .logo img {
        transform: scale(1) !important;
    }

    .navbar a,
    .navbar a:focus {
        color: var(--color-primary);
    }

    .navbar a {
        border-radius: 5px;
        margin: 0 10px 10px;
    }

    .navbar .active {
        border-bottom: none;
        background-color: var(--color-primary);
        color: #ffffff;
    }

    .navbar .active:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar a:not(.active):hover {
        background-color: rgba(9, 47, 86, 0.07);
    }

    .search {
        max-width: 100%;
        width: 100%;
        padding: 20px 20px 0;
    }

    .search .searchButton {
        color: #3E6290;
    }

    .search .searchTerm {
        color: var(--color-primary);
    }
}


.custom-pagination a.active {
    background: var(--color-primary) !important;
    color: #fff;
    border-color: var(--color-primary);
}

.custom-pagination a {
    color: var(--color-primary);
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#loading.hidden {
    opacity: 0;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fadeInOut {
  animation: fadeInOut 1s ease-in-out infinite;
}


#header {
    /* background gradient form #0C559D to var(--color-primary) */
    /*background: linear-gradient(90deg, #0C559D 0%, var(--color-primary) 100%);*/
    background: linear-gradient(90deg, #0C559D 0%, #1D8896 100%);

}