:root {
    --pri-color: #1050c4;
    --sec-color: #0bc2d6;
    --shadow-glow: 0 0 40px hsl(180 90% 45% / .4);
    --background: hsl(0 0% 100%);
    --base-dark-color: #020817;
    --base-muted-color: #64748b;
    --accent: 180 90% 45%;

}

body,
html {
    overflow-x: hidden;
    text-align: right;
}

body {
    font-family: 'Cairo', sans-serif;
    background: var(--background);
    color: var(--base-dark-color);
    font-weight: 500;
    direction: rtl !important;
    text-align: right;
}

.bg-grad {
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}


.tech-pattern {
    background-image: radial-gradient(circle at 25% 25%, hsl(220 90% 40% / .1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, hsl(var(--accent) / .1) 0%, transparent 50%);

}

.circuit-pattern {
    background-image: linear-gradient(90deg, hsl(220 90% 40% / .05) 1px, transparent 1px), linear-gradient(hsl(220 90% 40% / .05) 1px, transparent 1px);
    background-size: 20px 20px;
}

.border-none {
    border: none;
}

.text-pri {
    color: var(--pri-color);
}

.text-sec {
    color: var(--sec-color);
}

.text-dark {
    color: var(--base-dark-color);
}

.text-muted {
    color: var(--base-muted-color) !important;
}

.text-xxl {
    font-size: 3rem;
}

.text-xl {
    font-size: 2.55rem;
}

.text-large {
    font-size: 1.3rem;
}

.text-medium {
    font-size: .9rem;
}

.text-small {
    font-size: .7rem;
}

.text-xsmall {
    font-size: .4rem;
}

.f-bold {
    font-weight: bold;
}

.f-bolder {
    font-weight: bolder;
}

.f-xbold {
    font-weight: 900;
}

.text-gradiant {
    background: linear-gradient(to right, var(--pri-color), var(--sec-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-btn {
    cursor: pointer;
    padding: 10px;
    padding-inline: 15px;
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));

    font-size: .8rem;
    border: none;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    box-shadow: var(--shadow-glow);
}

.hero-btn-icon {
    cursor: pointer;
    padding: 10px;
    padding-inline: 15px;
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));
    box-shadow: var(--shadow-glow);
    font-size: .8rem;
    border: none;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.hero-btn-icon i {
    margin-inline-start: 10px;
    transition: all ease-in-out .2s;
}

.hero-btn-icon:hover>i {
    margin-inline-start: 15px;
}

.hero-btn-outlined {
    cursor: pointer;
    padding: 10px;
    padding-inline: 15px;
    border: thin dashed var(--pri-color);
    font-size: .8rem;
    border-radius: 5px;
    color: var(--base-dark-color);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.hero-btn-outlined:hover {
    border: none;
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));
    color: white;
}

.hero-btn-outlined:hover>i {
    margin-inline-start: 30px;
}

.jc {
    justify-content: center;
}

.js {
    justify-content: start;
}

.jb {
    justify-content: space-between;
}

.ac {
    align-items: center;
}

/* Navbar*/
.main-nav {
    width: 100%;
    height: 80px;
    background: white;
    padding-inline: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 768px) {

    .main-nav {
        justify-content: space-between;

    }
}

.main-nav .brand {
    flex: 1;

}

.main-nav .brand img {
    width: auto;
    height: 30px;

}

.main-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    flex: 6;
    list-style: none;
    margin-bottom: 0;
}

.main-nav ul li {
    margin-inline: 15px;
}

.main-nav ul li a {
    text-decoration: none;
    font-size: 1rem;
    color: rgb(14, 14, 14);
    transition: all ease-in-out .2s;
    font-weight: 600;
}

.main-nav ul li a i {

    font-size: 1rem;
    margin-inline-end: 5px;

}

.main-nav ul li a:hover {
    color: var(--pri-color)
}

.main-nav .actions {
    display: flex;
    flex-direction: row;
    flex: 2;
}

.main-nav .actions a {
    margin-inline: 5px;
}

/*main*/
h1 {
    font-weight: 900;
    font-size: 4rem;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.6rem;
    }
}

label {
    font-weight: 600;
    line-height: 1.25rem;
    font-size: .7rem;
    margin-block: .5rem;
}

.form-control {
    font-size: .7rem !important;
}

.form-group {
    margin-block: 10px;
}

/*We Item*/
.we-item {
    font-size: medium;
    color: var(--base-muted-color);
    font-weight: 500;
}

.we-item p i {
    color: rgb(97, 209, 17);
    margin-inline-end: 5px;
}


/*Service Item*/
.service-item {
    box-shadow: 2px 5px 10px -10px hsla(0, 0%, 37%, 0.5);
    border: thin solid rgba(128, 128, 128, 0.078);
    padding: 20px;
    border-radius: 10px;
    transition: all ease-in-out .2s;
}

.service-item:hover {
    box-shadow: 0 10px 30px -10px hsl(220 90% 40% / .3);
}

.service-item .icon {
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));
    width: 50px;
    height: 50px;
    color: white;
    line-height: 50px;
    border-radius: 10px;
    margin-block: 10px;
    text-align: center;
    font-size: 1.3rem;
}

.service-item h6 {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--base-dark-color);
    margin-block: 10px;
}

.service-item p {
    font-weight: 500;
    font-size: .9rem;
    color: var(--base-muted-color);
    margin-block: 10px;
}

.service-item ul {
    list-style: none;
    margin-block: 10px;
    padding-inline-start: 5px;
}

.service-item ul li {
    font-size: .7rem;
    color: var(--base-muted-color);
}

.service-item ul li::before {
    content: "•";
    color: #0bc2d6;
    margin-inline: 5px;
    font-size: 1rem;
}

.service-item .link {
    width: 100%;
    display: block;
    text-align: center;
    font-size: .8rem;
    margin-block: 10px;
}

/*feature-item*/

.feature-item {
    box-shadow: 2px 5px 10px -10px hsla(0, 0%, 37%, 0.5);
    border: thin solid rgba(128, 128, 128, 0.078);
    padding: 20px;
    border-radius: 10px;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .2s;
    text-align: center;
}

.feature-item:hover {
    box-shadow: 0 10px 30px -10px hsl(220 90% 40% / .3);
}

.feature-item .icon {
    border-radius: 50%;
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));
    width: 70px;
    height: 70px;
    margin-inline: auto;
    margin-block: 10px;
    font-size: x-large;
    color: white;
    line-height: 70px;
}

.feature-item h5 {
    color: var(--base-dark-color);
    font-size: 1rem;
    margin-block: 10px;
    font-weight: 600;
}

.feature-item p {
    color: var(--base-muted-color);
    font-size: .8rem;
    margin-block: 10px;
    font-weight: 500;
}



/*About List*/
.about-list {
    list-style: none;
    padding-inline-start: 5px;
    margin-top: 20px;
}

.about-list li {
    font-size: 1rem;
    font-weight: 600;
    margin-block: 10px;
}

.about-list li span {
    color: #0bc2d6;
    margin-inline-end: 10px;
    font-size: .9rem;
}




/*Value Item*/
.value-item {
    box-shadow: 2px 5px 10px -10px hsla(0, 0%, 37%, 0.5);
    border: thin solid rgba(128, 128, 128, 0.078);
    padding: 20px;
    border-radius: 10px;
    transition: all ease-in-out .2s;
    display: flex;
    justify-items: start;
}

.value-item:hover {
    box-shadow: 0 10px 30px -10px hsl(220 90% 40% / .3);
}

.value-item .icon {
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));
    width: 50px;
    height: 50px;
    color: white;
    line-height: 50px;
    border-radius: 10px;
    margin-block: 10px;
    text-align: center;
    font-size: 1.1rem;
}

.value-item .caption {
    margin-inline-start: 15px;
    ;
    flex: 6;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.value-item .caption h5 {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--base-dark-color);
    margin-block: 10px;
}

.value-item .caption p {
    font-weight: 500;
    font-size: 1rem;
    color: var(--base-muted-color);
    margin-block: 10px;
    margin: 0;
}



/*Contact Item*/
.contact-item {
    box-shadow: 2px 5px 10px -10px hsla(0, 0%, 37%, 0.5);
    border: thin solid rgba(128, 128, 128, 0.078);
    padding: 10px;
    border-radius: 10px;
    transition: all ease-in-out .2s;
    display: flex;
    justify-items: start;
    margin-block: 10px;
}

.contact-item:hover {
    box-shadow: 0 10px 30px -10px hsl(220 90% 40% / .3);
}

.contact-item .icon {
    background-image: linear-gradient(to right, var(--pri-color), var(--sec-color));
    width: 40px;
    height: 40px;
    color: white;
    line-height: 40px;
    border-radius: 10px;
    margin-block: 10px;
    text-align: center;
    font-size: 1.3rem;
}

.contact-item .caption {
    margin-inline-start: 15px;
    ;
    flex: 6;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.contact-item .caption h5 {
    font-weight: 600;
    font-size: .9rem;
    color: var(--base-dark-color);
    margin-block: 10px;
    margin-bottom: 5px;
}

.contact-item .caption h6 {
    font-weight: 600;
    font-size: .9rem;
    color: var(--base-dark-color);
    margin-block: 10px;

}

.contact-item .caption p {
    font-weight: 400;
    font-size: .6rem;
    color: var(--base-muted-color);
    margin-block: 10px;
    margin: 0;
}

/*FOOTER*/
footer {
    background: var(--base-dark-color);
    color: white;
    padding-inline: 20px;
    padding-block: 50px;
}



footer ul {
    list-style: none;
    font-size: .9rem;
    font-weight: bolder;
}

footer ul li {
    font-weight: normal;
    font-size: .8rem;
    margin-block: 10px;
}

footer ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}


.mobile-list li {
    margin-block: 10px;
    padding: 10px;
}

.mobile-list li i {
    margin-inline: 10px;
}

.mobile-list li a {
    color: #020817;
    text-decoration: none;
}

.mobile-list li a:hover {
    color: #020817;
}