:root {
    /* Brand palette */
    --brand-primary: #9B3637;
    /* خمري/نبيذي */
    --brand-secondary-green: #047039;
    /* أخضر الشجرة */
    --brand-secondary-brown: #574A38;
    /* بني داكن */
    --brand-white: #FFFFFF;
    --light-color: #f5f5f5;
    /* خلفية/نص على خلفيات داكنة */

    /* Useful text contrasts */
    --on-primary: #FFFFFF;
    --on-beige: #f2dec5;
    /* لون النص فوق الأساسي */
    --on-light: #1A1A1A;
    /* لون النص فوق الخلفيات الفاتحة */

    /* RGB forms (للاستخدام مع rgb()/rgba()) */
    --brand-primary-rgb: 155 54 55;
    --brand-secondary-green-rgb: 4 112 57;
    --brand-secondary-brown-rgb: 87 74 56;
    --transition-1 :all .7s cubic-bezier(.2, .7, .2, 1), opacity .7s ease;
}

.glightbox-container.rtl { direction: rtl; }
.glightbox-container.rtl .gprev { right: 20px; left: auto; }
.glightbox-container.rtl .gnext { left: 20px; right: auto; }
.glightbox-container.rtl .gprev svg,
.glightbox-container.rtl .gnext svg { transform: scaleX(-1); }

/* Start Layout */
.fixed-top-margin {
    margin-top: 80px;
}

.gslide-media img{
    background-color: #f2dec5;
}

.glightbox-clean .gslide-title{
    font-size: 20px;
}

.section-title-2 {
    border-bottom: 1px solid #000;
    padding: 0;
}

.sec-title h6,
.section-title h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 0;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: var(--brand-secondary-green);
}

/* .sec-title h6::before{
    position: absolute;
    content: "";
    width: 37px;
    height: 7px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../../../uploads/settings/decor-2.png');
} */

.section-title h1 {
    color: #000;
    font-size: 56px;
    font-weight: 700;
    width: 70%;
    margin: auto;
    line-height: 150%;
    text-align: center;
}

.section-title-2 h1 {
    text-align: right;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 40px;
    font-size: 40px;
}

.section-title p {
    font-size: 25px;
    color: #000;
    text-align: center;
    width: 60%;
    margin: auto;
}

.btn-theme {
    color: #fff !important;
    border-radius: 10px;
    padding: 11px 41px;
    font-size: 18px;
}

.btn-theme:hover {
    color: #ccc !important;
}

.btn-theme-icon {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    color: rgb(20, 36, 65);
    background: rgb(242, 243, 245);
    border-radius: 30px;
    padding: 7.5px 22px;
    transition: 500ms;
}

.btn-theme-icon:hover {
    background-color: var(--brand-secondary-green);
    color: #fff;
}

.card-body a {
    color: #000;
}

/* End Layout */

/* Start Animation */
.section-animation .animation-top{
    transform: translateY(50px);
    opacity: 0;
    transition: var(--transition-1);
}
.section-animation .animation-top.is-visible{
    transform: translateY(0px);
    opacity: 1;
}
/* End Animation */

/* Start Header */
#header {
    top: 0;
    padding: 7px 0;
    background-color: var(--light-color) !important;
    min-height: 70px;
}

#header .logo img {
    margin: 0 !important;
    max-height: 60px;
}

.navbar-mobile .mobile-nav-toggle{
    background-color: transparent;
}

#topbar,
#header .header-lang {
    display: none !important;
}

#header .header-bottom a {
    color: #000 !important;
}

.ts-menu-topbararea {
    flex: 1;
}

.navbar>ul>li {
    padding: 0px 0 0px 25px;
}

.navbar>ul>li a {
    padding: 8px;
    position: relative;


}

/* .navbar>ul>li a::before{
    position: absolute;
    content: "";
    bottom: 0px;
    right: 100%;
    width: 10px;
    height: 6px;
    opacity: 0;
    background: var(--brand-secondary-green);
    transition: 0.2s, right 0.2s;
} */

/* .navbar>ul>li a:hover::before,
.navbar a.active::before{
    right: 0px;
    opacity: 1;
    width: 100%;
    transition: right 0.3s, width 0.3s 0.3s;
} */

.navbar a,
.navbar a:focus {
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
}

.navbar a:hover,
.navbar .active,
.navbar a:focus {
    color: #fff !important;
    border-radius: 5px;
}
.navbar a:hover i,
.navbar .active i,
.navbar a:focus i {
    color: #fff !important;
}

#header .logo img {
    height: 70px;
    max-width: fit-content;
}

.navbar-mobile ul {
    top: 70px;
    padding: 15px;
    background-color: #f5f5f5;
}

.navbar-mobile {
    top: 0;
}

.navbar-mobile .mobile-nav-toggle {
    top: 31px;
}

#header .header-lang {
    margin-right: 10px;
}

/* End Header */

/* Start Hero */
/* #hero{
    height: 90vh;
}

#hero .carousel-item{
    height: 90vh;
    position: relative;
}
#hero .carousel-item::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000079 !important;
    left: 0;
    top: 0;
    z-index: 2;
}

#hero .carousel-container,
.breadcrumbs .breadcrumbs-details{
    text-align: center;
    width: 100%;
}

#hero h1{
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}

#hero p{
    color: #c4c4c4;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-shadow: none;
}

#hero .carousel-container .container{
    position: relative;
    z-index: 10;
}

#hero .slider-content{
    width: 60%;
}

#hero .btn-theme {
    box-shadow: none;
    background-color: var(--brand-secondary-green) !important;
    border-color: var(--brand-secondary-green) !important;
    color: #fff !important;
}
#hero .btn-theme:hover {
    background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
    color: #ccc !important;
}

#hero .carousel-indicators li{
    opacity: 1;
    background-color: var(--brand-secondary-green);
    width: 30px;
    height: 5px;
}

#hero .carousel-indicators .active{
    width: 50px;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon{
    background-color: #fff;
    opacity: 1;
    color: var(--brand-secondary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
} */

#hero {
    height: 90vh;
    position: relative;
}

#hero .swiper-slide {
    position: relative;
    overflow: hidden;
}

#hero .overlly::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 2;
}

#hero .swiper-slide img {
    /* transform: translateX(23px) scale(1.5);
    transition: all 20s ease-in-out; */
    object-fit: cover;
    object-position: bottom;
}

#hero .swiper-slide-active img {
    /* transform: translateX(0%) scale(1); */
}

@keyframes faderimg {
    0% {
        transform: translateX(23px) scale(1.5);
    }

    100% {
        transform: translateX(0px) scale(1);
    }
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--brand-primary);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--brand-primary);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

#hero .slider-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 10%;
    opacity: 0;
    transform: translateY(-50%) translateX(100px);
    transition: all 2000ms ease;
    overflow: hidden;
    width: 35%;
}

#hero .swiper-slide-active .slider-content {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

#hero .slider-content h2 {
    color: var(--brand-primary);
    font-size: 40px;
    line-height: 140%;
    margin: 0 0 10px 0;
    position: relative;
    width: fit-content;
    transition: all 1s ease-out;
}

/* #hero .slider-content::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 80%;
    background-color: var(--brand-secondary-green);
    left: 7px;
    top: 16px;
    z-index: -1;
} */

#hero .slider-content p {
    color: #a36b6b;
    text-shadow: none;
    line-height: 1.7;
    font-size: 20px;
    opacity: 1;
    width: 100%;
    padding: 0;
}

#hero .btn-theme-2 {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: var(--brand-primary);
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
}

#hero .swiper-button-next,
#hero .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

#hero .swiper-button-prev,
#hero .swiper-rtl .swiper-button-next {
    left: 20px;
}

#hero .swiper-button-next:after,
#hero .swiper-button-prev:after {
    font-size: 27px;
    color: var(--brand-primary);
}

#hero .swiper-pagination {
    width: 100%;
    height: auto;
    right: 0;
    left: auto;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    margin: 0px 4px;
    opacity: .7;
    width: 12px;
    height: 12px;
    background-color: var(--brand-primary) !important;
}

#hero .swiper-pagination-clickable .swiper-pagination-bullet-active {
    border: 3px solid var(--brand-primary) !important;
    background-color: transparent !important;
    width: 20px;
    height: 20px;
}

#hero .swiper-pagination-clickable .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--brand-primary) !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

#hero .swiper-button-next.swiper-button-disabled, #hero .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: pointer;
    pointer-events: painted;
}

/* End Hero */

/* Start Home welcome */
.home-welcome {
    padding: 80px 0;
    
}

.our-have,
.video {
    padding: 80px 0;
    background-image: url('../../../uploads/settings/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-welcome .shape-2 {
    position: absolute;
    left: -75px;
    top: -34px;
    width: 211px;
    height: 211px;
    background-repeat: no-repeat;
}

.home-welcome .image {
    padding: 20px;
    position: relative;
}

.home-welcome .image .image-1 {
    position: relative;
    z-index: 1;
    clip-path: inset(0 100% 0 0);
    transition: var(--transition-1);
}

.home-welcome .image-2{
    position: absolute !important;
    left: -8%;
    bottom: 0;
    transform: translateY(50px);
    opacity: 0;
    transition: var(--transition-1);
    width: 60%;
    z-index: 1;
}

.home-welcome .image.is-visible .image-1{
    clip-path: inset(0 0 0 0);
}
.home-welcome .image.is-visible .image-2,
.home-welcome .is-visible .details{
    transform: translateY(0);
    opacity: 1;
}


.home-welcome .years span {
    width: 90px;
    height: 90px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-welcome .years h1 {
    display: flex;
    align-items: center;
}

.home-welcome .years p {
    color: #000 !important;
    font-size: 33px !important;
    font-weight: 600;
    line-height: 130% !important;
    margin: 0;
}

/* .home-welcome .image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 5px solid var(--brand-secondary-green);
    right: 0;
    top: 0;
} */

.home-welcome .details {
    padding: 0 40px;
    margin-top: 20px;
    transform: translateY(50px);
    opacity: 0;
    transition: var(--transition-1);
}


.home-welcome .details h1 {
    font-size: 65px;
    font-weight: 900;
    line-height: 156%;
    color: #000;
}

.home-welcome .details p {
    color: #000;
    line-height: 29px;
    font-size: 18px;
}

.home-welcome ul {
    padding: 0 16px;
}

.home-welcome ul li {
    padding-left: 10px;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 500;
}

.home-welcome ul li::marker {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: var(--brand-secondary-green);
}

/* End Home welcome */

/* Start text banners */
.text-banners {
    padding: 0;
}

.projects {
    position: relative;
    padding-top: 143px;
    background: rgb(255, 255, 255);
}

.projects::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    left: 0px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%, 0% 0%);
    background: rgb(233, 248, 248);
}

.pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 608px;
    height: 563px;
    background-repeat: no-repeat;
    z-index: 1;
}

.pattern-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 513px;
    height: 529px;
    background-repeat: no-repeat;
    z-index: 1;
}

.text-banners .container {
    margin-top: -60px;
}

.text-banners .container,
.projects .container {
    position: relative;
    z-index: 2;
}

.text-banners .card {
    position: relative;
    display: block;
    box-shadow: rgb(237, 242, 242) 0px 10px 30px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 20px;
    padding: 50px 30px;
    height: 100%;
}

.text-banners .card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    transition: 500ms;
    background-color: var(--brand-secondary-green);
}

.text-banners .card:hover::before {
    height: 100%;
    top: 0px;
}

.text-banners .card .icon {
    /* width: 60px; */
    /* height: 60px; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: var(--brand-secondary-green);
    color: var(--brand-secondary-green);
    border-radius: 50%;
    font-size: 50px;
    margin-bottom: 20px;
}

.text-banners .card .icon,
.text-banners .card h4,
.text-banners .card .btn-theme-icon,
.text-banners .card p {
    transition: 500ms;
    position: relative;
    z-index: 1;
}

.text-banners .card:hover .icon,
.text-banners .card:hover h4,
.text-banners .card:hover p {
    color: #fff;
}

/* End text banners */

/* Start special */
.special{
    background-color: var(--light-color);
}
.special .card{
    cursor: pointer;
    transition: var(--transition-1);
}
.special .col,
.special .section-title{
    transform: translateY(50px);
    opacity: 0;
    transition: var(--transition-1);
}

.special .col.is-visible,
.special .section-title.is-visible{
    transform: translateY(0);
    opacity: 1;
}

.special .card:hover{
    transform: translateY(-20px);
    background-color: var(--on-beige) !important;
}

.special .card .icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brand-primary);
    animation: floatY 3.2s ease-in-out infinite;
    will-change: transform;
    border-radius: 50%;
    margin: auto;
}
/* End special */

/* Start Services */
.services{
    overflow: hidden;
}
.services .swiper,
.all-products .swiper {
    padding: 0 20px 76px 20px
}

.services .card,
.all-products .card {
    position: relative;
    display: block;
    /* box-shadow: rgb(237, 242, 242) 0px 10px 30px; */
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 0;
    transition: 500ms;
}

.services .card-header,
.all-products .card-header {
    position: relative;
    display: flex;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 0% 100%, 0% 0%); */
    overflow: hidden;
    /*height: 359px;*/
    align-items: center;
    justify-content: center;
}

/* .services .card-header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
    background: rgb(0, 0, 0);
    transition: 500ms;
} */

/* .services .card-body .shape{
    position: absolute;
    top: -80px;
    right: 15px;
    width: 93px;
    height: 92px;
    background-repeat: no-repeat;
} */

.services .card-header img,
.all-products .card-header img {
    border-radius: 0;
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}

.services .card-body,
.all-products .card-body {
    position: relative;
}

.services .card:hover .card-header::before,
.all-products .card:hover .card-header::before {
    height: 100%;
}

.services h4,
.all-products h4 {
    color: #000;
    font-size: 23px;
    /* font-weight: 600; */
    line-height: 30px;
    text-align: center;
}

.services .card p,
.all-products .card p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.services .swiper-pagination-clickable .swiper-pagination-bullet,
.all-products .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 39px;
    height: 10px;
    border-radius: 10px;
}

.services .swiper-pagination-bullet-active,
.all-products .swiper-pagination-bullet-active {
    background-color: var(--brand-secondary-green);
    width: 60px !important;
}

.services .swiper-pagination-bullet-active{
    background-color: var(--on-beige) !important;
}

.all-products .container {
    position: relative;
}

.all-products .swiper-button {
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
}

.all-products .swiper-button div,
.categories-products .swiper-button div {
    position: relative;
    left: auto;
    right: auto;
    margin-left: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-products .swiper-button-next:after,
.all-products .swiper-button-prev:after,
.categories-products .swiper-button-next-2:after,
.categories-products .swiper-button-prev-2:after {
    color: #fff;
    font-size: 20px;
}

/* End Services */

/* Start categories products */
.categories-products .section-title h1 {
    font-size: 30px;
    width: fit-content !important;
}

.categories-products .section-title a {
    color: #000;
}

.categories-products .swiper-button {
    width: 20%;
}

.categories-products .swiper-button div {
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 6px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
}

.categories-products .swiper-button-prev-2 {
    right: 10% !important;
}

.categories-products .swiper-button div::after {
    content: 'prev';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.categories-products .swiper-button-prev-2::after {
    content: 'next' !important;
}

.categories-products .swiper-horizontal>.swiper-pagination-bullets,
.categories-products .swiper-pagination-bullets.swiper-pagination-horizontal,
.categories-products .swiper-pagination-custom,
.categories-products .swiper-pagination-fraction {
    bottom: 0;
}

/* .categories-products .swiper-button div{
    width: 60px;
} */
/* End categories products */

/* Start Counter */
.stats-counters {
    background: #fff;
    padding: 123px 0;
    color: #000;
    /* background-image: url('../../../uploads/settings/row4.png'); */
    background-repeat: no-repeat;
    background-size: cover;
}

.stats-counters .card {
    opacity: 0;
    transform: translateY(22px) scale(.98);
    transition: transform .7s cubic-bezier(.2, .7, .2, 1), opacity .7s ease;
    will-change: transform, opacity;
    text-align: center;
}

.stats-counters .card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* اهتزاز/طفو خفيف للأيقونة */
@keyframes floatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.stats-counters .counter-card__icon {
    animation: floatY 3.2s ease-in-out infinite;
    will-change: transform;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 30px;
}

.stats-counters .counter-card__number{
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.stats-counters .counter-card__label{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

/* لمسة لمعان خفيفة على الرقم */
@keyframes shine {
    0% {
        background-position: 200% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.stats-counters .counter-card__number {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .7), rgba(255, 255, 255, .98));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% 100%;
    animation: shine 4s linear infinite;
    color: #000;
}

/* احترام تفضيل تقليل الحركة */
/* @media (prefers-reduced-motion: reduce) {

    .counter-card,
    .counter-card__icon,
    .counter-card__number {
        animation: none !important;
        transition: none !important;
    }
} */

/* End Counter */

/* Start Row3 */
.row3 {
    background-color: var(--light-color);
}

.row3 .card {
    background: rgb(255, 255, 255);
    box-shadow: rgb(237, 242, 242) 0px 10px 30px;
    padding: 20px;
    position: relative;
}

.topics-all .row3 .card::after,
.topics-all .row3 .card::before {
    content: '';
    background-color: var(--brand-secondary-green);
    position: absolute;
    width: 70%;
    height: 6px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.topics-all .row3 .card::after {
    bottom: 0;
    top: auto;
}
.row3 .video-container{
    /* height: 250px; */
}
.row3 .icon {
    margin-bottom: 10px;
}

.row3 .icon img {
    height: 139px;
    margin: auto;
    border-radius: 20%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row3 .image {
    position: relative;
}

/* .row3 .image::before{
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    background-color: var(--brand-secondary-green);
    right: -10%;
    top: -10%;
} */

.row3 .card-body h4 {
    /* color: var(--brand-primary); */
    line-height: 140%;
}

/* End Row3 */

/* Make GLightbox UI RTL */



/* Start our-have */
.our-have .card {
    background-color: #fff;
    border-radius: 50%;
    height: 261px;
    width: 269px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-have .card-header {}

.our-have .card h4 a {
    color: #000;
}

/* End our-have */

/* Start awards */
.awards{
    background-color: #f5f5f5;
    overflow: hidden;
}
.awards .swiper{
    padding: 60px 0;
}
.awards .card{
    position: relative;
}

.awards .card::after{
    content: '';
    position: absolute;
    width: 55%;
    height: 81%;
    background-color: var(--brand-primary);
    left: 15%;
    top: -20px;
    transition: all .6s ease-in-out;
    border-radius: 10px;
}

.awards .card:hover::after{
    transform: rotate(-11deg);
}

.awards .card .card-header{
    position: relative;
    z-index: 1;
}
.awards .card .card-header img{
    border-radius: 10px;
    transition: all .6s ease-in-out;
}
.awards .card:hover .card-header img{
    transform: rotate(24deg);
}
/* end awards */

/* Start gallery */
.gallery {
    padding: 70px 0 !important;
}

.gallery .card,
.gallery .card-header {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.gallery .card-header {
    height: auto;
}

.gallery .card-header img {
    height: 100%;
    object-fit: cover;
}

.gallery .card-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    /* transform: scale(0, 0); */
    opacity: 0.4;
    z-index: 1;
    background: rgb(0, 0, 0);
    transition: 500ms;
    clip-path: inset(0 0 100% 0);
}

.gallery .card:hover .card-header::before {
    clip-path: inset(0 0 0 0);
}

.gallery .card img {
    width: 100%;
    border-radius: 20px;
    transition: 500ms;
}

.gallery .card-body {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    /* width: calc(100% - 60px); */
    /* height: calc(100% - 60px); */
    z-index: 2;
    transform: scale(0, 0) translate(-50%, -50%);
    text-align: center;
    background: transparent;
    border-radius: 20px;
    padding: 0;
    transition: 500ms;
}

.gallery .card:hover .card-body {
    transform: scale(1, 1) translate(-50%, -50%);
}

.gallery .card .card-body a {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-color: var(--brand-primary);
    border-image: initial;
    border-radius: 50%;
    background-color: var(--brand-primary);
    color: #fff;
}

.gallery .btn-theme {
    background-color: var(--brand-primary) !important;
    border-color: var(--brand-primary) !important;
}

.gallery-2 .card {
    margin-bottom: 20px;
}

.gallery-2 .card-header {}

.post-gallery h4{
    font-size: 17px;
    color: #000;
    text-align: center;
}

/* End gallery */

/* Start Projects */
.projects .details {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.projects .section-title {
    text-align: left;
}

.projects .card {
    box-shadow: rgb(237, 242, 242) 0px 10px 30px;
}

.projects .card-header {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects .card-header img {
    object-fit: cover;
}

.projects .swiper-pagination {
    display: none;
}

/* End Projects */

/* Start video */
.video {
    position: relative;
    /* margin-bottom: 40px; */
}

.video::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: var(--brand-secondary-green);
}

.video .container {
    position: relative;
    z-index: 1;
}

.video .image {
    position: relative;
    height: 100%;
}

.video .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video .image .play {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--brand-secondary-green);
    font-size: 22px;
}

.video .details {
    padding: 0 30px;
}

.video .details h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
}

.video .details h1 a {
    color: #000;
}

.video .details h1 a:hover {
    color: var(--brand-primary);
}

.video .details .border-top {
    border-color: var(--brand-primary) !important;
}

.video .details p {
    color: #000;
    font-size: 18px;
    line-height: 29px;
}

/* End video */

/* Start footer */
#footer {
    /* border-top: 10px solid #22b6af !important; */
    background: var(--on-beige);
    /* border-top: 6px solid var(--brand-secondary-green); */
    overflow: hidden;
}

#footer .footer-top {
    padding: 36px 0 0px
}

#footer a {
    color: #000;
}

#footer .nav-link{
    font-size: 15px;
    font-weight: 300;
}

#footer .container {
    position: relative;
    z-index: 1;
}

#footer h4 {
    font-size: 22px;
}

#footer .footer-logo p {
    color: #fff;
}

.footer-logo img {
    /* width: 151px; */
}

#footer .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

#footer .social-links a {
    background-color: var(--brand-primary) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-secondary-green) !important;
}

#footer ul {
    align-items: center;
    /* justify-content: center; */
    margin: 19px 0;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

#footer ul li {
    margin: 0 10px 10px;
}

#footer a i {
    font-size: 13px;
    color: var(--brand-primary);
}

#footer .social-links a i{
    color: #fff;
}

#footer .media-links .media {
    margin-bottom: 10px;
    align-items: center;
}

#footer .media-links .media i {
    margin-right: 10px;
    font-size: 30px;
    color: var(--brand-secondary-green);
}

/* End footer */

/* Start breadcrumbs */
.breadcrumbs {
    /* height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: transparent !important; */
    padding: 0;
    background-color: var(--on-beige) !important;
}

.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 116px 0;
}

/* .breadcrumbs-custom::before {
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
} */

.breadcrumbs-custom .box-transform {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: bgPos 100slinear infinite;
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);
    /* background-position: 50% 50%; */
    background-size: contain;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: -1;
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}

.breadcrumbs .shape {
    position: absolute;
    left: 0px;
    top: 123px;
    width: 100%;
    height: 172px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

.breadcrumbs .container {
    position: relative;
    z-index: 1;
}

.breadcrumbs .breadcrumbs-custom-decor {
    margin-top: 35px;
}

.breadcrumbs .breadcrumbs-custom-decor::before {
    display: inline-block;
    content: '';
    width: 72px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
}

.breadcrumbs h1 {
    font-size: 44px;
    font-weight: 700;
    color: var(--brand-primary);
    text-align: center;
}

.breadcrumbs ol {
    justify-content: center;
    padding: 25px 0;
    margin-left: -17px;
    margin-right: -17px;
}

.breadcrumbs li {
    font-size: 20px;
}

.breadcrumbs li a {
    color: var(--brand-primary);
}

.breadcrumbs li.active a {
    color: var(--brand-primary);
}

.breadcrumbs ol li+li::before,
.fixed-area-menu {
    color: var(--brand-primary);
}

/* End breadcrumbs */

/* Start photos */
.photos .card {
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    overflow: hidden;
    border: 0;
    transition: .3s;
}

.photos .card:hover {
    border: 2px solid var(--brand-secondary-green);
}

.photos .card .card-body {
    position: absolute;
    transition: .3s;
    right: 0;
    bottom: -100%;
    left: 0;
    opacity: 1 !important;
    background: #fff;
    margin: auto;
    padding: 77px 25px 50px;
    clip-path: polygon(0% 27%, 100% 0%, 100% 100%, 0% 100%);
}

.photos .card:hover .card-body {
    bottom: 0;
}

.photos .card h4 {
    line-height: 30px;
}

.photos .card h4 a {
    color: #000;
}

/* End photos */

/* Start link-contact */
.link-contact .section-title h1 {
    font-size: 50px;
}

.link-contact .card {
    height: 260px;
    justify-content: center;
    display: flex;
}

.link-contact .card .icon {
    margin-bottom: 10px;
}

.link-contact .card .icon img {
    width: 72px;
}

.link-contact .card h4 {
    font-weight: 600;
}

.link-contact .card a {
    color: #000;
}

.link-contact .card a:hover {
    color: var(--brand-secondary-green);
}

.link-contact .card p {}

.link-contact .swiper {
    padding: 19px;
}

.link-contact .swiper-pagination-bullet-active {
    background-color: var(--brand-secondary-green);
}

/* End link-contact */

/* Start topics-all */
.topics-all .our-have .card {
    background-color: #eee !important;
}

.topics-all .projects::after {
    content: none;
}

.topics-all .topics-products .card h4{
    text-align: center;
    font-size: 19px;
}

.topics-all .topics-products .card-header{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topics-all .topics-products .card{
    height: 100%;
}
.topics-all .topics-products .card:hover a,
.services .card:hover a{
    color: var(--brand-primary) !important;
}



/* End topics-all */

.sidebar-list .list-group a:hover,
.sidebar-list .list-group .active{
    color: var(--brand-primary) !important;
}

/* Start topic-page */
.topic-defualt .image {
    position: relative;
}

.topic-defualt .image img{
    background-color: var(--on-beige);
}

.topic-product .custom-field-value{
    border: 0;
    border-bottom: 1px solid;
    display: flex;
    flex-direction: row;
    border-radius: 0 !important;
    padding-right: 0 !important;
    align-items: center;
}

.topic-product .custom-field-title{
    margin: 0 0 0 10px;
}

.topic-defualt li::marker{
    color: var(--brand-primary);
}

/* .topic-page.services .image{
    padding: 30px;
    border: 4px solid var(--brand-secondary-green);
} */
.topic-page h1 {
    display: flex;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    line-height: 70px;

}

.topic-page.services .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 43px;
    color: #fff;
    background-color: #91635eb0;
}

.topic-page.services .article-body {
    padding-top: 10px;
    border-top: 1px solid var(--brand-primary);
}

.topic-page p,
.topic-page span,
.topic-page .article-body {
    font-size: 20px !important;
    line-height: 30px;
    color: #000;
}

.topic-page .bottom-article {
    background: transparent;
    border: 0;
}

.topic-page .bottom-article .share-title {
    color: #000;
    font-weight: 700;
}

.topic-page .gallery {
    padding: 0 !important;
}

.post-gallery {
    padding: 20px 0 10px 0;
    border-top: 1px solid #000;
    background-color: transparent !important;
}

.post-gallery .col .gallery-item {
    /* height: 200px; */
    overflow: hidden;
}

.post-gallery .col .gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: var(--on-beige);
    transition: var(--transition-1);
    transform: scale(1);
}

.post-gallery .col .gallery-item:hover img {
    transform: scale(1.1);
}

#content .home-welcome a {
    color: var(--brand-primary) !important;
}

/* .topic-page .video-container iframe{
    height: 100%;
}


.topic-page .video-container{
    height: 706px;
} */
/* End topic-page */

/* Start Contact Page */
.contact .contact-info {
    background-color: var(--light-color);
    padding: 20px;
}

.contact .info {
    background-color: transparent;
}

.contact .info i {
    background-color: var(--brand-secondary-green) !important;
    color: #fff !important;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background-color: #999c9e !important;
}

/* End Contact Page */

/* Start Videos */
.videos .card {}

.videos .card .video-container {
    height: 224px;
    display: inline-block;
    width: 100%;
}

.videos .card h4 {
    font-size: 22px;
    line-height: 30px;
}

.videos .card h4 a {
    color: #000;
}

.videos .card h4 a:hover {
    color: var(--brand-primary);
}

.videos .badge {
    opacity: 1 !important;
    background-color: var(--brand-secondary-green) !important;
    color: #fff !important;
}

/* End Videos */
.footer-bottom {
    background-color: transparent !important;
}

.footer-bottom a {
    color: #000 !important;
}

#footer .footer-top {
    box-shadow: none;
}

@media (max-width: 992px) {
    .fixed-top-margin {
        margin-top: 71px;
    }

    #topbar {
        display: none !important;
    }

    #header .container {
        justify-content: space-between;
        /* padding: 0; */
    }

    .navbar-mobile>ul>li{
        padding: 0;
    }
    #header .header-lang {
        display: block !important;
        width: fit-content;
    }

    .navbar a, .navbar a:focus{
        font-size: 15px;
    }

    #header .header-bottom {
        display: none !important;
    }

    .home-welcome .row {
        flex-direction: column-reverse;
    }

    .home-welcome .details {
        padding: 0;
        margin-bottom: 21px;
    }

    #footer .footer-links {
        margin-top: 30px;
    }

    .topic-page .details {
        margin-top: 15px;
    }

    .topic-page.services .image {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .pattern-2 {
        width: auto;
    }

    .section-title p {
        width: 100%;
    }

    #header .logo img {
        width: fit-content;
        height: fit-content;
        max-height: 49px;
    }

    #topbar .controls {
        margin: 0;
    }

    .navbar-mobile-bg {
        background-color: transparent !important;
    }

    #footer {
        background-size: 50%;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 1rem;
    }
    
    .special .col{
        padding: 5px !important;
    }
    .special .card{
        padding: 10px !important;
    }
    .special .card .card-body{
        padding-bottom: 0 !important;
    }
    .special .card h4{
        font-size: 18px;
    }

    #hero .slider-content{
        width: 100%;
        top: 35%;
    }

    /* #hero .swiper-slide{
        margin: 0 !important;
    } */

    .section-title h1 {
        font-size: 38px;
        width: 100% !important;
        line-height: 47px;
    }

    #hero,
    #hero .carousel-item {
        height: 348px;
    }

    #hero .carousel-content.container {
        padding: 0 20px;
    }

    #hero .swiper-slide img{
        object-position: 85%;
    }

    #hero .slider-content h2{
        font-size: 25px;
        line-height: 35px;
    }

    #hero .slider-content p{
        line-height: 26px;
        font-size: 16px;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    
    #hero .btn-theme-2{
        font-size: 13px;
        padding: 9px 23px;
    }

    #hero .swiper-button-next, #hero .swiper-button-prev{
        display: none;
    }

    #hero .swiper-button-prev, #hero .swiper-rtl .swiper-button-next{
        display: none;
    }
    #hero .carousel-container {
        width: 80%;
    }

    #hero .carousel-inner .carousel-item {
        background-position: 70%;
    }

    #hero h1 {
        font-size: 37px;
    }

    #hero h1,
    #hero p {
        text-align: left;
    }

    #hero p {
        line-height: 27px;
        font-weight: 500;
    }

    .home-welcome{
        padding: 21px 0;
    }

    .home-welcome .details{
        transform: translateY(0);
        opacity: 1;
    }
    .home-welcome .details h1 {
        font-size: 45px;
    }

    .home-welcome .image-2{
        left: 0;
    }

    .text-banners {
        padding: 40px 0;
    }

    .text-banners .container {
        margin-top: 0;
    }

    .text-banners .section-title {
        width: 100% !important;
    }

    .text-banners .card {
        display: block;
        text-align: center;
    }

    .text-banners .card .icon {
        margin: auto;
    }

    .text-banners .card .card-body {
        margin-top: 15px;
    }

    .services .card {
        height: auto;
    }

    .services .card-header .icon {
        font-size: 45px;
        margin: 15px 0;
    }

    .services .card-header h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .services .card-header p {
        font-size: 16px;
    }

    .special .col{
        transition-delay: 0s !important;
    }
    .row3 .image::before {
        right: -4%;
    }

    .all-products .swiper-button{
        top: 32px;
    }

    .all-products .swiper-button div, .categories-products .swiper-button div{
        width: 40px;
        height: 40px;
    }

    .services .swiper-pagination-clickable .swiper-pagination-bullet, .all-products .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 26px;
    }

    .categories-products .swiper-button-prev-2{
        right: 15% !important;
    }

    .stats-counters{
        background-size: contain;
        background-position: center;
    }

    .gallery .card-header {
        height: auto;
    }

    .projects {
        padding-top: 75px;
    }

    .projects .details {
        margin-top: 0;
    }

    .projects .card-header {
        height: auto;
    }

    .our-have .card {
        margin: auto;
    }

    .gallery .card {
        height: auto;
    }

    .breadcrumbs-custom {
        padding: 30px 0;
    }

    .breadcrumbs::after,
    #hero .carousel-item::before {}

    .breadcrumbs .breadcrumbs-details h1 {
        font-size: 26px;
        margin: 10px 0 0 0;
    }

    .breadcrumbs-custom .box-transform{
        background-position: 50% 50%;
    }

    .breadcrumbs ol {
        display: flex;
        margin-top: 0px;
        padding: 10px 0;
    }

    .breadcrumbs ol li{
        font-size: 13px;
    }

    .video::after {
        height: 30%;
        width: 82%;
    }

    .video .details h1 {
        font-size: 35px;
        line-height: 49px;
    }

    .video .details {
        padding: 0;
    }

    .link-contact .section-title h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .videos .card .video-container {
        height: auto;
    }

    .videos .card h4 {
        font-size: 19px;
        line-height: 25px;
    }

    .topic-page.services .image {
        padding: 12px;
    }

    .topic-page h1 {
        font-size: 27px;
        line-height: 41px;
    }

    .footer-logo img {
        /* width: 60%; */
    }

    #footer .shape-3 {
        top: auto;
        bottom: 0;
    }

    #footer .shape-1 {
        bottom: 108px;
        top: auto;
    }

    #footer .shape-2 {
        right: 53px;
        top: 35px;
    }

    #footer .shape-4 {
        right: 63px;
        top: 42px;
    }

    #footer ul{
        justify-content: center;
    }

    .topic-page p, .topic-page span, .topic-page .article-body{
        font-size: 16px !important;
    }
}