/* importing fonts */
@font-face {
  font-family: din;
  src: url(../fonts/din-next-lt-w23-bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: din;
  src: url(../fonts/din-next-lt-w23-medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: din;
  src: url(../fonts/din-next-lt-w23-regular\ \(1\).ttf);
  font-weight: normal;
}

/* start variables */
:root {
  --main-color: #7630fc;
  --base-color: #f5f5f5;
  --red-color: #e71d2c;
}

/* start global style */
* {
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-family: din;
  direction: rtl;
  text-align: right;

}

.form-control {
  text-align: right;
}

a {
  text-decoration: none;
}

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

img {
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.btn:focus,
input:focus,
.form-control:focus {
  box-shadow: unset !important;
}

/* start my style */
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 18px;
  color: #8992a3;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main-color);

}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--main-color);
}

.sub-nav {
  padding: 10px 0;
  background-color: var(--main-color);
}

.sub-contact li {
  margin-left: 50px;
}

.sub-contact li a {
  color: var(--base-color);
  font-weight: normal;
  font-size: 14px;
}

.sub-contact li a svg {
  margin-left: 5px;
}

.sub-socilal li a {
  font-size: 20px;
  color: var(--base-color);
}

.sub-socilal li {
  margin-right: 30px;
}

.navbar {
  background-color: transparent !important;
  background: url(../images/nav.png) no-repeat left top;
  padding: 1.5rem 0;
}

.login-btn {
  color: var(--base-color) !important;
  background-color: var(--main-color);
  border-radius: 20px;
  padding: 5px 25px !important;
}

.navbar-brand {
  margin-right: 0;
}

.hero {
  background-color: #f0f4f9;
  padding: 50px 0;
}

.hero-info {
  background: url(../images/info.png) right no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
}

.hero-info h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 1rem;
}

.hero-info h2 {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 24px;
  color: #4e4e4e;
}

.hero-info h2 b {
  color: #000;
}

.hero-info p {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 20px;
  color: #8992a3;
  width: 73%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  margin-right: 2rem;
}

.heading {
  position: relative;
}

.head-small {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 20px;

}

.heading .head-small h3::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  content: "";
  /* right: 90px; */
  top: 15px;
  margin-right: 20px;

}

.btn-more {
  min-width: 150px;
}

.btn-lang {

  font-size: 18px;
  color: var(--base-color);
  padding: 0;
}

.btn-lang:hover {
  color: var(--base-color);

}

.dropdown-item {
  color: #000 !important;
}

.category {
  padding: 40px 0;
}

.btn-more {
  color: #8992a3;
}

.btn-more:hover {
  color: #8992a3;
}

.btn-more svg {
  font-size: 12px;
}

.cat {
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(100, 123, 154, 0.1);
  padding: 10px;
  /*margin-bottom: 20px;*/
}

.cat img {
  margin-left: 10px;
}

.cat-link {
  font-weight: 500;
  font-size: 16px;
  color: #8992a3;

  display: block;

}

.cat-link:hover {
  color: #8992a3;
}

.coupon {
  padding: 40px 0;
}

.big-heading::before {
  width: calc(100% - 350px);
  right: 180px;
}

.cop-card {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}

.cop-footer {
  padding: 20px;
}

.cop-footer .btn {
  background-color: var(--main-color);
  color: var(--base-color);
}

.cop-card .btn30 {
  background-color: transparent !important;
  padding: 0;
}

.cop-footer .btn:hover {
  color: var(--base-color);
}

.cop-header img {
  width: 100%;
  height: 180px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cop-footer p {
  font-weight: normal;
  font-size: 14px;
  color: #8992a3;
  margin-bottom: 1rem;
}

.cop-footer h5 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 0.5rem;
}

.cop-header,
.cop-footer {
  position: relative;
}

.time-left {
  background-color: var(--red-color);
  padding: 5px;
  color: var(--base-color);
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.time-left svg {
  margin-left: 3px;
}

.descount {
  background-color: var(--red-color);
  padding: 5px;
  color: var(--base-color);
  font-size: 12px;
  position: absolute;
  top: -15px;
  right: 10px;
}

.cop-info {
  height: 100px;
}

.new-cop {
  border-radius: 4px;
  background: #7630fc;
  color: var(--base-color);
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
}

.ex-cop {
  border-radius: 4px;
  background: #ffb300;
  color: var(--base-color);
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 60px;
  padding: 5px 10px;
}

.ex-cop svg {
  margin-right: 5px;
}





.modal-content-2 {
  height: 600px;
  background-color: transparent;
  background: url(../images/cop.svg) no-repeat center;
  background-size: contain;
  border: none;
  padding: 30px;
}

.foot-cup {
  padding: 20px;

}

.cop-user .btn img {
  width: 25px;
}

.cop-user .btn {
  padding: 5px 0px;
  border-radius: 25px;
  width: 150px;
}






.share li {
  margin-right: 20px;
}

.cop-box img {
  width: 63.08px;
  height: 63.08px;
  border-radius: 50%;
  border: 3px solid #7630fc;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.16));
  margin-left: 20px;
}

.cop-user h5 {
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.cop-user h5 span {
  margin-right: 5px;
  color: var(--main-color);
  margin-right: 0.5rem;
}

.cop-user .btn-2 {
  background: rgba(118, 48, 252, 0.16);
  color: var(--main-color);
}

.cop-user .btn-2:hover {
  color: var(--main-color);
}

.code-num {
  border: 2px solid var(--main-color) !important;
  color: var(--main-color) !important;
  background-color: transparent !important;
  padding: 10px 50px !important;
  border-radius: 0.25rem;
}

.btn-copy {
  padding: 10px 50px !important;
  border: 2px solid var(--main-color) !important;
}

.cop-work li {
  margin: 0 5px;
  color: #8992a3;
}

.download {
  padding: 50px 0;
}

.down-bg {
  background: url(../images/download-shape.png) no-repeat center, #7630fc;
  padding: 40px 40px 0 40px;
  border-radius: 20px;
}

.down-list img {
  width: 160px;
  margin: 5px;
}

.down-info {
  margin-top: 50px;
}

.down-info h3 {
  font-weight: bold;
  font-size: 32px;
  color: var(--base-color);
  margin-bottom: 0.5rem;
}

.down-info p {
  font-weight: 500;
  font-size: 20px;
  color: var(--base-color);
  width: 38%;
}

footer {
  background: url(../images/foot.png) no-repeat left top, #F0F4F9;
  padding-top: 100px;
  padding-bottom: 30px;
}

.foot-socilal svg {
  color: var(--main-color);
  font-size: 22px;

}

.foot-socilal li {
  margin-left: 20px;
}

.foot h5 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 16px;
  color: #292828;

}

.foot-details li a,
.con-foot li a {
  font-weight: normal;
  font-size: 16px;
  color: #292828;
  opacity: 0.8;

}

.foot-details li,
.con-foot li {
  margin-bottom: 10px;
}

.foot p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25.5px;
  color: #292828;
  width: 67%;
  margin-top: 20px;
}

.foot-details svg {
  margin-left: 5px;
  opacity: 0.3;

}

.sub-foot h5 {
  font-weight: normal;
  font-size: 16px;
  color: #f5f5f5;

}

.sub-foot {
  padding: 15px 0;
  background-color: var(--main-color);
}

/*  */
.search-box {
  /* position : absolute;
  top : 50%;
  left : 50%;
  transform : translate(-50%,-50%); */
  background: var(--base-color);
  height: 40px;
  border-radius: 5px;
  padding: 0px;
  border: 1px solid #ccc;

}

.search-btn {
  color: #707070;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.4s;
}

.search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #333;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
}

.search-box:hover>.search-txt {
  width: 240px;
  padding: 0 6px;
}

.search-box:hover>.search-btn {
  background: transparent;
}

.search-txt::placeholder {
  color: #ccc;
}

.search-btn:hover {
  color: #707070;
}

/*  */
.btn-11 {
  color: var(--base-color);
  background-color: var(--main-color);
  padding: 13px;
  border-radius: 25px;
  cursor: pointer;
}

.btn-11:hover {
  color: var(--base-color);

}

.rounded-22 {
  border-radius: 50px;
}

.modal-content-22 {
  border-radius: 20px;
}

.form-control-2 {
  margin: 0 3px;
  height: 80px;
  border: none;
  border-radius: 20px;
}

.form-control:focus {
  border: 1px solid var(--main-color);
}

.head-section h3 {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.avtar-sm {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-top: -6px;
}

.term h3 {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-bottom: 2rem;
  margin-top: 3rem;

}

.term p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #8992a3;
  margin-bottom: 50px;

}

.privecy {
  padding: 50px 0;
}

.form-control-x {
  border: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  height: 60px;

}

.form-control-xx {
  border: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 15px;

}

.form-control::placeholder {
  font-weight: normal;
  font-size: 14px;
  color: #8992a3;
}

.btn-send {
  background-color: var(--main-color);
  color: var(--base-color);
  border-radius: 25px;
  padding: 10px 60px;
}

.term h4 {
  font-weight: 500;
  font-size: 20px;
  color: #4e4e4e;
  margin-top: 0.5rem;
  margin-bottom: 2rem;

}

.ab-box {
  border-radius: 24px;
  background: url(../images/ab-shape.png) no-repeat center, #f5f5f5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  text-align: center;
}

.ab-box img {
  margin-bottom: 1.5rem;
}

.ab-box h5 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 0.5rem;
}

.ab-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #8992a3;

}

.foot p,
.down-info {
  margin-bottom: 20px;
}

.mobile-navbar {
  display: none;
}

.btn-more svg {
  margin-right: 5px;

}

.table__cell {
  border: 2px solid var(--main-color) !important;
  border-radius: 7px;
  width: 400px;
  color: #ffff;
  display: flex;

}

.table__cell span {
  width: 150px !important;
  margin-right: -80px;
}

.btn-copy {
  z-index: 2;
  border: 2px solid var(--main-color) !important;
  border-radius: 0px;
  width: 250px !important;
  position: unset !important;
  height: unset !important;
}

.code-num {
  border: none !important;
}

.btn-send:hover {
  color: var(--base-color);
}

.sub-socilal .dropdown-menu li {
  margin-right: 0;
}

.mt--1 {
  margin-top: -3px;
}

.flex-row-reverse-2 {
  flex-direction: row-reverse !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

div#social-links ul {
  margin: 0;
  padding: 0;
}

div#social-links ul li {
  list-style: none;
  display: inline-block;
}

div#social-links ul li a {

  font-size: 24px;
  padding: 10px !important;
  /*border: 1px solid #b799f0;*/
  margin: 1px;
  font-size: 30px;
  /*color: #222;*/
  /*background-color: #887c9f;*/
  font-size: 24px;
}

div#social-links ul li {
  margin-right: 0.9375rem;
}

#social-links .fa-facebook-square {
  color: #1873c2;
}

#social-links .fa-twitter {
  color: #00d5ec;
}

#social-links .fa-linkedin {
  color: #0a08a5;
}

#social-links .fa-telegram {
  color: #4e88f3;
}

#social-links .fa-whatsapp {
  color: #49c967;
}

.hero-box img {
  width: 100%;
}

.cat img {
  height: 60px;
}

.fav-sm {
  display: none;
}

.t-right {
  text-align: left;
}

.btn37 {
  float: left;
}

.slick-initialized .slick-slide {
  margin: 10px;
}


/*.slick-prev:before, .slick-next:before{*/
/*   color: var(--main-color) !important;*/
/*}*/
/*.slick-dots li.slick-active button:before{*/
/*           color: var(--main-color) !important;*/

/*}*/
/*.slick-dots li button:before{*/
/*       color: var(--main-color) !important;*/
/*       font-size:13px !important;*/

/*}*/
@media (min-width: 765px) {
  .modal-body {
    max-height: 390px;
  }

  .modal-content-2 {
    background-size: cover;
  }
}

@media (min-width: 539px) and (max-width:540px) {
  .modal-content-2 {

    padding: 30px 90px 80px 80px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;

}

.cop-user .btn img {
  width: 25px;
}