/* Arabic Font - تحسين الأداء */
@font-face {
    font-family: 'Zain';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Zain-Regular.woff2') format('woff2'),
         url('fonts/Zain-Regular.woff') format('woff'),
         url('fonts/Zain-Regular.ttf') format('truetype'); 
    font-display: swap;
}

body {
	font-family: "Zain";
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	color: white;
	margin: 0;
}
/* Remove blue line */
.top-text a,
.top-text a:hover,
.top-text a:focus,
.top-text a:focus-visible,
.top-text a:active {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}


.project-logo {
    width: 70px;
    height: auto;
}


.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
}
.top-5 {
    padding-top: 3rem !important;
}
.navbar-brand {
    font-size: 25px;
    margin-right: 0;
}

.list {
	text-align: right;
}
.ft {
	background: linear-gradient(to top, rgb(20 10 40) 0%, rgb(13 3 31) 100%);
	direction: rtl;
}
.call-text {
	text-align: center;
}
.icon-bar {
	color: red;
}
.box {
	background-color: rgb(17 7 35 / 40%);
}
.top-text {
    color: white;
    width: 100%;
    height: 40px;
    background-color: rgb(13 16 18 / 76%);
    line-height: 45px;
    text-align: right;
    border-bottom: solid 1px rgb(24 39 55 / 72%);
    direction: rtl;
}
.t-t {
	color: white;
	text-decoration: none;
	margin-left: 10px;
}
.bg-white, .bg-light {
	background-color: transparent !important;
}
.dark-back {
    background-color: rgb(38 18 72 / 10%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.nav-link {
    display: block;
    padding: 5px;
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    margin-left: 20px;
    text-shadow: rgba(15, 36, 47, 0.4) 1px 1px 1px;
}
.nav-link:hover {
    color: #f7acac;
}

@media (max-width: 575px) {

	.px-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.dark-back {
		background-color: rgb(38 18 72 / 10%);
	}
}
@media (max-width: 382px) {
	.px-5 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
}


.logo {
	width: 200px;
	height: 50px;
}
.bd-masthead {
    position: relative;
    padding: 1rem 40px;

}
.bi {
    padding-left: 12px;
    font-size: 17px;
    color: #808080;
}
@media (min-width: 1400px) {
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 992px) {
	.burger-menu {
		padding-right: 20px;
		padding-top: 10px;
	}
	.profile-img {
	  border-radius: 80px;
	  width: 100%;
	}
	.main-img {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.bi-whatsapp, .bi-facebook, .bi-tiktok, .bi-linkedin, .bi-instagram, .bi-twitter-x, .bi-snapchat {
	    font-size: 16px;
	}
	ol, ul {
	    padding-left: 0;
	    padding-right: 1rem;
	}

}
@media (min-width: 1600px) {
	.profile-img {
	  border-radius: 100px;
	  width: 100%;
	}
	.main-img {
		max-width: 1220px;
		margin: auto;
		text-align: center;
	}
}
.display-3 {
    font-size: 2rem;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
    }
}
@media (max-width: 777px) {
	.profile-img {
	  border-radius: 50px;
	}
}
@media (min-width: 992px) {
	.burger-menu {
		padding-right: unset;
		padding-top: unset;
	}
	.for-none {
	        display: none;
        }
        .navbar-brand {
		margin-left: 50px;
	}
}
.top {
	z-index:999;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: white;
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(#fff, #fff, #fff, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    background: linear-gradient(to bottom, rgb(38 18 72) 0%, rgb(38 18 72 / 90%) 100%)
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 1px solid #00122b;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler span {
  display: block;
  background-color: #717171;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

@media (min-width: 1400px) {
    .text-xxl-start {
        text-align: right !important;
    }
}
.text-gradient {
    -webkit-background-clip: text;
}
.bg-gradient-primary-to-secondary {
}
.bg-light {
  --bs-bg-opacity: 1;
}
.justify-content-center {
  justify-content: center !important;
  direction: rtl;
}
.fw-light {
  direction: rtl;
  text-align: justify;
  margin: 0;
  padding: 0;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.display-5 {
  font-size: 2rem;
}
.text-muted {
    font-size: 1rem;
	color:white !important;
}
.small-title {
	font-weight: 600;
	text-align: right;
	font-size: 30px;
}


.li-item {
    margin-right: -17px;
    font-size: 20px;
}

ul li {
  list-style: none;
  text-align: right;
}
.bi-1-square::before, .bi-2-square::before {
    content: "-";
    font-size: 13px;
    margin-right: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0000005e;
    background-clip: padding-box;
    border: 1px solid #6362626e;
    border-radius: 5px;
    margin-top: 5px;
    color: white !important;
}
button, input, optgroup, select, textarea {
    color: #b8bac2 !important;
}

input:focus {
    color: black !important;
}
#name:focus, #email:focus, #message:focus, #spam:focus, #mobile:focus {
  color: black !important;
}
input {
color: yellow;
}

.logo-img {
	width: 200px;
	height: auto;
}

#name::placeholder, #email::placeholder,#message::placeholder,#spam::placeholder,#mobile::placeholder {
  color: #b8bac2;
}
.submit-b {
	color: #b8bac2;
	background: rgb(38 18 72);
	width: 150px;
	height: 35px;
	margin-top: 10px;
}
.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.contactsucss {
	color: white;
	margin-top: 30px;

}
.contactfixedfooter {
    position: fixed;
    height: 300px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.project-img {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    text-align: center;
    z-index: 100;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}
.whats-app.show {
  opacity: 1;
  visibility: visible;
}
.whatsapp-icon {
    width: 36px;
    height: 36px;
}
.my-float {
    margin-top: 16px;
}
.units-table-pub {
width: 100%;
}
.units-table-pub th {
background-color: #0e0420;
}
.units-table-pub-title {
    width: 100%;
    background-color: #382e4b;
    height: 40px;
    line-height: 43px;
    margin-bottom: 2px;
    font-size: 25px;
    margin-top: 40px;
}
.units-table-pub-contents-title {
width: 100%;
background-color: #0e0420;
}
