:root {
    --primary-Color: #1E55A0;
    --secondary-color: #009ADE;
    --bg-color: #F2F3F5;
    --bg-white: #fff;
    --color-gray: #D9D9D9;
    --tab-bk: #F6F7F9;
}

/* Importing Fonts */
@font-face {
    font-family: 'Jannat';
    src: url('../fonts/Janna\ LT\ Bold.ttf') format('truetype');
    font-weight: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
html, body {
    overflow-x: hidden;
  }
  
body {
    background-image: url("/assets/images/svg/Pattren.svg");
    direction: rtl;
    font-family: 'Jannat', sans-serif;
    
}
p,.form-label{
    font-size: 13px;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 59.52px;

}
a{
    text-decoration: none;
    color: inherit;
}
svg {
    stroke: var(--primary-Color) !important;
  }
  a{
    text-decoration: none;
  }
  section{
    background-color: var(--bg-white);
  }

 /*START: HEADER*/

 .header-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-Color);
    height: 70px;
}

.nav-menu2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.img-div {
    width: 50%;
}

.logo-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

.search-div,
.login-div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input-div {

    height: 40px;
    border-style: none;
    border-radius: 20px;
    display: flex;
    text-align: center;
    padding-left: 35px;
}

.icon-search {
    position: absolute;
    margin: 8px 8px 0px 0px;
    color: var(--gray-color);
}

.search-input-input {
    background-color: var(--bg-white);
    border-style: none;
    border-radius: 20px;
    padding-right: 35px;
    transition: all 0.2s;
}

.sudan-image {
    height: 32px;
    width: 32px;
}

.icon-text {
    color: var(--bg-white);
}

a {
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    color: var(--attention-color);
}

.hamburger {
    margin-right: 10px;
}

.hamburger-view {
    display: none;
    cursor: pointer;
}

.hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 4px auto;
    background-color: var(--bg-white);
    transition: 0.3s;
}

@media (max-width: 768px) {
    .nav-menu2 {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background-color: var(--primary-Color);
    }
    .img-div{
        display: none;
    }
    .img-div-mobile{
        display: block;
    }
    .logo-img{
        position: absolute;
        top: -70px;
        margin-left: auto;
        margin-right: auto;
        width: 231px;
        height: 231px;
    }
    .main-div{
        height: 250px;
    }
    .hamburger-view {
        display: block;
    }

    .nav-menu2.active {
        display: flex;
        padding: 65px 5px;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
/*END: HEADER*/

/*START: floating whatsapp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/*END: floating whatsapp */

 


/* FOOTER */
footer{
    position: relative;
    padding: 120px 10px 5px 10px;
    background-color: var(--primary-Color);
    margin:auto;
}
.footer--top{
    position: absolute;
    background-color: var(--secondary-color);
    padding: 40px 30px;
    width: 650px;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
}
.footer--top h3,.footer--top p{
    color: var(--bg-white);
}
.footer--top__social-liks{
    width: 100%;
    display: flex;
}
.footer--top__social-liks span{
margin: auto;
}
.footer--top__social-liks span>a>i{
  font-size: 18px;
  color: var(--bg-white);
  padding:3px;
}
.footer--top__social-liks span>a>i:hover{
    color: var(--primary-Color);
    
  }
.image-fluid{
    margin: 0px 5px;
}
.footer--items p{
    text-align: center;
    align-self: center;
}
.footer--apps-logo p{
    color: var(--bg-white);
    
}
.footer--apps-logo img{
width: 150px;
height: 40px;
}
.footer-logo {
    width: 350px;
    height: 148px;
}
.footer--info p{
    margin-right: 10px;
}
footer h4{
    padding-bottom: 4px;
   color: var(--bg-white); 
   border-bottom: 2px solid var(--bg-white);
}
.footer--links li{
    padding: 0;
    margin: 10px 0;
    color: var(--bg-white);
    font-size: 12px;
}
.footer--bottom p{
    color: var(--bg-white);
    text-align: center;
    font-size: 15px;
}
.footer--patter{
    /* background-image: url(../assets/images/svg/Pattren.svg);
    background-repeat: no-repeat; */
}

.table{
    --bs-table-bg:unset;
    text-align: center;
   
}
thead, tbody, tfoot, tr, td, th{
    border-bottom: 2px solid #000;
}
.table > thead th {
    background-color: var(--primary-Color) !important;
    color:var(--bg-white) !important;
}

