@charset "utf-8";

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/********* Fonts Face CSS End **********/



/********** Template CSS **********/
:root {
    --primary: #E6322E;
    --primary-text: #E6322E;
    --primary-headers: #23282cc7;
    --secondary: #222222;
    --secondary-text: #222222;
    --third-text: #222222CC;
    --light: #eef9ff;
    --dark: #091e3e;
}

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

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

@font-face {
    font-family: 'bold';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: cairo;
    src: url('../fonts/Cairo-VariableFont_slnt\,wght.ttf');
}



a,
button,
h5,
h6,
input,
label,
li,
p,
small,
span,
strong,
textarea {
    font-family: 'medium';
}

h1,
h2,
h3,
h4 {
    font-family: 'bold';
}

.prim-bg {
    background-color: #f5f1e5;
}

.section-tit {
    font-size: 40px;
}

.fa-star {
    color: #D49903
}

.active-bread {
    color: #D49903
}

.breadcrumb-item {
    font-size: 14px;
    color: #8383839d;
}

.breadcrumb-item.active-bread {
    color: var(--primary)
}

.prim-color {
    color: #4A3A2A;
}

.sec-color {
    color: var(--primary-text);
}

.section-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #E6322E;

}

.section-sec-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}

.section-desc {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: var(--third-text);
}

.main-titles {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: var(--secondary-text);
}
.dropdown-item.active, .dropdown-item:active
{
    background-color: var(--primary);
}
.main-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: var(--third-text);
}

@media (max-width: 768px) {
    .section-tit {
        font-size: 30px;
    }

    .main-headers {
        margin-top: 40px;
    }

}

/* Scroll-triggered animations using WOW.js */
.fade-in-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fade-in-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.slide-in-left.animated {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

.slide-in-right.animated {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-scroll.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Fade-in animation styles */
.fade-in {
    opacity: 0;
    animation: fadeInAnimation 1.5s ease-in-out forwards;
}

.fade-in-delay-1 {
    opacity: 0;
    animation: fadeInAnimation 1.5s ease-in-out 0.3s forwards;
}

.fade-in-delay-2 {
    opacity: 0;
    animation: fadeInAnimation 1.5s ease-in-out 0.6s forwards;
}

.fade-in-delay-3 {
    opacity: 0;
    animation: fadeInAnimation 1.5s ease-in-out 0.9s forwards;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.strap3 {
    background-color: var(--primary);
    /* transform: rotateZ(61deg); */
    /* left: -36%; */
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    height: 90px;
    margin-bottom: 0;
}

.strap3 .item {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    height: 90px;
    width: fit-content;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    text-wrap: nowrap;
    font-size: 28px;
    text-transform: uppercase;

}

.strap3 .dot {
    color: #fff;
    font-size: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 10px;
}

.internal-hero {
    width: 50%;
}

@media (max-width: 768px) {
    .internal-hero {
        width: 80%;
        margin-bottom: 40px;
    }

    .strap3 .item,
    .strap3,
    .strap3 .dot {
        height: 50px;
        font-size: 20px;
    }
}

/**--------------------------- pop up */

/*!================================= Navbar Start */
.navbar {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.nav-link.active {
    color: var(--primary-text) !important;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;


}

.nav-link {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #000;

}

.nav-link:hover {
    color: var(--primary-text) !important;
    font-weight: 500;
    font-size: 18px;}

.navbar-brand img {
    /* width: 140px; */
    height: 68px;
}

/* .navbar .contact {
    border: 4px solid #E6322E;
    width: 225px;
    height: 60px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 4px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
} */

.contact a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-weight: 400 !important;
    /* width: 190px; */
    border: 4px solid #E6322E;
    padding: 6px 12px;
    transition: color 0.3s ease;
    padding: 15px 22px;
    z-index: 1;
}

/* html[dir="rtl"] .contact a {
    width: 170px;

} */
.contact a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #E6322E;
    /* Fill color */
    z-index: -1;
    transition: width 0.4s ease;
}

.contact a:hover::before {
    width: 100%;
}

html[dir="rtl"] .contact a::before,
html[dir="rtl"] .hero-btn a::before {
    left: 0;
    right: auto;
}

.contact a:hover {
    color: white !important;
    font-size: 16px;
    font-weight: 400 !important;
    /* Text color on hover */
}

.buttonArrow {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 0.3s ease;
    z-index: 2;
}

.contact a:hover .buttonArrow {
    transform: translateX(4px);
}

.contact a:hover .rightArr {
    filter: brightness(0) invert(1);
    /* Turns black to white */
    transition: filter 0.3s ease;
    /* Smooth transition */
}

/*!================================= Navbar End */

/*&-------------------------------------------------- Carousel Start --> */
.hero-ct {
    height: 80vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/hero.jpg');
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.hero-title span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #E6322E;
}

.hero-desc {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;

}

.hero-btn a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    border: 4px solid #E6322E;
    padding: 6px 12px;
    transition: color 0.3s ease;
    padding: 15px 40px;
    z-index: 1;
}

.hero-btn a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #E6322E;
    /* Fill color */
    z-index: -1;
    transition: width 0.4s ease;
}

.hero-btn a:hover::before {
    width: 100%;
}

.hero-btn a:hover {
    color: white !important;
    /* Text color on hover */
}

.buttonArrow {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 0.3s ease;
    z-index: 2;
}

.hero-btn a:hover .buttonArrow {
    transform: translateX(4px);
}

.rightArr {
    height: 11px;
}

html[dir="rtl"] .buttonArrow {
    left: 0;
    right: auto;
    transform: scaleX(-1) !important;
}

.hero-arrow-right {
    left: 0;
}

.hero-arrow-left {
    right: 0;

}

/* html[dir="rtl"] .hero-arrow-right {
    left: 0;
    right: auto;
}
html[dir="rtl"] .hero-arrow-left{
    right: 0;
    left: auto;
} */
@media(min-width:767px) {
    .hero-btn a {
        /* min-width: 225px; */
    }
}

@media(max-width:768px) {
    .hero-ct {
        height: 50vh;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-title span {
        font-size: 24px;

    }

    .hero-desc {
        font-size: 14px;
    }

    .arrowss {
        height: 30px;
    }

    .hero-btn a {
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        border: 2px solid #E6322E;
        padding: 6px 12px;
        transition: color 0.3s ease;
        padding: 10px 25px;
        z-index: 1;
    }

    .rightArr {
        height: 10px;
    }
}

html[dir="rtl"] .rightArr,
html[dir="rtl"] .product-cat-btn img,
html[dir="rtl"] .footer-srch-btn {
    transform: scaleX(-1);
}

/*&-------------------------------------------------- Carousel End --> */

/* ?----------About  Start --> */
.about-content
{
    position: static;
    z-index: 9;
}
.strap {
    background-color: var(--primary);
    transform: rotateZ(55deg);
    right: -38%;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;

    margin-bottom: 0;
}

.strap .item {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 50px;
    text-wrap: nowrap;
}

.strap2 {
    background-color: var(--primary);
    transform: rotateZ(55deg);
    left: -38%;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;

    margin-bottom: 0;
}

.strap2 .item {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    height: 50px;
}

@media(max-width:768px) {

    .strap,
    .strap2 {
        transform: rotateZ(0deg);
        left: 0;
        right: 0;
    }

    .About-ctr {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .main-titles {
        font-size: 26px;
    }

    .main-desc {
        font-size: 16px;
    }
}

/* ?----------About  End --> */
/* ^--------------- products start --> */
.product-cat-card {
    background-color: var(--secondary);
    height: 378px;
    max-width: 230px;
    padding-top: 41px;
    padding-right: 20px;
    padding-bottom: 41px;
    padding-left: 20px;

}

.product-cat-card:hover {
    background: var(--primary);
    cursor: pointer;
    box-shadow: 0px 16px 30px 0px #E6322E33;

}

.product-cat-card:hover .icon-product-cat img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(86%) saturate(6265%) hue-rotate(352deg) brightness(94%) contrast(101%);
}

.icon-product-cat {
    width: 68px;
    height: 68px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    aspect-ratio: 1/1;
    background: #fff;
}

.icon-product-cat img {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(352deg) brightness(94%) contrast(101%);
    max-width: 33px;
}

.product-cat-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    color: #fff;

}

.product-cat-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.product-cat-btn,
.product-cat-btn:hover,
.product-cat-btn:active {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

@media(max-width:768px) {
    .product-cat-card {
        margin-bottom: 20px;
        max-width: 100%;
    }
}

/* ^--------------- products End --> */



/* <!-- ======================= Clientss start --> */
.logoes {
    background-color: #fdfdfd !important;
}

.vendor-carousel .owl-item {
    display: flex;
    ;
    align-items: center;
    height: 100px;
}

.vendor-carousel .owl-item img {

    height: 60px;
}

.vendor-carousel .owl-item img {
    height: 60px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.vendor-carousel .owl-item:hover img {
    filter: grayscale(0%);
}





.vendor-carousel2 .owl-item {
    display: flex;
    ;
    align-items: center;
    height: 100px;
}

.vendor-carousel2 .owl-item img {

    height: 60px;
}

.vendor-carousel2 .owl-item img {
    height: 60px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.vendor-carousel2 .owl-item:hover img {
    filter: grayscale(0%);
}

/* <!-- =======================Clients end --> */

/*~------------------------ Services Start ----------------------------------------> */

.panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    /* border-radius: 30px; */
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 5px;
    position: relative;
    transition: flex 0.7s ease-in;

}

.panel::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
}

.service-content {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    left: 20px;
    margin: 0;
    opacity: 0;
}

.panel.active .service-content {
    opacity: 1;
}

.panel.active::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 64.95%);
    opacity: 1;
}

.panel:hover .service-content {
    opacity: 1;
}

.service-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--primary);

}

.service-desc {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;

}

.panel i {
    font-size: 24px;
    /* text-shadow: 1px 1px 2px black; */
    /* font-family: 'main' !important; */
    position: absolute;
    color: #fff;
    top: 30px;
    right: 30px;
    margin: 0;
    opacity: 1;
}

.panel.active {
    flex: 1;
}

.panel.hover h3 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

.panel.active i {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 480px) {
    .panel-container {
        flex-direction: column;
        height: 580px;
    }

    .panel {
        height: 100px;
    }

    .panel.active h3 {
        font-size: 15px;
        color: #fff;
    }

    .service-content {
        transition: opacity 0.3s ease-in 0.2s;
        /* Delay fade-in after panel expansion */
    }
}

.panel-container {
    display: flex;
    /* width: 90vw; */
}

/*~ ------------------------ Services End ----------------------------------------> */
.industry-ctr {
    background-color: #fcfcfc;
}

.inddu {
    z-index: 9;
}



.industry-cat-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.industry-cat-desc {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.industry-card {
    /* max-width: 287px; */
    /* width: 100%; */
    background-color: var(--secondary);
    padding: 30px;
}

.industry-card:hover {
    background: var(--primary);
    cursor: pointer;
    box-shadow: 0px 16px 30px 0px #E6322E33;

}

.industry-card:hover .icon-product-cat img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(86%) saturate(6265%) hue-rotate(352deg) brightness(94%) contrast(101%);
}

@media (max-width: 480px) {
    .industry-card {
        margin-bottom: 20px;
    }

}

/* ~------------------------CTA Start --> */
.cta-ctr {
    background: linear-gradient(4.99deg, rgba(0, 0, 0, 0.8) 3.94%, rgba(0, 0, 0, 0) 95.98%), url('../img/bg/cta.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-card {
    backdrop-filter: blur(20px);
    background: #FFFFFF17;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    gap: 15px;

}

.cta-sec-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    color: #fff;

}

.cta-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff;

}

.cta-logo {
    width: 100px;
    height: 100px;
    margin-top: -50px;
}

/* ~------------------------CTA End --> */
/* &------------------------News  Start --> */
.news-card-title,
.news-card-title:hover {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 0px !important;
    text-align: start;
    text-decoration: none;
}

.news-card {
    text-decoration: none;


}

.news-card-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #737373;
    text-decoration: none;
}

.news-read,
.news-read:hover {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    text-align: start;
    text-decoration: underline;
    color: var(--primary);
}

.news-card-img {
    height: 260px;
    object-fit: cover;
    background-position: bottom;
}

.news-card-img-ct {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.news-card-img-ct::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

@media(min-width:767px) {
    .view-all-news {
        min-width: 225px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .news-card {
        margin-bottom: 20px;
    }

    .news-card-title {
        font-size: 20px;
    }

    .news-card-desc {
        font-size: 16px;
    }
}

/* &------------------------News  End --> */

/* ~------------------------contact  Start --> */

fieldset {
    border: 2px solid #E6322E;
    position: absolute;
    padding: 0px 80px;
}

.contact-left {
    background-color: var(--secondary);
    padding: 50px;
    z-index: 0;
    overflow: hidden;
}

.contact-sec-title {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    color: #fff;
    margin-top: -40px;
    width: fit-content;
    margin-left: 40px;
    background-color: var(--secondary);
}
html[dir="rtl"] .contact-sec-title {
    margin-left: 0px;
    margin-right: 40px;
}
html[dir="rtl"] legend
{
    float: right;
}
.contact-field {
    background-color: transparent;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;

    border: 1px solid #FFFFFF;
    border-radius: 0;
    color: #fff;
    margin-bottom: 20px;
    height: 70px;
}

.contact-field:focus,
.contact-area:focus {
    background-color: transparent;
    outline: none;
    color: #fff;
    box-shadow: none;
    border: 1px solid #FFFFFF;
}

.contact-area {
    background-color: transparent;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    color: #fff;
    margin-bottom: 20px;
}

.contact-field::placeholder,
.contact-area::placeholder {
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
}

.contact-btm ,.contact-btm:hover{
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    width: 102.5px;
    border-radius: 0;
    height: 37px;
    background-color: var(--primary);
    color: #fff;
    right: -50px;
    bottom: -15px;
    position: absolute;
}

.map-img {
    top: -52px;
    bottom: -60px;
    right: -76px;
    left: 0;
    z-index: 0;
}

form.col-md-6 {
    padding: 0 90px 40px 90px;

}

form.in-contact {
    padding: 0 90px 60px 90px;
}

.adress {
    background-color: var(--primary);
    padding: 40px 30px;
    width: 300px;
    /* top: -52px; */
    position: absolute;
    bottom: -55px;
    right: -76px;
}

.adress h4 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    color: #fff;
}

.adress p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: #fff;
}

html[dir="rtl"] .adress {
    left: -76px;
    right: auto;
}

html[dir="rtl"] .contact-btm {
    left: -50px;
    right: auto;
}

html[dir="rtl"] .contact-field {
    text-align: right;
}

html[dir="rtl"] .map-img {
    left: -76px;
    right: 76px;
}

@media (max-width: 768px) {
    .contact-left {
        padding: 40px 20px;
        justify-content: center;
        align-items: center;
    }

    form.col-md-6 {
        padding: 20px;

    }

    .contact-sec-title {
        font-size: 30px;
    }

    .contact-btm {
        position: static;
    }

    form.in-contact {
        padding: 20px 10px 30px 20px;
    }


}

@media (max-width: 992px) {
    .adress {
        position: static;
        padding: 20px !important;
        width: 100%;
        margin-bottom: 20px;
        background: transparent;
    }
}



/* ~------------------------contact  End --> */
/* !------------------------About Page  Start --> */
.hero-ct.about {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/about.jpg');
}

.vision-desc {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.cul-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary);
}

.cul-content ul{
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #131D3B;

}

.cul-content ul li::marker {
    color: var(--primary);
    font-size: 1.5em;
    /* Try adjusting this */
}

.red-bg {
    background-color: var(--primary);
    z-index: -1;
    position: absolute;
    left: 0;

}

html[dir="rtl"] .red-bg {
    right: 0;
    left: auto;

}

.cul-img-wrapper {
    position: relative;
    height: 90%;
    min-height: 450px;
    aspect-ratio: 4/4;
    overflow: hidden;
}

.cul-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cul-img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.07deg, rgba(0, 0, 0, 0.16) 29.95%, rgba(0, 0, 0, 0.8) 99.94%);
    pointer-events: none;
    /* Let clicks pass through */
}

.team-title {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    color: var(--primary);
    text-transform: uppercase;

}

.team-sec-title {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 38px;
    color: #000;

}

.team-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #222222CC;
}

.team-card {
    margin-bottom: 20px;
}

.team-card img {
    aspect-ratio: 4/4;
    object-fit: cover;
}

.team-overlay {
    background: #E6322E99;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-card:hover .team-overlay {
    opacity: 1;
    cursor: pointer !important;
}

.team-name {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.jop-title {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.vision-cat-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

html[dir="rtl"] .team-title,
html[dir="rtl"] .text-start,
html[dir="rtl"] .team-sec-title,
html[dir="rtl"] .news-card-desc {
    text-align: right !important;
}

@media (max-width: 768px) {
    .red-bg {
        display: none;
    }

    .cul-title {
        margin-top: 25px;
    }

    .vision-cat-title {
        font-size: 22px;

    }

    .vision-desc {
        font-size: 18px;
    }

    .team-sec-title {
        font-size: 28px;

    }
}


/* !------------------------About Page  End --> */


/** #------------------------Contact Page  Start --> */

.hero-ct.contact {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/contact.jpg');
}

.contact-card {
    /* max-width: 287px; */
    /* width: 100%; */
    background-color: var(--secondary);
    padding: 30px;
    /* aspect-ratio: 4/4; */
}

.contact-card:hover {
    background: var(--primary);
    cursor: pointer;
    box-shadow: 0px 16px 30px 0px #E6322E33;

}

.contact-card:hover .icon-product-cat img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(86%) saturate(6265%) hue-rotate(352deg) brightness(94%) contrast(101%);
}

.contact-cat-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.contact-cat-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    text-align: center;
    color: #FFFFFFCC;
}

@media (max-width: 480px) {
    .contact-card {
        margin-bottom: 20px;
    }
}

/** #------------------------Contact Page  End --> */
/*? #------------------------Product Page  Start --> */
.hero-ct.product {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/products.jpg');
    background-position: bottom;
}

.search {
    height: 55px;
    border-width: 1px;
    /* border: 1px solid #F0F0F0 */
}

.search input {
    height: 55px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    gap: 12px;
    border-width: 1px;
    border: 1px solid #F0F0F0
}

.search input::placeholder {
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;

}

.search img {
    top: 20px;
    left: 20px;
}

.all-btn {
    font-family: Poppins;
    font-weight: 500;
    min-width: 160px;
    font-style: Medium;
    display: block;
    /* width: 100%; */
    font-size: 18px;
    box-shadow: 0px 10px 30px 0px #E6322E4D;
    height: 55px;
    width: 107px;
    background-color: var(--primary);
    border: none;
    color: #fff;
    margin-bottom: 20px;
}

.main-cat-btn {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    color: #000;
    box-shadow: 0px 10px 30px 0px #D9D9D9;
    background: #FFFFFF;
    margin-bottom: 20px;
    border: none;
    height: 55px;
    min-width: 160px;
}

.main-cat-btn:hover,
.all-btn:hover,
.search-select:hover {
    box-shadow: 0px 16px 50px 0px #E6322E4D;
    color: #000;

}

.main-cat-btn img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(86%) saturate(6265%) hue-rotate(352deg) brightness(94%) contrast(101%);
}

.search-select {
    box-shadow: 0px 10px 30px 0px #D9D9D9;
    /* width: 216; */
    height: 55px;
    background: #FFFFFF;
    padding: 20px;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.product-card-ctr {
    margin-top: 100px;
}

.product-card {
    margin-bottom: 50px;
    border: 2px solid #F0F0F0;
    max-width: 276px;
    min-height: 427px;
    border-width: 2px;
    padding-top: 18px;
    padding-right: 10%;
    padding-bottom: 18px;
    padding-left: 10%;
}

.product-card:hover {
    box-shadow: 0px 16px 50px 0px #E6322E4D;
    border: 1px solid #F0F0F0;

}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-name {
    font-family: Poppins;
    font-weight: 600;
    margin-top: 40px;
    font-style: SemiBold;
    font-size: 18px;
    text-align: center;
    color: var(--secondary-text);
}

.product-desc {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #222222CC;
}

.products-btn {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    background: var(--primary);
    width: 100%;
    border: none;
    height: 45px;
    color: #fff;
}

.products-btn:hover {
    color: #fff;
}

.product-img-ctr {
    height: 170px;
}

.products-download {
    width: 100%;
    display: block;
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    color: #222222B2;
}

html[dir="rtl"] .search img {
    top: 20px;
    right: 20px;
    left: auto;
}

@media (max-width: 992px) {
    .search {
        margin-bottom: 20px;
    }

    .all-btn {
        width: 100%;
    }

    .main-cat-btn {
        min-width: auto;
    }

    .product-card {
        max-width: 100%;
    }
}

/*? #------------------------Product Page  End --> */

/*!/-------------------------- product DT  Start------------------------------------------ */

::-webkit-scrollbar {
    width: 1px !important;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

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

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

.main_title h6 {
    font-family: 'light' !important;
    font-size: 16px;
    font-weight: 400 !important;
    text-align: right;


}

.main_title span {
    color: #DEAD69;
}

.carousel-inner img {
    width: 100%;
    /* height: 100%; */
}

@media(min-width:767px) {
    .carousel-inner img {

        height: 570px;
    }
}

.custom-carousel-thumbnails {
    overflow-x: auto;
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    position: static;
    scroll-behavior: smooth;
}



.slider-pagin img {
    max-width: 80px;
    /* Thumbnail size */
    height: auto;
    cursor: pointer;
}


.slider-right-arrow {
    position: absolute;
    top: 42%;
    /* bottom: 0; */
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    /* background: 0 0; */
    border: 0;
    right: -20px;
    /* opacity: .5; */
    transition: opacity .15s ease;
}

.slider-left-arrow {
    position: absolute;
    top: 42%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 15%;
    padding: 0;
    height: fit-content;
    color: #fff;
    text-align: center;
    /* background: 0 0; */
    border: 0;
    /* opacity: .5; */
    left: -20px;
    transition: opacity .15s ease;
}

.carousel-item img {
    height: 70%;
}

.carousel-item img.object-fit-cover {
    object-fit: cover !important;
}

.carousel-item {
    height: 50vh;
}

#custCarousel .custom-carousel-thumbnails>li {
    width: 100%;
    height: 130px;
    border: 1.5px solid #F0F0F0;
    padding: 5%;
}

#custCarousel .custom-carousel-thumbnails li img {
    display: block;
    opacity: 0.5;
    width: 120px !important;
    height: 100%;
    object-fit: contain;
}

.custom-carousel-thumbnails {
    /* width: 140px !important; */

}



#custCarousel .custom-carousel-thumbnails a.selected img {
    opacity: 1;
    object-fit: contain;
}

#custCarousel .custom-carousel-thumbnails li:hover img {
    opacity: 1;
    /* object-fit: cover; */

}

.carousel-item img {

    /* width: 100%; */
    object-fit: contain;
    height: 99%;
}

.custom-carousel-thumbnails {
    margin-right: 10px;
    margin-left: 10px;
}



@media(max-width:767px) {
    .carousel-control-prev {
        height: fit-content;
        top: 40%;
    }

    .list-inline-item:not(:last-child) {
        margin-left: 10px;
    }

    #custCarousel .custom-carousel-thumbnails>li:first-child {
        margin-left: 0px;
    }

    .carousel-control-next {
        height: fit-content;
        top: 40%;
    }

    .slider-right-arrow,
    .slider-left-arrow {
        top: 35%;
    }

    .custom-carousel-thumbnails {
        margin-right: 0px;
        margin-left: 0px;
    }

    .carousel-item {
        padding: 5%;
    }

    .custom-carousel-thumbnails {
        overflow-x: auto;
        display: flex;
        justify-content: start;
        flex-direction: row;
        gap: 10px;
        padding: 10px;
        margin-top: 15px;
        position: static;
        scroll-behavior: smooth;
    }

}

.custom-carousel-thumbnails {
    direction: ltr;
}

.slider-pics {

    border: 2px solid #F0F0F0
}

@media(min-width:767px) {
    .carousel-item {
        height: 500px !important;
        object-fit: contain;
        padding: 10%;
    }

    .custom-carousel-thumbnails::-webkit-scrollbar {
        display: none;
        margin-top: 5px;
        /* Hide scrollbar */
    }

    .custom-carousel-thumbnails {
        -ms-overflow-style: none;
        /* Hide scrollbar in IE and Edge */
        height: 500px;
        scrollbar-width: none;
        /* Hide scrollbar in Firefox */
    }

    #custCarousel .custom-carousel-thumbnails>li {
        height: 25%;
    }

    /* .carousel-item img
    {
        height: 550px;
        border-radius: 20px;
    } */
}

.carousel-control-prev,
.carousel-control-next {
    /*display: none;*/
}


.slider-pics {
    height: fit-content !important;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 0 !important;
}

.product-name-in-details {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    text-align: center;
    color: var(--secondary-text);
    text-align: center;
}

.product-desc-in-details {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #222222CC;
}

.product-full-desc-in-details {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #222222CC;
    text-align: center;
}

.download-dt ,.download-dt:hover {
    font-family: Poppins;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 18px;
    color: var(--secondary);
    border: 1px solid #222222 !important;
    height: 56px;
}
.download-dt::after ,.download-dt::before {
    display: none !important;
}
/*!/-------------------------- product DT  End------------------------------------------ */
/**-------------------------- project DT Start--------------- */
.hero-ct.project {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/projects.jpg');
}

.projectCard {
    position: relative;
    /* box-shadow: 0px 16px 50px 0px #E6322E4D; */
    display: block;
}

.projectCard:hover {
    box-shadow: 0px 16px 50px 0px #E6322E4D;
    display: block;
}

.projectOverlay {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: linear-gradient(179.84deg, rgba(0, 0, 0, 0) 41.2%, rgba(0, 0, 0, 0.8) 99.86%);
}

.project-img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-name {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    color: var(--primary);
    text-align: center;

}

.project-date {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    color: #fff;
    text-align: center;

}

/**------------------------- project DT End-------------------------------- */
.blog-card {
    text-decoration: none;
    border-bottom: 1px solid var(--Separators-Non-opaque, #E6322E4D)
}

.hero-ct.blog {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/blogs.jpg');
}

.hero-ct.news {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/news.jpg');
}

.news-card-date {
    background: var(--primary);
    position: absolute;
    top: 20px;
    width: fit-content;
    text-wrap: nowrap;
    padding: 5px;
    color: #fff;
}

.blog-dt-cover {
    height: 50vh;
    object-fit: cover;
    /* margin-top: 40px; */
    aspect-ratio: 16/9;
}

.blog-dt-title {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    text-align: srtart;
    color: var(--primary);
}

.overlay-blog {
    background: linear-gradient(179.84deg, rgba(0, 0, 0, 0) 41.2%, rgba(0, 0, 0, 0.8) 99.86%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
}

.blog-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #737373;
    text-decoration: none;
    text-align: justify;
}

.latest-blog-title a,
.latest-blog-title a:hover {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    color: var(--secondary);
    text-decoration: none;
}

.recent-post-list {
    margin: 0;
    padding: 0;
}

.post-thumbnail-content {
    border-bottom: 1px solid var(--Separators-Non-opaque, #E6322E4D);
    padding-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

.post-title-date {
    padding: 0px 10px;

}

.post-thumbnail-content img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .recent-post-list {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog-dt-title {
        font-size: 24px;
        padding: 2%;
        text-align: center;
    }

    .post-thumbnail-content img {
        height: 100px;
    }

    .post-thumbnail-content a {
        display: block;
    }
}



.hero-ct.services {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 89.7%), url('../img/bg/services.jpg');
}

.serevices-card-date {
    background: var(--primary);
    position: absolute;
    bottom: 0px;
    width: fit-content;
    text-wrap: nowrap;
    z-index: 9;
    width: 100%;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.serevices-card-date h4 {
    font-size: 22px;
    text-wrap: auto;
}

.service-dt-title {
    font-size: 32px;
    color: var(--primary);

}
#success-message
{
    position: absolute !important;
    top: 13% !important;
    z-index: 999999;
    width: fit-content;
}
/*//-------------------------- Footer  Start------------------------------------------ */
footer {
    background-color: var(--primary);
    padding: 100px 0;
}

.footer-search-ct {
    background-color: #fff;
}

.footer-subscr-title {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: #ffff;

}

.footer-headers {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    color: #ffff;


}

.footer-search,
.footer-search:focus {
    background: transparent;
    height: 45px;
    border: none;
    outline: none;
}

.footer-srch-btn {
    background-color: var(--primary);
    border: none;
    height: 37px;
    outline: none;
}

.quick-links {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #ffff;


}

.quick-links i {
    font-size: 20px;
    color: #faf7ec !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

html[dir="rtl"] .list-unstyled {
    margin-right: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    footer {
        padding: 50px 0;
    }

    .footer-search-ct {
        width: 100%;
    }
}

/*//-------------------------- Footer  End------------------------------------------ */
html[dir="rtl"] *
{
    font-family: cairo !important;
}