body {
    font-family: "Noto Kufi Arabic", sans-serif;
}

:root {
    --maincolor: #764f2c;
        --white: #ffffff;
        --darkmaincolor : #4b3017;
        --lightcolor: #5ec3c3;
        --navbar: var(--white);
        --gold-color:#cbb292;
        --text-color-gold:#FFD700;
        --text-gray :rgb(137, 137, 137);
}

.bg-nav-bar {
    background-color: var(--navbar);
    color: black;
}
.text-gray {
 color:var(--text-gray) !important;
}
.logo-footer {
    width: 100px;;
}
.darkmaincolor {
background-color: var(--darkmaincolor);
color: white;
}
.lightmaincolor {
color: var(--lightcolor);
}
.maincolor {
    color: white;
    background-color: var(--maincolor);
}
.bgmain {
    color: white;
    background-color: var(--darkmaincolor);
}
.maincolor:hover {
    color: white;
    background-color: var(--text-color-gold);
}
.textmaincolor {
    color: var(--maincolor) !important;
}

.text-color-gold {
    color:var(--text-color-gold)
}
.gold-color { 
background-color: var(--gold-color);
}
#project {
    background-image: url("images/hp2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    /* The image used */
    background-image: url("images/nahirmaalthahab/front-bg.webp");
    position: relative;
    /* top: -80px; */
    /* margin-top: -100px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius:50px ;
    border-bottom-right-radius: 50px;
}

.trans {
    opacity: 1;
    animation: 1s ease-in both;
}

@keyframes fadeIn {
    from {
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

#navbar {

    transition: 0.9s;
}

#navbar1 {

    transition: 0.9s;
}

.parallax-section {
    overflow-y: scroll;
    /* margin-top: -100px; */
    scroll-snap-type: y mandatory;
    background-image: url("/images/hp.jpg");

}

.fit-image{
    width: 100%;
    object-fit: cover;
    height: 600px; /* only if you want fixed height */
    }

.sticky-menu {
    box-shadow: 0 4px 8px 0 rgba(131, 13, 13, 0.2), 0 6px 20px 0 rgba(97, 68, 68, 0.19);
    background-color:var(--navbar);
    color: black;
    .logo {
        width: 75px;
    }

    a,
    button {
        font-size: 12px;
        transition: .5s;
    }

    .navbar {
        padding: 5px;
        transition: .5s;
    }


}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.logo {
    width: 100px;
    transition: 0.9s;

}




.typeText::after {
    content: "|";
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.typing-container {
    display: flex;
    justify-content: center;
    align-items: center;

    #feature-text {
        margin-left: 8px;
    }

    .input-cursor {
        display: inline-block;
        width: 2px;
        height: 42px;
        background-color: white;
        margin-left: 8px;
        animation: blink .6s linear infinite alternate;
    }
}

.topbaricon {
    color: var(--white)
}

.topbaricon:hover {
    color: var(--text-color-gold);
}

.service-icon {
    font-size: 75px;
    color: rgb(24, 24, 24);


}
.imglarger {
    width : 100%;

}
.imglarger:hover {
    width: 125%;
}
#company {

   position: relative;
    z-index: -1;
    background-image: url(images/nahirmaalthahab/763.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}