.mainFlex, .loader-container, .main__btn, .fixed_watts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_start, .flex_label, .info_Flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.between_Flex, .copy_flexb, .design_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.background_cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.secPadding {
  padding: 80px 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Al-Jazeera-Arabic-Regular', sans-serif;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  direction: rtl !important;
  text-align: right;
}

[dir="ltr"] body {
  direction: ltr !important;
  text-align: left;
}

form, input {
  direction: rtl !important;
  text-align: right !important;
}

[dir="ltr"] form, [dir="ltr"] input {
  direction: ltr !important;
  text-align: left !important;
}

.overBody__hidden {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}

@font-face {
  font-family: 'Al-Jazeera-Arabic-Regular';
  src: url("../fonts/Al-Jazeera-Arabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body::-webkit-scrollbar {
  width: 8px;
}

body.thin::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #c9a44c;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #c9a44c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  text-transform: capitalize;
  color: #c9a44c;
}

.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 10000;
}

.loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #c9a44c #c9a44c transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #c9a44c #c9a44c;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.loader::before {
  width: 70px;
  height: 70px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

.absLoader_logo {
  position: absolute;
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mbttom_10 {
  margin-bottom: 10px !important;
}

.mbttom_16 {
  margin-bottom: 16px !important;
}

.mbttom_20 {
  margin-bottom: 20px !important;
}

.mbttom_24 {
  margin-bottom: 24px !important;
}

.mbttom_30 {
  margin-bottom: 30px !important;
}

.mbttom_40 {
  margin-bottom: 40px !important;
}

.mbttom_36 {
  margin-bottom: 36px !important;
}

.mbttom_80 {
  margin-bottom: 80px !important;
}

.mrgTop_40 {
  margin-top: 40px !important;
}

a {
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

a:hover {
  color: #c9a44c;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

iframe, video {
  max-width: 100%;
  width: 100%;
}

p {
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
}

button:focus {
  outline: none;
  box-shadow: none !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.dropdown-toggle::after {
  display: none;
}

img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/*start header navbar */
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #c9a44c !important;
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.mob-overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.sidebar-wrapper {
  display: none;
}

/*page*/
.header__Wrapper {
  padding: 20px 0;
  z-index: 99;
}

[dir="rtl"] .dropdown-menu {
  text-align: right !important;
  right: 0 !important;
}

.navbar_toggler {
  background-color: transparent;
  border: none;
  font-size: 26px;
  color: #fff;
  padding: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.my__navbar {
  width: 100%;
  justify-content: center;
  gap: 32px;
}

.my__navbar .nav-link {
  color: #144160;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

.nav-item.active .nav-link,
.my__navbar .nav-link:hover {
  color: #c9a44c;
}

.navbar-brand {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

.navbar-brand img {
  width: 124px;
}

@keyframes moveAfter {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
}

.nav-btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex: 0;
  padding: 5px;
}

.nav-btn .btn-bar {
  position: relative;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #c9a44c;
  margin: 3px 0;
}

.btn-bar.menu {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
  -webkit-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
  -moz-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
  -ms-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
  -o-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
}

.btn-bar.menu:nth-child(1) {
  transform-origin: top right;
  width: 20px;
}

.btn-bar.menu:nth-child(3) {
  width: 20px;
}

.btn-bar.close {
  transform-origin: center center;
  position: absolute;
  margin-top: -1.5px;
  opacity: 0;
  top: 50%;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
}

.close:not(:last-child) {
  transform: rotate(60deg) translateX(-250%);
  -webkit-transform: rotate(60deg) translateX(-250%);
  -moz-transform: rotate(60deg) translateX(-250%);
  -ms-transform: rotate(60deg) translateX(-250%);
  -o-transform: rotate(60deg) translateX(-250%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar.close:not(:last-child) {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

.openMobile_menu {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

.openMobile_menu .nav-btn .btn-bar {
  background: #000;
}

.nav-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.nav-content .background {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  transform-origin: center;
  transform: rotate(-45deg) scale(2, 1.2);
  -webkit-transform: rotate(-45deg) scale(2, 1.2);
  -moz-transform: rotate(-45deg) scale(2, 1.2);
  -ms-transform: rotate(-45deg) scale(2, 1.2);
  -o-transform: rotate(-45deg) scale(2, 1.2);
}

.nav-content .portion {
  background: linear-gradient(#fff, #f3e8e8);
  transition: transform 0.5s ease-in-out 0.3s;
  -webkit-transition: transform 0.5s ease-in-out 0.3s;
  -moz-transition: transform 0.5s ease-in-out 0.3s;
  -ms-transition: transform 0.5s ease-in-out 0.3s;
  -o-transition: transform 0.5s ease-in-out 0.3s;
}

.nav-content .portion:not(:first-child) {
  margin-top: -1px;
}

.nav-content .background {
  transform-origin: center;
  transform: rotate(-45deg) scale(2, 1.2);
  -webkit-transform: rotate(-45deg) scale(2, 1.2);
  -moz-transform: rotate(-45deg) scale(2, 1.2);
  -ms-transform: rotate(-45deg) scale(2, 1.2);
  -o-transform: rotate(-45deg) scale(2, 1.2);
}

.nav-content .background .portion {
  flex: 1 1 100%;
}

.nav-content .background .portion:nth-child(odd) {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.nav-content .background .portion:nth-child(even) {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar:nth-child(1) {
  transform: rotate(-45deg) translateX(-400%);
  -webkit-transform: rotate(-45deg) translateX(-400%);
  -moz-transform: rotate(-45deg) translateX(-400%);
  -ms-transform: rotate(-45deg) translateX(-400%);
  -o-transform: rotate(-45deg) translateX(-400%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar:nth-child(2) {
  transform: rotate(-45deg) translate(0, -4px) translateX(200%);
  -webkit-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
  -moz-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
  -ms-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
  -o-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar:nth-child(3) {
  transform: rotate(-45deg) translate(0, 1px) translateX(200%);
  -webkit-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
  -moz-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
  -ms-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
  -o-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
}

.sidebar-wrapper .nav-content {
  z-index: 1001;
}

.sidebar-show .nav-content .background .portion {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.5s ease-in-out 0.3s;
  -webkit-transition: transform 0.5s ease-in-out 0.3s;
  -moz-transition: transform 0.5s ease-in-out 0.3s;
  -ms-transition: transform 0.5s ease-in-out 0.3s;
  -o-transition: transform 0.5s ease-in-out 0.3s;
}

/*** page ***/
.buttons_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main__btn {
  height: 47px;
  min-width: 135px;
  width: fit-content;
  padding: 0 32px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  background-color: #c9a44c;
  border: 1px solid #c9a44c;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}

.main__btn:hover {
  color: #fff !important;
}

.main__btn.grey_bttn {
  color: #144160;
  background-color: #F6F7FA;
  border-color: #F6F7FA;
}

.main__btn.width_cont {
  height: 57px;
  min-width: fit-content;
  padding: 0 20px;
}

.hvr-sweep-to-left::before {
  background: #144160;
}

.hvr-sweep-to-right::before {
  background: #c9a44c;
}

.hvr-shutter-out-horizontal {
  background: transparent;
}

.hvr-shutter-out-horizontal:before {
  background: rgba(255, 255, 255, 0.3);
}

/*** order page ***/
.Sec_padding {
  padding: 40px 0;
}

.order_title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}

.orderForm_wrap {
  padding: 60px 100px;
  background-color: rgba(201, 164, 76, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #144160;
  width: 75%;
  margin: auto;
}

.order_label {
  color: #b0800c;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.order_input {
  width: 100%;
  height: 57px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-inline-start: 20px;
  color: #144160;
  /*margin-bottom: 16px;*/
}

.order_input::placeholder {
  color: rgba(20, 65, 96, 0.5);
}

.order_input:focus {
  border-color: rgba(20, 65, 96, 0.3);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.order_note {
  display: block;
  font-size: 14px;
  color: #144160;
  margin-bottom: 16px;
}

.money_label {
  color: #144160;
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

textarea.order_input {
  min-height: 120px;
  padding-top: 16px;
}

.flex_label {
  gap: 10px;
  color: #144160;
  /*margin-bottom: 16px;*/
}

.flex_label a {
  color: #c9a44c;
}

.order_check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: transparent;
}

.modal-body {
  padding: 40px;
}

.orderModal_wrap h3 {
  text-align: center;
  margin-bottom: 20px;
}

.btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}

/*** order sent ***/
.order_sent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.order_sent .order_Icon {
  font-size: 80px;
  color: #c9a44c;
  margin-bottom: 18px;
}

.orderNum_card {
  font-size: 22px;
  color: #144160;
  margin-bottom: 18px;
}

.orderNum_card span {
  color: #b0800c;
}

.notice_title {
  color: #000;
  font-size: 24px;
  margin-bottom: 16px;
}

.notmid_title {
  color: darkblue;
  font-size: 20px;
  margin-bottom: 16px;
  text-decoration: underline;
}

.info_Flex {
  flex-wrap: wrap;
  gap: 24px;
  font-size: 20px;
  color: darkblue;
  margin-bottom: 18px;
}

/*** start footer ***/
.copyRights__wrap {
  background-color: #144160;
  color: #fff;
  padding: 24px;
}

.copy_flexb {
  gap: 12px;
}

.copy_flexb p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.footer_link {
  color: #fff;
  font-size: 16px;
}

.design_flex {
  gap: 26px;
}

.wajz_logo {
  width: 85px;
}

.wajz_logo .wajz_IMG {
  width: 85px;
}

.go-top {
  position: fixed;
  left: 10px;
  bottom: 40px;
  display: none;
  width: 50px;
  height: 50px;
  background: #c9a44c;
  color: #fff;
  text-align: center;
  z-index: 999;
  line-height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.go-top:hover {
  background-color: #000;
  color: #fff;
}

[dir="ltr"] .go-top {
  left: auto;
  right: 10px;
}

.fixed_watts {
  position: fixed;
  right: 10px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  background: #4FAF5A;
  color: #fff;
  font-size: 26px;
  z-index: 999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.fixed_watts:hover {
  color: #fff;
}

[dir="ltr"] .fixed_watts {
  right: auto;
  left: 10px;
}

/*** media query screens ***/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1760px;
  }
}

@media (min-width: 992px) {
  .my__navbar {
    display: flex;
    align-items: center;
  }
  .my__navbar .nav-link {
    padding: 0;
  }
  .navbar_toggler {
    display: none;
  }
  .modal-content {
    min-width: 920px;
  }
  .loginModal .modal-content {
    min-width: 510px;
  }
}

/*** medium secreens ***/
@media (max-width: 991.98px) {
  .fixed_watts, .go-top {
    bottom: 10px;
  }
  .navbar-brand img {
    width: 120px;
  }
  .d__mob__none {
    display: none;
  }
  .orderForm_wrap {
    padding: 40px 20px;
    width: 90%;
  }
  .modal-body {
    padding: 40px 20px;
  }
}

/*** md secreens ***/
@media (min-width: 768px) {
  .alignMD__center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*** mobile secreens ***/
@media (max-width: 767.98px) {
  .orderMD_one {
    order: 0;
  }
  .orderMD_two {
    order: 1;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 920px;
  }
  .loginModal .modal-dialog {
    max-width: 510px;
  }
}

/*** small secreens ***/
@media (max-width: 575.98px) {
  .modal-content {
    padding: 40px 10px;
  }
  .copy_flexb {
    flex-direction: column;
  }
}

.is-invalid{
    border-color: red;
}
