.White {
  color: #ffffff;
}

.Black,
a {
  color: #110101 !important;
}

.Gray {
  color: #414e68 !important;
}

body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
}

.bg-gray {
  background: #414e68;
}

.dark-gray {
  background: #414e68;
}

.text-white p {
  color: #ffffff;
}

.BgWhite {
  background: #ffffff;
}

.main-color {
  color: #000000;
}

.lightblue {
  color: #b5d7e5 !important;
}

.ml2 {
  margin-left: 5px;
}

.mr2 {
  margin-right: 5px;
}

@font-face {
  font-family: "inter";
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "dubai";
  src: url("../fonts/Dubai-Regular.woff");
}

@font-face {
  font-family: "droid";
  src: url("../fonts/DroidKufi-Regular.woff");
}

html[lang="ar"] body,
html[lang="ar"] p,
html[lang="ar"] li,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  font-family: droid !important;
}

html[lang="ar"] html[dir="rtl"] body {
  font-family: droid !important;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .bold,
html[lang="ar"] .bolder {
  font-family: dubai;
}

.ar {
  font-family: droid !important;
}

.en {
  font-family: inter !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inter;
}

.en {
  font-family: inter !important;
}

* {
  box-sizing: border-box;
}

p {
  color: #110101;
}

body {
  overflow-x: hidden;
  color: #110101;
  font-family: inter;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.block-revealer__content {
  height: 100%;
}

h1,
h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 20px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none !important;
}

.rounded {
  border-radius: 50px !important;
}

.bold {
  font-weight: bold;
}

.fonts-12 {
  font-size: 12px;
}

.fonts-13 {
  font-size: 13px;
}

.fonts-14 {
  font-size: 14px;
}

.fonts-17 {
  font-size: 17px;
}

.fonts-18 {
  font-size: 18px;
}

.fonts-19 {
  font-size: 19px;
}

.fonts-20 {
  font-size: 20px;
}

.fonts-21 {
  font-size: 21px;
}

.fonts-22 {
  font-size: 22px;
}

.padding-area {
  padding: 0 150px;
}

html[dir="rtl"] .home-banner .title {
  font-family: droid !important;
}

html[dir="rtl"] #header .navbar .navbar-collaps span {
  font-family: inter;
}

.home-banner {
  height: 644px;
}

.home-banner .content {
  padding: 80px 0 100px 80px;
  max-width: 591px;
}

.home-banner .banner-btn {
  max-width: 340px;
  display: block;
  text-align: center;
  padding: 21px 37px;
  border: solid 1px #ffffff;
  color: #ffffff !important;
  font-size: 24px;
}

.banner-phone {
  background: #deebf4;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.banner-phone h1 {
  font-size: 32px;
}

.banner-phone .banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 576px;
  object-fit: contain;
  z-index: -1;
}

.welcome-section {
  padding: 50px 0;
}

.welcome-section .mini-title h2 {
  font-size: 96px;
}

.welcome-section .text {
  color: #3c3c3c;
}

.mini-title {
  max-width: 729px;
}

.wholesale {
  padding: 50px 0;
}

.about-us {
  padding: 80px 0;
  background-color: #414e68;
}

.mini-title.underline {
  padding-bottom: 35px;
  position: relative;
}

.mini-title.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 2px;
  background-color: #cfb7a3;
}

.product-sec {
  padding: 50px 0;
}

.product-sec .card {
  background: #efefef;
}

.product-sec .women {
  background: #f6f6f8 !important;
}

.why-us {
  padding: 50px 0 100px 0;
}

.why-us .box {
  max-width: 220px;
}

.why-us .number {
  font-size: 96px;
}

.partnership-banner {
  height: 616px;
}

.partnership-banner .content {
  max-width: 637px;
}

.whatsapp-popup {
  /* whatsapp button */
}

.whatsapp-popup .whatsapp-bg {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.whatsapp-popup .text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.whatsapp-popup .whatsapp-bg:hover {
  color: #fff;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.whatsapp-popup .my-whatsapp {
  margin-top: 16px;
}

footer {
  background-color: #000;
}

footer .social a img {
  color: #e3e0dd;
  margin: 0px 11px;
}

footer .social a img:hover {
  transition: 0.3s;
  color: #ffffff;
}

footer .address {
  max-width: 270px;
}

footer form {
  color: white !important;
}

footer form .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
}

footer form .form-control:focus {
  background: none;
  box-shadow: none;
}

footer .sub-btn {
  padding: 20px;
  border: 1px solid #ffffff;
  width: 100%;
  font-size: 24px;
  transition: all 0.3s ease;
  text-align: center;
  color: #ffffff !important;
}

footer .sub-btn:hover {
  transition: all 0.3s ease;
  background: #526aa0;
}

footer #nav .nav-drop-f {
  display: block;
}

footer #nav .nav-drop-f ul {
  display: block;
}

footer #nav .nav-drop-f ul li {
  display: block;
  padding: 0%;
  margin: 0%;
}

footer #nav .nav-drop-f ul li a {
  color: #ffffff;
  padding: 0%;
  margin: 12px 0 20px 0;
}

@media (max-width: 1400px) {
  .padding-area {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
  h4 {
    font-size: 20px;
  }
  .footer-card {
    margin-top: 0;
  }
  .padding-area {
    padding: 0 30px;
  }
  .wholesale img {
    object-fit: cover;
    min-height: 100%;
    height: auto !important;
  }
  .partnership-banner {
    height: auto;
  }
  .partnership-banner .content {
    padding: 80px 10px;
  }
}

@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 32px;
  }
  h5 {
    font-size: 16px;
  }
  .welcome-section .mini-title h2 {
    font-size: 46px;
  }
  .mini-title.underline {
    padding-bottom: 20px;
  }
  .why-us {
    padding: 50px 0 100px 0;
  }
  .why-us .number {
    font-size: 46px;
  }
}

@media (max-width: 576px) {
  .footer-card .download-img img {
    max-width: 130px;
  }
  .padding-area {
    padding: 0 20px;
  }
}
/*# sourceMappingURL=all.css.map */