/*
Theme Name:
Author: Saint Hossam
PSD Designer:
*/

/* fonts  */
@font-face {
    font-family: "NorsalB";
    src: url("../webfonts/norsalB.eot");
    src: url("../webfonts/norsalB.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/norsalB.woff2") format("woff2"),
    url("../webfonts/norsalB.woff") format("woff"),
    url("../webfonts/norsal-font/norsalB.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NorsalM";
    src: url("../webfonts/NorsalM.eot");
    src: url("../webfonts/NorsalM.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/NorsalM.woff2") format("woff2"),
    url("../webfonts/NorsalM.woff") format("woff"),
    url("../webfonts/NorsalM.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NorsalR";
    src: url("../webfonts/norsalR.eot");
    src: url("../webfonts/norsalR.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/norsalR.woff2") format("woff2"),
    url("../webfonts/norsalR.woff") format("woff"),
    url("../webfonts/norsalR.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* reset css */
/* Reset box-sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:focus, .main-btn:focus {
    outline: none !important;
}

/* Remove default styles for common elements */
html,
body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    scroll-behavior: smooth;
}

/* Reset lists, links, and text elements */
ul,
ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    /* Remove default underline */
    color: inherit;
    /* Inherit color from parent */
}

img {
    max-width: 100%;
    /* Ensure images are responsive */
    display: block;
}

/* Reset form elements */
input,
.main-btn,
textarea,
select {
    appearance: none;
    /* Remove browser-specific styling */
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
    /* Inherit font from parent */
    font-size: inherit;
    /* Inherit font size */
    line-height: inherit;
    /* Inherit line-height */
}

/* Remove input and .main-btn focus outline for accessibility */
input:focus,
.main-btn:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* Remove table borders and spacing */
table {
    border-collapse: collapse;
    /* Collapse borders */
    border-spacing: 0;
}

/* Remove any unwanted default styling on blockquotes */
blockquote {
    margin: 0;
    padding: 0;
    quotes: none;
    /* Remove quotation marks */
}

/* Reset typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    /* Remove bold by default */
    margin: 0;
}

p {
    margin: 0;
}

code,
pre {
    font-family: 'Courier New', monospace;
}

/* Accessibility improvements */
.main-btn:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
    /* Show the disabled cursor */
    opacity: 0.5;
    /* Make disabled elements semi-transparent */
}

a:focus,
.main-btn:focus {
    outline: 2px solid #007bff;
    /* Custom focus outline */
}

img,
iframe {
    max-width: 100%;
    max-height: 100%;
}

img:not(.main-caption img) {
    object-fit: contain;
}

:root {
    --main: #222b28;
    --sec: #C08D20;
}

.sec-tit {
    font-family: 'NorsalB';
    font-size: 48px;
    color: #FFF;
    display: table;
    margin: 0 auto 50px;
}

/* General styles */
body {
    background: var(--main);
}

html[dir="rtl"] body {
    font-family: "NorsalR";
    direction: rtl;
    text-align: inset-inline-start !important;
}

html[dir="ltr"] body {
    font-family: "NorsalR";
    direction: ltr;
    text-align: left !important;
}

main {
    position: relative;
    overflow: hidden;
    transition: 0.7s ease-in-out;
    overflow: hidden;
    inset-inline-start: 0;
}

/* Header Styles */
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}
.fixed-social-icons {
    position: fixed;
    inset-inline-start: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.fixed-social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed-social-icons li {
    margin: 5px 0;
}

.fixed-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: 0.3s;
}


.fixed-social-icons i {
    font-size: 28px;
    color: #FFF; 
}


@media (max-width: 768px) {
    .fixed-social-icons {
        left: 5px;
    }

    .fixed-social-icons a {
        width: 35px;
        height: 35px;
    }

    .fixed-social-icons i {
        font-size: 16px;
    }
}

/* main btn*/
.main-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 39px;
    text-align: center;
    font-size: 18px;
    font-family: 'NorsalR';
    color: var(--sec);
    border: 1px solid var(--sec);
    border-radius: 15px;
    background-color: transparent;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    cursor: pointer;
}

.main-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: var(--sec);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.main-btn:hover::before {
    scale: 4;
}

.main-btn:hover {
    color: #FFF;
    scale: 1.1;
    box-shadow: 0 0 20px var(--sec);
}

/* (( for circle btn )) */
.circle-btn {
    width: 126px;
    height: 126px;
    padding: 10px;
    line-height: 29px;
    background-color: #FFF;
    border-radius: 100%;
    font-family: 'NorsalR';
    color: var(--main);
}

/* side menu*/
.sidebar:before {
    position: absolute;
    content: '';
    opacity: 0.4;
    inset: 0;
}

html[dir='rtl'] .sidebar:before {
    background-position: top right;
}

html[dir='ltr'] .sidebar:before {
    background-position: top left;
}

.menu-icons label {
    display: flex;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
    margin-bottom: 0;
    margin-inline-start: 5px;
}

.menu-icons label span {
    background: #FFF;
    border-radius: 10px;
    height: 3px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.close-me img {
    height: 45px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7470%) hue-rotate(187deg) brightness(109%) contrast(104%);
}

.menu-icons span:nth-of-type(1) {
    width: 50%;
}

.menu-icons span:nth-of-type(2) {
    width: 100%;
}

.menu-icons span:nth-of-type(3) {
    width: 55%;
}

.close-me input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(-10px, 12px);
}

.close-me input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
}

.close-me input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(-2px, -5px) rotatez(45deg);
}

.sidebar_pagebody {
    width: 100%;
    overflow: hidden;
}

html[dir='rtl'] .sidebar_pagebody {
    float: right;
    clear: right;
    background: var(--main);
}

/*html[dir='ltr'] .sidebar_pagebody {*/
/*    float: left;*/
/*    clear: left;*/
/*}*/
.sidebar .menu-icons {
    display: table;
    left: 35px;
    position: absolute;
    top: 50px;
    margin-inline-start: 0;
}

.sidebar {
    position: relative;
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 99;
    background: linear-gradient(155deg, var(--main) 36%, var(--sec) 100%);
    transition: .7s ease-in-out;
}

html[dir='rtl'] .sidebar {
    right: -400px;
}

html[dir='ltr'] .sidebar {
    left: -400px;
}

html[dir='rtl'] .sidebar.noo {
    right: 0;
}

html[dir='ltr'] .sidebar.noo {
    left: 0;
}

.sidebar .nav-right {
    position: fixed;
    right: 40px;
    top: 20px;
}

.sidebar .menu-icons label span {
    background: #FFF;
}

.sidebar .menu-icons input ~ span:nth-of-type(1) {
    transform-origin: bottom;
}

html[dir='rtl'] .sidebar .menu-icons input ~ span:nth-of-type(1) {
    transform: rotatez(45deg) translate(-10px, 12px);
}

html[dir='ltr'] .sidebar .menu-icons input ~ span:nth-of-type(1) {
    transform: rotatez(45deg) translate(4px, -2px);
}

.sidebar .menu-icons input ~ span:nth-of-type(2) {
    transform-origin: top;
}

.sidebar .menu-icons input ~ span:nth-of-type(2) {
    transform: rotatez(-45deg);
}

.sidebar .menu-icons input ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
}

html[dir='rtl'] .sidebar .menu-icons input ~ span:nth-of-type(3) {
    transform: translate(-2px, -5px) rotatez(45deg);
}

html[dir='ltr'] .sidebar .menu-icons input ~ span:nth-of-type(3) {
    transform: translate(18px, -5px) rotatez(45deg);
}

main.helpMoveRTL {
    right: 400px;
}

main.helpMoveLTR {
    left: 400px;
}

.sidebar nav {
    padding-top: 30px;
}

.sidebar .nav-list {
    padding: 0;
    list-style: none;
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.sidebar .menu-item {
    margin: 23px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sidebar .menu-item:first-child {
    -webkit-transition: all 0.7s 0.2s ease-in-out;
    -moz-transition: all 0.7s 0.2s ease-in-out;
    -ms-transition: all 0.7s 0.2s ease-in-out;
    -o-transition: all 0.7s 0.2s ease-in-out;
    transition: all 0.7s 0.2s ease-in-out;
}

.sidebar .menu-item {
    -webkit-transition: all 0.7s 0.4s ease-in-out;
    -moz-transition: all 0.7s 0.4s ease-in-out;
    -ms-transition: all 0.7s 0.4s ease-in-out;
    -o-transition: all 0.7s 0.4s ease-in-out;
    transition: all 0.7s 0.4s ease-in-out;
}

.sidebar .menu-item:nth-child(3) {
    -webkit-transition: all 0.7s 0.6s ease-in-out;
    -moz-transition: all 0.7s 0.6s ease-in-out;
    -ms-transition: all 0.7s 0.6s ease-in-out;
    -o-transition: all 0.7s 0.6s ease-in-out;
    transition: all 0.7s 0.6s ease-in-out;
}

.sidebar .menu-item:last-child {
    -webkit-transition: all 0.7s 0.8s ease-in-out;
    -moz-transition: all 0.7s 0.8s ease-in-out;
    -ms-transition: all 0.7s 0.8s ease-in-out;
    -o-transition: all 0.7s 0.8s ease-in-out;
    transition: all 0.7s 0.6s ease-in-out;
}

.sidebar .nav-list > .linkMenu:not(:last-of-type) {
    margin-inline-end: 0;
}

.sidebar .menu-item.special {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sidebar .menu-item a {
    position: relative;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    text-transform: uaccordion-titercase;
    padding-bottom: 7px;
    font-family: 'raleway-reg';
}

.sidebar .menu-item > a:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: width 0.7s ease-in-out;
}

.sidebar .menu-item:hover > a:before {
    width: 100%;
}

.dd-trigger {
    position: absolute;
    top: 7px;
    color: var(--main);
    margin-inline-start: 20px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.sidebar .sub-menu {
    position: relative;
    margin-top: 20px;
    background: var(--main);
    padding: 10px 0;
}

body > div.sidebar_pagebody > div > ul > li.linkMenu.menu-item.menu-item-has-children.special > ul a {
    color: #FFF;
}

.sidebar .sub-menu .menu-item {
    margin: 10px;
}

.sidebar .sub-menu .menu-item a {
    font-size: 22px;
}

.sidebar .sub-menu {
    display: none;
}

.sidebar .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}

.menu-icons input[type=checkbox] {
    display: none;
}

/* // Side menu */
/* // Side menu */
.breadcrumb-area {
    position: relative;
    background-color: var(--sec);
    padding: 15px 0;
    color: #FFF;
    margin-bottom: 50px;
}

.breadcrumb-area a {
    color: #FFF;
}

.breadcrumb-links .current-item {
    color: var(--main);
}

.footer-inside {
    margin-top: 30px;
}

.singlePage-content,
.singlePage-content p {
    color: #FFF;
}

.singlePage-img {
    display: flex;
    justify-content: center;
}

/* General Styling */
.news-card-custom {
    position: relative;
    background: #222b28;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image Container */
.news-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    height: 170px;
}

.news-card-img img {
    width: 100%;
    object-fit: fill !important;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

/* Content Section */
.news-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Title */
.news-card-title {
    font-size: 22px;
    font-weight: bold;
    color: #C08D20;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

/* Caption */
.news-card-caption {
    font-size: 16px;
    color: white;
    line-height: 1.5;
    opacity: 0.8;
}

/* Read More Button */
.news-card-url {
    margin-top: 15px;
}

.news-card-url .main-btn {
    display: inline-block;
    background: #C08D20;
    color: black;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.news-card-url .main-btn:hover {
    background: white;
    color: #222b28;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
}

/* Hover Animation */
.news-card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.3);
}

.news-card-custom:hover .news-card-img img {
    transform: scale(1.1);
}

.news-card-custom:hover .news-card-title {
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .news-card-title {
        font-size: 18px;
    }
    .news-card-caption {
        font-size: 14px;
    }
    .news-card-url .main-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}


/* form */
/* Container Styling */
.custom-contact-form {
    max-width: 500px;
    margin: auto;
    background: #222b28;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
}

/* Form Group */
.form-group {
    margin-bottom: 20px;
    text-align: right;
}

/* Labels */
.form-group label {
    font-size: 16px;
    color: #C08D20;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Input & Textarea */
.form-control {
    width: 100%;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    color: #222b28;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Placeholder Styling */
.form-control::placeholder {
    color: rgba(34, 43, 40, 0.7);
}

/* Focus Effect */
.form-control:focus {
    border-color: #C08D20;
    box-shadow: 0px 4px 10px rgba(192, 141, 32, 0.5);
    outline: none;
}

/* Submit Button */
.custom-contact-form  .main-btn {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background: #C08D20;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Submit Button Hover */
.custom-contact-form  .main-btn:hover {
    background: white;
    color: #222b28;
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .custom-contact-form {
        padding: 20px;
    }
    .form-control {
        font-size: 14px;
    }
    .custom-contact-form  .main-btn {
        font-size: 16px;
    }
}


/* header */
.custom-header {
    background-color: var(--main);
    color: var(--sec);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo {
    height: 102px;
}

.navbar-items, .extra-items {
    display: flex;
    align-items: center;
}

.navbar-items ul {
    display: flex;
    align-items: center;
}

.navbar-items ul li:not(:last-child) {
    margin-inline-end: 55px;
}

.navbar-items ul li a {
    font-size: 18px;
    color: #FFF;
    transition: .3s;
}

.navbar-items ul li.active a {
    color: var(--sec);
}

.extra-items .main-btn {
    width: 150px;
    height: 65px;
    margin-inline-end: 10px;
}

.nav-item {
    color: var(--sec);
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
}

.nav-item.button {
    background-color: var(--sec);
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.nav-item.button:hover {
    background-color: #e6c300;
}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #2c2f2f;
    color: white;
    font-size: 16px;
    border: none;
    width: 100px;
    height: 65px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.dropbtn i {
    font-size: 18px;
}

.dropbtn i:first-of-type {
    font-size: 23px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #444;
    min-width: 100px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 2;
}

.dropdown-content a {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #555;
}


.show {
    display: block;
}

/* slider */
.slider {
    position: relative;
}

.mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mainItem img.slid-thumb {
    width: 100%;
    position: relative;
    transition: all 25s ease;
    transform-style: preserve-3d;
}

.mainItem-overlay {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
}

.slid-body {
}

.slid-tit {
    font-family: 'NorsalB';
    margin-bottom: 48px;
}

.slid-des {
    font-family: 'NorsalM';
    line-height: 50px;
}

.slid-url {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.slid-url .main-btn {
    color: #FFF;
    scale: 1.1;
    box-shadow: 0 0 20px var(--sec);
}

.slid-url .main-btn::before {
    scale: 4;
}


@keyframes imageZoom {
    0% {
        transform: scale(1) rotate(0deg);
    }
    100% {
        transform: scale(1.1) rotate(2deg);
    }
}


@keyframes titleSlide {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes buttonSlide {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.mainItem .slid-tit,
.mainItem .slid-desc,
.mainItem .main-btn {
    opacity: 0;
}

.owl-item.active .mainItem img {
    animation: imageZoom 1.5s ease-in-out forwards;
}

.owl-item .mainItem img {
    max-height: 640px;
}

.owl-item.active .mainItem .slid-tit {
    animation: titleSlide 1s ease-in-out forwards;
    animation-delay: 0.3s;
}

.owl-item.active .mainItem .slid-desc {
    animation: fadeInText 1.2s ease-in-out forwards;
    animation-delay: 0.5s;
}

.owl-item.active .mainItem .main-btn {
    animation: buttonSlide 1s ease-in-out forwards;
    animation-delay: 0.7s;
}


/*.main-slider .owl-dots {*/
/*    position: absolute;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.main-slider .owl-dots .owl-dot {*/
/*    width: 40px;*/
/*    height: 5px;*/
/*    background-color: #fff;*/
/*    border-radius: 15px;*/
/*    transition: all .5s ease-in-out;*/
/*}*/

/*.main-slider .owl-dots .owl-dot.active {*/
/*    width: 60px;*/
/*    background-color: #e40b18;*/
/*}*/

@media (min-width: 992px) {
    .mainItem img.slid-thumb {
        height: 100vh;
    }

    .slid-tit {
        font-size: 80px;
    }

    .slid-des {
        font-size: 32px;
    }

    /*.main-slider .owl-dots {*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    right: 30px;*/
    /*    flex-direction: column;*/
    /*}*/
    /*.main-slider .owl-dots .owl-dot {*/
    /*    margin: auto;*/
    /*}*/
    /*.main-slider .owl-dots .owl-dot:not(:last-of-type) {*/
    /*    margin-bottom: 15px;*/
    /*}*/
}

@media (max-width: 992px) {
    .navbar-items {
        display: none;
    }
    .mainItem img.slid-thumb {
        height: 500px;
    }

    .slid-tit {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .slid-desc {
        font-size: 22px;
    }

    .slid-url {
        margin-top: 30px;
    }

    .service-text {
        font-size: 22px;
    }

    .sec-tit {
        font-size: 39px;
        margin: 0 auto 40px;
    }

    .slid-body {
        padding: 0 35px;
    }

    .stats-number {
        font-size: 37px !important;
    }

    .business-item {
        height: 503px !important;
    }

    .team-section .owl-next {
        right: -28px !important;
    }

    .team-section .owl-prev {
        left: -28px !important;
    }

    /*.main-slider .owl-dots {*/
    /*    bottom: 30px;*/
    /*    width: 100%;*/
    /*    justify-content: center;*/
    /*}*/
    /*.main-slider .owl-dots .owl-dot {*/
    /*    margin: 0 5px;*/
    /*}*/
}

/* about */
.about {
    padding: 70px 0 20px;
}

.about-tit {
    font-size: 32px;
    font-family: 'NorsalM';
    margin-bottom: 30px;
    color: var(--sec);
}

.about-desc {
    font-size: 14px;
    color: #FFF;
    font-family: 'NorsalR';
    line-height: 26px;
    text-align: justify;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-link {
    background: transparent !important;
    border-radius: 20px !important;
    width: 220px;
    height: 65px;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NorsalR';
    font-size: 20px;
    transition: .3s;
}

.nav-link.active {
    background: var(--sec) !important;
    border-color: transparent !important;
}

.tab-content {
    color: #FFF;
    font-family: 'NorsalR';
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.about-img {
    height: 320px;
    margin-top: 15px;
}

.about-img img {
    width: 100%;
}

/* services*/
.service-box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.service-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.service-content {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    transition: transform 0.5s ease-in-out;
}

.service-text {
    font-size: 32px;
    font-family: 'NorsalB';
    transition: transform 0.5s ease-in-out;
}

html[dir='rtl'] .service-text {
    padding: 0 15px;
}

html[dir='ltr'] .service-text {
    padding: 0 30px;
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #c29f39;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    font-size: 16px;
    margin: 10px auto 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.service-box:hover .overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(3, 66, 18, 0.9) 20%, rgba(0, 0, 0, 0) 80%);
}


.service-box:hover .service-content {
    transform: translateY(-45px);
}

.service-box:hover .service-text {
    transform: translateY(-5px);
}

.service-box:hover .service-btn {
    opacity: 1;
    transform: translateY(0);
}

.service-box:hover .service-img {
    transform: scale(1.1);
}


/* auction */
.auction {
    padding: 70px 0 85px;
}

.auction-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.auction-card:hover {
    transform: translateY(-5px);
}

/* Auction Image */
.auction-image {
    position: relative;
    width: 100%;
    height: 216px;
    overflow: hidden;
}

.auction-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.hold-count {
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 8px 20px;
    border-radius: 10px;
    position: relative;
    bottom: 34px;
    max-width: 330px;
    margin-bottom: -22px;
}

.status {
    position: absolute;
    top: 10px;
    background: #28a745;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

html[dir='rtl'] .status {
    right: 10px;
}

html[dir='ltr'] .status {
    left: 10px;
}

.status-ended {
    background: #dc3545;
}

/* Auction Info */
.auction-info {
    padding: 0 15px 15px;
    text-align: start;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
}

html[dir='ltr'] .countdown {
    flex-direction: row-reverse;
}

.countdown span {
    background: #E8B86D;
    color: white;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 15px;
}

.in-countdown-item {
    text-align: center;
}

.in-countdown-item p,
.ends-in {
    font-size: 14px;
}

.in-countdown-item p {
    color: #929292;
}

.ends-in {
    margin-inline-end: 20px;
    color: #929292;
}

.ends-in i {
    margin-inline-end: 5px;
    font-size: 18px;
    color: #347928;
}

/* Auction Title */
.auction-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Auction Details */
.auction-location, .auction-time, .auction-company {
    font-size: 14px;
    color: #929292;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.auction-location i, .auction-time i, .auction-company i {
    color: var(--sec);
    font-size: 20px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* statics */
.statics {
    padding: 40px 0;
}

.stats-box {
    position: relative;
    background: transparent;
    text-align: center;
    padding: 15px 0;
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.stats-label {
    font-size: 35px;
}

.stats-box::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 3px;
    background: #d4a017;
    top: 50%;
    transform: rotate(-55deg);
    z-index: 2;
}

html[dir='rtl'] .stats-box::before {
    inset-inline-start: -105px;
}

html[dir='ltr'] .stats-box::before {
    inset-inline-end: -105px;
}

.stats-number::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: url(../img/back.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50% !important;
    transform: translateY(-50%);
    inset: 0;
    z-index: -1;
}

.stats-number {
    position: relative;
    color: #FFF;
    font-size: 50px;
    font-family: 'NorsalR';
    display: block;
    width: 100%;
    z-index: 1;
}


/* business */
.business-item {
    position: relative;
    overflow: hidden;
    height: 555px;
    border-radius: 20px;
    transition: transform 0.4s ease-in-out;
}

.business-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    transition: height 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.business-image img {
    width: 100%;
    height: 100%;
    object-fit: fill !important;
    transition: transform 0.4s ease-in-out;
}

.business-overlay {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: start;
    padding: 30px;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
}

.business-title {
    font-size: 38px;
    font-family: 'NorsalB';
    text-align: start;
}

.business-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    color: white;
    text-align: start;
    padding: 20px;
    transition: bottom 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.business-content .business-title {
    color: var(--sec);
    margin-bottom: 17px;
}

.business-item:hover .business-image {
    height: 330px;
}

/* إخفاء العنوان وإظهار المحتوى */
.business-item:hover .business-overlay {
    opacity: 0;
}

.business-item:hover .business-content {
    bottom: 0;
    opacity: 1;
}

/* زر المزيد */
.business-btn {
    display: inline-block;
    background: #d4a017;
    color: black;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.business-btn i {
    margin-right: 5px;
}

.business-description {
    font-size: 18px;
    font-family: 'NorsalR';
    line-height: 34px;
    text-align: justify;
}

/* feautred */
.features-section {
    padding: 50px 0;
    text-align: center;
    color: white;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}


.feature-item {
    background: transparent;
    padding: 20px;
    text-align: inherit;
    margin-bottom: 20px;
}


.feature-item.offset {
    position: relative;
}


.feature-number {
    font-size: 20px;
    font-weight: bold;
    color: #d4a017;
    margin-bottom: 10px;
}


.feature-item p {
    font-size: 16px;
    line-height: 1.5;
}


.logo-center {
    height: 287px;
    text-align: center;
    margin: 40px 0;
}

.logo-center img {
    display: block;
    margin: 0 auto;
}

.logo-center h2 {
    font-size: 24px;
    font-weight: bold;
    color: #d4a017;
    margin-top: 10px;
}

/* clients */
.clients-section {
    background-color: #1a1f1f;
    padding: 50px 0;
}

.clients-section [class*='col-'] {
    margin-bottom: 30px;
}

.section-title {
    font-size: 26px;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
}

.clients-section .row {
    justify-content: center;
}

.client-item {
    background: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.client-item:hover {
    transform: translateY(-5px);
}

.client-item img {
    max-width: 100%;
    object-fit: contain;
}

/* news */
.news-section {
    background-color: #1a1f1f;
    padding: 50px 0;
}

.news-section .row {
    display: flex;
    align-items: center;
}

.news-item {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.big-news {
    height: 400px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.small-news {
    height: 190px;
    padding: 15px;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.2);
}

.news-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
    transition: opacity 0.5s ease-in-out;
}

.news-content {
    position: relative;
    padding: 0 0 30px;
    z-index: 2;
    color: white;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s ease-in-out;
}

.news-excerpt {
    font-size: 14px;
    transform: translateY(20px);
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.news-btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 15px;
    background-color: #d4a017;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.news-item:hover::before {
    opacity: 0.95;
}

.news-item:hover .news-title {
    transform: translateY(-10px);
}

.news-item:hover .news-excerpt {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.1s;
}

.news-item:hover .news-btn {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.small-news .news-content {
    bottom: -36px;
}


/* team */
.team-section {
    background-color: #1a1f1f;
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.team-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in-out, z-index 0.3s ease-in-out;
}

.team-card {
    position: relative;
    width: 320px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    background: #232323;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.team-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom left;
    filter: grayscale(100%);
    transition: filter 0.4s ease-in-out;
    border-radius: 20px;
}

.team-section .owl-stage-outer {
    padding: 50px 0;
}

.team-card:hover .team-image {
    filter: grayscale(0%);
}

.team-content {
    position: absolute;
    top: 20px;
    z-index: 2;
    color: white;
}

html[dir='rtl'] .team-content {
    text-align: right;
    right: 20px;
}

html[dir='ltr'] .team-content {
    text-align: left;
    left: 20px;
}

.team-name {
    font-size: 14px;
    color: #b8ff94;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.team-role {
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin: 5px 0;
}

.team-btn {
    display: inline-block;
    background: #d4a017;
    color: black;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    margin-top: 10px;
}

.team-btn:hover {
    background: #a97c0d;
}

.team-carousel .owl-item {
    position: relative;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    z-index: 1;
    opacity: 0.5;
    transform: scale(0.85) translateY(50px);
}

.team-carousel .owl-item.active.center {
    transform: scale(1.1) translateY(0);
    z-index: 3;
    opacity: 1;
}

.team-carousel .owl-item.active.center + .owl-item {
    transform: scale(0.9) translateX(-100px) translateY(40px);
    z-index: 2;
    opacity: 0.7;
}

.team-carousel .owl-item.active.center ~ .owl-item:not(.center) {
    transform: scale(0.9) translateX(100px) translateY(40px);
    z-index: 2;
    opacity: 0.7;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #d4a017;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.team-section .owl-prev:hover, .owl-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.team-section .owl-prev {
    left: -50px;
}

.team-section .owl-next {
    right: -50px;
}

/*.owl-carousel.owl-rtl .owl-item {*/
/*    margin-left: -129px !important;*/
/*}*/

.team-carousel {
    max-width: 833px !important;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .team-section .owl-prev {
        left: 10px;
    }

    .team-section .owl-next {
        right: 10px;
    }
}


/*  footer */
.footer-section {
    background-image: url('../img/footer.png');
    /* Replace with actual background image */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: white;
    padding: 40px 0;
    text-align: center;
    position: relative;
}


.footer-left,
.footer-right {
    text-align: start;
    padding: 20px;
}

html[dir='rtl'] .footer-left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

html[dir='rtl'] .footer-right {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

html[dir='ltr'] .footer-left {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

html[dir='ltr'] .footer-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}


.footer-logo {
    max-width: 200px;
    margin: auto;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: bold;
    color: #d4a017;
    margin-bottom: 5px;
}


.footer-section p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.footer-contacts {
    list-style: none;
    padding: 0;
}

.footer-contacts li {
    margin-bottom: 5px;
}

.footer-contacts a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

footer .logo {
    height: 220px;
}

.footer-contacts a:hover {
    color: #d4a017;
}

.copyWrite {
    margin-top: 70px;
}

.copyWrite {
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    color: white;
}

.copyWrite::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}

.copyright-text,
.designed-by {
    color: white;
    font-weight: bold;
}

.footer-bottom a {
    color: #d4a017;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .footer-left,
    .footer-right {
        text-align: center;
        border: none;
    }

    .footer-logo {
        max-width: 150px;
    }

    .logo-center {
        height: 185px;
    }
}


/******************************/
/* media Query */

@media (min-width: 992px) {
    .team-carousel {
        position: relative;
        max-width: 1000px;
        margin: auto;
    }

    #nav-icon {
        display: none;
    }

    #bodyWrap > section.features-section > div > div > div:nth-child(1) {
        text-align: start;
    }

    #bodyWrap > section.features-section > div > div > div:nth-child(3) {
        text-align: end;
    }

    html[dir='rtl'] #bodyWrap > section.features-section > div > div > div:nth-child(1) > div:nth-child(2) {
        transform: translateX(30px);
    }

    html[dir='rtl'] #bodyWrap > section.features-section > div > div > div:nth-child(3) > div:nth-child(2) {
        transform: translateX(-30px);
    }

    html[dir='ltr'] #bodyWrap > section.features-section > div > div > div:nth-child(1) > div:nth-child(2) {
        transform: translateX(-30px);
    }

    html[dir='ltr'] #bodyWrap > section.features-section > div > div > div:nth-child(3) > div:nth-child(2) {
        transform: translateX(30px);
    }
}

@media (max-width: 992px) {
    .dropbtn {
        width: 90px; /* تصغير الزرار في الشاشات الصغيرة */
        height: 50px;
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 991.91px) {
    .news-title {
        font-size: 29px !important;
    }

    .news-excerpt {
        font-size: 14px !important;
    }

    .slid-desc {
        font-size: 18px;
    }

    .sec-tit {
        font-size: 39px;
        margin: 0 auto 30px;
    }

    .about-tit {
        font-size: 26px;
        margin-bottom: 15px;
    }

    #bodyWrap > section.about > div > div {
        flex-direction: column;
    }

    .about-url {
        margin-top: 20px;
    }

    .auction [class*='col-'] {
        margin-bottom: 30px;
    }

    html[dir='rtl'] .stats-box::before {
        inset-inline-start: -103px;
    }

    html[dir='ltr'] .stats-box::before {
        inset-inline-start: 103px;
    }

    .statics [class*='col-'] {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .dropbtn {
        width: 80px;
        height: 45px;
        font-size: 12px;
    }

    .dropdown-content {
        min-width: 80px;
    }

    .nav-link {
        width: 160px;
        height: 55px;
    }

    .service-text {
        font-size: 26px;
    }
}

@media (max-width: 576px) {

    html[dir='rtl'] .stats-box::before {
        inset-inline-start: -73px;
    }

    html[dir='ltr'] .stats-box::before {
        inset-inline-start: 73px;
    }

    .logo {
        height: 70px;
    }

    .slid-tit {
        font-size: 33px;
        margin-bottom: 8px;
    }

    .main-btn {
        width: 130px;
        height: 35px;
        font-size: 15px;
    }

    .dropbtn {
        width: 70px;
        height: 40px;
        font-size: 10px;
    }

    .dropdown-content {
        min-width: 70px;
    }
}

@media (max-width: 992px) {
    nav {
        display: none;
    }

}

@media (max-width: 992px) {
    .big-news {
        height: 350px;
    }

    .small-news {
        height: 200px;
    }

    .news-title {
        font-size: 18px;
    }

    .news-excerpt {
        font-size: 12px;
    }

}

@media (max-width: 768px) {
    .big-news {
        height: 300px;
    }


    .news-title {
        font-size: 16px;
    }

    .news-excerpt {
        font-size: 10px;
    }

    .news-btn {
        font-size: 10px;
        padding: 4px 8px;
    }
}

@media (max-width: 992px) {
    .business-item {
        height: 480px;
    }

    .business-item:hover .business-image {
        height: 280px;
    }

    .business-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .business-item {
        height: 400px;
    }

    .business-item:hover .business-image {
        height: 326px;
    }

    .business-title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .business-item {
        height: 350px;
    }
    
    .footer-right,
    .footer-left{
        border: none !important;
    }

    .business-item:hover .business-image {
        height: 200px;
    }

    .business-title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .nav-item {
        font-size: 14px;
        margin: 0 5px;
    }

    .extra-items .main-btn {
        width: 120px;
        height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .nav-item {
        font-size: 12px;
        margin: 0 3px;
    }

    .extra-items .main-btn {
        width: 100px;
        height: 45px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .nav-item {
        font-size: 10px;
        margin: 0 2px;
    }

    .circle-btn {
        border-radius: 50px;
    }

    .extra-items .main-btn {
        width: 90px;
        height: 40px;
        font-size: 10px;
    }

    #bodyWrap > footer > div > div.row.align-items-start > div.col-md-4.footer-right {
        order: 2;
    }

    #bodyWrap > footer > div > div.row.align-items-start > div.col-md-4.text-center {
        order: 1;
    }
    #bodyWrap > footer > div > div.row.align-items-start > div.col-md-4.footer-left {
        order: 3;
    }
    #bodyWrap > footer > div > div.row.align-items-start > div.col-md-4.text-center > a > div,
    #bodyWrap > footer > div > div.row.align-items-start > div.col-md-4.footer-right {
        margin-bottom: 30px;
    }

    .team-image {
        background-size: 45%;
    }

    html[dir='rtl'] .team-content {
        right: 35px;
    }

    html[dir='ltr'] .team-content {
        left: 35px;
    }

    .team-content {
        top: 20px;
    }


}

@media (max-width: 576.91px) {
    .stats-number::after {
        display: none;
    }

    .stats-box::before {
        display: none;
    }

    .stats-number {
        background: var(--sec);
        border-radius: 20px;
    }
}

@media (max-width: 992px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-left, .footer-right {
        text-align: center;
        padding: 15px;
        border: none;
    }

    .footer-logo {
        max-width: 180px;
    }

    .copyWrite {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-left, .footer-right {
        text-align: center;
        padding: 10px;
        border: none;
    }

    .footer-logo {
        max-width: 150px;
    }

    .copyWrite {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-left, .footer-right {
        text-align: center;
        padding: 5px;
        border: none;
    }

    .footer-logo {
        max-width: 120px;
    }

    .copyWrite {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .team-card {
        width: 280px;
        height: 400px;
    }

    .team-content {
        top: 15px;
        right: 15px;
    }

    .team-name {
        font-size: 12px;
    }

    .team-role {
        font-size: 18px;
    }

    .team-btn {
        font-size: 12px;
        padding: 5px 8px;
    }
}

@media (max-width: 992px) {
    .team-carousel .owl-item.active.center {
        transform: scale(1.05) translateY(0);
    }

    .team-carousel .owl-item.active.center + .owl-item,
    .team-carousel .owl-item.active.center ~ .owl-item:not(.center) {
        transform: scale(0.9) translateX(50px) translateY(20px);
    }

    .team-card {
        width: 260px;
        height: 380px;
    }

    .team-name {
        font-size: 12px;
    }

    .team-role {
        font-size: 16px;
    }

    .team-btn {
        font-size: 12px;
        padding: 5px 8px;
    }
}

@media (max-width: 768px) {
    .team-card {
        width: 220px;
        height: 350px;
    }

    .team-content {
        top: 10px;
        right: 10px;
    }

    .team-name {
        font-size: 10px;
    }

    .team-role {
        font-size: 14px;
    }

    .team-btn {
        font-size: 10px;
        padding: 4px 6px;
    }

    .team-carousel .owl-item.active.center {
        transform: scale(1) translateY(0);
    }

    .team-carousel .owl-item.active.center + .owl-item,
    .team-carousel .owl-item.active.center ~ .owl-item:not(.center) {
        transform: scale(0.85) translateX(30px) translateY(20px);
    }
}

@media (max-width: 576px) {
    .team-card {
        width: -webkit-fill-available;
        height: 380px;
    }

    .team-content {
        top: 5px;
        right: 5px;
    }

    .team-name {
        font-size: 15px;
    }

    .team-role {
        font-size: 23px;
    }

    .team-btn {
        font-size: 9px;
        padding: 3px 5px;
    }

    .team-carousel .owl-item.active.center {
        transform: scale(1) translateY(0);
    }

    .team-carousel .owl-item.active.center + .owl-item,
    .team-carousel .owl-item.active.center ~ .owl-item:not(.center) {
        transform: scale(0.8) translateX(20px) translateY(15px);
    }

    .team-section .owl-prev,
    .team-section .owl-next {
        font-size: 18px;
        padding: 5px 10px;
    }
}

@media (max-width: 497px) {
    .navbar {
        justify-content: center !important;
    }
    .navbar .logo {
        margin-bottom: 20px !important;
    }
    .slid-desc {
        font-size: 12px;
    }
    .slid-tit {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .main-btn {
        width: 113px;
        height: 30px;
        font-size: 14px;
    }

    .about {
        padding: 19px 0;
    }
    .sec-tit {
        font-size: 32px;
        margin: 0 auto 30px;
    }

    .about-tit {
        font-size: 20px;
    }

    .nav-link {
        width: 117px;
        height: 47px;
    }
    .about-img {
        height: max-content;
    }

    .auction {
        padding: 20px 0;
    }

    .auction {
        padding: 20px 0;
    }

    .team-image {
        background-size: 66%;
    }

    .team-content {
        top: 18px;
    }

    .business-item:hover .business-image {
        height: 305px;
    }

    .sidebar {
        width: 310px;
    }

    main.helpMoveRTL {
        right: 310px;
    }

    main.helpMoveLTR {
        left: 310px;
    }

}

@keyframes fadeInUpCustom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomInFade {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*body {*/
/*    animation: fadeInUpCustom 1.5s ease-out;*/
/*}*/
.sec-tit {
    animation: slideInLeftCustom 1.2s ease-in-out;
}

p {
    animation: fadeInUpCustom 1.3s ease-out;
}

img {
    animation: zoomInFade 1.4s ease-in-out;
}
.logo {
    animation: rotateLogo 2s linear;
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

