/* Main */
* {
    box-sizing: border-box;
}

@font-face {
  font-family: cfont;
  src: url(../fonts/font.ttf);
}

@font-face {
  font-family: cfont1;
  src: url(../fonts/font.otf);
}

body {
    font-family: cfont;
    direction: rtl;
    user-select: none;
}

.logo-text {
    display: flex;
}
.logo-text img {
    width: 70px;
}
.logo-text p {
    margin: 0;
}
.logo-text p.logo-text-ar {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 14px;
}
.logo-text p.logo-text-en {
    font-size: 14px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000000;
}

.loader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}

.loader .loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #0f6e27;
    width: 0%;
    transition: width 0.3s ease;
}

.loader .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bubble-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0f6e27 !important;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        inset -8px -8px 15px rgba(255, 255, 255, 0.4),
        inset 8px 8px 15px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.2);

    transition: all 0.3s ease;
}

.bubble-btn::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    width: 35%;
    height: 35%;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 60%, transparent 70%);
    border-radius: 50%;
    filter: blur(2px);
}

.bubble-btn:hover {
    transform: scale(1.1);
    box-shadow:
        inset -6px -6px 12px rgba(255, 255, 255, 0.6),
        inset 6px 6px 12px rgba(0, 0, 0, 0.2),
        0 12px 25px rgba(0, 0, 0, 0.3);
}

/* Main */

/* Header */

header {
    background: linear-gradient(275.01deg,#0f6e27 0.06%,#179d38 89.04%,#5be37d 104.73%);
    min-height: 100vh;
}

nav .left a.contact {
    background-color: transparent;
    color: #fff;
    padding: 7px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

nav .left .lang {
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    border: unset;
    color: #fff;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all .5s ease;
}

nav .left  .lang:hover {
    background-color: #0000001a;
}

header h1 {
    font-size: 55px;
}

header span {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 5px 20px;
}

header .images img {
    width: 35%;
}

/* Header */

/* Statics */
.statics {
    background-color: #f8fbff;
}

.statics h4 {
    color: #179d38;
}

.statics .statics-container .content {
    color: #0f6e27;
    background-color: #fff;
}

.statics .statics-container .content i {
    color: #179d38;
}

.statics .statics-container .content p:first-of-type {
    font-size: 13px;
    color: #179d38;
}

.statics .statics-container .content p:last-of-type {
    font-size: 40px;
}

/* Statics */


/* Stories */

.stories {
    padding: 150px 0;
}

.stories .info h2 {
    color: #0f6e27;
    font-size: 50px;
}

.stories .info p {
    font-size: 14px;
    color: #179d38;
}

.stories .story {
    height: 450px;
    border-radius: 40px;
    background-size: cover;
    background-position: center center;
    border: 3px solid #fff;
    cursor: pointer;
    position: relative;
}

.stories .story .info {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    color: #fff;
    background-color: #0000001a;
    border: 1px solid #e5e7eb5d;
    border-radius: 20px;
    backdrop-filter: blur(8px);
}

.stories .story .info p {
    font-size: 13px;
    color: #ddd;
}

.stories .story .info div {
    border: 1px solid #e5e7eb5d;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stories .story .info div span:first-of-type {
    width: 50px;
    font-size: 12px;
}

.stories .story .info div span:nth-of-type(2) {
    height: 35px;
    width: 2px;
    background-color: #fff;
    margin: 0 10px;
}

.stories .story .info div span:nth-of-type(3) {
    font-size: 35px;
} 

/* Stories */

/* Certificates */

.certificates {
    padding-bottom: 50px;
}

.certificates .info h2 {
    color: #0f6e27;
    font-size: 50px;
}

.certificates .info p {
    font-size: 14px;
    color: #179d38;
}

/* Certificates */

/* Partners */

.partners p {
    color: #486ab5;
}

.partners .splide__slide img {
    width: 100px;
}

/* Partners */

/* Plan */

.plan {
    padding: 140px 0;
    background: linear-gradient(275.01deg,#0f6e27 0.06%,#179d38 89.04%,#5be37d 104.73%);
}

.plan p:last-of-type {
    font-size: 14px;
    margin-top: 60px;
}

.plan .images img {
    width: 40%;
}


.plan a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 10px;
}

/* Plan */

/* Boxes */

.boxes {
    padding: 150px 0;
}

.boxes .crown {
    background-color: #179d38;
    color: #fff;
    padding: 20px 80px;
    font-size: 32px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.boxes .info h2 {
    color: #179d38;
}

.boxes .info p {
    color: #0f6e27;
}

.boxes .splide__slide {
    direction: rtl;
}

.boxes .splide__slide i {
    color: #fff;
    background-color: #179d38;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.boxes .splide__slide p:first-of-type {
    font-size: 26px;
    color: #0f6e27;
}

.boxes .splide__slide p:last-of-type {
    line-height: 2;
    font-size: 20px;
}

.boxes .splide {
  position: relative;
}

.boxes .splide__arrows {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: flex;
  gap: 10px;
}

.boxes .splide__arrow {
  position: static;
  transform: none;
}

/* Boxes */

/* Why */

.why {
    background-color: #f3f9ff;
    padding: 100px 0;
}

.why h2 {
    color: #0f6e27;
}

.why i {
    background-color: #179d38;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    line-height: 50px;
    font-size: 24px;
}

.why h3 {
    font-size: 20px;
    margin: 20px 0;
    color: #0f6e27;
}

.why p {
    line-height: 1.7;
    color: #0f6e27;
}

/* Why */

/* Group */

.group {
    padding: 150px 0;
    padding-bottom: 50px;
}

.group h3 {
    color: #0f6e27;
}

.group p.info {
    color: #179d38;
    line-height: 1.7;
}

.group .people p:first-of-type {
    color: #0f6e27;
    font-size: 20px;
}

.group .people p:last-of-type {
    color: #179d38;
    font-size: 14px;
}

.group .team1 img {
    width: 60%;
}

.group .team2 img {
    width: 56%;
}

.group .team3 img {
    width: 65%;
}

.group .team4 img {
    width: 40%;
}

.group .team5 img {
    width: 40%;
}

/* Group */

/* Footer */

footer {
    background: linear-gradient(275.01deg,#0f6e27 0.06%,#179d38 89.04%,#5be37d 104.73%);
    margin-top: 100px;
    position: relative;
}

footer .main-footer p {
    font-size: 14px;
}

footer .logo-text {
    margin-bottom: 10px;
}

footer .logo-text img {
    margin-right: -10px;
}

footer .sep {
    border: 1px solid #fff;
}

footer .last-links {
    font-size: 14px;
}

/* Footer */


/* Responsive */
.nav-small {
    display: none;
}

.bubble-btn {
    display: none;
}


.fs-5 {
    font-size: 16px !important;
}

@media (max-width: 990px) {

    .loader .logo-text {
        display: block;
        width: 100%;
        text-align: center;
    }

    .loader .logo-text img {
        width: 100px;
    }

    .hiide {
        display: none !important;
    }

    .md-center {
        text-align: center;
    }

    .bubble-btn {
        display: flex;
    }

    .nav-small {
        background-color: #f3f9ff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .nav-small .center-center {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .nav-small .close {
        position: absolute;
        top: 50px;
        left: 50px;
        cursor: pointer;
    }

    .nav-small li a {
        color: #0f6e27;
    }
}

@media (max-width: 500px) {
    .loader .loading {
        width: 100%;
    }
}

/* Responsive */