header.header {
    height: 100vh;
    background-image: url("../assets/images/hero-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

header.header::before {
    content: "";
    position: absolute;
    top: 50px;
    right: -226px;
    width: 226px;
    height: 226px;
    background-color: rgba(0, 138, 170, 0.1);
    border-radius: 50%;
    box-shadow: 2px 9px 151px 0 rgba(-30, 177, 251, 0.5);
}

.header-pages {
    height: 100px !important;
    background-image: none !important;
}

.heading-title a {
    color: #fff;
    text-decoration: none;
}

.heading-title a:hover {
    color: #fff;
    opacity: 0.85;
}
header .main-container {
    height: 100%;
}

.nav-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

nav {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
}

.navbar-links {
    display: flex;
    gap: 12px;
}

.navbar-links li a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    position: relative;
    padding: 8px;
    transition: all 0.3s ease;
}

.navbar-links li a::after,
.footer-links li a::after {
    content: "";
    position: absolute;
    display: block;
    border: 0 solid transparent;
    width: 0%;
    height: 0%;
    transition: all 0.3s ease;
    top: 0%;
    right: 0;
    background-color: var(--main-color);
    transition: all 0.3s ease;
    width: 2px;
    height: 0%;
    opacity: 0;
}

.navbar-links li a:hover::after,
.footer-links li a:hover::after,
.navbar-links li a.active::after,
.footer-links li a.active::after {
    opacity: 1;
    height: 70%;
}

.navbar-links li a::before,
.footer-links li a::before {
    content: "";
    position: absolute;
    display: block;
    border: 0 solid transparent;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    background-color: var(--main-color);
    width: 0%;
    height: 2px;
    opacity: 0;
}

.navbar-links li a:hover::before,
.footer-links li a:hover::before,
.navbar-links li a.active::before,
.footer-links li a.active::before {
    opacity: 1;
    width: 100%;
}

.navbar-logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-logo img {
    height: 100%;
    object-fit: contain;
}

.navbar-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.lang a {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--main-color);
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.lang a:hover {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.lang a img,
.lang a .lang-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    color: #fff;
}

.lang a:hover img {
    filter: invert(40%) sepia(98%) saturate(1425%) hue-rotate(153deg)
        brightness(93%) contrast(101%);
}

.lang a:hover .lang-icon {
    color: var(--main-color);
}

.statistics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid var(--main-color);
}

/* .statistics-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url("../assets/images/statistics-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.statistics-item-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
} */

.statistics-item-icon {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.statistics-item-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../assets/images/statistics-bg.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotateIcon 5s linear infinite;
}

.statistics-item-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.statistics-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.statistics-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
}

.statistics-item p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

/* ============= Hero Section ============= */

.hero {
    height: calc(100vh - 100px);
    padding-top: 10px;
    position: relative;
}

/* BG-Hero */
.grid-bg {
    position: absolute;
    inset: 0;
    display: grid;

    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, calc((100vh - 100px) / 5));
    height: 100%;
    z-index: 0;
}

/* مربع */
.grid-bg div,
.grid-bg-1 div {
    border: 1px solid rgb(138 214 231 / 10%);
    transition: 0.3s;
}

.grid-bg div:hover,
.grid-bg-1 div:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

footer .grid-bg-1 {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, calc((100vh - 100px) / 5));
    height: 100%;
    z-index: 0;
}

footer .grid-bg-1 div:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding-bottom: 20px;
}

.hero .main-title {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    border-left: 10px solid var(--main-color);
    padding: 60px 40px;
}

.hero .main-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 10px;
    background-color: #008aaa;
}
.hero .main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 10px;
    background-color: #008aaa;
}

.hero .main-title h1 {
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 700;
    background: linear-gradient(90deg, #484848, #008aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero .main-title p {
    font-size: clamp(16px, 3vw, 22px);
    color: #58595b;
    font-weight: 500;
}

.hero .buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* ============= menu_responsive ============= */

/* mune_respossive */

.navicon {
    color: var(--color-black);
    cursor: pointer;
    height: 18px;
    display: block;
    transform: rotate(0deg) scaleX(-1);
    transition: 0.2s ease-in-out;
    width: 35px;
}

.navicon__item {
    background: var(--main-color);
    border-radius: 70px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%;
}

.navicon__item:nth-child(1) {
    top: 0;
}

.navicon.is-active .navicon__item:nth-child(1) {
    left: 50%;
    top: 8px;
    width: 0;
}

.navicon:hover .navicon__item:nth-child(2),
.navicon:hover .navicon__item:nth-child(3) {
    width: 75%;
}

.navicon__item:nth-child(2) {
    top: 8px;
}

.navicon.is-active .navicon__item:nth-child(2) {
    transform: rotate(45deg);
    width: 100%;
}

.navicon__item:nth-child(3) {
    top: 8px;
}

.navicon.is-active .navicon__item:nth-child(3) {
    transform: rotate(-45deg);
    width: 100%;
}

.navicon__item:nth-child(4) {
    top: 16px;
}

.navicon.is-active .navicon__item:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0;
}

.menu-div {
    display: none;
}

.menu_responsive {
    position: fixed;
    box-shadow: 0 0 4px #23232359;
    z-index: 999;
    width: 310px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;

    overflow: auto;
    background: #fff;
    align-items: center;
    gap: 20px;
    overflow-x: hidden;
    top: 0;
    right: 0;
    transition: all 0.3s linear;
    padding: 25px 0;
    transform: translateX(102%);
}

.element_menu_responsive > ul {
    margin: 0 auto 0 0;
    text-align: center;
    padding: 30px 0px 0 0;
}

.element_menu_responsive {
    width: 100%;
}

.element_menu_responsive > ul > li {
    display: block;
    margin: 35px 0;
}

.element_menu_responsive > ul > li > a {
    font-size: 20px;
    font-family: "font_main";
    color: var(--main-color);
    display: flex;
    justify-content: center;
    gap: 15px;
}

.element_menu_responsive ul li:hover a {
    color: var(--main-color);
}

.menu_responsive.active {
    transform: translateX(0);
}

.logo-menu {
    width: 110px;
}

.menu_responsive .drop-menu {
    position: relative;
}

.drop-element-responsive {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.menu_responsive .drop-menu:hover a {
    color: var(--main-color) !important;
}

.drop-element-responsive.active {
    opacity: 1;
    visibility: visible;
    width: 90%;
}

.drop-element-responsive ul li {
    padding-bottom: 5px;
}

.drop-element-responsive ul li:hover {
    color: var(--color-Primary2) !important;
}

.remove-mune {
    position: absolute;
    top: 30px;
    left: 10px;
    background-color: var(--color-Primary5);
    border-radius: 10px;
    padding: 5px;
}

.remove-mune span {
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.2s linear;
    position: relative;
    cursor: pointer;
    transform: rotate(0deg);

    transition-delay: 0.8s;
}

.remove-mune span::after {
    content: "";
    height: 2px;
    background-color: #54595f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: all 0.6s linear;
}

.remove-mune span::before {
    content: "";
    height: 2px;
    background-color: #54595f;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
    transition: all 0.2s linear;

    transition-delay: 0.6s;
}

.menu_responsive.active .remove-mune span::before {
    transform: rotate(90deg) translateY(0%);
}

.menu_responsive.active .remove-mune span {
    transform: rotate(45deg);
}

.element_menu_responsive ul li > a {
    color: var(--main-color);
    transform: translateY(100%);
    transition: all 0.2s linear;
    transition-delay: 0.4s;
    display: block;
    opacity: 0;
}

.menu_responsive {
    transition-delay: 1s;
}

.menu_responsive.active {
    transition-delay: 0.3s;
}

.menu_responsive.active .element_menu_responsive ul li > a {
    transform: translateY(0%);
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(1) > a {
    transition-delay: 0.4s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(2) > a {
    transition-delay: 0.6s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(3) > a {
    transition-delay: 0.8s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(4) > a {
    transition-delay: 1s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(5) > a {
    transition-delay: 1.2s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(6) > a {
    transition-delay: 1.4s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(7) > a {
    transition-delay: 1.6s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(8) > a {
    transition-delay: 1.8s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(9) > a {
    transition-delay: 2s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(10) > a {
    transition-delay: 2.2s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(11) > a {
    transition-delay: 2.4s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(12) > a {
    transition-delay: 2.6s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(13) > a {
    transition-delay: 2.8s;
    opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(14) > a {
    transition-delay: 3s;
    opacity: 1;
}

.bg_menu {
    background-color: var(--color-white);
    width: 100%;
    z-index: -1;
}

.bg_menu {
    background-color: #23232338;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 27;
    top: 0;
    transition: all 0.3s linear;
    transform: translateX(-100%);
}

.bg_menu.active {
    transform: translateX(0%);
}

.heading-title {
    background: linear-gradient(90deg, #58595b 0%, #008aaa 38.98%);
    color: var(--white-color);
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-title .content {
    width: 90%;
    margin: 0 auto;
}

.heading-title .content h2 {
    /* font-size: 27px; */
    font-size: clamp(24px, 5vw, 27px);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}
