@font-face{
    font-family: "hft-bold"; 
    src:url("../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf") format("truetype");
}
@font-face{
    font-family: "hft-regular"; 
    src:url("../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf") format("truetype");
}
@font-face{
    font-family: "hft-light"; 
    src:url("../fonts/ArbFONTS-DINNextLTArabic-UltraLight-1.ttf") format("truetype");
}

:root{
    --main-color : #00002D;
    --secondary-color : #E50295;
    --content-color : #6D707C;

    --dark-color: #222;
    --dark-color-2: 33, 33, 33;
    --normal-color: #4D4D4D;
    --light-color: #9093A3;
    
    --main-bg:#E50295;
    --secondary-bg:#00002D;
    --icon-nav-bg:rgb(238 63 78 / 5%);

    --black-color: rgba(28, 28, 28, 1);
    --green-color: rgba(88, 183, 47, 1);
    --blue-color: rgba(3, 148, 203, 1);
    --red-color: rgba(217, 43, 31, 1);
    --yellow-color: rgba(255, 193, 7, 1);
    --purple-color: rgba(141, 39, 221, 1);
    --white-color: rgba(255, 255, 255, 1);
    --light: rgb(249, 249, 249);

    --shadow : 0px 2px 4px rgba(0, 56, 56, 0.2);
    --shadow-hover : 0 .5rem 1rem rgba(0,0,0,.15) ;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 20px;

    --facebook: rgba(39, 76, 175, 1);
    --twitter: rgba(22, 174, 232, 1);
    --youtube: rgba(217, 43, 31, 1);
    --linkedin: rgba(0, 118, 164, 1);
    --instagram: #D93F48;
    --whatsapp: rgb(37, 211, 102);
    --skype: rgb(37, 211, 102);
    --telegram: rgb(37, 211, 102)
}
html{
    overflow-x: hidden;
}
h1, h2 ,h3 ,h4 ,h5, h6{
    font-weight: 800;
    font-family: 'hft-regular', sans-serif;
}
body {
    font-family: 'hft-regular', sans-serif;
    overflow-x:hidden ;
}
.btn-link{
    background:var(--main-bg);
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    width: 120px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
}
.section-title{
    display: inline-block;
    color:  var(--main-color);
    position: relative;
    font-size: 28px;
}
.section-title::before{
    content: '';
    position: absolute;
    bottom: -50%;
    right: 0;
    width: 20%;
    height: 2px;
    background: var(--main-bg);
}

.section-title::after{
    content: '';
    position: absolute;
    bottom: -50%;
    right: 30%;
    width: 70%;
    height: 2px;
    background: var(--main-bg);
}

.secondary-title{
    display: inline-block;
    color:  var(--secondary-color);
    position: relative;
    font-size: 30px;
}
.secondary-title::before{
    content: '';
    position: absolute;
    bottom: -50%;
    right: 0;
    width: 20%;
    height: 2px;
    background: var(--secondary-bg);
}

.secondary-title::after{
    content: '';
    position: absolute;
    bottom: -50%;
    right: 30%;
    width: 70%;
    height: 2px;
    background: var(--secondary-bg);
}

#header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
}
#header  .top-header .list-group-item{
    padding: 0;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    line-height: 40px;
    border-color: transparent;
}
#header  .top-header .list-group-item{
    padding: 0;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    line-height: 40px;
    border-color: transparent;
}
#header  .top-header .list-group-item a{
    padding: 7px;
    text-align: center;
}
.bottom-header .navbar-light{
    border-radius: 45px;
}
.bottom-header .navbar-light .nav-link{
    color:var(--black-color);
    font-weight: bold;
    font-size: 19px;
}
.bottom-header .icon-nav-link{
    background: var(--icon-nav-bg);
    border-radius: 50%;
    padding: 3px 0 0 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}
#hero{
    position: relative;
    margin-top: -70px;
}
.scroll-down a{
    color: var(--secondary-color);
}
.scroll-down{
    position: absolute;
    bottom: 3%;
    right: 45%;
    transform: translateX(-45%);
    height: 60px;
    width: 60px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    border-radius: 50%;
}
#hero .swiper-slide img{
    width: 100%;
    object-fit: cover;
}
#hero .hero-swiper .swiper-slide{
    height: 115vh;
    background-repeat:no-repeat !important;
    background-size: cover !important;
}
#hero .carousel-caption{
    top: 55%;
    width: 30%;
    bottom: unset;
    text-align: right;
    transform: translateY(-50%);
}
#hero .carousel-caption p{
    font-size: 35px;
}
#hero .carousel-indicators{
    text-align: center;
    display: inline-block;
    top: 55%;
    transform: translateY(-50%);
    right: 8% !important;
    left: unset;
    bottom: unset;
    margin: 0;
}
#hero .carousel-indicators button{
    display: block;
}

#hero .carousel-indicators button {
    display: block;
    margin: 0 auto;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    margin-bottom: 12px;
}
#hero .carousel-indicators button.active{
    width: 20px !important;
    border-radius: 5px !important;
    border: 1px solid transparent;
}

#services .service img{
    height: 100%;
    transition: transform 1s;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
#services .service{
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}
#services .service::before{
    position: absolute;
    border-radius: 15px;
    content: '';
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    opacity: 0;
    transition: .4s ease-out;
}
#services .service:hover::before{
    opacity: 1;
}
#services .service .text-service {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    bottom: -50px;
    width: 100%;
    opacity: 0;
    padding: 6px 18px;
    z-index: 2;
    font-weight: bold;
    transition: .4s ease-out;
}
#services .service:hover .text-service{
    transition: .4s ease-out;
    opacity: 1;
    bottom: 20px;
}

#services .service:hover img{
    transform: scale(1.2);
}

#services .service .link-service{
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: -200px;
    opacity: 0;
    border-radius: 50%;
    background: var(--main-bg);
    transition: .4s ease-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

#services .service:hover .link-service{
    left: 12px;
    opacity: 1;
}

#aboutus .about-content *{
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
    color: var(--content-color);
}
#aboutus{
    position: relative;
}
#aboutus::before {
    position: absolute;
    right: 0;
    content: '';
    z-index: -1;
    left: 0;
    top: -100%;
    height: 210%;
    background-image: url(../images/main-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 110%;
}

.statistics {
    margin-bottom: 45px;
}
.statistics h3{
    font-size: 50px;
    display: inline-block;
    position: relative;
    color: var(--content-color);
}

.statistics h3::before {
    position: absolute;
    content: '';
    background: var(--main-bg);
    width: 55px;
    height: 55px;
    left: 4px;
    top: 10%;
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 5px;
}

.statistics p{
    font-size: 21px;
    color: var(--content-color);
}

.statistics p span{
    position: relative;
    display: inline-block;
} 

.statistics p span::before{
    position: absolute;
    content: '';
    background: var(--main-bg);
    width: 100%;
    height: 3px;
    right:0;
    bottom: -20px;
}


#apps{
    background-image: url(../images/apps.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 18px ;
}

#apps .info{
    text-align: justify;
    font-size: 19px;
    line-height: 30px;
}

#apps::before{
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: rgb(229 2 149 / 75%);
    border-radius: 18px ;
}

#sectors .sector{
    text-decoration: none;
    text-align: center;
}

#sectors .sector-tabs li{
    width: 150px;
}
#sectors .sector-tabs li:last-child .icon::after {
    display: none;
}

#sectors .sector-tabs li .icon::after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -119px;
    width: 113%;
    height: 2px;
    background-image: linear-gradient(to right, var(--secondary-color) 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 22px 5px;
}

#sectors .sector-tabs li h5{
    color: var(--main-color);
}
#sectors .sector-tabs{
    border: none;
}
#sectors .sector-tabs li .icon{
    margin-bottom: 25px;
    color: var(--main-color);
}
#sectors .sector-tabs li .icon{
        width: 110px;
    height: 110px;
    line-height: 100px;
    font-size: 45px;
    color: var(--main-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    position: relative;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

#sectors .sector-tabs.nav-tabs .nav-item button.nav-link:hover{
    border:none;
}
#sectors .sector-tabs.nav-tabs .nav-item button.nav-link {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border:none;
}

.sectors-content h3{
    color: var(--man-color);
}

.sectors-content p{
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
    color: var(--content-color);
}

#sectors .sector-tabs .nav-link.active .icon{
    box-shadow: 0px 10px 20px rgb(0 0 0 /0.16);
    background: #fff;
    color: var(--secondary-color);
    border-color: transparent;
}
#posts .post{
    color: var(--content-color);
    text-decoration: none;
    overflow: hidden;
}
#posts .post .img-card{
    position: relative;
    height: 300px;
}
#posts .post img{
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    position: relative;
    transition: .4s ease-out;
}
#posts .post:hover .img-card::after{
    opacity: 1;
}

#posts .post .img-card::after{
    position: absolute;
    border-radius: 30px;
    content: '';
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    transition: .4s ease-out;
}
#posts .post .card-body{
    min-height: 125px;
}
#posts .post p{
    font-size: 20px;
    text-align: justify;
}

#posts .owl-nav{
    text-align: left;
    position: relative;
}

#posts .owl-nav button {
    height: 45px;
    width: 45px;
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    font-size: 35px;
    line-height: 0;
}
#posts .owl-nav button span{
    display: inline-block !important;
    vertical-align: super;
}
#posts .owl-nav button:hover{
    color: #fff;
    background-color: var(--secondary-color);
}

#posts .owl-nav::before {
    position: absolute;
    right: 0;
    content: '';
    top: 50%;
    width: 42%;
    height: 3px;
    transform: translateY(-50%);
    background: var(--secondary-color);
}

#posts .owl-nav::after {
    position: absolute;
    right: 42%;
    content: '';
    top: 50%;
    width: 42%;
    height: 3px;
    transform: translateY(-50%);
    background: var(--content-color);
}


#solutions{
    padding: 90px 0;
    background-image: url(../images/solutions.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 18px ;
}


#solutions::before{
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: rgb(229 2 149 / 75%);
    border-radius: 18px ;
}

#solutions p{
    font-size: 35px;
    color: #fff;
    font-family: hft-bold;
    line-height: 65px;
}


#faqs{
    overflow: hidden;
    position: relative;
}
#faqs::before {
    position: absolute;
    right: 0;
    content: '';
    z-index: -1;
    left: 0;
    top: -105%;
    height: 216%;
    background-image: url(../images/main-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 110%;
}
#faqs .accordion{
    padding: 30px;
    background-color: #fff;
    border-radius: 18px;
}
#faqs .accordion-item{
    border: none;
}
#faqs .accordion-body{
    text-align: justify;
    font-size: 18px;
}
#faqs .accordion-header {
    margin-bottom: 0;
    border-bottom: 2px solid #E9F0F2;
}
#faqs .accordion-button{
    font-size: 18px;
    font-family: hft-bold;
    border-radius: 0;
}
#faqs  .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
#faqs .accordion-button:not(.collapsed){
    background-color: unset;
    color:var(--secondary-color);
    border-width: 2px;
    border-color: #E9F0F2;
}
#footer{
    background-color: #f0f4f8;
}
.bottom-footer{
    background-color:#000;
}
.bottom-footer p span{
    color: var(--secondary-color);
}
.bottom-footer p{
    font-size: 18px;
    font-family: hft-bold;
}
#footer .top-footer{
    background: var(--secondary-bg);
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
}
#footer .about-footer p{
    text-align: justify;
    line-height: 28px;
    font-size: 17px;
}
#footer .footer-list{
    padding-right: 22px;
    list-style-type: circle;
}
#footer .footer-list li{
 color: #fff;
 margin-bottom: 20px;
 font-size: 17px;
}

.social{
    position: fixed;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    z-index: 10;
}
ul.social-list {
    list-style-type: none;
}
ul.social-list li{
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    border-radius: 50%;
}
ul.social-list li a{
    color: #fff;
}
.icon-facebook{
    background-color: var(--facebook);
    border: 2px solid var(--facebook);
}
.icon-instagram{
    background: linear-gradient(to bottom, #F7BA05 , #D93F48,#A32A9E);
    /* background-color: var(--instagram); */
    border: 2px solid var(--instagram);
}
.icon-twitter{
    background-color: var(--twitter);
    border: 2px solid var(--twitter);
}
.icon-whatsapp{
    background-color: var(--whatsapp);
    border: 2px solid var(--whatsapp);
}
.icon-twitter a{
    color: var(--twitter);
}
.icon-whatsapp a{
    color: var(--whatsapp);
}

@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px) {
    #aboutus::before{
        top: -75%;
        height: 175%;
    }   
    #faqs::before{
        top: -70%;
        height: 175%;
    }  
    #sectors .sector-tabs li .icon::after{
        background-size: 19px 5px;
        left: -83px;
        width: 84%;       
    }
}
