html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:foucs {
  text-decoration: none;
}

img {
  max-width: 100%;
  position: relative;
}

/* scroll */
#scroll-me-all-night-long {
  overflow: auto;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track:horizontal {
  border-bottom-width: 1px;
}

::-webkit-scrollbar-track:vertical {
  border-right-width: 1px;
}

::-webkit-scrollbar-thumb {
  border: 0px solid #383967;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:horizontal {
  border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
  border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:vertical {
  border-right-width: 5px;
}

::-webkit-scrollbar-thumb:vertical:hover {
  border-right-width: 5px;
}

/* Font Family */
@font-face {
  font-family: "GE-D";
  src: url("../fonts/Droid-Sans-Arabic.ttf");
}

/* Start Style */
body {
  padding: 0;
  margin: 0;
  font-family: "GE-D";
  overflow-x: hidden;
  min-height: 500px;
  background: #ffffff;
}

nav {
  background: #fff !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  /* color: #ff0000; */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ffffff;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  padding: 0 0px;
}

li.nav-item {
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  transition: 0.5s;
  padding: 17px 15px;
}

.navbar-light .navbar-nav .nav-link:after {
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-item a.active {
  width: 100%;
  background-color: #2E4051;
  border-radius: 0px 0px 6px 6px;
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover {
  width: 100%;
  background-color: #2E4051;
  border-radius: 0px 0px 6px 6px;
  transition: 0.5s;
  color: #fff;
}

a.navbar-brand {
  width: 160px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.wow.fadeInDown {
  padding-top: 0px;
}

.bg-light {
  background-color: #F6F6F6 !important;
}

.left_bar {
  margin-right: 5%;
}

.left_bar .notif {
  margin-left: 10px;
  position: relative;
}

.left_bar .notif span {
  width: 15px;
  position: absolute;
  height: 15px;
  letter-spacing: 0;
  text-align: center;
  z-index: 9;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  box-shadow: 1px 1px 3px #0000004d;
  transition: .3s e;
  background: red;
}

.left_bar .notif img {
  width: 25px;
}

.left_bar .account {}

.left_bar .account img {
  width: 28px;
}

.left_bar .lang {
  color: #000;
  font-weight: bolder;
  margin-right: 15px;
}


/* End Header */

.slider_header {
  position: relative;
  background: #f6f6f6;
}

.slider_header .img_bg img {
  position: relative;
  height: 100vh;
  width: 100%;
  padding-right: 20%;
  margin-bottom: -16px;
}

.slider_header .img_bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /* background: #0000005e; */
}

.details_slider {
  position: absolute;
  top: 40%;
  right: 5%;
  text-align: right;
}

.details_slider h1 {
  color: #000000;
  width: 90%;
  font-size: 35px;
  text-align: right;
  margin-top: 0;
}

.details_slider p {
  color: #892324;
  font-size: 20px;
  line-height: 1.76;
  width: 70%;
  text-align: right;
  margin-bottom: 0;
}

.swiper-slide-active .img_bg img {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slider_header .img_bg img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.swiper-slide-active .details_slider p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slider_header .details_slider p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.swiper-slide-active .details_slider h1 {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slider_header .details_slider h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slider_header .swiper-container .swiper-button-next {
  background-color: #ffffff;
  left: -22px;
  top: 50%;
  background-position: 26px;
  width: 50px;
  height: 50px;
}

.slider_header .swiper-container .swiper-button-prev {
  background-color: #ffffff;
  right: -26px;
  top: 50%;
  background-position: 13px;
  width: 50px;
  height: 50px;
}

.alink_top a {
  background: #892324;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 15px;
}


/* End slider_header */

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid {
  padding-left: 0;
}

/*****/

.services {
  padding: 80px 0;
}

.srev {
  text-align: center;
  background: #F8F4FF;
  padding: 30px 0;
  border-radius: 7px;
  margin-bottom: 15px;
}

.srev:hover img {
  transform: rotate(360deg);
}

.srev img {
  width: 50px;
  transition: 0.5s;
}

.srev h2 {
  font-size: 16px;
  margin-top: 10px;
}

/****/
.laste_shipping {
  text-align: center;
  padding-bottom: 50px;
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.title span {}

.title span img {
  width: 70px;
}

.las_ship {
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.5s;
}

.las_ship img {
  border-radius: 5px;
}

.las_ship h2 {
  font-size: 16px;
  margin-top: 19px;
  color: #000;
}

.las_ship h3 {
  color: #3E54AC;
  font-size: 14px;
}

.las_ship:hover {
  border: 1px solid #ddd;
}

.swiper-container2 {
  overflow: hidden;
}

/***/
.aalanat {
  padding: 20px 0;
}

.aalanat .aalan {
  background: #717171;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.details_aalan {
  position: absolute;
  z-index: 99;
  top: 30%;
  right: 25px;
}

.aalanat .aalan h2 {
  color: #fff;
  width: 58%;
  font-size: 25px;
  margin-bottom: 20px;
}

.aalanat .aalan img {
  padding-right: 20%;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: -13px;
}

.aalanat .aalan a {
  background: #892324;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 15px;
}

/****/
.laste_takhles {
  text-align: center;
  padding: 50px 0;
  background: #FBFBFB;
  margin-top: 30px;
}

.las_takhles {
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.5s;
  background: #fff;
}

.las_takhles img {
  border-radius: 5px;
}

.las_takhles h2 {
  font-size: 16px;
  margin-top: 19px;
  color: #000;
}

.las_takhles h3 {
  color: #3E54AC;
  font-size: 14px;
}

.las_takhles:hover {
  border: 1px solid #ddd;
}

.swiper-container2 {
  overflow: hidden;
}

/***/
footer {
  background: #2E4051;
  padding-top: 50px;
  padding-bottom: 15px;
}

.list_footer h1 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

.list_footer li {
  color: #fff;
  font-size: 13px;
  list-style: disc;
  padding-bottom: 10px;
  margin-right: 15px;
}

.list_footer li a {
  color: #b3b3b3;
  font-size: 12px;
  transition: 0.5s;
}

.list_footer li a:hover {
  padding-right: 10px;
}

.copyright p {
  color: #fff;
  float: right;
  font-size: 14px;
}

ul.social_footer {
  float: left;
}

.social_footer li {
  display: inline-block;
  padding-left: 10px;
}

.social_footer li a {
  font-size: 14px;
  color: #ffffff;
}

.social_footer li a i {
  background: #D221D2;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.social_footer li a i.fa-facebook-f {
  background: #0101E9;
}

.social_footer li a i.fa-twitter {
  background: #0588FF;
}

.social_footer li a i.fa-instagram {
  background: #D221D2;
}

.copyright {
  border-top: 1px solid #dddddd3d;
  margin-top: 30px;
  padding-top: 15px;
}

.list_footer {
  border-right: 1px solid #dddddd3d;
  padding-right: 25px;
}

.brea {
  background: #f6f6f6;
  padding: 40px 0;
  border-top: 1px solid #dedede6b;
}

.brea a {
  color: #892324;
  font-size: 14px;
}

.brea h2 {
  color: #000;
  font-size: 24px;
}

.sngle_page {
  padding: 50px 0;
}

@media (min-width: 1200px) {
  .container_log {
    max-width: 1000px;
  }
}

.form_login {}

.form_login h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
}

.form_login form {}


.form_login form select {}

.form_login form button {
  background: #892324;
  color: #fff;
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 15px;
  border: 0;
  margin-top: 20px;
}

.link_reg {
  margin-right: 25px;
  font-size: 14px;
}

.link_reg a {
  color: #892324;
  font-weight: 700;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 8.5px 0.75rem;
  font-size: 1rem;
  height: 38px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef00;
  border: 1px solid #ced4da;
  border-radius: 0px 32px 32px 0px;
  border-left: 0;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  border: 1px solid #ced4da;
}

.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

.form-check {
  padding-right: 1.5em;
}

#flexCheckDefault {
  border-radius: 50% !important;
}

.form_login form input {
  /* border: 0; */
  border-right: 0;
  border-radius: 22px 0px 0px 22px;
  margin-bottom: 10px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

input.codeInput {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 1px solid #ddd !important;
  text-align: center;
  border-radius: 30px !important;
}

input.codeInput2 {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 1px solid #ddd !important;
  text-align: right;
  border-radius: 30px !important;
  height: 45px;
  padding-right: 15px;
}

input:focus-visible {
  outline: inherit;
}

.Input {
  border-radius: 30px !important;
  border-right: 1px solid #ddd !important;
  border: 1px solid #ddd;
  height: 45px;
  width: 100%;
  font-size: 14px;
  padding-right: 18px;
  padding-left: 15px;
}

.titleForm {
  margin-bottom: 13px !important;
  font-size: 18px !important;
  color: #892324 !important;
  padding-right: 15px;
  margin-top: 30px;
}

.titlSpan {
  display: inline-block;
  width: 100%;
}

.form-check-input:checked {
  background-color: #892324;
  border-color: #892324;
}

.form-check.form-check-inline {
  padding-right: 5px;
  padding-top: 12px;
  margin-bottom: 16px;
}

.pad_r {
  padding-right: 0;
}

.file-input {
  display: inline-block;
  text-align: right;
  background: #fff;
  padding: 16px;
  width: 100%;
  position: relative;
  border-radius: 3px;
  margin-top: -13px;
}

.file-input>[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input>.button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  /* margin-right: 8px; */
  text-align: right;
  float: right;
  border-radius: 30px;
}

.file-input:hover>.button {
  background: #892324;
  color: white;
}

.file-input>.label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
  float: right;
  margin: 7px;
  width: 95px;
  overflow: hidden;
}

.file-input.-chosen>.label {
  opacity: 1;
}

.detailsSHohna {}

.detailsSHohna li {
  display: block;
  color: #1F3E51;
  font-size: 12px;
  margin-bottom: 25px;
}

.detailsSHohna span {
  display: block;
  color: #1F3E51;
  font-weight: 600;
  font-size: 12px;
}

.imgWay {
  height: 150px;
  margin-right: -45px;
}

.detailsPrice {}

.detailsPrice li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 19px;
  font-size: 14px;
}

.detailsPrice li span {
  float: left;
  font-weight: 600;
  color: #1F3E51;
}

.copon {}

.copon label {}

.copon input {
  padding: 0.3rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 30px;
}

.totalPrice {
  margin-top: 20px;
}

.totalPrice li {
  font-size: 14px;
  list-style: none;
  border: 0;
  display: inline-block;
  margin-left: 9%;
  margin-bottom: 0;
}

.totalPrice li span {
  font-weight: 600;
  color: #1F3E51;
  font-size: 16px;
  margin-right: 5px;
}

.detailsItem {
  padding: 20px;
  background: #304252;
  border-radius: 10px;
}

.detailsItem h2 {
  color: #fff;
  font-size: 16px;
}

.detailsItem li {
  color: #afafaf;
  list-style: none;
  display: inline-block;
  width: 49%;
}

.buyChose {}

.buyChose h2 {
  color: #000;
  font-size: 16px;
  margin-top: 40px;
}

.buyChose label {
  font-size: 14px;
  margin-bottom: 10px;
}

.next_step {
  background: #892324;
  color: #fff;
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 15px;
  border: 0;
  margin-top: 20px;
}

button {
  transition: 0.5s;
}

button:hover {
  background: #304252 !important
}

.alink_top a:hover {
  background: #304252 !important
}

.detailsModal {
  padding-bottom: 26px;
}

.detailsModal img {
  width: 110px;
}

.detailsModal h2 {
  color: #000;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.btn_mod {}

.btn_mod .account_m {
  background: #892324;
  color: #fff;
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 15px;
  border: 0;
  margin-top: 20px;
}

.btn_mod .Home_m {
  background: #304252;
  color: #fff;
  padding: 9px 20px;
  border-radius: 30px;
  font-size: 15px;
  border: 0;
  margin-top: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:after {
  content: inherit;
}

.nav-tabs {
  background: #00436100;
  border: 0;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 30px;
}

.nav-tabs .nav-link {
  color: #ffffff;
  background: #B8B6B6;
  padding: 8px 25px;
  border-radius: 40px;
  margin-left: 21px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #BE6100;
  position: relative;
  border-color: #dee2e600 #dee2e6 #fff;
}

.navnav-tabs2 {
  background: #E9E9E9 !important;
  margin-bottom: 50px;
  border: 0;
  width: auto;
}

.navnav-tabs2 .nav-item.show .nav-link,
.navnav-tabs2 .nav-link.active {
  color: #ffffff;
  background-color: #1F3E51 !important;
  position: relative;
}

.navnav-tabs2 .nav-link {
  color: #8B8B8B;
  background: #b8b6b600 !important;
  padding: 8px 45px;
  border-radius: 40px;
  margin-left: 21px;
}

.navnav-tabs2 .nav-item.show .nav-link,
.navnav-tabs2 .nav-link.active i {
  color: #1adf1a;
  font-size: 17px;
  opacity: 1;
}

.navnav-tabs2 .nav-item.show .nav-link,
.navnav-tabs2 .nav-link i {
  opacity: 0;
}

.itemSHip {
  margin-bottom: 20px;
  box-shadow: 0px 0px 19px 0px #0000000d;
  border-radius: 10px;
  padding: 10px;
}

.itemSHip .imgSHip {
  background: #F0F0F0;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  float: right;
  margin-left: 16px;
}

.itemSHip .imgSHip img {}

.itemSHip .detailsSHip {}

.itemSHip .detailsSHip h2 {
  color: #000;
  font-size: 19px;
  float: right;
  display: contents;
}

.itemSHip .detailsSHip span {
  color: #938f8f;
  float: left;
  font-size: 14px;
}

.itemSHip .detailsSHip h3 {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 3px;
}

.messageSH {
  text-align: center;
  font-size: 14px;
  background: #E6E6E6;
  color: #747373;
  margin-top: 8px;
  padding: 8px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.detailsItem2 {
  padding: 10px;
  margin-bottom: 10px;
}

.detailsItem2 li {
  color: #afafaf;
  list-style: none;
  display: inherit;
  width: 100%;
  font-size: 13px;
}

.priceWallet {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.priceWallet img {
  width: 110px;
}

.priceWallet h2 {}

.priceWallet h2 span {
  display: block;
  font-size: 21px;
  color: #9f9d9d;
}

.img_buy_sh {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
}

.choseMoney {}

.choseMoney li {
  position: relative;
  padding: 5px 30px;
  box-shadow: 0px 0px 12px 3px #00000012;
  border-radius: 90px;
  margin-bottom: 10px;
  cursor: pointer;
}

.choseMoney li.active .icon_mo_wal {
  background: #1adf1a;
}

.choseMoney h2 {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
}

.choseMoney h3 {
  margin-top: 0;
  font-size: 20px;
}

.choseMoney p {
  font-size: 13px;
  margin-bottom: 3px;
}

.choseMoney h3 span {
  font-size: 13px;
  color: #9f9d9d;
}

.icon_mo_wal {
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 7px;
  left: 6px;
}

.icon_mo_wal img {
  width: 35px;
}

.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

.accordion-body {
  padding: 1rem 1.25rem;
  font-size: 14px;
  line-height: 30px;
}

.accordion-button:not(.collapsed) {
  color: #404040;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
  color: #404040;
  background-color: #f1f1f1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:hover {
  background: #cacaca !important;
}

.form_login textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
}

.social_cont {}

.social_cont li {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  box-shadow: 0px 0px 8px 2px #0000000f;
  padding: 10px;
  border-radius: 40px;
}

.social_cont li img {
  width: 40px;
  margin-left: 10px;
}

.social_cont li h3 {
  font-size: 19px;
}

