/*========================
        fonts
  ========================*/
@font-face {
    font-family: 'Ipm bold';
    src: url(../fonts/Enfont/IBMPlexSansArabic-Bold.ttf);
}

@font-face {
    font-family: 'Ipm semibold';
    src: url(../fonts/Enfont/IBMPlexSansArabic-SemiBold.ttf);
}

@font-face {
    font-family: 'Ipm medium';
    src: url(../fonts/Enfont/IBMPlexSansArabic-Medium.ttf);
}

@font-face {
    font-family: 'Ipm regular';
    src: url(../fonts/Enfont/IBMPlexSansArabic-Regular.ttf);
}

@font-face {
    font-family: 'Ipm light';
    src: url(../fonts/Enfont/IBMPlexSansArabic-Light.ttf);
}



/*========================
        global
  ========================*/
:root {
    --font-bold: 'Ipm bold';
    --font-semibold: 'Ipm semibold';
    --font-medium: 'Ipm medium';
    --font-regular: 'Ipm regular';
    --font-light: 'Ipm light';
    --primary-color: #CEBC9F;
    --secondary-color: #484238;
    --color-text: #464646;
    --color-text-header: #656565;
    --color-gray: #525252;
    --color-gray-sub: #989898;
    --font-60:53px;
    --font-56: 48px;
    --font-48: 42px;
    --font-38: 32px;
    --font-32: 27px;
    --font-30: 26px;
    --font-24: 21px;
    --font-20: 17px;
    --font-16: 15px;
    --font-14: 14px;
    --font-13: 13px;
    --font-12: 12px;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-family: var(--font-regular);
    background-color: #FFFEFC;
}

.head-text p {
    line-height: 1.1 !important;
    word-spacing: 3px;
}

p {
    line-height: 30px !important;
}

a {
    text-decoration: none;
}

    a:hover {
        color: inherit;
        cursor: pointer;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    margin: 0;
    padding: 0;
}

svg:hover {
    cursor: pointer;
}

input:focus {
    box-shadow: none !important;
    outline: none;
}

.fw-bold {
    font-family: var(--font-bold) !important;
}

.fw-semibold {
    font-family: var(--font-semibold) !important;
}

.fw-medium {
    font-family: var(--font-semibold) !important;
}

.fw-light {
    font-family: var(--font-light) !important;
}
.fs-60 {
    font-size: var(--font-60);
}
.fs-56 {
    font-size: var(--font-56);
}

.fs-48 {
    font-size: var(--font-48);
}

.fs-38 {
    font-size: var(--font-38);
}
.fs-32 {
    font-size: var(--font-32);
}

.fs-30 {
    font-size: var(--font-30);
}

.fs-24 {
    font-size: var(--font-24);
}

.fs-20 {
    font-size: var(--font-20);
}

.fs-16 {
    font-size: var(--font-16);
}

.fs-14 {
    font-size: var(--font-14);
}

.fs-13 {
    font-size: var(--font-13);
}

.fs-12 {
    font-size: var(--font-12);
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

.py-20 {
    padding-block: 8px;
}

.text-gray {
    color: var(--color-gray);
}

.text-color {
    color: var(--color-text);
}

.text-color-header {
    color: var(--color-text-header);
}

.color-gray-sub {
    color: var(--color-gray-sub);
}

.max-w546 {
    max-width: 550px;
}

.show-card {
    box-shadow: 5px 4px 30px 3px rgba(0, 0, 0, 0.03);
}

.img-maxw-83 {
    max-width: 83px;
    width: 100%;
    height: 45px;
    object-fit: cover;
}

.img-h {
    height: 220px;
}

.txt-shadow {
    text-shadow: 2px 2px 5px black;
}

/*========================
        nav
  ========================*/
#nav {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.nave {
    background-color: var(--secondary-color);
    padding-top: 0px !important;
    top: -2px;
}

.navbar {
    padding: 0px 0;
}

.back-blur {
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(37.5px); /* main blur */
    -webkit-backdrop-filter: blur(37.5px); /* for Safari */
    box-shadow: 0 4px 86.6px rgba(0, 0, 0, 0.1); /* soft shadow */
}

.navbar-nav {
    padding-block: 11px;
}

.navbar-brand img {
    max-width: 105px;
    width: 100%;
}

.navbar-nav .nav-item .nav-link {
    font-family: var(--font-regular);
    font-size: var(--font-16);
    line-height: 24px;
    color: #fff;
    margin: 0px;
    margin-inline-start: 15px;
}


    .navbar-nav .nav-item .nav-link.active {
        font-family: var(--font-bold);
    }

.container-navbutton {
    margin-inline-start: auto;
    display: inline-flex;
    gap: 10px;
}


.show-mobile-top {
    display: none;
}

.hamburger {
    padding: 10px 10px;
}

.hamburger-box {
    width: 35px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 35px;
}

.is-active {
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #5D6259 !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: var(--primary-color) !important;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

.navbar .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.navbar-brand {
    margin-left: 0px;
}

.active-search img {
    filter: invert(100%) sepia(2%) saturate(4733%) hue-rotate(208deg) brightness(120%) contrast(102%);
}

/*========================
        header
  ========================*/
.hero-section {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
}
.section-bluer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.max-w969 {
    max-width: 975px;
}

/*========================
       digital-platforms
  ========================*/

    #platform-slider .card {
        min-height: 282px;
    }

    #news-slider .card {
        min-height: 400px;
    }

#platform-slider .owl-nav,
#news-slider .owl-nav,
#stduio-slider .owl-nav {
    display: flex;
    max-width: 1320px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
    justify-content: start;
}

    #platform-slider .owl-nav img,
    #news-slider .owl-nav img,
    #worker-slider .owl-nav img,
    #stduio-slider .owl-nav img {
        width: 70px;
    }

    #platform-slider .owl-nav .owl-next,
    #platform-slider .owl-nav .owl-prev,
    #news-slider .owl-nav .owl-next,
    #news-slider .owl-nav .owl-prev,
    #stduio-slider .owl-nav .owl-next,
    #stduio-slider .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s linear;
        border-radius: 50%;
    }

        #platform-slider .owl-nav .owl-next:hover,
        #platform-slider .owl-nav .owl-prev:hover,
        #news-slider .owl-nav .owl-next:hover,
        #news-slider .owl-nav .owl-prev:hover,
        #stduio-slider .owl-nav .owl-next:hover,
        #stduio-slider .owl-nav .owl-prev:hover {
            background: transparent;
        }

.bottom-end {
    inset-inline-end: 15px;
    bottom: 7px;
}
#worker-slider .card {
    min-height: 500px;
}
#worker-slider div br {
    display: none !important;
}
/*========================
       partners-news
  ========================*/
#partner-slider img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

/*========================
       work-teeam
  ========================*/
#worker-slider .owl-nav {
    display: flex;
    max-width: 1320px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-left: auto;
    margin-right: auto;
    gap: 15px;
    justify-content: start;
}

    #worker-slider .owl-nav .owl-next,
    #worker-slider .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s linear;
        border-radius: 50%;
    }

        #worker-slider .owl-nav .owl-next:hover,
        #worker-slider .owl-nav .owl-prev:hover {
            background: transparent;
        }

/*========================
       contact-section
  ========================*/
.contact-section {
    min-height: 500px;
    background-image: url('../img/background/ContactImage.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
}

/*========================
       last-news
  ========================*/
.img-h240 {
    width: 100%;
    height: 220px;
}

.text-truncate-multiline,
.text-truncate-multiline * {
    display: -webkit-box  !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    direction:ltr;
}

a:hover h3 {
    transition: all 0.3s linear;
    color: var(--primary-color) !important;
}

/*========================
       services
  ========================*/
.contact-service {
    min-height: 500px;
    background-image: url('../img/background/Contact.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(96, 55, 1, 0.6);
    background-blend-mode: multiply;
}

.text-contactservice {
    color: #F0EAE1;
}

.text-p {
    color: #EFEFEF;
}

.hex-grid {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 10px;
}

.hex {
    position: relative;
    width: 292px;
    height: 253px;
    color: white;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 40px;
}

.bg-hex {
    background: linear-gradient(to bottom,#A5967F, #201400);
}

.bg-hexlg {
    background: #A5967F;
}

.md-size {
    height: 143px;
    width: 166px;
}

.sm-size {
    height: 82px;
    width: 95px;
}

.five-hex {
    margin-top: 118px;
    margin-inline-start: -70px;
}

.six-hex {
    margin-top: 100px;
    margin-inline-start: -120px;
}

.mt-132 {
    margin-top: 132px;
}

.me-70 {
    margin-inline-end: -70px;
}

.mt-118 {
    margin-top: 118px;
}
/*========================
       blog-details
  ========================*/
.img-h300 {
    width: 100%;
    height: 340px;
}
/*========================
       team
  ========================*/
.bg-team {
    background-color: #F8F5F1;
}
.team-work .card {
    min-height: 377px;
}
.img-h430 {
    width: 100%;
    height: 400px;
}
/*========================
       contact
  ========================*/
.bg-contact {
    background-color: #FAF8F5;
    background-image: url('../img/background/Line\ 2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: multiply;
}

.text-contact {
    color: #292929;
}

.text-input-color {
    color: #7C7C7C;
}

.form-select {
    background-image: url("../img/icon/oui_arrow-up.svg");
    background-position: right 1rem center;
}
/*========================
       about
  ========================*/
.bg-about {
    background-color: #F8F5F1;
    background-image: url('../img/background/Line\ 5.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
}

.about-company {
    background-color: #484238;
    background-image: url('../img/background/Line12.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 80px 60px;
    position: relative;
}

    .about-company::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid var(--primary-color);
        top: 20px;
        inset-inline-start: 20px;
    }

.text-about {
    color: #FCFCFC;
}

.imgabout-h {
    height: 550px;
}

.list-style {
    list-style: square;
}

    .list-style li::marker {
        font-size: var(--font-14);
        position: absolute;
    }
/*========================
       footer
  ========================*/
footer {
    background-image: url('../img/background/Line\ 4.svg'), url('../img/background/Capa\ 2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right, top left;
    background-color: var(--secondary-color);
    background-blend-mode: multiply;
}

.footer-brand {
    max-width: 130px;
}

.footer-text-color {
    color: #f4f4f4;
}

.footer-list {
    margin-bottom: 20px;
}

    .footer-list h6 {
        font-family: var(--font-bold);
        font-size: var(--font-16);
        color: #fff;
        padding-bottom: 15px;
    }

footer input,
footer input::placeholder {
    color: #DCDCDC !important;
}

.footer-list ul li a {
    font-size: var(--font-14);
    color: #f4f4f4;
    padding-bottom: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    display: flex;
    align-items: center;
}

    .footer-list ul li a:hover {
        color: var(--primary-color);
    }

.footer-bottom {
    background-color: #322D25;
}

/*========================
       responsive
  ========================*/
@media(min-width:1500px) {
    .pbo-xl-5 {
        padding-bottom: 3rem;
    }
}
@media(max-width:1500px) {
    :root {
        --font-60: 48px;
        --font-56: 43px;
        --font-48: 40px;
        --font-38: 30px;
        --font-32: 25px;
        --font-30: 23px;
        --font-24: 20px;
        --font-20: 17px;
        --font-18: 16px;
        --font-16: 14px;
        --font-14: 12px;
    }
}

@media (max-width: 1400px) {

    #platform-slider .owl-nav,
    #worker-slider .owl-nav {
        max-width: 1140px;
    }
}

@media (max-width: 1240px) {

    .hex-grid {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {

    #platform-slider .owl-nav,
    #worker-slider .owl-nav {
        max-width: 960px;
    }
}

@media(max-width:991px) {

    .navbar {
        padding: 6px 0;
    }

    .navbar-collapse {
        position: relative;
        left: -120% !important;
        width: 100%;
        height: 100vh;
        transition: right 0.3s ease-in-out;
        -webkit-transition: right 0.3s ease-in-out;
        -moz-transition: right 0.3s ease-in-out;
        -ms-transition: right 0.3s ease-in-out;
        -o-transition: right 0.3s ease-in-out;
    }

    .nav-back {
        background-color: var(--secondary-color);
    }

    .navbar-collapse.show {
        left: 0 !important;
        height: 100vh;
        min-height: 700px;
        position: relative;
        text-align: center;
    }


    .navbar-nav .nav-item .nav-link {
        margin-inline-start: 0px;
        width: 100%;
    }

    .search-nav {
        position: fixed;
        bottom: 0px;
    }

    .hidden-sidedash {
        display: none;
    }

    #dash-button {
        display: inline-block;
        width: fit-content;
        border: none;
        background: transparent;
        color: var(--primary-color);
        font-size: 30px;
        position: absolute;
        margin-top: 10px;
    }

    #hide-btn {
        display: flex;
        width: fit-content;
        border: none;
        background: transparent;
        color: #D92D20;
        font-size: 30px;
        margin-inline-start: auto;
    }

    .form-header {
        margin-top: 35px;
    }

    #platform-slider .owl-nav,
    #worker-slider .owl-nav {
        max-width: 720px;
    }

    .me-70 {
        margin-inline-end: -60px;
    }
}

@media (max-width: 768px) {

    #platform-slider .owl-nav,
    #worker-slider .owl-nav {
        max-width: 540px;
    }
}

@media(max-width:576px) {
    .img-footer {
        text-align: center;
    }

    .nav-pills .nav-link {
        white-space: wrap;
    }

    

    .imgabout-h {
        height: 400px;
    }

    .about-company {
        padding: 30px;
    }

    .five-hex {
        margin-top: 1rem;
        margin-inline-start: 0px;
    }

    .six-hex {
        margin-top: 0px;
        margin-inline-start: -120px;
    }

    .me-70 {
        margin-inline-end: 0px;
    }

    .mt-132 {
        margin-top: 1rem;
    }

    .mt-118 {
        margin-top: 1rem;
    }
    :root {
        --font-60: 38px;
        --font-56: 32px;
        --font-48: 30px;
        --font-38: 28px;
        --font-32: 25px;
        --font-30: 23px;
        --font-24: 20px;
        --font-20: 17px;
        --font-18: 16px;
        --font-16: 14px;
        --font-14: 12px;
    }
}