@font-face {
    font-family: 'DINArabic';
    src: url('../fonts/DINArabic/DINArabic.eot');
    src: url('../fonts/DINArabic/DINArabic.eot') format('embedded-opentype'),
    url('../fonts/DINArabic/DINArabic.woff2') format('woff2'),
    url('../fonts/DINArabic/DINArabic.woff') format('woff'),
    url('../fonts/DINArabic/DINArabic.ttf') format('truetype'),
    url('../fonts/DINArabic/DINArabic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BahijJanna';
    src: url('../fonts/BahijJanna.ttf');
}


@font-face {
    font-family: 'NeoSansArabic';
    src: url('../fonts/NeoSansArabic.ttf');

}

/******************************/
/******************************/
:root {
    --primary: #CC9D2F;
    --secondary: #B89957;
    --gray: #797979;
    --blackBlue: #1A5688;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}
html{
    margin: 0 ;
}
html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'DINArabic', serif;
    color: var(--white);
    background: var(--blackBlue);
    font-size: 16px;
    position: relative;
}

/**/
/*body:before {*/
/*    content: " ";*/
/*    position: fixed;*/
/*    top: 30%;*/
/*    right: 0;*/
/*    width: 250px;*/
/*    height: 640px;*/
/*    background-image: url("../images/Maskgroup.png");*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/* }*/
/*body:after {*/
/*    content: " ";*/
/*    position: fixed;*/
/*    top: 70%;*/
/*    left: 0;*/
/*    width: 250px;*/
/*    height: 640px;*/
/*    background-image: url("../images/Maskgroup-2.png");*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/* */
/*}*/

p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: bold;
    color: var(--white);
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type="submit"],
a {
    transition: all 0.5s linear;
}

img,
iframe,
video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .form-control {
    direction: ltr;
    text-align: left;
}

textarea.form-control {
    height: 100px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    color: var(--primary);
    border-bottom: 1px solid var(--primary)
}

.main-btn {
    position: relative;
    color: var(--primary) !important;
    font-size: 18px;
    font-weight: bold;

    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all .35s ease-in-out;
}

.main-btn:hover {
    color: var(--secondary) !important;
    transform: translateY(-5px);
}

.main-title {
    position: relative;
    color: var(--white);
    font-size: 48px;
    font-weight: bold;
}


.main-title i {
    font-size: 20px;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .main-btn {
        font-size: 14px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .main-title {
        font-size: 28px;

    }
}

/******************************/
/* && header &&*/
/******************************/
header {
    padding: 20px 0;
}

.profile-ref {
    display: flex;
} .main-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--white) !important;

}

.profile-ref .main-btn:hover {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--white) !important;
}

.top-header {
    margin-top: 35px;
    align-items: center;
}

.header-icon {
    display: flex;
    align-items: center;
}

.head-logo-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language {
    margin-inline-start: 10px;
}

.language .lang {
    color: var(--white) !important;
    font-weight: bold;
    padding: 0;
    font-size: 18px;
    text-align: center;
    transition: all .35s ease-in-out;
}

.language .lang:first-of-type {
    border-inline-end: 3px solid var(--white);
    padding-inline-end: 5px;
    margin-inline-end: 5px;
}

.language .lang:hover {
    color: var(--secondary) !important;

}
html[dir="ltr"] .head-home .row ,html[dir="ltr"] .head-logo-icon , html[dir="ltr"] .top-header{
    flex-direction: row-reverse;
}
@media (min-width: 992px) {
    #close-menu {
        display: none;
    }

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-list {
        display: flex;
        justify-content: space-between;
        width: 90%;


    }

    .nav-list > .menu-item {
        position: relative;

    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item.home i {
        font-size: 26px;
        color: var(--white);

    }

    .nav-list > .menu-item > a {
        display: flex;
        color: var(--white);
        font-weight: bold;
        font-size: 16px;
        position: relative;
        padding: 10px 10px;
        transition: all 0.35s ease-in-out;
        text-align: center;
    }

    html[dir="ltr"] .nav-list > .menu-item > a {
        padding: 15px 10px;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--white);
        transition: all .35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--primary);
    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--white);
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 250px;
        background-color: rgba(255, 255, 255, 1);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--gray);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--gray);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--gray);

    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--gray);

    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f060";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f061";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        display: inline-block;
        margin-inline-end: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        color: var(--gray);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        color: var(--secondary);
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {
    #close-menu {
        display: inline-block;
        position: absolute;
        right: 300px;
        top: 45%;
        z-index: 9999;
        width: 50px;
        height: 120px;
        border-radius: 1.1rem;
        background-color: var(--primary);
    }

    .menu-item-has-children {
        display: inline-block;
        width: 100%;
        align-items: center;

    }

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: var(--white);
        background-color: var(--primary);
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-btn {
        margin-inline-end: 10px;
    }

    html[dir="ltr"] .nav-btn {
        margin-inline-start: 10px;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 99;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--primary);
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--primary);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--gray);
    }

    .sub-menu {
        list-style: none;
        width: 100%;
        background-color: var(--gray);
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);
        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}

@media (max-width: 768px) {


    .header-icon a {
        margin-inline-start: 10px;
    }
}

@media (max-width: 500px) {

}

/******************************/
/* && slider &&*/
/******************************/
.slider {
    position: relative;
}

.slider:after {
    content: " ";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    z-index: 2;
    height: 65px;
    background-image: url("../images/b.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slider .mainItem {
    position: relative;
}

.main-slider .slider-video {
    display: inline-block;
    width: 100%;
}

.main-slider .mainItem .slider-img video,
.main-slider .mainItem .slider-img img {
    width: 100%;
}

.main-slider .mainItem .slid-tit {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-slider .mainItem .slid-tit .tit {
    font-size: 72px;
    margin-bottom: 40px;
    font-weight: bold;
}

.main-slider .mainItem .video-play {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: 30px;
    transform: translate(-50%, -50%);
    color: var(--primary);
}

.main-slider .mainItem .video-play i {
    font-size: 64px;
}


/******************************/
/* && about &&*/
/******************************/
.about {
    padding: 50px 0 0;
    position: relative;
}

.about:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--primary);
    width: 40%;
    height: 4px;

}

.about:before {
    content: " ";
    position: fixed;
    top: 10%;
    right: -50px;
    width: 250px;
    height: 640px;
    background-image: url("../images/Maskgroup.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.about-content .about-head {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--primary);
}

.about .main-title {
    margin-bottom: 50px;
}

.about-content {
    margin-top: 50px;
}

.about-content .about-description {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--white);
}
.about-images .gallery-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-images .owl-nav{
    position: absolute;


    left: 50%;
    transform: translate(-50%, 0);
    bottom: -35px;
    display: flex;

}
.about-images .owl-nav div{
    color: var(--primary);
    font-size: 24px;
    margin: 0 5px;
}
.about-images .gallery-item a {
    display: inline-block;
    width: 125px;
}

.about-img img {
    width: 100%;
    max-height: 400px !important;
}

/******************************/
/* && services &&*/
/******************************/
.services {
    padding: 50px 0;
}

.services:before {
    content: " ";
    position: fixed;
    top: 40%;
    left: -75px;
    width: 250px;
    height: 640px;
    background-image: url("../images/Maskgroup-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.desc-services-header {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--primary);
}

.services-items {
    position: relative;
}

.services-items:before {
    content: " ";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.services-items .services-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 10px;
}

.services-items .services-content .title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--primary);
}
.services-items .main-btn{
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--primary);
    color: var(--white) !important;
}
.menu-content .like .main-btn{
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--primary);
    color: var(--white) !important;
}
.services-items .services-content .desc {
    font-size: 18px;
    margin-bottom: 20px;

}

.services-items .services-content .like a {
    color: var(--secondary);
    font-size: 18px;
    font-weight: bold;
}

/******************************/
/* && contact &&*/
/******************************/
.contact {
    padding: 50px 0;
}

.desc-contact-header {
    color: var(--primary);
    margin-bottom: 50px;
}

.form-contact label {
    color: var(--white);
    margin-bottom: 10px;
}

.form-group .form-control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    transition: all .35s ease-in-out;
    background: rgba(10, 61, 103, 0.33)
}

.form-group .form-control::placeholder {
    color: var(--gray);
}

.form-group textarea.form-control {
    height: 250px;
}

.form-group .form-control:focus {
    color: var(--primary);
    border: 1px solid var(--primary);;
}

.form-contact .main-btn {
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--primary);
    color: var(--white) !important;
}

.form-contact .main-btn:hover {
    background: var(--secondary);
}
.clients-slider .owl-stage{
    display: flex;
    align-items: center;
}
.clients-img img{
    max-width: 150px !important;
}

/******************************/
/* && footer &&*/
/******************************/
footer {
    padding: 50px 0 20px;
    background: rgba(10, 61, 103, 1);
    position: relative;
}
footer:after {
    content: " ";
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    z-index: 2;
    height: 65px;
    background-image: url("../images/t.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.top-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:  2px solid var(--primary);
    padding-bottom: 50px;
    margin-bottom: 30px;

}

.map iframe {
    width: 80%;
    height: 250px;
    display: table;
    margin: 0 auto;
}

.place-time {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 50px 0;
}

.footer-list li {
    width: 50%;
    float: right;
    margin-bottom: 5px;
}

.footer-list li:before {
    content: "\f100";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 14px;
    margin-inline-end: 10px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    border-radius: 50%;
    transition: all .35s ease-in-out;
}

html[dir="ltr"] .footer-list li:before {
    content: "\f101";
}

.footer-list li a {
    color: var(--white) !important;
    font-size: 18px;
    font-weight: bold;
}

.whats{
    position: fixed;
    top: 85%;
    right: 5px;
    z-index: 99;

}
.whats img{
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
}
.info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info .icon {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    background: transparent;
    margin-inline-end: 10px;
    color: var(--gray);
    background: var(--white);
    transform: translateY(0);
    transition: all .35s ease-in-out;
}
.info .info-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.info .info-content .kay {
    color: var(--primary);
    font-size: 18px;
    font-weight: bold;
}

.info .info-content .value {
    display: block;
    color: var(--white);
}

.input-newsletterSubmit {
    justify-content: space-around;
    margin-top: 10px;
}

.foot-widget-item-desc {
    font-size: 16px;
    font-weight: initial;
}

.form-newsletter input {
    height: 35px;
    padding: 0 10px;
    width: 100%;
}

.powerd-content {
    margin: 50px auto 0;
    padding: 20px 0;
    font-size: 18px;
    display: table;

    text-align: center;
}



.powerd-content span {
    color: var(--white);
}

.powerd-content a {
    color: var(--primary);
}

.foot-widget-item-tit {
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.foot-newsletter form{
    position: relative;
}
.foot-newsletter form input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    transition: all .35s ease-in-out;
    background: rgba(21, 78, 125, 1)
}
.foot-widget-item-desc{
    margin-bottom: 30px;
}
.foot-newsletter form .input-newsletterSubmit{
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);
    color: var(--white);
    margin: 0 !important;
    height: 50px;
    width: 100px;
}
.fly-icon a {
    font-size: 24px;
    color: var(--white);
    text-align: center;
    transition: all .35s ease-in-out;
    margin: 0 5px;
}

.fly-icon a:hover {
     color: var(--primary);
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .powerd-content {
        width: 100%;
    }

    footer {
        padding: 30px 0 0;

    }

    .col-footer {
        margin: 30px 0;
    }

}

@media (max-width: 500px) {
    .info-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-list ul {
        flex-wrap: wrap;
    }

    .col-f-mid {
        border-right: 0px solid var(--white);
        border-left: 0px solid var(--white);
        margin: 30px 0;
    }

    .powerd-content {
        display: inline-block;
        text-align: center;
    }

    .main-footer .nav-list a {
        margin: 0 5px;
    }

}
.vision-msion{
    margin-top: 50px;
}
.vision-msion-content{
    text-align: center;
}
.vision-msion-image{
    margin-bottom: 20px;
}
.vision-msion-tit{
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
}
.inside-breadcrumb{
    background: rgba(10, 61, 103, 1);
    padding: 20px;
    text-align: center;
    font-size: 24px;

}
.inside-breadcrumb a.home span{
    color: var(--primary);
}
.inside-breadcrumb a span{
    color: var(--white);
}
.galelry-single-service{
    margin-top: 30px;
}
.galelry-single-service .gallery-item img{
    width: 100%;
    height: 250px;
}
.map iframe{
    width: 100%;
    height: 250px;
}
.content-form .main-btn {
background: var(--primary);
    width: 160px;
    height: 50px;
    margin-bottom: 30PX;
    color: var(--white) !important;
}
@media (max-width: 768px) {
    .main-slider .mainItem .slid-tit .tit {
        font-size: 45px;
        margin-bottom: 40px;
        font-weight: bold;
    }
    .about-items-gallery {
        transform: translate(0, -50px);
    }
    .about:before{
        width: 175px;
        height: 340px;
    }
    .services:before{
        width: 150px;
        height: 380px;
    }
    .services-items .image img{
        width: 100%;
        height: 350px;
    }
    .services-items{
        margin-bottom: 20px;
    }
    .about-content .about-head{
        font-size: 16px;
    }
    .about-content .about-description{
        font-size: 14px;
    }
    .about-content {
        margin-top: 0px;
    }
    footer .row .col-lg-4{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
}


@media (max-width: 500px) {
    .main-slider .mainItem .slid-tit .tit{
        font-size: 22px;
    }
    .top-header{
        margin-top: 0;
    }
    .main-slider .mainItem .video-play{
        margin-top: 0;
    }
    .main-logo img{
        max-width: 75px;
    }
    .language .lang{
        font-size: 14px;
    }
    .nav-btn{
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .main-slider .mainItem .video-play i {
        font-size: 24px;
    }
    .slider-img img{
        height: 250px;
    }
    footer{
        padding: 50px 0;
    }
    .profile-ref .main-btn{
        font-size: 14px;
        width: 100px;
        margin-top: 10px;
    }
    .logo-footer img{
        max-width: 75px;
    }
    .contact {
        padding: 20px 0;
    }
    .about {
        padding: 20px 0 0;
    }
}

#sync1 .about-img{
    margin-bottom: 10px;
  }
#sync1 .about-img img{
     width: 100%;
}
#sync2 .about-gallery img{
    height: 100px;
    width: 100%;
 }
.content-menu .main-title{
    margin: 50px 0;
    color: var(--secondary);

}
.menu-items{
    margin-bottom: 50px;
}
.menu-items .title{
    text-align: center;
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.menu-items .image{
    box-shadow: 0 0 24px rgba(0,0,0,.24);
    margin: 0 auto;
    display: table;
}
 .flipbox {
    width: 100%;
    height: 300px; /* يمكنك تعديل الطول حسب التصميم */
    perspective: 1000px; /* يعطي تأثير العمق */
    position: relative;
}

 .flipbox-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d; /* للحفاظ على تأثير 3D */
    position: relative;
}

/* عند التمرير بالفأرة */
.flipbox:hover .flipbox-inner {
    transform: rotateY(180deg); /* يدور الوجه */
}

 .flipbox-front,
.flipbox-back {
    backface-visibility: hidden; /* إخفاء الوجه الخلفي عند الدوران */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

 .flipbox-front {
    background-color: #f5f5f5; /* لون خلفية افتراضي */
    display: flex;
    align-items: center;
    justify-content: center;
}

 .flipbox-back {
    background-color: var(--secondary); /* لون خلفية المحتوى */
    color: #fff; /* لون النص */
    transform: rotateY(180deg); /* الوجه الخلفي يدور في الاتجاه المعاكس */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

/* تنسيق النص */
.flipbox-back .services-content .title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.flipbox-back .services-content .desc {
    font-size: 1em;
    margin-bottom: 15px;
    text-align: center;
}

.flipbox-back .services-content .like .main-btn {
    background-color: var(--primary);
    color: var(--white) !important;
    text-decoration: none;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.flipbox-back .services-content .like .main-btn:hover {
    background-color: var(--blackBlue);
}

footer .map iframe{
    border-radius: 25px;
    height: 200px;
}
@media (max-width: 768px) {
    .about-footer-desc{
        margin-bottom: 20px;
    }
    .flipbox{
        height: 250px;
    }
    .flipbox-front img{
        height: 250px;
        object-fit: cover;
    }
    .services .col-lg-4{
        margin-bottom: 30px;
    }
}