@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Lexend:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*-----FONT Arabic-------*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Lobster&family=Noto+Kufi+Arabic:wght@300;400;500;600;700;800&family=Smooch+Sans:wght@100;200;300;400;500;600;700&display=swap');

:root{
    --dark-color: #1f2839;
    --accent-color: #b69d74;
    --minlight-color: #213a5c;
    --background-color: #121b1d;
    --text-color: #818181;
    --white-color: #ffffff;
    --black-color: #000000;
    --border-Dark: #393939;
    --border-light: #EEEEEE;
    --blur-background: linear-gradient(1turn, #121b1d, rgba(31, 31, 31, 0) 700px);
    --blur2-background: linear-gradient(1turn, #121b1d00, rgb(31, 31, 31));
    --blur3-background: linear-gradient(1turn, #121b1d33, rgb(31 31 31));
    /* headding */
    --primary-font: "Playfair Display", sans-serif;
    /* text */
    --text-font: "Lexendy", sans-serif;
    /* highlight */
    --highlight-font: "Poppins", sans-serif;
    /* arabic */
    --Arabic-font: "Bodoni Moda", sans-serif;
    /* Number */
    --number-font: "Teko", sans-serif;
    --ArabicAr-font: 'Noto Kufi Arabic', sans-serif;
}
/* ثوابت */
*{
    font-family: var(--ArabicAr-font);
    direction: rtl;
    
}
a,h1,h2,h3,h4,h4,h6{
    text-align: right;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.number-card{
    font-family: var(--number-font);
    font-size: 60px;
    font-weight: 400;   
    line-height: 1.4em;
    -webkit-text-stroke-color: var(--accent-color);
    -webkit-text-stroke-width: 1px;
    color: transparent;
    /* border: 1px solid var(--border-light); */
    background: var(--background-color);
    padding-bottom: 2rem;
}

.hr-page{
    background: var(--border-Dark);
    height: 1px;
    width: 100%;
    border: none;
    /* margin: 0; */
}
#page-title{
    min-height: 50vh;
    padding: 90px 0;
    background: url(../img/img/portfolio-2.jpg) center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
#page-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #121b1d, rgba(31, 31, 31, 0) 500px);
}
#page-title::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #121b1d, rgba(31, 31, 31, 0) 500px);
}
.title-pages{
    color: var(--white-color);
    font-family: var(--ArabicAr-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 30;
    display: flex;
    text-transform: uppercase;
    transition: 0.5s;
    width: max-content;
    overflow: hidden;
    text-wrap: wrap;
}
#page-title .title-pages{
    width: 100%;
    text-align: center;
    display: inline-block;
}
p{
    color: var(--text-color);
    font-family: var(--arabicAr-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 2em;
    margin: 0px 0px 0px 0px;
}

.container{
    position: relative;
    max-width: 1500px !important;
    padding: 0.7rem 1rem;
}
/*-------------*/
/*---Btn Up-----*/
/*-------------*/
.btnUpTop{
    position: fixed;
    bottom: 25px;
    left: 25px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--accent-color);
    z-index: 9999999;
    transition: 0.5s;
    border-radius: 0;
    border: 1px solid var(--accent-color);
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0.5rem;
    background: transparent;
    margin: 0;
}
.btnUpTop i{
    transition: 0.5s;
    font-size: 15px;
    color: var(--accent-color);
}
.btnUpTop:hover{
    background: var(--accent-color);
}
.btnUpTop:hover i{
    color: var(--white-color);
}
.btnUpTop.show{
    opacity: 1;
    visibility: visible;
}


/*-----------------*/
/*-----Navbar------*/
/*-----------------*/
#nav{
    padding: 0 1rem;
    /* background: #121b1d00; */
    font-family: var(--ArabicAr-font);
    background: var(--blur2-background);
    transition: 0.5s ease;
}

#website-logo{
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    width: 80px;
    /* height: 150px; */
    display: flex;
    align-items: center;
    background: var(--blur3-background);
    justify-content: center;
    padding: 1rem 1rem 0.6rem;
    transition: 0.5s ease;
}
#website-logo img{
    width: 100%;
    transition: 0.5s ease;
    /* transition: 0.5s; */
    animation: scale 1s ease forwards;
    opacity: 0;
}

#navbarSupportedContent{
    padding: 10px;

}
#nav-item{
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px 10px;
    /* padding-bottom: 15px; */
    gap: 0.25rem;
    font-family: var(--ArabicAr-font);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    text-wrap: wrap;
    animation: dropdown 1s ease forwards;
    opacity: 0;
}
#nav-item:hover{
    color: var(--accent-color);
}

#nav-item i,#dropdown-hover i{
    font-size: 12px;
    color: var(--white-color);
    font-weight: 900 !important;
}
#nav-item i::before,#dropdown-hover i::before{
    font-weight: 900 !important;
}
#dropdown-menu{
    top: 124%;
    right: 0;
    left: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    min-width: 20rem;
    /* overflow: hidden; */
    background: var(--background-color);
    animation: dropdownMenu 1s ease forwards;
    opacity: 0;
}

#dropdown-menu #nav-item{
    background: transparent !important;
    border-bottom: 1px solid var(--border-Dark);
    color: var(--white-color);
    text-align: right;
}
#dropdown-menu #nav-item:last-child{
    border: 0 !important;
}
#dropdown-menu #nav-item:hover{
    color: var(--background-color);
    background: var(--accent-color) !important;
}

#dropdown-menu #nav-item i{
    margin-right: 0.5rem;
    transition: 0.5s;
    color: var(--accent-color);
}

#dropdown-menu #nav-item:hover i{
    color: var(--background-color);
}


#dropdown-hover{
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    transition: 0.4s;
    position: relative;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px 10px;
    /* padding-bottom: 15px; */
    gap: 0.25rem;
    font-family: var(--ArabicAr-font);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid var(--border-Dark);
    text-wrap: wrap;
}
#dropdown-hover .dropdown-menu-hover{
    z-index: 1000;
    position: absolute;
    min-width: 10rem;
    top: 0;
    right: 102%;
    transition: 0.4s;
    float: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    opacity: 0;
    display: none;
    /* overflow: visible; */
    overflow: hidden;
    animation: dropdownMenu-hover 1s ease forwards;
    opacity: 0;
}
#dropdown-hover i{
    margin-right: 0.5rem;
    transition: 0.5s;
    color: var(--accent-color);
}
#dropdown-hover:hover{
    color: var(--background-color);
    background: var(--accent-color) !important;
}
#dropdown-hover:hover i{
    color: var(--background-color);
}
#dropdown-hover:hover .dropdown-menu-hover{
    opacity: 1;
    display: block;
    right: 100%;
}

#dropdown-hover .dropdown-menu-hover #nav-item{
    animation: navItem 1s ease forwards;
    opacity: 0;
}
#dropdown-hover .dropdown-menu-hover #nav-item i{
    margin-left: 0.2rem;
}


#listed-icons li{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.2rem;
}
#listed-icons li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: 0.5s;
    background: transparent;
    font-size: 13px;
    animation: dropdown 1s ease forwards;
    opacity: 0;
}
#listed-icons li a:hover{
    color: var(--accent-color);
}

#Btnnav-toggler{
    color: var(--white-color);
    font-size: 20;
    border: none;
    padding: 0.1rem !important;
    border-radius: 0;
    animation: dropdown 1s ease forwards;
    opacity: 0;

}
#Btnnav-toggler .bi-list{
    font-size: 35px;
}

.language {
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: 50px;
    padding: 15px 10px;
    font-family: var(--highlight-font);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    text-wrap: wrap;
    gap: 1rem;
    margin-left: 1rem;
    flex-direction: row !important;
}
.language a{
    text-decoration: none !important;
    color: var(--border-light);
    transition: 0.5s ease;
    animation: dropdown 1s ease forwards;
    opacity: 0;
}

.language div{
    padding-right: 1rem;
    border-right: 1px solid var(--white-color);
    animation: dropdown 1s ease forwards;
    opacity: 0;
}


.language a:hover{
    text-decoration: none;
    color: var(--accent-color);
}

/*-----------------------*/
/*------Banner Page------*/
/*-----------------------*/
#home-banner{
    min-height: 100vh;
    position: relative;
}

#carouselExampleFade {
    height: 100vh;
}

.loop-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #ffffff56;
    transform: translateX(-50%);
    height: 64px;
    z-index: 30;
    width: 1px;
}
.loop-scroll:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    border-radius: 10%;
    height: 64px;
    width: 2px;
    transform: translateX(-25%);
    animation: loop-scroll 5s ease-in infinite;
}

#carousel-indicators{
    top: auto;
    bottom: 5%;
    left: 1%;
    right: auto;
    margin: 0;
    gap: 0.5rem;
    transform: rotate(90deg);
    align-items: center;
}
#carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0.1rem;
    background: transparent;
    border: 1px solid var(--white-color);
    text-indent: inherit;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}
#carousel-indicators li.active{
    width: 16px;
    height: 16px;
    opacity: 1;
}
#carousel-indicators li span{
    /* display: inline-flex; */
    background: var(--white-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
#carousel-indicators li.active span{
    width: 11px;
    height: 11px;
}
.btns-carousel-banner{
    position: absolute;
    bottom: 5%;
    right: 1%;
    z-index: 2;
    /* width: 200px; */
    /* height: 40px; */
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    transform: rotate(90deg);
}

.btns-carousel-banner button{
    position: static;
    padding: 0.7rem 1rem;
    color: var(--white-color);
    opacity: 1;
    width: 50%;
    transition: 0.5s;
    font-size: 12px;
    transform: scale(1) !important;
    opacity: 1 !important;
}
.btns-carousel-banner button:first-child{
    border-left: 1px solid var(--border-light);
}
.btns-carousel-banner button:hover{
    color: var(--accent-color);
    background: var(--background-color);
}
.btns-carousel-banner button i::before{
    font-weight: 900 !important;
}

#img-banner-home{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#img-banner-home::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #252531;
    background-image: url(../img/line-pattern1.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    z-index: 2;
}

#img-banner-home::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blur-background);
    z-index: 3;
}
#img-banner-home img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: scale-zoon 15s linear infinite;
    height: 100vh;
}

#content-home{
    position: relative;
    /* display: flex; */
    z-index: 30;
    text-align: right;
    overflow: hidden;
}
/* #content-home::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    
} */
#content-home span{
    color: var(--accent-color);
    font-family: var(--arabicAr-font);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    font-weight: 300;
    text-align: right;
    animation: img-home 1.5s ease forwards;
    opacity: 0;
    animation-delay: 0.8s;
    display: block;
}
#content-home .title-pages{
    animation: title-anim 1.5s ease forwards;
    opacity: 0;
    animation-delay: 0.6s;
}

#content-home p{
    transition: 0.5s;
    color: var(--white-color);
    animation: img-home 1.5s ease forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

#btn-section{
    position: relative;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--accent-color);
    border-radius: 0px 0px 0px 0px;
    padding: 16px 35px 16px 35px;
    display: inline-block;
    font-family: var(--arabicAr-font);
    font-size: 15px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--white-color);
    z-index: 3;
    overflow: hidden;
    animation: btn-home 1.5s ease forwards;
    animation-delay: 1s;
    opacity: 0;
    box-shadow: none !important;
}
#btn-section:hover{
    color: var(--white-color);
}
#btn-section::after{
    content: "";
    position: absolute;
    top: 130%;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background: var(--white-color);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    z-index: -1;
}
#btn-section:hover::after{
    background: var(--accent-color);
    top: -30px;
    transform: rotate(0);
}

/*---------------*/
/*---About Us----*/
/*---------------*/
.about-us{
    padding: 80px 0;
    position: relative;
    background: var(--background-color);
}
.about-us .title-pages{
    max-width: max-content;
    width: 100%;
    font-size: 60px;
}
#about-us p , #strategic p{
    color: #b4b4b4;
    text-align: right;
}

#about-us span , #strategic span{
    color: var(--accent-color);
}
#about-us ul li , #strategic ul li{
    color: #b4b4b4;
    font-family: var(--highlight-font);
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    line-height: 2em;
    margin: 0px 0px 0px 0px;
}
.img-about{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.img-about img{
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
#strategic{
    padding: 80px 0;
    position: relative;
    background: var(--background-color);
}
#card-strategic{
    background: transparent;
    padding: 2rem;
    border: 1px solid var(--accent-color);
    border-radius: 0;
    margin-bottom: 2rem;
}
#card-strategic h2{
    color: var(--accent-color);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--number-font);
    margin-bottom: 1rem;
}
#strategic ul li{
    list-style-type: circle;
    border-bottom: 1px solid var(--border-Dark);
    padding: 0.2rem 0;
}
#strategic ul li::marker{
    color: var(--accent-color);
    width: 50px;
}

/*-------------------*/
/*----Categories-----*/
/*-------------------*/
.categories{
    background-color: var(--background-color);
    padding: 60px 0 10px;
}
.categories .card{
    background: none;
    border: none;
    text-align: center;
    padding: 0 20px;
    margin: 20px 0;
    overflow: hidden;    
    text-align: center;
}
.categories .card img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    clip-path: inset(0);
    transform: scale(1.0);

}
.categories .card img:hover{
    clip-path: inset(30px 30px);
    transform: scale(1.1);
}
.categories .card .card-body h6{
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--accent-color);
    font-family: var(--arabicAr-font);
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
}
.categories .card .card-body span{
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    font-family: var(--text-font);
}
.categories .card .card-body span a {
    color: var(--border-light);
    text-decoration: none;
}

/*-------------*/
/*-Swiper Lib--*/
/*-------------*/
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mySwiperCategories ,.mySwiperTestmonial{
    padding-bottom: 2rem !important;
}
.mySwiperTestmonial{
    padding-top: 1rem !important;
}
.swiper-slide{
    width: 100%;
}
#btns-coursesSwiper {
    position: relative;
    width: 150px !important;
    /* justify-content: end; */
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--border-light);
}

#btns-coursesSwiper .swiper-button-next:after,
#btns-coursesSwiper .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 900;
}
#btns-coursesSwiper .swiper-button-prev,
#btns-coursesSwiper .swiper-button-next{
    color: var(--border-light);
}
#btns-coursesSwiper .swiper-button-prev{
    border-right: 1px solid var(--border-light);
}

#btns-coursesSwiper .swiper-button-next,
#btns-coursesSwiper .swiper-button-prev{
    position: static;
    width: 50%;
    transition: 0.3s;
    margin: 0;
}

#btns-coursesSwiper .swiper-button-next:hover,
#btns-coursesSwiper .swiper-button-prev:hover{
    background-color: var(--accent-color);
    color: var(--white-color);
}
#btns-coursesSwiper:hover .swiper-button-next ,#btns-coursesSwiper:hover .swiper-button-prev{
    color: var(--white-color);
}
#btns-coursesSwiper .swiper-button-next::after,
#btns-coursesSwiper .swiper-button-prev::after{
    font-size: 10px;
}

/*-----------------------*/
/*-------Testmonial------*/
/*-----------------------*/
.testmonial{
    background-color: #181818;
    padding: 60px 0 10px;
    position: relative;
    text-align: right;
}
#testmonial .container{
    max-width: 1350px !important;
}
.testmonial::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/testmonial-bg.jpg) center center/cover no-repeat;
    mix-blend-mode: initial;
    opacity: 0.15;
}
#card-testmonial{
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    min-height: 1px;
    height: 100%;
}
#card-testmonial span.top-img{
    position: absolute;
    top: -20px;
    right: 12%;
    width: 10%;
    z-index: 2;
}
#card-testmonial span.top-img img{
    display: block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#card-testmonial .cont{
    position: relative;
    padding: 80px 50px;
    border: 4px solid var(--accent-color);
    border-top: 0;
}
#card-testmonial .cont::before{
    content: "";
    position: absolute;
    height: 4px;
    background: var(--accent-color);
    top: 0;
    width: 7%;
    right: 0;
}
#card-testmonial .cont::after{
    content: "";
    position: absolute;
    height: 4px;
    background: var(--accent-color);
    top: 0;
    width: 75%;
    left: 0;
}
#card-testmonial p{
    color: var(--border-light);
}
#card-testmonial .info{
    margin-top: 30px;
    padding-right: 30px;
    position: relative;
}
#card-testmonial .info .author{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: table-cell;
}
#card-testmonial .info .author img{
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
#card-testmonial .info h6{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 16px;
    color: var(--accent-color);
    font-family: var(--number-font);
}
#card-testmonial .info h6 span{
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
#card-testmonial .info::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid var(--accent-color);
    border-left: 30px solid transparent;
    position: absolute;
    right: 100px;
    top: -30px;
}

/*---------------*/
/*--contact----*/
/*---------------*/
.contact{
    background: var(--background-color);
    padding: 60px 0;
}
.contact .title-contact{
    color: var(--border-light);
    font-family: var(--arabicAr-font);
    font-weight: 400;
    margin-bottom: 40px;
    text-wrap: wrap;
    font-size: 25px;
}
.content-contactForm{
    padding-right: 35px;
    text-align: right;
}
.contact .group{
    position: relative;
}
.contact .group #input-data{
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-Dark);
    margin-bottom: 16px;
    border-radius: 0;
    padding: 16px 5px;
    height: 50px;
    color: var(--border-light);
    font-family: var(--arabicAR-font);
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    /* line-height: 2em; */
}
.contact .group #input-data::placeholder{
    color: var(--accent-color);
    font-family: var(--arabicAR-font);
    box-shadow: none;
    font-size: 17px;
    font-weight: 400;
}

.contact .group #input-data:focus{
    background: transparent;
    border-bottom: 1px solid var(--border-light);
    color: var(--border-light);
}
.contact .buton{
    gap: 30px;
    margin-top: 2rem;
}

.contact form p{
    color: var(--border-light);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.8px;
    margin: 0;
    font-family: var(--arabicAr-font);
}
.contact form p a{
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: none;
}
.contact #btn-section{
    margin-bottom: 2rem;
}
.contact .tabs__item h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 16.35px;
    color: var(--accent-color);
    font-family: var(--number-font);
    margin-bottom: 18px;
}
.contact .tabs__item p{
    font-size: 13px;
    line-height: 16.35px;
    font-weight: 300;
    color: var(--border-light);
    margin: 0;
}
.contact .tabs__item p a{
    color: var(--border-light);
    text-decoration: none;
    transition: 0.2s;
}
.contact .tabs__item p a:hover{
    color: var(--accent-color);
}
.social-icon{
    gap: 0.5rem;
    margin: 1rem 0.2rem;
}
.social-icon li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: 0.5s;
    background: transparent;
    font-size: 13px;
    border-radius: 50%;    
    padding: 0.5rem;
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid var(--accent-color);
}
.social-icon li a:hover{
    animation: social-icon 0.5s forwards ease-in-out;
    color: var(--accent-color);
}

.contact iframe{
    height: 220px;
    width: 100%;
    filter: grayscale(100);
    transition: 0.5s;
}
.contact iframe:hover , .contact iframe:focus{
    filter: grayscale(0);
}

/*-------------------*/
/*-----Gallery------*/
/*-------------------*/
.gallery{
    background-color: var(--background-color);
    padding: 60px 0 50px;
    text-align: right;
    position: relative;
}
#gallery .container{
    max-width: 1700px !important;
}
.gallery::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/dots.png);
    mix-blend-mode: initial;
    opacity: 0.15;
}

#card-gallery{
    border: none;
    border-radius: 0;
    background: transparent;
    position: relative;
    margin-bottom: 2rem;
}
#topimg-gallery{
    position: relative;
    overflow: hidden;
}
#topimg-gallery img{
    width: 100%;
    height: 100%;
    transition: 7s linear;
}
.Designs #card-gallery img{
    transition: 0.5s;
}
#card-gallery:hover img{
    transform: scale(1.5);
}
.Designs #card-gallery:hover img{
    transform: none;
    opacity: 0;
}
/* .Designs #topimg-gallery{

} */

.content-gallery{
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 17px; */
    width: 100%;
    padding: 1rem;
}
.content-gallery h2{
    color: var(--border-light);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--arabicAr-font);
    text-transform: uppercase;
    transform: translateX(100%);
    transition: 0.8s ease-in-out;
    position: relative;
    z-index: 3;
}
#card-gallery:hover h2{
    transform: translateX(0);
}
#topimg-gallery::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(1turn, #121b1dd2, rgba(31, 31, 31, 0) 100px);
    top: 0;
    left: 0;
    z-index: 2;
}
#card-gallery a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
}

/*-------------------*/
/*-----Services------*/
/*-------------------*/
.Services{
    background-color: var(--background-color);
    width: 100%;
    height: 100%;
    padding: 100px 0;
}
/* .Services h2 {
    margin-bottom: 20px;
    color: var(--border-light);
    font-family: var(--highlight-font);
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
} */
.Services h6 {
    color: var(--accent-color);
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
}
.Services .card{
    padding: 60px 40px 60px 40px;
    text-align: left;
    border: 1px solid var(--border-light);
    border-radius: 0;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    background:transparent;
    margin-bottom: 2rem;
    
}
.Services .card::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background: #121b1d73;
    z-index: 9;
}
.Services .card:hover{
    border: 1px solid var(--accent-color);
}

.Services .card .img-card{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    transform: translateX(70px);
}
.Services .card:hover .img-card{
    opacity: 1;
    transform: translateX(0px);
}
.Services .card h3{
    padding: 0;
    background: transparent;
    z-index: 10;
    transition: 0.5s;
}
.Services .card:hover h3{
    -webkit-text-stroke-color: var(--white-color);
}
.Services .card h4{
    color: var(--border-light);
    font-family: var(--arabicAr-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
    z-index: 10;
    transition: 0.5s;
}
.Services .card:hover h4{
    color: var(--accent-color);
}
.Services .card p{
    color: var(--text-color);
    font-family: var(--arabicAr-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    z-index: 10;
    text-align: right;
    transition: 0.5s;
}
.Services .card:hover p{
    color: var(--border-light);
}
.Services .card a.feature-btn{
    font-family: var(--arabicAr-font);
    margin-top: 30px;
    display: inline-block;
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-decoration: none;
    z-index: 10;
    transition: 0.5s;
}
.Services .card:hover a.feature-btn{
    color: var(--border-light);
}
.link-fet{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}


/*-----------------*/
/*-----Footer------*/
/*-----------------*/
.footer{
    background-color: var(--background-color);
    padding: 60px 0 10px;
    position: relative;
    text-align: right;
}
#footer .container{
    max-width: 1350px !important;
}
.footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/dots.png);
    mix-blend-mode: initial;
    opacity: 0.15;
}
.img-footer{
    width: 60px;
    /* height: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 0.6rem 1rem;
    transition: 0.5s ease;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 0 !important;
}
.img-footer img{
    width: 100%;
}
.footer p{
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 300;
}
.title-linksFooter{
    color: var(--accent-color);
    font-size: 17px;
    font-weight: 600;
    font-family: var(--ArabicAr-font);
    text-transform: uppercase;
}
.links-items .links-item a{
    color: var(--white-color);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--arabicAr-font);
    text-transform: capitalize;
    padding: 0.7rem 0;
    display: inline-block;
    text-align: right;
    width: 100%;
    text-decoration: none !important;
    transition: 0.5s;
}
.links-items .links-item a:hover{
    color: var(--accent-color);
}
.links-items .links-item a i, .links-items .links-item a svg{
    color: var(--accent-color);
    fill: #B19777;
    transition: fill 0.3s;
    margin-left: 0.3rem;
}
.links-items .links-item a svg{
    width: 14px;
    height: 14px;
}
.links-items .links-item a i::before{
    font-weight: 900 !important;
}
.olspark-link{
    text-decoration: none !important;
    color: var(--accent-color);
    transition: 0.5s;
}
.olspark-link:hover{
    color: var(--white-color);
}

/*----------------------*/
/*----Services-detailes----*/
/*----------------------*/
.Services-detailes{
    background-color: var(--background-color);
    padding: 60px 0 10px;
}
.Services-detailes .container{
    max-width: 1200px !important;
}
#servisDetails-carousel{
    position: relative;
}
#servisDetails-carousel button{
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0.7rem 1rem;
    color: var(--white-color);
    opacity: 1;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    font-size: 12px;
    transform: scale(1) !important;
    background: var(--background-color);
    opacity: 0.5 !important;
}

#servisDetails-carousel button:hover{
    color: var(--accent-color);
    opacity: 1 !important;
    background: var(--background-color);
}
#servisDetails-carousel button i::before{
    font-weight: 900 !important;
}
#servisDetails-carousel .zoom ,.Designs .zoom{
	background-repeat: no-repeat;
    cursor: zoom-in;
	filter: none !important;
}
#servisDetails-carousel img{
    width: 100%;
    transition: 0.5s;
}
#servisDetails-carousel img:hover ,.Designs .topimg-gallery img:hover{
	opacity: 0;
}
.Services-detailes ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}


.Services-detailes ul li a{
    border: none;
    font-family: var(--ArabicAr-font);
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed var(--white-color);
    height: 100%;
    color: var(--accent-color);
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    line-height: 1.5em;
    text-decoration: none;
    transition: 0.5s;
}
/* .Services-detailes ul li a:hover{
    border-bottom: 1px solid var(--border-light);
} */
.Services-detailes ul li:hover a{
    color: var(--border-light);
}
.Services-detailes h3{
    margin-bottom: 20px;
    color: var(--border-light);
    font-family: var(--ArabicAr-font);
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4em;
}
.Services-detailes p{
    color: var(--text-color);
    font-family: var(--ArabicAr-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    z-index: 99;
    transition: 0.5s;
    margin-bottom: 2rem;
    text-align: right;
}
.Services-detailes h6{
    margin-bottom: 20px;
    color: var(--border-light);
    font-family: var(--highlight-font);
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
    position: relative;
    font-family: var(--ArabicAr-font);
}
.Services-detailes .title-line {
    display: inline-block;
    position: absolute;
    width: 40px;
    right: 10px;
    height: 1px;
    background: var(--accent-color);
    overflow: hidden;
}
.Services-detailes .title-line::before{
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 4px;
    height: 1px;
    background-color: #212529;
    animation: pxl_line_anim 1.5s linear infinite;
}

.Services-detailes .item ul li{
    border: none;
    position: relative;
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: right;
    gap: 0.2rem;
    align-items: center;


    color: var(--border-light);
    font-family: var(--highlight-font);
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    margin: 0px 0px 0px 0px;
    font-family: var(--ArabicAr-font);

}

.Services-detailes .item ul li i{
    color: var(--accent-color);
    font-size: 1.5rem;

}

.login-page{
    min-height: 100vh;
    padding: 50px 0;
    /* background: url(../img/img/portfolio-4.jpg) center/cover; */
    position: relative;
    background: var(--background-color);
    align-content: center;
}

.login-page .container{
    max-width: 500px !important;
    padding: 0.2rem 1rem;
    z-index: 2;
}
.form-account{
    background: transparent;
    padding: 2.5rem;
    border-radius: 8px;
    backdrop-filter: blur(25px);
    border: 1px solid var(--border-Dark);
}
#title-login{
    color: var(--white-color);
    font-size: 25px;
    font-weight: 700;
    font-family: var(--number-font);
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 2rem;
}
#input-account{
    background: transparent !important;
    box-shadow: none;
    border: 1px solid var(--border-Dark);
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    font-family: var(--arabicAR-font);
    margin-bottom: 2rem;
    padding: 0.9rem;
    border-radius: 8px;
    color: var(--white-color);
    height: 60px;
    transition: 0.5s;
}
#input-account::placeholder{
    color: var(--accent-color);
}
#input-account:focus{
    border-color: var(--border-light);
}
.form-account #btn-section{
    animation-play-state: paused;
    transform: translateY(0);
    opacity: 1;
}
.form-account p{
    color: #b4b4b4;
    font-size: 15px;
    font-weight: 300;
}
.form-account .create-account {
    text-decoration: none !important;
    color: var(--accent-color);
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}
.form-account .create-account:hover{
    color: var(--border-light);
}
/*-----------------*/
/*---Error_Page----*/
/*-----------------*/
.error-area {
    height: 100vh;
    padding: 100px 0;
    align-content: center;
}
.error-area .container{
    max-width: 1320px;
}
.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.error-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.error-content h3 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Dosis', sans-serif;
    margin: 0;
}
.error-content p {
    max-width: 520px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto 20px;
    color: #5f5f5f;
    font-family: 'Catamaran', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}
.error-content #btn-error {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid #ec2529;
    background-color: #ec2529;
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 0;
    outline: 0 !important;
}
.error-content #btn-error:hover {
    color: #ec2529;
    background-color: #ffffff;
    text-decoration: none;
}


