@font-face {
    font-family: dinnext;
    src: url("../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf") format("opentype");
}

@font-face {
    font-family: dinnext;
    src: url("../fonts/ArbFONTS-DINNextLTArabic-Heavy-1.ttf") format("opentype");
}

@font-face {
    font-family: dinnext;
    src: url("../fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format("opentype");
}

@font-face {
    font-family: dinnext;
    src: url("../fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf") format("opentype");
}

@font-face {
    font-family: dinnext;
    src: url("../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf") format("opentype");
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: 5px;
}
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #F2F4F3; 
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #094177; 
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #F2F4F3; 
    border-radius: 5px;
  }
.main-color{
    color:#AE8352
}
.secondary-color{
    color:#BDBDBD;
}
a{
    text-decoration: none;
    color:#b7b7b7;
}
a:hover{
    color: #AE8352;
}

html{
    background-color:#f4eee8;
}

body{
    background-color: #f4eee8;
    font-family: dinnext;
    overflow-x: auto; /* Allow horizontal scrolling for smaller screens */
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body > .container-fluid{
    background-color:#f4eee8;
}


.mainCanvas{
    background-color: #F2F4F3;
    transition: transform 0.45s cubic-bezier(0.25, 1.5, 0.25, 0.25);
}


.mainCanvas .login{
    background: #fff;
    border-radius: 25px;
    padding: 20px;
}

.mainCanvas .login h5{
    font-size: 16px;
    font-weight: bold;
}

.mainCanvas .offcanvas-title{
    color: #AE8352;
    font-weight: bold;
}

.mainCanvas .login h6{
    font-size: 14px;
}

.mainCanvas .login input:focus{
    box-shadow: none;
    border-color: #094177;
}

.mainCanvas .login input{
    border-radius: 0;
    font-size: 14px;
    border-top:none;
    border-right: none;
    border-left: none;
}

.mainCanvas .btnHide:focus{
    box-shadow: none !important;
}

.mainCanvas .login .btnLogin{
    background-color: #AE8352;
    border-color: #AE8352;
    font-size: 14px;
    border-radius: 25px;
    padding: 6px 12px;
}

@media screen and (min-width: 768px){
    body{
        width:400px;
        margin:0 auto;
    }
    .offcanvas{
        width:400px;
        margin:0 auto;
    }
}

@media screen and (max-width: 768px){
    body{
        width:100%;
        margin:0 auto;
    }
}

.offcanvas{
    height: 100%;
}

.navbar .img-profile{
    border-radius: 50%;
    object-fit: cover;
}


.menuWrapper {
    width: 100%;
  }

.mobile-menu {
    /* width:fit-content; */
    display:flex;
    overflow-x: scroll;
    scrollbar-width: none;
    flex-wrap:nowrap;
  }
  
  .mobile-menu::-webkit-scrollbar {
    /* display: none; */
  }

  .mobile-menu a {
    text-decoration: none;
    font-family: dinnext;
    font-size:14px;
    position: relative;
    flex-shrink:0;
    margin-right:10px;
    margin-left:10px;
    color:#b7b7b7;
    font-weight: bold;
    transition: transform 0.2s ease;
  }
  
  .mobile-menu a:first-child{
    margin-right: 0;
  }

  .mobile-menu a::after{
    transition: width .4s;
    content: '';
    pointer-events: none;
    z-index: 10;
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #094177;
    right: 0;
    bottom: -5px;
  }
  
  .mobile-menu a:hover{
    color:#AE8352;
  }

  .mobile-menu a:hover::after{
    width: 100%;
  }
  
  .mobile-menu a.active{
    color:#AE8352;
  }
  
  .mobile-menu a.active::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: 10;
    height: 2px;
    background: #094177;
    right: 0;
    bottom: -5px;
    pointer-events: none;
  }
  
 #main-slider{
    min-height: 340px;
 }

 .swiper-pagination-bullet{
    width:  6px;
    height: 6px;
 }
 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-radius: 5px;
    width: 28px;
    background-color: #094177;
 }

 #main-slider .slide{
    border-radius: 25px;
    border: none;
 }

 #main-slider .slide img{
    border-radius: 25px;
    height: 300px;
    object-fit: cover;
    position: relative;
 }

 #main-slider .card.slide .card-body {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width:100%;
    z-index: 2;
    border-radius: 25px;
    /* background: #AE8352; */
    color:#fff;
}

#main-slider .card.slide .card-text{
    text-align: justify;
    font-size: 13px;
}

.heading{
    font-size: 14px;
    font-weight: bold;
    color:#AE8352;
}

.btn-view-more{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#news .card{
    border-radius: 25px;
}

#news .card img{
    height: 220px;
    object-fit: cover;
    border-radius: 25px;
    position: relative;
}

.card-image{
    position: relative;
}

#main-slider .card-image::before,#news .card-image::before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    top:0;
    right:0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .1) 60%);
    border-radius: 25px;
}

#news .card .card-body {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    justify-content: space-between;
    width:100%;
    padding: 15px;
    border-radius: 25px;
    z-index: 2;
    background: #094177;
    color:#fff;
}

#news .card{
    cursor: pointer;
}

#news .card .card-body:hover {
    background: #AE8352;
}

#news .date{
    font-size: 11px;
}

#news .card .card-body a{
    font-size: 14px;
    color:#fff;
}

#static .news-image img{
    border-radius: 0px;
}

.content{
    min-height: 100vh;
    padding: 25px 10px 10px 10px;
    border-top: 1px solid #fff;
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgb(235 235 235 / 82%);
}

.content .title{
    font-weight: bold;
}

.content .title span{
    position: relative;
}

.content .title span::before{
    position: absolute;
    content: '';
    width:75%;
    height: 5px;
    border-radius: 3px;
    background-color: #EDECEC;
    top:-6px;
    right:0;
    left: 0;
    margin: 0 auto;
}

.content .details{
    text-align: justify;
    color:#BDBDBD;
    font-size: 14px;
    line-height: 1.5rem;
}

#static .news-item{
    padding: 30px 15px 15px 15px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px 4px rgb(236 236 236 / 30%);
    margin-bottom: 20px;
}

#static .news-item img{
    width: 65px;
    height: 65px;
    /*border-radius: 50%;*/
    /*object-fit: cover;*/
}

#static .news-item:hover p{
    color:#AE8352
}

.contacts li {
    margin-bottom: 15px;
    border: 1px solid #AE8352;
    border-radius: 5px;
    background: #AE8352;
    color: #fff;
    border-radius: 8px !important;
    font-size: 15px;
}

.contacts li a{
    color: #fff;
}

.social-media{
    justify-content: center;
}
.social-media li {
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    margin-left: 10px;
    border: 1px solid transparent !important;
}

.social-media li a{
    width: 100%;
    padding: 0px;
    text-align: center;
    font-size: 27px;
    height: 100%;
}

.social-media li:last-child{
    margin-left: 0 ;
}

.social-media li.facebook{
    background-color: #1877F2;
    border-color: transparent;
}

.social-media li.facebook a{
    color:#fff;
}


.social-media li.whatsapp{
    background-color: #25d366;
    border-color: transparent;
}

.social-media li.whatsapp a{
    color:#fff;
}


.social-media li.twitter{
    background-color: #14171A;
    border-color: transparent;
}

.social-media li.twitter a{
    color:#fff;
}


.social-media li.telegram{
    background-color: #24A1DE;
    border-color: transparent;
}

.social-media li.telegram a{
    color:#fff;
}


.social-media li.skype{
    background-color: #00aff0;
    border-color: transparent;
}

.social-media li.skype a{
    color:#fff;
}


.social-media li.youtube{
    background-color: #FF0000;
    border-color: transparent;
}

.social-media li.youtube a{
    color:#fff;
}

.social-media li.instagram{
    background-color: #C13584;
    border-color: transparent;
}

.social-media li.instagram a{
    color:#fff;
}

.social-media li.snapchat{
    background-color: #f7f400;
    border-color: transparent;
}

.social-media li.snapchat a{
    color:#fff;
}


#static.home  .news-item:hover p{
    color:#094177;
}


.zandgar__wizard {
    display: block;
    height: 100%;
    position: relative;
  }
  
  .zandgar__wizard .zandgar__step {
    display: none;
  }
  .zandgar__wizard .zandgar__step.zandgar__step__active {
    display: block;
  }
  
  .col-img {
    min-height: 100vh;
  }

  #steps-native .nav-link.active{
    background-color: #AE8352 !important;
    color:#fff;
  }

  #steps-native .nav-link {
    padding: 5px 8px;
    font-size: 14px;
}

#steps-native .nav-link{
    color:#094177 ;
}
  
.zandgar__next.btn-next{
    background-color: #AE8352;
    border-color:  #AE8352;
    color:#fff;
}

.zandgar__prev.btn-prev{
    background-color: #fff;
    border-color:  #AE8352;
    color:#AE8352;
}

.btn-prime{
    background-color: #AE8352;
    border-color:  #AE8352;
    color:#fff;
}

.btn-submit{
    border-color:#094177;
    color:#fff;
    background:#094177;
}

.house-div,.depet-div,.div_wifes_no,.support_div,.sick_div,.div_member_health_status{
    display: none;
}