:root {
    --golden: #bf9d63;
    --gray: #646767;
    --light-gray: #f7f7f7
}

body {
    direction: rtl;
    font-family: Linotype;
    z-index: 1;
}

img {
    max-width: 100%;
}

.font-weight-bold {
    font-weight: bold;
}

/*hearder*/
/* header{
  background-image: url(../images/1x/home_img.png);
  height: 100vh;
  background-size:cover  ;
} */
.home_img {
    width: 100%;
    /* position: absolute;
    top: 0; */
}

.navbar {
    /* padding: 0 3%; */
    /* padding-top: 2%; */
    padding-bottom: 32px;
    position: relative;
    z-index: 99999;
    background-color: #fff;
    /* box-shadow: 0 0px 20px 0 rgb(188 188 188); */
}

nav {
    z-index: 1;
}

.nav-link-color {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--golden);
    border-bottom: 2px solid var(--golden);
}

.navbar-nav {
    width: 100%;
    padding-top: 20px;
    padding-left: 45px;
}

/* .list-navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
} */

.header-social svg {
    color: #0a2373;
    font-size: 20px;
    padding: 0 5%;
}

.header-social {
    margin-left: 2%;
    color: transparent;
}

.social {
    width: 25%;
    padding-right: 9%;
}

.nav-item {
    padding-left: 2%;
}

.navbar-toggler {
    z-index: 999999999;
}

.btn-hover {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0 30px;
    height: 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;

    border-radius: 5px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-color: var(--golden);
    /* box-shadow: 0 4px 15px 0 rgb(140 144 145); */
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.home {
    /* height: 1125px; */
    /* margin-bottom: 69%; */
}

.ticker-wrapper-h {
    margin: 0 7%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.ticker-wrapper-h .heading {
    background-color: #04de4a;
    color: #fff;
    padding: 5px 20px;
    flex: 0 0 auto;
    z-index: 1000;
}

.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    /* padding-left: 90%; */
    z-index: 999;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 30s;
}

/*end header*/

/*******************************************************************************************/
/*value*/
.value_section {
    /* width: 100%;
    position: relative;
    bottom: -50px;
    z-index: 1; */
}

.roow {
    width: 100%;
    margin: 0;
}

.value {
    position: relative;
    background-color: #e6d4c5;
    /* height: 52vh; */
    /* margin: auto; */
    text-align: center;
}

.value1 {}

.value2 {
    background-color: #d9bfa9;
    /* height: 57vh; */
    transform: scale(1.1);
    z-index: 2;
}

.value3 {
    top: 0;
}

.d {
    position: relative;
    height: 100%;
}

.value_img {
    /* position: absolute; */
    /* top: 50%; */
    /* margin: 0; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    padding: 50px 0;
    /* left: 50%; */
}

.value_img img {
    width: 120px;
    margin-top: 25px;
}

.value.value2 p {
    color: #fff;
}

.value p {
    margin-top: 15px;
    font-size: 25px;
    margin-right: 10%;
    text-align: right;
    margin-bottom: 0;
    color: #fff;
}

/*end value*/
/**********************************************************************************************/
/*slider*/
.background_slider {
    width: 100%;
}

.slider_section {
    /* position: relative; */
}

.slider {
    /* background-image: url(../images/1x/sliderbg.png); */
    background-size: cover;
    width: 100%;
    padding: 5% 0;
}

.caption {
    padding-top: 10%;
    padding-right: 10%;
}

.caption h1 {
    color: white;
    margin-bottom: 7%;
    display: inline-block;
}

.caption p {
    color: white;
    font-size: 23px;
    /* padding-top: 20px; */
    margin-bottom: 0;
}

.caption h4 {
    color: white;
    padding-bottom: 20%;
    font-size: 40px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}

.carousel_img {
    max-width: 700px;
    max-height: 700px;
}

.switch {
    width: 100%;
}

.last-news {
    position: absolute;
    width: 110px;
    top: -39px;
    right: 142px;
}

/*end slider*/
/**********************************************************************************************/
/*about us*/
.about_us_section {
    background-color: #f6efea;
    position: relative;
}

.background_about_us {
    width: 100%;
    margin-top: 25%;
}

.about_us_caption {
    position: absolute;
    top: 0;
    margin-top: 5%;
    text-align: center;
    width: 100% !important;
}

.about_us_caption h1 {
    color: #c0946f;
    margin-bottom: 7%;
    display: inline-block;
}

.about_us_caption p {
    color: #132c78;
    font-size: 25px;
    letter-spacing: 1px;
}

.about-center-img {
    width: 120px;
}

/*end about us*/
/**********************************************************************************************/
/*footer*/
footer {}

.logo_footer {
    width: 40%;
}

.background_footer {
    width: 100%;
}

.caption_footer {
    background-color: #000;
    background-size: cover;
    text-align: center;
    color: white;
    font-size: 25px;
    padding: 44px 0;
    padding-bottom: 10px;
}

.caption_footer h1 {
    color: #fff;
}

.caption_footer p {
    color: #fff;
    font-size: 16px;
}

.caption_footerr {
    text-align: right;
}

.box-copy-right {
    border-top: 1px solid var(--golden);
    padding-top: 14px;
}

.copy_right {
    background-color: #f6efea;
    text-align: center;
    color: #0a2373;
    padding: 2% 0;
}

.copy_right1 {
    text-align: right;
}

.copy_right1 p {
    font-size: 16px;
}

.copy_right2 {
    text-align: center;
    padding-top: 30px;
}

.copy_right2 svg {
    font-size: 30px;
    padding: 0 15px;
}

.qr img {
    width: 60%;
    border-radius: 20px;
}

/*end footer*/
/**********************************************************************************************/
/*post.html*/
.bacolor {
    /* background-color: #f6efea; */
}

.title {
    margin: 2% 30%;
    text-align: center;
}

.post_container {}

.title h1 {
    color: #c0946f;
    padding-top: 10%;
    font-size: 3.5rem;
    font-weight: bold;
}

.title img {
    width: 50%;
}

.posts_section {
    padding-bottom: 90px;
}

.posts {
    position: relative;
    margin-bottom: 80px;
}

.post_img {
    width: 100%;
    /* border-radius: 20px; */
    /* margin-top: 5%; */
    height: 250px;
}

.post_title {
    box-shadow: 0 4px 15px 0 rgb(140 144 145);
    font-size: 25px;
    background-color: #c0946f;
    border-radius: 23px;
    padding: 51px 0;
    width: 80%;
    text-align: center;
    color: white;
    margin: auto;
    margin-top: 10px;
    /* position: absolute;
    z-index: 5;
    bottom: 20%;
    right: 10%; */
}

.post_p {
    /* margin-top: 20%; */
    color: #0a2373;
    text-align: center;
}

.post_p a {
    text-decoration: none;
    color: #0a2373;
}

/***************************************************************************************************/
/*single-post.html*/
.single_post img {
    width: 100%;
    border-radius: 30px;
}

.single_post h4 {
    color: #c0946f;
    margin-top: 36px;
    margin-bottom: 30px;
}

.single_post p {
    color: #0a2373;
    line-height: 33px;
}

.mini_post img {
    width: 100%;
}

.mini_post h6 {
    color: #c0946f;
    margin-bottom: 35px;
    margin-top: 15px;
    text-align: center;
}

.mini_post a {
    text-decoration: none;
}

/* Tricker */

.news-ticker-h {
    display: flex;
    margin: 0;
    /* padding: 0; */
    /* padding-left: 90%; */
    z-index: 999;
    width: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 30s;
    direction: ltr;
}

.news-ticker-h:hover {
    animation-play-state: paused;
}

.news-ticker-h li {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
    color: #040460;

}

.news-ticker-h li a {
    color: #212529;
    font-weight: bold;
}

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.hid-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
}

.qr-map {
    text-decoration: none;
    color: #fff;
}

.eng_guide h4,
.eng_guide h5,
.eng_guide a {
    color: #0a2373;
    font-weight: bold;
}

.carousel_center_img {
    margin: auto;
    max-height: 500px;
}

.single_post p {
    margin-bottom: 30px;
}

.video {
    width: 100%;
    border-radius: 30px;
    margin-top: 50px;
    height: 500px;
}

.fix-size {
    max-height: 400px;
    overflow: hidden;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.eg-cleveland-element-0 {
    font-size: 20px;
    line-height: 33px;
    color: #388679;
    font-weight: 700;
    display: block;
    text-align: center;
    /* clear: both; */
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    word-wrap: break-word;
}

.eg-cleveland-content {
    background: #e8e8e8;
    padding: 30px 30px 30px 30px;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: transparent;
    border-style: double;
    text-align: right;
}

.foogallery-pile:before {
    top: -3px;
    z-index: -10;
    /* -webkit-transform: rotate(2deg); */
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
}

.foogallery-pile {
    position: relative;
}

.foogallery-pile:after {
    top: -2px;
    z-index: -20;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.foogallery-pile:before,
.foogallery-pile:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 8px solid #fff;
    left: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.foogallery-pile .foogallery-pile-inner {
    border: 8px solid #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    line-height: 0;
}

.video-style {
    width: 100%;
    height: 700px;
    padding: 3%;
}

.cover:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/1x/square-play.png) no-repeat 50% 50%;
    width: 25%;
    height: 0;
    padding-top: 75%;
    background-size: contain;
    zoom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;

}

.videos:hover .cover::after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.videos:hover {
    cursor: pointer
}

.cover {
    position: absolute;
    height: 100%;
    background-color: #ffffff42;
    width: 320px;
    z-index: 2;
}

.about-title {
    background: var(--golden);
    width: max-content;
    border-radius: 32px;
    padding: 11px 37px;
    color: #fff;
    font-weight: bold;
}

.about-pragraph {
    font-size: 20px;
    line-height: 2.5;
}

.title-target {
    color: #000;
    width: max-content;
    border-bottom: 3px solid var(--golden);
    padding-left: 19px;
}

.title-target.service,
.title-target.sharer {
    border-bottom: 0;
    padding-left: 0;
}

.title-target.service::before,
.title-target.sharer::before {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    background-color: var(--golden);
    color: var(--golden);
    bottom: -8px;
}

.title-target.service::before {
    width: 82%;
}

.title-target.sharer::before {
    width: 65%;
}

.box-target {
    padding-top: 67px;
    border-radius: 19px;
    padding: 16px;
    margin-bottom: 15px;
}

.box-vesion,
.box-target {
    background: var(--light-gray);
    text-align: center;

}

.box-vesion {
    padding: 50px 0;
}

.box-vesion h5 {
    line-height: 1.5;

}

.box-target h5 {
    color: var(--gray);
    line-height: 1.5;
}

.about-title.botton {
    padding: 7px 49px;
    line-height: 1.5;
    margin: auto;
}

.footer-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.eng-guid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* هذا يعني 3 أعمدة في السطر الواحد */
    gap: 17px;
}

.bg-light-gray {
    background-color: var(--light-gray);
}

@media (max-width: 920px) {
    .eng-guid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 عمود على الشاشات المتوسطة */
    }
}

@media (max-width: 480px) {
    .eng-guid {
        grid-template-columns: 1fr;
        /* عمود واحد على الشاشات الصغيرة */
    }
}

.btn.about-title.botton {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.btn.about-title.botton:hover {
    border: 1.5px solid var(--golden);
    color: var(--golden);
}

.my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.paragraph-footer {
    margin: 106px 0
}