/* @import "font-style.css"; */
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@import "global_style_small.css" screen and (max-width: 1200px);

:root {
    --direction: row;
    --direction-inverse: row-reverse;

    --direction-text: right;
    --direction-text-inverse: left;
    --max-width: 1400px;

    --my-gray: #6b7172;

    --green-site: #0c5143;

    --my-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}

* {
    box-sizing: border-box;
}

body {
    color: #060c11;
    /* text-align: var(--direction-text); */
    text-rendering: optimizelegibility;
    /* background-color: whitesmoke; */
    font-family: "Droid Arabic Kufi", sans-serif;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Montserrat"; */
    /* font-variant-ligatures: common-ligatures; */
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;

    color: #0c5143;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

a {
    text-decoration: none;
    color: black;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

input,
select {
    font-family: "Droid Arabic Kufi", serif;
}

ul {
    list-style-type: none;
}

.text-to-read {
    font-size: 0.8em;
    text-align: justify;
    text-justify: inter-word;
}

.page-header {
    /* background-image: url("./img/drapo.jpg"); */
    background-repeat: no-repeat;
    /* background-origin: content-box; */
    background-size: 20% 100%;
}

.hr-flag-large {
    display: block;
    position: relative;
    background-color: rgb(210, 16, 52);
    width: 100%;
    height: 5px;
    -webkit-box-shadow: var(--my-shadow);
    box-shadow: var(--my-shadow);
}

.hr-flag-large::before {
    content: "";
    display: block;
    position: relative;
    float: left;
    background-color: #1c7c01;
    width: 33.333%;
    height: 5px;
}

.hr-flag-large::after {
    content: "";
    display: block;
    position: relative;
    float: right;
    background-color: #1c7c01; /*white;*/
    width: 33.333%;
    height: 5px;
}

.background-gray {
    background-color: #eeeeee;
    padding: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.header-color {
    background: black;
    /* background: rgb(0, 128, 0); */

    padding-left: 10px;
    padding-right: 10px;

    color: #fff;
}

.header-color:hover {
    color: white;
    cursor: pointer;
}

.inline-block {
    display: inline-block;
    width: auto;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-player {
    width: 800px;
}

.inline-section {
    display: flex;
    flex-wrap: wrap;
    /* gap: 2vw; */
    justify-content: space-between;

    /* text-align: center; */
    flex-direction: var(--direction);

    margin: auto;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.section {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: white;

    max-width: 1400px;
}

.section-small {
    display: block;
    width: 100%;

    margin: auto;
    margin-top: 5%;
    margin-bottom: 3%;
    background-color: white;

    max-width: 1200px;
}

.section-title {
    position: relative;
    /* z-index: 1; */
    padding: 0px;
    margin: 0px;
    margin-bottom: 1%;
    /* display: flex; */
    flex-direction: var(--direction);

    font-size: 20px;
}

.section-title h2 {
    font-weight: 600;
    height: 30px;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.section-title::after {
    background: #e6e6e6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
}

.row-block {
    display: flex;
    flex-direction: var(--direction);
}

.wrap {
    flex-wrap: wrap;
}

.row-block-md {
    display: flex;
    /* flex-direction: var(--direction); */
}

[class^="block"] {
    display: block;
    padding: 0 8px 0 8px;
}

.block-100 {
    flex: 100%;
}

.block-70 {
    flex: 70%;
}

.block-60 {
    flex: 60%;
}

.block-50 {
    flex: 50%;
}

.block-40 {
    flex: 40%;
}

.block-30 {
    flex: 30%;
}

.block-20 {
    flex: 20%;
}

.block-25 {
    flex: 25%;
}

.block-15 {
    flex: 15%;
}

.circle img {
    border-radius: 50%;
    border: solid 1px transparent;
}
.circle {
    margin-top: 10px;
    text-align: center;
}

.center {
    text-align: center;
}

.rec {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.padding-horizontal {
    padding-left: 1vw;
    padding-right: 1vw;
}

.padding-vertical {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding {
    padding: 15px;
}

.margin {
    margin: 1%;
}

.margin-top {
    margin-top: 5%;
}

.margin-vertical {
    margin-top: 1%;
    margin-bottom: 1.5%;
}

.margin-horizontal {
    margin-left: 1%;
    margin-right: 1.5%;
}

.shadow {
    /* box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
        0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s;
    background-color: white;
}

.shadow:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.articles .rec .rec-arrow {
    border-radius: 0 !important;
    border-bottom: solid white;
    height: 100%;
    /* background-color: #f2f0f0 !important; */
    box-shadow: none !important;
}

.articles .rec.rec-arrow:focus {
    background-color: #f2f0f0 !important;
}
/* round buttons on hover */
.articles .rec.rec-arrow:hover {
    /* border-radius: 50% !important; */
    /* background-color: rgb(150, 153, 151) !important; */
    background-color: #c4c4c4 !important;
    color: black;
}

.read-more {
    padding: 5px;
    margin: 5%;
    background: transparent;
    float: var(--direction-text-inverse);
    border: none;
    width: 100px;

    display: flex;
    flex-direction: var(--direction);
    justify-content: space-between;

    cursor: pointer;
}

.read-more:hover {
    text-decoration: underline;
}
.read-more svg {
    font-size: 1.4em;
    color: var(--my-gray);
}

.hidden {
    display: none;
    height: 0;

    animation-name: hide;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes hide {
    from {
        height: 100%;
    }
    to {
        height: 0%;
    }
}

.show {
    display: none;
    height: 0;

    animation-name: show;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes show {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

.steky {
    /* height: 45px; */
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
    right: 5%;
    z-index: 10;

    background: white;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.steky-no-shodow {
    position: sticky;
    top: 10%;
    z-index: 3;

    height: 10px;
}

.no-sticky {
    position: unset !important;
}

.tout-article {
    margin: auto;

    max-width: 11500px;

    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.react-date-picker__wrapper {
    border: none !important;
}

.auto-maring {
    width: 90%;
    margin: auto;
}

.article-more-center {
    display: flex;
    justify-content: center;

    margin-top: 3%;
}

.article-more-center div:not(.icon) {
    cursor: pointer;
    height: 18px;
}

.article-more-center div:not(.icon):hover {
    box-shadow: var(--my-shadow);
}

.article-more-center .icon {
    margin: 0 1%;

    padding: 4px;

    height: 40px;
    width: 40px;

    border-radius: 50%;

    line-height: 1em;
    font-size: 1.5em;

    text-align: center;

    background-color: #b1b493;
}

.good-font {
    font-size: 0.8em;
}

.justify {
    justify-content: space-around;
}

.list-color {
    font-size: 0.8em;

    display: grid;
    grid-template-columns: 20px auto;

    margin: 2% 0;
}

.padding-none {
    padding-right: 0px;
    padding-left: 0px;
}

.color-div {
    height: 10px;
    width: 10px;
    background-color: cadetblue;

    margin: 5px 5px;
}

.cat-btn {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bolder;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    z-index: 1;
    color: #fff;

    /* background-color: #2ca8e6; */
    background-color: black;
}

.cat-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.badge {
    border-radius: 0.3rem;

    cursor: pointer;

    background-color: white;
    color: var(--green-site);

    text-transform: uppercase;

    line-height: 1.6;

    font-family: sans-serif;
    font-size: 0.5em;
    font-weight: 600;

    padding: 0em 0.4em;

    margin-top: 3px;
}
