body {
    font-family: "Noto Kufi Arabic", sans-serif;
  
        font-size: 14px;

}

:root {
    --maincolor: #0dcaf0;
    --darkmain : #006f96;
    --maingradient : linear-gradient(0deg, rgba(0,138,255,1) 0%, rgba(0,209,123,1) 100%);
    --white: #ffffff;
}
.resized {
    width: 50%;
    transition: 2s;
}
.largehover:hover {
    width: 125%;
    transition: .9s;
}
.largehover {
    width: 100%;
    transition: .9s;
}
.gb {
    background: rgb(0,138,255);
background: linear-gradient(90deg, rgba(0,138,255,1) 0%, rgba(0,175,186,1) 37%, rgba(8,177,167,1) 75%, rgba(10,223,211,1) 100%);
}
.gradient {
   background-color: linear-gradient(0deg, rgba(0,138,255,1) 0%, rgba(0,209,123,1) 100%);
   background: -webkit-linear-gradient(5deg,rgba(0,138,255,1) 0%, rgba(0,175,186,1) 70%, rgba(10,223,211,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.newwidth {
    width: 100%;
    transition: 3s;
}
.darktext {
    color: var(--darkmain);
}
.darkinfo {
    background-color: var(--darkmain);
}
#project {
    background-image: url("images/hp2.jpg");
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size:cover;
        background-position: center;

}

.parallax {
    /* The image used */
    background-image: url("images/mainbg.svg");
    position: relative;
    margin-top: -90px;
    transition: 1s;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainpara {
    /* The image used */
    background-image: url("images/scrollmainbg.svg");
    position: relative;
    /* top: -90px; */
transition: 1s;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobileparallax {
    /* The image used */
    background-image: url("images/mobileherobg.svg");
    position: relative;
    top: -90px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.scrollmobileparallax {
    /* The image used */
    background-image: url("images/scrollmobileherobg.svg");
    position: relative;
    top: -90px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainbg{
    background-image: url("images/bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbarbutton {
    border: 0px;
    background-color: white;
padding: auto;
}
.navbarbutton:hover {
    border: 0px;
    font-weight: bold;
color: var(--maincolor);
}



.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-size: cover;
    background-image: url("/images/mobileherobg.svg");

}

.sticky-menu {
    background-color:var(--maincolor);
    color: white;
    .logo {
        width: 175px;
        transition: .9s;
    }

    a,
    button {
        font-size: 14px;
        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: 220px;
    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: rgb(137, 137, 137);
}

.topbaricon:hover {
    color: #5dc7ec;
}

.service-icon {
    font-size: 75px;
    color: rgb(24, 24, 24);


}
