*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Almarai', sans-serif;
    font-size: 14px;
}
header{
    background: url('../images/bg.png') no-repeat center center;
    background-size: cover;
    height: 125vh;
}
.slider{
    margin: 0 auto;
}
.slider h1 ,.slider p{
    color: #fff;
    line-height: 2;
    text-align: center;
}
.btn-primary,.btn-primary:hover
{
    background-color: #9477eb;
    border-color: #9477eb;
    font-size: 14px;
}
.nav-link{
    color: #fff;
    font-size: 14px;
}
.nav-link:hover{
    color: #9477eb;
}
.link-active{
    color: #9477eb;
}
.sub-title{
    color: #6d6d6d;
    font-size: 14px;
}
.item-details .card-title{
    color: #858585;
    font-size: 13px;
    width: 30%;
}

#clients .card {
    filter: drop-shadow(0px 0px 8px rgba(148,119,235,0.2 ));
    border-color: #fff;
    border-radius: 24px;
}

.item-details .card-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    width : 70%;
}
.contact-info {
    background: #f6f3ff;
    height: 100%;
}
.contact-info li{
    list-style-type: none;
}
.contact-info img{
    width: 24px;
    height: 24px;
}
.contact-info p{
    color: #242424;
}
.form-control {
    padding: 14px 20px;
}

#contact .card {
    border-radius: 24px;
}

.shape{
    margin: 10px auto;
    margin-bottom: 30px;

}

footer ul li{
    list-style-type: none;
}
footer ul a{
    text-decoration: none;
    color: #242424;
    line-height: 2.5;
}

footer i {
    font-size: 24px;
    color: #B6B6B6;
}
.navbar-toggler i {
    font-size: x-large;
    color: #9075e6;
}

.navbar-toggler{
    display: none;
}
ul.nav.gap-4 {
    justify-content: flex-end;
}
.fixed-header {
    background: #fff;
    border-bottom: solid 1px #f2f2f2;
}
.fixed-header .nav-link{
    color: #242424;
}
.sticky-top {
    margin-top: 25px !important;
}
/* style css on mobile  */
@media (max-width: 576px) {
    .contact-btn{
        display: none;
    }
    .navbar-toggler {
        display: block;
    }

    header {
        height: 90vh;
    }

    .mobile-menu{
        display: none
    }
    ul.nav.gap-4 {
        justify-content: center;
    }    
    div#navbarNav {
        position: absolute;
        right: 0;
        background: #000;
        top: 0;
        padding: 20px;
        width: 50%;
        height: 100%;

        z-index: 99999;
    }   
    .slider2 {
        height: 40px;
    } 
    .footer_bottom .row {
        flex-direction: column;
        text-align: center;
    }    
}


@media (max-width: 768px) {
    .contact-btn{
        display: none;
    }
    .navbar-toggler {
        display: block;
    }    
    header {
        height: 90vh;
    }    
    .mobile-menu{
        display: none
    }    
    div#navbarNav {
        position: absolute;
        right: 0;
        background: #000;
        top: 0;
        padding: 20px;
        width: 50%;
        height: 100%;
        z-index: 99999;
    }     
    .slider2 {
        height: 200px;
    }
    #clients .card{
        margin-bottom: 20px;
    }
}