body {
    background-color: #2F3333 !important;
}

@font-face {
    font-family: 'salvager';
    src: url('https://dev.origin.global/2024/a/alzumuruda/public/assets/fonts/SALVAGER.woff2') format('woff2'),
    url('https://dev.origin.global/2024/a/alzumuruda/public/assets/fonts/SALVAGER.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ezra';
    src: url('https://dev.origin.global/2024/a/alzumuruda/public/assets/fonts/Ezra-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter';
    src: url('https://dev.origin.global/2024/a/alzumuruda/public/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Arabic Fonts */
@font-face {
    font-family: 'pnu';
    src: url('https://dev.origin.global/2024/a/alzumuruda/public/assets/fonts/PNU-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'etab';
    src: url('https://dev.origin.global/2024/a/alzumuruda/public/assets/fonts/etab.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.salvager {
    font-family: 'salvager';
}

.etab {
    font-family: 'etab';
}

.ezra {
    font-family: 'ezra';
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.pnu {
    font-family: 'pnu'
}

.inter {
    font-family: 'inter';
}

.container-fluid {
    padding: 0 87px !important;
}

.container-fluid2 {
    padding: 0 140px !important;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-19 {
    font-size: 19px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-21 {
    font-size: 21px;
}

.f-s-24 {
    font-size: 24px;
    transition: all .3s ease-in-out;
}

.f-s-25 {
    font-size: 25px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-33 {
    font-size: 33px;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-44 {
    font-size: 44px;
}

.f-s-45 {
    font-size: 45px;
}


.f-s-48 {
    font-size: 48px;
}

.g-50 {
    gap: 50px;
}

.f-s-50 {
    font-size: 50px;
}

.f-s-52 {
    font-size: 52px;
}

.p-l-55 {
    padding-left: 55px !important;
}

.f-s-54 {
    font-size: 54px;
}

.f-s-55 {
    font-size: 55px;
}

.f-s-60 {
    font-size: 60px;
}

.f-s-66 {
    font-size: 66px;
}

.f-s-68 {
    font-size: 68px;
}

.f-s-80 {
    font-size: 80px;
}

.f-s-84 {
    font-size: 84px;
}

.f-s-56 {
    font-size: 56px;
}

.f-s-70 {
    font-size: 70px;
}

.f-s-75 {
    font-size: 75px;
}

.f-s-100 {
    font-size: 100px;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-800 {
    font-weight: 800;
}

.bg-dark-grey-1 {
    background-color: #2F3333;
}

.bg-dark-grey-2 {
    background-color: #272B2B;
}

.right-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.bg-burnt-sienna {
    background-color: #CC7D61;
}

.bg-steel-green {
    background-color: #2E3838;
}

.text-white {
    color: #ffffff;
    opacity: 100%;

}

.text-sienna {
    color: #CC7D61;
    opacity: 100%;

}

.text-silver {
    color: #BDC7C7;
    opacity: 100%;
}

.full-w {
    width: 100% !important;
}

.full-h {
    height: 100% !important;
}

.img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.button {
    align-items: center;
    display: flex;
    border-radius: 50px;
    width: 216.69px;
    height: 60px;
    text-decoration: none;
    justify-content: center;
    transition: all .3s ease-in-out;
    font-size: 18px;

    &:hover {
        border: 1px solid #CC7D61;
        background-color: #272B2B;
        transition: all .3s ease-in-out;

    }
}

.navbar {
    height: 102px;
    z-index: 999999;
    position: absolute !important;
    transition: 500ms;

}

/*NAVBAR FIXED*/

.navbar.nav-fixed {
    position: fixed !important;
    top: -89px;
    padding: 10px 0;
    background-color: #272B2B;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 90% !important;
    margin: 0 85px;
    
}

.navbar.nav-fixed.modified {
    top: 0;
}

.header_side {
    width: 60%;
    height: 63.22px;
    border: 1px solid #9A9998;
    border-radius: 100px;
    align-items: center;
    display: flex;
    padding: 10px;
}

.menu {
    width: 100%;
    justify-content: space-between;
}

.main-ul {
    padding-left: 0;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    gap: 18px;
}

.nav {
    width: 80%;
}

.nav-item {
    width: 172px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all .3s ease-in-out;

    a {
        color: white;
        text-decoration: none;
    }

    &:hover {
        border: 1px solid #CC7D61;
        background-color: #272B2B;
        transition: all .3s ease-in-out;
    }
}

.nav-active {
    background-color: #CC7D61;
}

.nav-seperator {
    width: 2px;
    background-color: #9A9998;
    height: 61px;
    margin-left: 20px;
}

.switch {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 10px;
}

.p-b-200 {
    padding-bottom: 200px;
}

.hero-section {
    height: 100%;
    left: 50%;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0;
    transform: translate(-50%, 0);
    width: 90%;
}

.b-r-100 {
    border-radius: 100px;
}

.hero_social {
    height: 468.83px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    right: 85px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
}

.footer_social {
    height: 60px;
    width: 454.18px;
    justify-content: space-between;
    display: flex;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.hero-text {
    height: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
}

.magnet {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    fill: white;
    transition: all .3s ease-in-out;

    &:hover {
        background-color: #2F3333;
        color: #CC7D61 !important;
        fill: #CC7D61 !important;
        border: 1px solid #CC7D61;
        transition: all .3s ease-in-out;

        .svg {
            path {
                fill: #CC7D61 !important;
            }

            rect {
                stroke: #CC7D61 !important;
            }
        }
    }
}

.full-line {
    height: 1px;
    width: 100%;
    border: 1px dashed #9A9998;
    opacity: 30%;
}

.full-line-solid {
    height: 1px;
    width: 100%;
    border: 1px solid #9A9998;
    opacity: 30%;
}

.b-r-36 {
    border-radius: 36.9px;
}

.card1 {
    width: 30%;
    height: 271px;
}

.custom-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.row {
    row-gap: 30px;
    transition: all .3s ease-in-out;

}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    width: 100%;
    border-radius: 100px;
    background-color: #272B2B;
    border: 1px solid #BDC7C7;
    padding: 30px 40px;
    color: white;
    height: 78px;
    box-sizing: border-box; /* Ensure padding and border are included in width */
    transition: all .1s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border: 2px solid #BDC7C7;
    transition: all .1s ease-in-out;

    &::placeholder {
        color: white !important;
        transition: all .1s ease-in-out;

    }

    &:focus-visible {
        outline: none !important;
    }
}

button {
    cursor: pointer;
    border: none;
}

button:hover {
    border: 2px solid #BDC7C7;
}

/* Consolidate select styles */
select {
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 20px 40px 20px 20px; /* Adjust padding to accommodate arrow icon */
    color: white;
    box-sizing: border-box; /* Ensure padding and border are included in width */

}

select:focus {
    border: 2px solid #BDC7C7;
}


.form-section {
    padding: 85px 106px 0;
}


.form-container {
    background-color: #272B2B;
    border-radius: 100px;
    height: fit-content;
    padding: 80px;
}


.interest {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.message {
    height: 297px;
    border-radius: 45px;
}

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    width: 100%;
    border-radius: 100px;
    background-color: #272B2B;
    border: 1px solid #BDC7C7;
    color: white;
    height: 78px;
    box-sizing: border-box; /* Ensure padding and border are included in width */
    transition: all .1s ease-in-out;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}


/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 12px;
}

/* style the items (options), including the selected item: */
.select-items div .country-option, .select-selected .country-option {
    color: #ffffff;
    padding: 4px 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    max-width: 100%;
}

.select-selected {
    position: relative;
    width: 65px;
    transform: translateX(-30%);
    border: none;
    background: none;
    /* Style the arrow inside the select element: */

    &::after {
        position: absolute;
        content: "";
        top: calc(50% + 3px);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
        cursor: pointer;
    }
}

.phone-input {
    position: absolute;
    margin-right: -65px;
}

.phone-input-ar {
    position: absolute;
    left: -61px;
    direction: rtl;
    margin-right: 0 !important;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #272B2B;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 45vh;
    overflow: auto;
    width: 200px;
    border: 1px solid white;
    border-radius: 15px;

}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.select-items .same-as-selected {
    display: none;
}

.country-name {
    margin-left: 1rem;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    flex-shrink: 1;
    min-width: 0;
    width: 100%;
}

.country-flag {
    flex-shrink: 0;
    min-width: 26.66px;
    background-color: black;
    position: relative;
}

.country-code {
    padding: 4px 12px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 630px) {
    .verify-phone-container__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .left-side {
        padding-bottom: 0;
        padding-top: 1rem;
    }

    .verify-question {
        top: calc(1rem - 2px);
    }

    .page-title {
        font-size: 1.4rem;
    }

    .phone-input {
        width: 100%;

        input {
            width: 200px;
        }
    }
}

@media (max-width: 445px) {
    .hidden-mobile {
        display: block;
    }

    .phone-input {
        width: 100%;

        input {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            width: 100%;
        }
    }

    input[type=checkbox] {
        /* All browsers except webkit*/
        transform: scale(2);
        /* Webkit browsers*/
        -webkit-transform: scale(2);
    }
}

.footer-ul-container {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.footer-ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-li {
    color: white;
    text-decoration: none;
}

.g-20 {
    gap: 20px;
}

.g-30 {
    gap: 30px;
}

.underlined {
    text-decoration: underline;
}

.newsletter {
    background-color: transparent !important;
}

.newsletter-submit {
    border-radius: 50%;
    background-color: #CC7D61;
    height: 60px;
    width: 60px;
    color: white;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    transition: all .3s ease-in-out;

    &:hover {
        border: 1px solid #CC7D61;
        background-color: #2F3333;
        transition: all .3s ease-in-out;
    }
}

.p-l-100 {
    padding-left: 100px;
}

.mb-signature {
    margin-bottom: 2.5rem !important;
}

.contact-header-sides {
    background-color: #272b2b80;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 100%;
}

.hero-section-contact {
    height: 100%;
    width: 100%;
}

.hero-text-contact {
    top: 50%;
    left: 140px;
    transform: translate(0, -50%);
}

.contact-section {
    height: 100%;
    left: 50%;
    position: absolute;
    top: -25%;
    transform: translate(-50%, 0);
    width: 90%;
    padding: 60px 55px;
}

.contact-map {
    width: 570px;
    height: 470px;
    position: relative;
}

.projects-nav {
    position: relative !important;
    background-color: #272B2B;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 100%;
}

.item {
    height: 692px;
}

.p-60 {
    padding: 60px;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: -162px;
    right: 52px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white !important;
    color: white !important;
    font-size: 20px !important;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    z-index: 9999; /* Ensure the buttons appear above other content */
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    background-color: #272B2B !important;
    border: 1px solid #CC7D61 !important;
    transition: all .3s ease-in-out;
    /*transform: scale(1.1);*/
}

.owl-carousel .owl-prev {
    right: 120px; /* Adjust the position of the previous button if needed */
}

.newsletter-projects {
    border-radius: 50%;
    background-color: #CC7D61;
    height: 60px;
    width: 60px;
    color: white;
    position: relative;
    border: none;
    transition: all .3s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;

    &:hover {
        border: 1px solid #CC7D61;
        background-color: #2F3333;
        transition: all .3s ease-in-out;
    }
}

.hero-text-about {
    padding-left: 54px;
    height: 100%;
    text-align: start;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    color: white;
}

.max-w-684 {
    max-width: 684px;
}

.owl-carousel2 .owl-prev, .owl-carousel2 .owl-next {
    position: absolute;
    top: -42px !important;
    left: 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white !important;
    color: white !important;
    font-size: 20px !important;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    z-index: 9999; /* Ensure the buttons appear above other content */
}

.owl-carousel2 .owl-prev:hover, .owl-carousel2 .owl-next:hover {
    background-color: #272B2B !important;
    border: 1px solid #CC7D61 !important;
    transition: all .3s ease-in-out;
    /*transform: scale(1.1);*/
}

.owl-carousel2 .owl-next {
    left: 55px !important;

    /* Adjust the position of the previous button if needed */
}

.half-h {
    height: 50%;
}

.no-b-r-b {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #37373796;
    z-index: 0;
    top: 0;
    left: 0;
}

.seperator-solid {
    height: 337px;
    width: 1px;
    border: 1px dashed #9A9998;
    opacity: 30%;
    z-index: 4;
}
.seperator-solid2 {
    height: 142px;
    width: 1px;
    border: 1px dashed #9A9998;
    opacity: 30%;
    z-index: 4;
}

.margin-7-perc {
    margin: 0 7%;
}

.parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
    height: 850px;
}

.parallax-section2 {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
}

.horizontal-line {
    width: 1px;
    height: 142px;
    border: 1px dashed #9A9998;
    opacity: 30%;
    position: relative;
}

.w-30 {
    width: 30%;
}

.circle-absolute {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background-color: #CC7D61;
    position: absolute;
    top: -17px;
    left: 65px;
}

.circle-absolute2 {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background-color: #785143;
    position: absolute;
    top: -17px;
    right: 590px;
}

.line {
    height: 30px;
    position: relative;
}

.owl-carousel3 {
    .item {
        width: 100%;
        height: 265px;
    }
}

.owl-carousel3 .owl-prev, .owl-carousel3 .owl-next {
    position: absolute;
    top: 0;
    right: 63px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white !important;
    color: white !important;
    font-size: 20px !important;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    z-index: 9999; /* Ensure the buttons appear above other content */
}

.owl-carousel3 .owl-prev {
    right: 120px; /* Adjust the position of the previous button if needed */
}

.opacity-50 {
    opacity: 50%;
    transition: all .3s ease-in-out;

}

.overlay2 {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #2E3838;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 65%;
}

.semi-border {
    background-color: #CC7D61;
    width: 90%;
    height: 101px;
    border-radius: 100px 100px 0 0;
}

.board-member {
    width: 336px;
    height: 359px;
}

.img-board {
    bottom: -130px;
    height: unset;
    top: unset;
}

.img-board3 {
    bottom: -290px;
    height: unset;
    top: unset;
}

.image-reflection {
    transform: scaleY(-1);
}

.img-board-invert {
    top: -130px;
    height: unset;
    bottom: unset;
}

.img-board3-invert {
    top: -290px;
    height: unset;
    bottom: unset;
}

.abs-bg {
    background: linear-gradient(to bottom, #2f3333bf 0%, #2F3333 70%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.board-name {
    z-index: 45;
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

.board-name-p {
    z-index: 45;
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
}

.side-lines {
    width: 570px;
    height: 1px;
    border: 1px dashed #9A9998;
    opacity: 30%;
}

.margin-3-perc {
    margin: 0 3%;
}

.logo {
    width: 152px;
    height: 164px;
}
