@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.25rem;
    color: #563520;
    background-color: #f7fbf3;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.bg-img {
    background-image: url("../img/bg-image.svg");
    background-size: cover;
    background-position: center;
}

.bg-gold {
    background-color: #f4f0db !important;
}

.bg-green {
    background-color: #035639 !important;
}

.bg-gold p {
    color: #563520;
}


.bg-gold .title,
.bg-gold .heading,
.bg-gold .highlight,
.bg-gold .sub-title,
.bg-gold .btn-products {
    color: #563520;
    text-transform: uppercase;
}

.sub-title.font-2 {
    padding-top: .25rem;
}

.d-mobile-none {
    display: none;
}

.flag-icon {
    width: 15px;
    margin-right: .5rem;
}

.flag-icon-2 {
    width: 20px;
    margin-right: .65rem;
}

@media (min-width: 1200px) {
    .d-mobile-none {
        display: block;
    }

    .flag-icon {
        width: 25px;
        margin-right: 1rem;
    }

    .flag-icon-2 {
        width: 35px;
        margin-right: 1rem;
    }
}


.body-color {}

body.hide-overflow {
    overflow-y: hidden;
}

::selection {
    background-color: #ecce93;
    color: #563520;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.contact-icon {
    width: 30px;
    margin-right: 1rem;
    
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #563520;
     !important margin-top: 0rem;
    margin-bottom: 1rem;
    font-family: "Rozha One", serif;
}

p {
    font-size: 1.1rem;
    font-weight: 350;
    line-height: 1.25rem;
    opacity: .75;
}


@media (min-width: 1200px) {
    p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

.w-20 {
    width: 20%;
}


.line-height-2 {
    line-height: 1.5rem;
}

a,
a:hover {
    cursor: pointer;
    color: #563520;
    text-decoration: none;
}


.text-white {
    color: #f7fbf3;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    box-shadow: none;
    border-bottom: 0px;
}


.header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .container {
    padding: 0rem 1.5rem;
}

@media (min-width: 992px) {
    .header .navbar {
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .header .container {
        padding: 0rem 3rem;
    }
}

.header .navbar-brand {
    margin-inline-end: 20px;
    padding: 0;
}

.header .navbar-brand-logo {
    height: 60px;
}


.header .navbar-toggler {
    padding: 0;
    border: none;
}

.header .navbar-toggler:hover,
.header .navbar-toggler:focus {
    box-shadow: none;
}

.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url(../img/menu-icon.svg);
    width: 22px;
    height: 22px;
}


.header .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
    background-image: url(../img/sprite.svg#menu-open);
    width: 29px;
    height: 22px;
}


.header .navbar-nav {
    margin-top: 30px;
    margin-bottom: 0;
    margin-inline-end: auto;
    flex-wrap: wrap;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .header .navbar-nav {
        margin-top: 0;
        margin-right: 53px;
        justify-content: flex-end;
    }
}

.header .navbar-nav .nav-item {
    padding-left: 0;
    margin-bottom: 0;
}

.header .navbar-nav .nav-link {
    color: #563520;
    font-weight: 400;
    margin-top: 0;
    padding: 10px 0px;
    white-space: nowrap;
}


@media (min-width: 992px) {
    .header .navbar-nav .nav-link {
        margin-top: 0;
        padding: 5px 17.5px;
    }
}


.header.scrolled {
    background-color: #f7fbf3;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 2px solid #ecce93;
    box-shadow: 0 2px 8px rgba(236, 206, 147, 0.5);
}


@media (max-width: 992px) {
    .header {
        background-color: #f7fbf3;
        border-bottom: 1px solid #ecce93;
        box-shadow: 0 2px 8px rgba(236, 206, 147, 0.5);
    }

    .social__item {
        margin-top: 1rem;
        margin-bottom: .75rem;
    }
}


.container {
    position: relative;
    padding: .5rem .5rem .5rem .5rem;
    box-sizing: border-box;
    max-width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        padding: .5rem .5rem .5rem .5rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding: .5rem .5rem .5rem .5rem;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 1rem 1rem 1rem 1rem;
    }
}


.rounded {
    border-radius: 0rem;
}

ul {
    color: #563520;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.border-top-gold {
    border-top: 1px solid #ecce93;
}

.border-bottom-gold {
    border-bottom: 1px solid #ecce93;
}

.border-left {
    border-left: 1px solid #ecce93;
}

.border-right {
    border-right: 1px solid #ecce93;
}

.font-1 {
    font-family: "Rozha One", serif;
}

.font-2 {
    font-family: "League Spartan", sans-serif;
}

.font-3 {
    font-family: "Great Vibes", cursive;
}

.opacity-100 {
    opacity: 1;
}

.opacity-75 {
    opacity: .75;
}

.opacity-60 {
    opacity: .6;
}

.opacity-50 {
    opacity: .5;
}

.opacity-25 {
    opacity: .25;
}

.text-start {
    text-align: left;
}


.text-center {
    text-align: center;
}


.text-end {
    text-align: right;
}

.text-justify {
    text-align: justify;
}


.header-menu-color {
    color: #563520;
}


.card {
    border: 0px;
    color: #f7fbf3;
    background-color: #035639;
    border-radius: 0rem;
}

.card-header {
    padding: 1rem;
    border-bottom: .5px solid #f7fbf3;
}

.card-body {
    padding: 1rem;
}

.card-footer {
    padding: 1rem;
    border-top: .5px solid #f7fbf3;
}


.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
    color: #f7fbf3;
     !important
}



.hero-section {
    padding: 1rem;
    transition: background-color 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    background-image: url('../img/world.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 5rem;
}

@media (min-width: 1200px) {
    .hero-section {
        padding: 2rem;
        margin-top: 7rem;
    }
}


.hero-section-2 {
    padding: 1rem;
    transition: background-color 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    margin-top: 5rem;
}

@media (min-width: 1200px) {
    .hero-section-2 {
        padding: 2rem;
        margin-top: 7rem;
    }
}


.hero-logo {
    height: 100px;
}

@media (min-width: 1200px) {
    .hero-logo {
        height: 200px;
    }
}

.hero-link {
    color: #f7fbf3;
    font-weight: 500;
    font-size: .9rem;
    cursor: pointer;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
}


@media (min-width: 1200px) {
    .hero-title {
        font-size: 100px;
        line-height: 100px;
        margin: 2rem 0rem 2rem 0rem;
    }
}

.hero-footer-card-1 {
    background-color: #f7fbf3;
    border: 1px solid #f7fbf3;
    padding: .5rem;
    border-radius: 0rem;

}

.hero-footer-card-2 {
    background-color: transparent;
    border: 1px solid #f7fbf3;
    padding: .5rem;
    border-radius: 0rem;
    color: #f7fbf3;
}

.hero-p {
    font-size: 1rem;
    line-height: 1.2rem;
    opacity: 1;
}


@media (min-width: 1200px) {
    .hero-p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

.hero-img {
    border-radius: 0rem;
}

.hero-text-img {
    width: 120px;
    margin-left: 2rem;
}

.dates-circle {
    width: 80%;
    animation: bg-mandala 125s linear infinite;
}

.centered-object {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.bg-blur {
    background-color: #0000;
    backdrop-filter: blur(10px);
}





@media (min-width: 1300px) {
    .hero-dates {
        position: absolute;
        width: 350px;
        content: url(../img/hero/dates.png);
        top: -75px;
        right: -75px;
        z-index: 100;
        transform: rotate(340deg);
    }

    .dates-circle {
        width: 50%
    }

    .hero-ajwa {
        position: absolute;
        width: 350px;
        content: url(../img/dates/ajwa.png);
        top: -100px;
        right: -130px;
        z-index: 100;
        transform: rotate(180deg);
    }

    .saudi-flag {
        position: absolute;
        width: 1000px;
        content: url(../img/saudi-arabia-flag.svg);
        top: 47.8%;
        left: 43.5%;
        z-index: -1;
        opacity: .2;
        transform: translate(-50%, -50%);
    }


    .hero-leaves {
        position: absolute;
        width: 700px;
        content: url(../img/dates/leaves-2.png);
        top: -10px;
        right: -100px;
        z-index: -1;
        transform: rotate(270deg);
    }

    .hero-mashrook {
        position: absolute;
        width: 350px;
        content: url(../img/dates/mashruk-dates.png);
        bottom: 150px;
        left: -100px;
        z-index: 100;
        transform: rotate(340deg);
    }

    .certification-img {
        position: absolute;
        width: 765px;
        content: url(../img/hero/sample-4.jpg);
        top: 44.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .why-img {
        margin-top: 10rem;
        margin-bottom: 2rem;
    }

    .rice-ornament {
        position: absolute;
        width: 420px;
        content: url(../img/rice/rice-ornament.png);
        top: 120px;
        right: -10px;
        z-index: -1;
    }

    .apple-ornament {
        position: absolute;
        width: 350px;
        content: url(../img/fruits/apple-ornament.png);
        top: 80px;
        left: -50px;
        z-index: -1;
    }

    .citrus-ornament {
        position: absolute;
        width: 270px;
        content: url(../img/fruits/citrus-ornament.png);
        top: -50px;
        left: 400px;
        z-index: -1;
    }

    .kiwi-ornament {
        position: absolute;
        width: 320px;
        content: url(../img/fruits/kiwi-ornament.png);
        top: 90px;
        right: -50px;
        z-index: -1;
    }


    .mask-ornament {
        position: absolute;
        width: 520px;
        content: url(../img/hospital/mask-ornament.png);
        top: 85px;
        right: -50px;
        z-index: -1;
        transform: rotate(357deg);
    }

    .bg-ornament-8 {
        position: absolute;
        height: 320px;
        width: 320px;
        content: url(../img/bg-mandala-1.svg);
        top: 75px;
        right: -180px;
        z-index: -1;
        animation: bg-mandala 200s linear infinite;
        opacity: .5;
    }

    .bg-ornament-7 {
        position: absolute;
        height: 370px;
        width: 370px;
        content: url(../img/bg-mandala-1.svg);
        top: -250px;
        left: 400px;
        z-index: -1;
        animation: bg-mandala 200s linear infinite;
        opacity: .5;
    }


    .bg-ornament-6 {
        position: absolute;
        height: 550px;
        width: 550px;
        content: url(../img/bg-mandala-1.svg);
        top: 100px;
        right: 145px;
        z-index: -2;
        animation: bg-mandala 125s linear infinite;
        opacity: .5;
    }



    .bg-ornament-5 {
        position: absolute;
        height: 250px;
        width: 250px;
        content: url(../img/bg-mandala-1.svg);
        top: -110px;
        right: -130px;
        z-index: -1;
        animation: bg-mandala 125s linear infinite;
        opacity: .5;
    }


    .bg-ornament-4 {
        position: absolute;
        height: 350px;
        width: 350px;
        content: url(../img/bg-mandala-1.svg);
        top: 10px;
        right: -180px;
        z-index: -1;
        animation: bg-mandala 200s linear infinite;
        opacity: .5;
    }


    .bg-ornament-3 {
        position: absolute;
        height: 300px;
        width: 300px;
        content: url(../img/bg-mandala-1.svg);
        bottom: 100px;
        left: -152px;
        z-index: -1;
        animation: bg-mandala 125s linear infinite;
        opacity: .5;
    }


    .bg-ornament-2 {
        position: absolute;
        height: 250px;
        width: 250px;
        content: url(../img/bg-mandala-1.svg);
        top: 100px;
        left: -130px;
        z-index: -1;
        animation: bg-mandala 125s linear infinite;
        opacity: .5;
    }


    .bg-ornament-1 {
        position: absolute;
        height: 400px;
        width: 400px;
        content: url(../img/bg-mandala-1.svg);
        top: -310px;
        right: -100px;
        z-index: -1;
        animation: bg-mandala 200s linear infinite;
        opacity: .5;
    }



    .mt--1 {
        margin-top: -1rem;
    }

    .mt--2 {
        margin-top: -2rem;
    }

    .mt--3 {
        margin-top: -3rem;
    }

    .mt--4 {
        margin-top: -4rem;
    }

    .mt--5 {
        margin-top: -5rem;
    }

    .mt--6 {
        margin-top: -6rem;
    }

    .me--5 {
        margin-right: -5rem;
    }

    .me--6 {
        margin-right: -6rem;
    }

    .ms--5 {
        margin-left: -5rem;
    }

    .ms--6 {
        margin-left: -6rem;
    }



}

@keyframes bg-mandala {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    25% {
        transform: translate(0, 0px) rotate(360deg);
    }

    50% {
        transform: translateX(0) rotate(0deg);
    }

    75% {
        transform: translate(-0, -0px) rotate(-360deg);
    }

    100% {
        transform: translateX(0) rotate(0deg);
    }
}




.home-about-section {
    color: #f7fbf3;
    background-color: #035639;
    border-radius: 0rem;
    background-repeat: no-repeat;
    padding: 1rem;
    transition: background-color 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media (min-width: 1200px) {
    .home-about-section {
        padding: 2rem 4rem;
    }
}



.btn {
    font-size: .9rem;
    background-color: transparent;
    line-height: .7rem;
    text-transform: uppercase;
    display: inline-block;
    align-content: center;
    font-weight: 500;
    padding: 1.15rem 1.5rem 1rem 1.5rem;
    border: 1px solid #f7fbf3;
    border-radius: 5rem;
}


.btn:hover,
.btn:active {
    background-color: transparent;
    outline: none;
}

.btn:focus {
    outline: none;
    color: #f7fbf3;
    background-color: transparent;
    border-color: #f7fbf3;
    box-shadow: none;
}

.btn-light {
    color: #f7fbf3;
    border-color: #f7fbf3;
    text-decoration: none;
}

.btn-light:hover,
.btn-light:active {
    color: #f7fbf3;
    border-color: #f7fbf3;
    text-decoration: none;
}


.btn-regular {
    color: #563520;
    border-color: #563520;
    text-decoration: none;
}

.btn-regular:hover,
.btn-regular:active {
    color: #563520;
    border-color: #563520;
    text-decoration: none;
}

.btn-regular:focus {
    outline: none;
    color: #563520;
    background-color: transparent;
    border-color: #563520;
    box-shadow: none;
}


.text-language {
    font-size: .9rem;
    line-height: .7rem;
    text-transform: uppercase;
    color: #035639;
}

.btn-language {
    padding: .57rem .75rem .5rem .75rem;
    color: #f7fbf3;
    background-color: #035639;
    border-color: #035639;
    text-decoration: none;
}

.btn-language:hover,
.btn-language:active {
    color: #f7fbf3;
    border-color: #035639;
    background-color: #035639;
    text-decoration: none;
}


.second-section {
    padding-top: 35rem;
}

.regular-section {
    padding: 1rem;
}


@media (min-width: 1200px) {
    .regular-section {
        padding: 2rem;
    }
}



.certification-section {
    padding: 1rem;
    position: relative;
}


@media (min-width: 1200px) {
    .certification-section {
        padding: 4rem 10rem;
    }
}


.heading {
    margin-top: 0rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.1rem;
    margin-bottom: .5rem;
}

.highlight {
    margin-top: 1.5rem;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}

.title {

    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
}

.sub-title {
    margin-top: 0rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4rem;
    margin-bottom: 1rem;
}

.home-card {
    padding: 1rem;
}

.footer-logo {
    width: 50%;
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .highlight {
        margin-top: 2rem;
        font-size: 6.5rem;
        font-weight: 500;
        line-height: 6.5rem;
        margin-bottom: 2rem;
    }

    .heading {
        margin-top: 0rem;
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 3.7rem;
        margin-bottom: 2rem;
    }

    .title {

        font-size: 2rem;
        font-weight: 500;
        line-height: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .sub-title {

        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.7rem;
        margin-bottom: 1rem;
    }

    .home-card {
        padding: 3rem;
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 0rem;
    }

}


.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-65 {
    width: 65%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-50 {
    width: 50%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}



.h-100 {
    height: 100%;
}

.h-75 {
    height: 75%;
}

.h-50 {
    height: 50%;
}

.h-25 {
    height: 25%;
}


.text-sm {
    font-size: .9rem;
    line-height: 1.1rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

@media (max-width: 1200px) {
    col-mobile {
        margin-bottom: 1.5rem;
    }
}


.marquee-section {
    font-family: "Rozha One", serif;
    padding: .4rem 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #035639;
    width: 100%;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
}

.marquee-section:hover .mover {
    animation-play-state: paused;
}

.mover {
    display: inline-flex;
    align-items: center;
    animation: marquee 75s linear infinite;
    animation-play-state: running;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    will-change: transform;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #f7fbf3;
    font-weight: 400;
    text-transform: uppercase;

}

.mover .outline {
    padding: 0rem 1rem;
    border-left: 1px solid #ecce93;
    border-right: 1px solid #ecce93;
    margin: 0rem 1rem;

}

@keyframes marquee {
    100% {
        transform: translateX(-100%);
    }
}



@media (min-width: 1200px) {

    .marquee-section {
        padding: .4rem 0rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-color: #035639;
        width: 100%;
        cursor: pointer;
        display: flex;
        overflow: hidden;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform: translate3d(0, 0, 0);
    }

    .marquee-section:hover .mover {
        animation-play-state: paused;
    }

    .mover {
        display: inline-flex;
        align-items: center;
        animation: marquee 150s linear infinite;
        animation-play-state: running;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        will-change: transform;
        font-size: 4rem;
        line-height: 5rem;
        color: #f7fbf3;
        font-weight: 500;
        text-transform: uppercase;

    }

    .mover .outline {
        padding: 0rem 2rem;
        border-left: 1px solid #ecce93;
        border-right: 1px solid #ecce93;
        margin: 0rem 2rem;

    }

    .dates-card {
        padding: 2rem 2rem;
    }
}





.why-us-section {
    margin-top: 2rem;
}


.why-us-section .col-6.first,
.why-us-section .col-6.third {
    padding: 3rem 3rem 3rem 20rem;
}


.why-us-section .col-6.second,
.why-us-section .col-6.fourth {
    padding: 3rem 15rem 3rem 3rem;
}


.why-us-section .first {
    border-right: 1px solid rgba(220, 217, 206, 0.2);
    border-bottom: 1px solid rgba(220, 217, 206, 0.2);
}

.why-us-section .second {
    border-bottom: 1px solid rgba(220, 217, 206, 0.2);
}

.why-us-section .third {
    border-right: 1px solid rgba(220, 217, 206, 0.2);
}

.why-us-section .fourth {
    border-left: 0px solid rgba(220, 217, 206, 0.2);
}


.why-us-section .heading {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-bottom: 2.5rem;
    font-weight: 600;

    text-align: center;
}

.why-us-section .title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;

}


.why-us-section .description {
    font-size: .8rem;
    line-height: 1.2rem;
    margin-bottom: 0rem;
    font-weight: 400;

    opacity: .6;
}



.card.service-card {
    background-color: #f7fbf3;

    border: 1px solid rgba(220, 217, 206, 0.5);
    transition: all 1s ease;

}


.card.service-card.branding.active,
.card.service-card.branding:hover {
    cursor: pointer;
    background-color: #5cb1c4;
    color: #f7fbf3;
    border: 1px solid #5cb1c4;
}


.card.service-card.web.active,
.card.service-card.web:hover {
    cursor: pointer;
    background-color: #a891c9;
    color: #f7fbf3;
    border: 1px solid #a891c9;
}


.card.service-card.design.active,
.card.service-card.design:hover {
    cursor: pointer;
    background-color: #5abfb0;
    color: #f7fbf3;
    border: 1px solid #5abfb0;
}


.card.service-card.experience.active,
.card.service-card.experience:hover {
    cursor: pointer;
    background-color: #e57a9b;
    color: #f7fbf3;
    border: 1px solid #e57a9b;
}

.card.service-card.usability.active,
.card.service-card.usability:hover {
    cursor: pointer;
    background-color: #9ad161;
    color: #f7fbf3;
    border: 1px solid #9ad161;
}

.card.service-card.ecom.active,
.card.service-card.ecom:hover {
    cursor: pointer;
    background-color: #e4a943;
    color: #f7fbf3;
    border: 1px solid #e4a943;
}

.card.service-card .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.8rem;

    transition: all 0.3s ease;
}

.card.service-card.active .title,
.card.service-card:hover .title {
    color: #f7fbf3;
}



.service-card-body {
    margin-top: 1rem;
    padding: 0rem 2rem;
    display: none;
    transition: all 0.2s ease;
    color: #f7fbf3;
}

.card.service-card.active .service-card-body,
.service-card:hover .service-card-body {
    margin-top: 1rem;
    padding: 0rem 2rem;
    display: block;
}


.arrow-right {
    width: 15px;
    content: url(../img/icons/arrow-right-light.svg);
    transition: all 0.3s ease;
}

.card.service-card.active .arrow-right,
.service-card:hover .arrow-right {
    content: url(../img/icons/arrow-right-dark.svg);
}


.arrow-left {
    width: 15px;
    content: url(../img/icons/arrow-left-light.svg);
    transition: all 0.3s ease;
}

.card.service-card.active .arrow-left,
.service-card:hover .arrow-left {
    content: url(../img/icons/arrow-left-dark.svg);
}


.service-img {
    width: 100%;
    margin-top: -300px;
}


.scroll-section {
    height: 100vh;

}


.scroll-animation .reveal-type {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 600;
    opacity: 0.1;
    transition: opacity 0.3s ease;
}


.badge {
    font-size: .85rem;
    text-transform: uppercase;
    border: 1px solid #f7fbf3;
    padding: .35rem .75rem;
    border-radius: 20rem;
}


.badge-dark {
    border: 1px solid #f7fbf3;
}



.badge-light {
    border: 1px solid #035639;
}


.portfolio-section {
    padding: 1rem;
}

@media (min-width: 1200px) {
    .portfolio-section {
        padding: 2rem 4rem;
    }
}

.portfolio-content {
    padding: 2rem;
    color: #f7fbf3;
     !important
}

.portfolio-details {
    padding-top: 10rem;
}


.portfolio-img {
    width: 100%;
    margin-bottom: -.25rem;
    border-radius: 0rem .5rem .5rem 0rem;
}


/*
.slider-container {
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    width: fit-content;
    animation: slide 40s linear infinite;
}

.slide {
    color: #f7fbf3;
    flex: 0 0 450px;
    padding: 1rem;
    border-radius: 0rem;
    margin-right: 1.5rem;
    background-color: #035639;
    border: 0px solid #ccc;
}


.slide .sub-title {
    color: #f7fbf3;
     !important
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-450px * 3));
    }
}


.slider:hover .slider-content {
    animation-play-state: paused;
}
*/

.hero-img {
    z-index: 300;
}

.slider-container {
    overflow: hidden;
    width: 82.7%;
    margin: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        padding: 0rem 4rem;
    }
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-card {
    flex: 0 0 450px;
    margin: 1rem;
    background-color: #035639;
    border-radius: 0rem;
    padding: 20px;
    box-sizing: border-box;
    color: #f7fbf3;
     !important
}


.slider-card .sub-title {
    color: #f7fbf3;
     !important
}

.slider-btn {
    cursor: pointer;
    font-size: 24px;
}




.big {
    font-size: 2em;
}

#mm {
    height: 100%;
    width: 100%;
}

#svg2 {
    width: 100%;
    text-align: center
}

.mainMenu {
    position: relative;
    width: 100%;

}

/*.inactive {
    fill: #f4f0db;
    fill-rule: evenodd;
    stroke: #f7fbf3;
    opacity: 1;
}*/

.inactive {
    fill: #f4f0db;
    fill-rule: evenodd;
    stroke: #f7fbf3;
    opacity: 1;
}

.inactive:hover {
    fill: #ecce93;
    opacity: 1;
}

.active {
    fill: #563520;
    fill-rule: evenodd;
    opacity: 1;
}

.active:hover {
    fill: #ecce93;
    fill-rule: evenodd;
    cursor: pointer;
    opacity: 1;
}


.tooltip-map {
    position: absolute;
    background: #035639;
    color: #f7fbf3;
    border: 0px;
    border-radius: 0rem;
    padding: .35rem 1rem;
    text-align: center;
    z-index: 1000;
}






#IN,
#AE,
#VN,
#GH,
#NG,
#CI,
#BJ,
#BF,
#GN,
#SN,
#GM,
#TZ,
#MZ,
#MG,
#NZ,
#US,
#ZA,
#EG,
#PL,
#CL,
#TR {
    fill: #ecce93;
    opacity: 1
}






.home-products {
    position: relative;
    display: inline-block;
}

.home-products .gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    height: 80%;
    background: linear-gradient(to top, rgba(236, 206, 147, 1), transparent);
    z-index: 1;
}

.home-products .text {
    position: absolute;
    background: #035639;
    padding: 5px 10px;
    bottom: 20px;
    left: 70px;
    right: 0px;
    z-index: 2;
}


.btn-products {
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 300;
    color: #ecce93;
    text-transform: uppercase;
}

.btn-products:hover,
.btn-products:active {
    color: #ecce93;
}

.btn-products-icon {
    max-height: 20px;
    margin-top: .15rem;
    margin-left: .35rem;
}

.home-products .text p {
    color: #f7fbf3;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 300;
}

.home-products .text .sub-title {
    color: #f7fbf3;
}


.home-products img {
    width: 100%;
    height: auto;
}





.loader-overlay {
    background: #f7fbf3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


.loader {
    width: 200px;
    text-align: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 164px;
    /* Adjust size as necessary */
    height: 164px;
    /* Adjust size as necessary */
}

.lds-ring img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150px;
    /* Adjust to your image size */
    height: 150px;
    /* Adjust to your image size */
    transform: translate(-50%, -50%) rotate(0deg);
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: center;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
