@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Teko:wght@300..700&display=swap');

:root{
    --primary_color: #c6b7a2;
    --secondary_color: #e6d1ce;
    --deeb_sec: #d3b7b6;
    --white_off: #f7f6f2;
    --white_color: #ffffff;
    --dark_color: #474747;
    --deeb_dark: #15192c;
    --border_color: #eee;
    --raduis: 20px;
    --primary_font:  "Noto Kufi Arabic", sans-serif;
    --number_font: "Teko", sans-serif;
    --transition: 0.3s ease;
}

*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: var(--primary_font);
    transition: var(--transition);
}
ul , ol{
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
.lin_abs{
    position: absolute;
    inset: 0;
}
.navbar-brand{
    margin: 0;
}
section,footer{
    position: relative;
    border-radius: var(--raduis);
}
.container{
    max-width: 1350px !important;
}
.header_section{
    max-width: 900px;
    margin: auto;
}
.devider_hr{
    background: #ffffff1a;
    margin: 40px 0;
    height: 1px;
    width: 100%;
}

.btn_primary , 
.secondary_btn{
    padding: 13px 24px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark_color);
    background: var(--white_color);
}
.btn_primary:hover{
    background: var(--primary_color);
    color: var(--white_off);
}
.secondary_btn{
    color: var(--white_color);
    background: var(--deeb_sec);
}
.secondary_btn:hover{
    color: var(--white_color);
    background: var(--primary_color);
}
.btn_primary svg ,
.secondary_btn svg {
    transform: scaleX(-1) ;
}
.btn_primary svg path 
{
    fill: var(--primary_color);

}

.btn_primary:hover svg ,
.secondary_btn:hover svg{
    transform: scaleX(-1) rotate(45deg);
}
.btn_primary:hover svg path,
.secondary_btn:hover svg path{
    fill: var(--white_color);
}




main{
    padding: 15px;
    background: var(--white_off);
}
.header_nav{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    padding: 0 25px;
    
}
.header_nav.sticked{
    top: 0;
    padding: 0;
    background: var(--white_color);
}
#navbar{
    background: transparent;
    padding: 0;
}

#navbar .container{
    background: var(--white_color);
    border-radius: 100px;
    padding: 5px 15px;
}
.logo_site{
    max-width: 70px;
}

#nav_item{
    color: var(--dark_color);
    font-size: 13px;
    font-weight: 500;
}
#nav_item:hover , #nav_item i{
    color: var(--primary_color);
}
#nav_item i{
    font-size: 10px;
}

.active_lang{
    color: var(--deeb_sec) !important;
}

.dropdown-menu{
    border: 1px solid var(--border_color);
    border-radius: calc(var(--raduis) * .5);
    background: var(--white_off);
    text-align: right;
    padding: 0;
    overflow: hidden;
    left: auto !important;
    right: 0 !important;
}
.dropdown-item{
    font-size: 13px;
    font-weight: 500;
    color: var(--dark_color);
    border-bottom: 1px solid var(--secondary_color);
}
.dropdown-item:hover{
    background: var(--deeb_sec);
    color: var(--white_color);
}




.hero_banner{
    min-height: 100vh;
    overflow: hidden;
    padding: 210px 0 70px;
}
.heroVid_frame{
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.heroVid_frame::before{
    border: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    mix-blend-mode: initial;
    position: absolute;
    top: 0;
    transition: 0.3s;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 50%, #040618 100%);
}
.vid_banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_content{
    position: relative;
    z-index: 2;
}
.badge_hero ,
.badge_section{
    padding: 8px 20px;
    border-radius: 100px;
    color: var(--white_off);
    position: relative;
    display: inline-block;
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0px;
    max-width: max-content;
    margin: 15px 0;
}
.badge_section{
    color: var(--dark_color);
    background: var(--white_color);
    margin: 30px 0;
}
.badge_secwhite{
    background: var(--white_off);
}
.badge_hero span ,
.badge_section span{
    position: relative;
    display: inline-block;
    padding-left: 16px;
}

.badge_hero span::before ,
.badge_section span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--primary_color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.hero_title{
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--white_color);
}
.hero_desc{
    color: var(--white_off);
    font-size: 17px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.hero_cardnum{
    max-width: 100%;
    width: calc(33.33% - 20px);
    position: relative;
}
.hero_cardnum:not(.hero_cardnum:last-child)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    transform: rotate(-10deg);
    background-color: #ffffff1a;
    height: 100%;
    width: 1px;
}
.heronumcard_des{
    justify-content: start;
    color: var(--white_off);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
.heronumcard_title{
    color: var(--white_color);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: var(--number_font);
}

.text_sta{
    justify-content: start;
    color: var(--white_off);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
.stars_cont{
    justify-content: start;
    color: var(--white_off);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
}
.stars_sta i{
    color: var(--primary_color);
}



.aboutUs_section{
    padding: 70px 0;
}

.section_title{
    font-size: 35px;
    font-weight: 600;
    color: var(--deeb_dark);
}

.desc_content{
    color: var(--dark_color);
    font-size: 15px;
    font-weight: 500;
}



.card_aboutimage{
    border-radius: var(--raduis);
    overflow: hidden;
}
.cardIMage_con{
    border-radius: var(--raduis);
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.cardIMage_con img{
    width: 100%;
}

.card_about_con{
    padding: 20px 10px;
    border-radius: var(--raduis);
    overflow: hidden;
    background: var(--white_color);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.card_title{
    font-size: 17px;
    font-weight: 600;
    color: var(--deeb_dark);
}

.first_iamgeab{
    aspect-ratio: 1 / 0.733;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto -20px;
    max-width: 100%;
}


.about_numbers .heronumcard_title{
    color: var(--deeb_dark);
}
.about_numbers .heronumcard_des{
    color: var(--dark_color);
}



.secrvises_section{
    padding: 100px 0;
    background: var(--white_color);
}


.servises_card{
    padding: 60px 40px 60px 40px;
    text-align: left;
    border-radius: var(--raduis);
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    background:transparent;
    margin-bottom: 2rem;
    text-align: right;
    
}
.servises_card::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background: var(--white_off);
    z-index: 9;
}
.servises_card:hover::before{
    opacity: 0;
}
.servises_card::after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background: #040618;
    z-index: 9;
    opacity: 0.5;
}
.servises_card:hover::after{
    top: 0%;
}
.servises_card .img-card{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.5s;
}

.number-card{
    padding: 0;
    background: transparent;
    z-index: 10;
    transition: 0.5s;
    font-family: var(--number_font);
    font-size: 60px;
    font-weight: 400;
    color: var(--deeb_sec);
    line-height: 1.4em;
}

.servises_card:hover h4,
.servises_card:hover .number-card{
    color: var(--white_color);
}
.servises_card p{
    color: var(--dark_color);
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    z-index: 10;
    text-align: right;
    transition: 0.5s;
}
.servises_card:hover p{
    color: var(--white_color);
}
.cardser_con{
    position: relative;
    z-index: 10;
}

.feature-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--deeb_sec);
}
.feature-btn svg{
    transform: scaleX(-1);
}

.feature-btn:hover svg{
    transform: scaleX(-1) rotate(45deg);
}


.page_titleHero{
    background-image: url(../img/page-header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 280px 0 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.page_titleHero::before{
    border: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    mix-blend-mode: initial;
    position: absolute;
    top: 0;
    transition: 0.3s;
    z-index: -1;
    background-color: transparent;
    background-image: linear-gradient(-90deg, #FFFFFF00 20%, #040618a4 100%);
}
.page_title{
    font-size: 60px;
    color: var(--white_color);
    font-weight: 700;
}
.list_pagetitle{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.list_pagetitle li ,
.list_pagetitle li a {
    color: var(--white_color);
}

.list_pagetitle li a:hover{
    color: var(--deeb_sec);
}
.list_pagetitle li{
    position: relative;
}
.list_pagetitle li:last-child::before{
    content: "/";
    position: relative;
    color: var(--white_color);
    font-size: 20px;
    right: -8px;
}

.card_map{
    padding: 15px;
    border-radius: var(--raduis);
    background: var(--white_color);
}
.card_map iframe{
    border-radius: var(--raduis);
    width: 100%;
    min-height: 450px;
    margin: 0;
}


.wedgit_servises{
    background: var(--white_color);
    border-radius: var(--raduis);
    overflow: hidden;
}
.wedget_title{
    padding: 15px 20px;
    background: var(--deeb_sec);
}
.wedget_title h3{
    color: var(--white_color);
    font-size: 20px;
    margin: 0;
}
.servises_cardsWed{
    padding: 20px;
}
.servises_cardWedget_item{
    position: relative;
}
.servises_cardWedget_item:not(:first-child){
    margin-top: 15px;
}
.servises_cardWedget_item:not(:last-child){
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border_color);
}
.servises_cardWedget_item h4{
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: var(--deeb_dark);
}
.servises_cardWedget_item:hover h4{
    color: var(--deeb_sec);
}
.servises_cardWedget_item svg{
    transform: scaleX(-1);
}
.servises_cardWedget_item:hover svg{
    transform: scaleX(-1) rotate(45deg);
    fill: var(--deeb_sec);
}

.widget_col{
    position: sticky;
    top: 100px;
}
