:root {
    --main-color: #1A1A29;
    --bg-color: #28283E;
    --sec-color: #A96D21;

}


@font-face {
    font-family: 'bold';
    src: url('../fonts/GE-Dinar-One-Medium.otf');
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Regular.ttf');
}

@font-face {
    font-family: 'FFShamel';
    src: url('../fonts/ArbFONTS-FFShamelFamily-SansOneBook.ttf');
}
@font-face {
    font-family: 'en-font';
    src: url('../fonts/Cairo-Regular.ttf');
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'Almarai';
}

.owl-carousel {
    direction: ltr;
}

button:focus {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.left-header {

    display: flex;

    align-items: center;

    justify-content: end;

    gap: 8px;
}

.logo img {
    max-height: 67.5px;
}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

.nice-select::after {
    left: 12px;
    right: auto;
    border-bottom: 2px solid #0052B4;
    border-right: 2px solid #0052B4;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

/* Start header */
header {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.mynav .navbar-menu li a {
    color: #fff;
    transition: all 0.3s;
    padding: 0 19px;
    font-size: 16px;
    font-weight: 700;
}

.mynav .navbar-menu li a:hover {
    color: #fff;
}


.left-tobheader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lang a {
    text-transform: capitalize;
    color: #000000;
    font-size: 17px;
    margin-inline-end: 16px;
    transition: all 0.3s;
}
.lang a:hover{
    color: var(--sec-color);
}
.mynav .row {
    align-items: center;
    padding: 21px 0;
}

.search-btn i {
    transition: all 0.7s;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynav .nav-link {
    position: relative;
}

.navbar-menu {
    display: flex;
    align-items: center;
}

.navbar {
    padding: 0;
    justify-content: center;
}

.request a {
    color: #fff;
    min-width: 153px;
    padding: 12px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
    background: var(--sec-color);
    border-radius: 90px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.request a:hover {
    color: #fff;
}

.read-more a i {
    width: 38.5px;
    height: 38.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: var(--sec-color);
    transform: rotate(-45deg);
    margin-bottom: 2px;
    transition: all 0.3s;
}

.read-more a:hover i {
    transform: rotate(0deg);
    /* margin-bottom: 0px; */
}
.read-more a:hover,.read-more button:hover,.request a:hover{
    background: #484848;
}
/* ---------------------------------- */
.navbar-toggler i {
    color: #fff;
    font-size: 18px;
}

.responsive-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 12px;
    background-color: #fff;
}

.responsive-menu .left-menu {
    display: flex;
    align-items: center;
}

.responsive-menu .lang {
    text-transform: capitalize;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
    padding: 0;
    width: 34px;
    height: 34px;
    background-color: var(--sec-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.responsive-menu .searchForm .btnSearch i {
    color: #fff;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: var(--sec-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;

}

.site-search.open {
    z-index: 999;
    opacity: 1;
    animation: 1.3s bounceInDown;
}

.site-search .close-side i {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
    z-index: 3;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 39%;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    color: #fff;
    font-size: 50px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 32px;
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    background: #fff;
    border: none;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 15px 0;
    height: 56px;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    /* -webkit-appearance: none; */
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: #000;
    padding-inline-end: 50px;
    padding-inline-start: 22px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    /* border: none !important; */
    box-shadow: none !important;
    color: #fff;
    padding: 0;
    width: 80px;
    height: 56px;
    background-color: var(--sec-color);
    border: 2px solid #fff;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: #C5C5C5;

}

.searchForm .btnSearch {
    box-shadow: none !important;
    /* margin: 0 11px; */
    padding: 0;
    text-align: center;
    border: none !important;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    height: 48px;
    width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    background: #A96D21;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: #fff;
}


.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

/* End Search */
/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    /* bottom: 0; */
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--sec-color);
    z-index: 999;
    padding: 20px 0;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    overflow: scroll;
}

.sidebar-width {
    right: 0px;
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 65px;
    margin-top: 5px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
}

.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    position: relative;
    transition: all 0.6s;
    width: 100%;
    border-bottom: 1px solid #ffffff69;
}
.sidebar .side-content ul li:last-of-type a{
    border: none;
}
.sidebar .side-content ul li a:hover {
    color: #fff;
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.mynav .col-lg-3 {
    padding: 0;
}

/* Start home slider */
.slider.home-slider {
    margin-top: 31px;
}

.slider-home.owl-theme .owl-dots .owl-dot {
    width: 21.3px;
    height: 21.3px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    text-align: center;
}

.slider-home.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px;
    background: var(--sec-color);
}

.slider-home.owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-top: 0;
    display: flex;
}


.owl-theme .owl-nav {
    margin-top: 0;
}

.slider-home .slider-img {
    position: relative;
    height: 100%;

}

.slider-home .owl-item .slider-img img {
    width: 100%;
    object-fit: cover;
    height: 768px;
    object-fit: cover;
    -webkit-mask-box-image: url('../images/Mask\ group.png');
    /* mask-image: url(../images/Mask\ group.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-slider .item {
    position: relative;
}


.carousel-info {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    bottom: 42px;
    transition: all 0.5s ease-in;
    left: 50%;
    width: 62%;
    transform: translateX(-50%);
}

.slider .owl-item.active .carousel-info {

    opacity: 1;
}

.carousel-info h2 {
    font-size: 39px;
    margin-bottom: 38px;
    font-weight: 700;
}

.home-slider .owl-item.active .carousel-info h2 {
    animation: 1s fadeInUp;

}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.slider-home .owl-item .slider-img {
    height: 768px;
}

.slider-home .owl-item .slider-img img {
    height: 100%;
    object-fit: cover;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    width: 69px;
    height: 66px;
    transition: all 0.3s;
}


.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    top: 56%;
    background: #006691;
    color: #fff;
}

.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover,
.gallery-slider.owl-theme .owl-nav .owl-prev:hover,
.gallery-slider.owl-theme .owl-nav .owl-next:hover {
    background: var(--hover-color);
}

.read-more a,
.read-more button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px 6px 21px;
    min-width: 153px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    background: var(--sec-color);
    border-radius: 90px;
    font-weight: 700;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 16px;
    gap: 10px;
}

/* -------------------------------- */

/* -------------------------  about section --------------------------------  */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

.about-information {
    width: 48%;
    margin: auto;
    text-align: center;
}

.about-information h2 {
    font-size: 39px;
    margin-bottom: 30px;
    font-weight: 700;
}

.about-information p {
    line-height: 26px;
    margin-bottom: 45px;
}

.section-title h4 {
    color: #000000;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
}

section.about {

    padding: 0;

    min-height: 465px;
}

.about_sec_img {
    position: relative;
    padding: 65px 0 38px;
}

.about_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 465px;
    z-index: -1;
}

.about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------  start services section------------------------- */

section.services {
    background: #FAF6F0;
}

.service_item .serv-img {
    width: 44.3px;
    height: 44.3px;
    background: #FFF2E2;
    border-radius: 7.7px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_item .serv-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.service_item {
    background: #fff;
    border-radius: 25px;
    padding: 28px 16px 32px;
}

.service_item h5 {
    margin: 31px 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.service_item p {
    color: #484848;
    line-height: 26px;
    margin-bottom: 0;
}

.col-lg-3 {
    padding: 0 10px;
}

section.services .section-title h4 {
    text-align: center;
    margin-bottom: 50px;
}

/* -------------------------------------------------------------- */
/* Start statistics section */
section {
    padding: 100px 0;
    overflow: hidden;
}

.stat-title p {
    color: #484848;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.statistics .stati_contant {
    padding: 0 30px;
    align-items: center;
}

.statistics .section-title h4 {
    margin-bottom: 16px;
}

/* ---------------  counter    --------------- */
.counter-item {
    direction: ltr;
    color: #000000;
    font-size: 46px;
    line-height: 81px;
    margin: 0px;
    text-align: center;
    font-family: 'FFShamel';
    font-weight: 600;
}

.count-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 10px;
    transition: all 0.3s;
    box-shadow: 0px 0px 24px 0px #00000012;
    border-radius: 30px;
    background: #fff;
}

.count-block:hover {
    background-color: var(--sec-color);
}

.count-block .details {
    text-align: center;
    display: flex;
}

.count-block .details h6 {
    font-size: 20px;
    color: #737373;
    text-align: center;
    line-height: 38px;
}

.count-block:hover .details h6,
.count-block:hover .counter-item {
    color: #fff;
}
.col-md-4{
    padding: 0 10px;
}

/* -------------------------------------------------------------- */
/* ---------------------------------------------------- */
section.projects .section-title {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.projects .section-title h4 {
    margin-bottom: 0;
}

/* Start projects section */
.projects{
background-color: #FAF6F0;
}
.project-item {
    position: relative;
   width: 25%;
    transition: all 0.6s;
}

.project-item:hover {
   width: 43%;
}

.project-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.project-item a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 428px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
border-radius: 0 0 49px 49px;
}
.all-project-item {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.project-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2s;
    border-radius: 49px;
}

.project-item .img {
    height: 564.24px;
    transition: all 0.3s;
    border-radius: 49px;
    overflow: hidden;
}
.project-item:hover .img img{
    transform: scale(1.2);
}
.project-item .project-details {
    padding: 24px 16px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    /* background: #d9d9d957; */
}

.project-item .project-details h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 11px;
    line-height: 50px;
    transition: all 0.4s;
    text-transform: capitalize;
    max-width: 40%;
}


.project-item .project-details span.project-btn {
    background: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
    border-radius: 90px;
    color: #4A4A4A;
    padding: 10px 16px 10px 10px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-item:hover .project-details span.project-btn {
background-color: var(--sec-color);
color: #fff;
}
.project-details span.project-btn i{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #E2E2E2;
    color: var(--sec-color);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.project-item:hover .project-details span.project-btn i{
    background-color: #fff;
    color: var(--sec-color);
}
.project-item .project-details p {
    color: #fff;
    height: 70px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 100%;
    transition: all 0.3s;
}

.project-item:hover .project-details p {
    max-width: 72%;
}


/* -----------  Start footer section  -------------------- */
.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
}

footer {
    padding-top: 100px;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-logo .img{
       height: 154px;
    }
    .footer-logo .img img{
        max-height: 100%;
    }
    footer .footer-menu ul{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 36px 0;
    }
    footer .footer-menu ul a{
        color: #000000;
        text-transform: capitalize;
        padding: 0px 16px;
        font-size: 16px;
        transition: all 0.3s;
        font-weight: 700;
    }
    
    footer .footer-menu ul a:hover{
       color: var(--sec-color);
    }
    .comp-rights p {
        color: #000000;
        margin-bottom: 0;
        font-size: 16px;
    }
    
    .bottom-footer .row {
        align-items: center;
    }
    .bottom-footer{
        border-top: 1px solid #EBEBEB;
        padding: 28px 0;
    }
    .bottom-footer .col-sm-6{
        padding: 0;
    }
    .footer-soch a{
      width: 32px;
      height: 30.7px;
      background-color: #fff;
      color: #000000;
      margin-inline: 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s;
      border: 1px solid #828282;
      border-radius: 4px;
    }
    .footer-soch a:hover{
        background-color: #828282;
        color: #fff;
        transform: translateY(-6px);
    }
    .footer-soch{
        text-align: center;
        margin: 0 0 50px;
    }

    /* bottom footer */
    .copy-right {
    
    text-align: end;
    }
    
    .ryad-logo {
        height: 60px;
        margin-top: -32px;
        position: relative;
        top: 5px;
        margin-left: -20px;
    }
    
    .copy-right .row {
        align-items: center;
    }
    
    .comp-rights {
        text-align: start;
    }
    
    .copy-right p {
        margin-bottom: 0;
    }
    
    

/* Start about page */
.breadcrumb-section {
    padding: 182px 0 62px;
    z-index: 2;
    position: relative;

}

.breadcrumb-info h2 {
    font-size: 24px;
    margin-bottom: 29px;
    color: #fff;
    font-weight: 700;
}

.breadcrumb-section a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 6px;
    content: "-";
    color: #fff;
    padding-right: 6px;
    font-size: 18px;
    position: relative;
    top: 0px;
}


.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 78, 115, 0.50);
    z-index: -1;
}

