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

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

}

/******************************/
/******************************/
:root {
    --primary: #225db2;
    --secondary :#c19244;
    --text :#1c1c1c;
    --gray: #939598;
    --black: #000;
    --white: #ffffff;
}

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

.wrap {
    overflow: hidden;
}

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

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

body {
    font-family: 'Bahij-Janna', serif;
    color: var(--black);
    background: #f4f4f4;
    font-size: 16px;
    background-image: url("../images/bg-body.png");
    background-size: cover;
    background-attachment: fixed;
    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;
}

ul li {
}

.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: 200px;
}

.form-control:focus {
     box-shadow: none;
    outline: none;
    color: var(--primary);
}

.main-btn {
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    width: 150px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
     display: flex;
    align-items: center;
    justify-content: space-around;
    transition: all 0.3s ease-in-out;
}
html[dir="ltr"] .main-btn .fa-arrow-left-long:before{
    content: "\f178";
}
.main-btn:hover {
    color: var(--white);
    border: 1px solid var(--secondary);
    transition: all 0.3s ease-in-out;
}
.main-btn:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 5%;
    height: 100%;
    background-color: var(--secondary);
    color: var(--white);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
html[dir="ltr"]  .main-btn:before{
    right: unset;
    left: 0;
}
.main-btn:hover:before {
    width: 100%;
    background-color: var(--secondary);
    color: var(--white);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 18px rgba(0, 0, 0, .28);
}

.main-title {
    position: relative;
    color: var(--black);
    font-size: 52px;
    margin-bottom: 30px;
    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;
        margin: 10px 0;
    }
}


/******************************/
/* && header &&*/
/******************************/
header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
    background: transparent;
}

.main-nav-url {
    display: flex;
    align-items: center;
}

.main-nav-url .phone-market a {
    margin-inline-end: 10px;
}

.main-nav-url .lang {
    font-size: 18px;
    font-weight: bold;
    margin-inline-start: 10px;
    padding-inline-start: 10px;
    color: var(--primary);

}

.main-nav-url .lang:hover {
    color: var(--gray);

}

.mid-header {
    display: flex;
    align-items: center;

}

@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;
        margin-inline-start: 50px;
        width: 100%;
        justify-content: space-evenly;
    }

    .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: #282828;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        padding: 15px 10px;
        transition: all 0.5s ease-in-out;
    }
    html[dir="ltr"] .nav-list > .menu-item > a{
        padding: 15px 10px;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f103";
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: #282828;
        margin-inline-start: 10px;
        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(--primary);
    }

    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: rgba(72, 41, 109, .7);

        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(--white);
        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(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

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

    }

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

    }

    .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: "\f104";
    }

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

    .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%;
        background: var(--gray);
        color: var(--white);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

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

    .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);
    }
    html[dir="ltr"] #close-menu{
        right: 80px;
    }
    .menu-item-has-children {
         width: 100%;

    }

    .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;
        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) {
    .mid-header{
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .main-logo img {
        max-width: 170px;
    }
   .main-nav-url .main-btn{
       width: 75px;
   }
    .mid-header{
        justify-content: space-between;
    }

    header {
        position: relative;
        z-index: 9;
    }


    .contact-whats {
        width: 35px;
        border: none;
    }

    .contact-whats span {
        display: none;
    }

    .head-inf {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .top-header {
        flex-direction: row;
    }

    .head-inf .info {
        margin-bottom: 8px;
    }

    .head-inf .info .desc {
        margin-inline-start: 5px;
        font-size: 12px;
    }

    .nav-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/******************************/
/* && slider &&*/
/******************************/
.slider {
    position: relative;
}
/*.slider-plane{*/
/*    position: absolute;*/
/*    bottom: 0; !* تبدأ الطائرة من أسفل *!*/
/*    right: 0; !* تبدأ الطائرة من اليمين *!*/
/*    width: 100px; !* عرض الطائرة يمكنك تغييره حسب حجم الصورة *!*/
/*    transform: translate(0, 0); !* وضع البداية في الزاوية اليمنى السفلى *!*/
/*    animation: fly-diagonal 10s linear infinite;*/
/*    z-index: 99;*/
/*}*/

/*@keyframes fly-diagonal {*/
/*    0% {*/
/*        transform: translate(0, 0); !* البداية من الزاوية اليمنى السفلى *!*/
/*    }*/
/*    100% {*/
/*        transform: translate(-100vw, -100vh); !* النهاية إلى الزاوية اليسرى العليا *!*/
/*    }*/
/*}*/

.slider-plane img{
    max-width: 750px;
}

.main-slider .mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 999;
}
.main-slider .mainItem:before{
    content: " ";
    background: rgba(255,255,255,.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.mainItem .slider-img img {
    width: 100%;
    height: 750px;
}

.main-slider  .slid-tit {
    position: absolute;
    inset: 0;
    top: 50%;
    left: 0;
    transform: translate(-50%, 0);
    color: var(--black);
    z-index: 11;

}
html[dir="ltr"] .main-slider  .slid-tit{
    transform: translate(15%, 0);
}
.main-slider .slid-tit .tit {
    font-size: 58px;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 10px;
}
.main-slider .slid-tit .desc {
    font-size: 58px;
    color: var(--secondary);
    font-weight: bold;

}

.main-slider .owl-dots{
    position: absolute;
    bottom: 10%;
    left: 20%;
    transform: translate(-30%, 0);
    display: flex;
    align-items: center;
}
.main-slider .owl-dot {
    width: 60px;
    height: 30px;
    background-color: #cae0ff; /* Background color for dots */
    color: #96b5e2; /* Text color for numbers */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.main-slider .owl-dot.active {
    background-color: var(--secondary); /* Background color for dots */
    color: var(--white);/* Slightly enlarge the active dot */
}

.main-slider .owl-dot:hover {
    background-color: var(--secondary); /* Background color for dots */
    color: var(--white); /* Background color on hover */

}
.home-video{
    width: 100%;
}
.home-video video{
    width: 100% ;
    display: block;
}
.about-vid-po {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

@media (max-width: 768px) {
    .main-slider .slid-tit .tit {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 0;
    }
    .main-slider .slid-tit .desc{
        font-size: 24px;
    }
    .slider-plane {
        width: 80px; /* Adjust the width of the plane */
        animation: fly-diagonal-768 10s linear infinite;
    }

    @keyframes fly-diagonal-768 {
        0% {
            transform: translate(0, -10vh);
        }
        100% {
            transform: translate(-100vw, -80vh); /* Adjust the final position */
        }
    }

    .slider-plane img {
        max-width: 600px;
    }
}

@media (max-width: 500px) {
    .main-slider .slid-tit .tit {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 0;
    }
    .slider-plane {
        width: 100px; /* Adjust the width of the plane */
        animation: fly-diagonal-500 6s linear infinite;
    }
    .mainItem .slider-img img{
        height: 450px;
    }
    @keyframes fly-diagonal-500 {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(-200vw, -100vh); /* Adjust the final position */
        }
    }

    .slider-plane img {
        max-width: 250px;
    }

}


 /******************************/
/* && about &&*/
/******************************/
.about {
    padding: 50px 0 50px;
    position: relative;
}
.about .main-title{
    color: var(--black);
    font-size: 40px;
}
.about .home-video{
    width: 100%;
    height: 550px;
     overflow: hidden;
}
.about .home-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/about-bg.png");
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}
.about-image{
    margin: 0 auto;
    display: table;
    position: relative;
    width: 100%;
}
.about-image:before{
    content: " ";
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-image img {
    width: 300px; /* Adjust the size as needed */
    /*animation: rotate 10s linear infinite;*/
}
.about-logo{
    margin: 0 auto;
    display: table;
}
.about-logo-url .url{
     margin: 25px auto;
    display: table;
}

.about-desc .desc{
font-size: 18px;
    text-align: justify;
    color: var(--black);
    margin-top: 20px;
}

/*@keyframes rotate {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

@media (max-width: 768px) {
    .about .home-video{
        width: 400px;
        height: 400px;
        border-radius: 50%;
        overflow: hidden;
    }
    .about-image{
        height: 500px;
    }
    .about-vid-po{
        width: 100%;
    }
    .about-logo img{
        max-width: 150px;
    }
}
@media (max-width: 500px){
.row .about-col:nth-of-type(2){
    order: -1;
}
    .about-image{
        height: 300px;
    }
     .about-vid-po{
        width: 100%;
    }
    .about .home-video {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        overflow: hidden;
    }
    .about-logo img{
        max-width: 100px;
    }
    .about-desc .desc{
        font-size: 14px;
    }
}

/******************************/
/* && logistics &&*/
/******************************/
.logistics{
padding: 50px 0;
 }
.logistics-desc-content{
    margin-top: 75px;
}
.logistics-desc-content .logistics-desc{
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 30px;
}
.logistics-desc-content .logistics-desc{

}
@media (max-width: 768px) {
    .logistics-desc-content .logistics-desc{
        font-size: 64px;
    }

    .logistics-desc-content{
        margin-top: 50px;
    }
}
@media (max-width: 500px) {
    .logistics-desc-content .logistics-desc{
        font-size: 52px;

    }
    html[dir="ltr"] .logistics-desc-content .logistics-desc{
        font-size: 37px;
    }
    .logistics-desc-content{
        margin-top: 25px;
    }
}


/******************************/
/* && whyUs &&*/
/******************************/
.services-items{
    background: var(--white);
    padding: 10px;
    text-align: center;
}
.services-items .services-tit a{
    font-size: 22px;
     font-weight: bold;
    color: var(--primary);
    margin: 10px 0;
    transition: all .35s ease-in-out;
}
.services-items:hover .services-tit a{
    color: var(--secondary);
}
.col-ser{
    margin-top: 100px;
}
.main-desc{
    font-size: 18px;
    color: #484849;
}
@media (max-width: 768px){
    .col-ser{
        margin-top: 20px;
    }
}
    /******************************/
/* && whyUs &&*/
/******************************/
.why-us{
    padding: 50px 0;
}
.why-us-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px ;
}
.why-us-main{
    padding: 30px 15px;
    background: #fff;
}
.why-us-items .number{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 150px;
    margin-inline-end: 10px;
}
.why-us-items .number .why-us-num:before{
    content: " ";
    background-image: url("../images/Shape.png");
    background-repeat: no-repeat;
    width: 71px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.why-us-items .number .why-us-num{
    font-size: 48px;
    font-weight: bold;
    color: var(--primary);
}
.content-whyus .tit .why-us-num-tit{
    font-size: 22px;
    font-weight: bold;
    color: var(--secondary);
    margin-bottom: 10px;
}
.clients{
    padding: 50px;
}
.content-whyus .desc .why-us-num-desc{
    font-size: 16px;
     color: #484849;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .why-us-items .number{
        margin-inline-end: 20px;
    }
}
/******************************/
/* && clients &&*/
/******************************/
.clients{
    padding: 50px;
}

@media (max-width: 768px) {

}
/******************************/
/* && join &&*/
/******************************/
.join{
    padding: 50px 0;
}
.join-items{
    margin-top: 100px;
}
.join-items .join-desc{
     font-size: 64px;
     font-weight: bold;
     margin-bottom: 30px;
}
@media (max-width: 500px) {
    .join .row{
        flex-direction: column-reverse;
    }
    .join-items{
        margin-top: 0px;
    }
    .join-items .join-desc{
        font-size: 40px;
    }
}
/******************************/
/* && articles &&*/
/******************************/
.articles-items{
    position: relative;
}
.articles-items .articles-image{
    position: relative;

}
.articles-items .articles-image:before{
    content: " ";
    background: rgba(0,0,0,.20);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all .35s ease-in-out;
}
.articles-items:hover .articles-image:before{
    width: 100%;
}
.articles-items-fir{
    position: relative;
}
.articles-items-fir .articles-content{
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 0 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.articles-items-fir img{
    width: 100%;
    max-height: 300px;
}
.articles-tit a{
    color: var(--black);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .35s ease-in-out;

}
.articles-items:hover .articles-tit a{
    color: var(--secondary);
}
.articles-desc{
    color: var(--gray);
    font-size: 16px;
    margin-bottom: 10px;
}
.articles-items-sec{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.articles-items-sec .articles-content{
    margin-inline-start: 10px;
}
.fir-url-btn {
    color: var(--black);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    transition: all .35s ease-in-out;
    text-align: center;
}
.articles-items:hover .fir-url-btn{
    color: var(--white);
    background: var(--secondary);
}
.sec-url-btn{
    color: var(--black);
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
}
.articles-items:hover .sec-url-btn{
    color: var(--white);
    background: var(--secondary);
    transition: all .35s ease-in-out;
}
html[dir="ltr"] .sec-url-btn .fa-arrow-left:before{
    content: "\f061";
}
html[dir="ltr"] .fir-url-btn .fa-chevron-left:before{
    content: "\f054";

}
@media (max-width: 500px) {
    .articles-items-fir{
        margin-bottom: 20px;
    }
}
/******************************/
/* && footer &&*/
/******************************/
footer {
    padding: 100px 0  20px;
    margin-top: 100px;
    background-image: url("../images/footer-bg.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;

}
.map{
 }
.map iframe{

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

.footer-list ul {
display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.footer-list li {
    /*width: 50%;*/
    /*float: right;*/
    margin:  0 10px ;

}
/*.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(--black) !important;
    font-size: 18px;
    font-weight: bold;
}

.info-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
}

.info {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info .icon {
    font-size: 36px;
    border-radius: 10px;
    text-align: center;
    background: transparent;
     color: var(--secondary);
     transform: translateY(0);
    transition: all .35s ease-in-out;
}

.info .info-content .kay {
    color: var(--primary);
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}

.info .info-content .value {
    display: block;
    font-size: 22px;
    color: var(--black);
}

.foot-widget-item-desc{
    font-size: 16px;
    font-weight: initial;
}
.form-newsletter input{
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
.powerd-content {
    margin: 20px auto 0;
    padding: 20px 0;
    font-size: 18px;
    display: table;

    text-align: center;
}

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

.powerd-content a {
    color: var(--primary);
}
.foot-widget-item-tit{
    color: #c3b091;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-fly{
      position: fixed;
    align-items: center;
    display: flex;
    top: 65%;
    right: 10px;
 
    z-index: 99;  


}
.contact-fly span{
    color: var(--primary);
    font-size:20px;
        font-weight: bold;
            width: 60%;
    text-align: center;
 
       animation: flash 1s infinite;
}
@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.fly-icon{
    position: fixed;
    align-items: center;
    display: flex;
    top: 65%;
    left: 10px;
    flex-direction: column;
    z-index: 99;
}
.fly-icon .cos {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    margin: 5px 0 ;

}

.fly-icon a:hover {
    background: var(--secondary);
    color: var(--white);
}

@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: center;
    }

    .footer-list ul {
        flex-wrap: wrap;
    }
    .footer-list li{
        margin: 0 5px;
    }
    .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;
    }

}

/******************************/
/* && inside &&*/
/******************************/

.inside-head{
    position: relative;
}
.wp-pagenavi{
    display: table;
    margin: 30px auto;
}
.wp-pagenavi a {
     color: var(--primary);

}
.page-editor{
    margin: 30px auto;
    text-align: center;
    display: table;
}
.content-inside{
    margin: 30px 0;
}
.content-about .brief-items{
    margin-bottom: 80px;

}
.single-strategy .page-thumb{
    display: table;
    margin: 0 auto;
  }
.single-strategy .content.services .page-editor{
    color: var(--white);
}
.form form select option{
    background: transparent;
    color: var(--primary);
}
.reservation-form .page-main .page-editor{
    color: var(--white);
}
.inside-footer .map{
    display: none;
}
.whats{
    position: fixed;
    top: 65%;
    right: 15px;
}

.archive-dlibrary .archive-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}
.single-dlibrary .single-tax-single-thumb{
    margin: 25px 0;
}
.single-dlibrary .single-tax-single-thumb img{
    width: 100%;
    max-height: 550px;
}
.single-dlibrary .single-tax-single-content .tit{
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-tax.taxonomy-dlibrary .single-item .content-tax-single-content .tit{
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}#sync1 .item{
     margin-bottom: 10px;
     border-radius: 15px;

 }
#sync1 .item img{
    max-height: 500px;
    border-radius: 15px;
    width: 100%;
}
#sync2 .item img{
    height: 100px;
    width: 100%;
    border-radius: 5px;
}
.sec-omb iframe{
    width: 100%;
}
.archive-dlibrary .archive-main-items-content .tit .text{
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}
.archive-main-items-img img{
    width: 100%;
}
.single-item .content-tax-single-thumb a{
    display: block;
    width: 100%;
}
.single-item .content-tax-single-thumb img{
    width: 100%;
    max-height: 250px;
}
.brief-body .tit{
    font-size: 24px;
    font-weight: bold;
    color: var(--primary);
}
.brief-body .desc{
    font-size: 24px;
    color: var(--gray);
}
.counters #counter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 30px;
}
.counters #counter .item {
    display: flex;
    align-items: center;
    margin-inline-start: 5px;
}
.counters #counter .item .content {
    margin-inline-start: 5px;
}
.counters #counter .content .count {
    color: var(--primary);
    font-size: 48px;
    font-weight: bold;
}
.counters #counter .content .text {
    color: var(--secondary);
}
