:root {
    --primary-font-name: 'estedad';
    --secondary-font-name: 'Berlin Sans FB';
    --primary-color: #ff3c00;
    --secondary-color: #1e1e1c;
    --darken-color: #0c0c0b;
    --white-color: #fff;
    --link-text-size: 16px;
    --earth-size: 500px;
    --earth-texture: linear-gradient(240deg, rgba(0, 0, 0, 0.9)20%, rgba(0, 0, 0, 0)), url('../images/earth/earth_texture.jpg');
    --col-1: 8.33%;
    --col-2: 16.66%;
    --col-3: 25%;
    --col-4: 33.33%;
    --col-5: 41.66%;
    --col-6: 50%;
    --col-7: 58.33%;
    --col-8: 66.66%;
    --col-9: 75%;
    --col-10: 83.33%;
    --col-11: 91.66%;
    --col-12: 100%;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #1c1c1c;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul {
    padding: 0;
    margin: 0;
    font-family: var(--primary-font-name);
}

a {
    text-decoration: none;
    pointer-events: auto;
}

li {
    list-style: none;
}

/* Start Earth Component */

/* &animation */
/* @keyframes spin-earth {
    0% {
        background-position: 120% 0;
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        background-position: -80%;
        transform: rotate(30deg);
    }
}  */


/* &class */

/* .earth {
    background-image: var(--earth-texture);
    background-size: cover;
    width: var(--earth-size);
    height: var(--earth-size);
    border-radius: 50%;
    position: relative;
    left: 200px;
    z-index: -2;
    animation: spin-earth 70s linear infinite;
    overflow: hidden;
    filter: brightness(200%);
    box-shadow: 0 0 25px 4px#000 inset, 0 0 10px 2px #000;
} */

/* End Earth Component */

/* Start Space-continer Component */

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}


.intro-section {
    width: 100%;
    position: relative;
    z-index: 0;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    /* background-image: url('../images/stars-pattern.png');
    background-size: contain; */
    background-color: #000;
}

.intro-section .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

/* .intro-section *:not(.header){
    z-index: -3;
} */

/* End Intro Component */

/* .earth-container {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -2;
}

.sky-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../images/sky.png');
    background-size: cover;

} */

.header {
    position: relative;
    z-index: 10;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
}

.header_logo {
    width: 72px;
}

.header_navbar {
    min-width: 500px;
    min-height: 50px;
    padding: 12px 24px;
    margin: 0 8px;
    background: rgba(41, 40, 41, 0.6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(60px);
}

.header_nav-list {
    display: flex;
    align-items: center;
}

.header_nav-item {
    font-size: var(--link-text-size);
    font-weight: normal;
    padding: 0 6px;
    margin: 0 6px;
}

.header_nav-link {
    color: var(--white-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 200ms linear;
}

.header_nav-link:hover {
    color: var(--primary-color);
}

.header_nav-action-btn {
    border: 2px solid var(--white-color);
    border-radius: 6px;
    padding: 8px 12px;
    margin: 0 4px;
    transition: all 200ms linear;
}

.header_nav-action-btn:hover {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.text-regular {
    font-weight: normal;
}

.icon-spacing {
    padding-left: 4px;
    padding-right: 4px;
}

.header_dropdown-btn {
    display: none;
}

.active {
    display: block !important;
}

.intro-info {
    width: 1170px;
    min-height: 500px;
    position: relative;
    padding: 4rem 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-info_heading {
    width: 100%;
    color: var(--white-color);
    font-size: 48px;
    font-weight: 900;

}

.intro-info_sub-heading {
    width: 100%;
    color: var(--white-color);
    margin: 1.5rem 0;
    font-size: 24px;
    font-weight: bold;
}

.intro-info-btn {
    width: fit-content;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    transition: all 200ms linear;
}

.intro-info-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.features-section {
    max-width: 1170px;
    min-height: 950px;
    display: flex;
    margin: 0 auto;
    position: relative;
    top: -120px;
    background-color: var(--darken-color);
    z-index: 5;
}

.features_mission {
    width: 41.6%;
    padding: 48px 68px;
    min-height: inherit;
    color: var(--white-color);
    border-left: rgba(128, 128, 128, 0.8) solid 1px;
}

.features_mission_heading {
    width: 100%;
    margin-top: 6rem;
    font-size: 32px;
    text-transform: uppercase;
}

.features_mission_description {
    margin-top: 2rem;
    line-height: 1.6rem;
    font-size: 14px;
    font-weight: 300;
}

.features_columns {
    position: relative;
    width: 58.33%;
    min-height: 100%;
    margin: 0 80px;
    min-height: inherit;
    display: flex;
    flex-direction: row;
}

.features_col_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: -90px;
    min-height: inherit;
    /* background-color: yellow; */
}

.features_col_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: -90px;
    height: inherit;
    /* background-color: aquamarine; */
}

.features_col_left .features_item:nth-of-type(2),
.features_col_right .features_item:last-of-type {
    background-color: var(--primary-color);
}

.features_item {
    width: 85%;
    min-height: 250px;
    margin: 32px 0;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--secondary-color);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.7);
    color: var(--white-color);
    padding: 24px;
}

.features_item_heading {
    font-size: 20px;
}

.features_item_description {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 300;
}

.features_image {
    position: relative;
    z-index: 3;
    margin-top: -150px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    background-image: url('../images/features-image-min.jpg');
    background-size: cover;
    background-position: center;

}

.numbers-section {
    max-width: 1170px;
    margin: 40px auto;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.numbers_heading {
    width: 100%;
    margin: 12px 0;
    text-align: center;
    font-family: var(--primary-font-name);
    font-weight: normal;
    font-size: 28px;
    color: var(--primary-color);
}

.numbers_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: var(--white-color);
}

.numbers_item_counter {
    display: flex;
    justify-content: center;
}

.numbers_item_number,
.numbers_item_suffix {
    font-size: 44px;
    font-weight: bold;
}


.numbers_item_title {
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
}

.numbers_item_title::after {
    display: block;
    content: "";
    width: 50%;
    height: 3px;
    margin: 24px auto;
    background-color: var(--white-color);
}

.partners_image {
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    background-image: url('../images/partners-image-min.jpg');
    background-size: cover;
    background-position: center;
}

.partners_image_heading {
    position: absolute;
    margin: 0 40px;
    text-align: start;
    bottom: 40px;
    color: var(--white-color);
    font-size: 64px;
    font-family: var(--primary-font-name);
    font-weight: bold;
}

.partners {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.partners_description {
    width: 100%;
    font-size: 16px;
    color: var(--primary-color);
    margin-top: 24px;
    margin-bottom: 40px;
    padding: 0 40px;
    text-align: start;
    font-family: var(--primary-font-name);
}

.partners_items {
    width: 100%;
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.partners_items_item {
    width: calc(25% - 16px);
    height: 150px;
    background-color: #151517;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners_item_brand {
    width: 50%;
}

.footer-section {
    max-width: 1170px;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 24px 0px;
}

.footer-start {
    width: var(--col-4);
    display: flex;
}

.footer_start_brand {
    width: 30%;
    height: auto;
}

.footer_start_brand img {
    width: 100%;
}

.footer_start_brand-info {
    width: 70%;
    padding: 8px 4px;
    font-size: 14px;
    color: var(--white-color);
    text-align: end;
}



.footer_center {
    width: var(--col-5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_center_heading {
    width: var(--col-8);
    color: var(--primary-color);
    font-size: 16px;
}

.footer_center_form {
    width: var(--col-8);
    padding: 16px 6px;
    margin-top: 12px;
    background-color: #151517;
    border-radius: 4px;
    border: 2px solid var(--primary-color);
}

.footer_end {
    width: var(--col-3);
    display: flex;
    flex-direction: column;
    padding-right: 24px;
}

.footer_end_follow-heading {
    font-size: 16px;
    color: var(--white-color);
}

.footer_end_follow {
    display: flex;
}

.footer_end_follow_item {
    padding: 16px 6px;
    font-size: 24px;
}

.footer_end_follow_item-link {
    color: #ccc;
    transition: all 300ms;
}

.footer_end_follow_item-link:hover {
    color: var(--white-color);
    text-shadow: 0 0 1.5px #ccc;
}

.footer_end_copyright {
    font-size: 12px;
    color: #ccc;
}



@media (max-width:992px) {
    .header {
        width: 100%;
        background-color: rgba(41, 40, 41, 0.5);
        backdrop-filter: blur(50px);
        padding: 4px 5%;
    }

    .header_navbar {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100%;
        background: rgba(41, 40, 41, 1);
        backdrop-filter: blur(50px);
        border-radius: 0;
        margin: 0;
    }

    .header_dropdown-btn {
        position: absolute;
        left: 5%;
        display: flex;
        align-items: center;
        color: var(--white-color);
        font-size: 20px;
        background: none;
        border: 2px solid var(--white-color);
        border-radius: 8px;
        padding: 8px;
        cursor: pointer;
        transition: all 200ms linear;
    }

    .header_dropdown-btn:hover {
        color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .header_dropdown-btn:has(+ .header_navbar.active) {
        color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .header_nav-list {
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .header_nav-item {
        margin: 1.5rem 0;
        padding: 0;

    }

    .intro-info {
        width: 100%;
        padding: 4rem 2rem;
    }

    .intro-info_heading {
        font-size: 28px;
    }

    .intro-info_sub-heading {
        font-size: 16px;
    }

    .features-section {
        flex-direction: column;
    }

    .features_mission {
        width: 100%;
        border: none;
    }

    .features_columns {
        width: 100%;
        flex-direction: column;
        margin: 0;
    }

    .features_col_left,
    .features_col_right {
        width: 70%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 0;
    }

    .features_mission {
        padding: 40px 68px;
        min-height: 100%;
    }

    .features_image {
        height: 400px;
    }

    .numbers_item {
        width: 50%;
        flex: none;
    }

    .numbers_heading {
        padding: 24px;
    }

    .partners_image {
        height: 350px;
    }

    .partners_image_heading {
        margin: 0 40px;
        bottom: 20px;
        font-size: 48px;
    }

    .partners_items {
        gap: 4px;
        justify-content: center;
        align-items: center;
    }

    .partners_items_item {
        width: calc(50% - 8px);
    }

    .footer-section {
        flex-wrap: wrap;
        padding: 0 24px;
    }

    .footer-start,
    .footer_center,
    .footer_end {
        width: var(--col-12);
        margin: 12px 0;
    }

    .footer-start {
        align-items: center;
    }

    .footer_center {
        padding-right: 0;
    }

    .footer_end {
        align-items: center;
    }
}