@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

button {
  border-radius: 2%;
}

:root {
  --primaryColor: #3B81B3;
  --SecondaryColor: #132255;
  --ThirdColor: rgb(243 243 243);
  --mainColor1: #636364;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #eef0ff;
  --mainColor6: #4792C3;
  --bg-gradient: linear-gradient(0deg, rgb(53, 0, 0), rgba(242, 0, 0, 1), rgba(148, 125, 91, 1) 99.281%);
}


html[dir="rtl"] body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] body {
    font-family: 'Oxygen', sans-serif;
    direction: ltr;
    text-align: left;
}
    
.lan.active-lang {
  opacity: 0.5;
  pointer-events: none;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.nav-slider {
  background-color: var(--mainColor1);
}

/* .slick-arrow {
  border: none;
  font-size: small;
  color: var(--mainColor4);
  padding: 20px;
} */

body {
  font-size: 18px;
  color: rgb(27, 27, 27);
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  box-sizing: border-box;
  font-family: "Oxygen", sans-serif;
}

.bg-primary-color {
  background-color: var(--primaryColor);
}

.direction {
  direction: ltr;
}

.icon-menu {
  display: none;
}

ul {
  list-style: none;
  list-style-position: inside;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

/* #navBar {
  background-color: var(--mainColor5);
} */

.navbar-brand {
  transition: all 0.8s ease;
}

.navbar-brand:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--mainColor1);
  opacity: 0.6;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.shadow_nav {
  box-shadow: 0px 0rem 1rem 2px rgba(0, 0, 0, .15) !important;
}

a.nav-link.active {
  text-decoration: none;
  color: var(--mainColor2) !important;
  font-weight: bold !important;
}

.search-field {
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px !important;
  transition: width 1s ease-in-out, opacity 1s ease-in-out,
    visibility 1s ease-in-out;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
}

.search_nav {
  background-color: var(--SecondaryColor);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px 0px 0px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.nav_bt {
  display: inline-flex;
  padding: 5px 24px;
  justify-content: center;
  border: none;
  align-items: center;
  border-radius: 100px;
  color: var(--mainColor4);
  background: var(--primaryColor);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.nav_bt:hover {
  opacity: 0.5;
}

.search-field:focus {
  border-color: transparent !important;
  box-shadow: -4px 6px 5px rgb(183 184 184 / 50%) !important;
}

.search-field.active {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.search-field::placeholder {
  color: #000;
  font-style: italic;
}

/* a.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30%;
  height: 2px;
  background-color: var(--primaryColor);
  transition: width 0.3s ease-in-out;
} */

a.nav-link.active:hover::after {
  width: 100%;
}

.slide_box {
  border-radius: 12px;
  background: var(--primaryColor);
  width: 100%;
  padding: 40px 40px;
  /* height: 48%; */
  align-items: center;
  margin-bottom: 18px !important;
}

.slide_box h5 {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  align-self: stretch;
  line-height: 130%;
}

.slide_box p {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  align-self: stretch;
}

/*.my_img {
  width: 100%;
  /* height: calc(); */
/*display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
}*/


.pointer {
  cursor: pointer;
}

.image-container {
  position: relative;
  width: 100%;
  height:auto;
}

.image-container img {
  width: 100%;
  /*height: 100%;*/
  display: block;
}

.text-overlay {
  position: absolute;
   color: white;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  background:transparent;
}

.text-overlay h1 {
  color: #fff;
  text-align: center;
  font-family: Quicksand;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 0;
  display: block;
  align-self: stretch;
  color:white;

}

.text-overlay h2 {
  color: #fff;
  text-align: center;
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  display: block;
  align-self: stretch;
  color:white;
}

.text-overlay h1,
.text-overlay h2 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.path {
  margin: 70px 0;
}

.img_k {
  position: relative;
}

.img_k_disc {
  position: absolute;
  top: 10%;
  right: 20px;
  background-color: var(--mainColor4);
  padding: 30px 40px;
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.40);
  border-radius: 24px;
}

.img_k_disc span:nth-child(1) {
  color: var(--Color-2, #3B81B3);
  font-family: Quicksand;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  line-height: 190%;
}

.img_k_disc span:nth-child(2) {
  color: #848484;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  display: block;
  line-height: 110%;
}

.disc .tit p:nth-child(1) {
  color: var(--SecondaryColor);
  font-family: Quicksand;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.disc .tit p:nth-child(2) {
  color: #666;
  font-family: Nunito;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.check {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F8F8F8;
}

.check i {
  color: var(--SecondaryColor);
}

.chech_tit span {
  color: #212748;
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.chech_disc span {
  color: #0E2258;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
  display: block;
}

.Wellness {
  background-color: #FAFAFA;
  padding: 50px 0;
}

.wellness_tit h2 {
  color: #212748;
  font-family: Quicksand;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 52px;
}

.features_tit span:nth-child(1) {
  color: #6EC1E4;
  font-family: Quicksand;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: block;
  margin-bottom: 10px;
}

.features_tit span:nth-child(2) {
  color: #7A7A7A;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.features_tit ul li {
  color: #7A7A7A;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  display: flex;
  text-transform: lowercase;
}

.features_list li strong {
  color: #7A7A7A;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 19px;
  text-transform: uppercase;
}

.Services {
  margin: 70px 0;
  overflow: hidden;
}


.tit_tiny {
  text-align: center;
  margin-bottom: 15px;
}

.tit_tiny span {
  color: #377EB1;
  text-align: center;
  font-family: Quicksand;
  font-size: 14px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
}

.main_tit {
  text-align: center;
  margin-bottom: 15px;
}

.main_tit h4 {
  color: var(--SecondaryColor);
  text-align: center;
  font-family: Quicksand;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}

.Services_style {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

.Services_style span:nth-child(1) {
  width: 15px;
  height: 2px;
  background: #377EB1;
  display: block;
  margin: 0px 5px;
}

.Services_style span:nth-child(2) {
  width: 50px;
  height: 2px;
  background: #377EB1;
  display: block;
  margin: 0px 5px;
}

.sections {
  position: relative;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
  margin-bottom: 40px;
}

.sections_disc {
  display: flex;
  width: 80%;
  padding: 23px 20px 23px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 10px 30px 0px rgba(193, 193, 194, 0.40);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.sections:hover .sections_disc {
  opacity: 1;
  bottom: -30px;
  
}

.in_sections_disc span:nth-child(1) {
  color: var(--Color-1, #132255);
  text-align: center;
  font-family: Quicksand;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.in_sections_disc span:nth-child(2) {
  color: var(--Color-1, #132255);
  text-align: center;
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: block;
}


.Services .slick-list {
  overflow: hidden !important;
}

/* .main_properties{
  
} */
/* html[lang="ar"] #animatedDiv {
  margin-right: 0;
  margin-left: auto;
}

html[lang="en"] #animatedDiv {
  margin-left: 0;
  margin-right: auto;
} */

  html[lang="ar"] .properties {
      border-radius: 1000px 0px 0px 1000px;
  }

  html[lang="en"] .properties {
      border-radius: 0px 1000px 1000px 0px;
  }

.properties {
  background-color: var(--primaryColor);
  overflow: hidden;
  border-radius: 0px 1000px 1000px 0px;
}

#animatedDiv {
  width: 0;
  overflow: hidden;
  visibility: hidden;
  transition: width 1s ease, visibility 0.3s ease;
}

#animatedDiv.visible {
  width: 100%;
}

.in_properties {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
  padding: 20px;
}

.in_properties:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.2);
}

.in_properties img {
  display: block;
  margin: 20px auto;
}

.in_properties span {
  color: var(--mainColor4);
  text-align: center;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.ceo {
  position: relative;
  width: 100%;
  margin: 100px auto;
}

.in_ceo {
  position: absolute ;
  top: 50% ;
  right: 10%;
  transform: translateY(-35%);
    display: flex;
  align-items: center;
  height: 100%; 
}

.ceo_message {
  background-color: var(--SecondaryColor);
  color: white;
  border-radius: 10px;
  padding: 60px 50px;
  min-height: 420px;
  box-sizing: border-box;
}
.ceo-img{
    height:800px;
}
.ceo_message h4 {
  color: #fff;
  font-family: Quicksand;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 20px;
}

.ceo_message p {
  color: #fff;
  font-family: Nunito;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.ceo_info {
  font-size: 12px !important;
  color: #c4c4c4;
  margin-top: 10px;
}

.ceo_info p {
  margin: 2px 0;
}

.team {
  background-color: #eeeeeea1;
  padding: 50px 0;
}

.my_card {
  margin: 30px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
  cursor: pointer;
}

.my_card:hover {
  transform: translateY(-20px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.my_card h4 {
  margin-top: 20px;
  color: #212748;
  text-align: center;
  font-family: Quicksand;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0px;
}

.my_card span {
  color: #666;
  text-align: center;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.fields span {
  color: var(--primaryColor);
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
}

.fields h4 {
  color: var(--SecondaryColor);
  font-family: Quicksand;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 50px;
}

.input_field {
  margin: 30px 0;
}

.input_field label {
  color: #7A7A7A;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}

.input_field input {
  border-radius: 8px;
  border: 1px solid #cecece;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 3px 3px 5px 0px #00000029;
}

.input_field textarea {
  border-radius: 8px;
  border: 1px solid #cecece;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 3px 3px 5px 0px #00000029;
  resize: none;
}

.submit_field input {
  border-radius: 8px;
  background: var(--Color-2, #3B81B3);
  padding: 17px 62px;
  color: var(--mainColor4);
  border: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.submit_field input:hover {
  background: var(--SecondaryColor);
}

.in_contact {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 3px 5px 15px 0px rgba(44, 130, 237, 0.15);
  padding: 40px 50px;
  position: relative;
  overflow: hidden;
}

.in_contact .disc span:nth-child(1) {
  color: var(--SecondaryColor);
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  align-self: stretch;
  display: block;
}

.in_contact .disc span:nth-child(2) {
  color: var(--SecondaryColor);
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  display: block;
}

.contact_icon i {
  font-size: 24px;
  color: var(--primaryColor);
}

.contact_circle {
  display: block;
  border: 25px solid #eeeeee77;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -60px;
  right: -60px;
}

footer {
  background-color: var(--SecondaryColor);
}

.sidebar {
  position: fixed;
  width: 0;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: var(--mainColor4);
  z-index: 99999;
  padding: 0px;
  overflow: auto;
  transition: all 0.3s ease-in-out;
}

.sidebar.open {
  width: 450px;
  padding: 30px 40px;
}

.close_bt {
  display: flex;
  justify-content: end;
  margin: 20px 0;
}

.sidebar_img {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.sidebar_disc_en p {
  color: #666;
  font-family: Nunito;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  align-self: stretch;
}

.sidebar_disc_ar p {
  color: #666;
  text-align: right;
  font-family: Tajawal;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.sidebar_details span:nth-child(1) {
  color: #212748;
  font-family: Quicksand;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}

.sidebar_details span:nth-child(2) {
  color: #232323;
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.arabicVersion .properties {
  border-radius: 1000px 0px 0px 1000px;
}

.arabicVersion .in_ceo .a_ceo  {
    justify-content: flex-end ;
  }



.arabicVersion .floatphone,
.arabicVersion .floatwhatsapp,
.arabicVersion .back-to-top {
  right: auto;
  left: 4%;
}



























































.form-res {
  display: none;
}

.navContainer .nav-link span {
  color: #787878;
  font-weight: 500;
  font-size: 16px;
}

.nav-link.active span {
  color: #000000;
}

.navContainer .social li {
  list-style: none;
}

.navContainer .social li a {
  width: 22px;
  height: 22px;
  border: 0px solid #ffffff;
}

.floatphone,
.floatwhatsapp,
.back-to-top {
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  position: fixed;
  right: 4%;
  width: 55px;
  height: 55px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
}

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 15%;
  display: flex;
  transition: transform 0.2s ease-in-out;
}



.floatphone {
  background-color: var(--primaryColor);
  bottom: 24%;
  display: flex;
  transition: transform 0.2s ease-in-out;
}

.floatphone:hover,
.floatwhatsapp:hover {
  transform: translateY(-3px);
}

.back-to-top {
  background-color: var(--primaryColor);
  display: none;
  bottom: 5%;
  z-index: 111;
  transition: transform 0.3s ease-in-out;
}

.back-to-top:hover {
  background-color: var(--SecondaryColor);
  transform: translateY(-3px);
}
/* .floatwhatsapp a,
.floatphone a,
.back-to-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
} */

.floatwhatsapp i,
.floatphone i,
.back-to-top i {
  font-size: 25px;
}

.flag-list {
  display: none;
  left: 4%;
  position: fixed;
  min-width: 120px;
  background-color: var(--mainColor4);
  z-index: 100;
  bottom: 15%;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

@keyframes zoom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.social li {
  list-style: none;
}

.social li a {
  opacity: 100% !important;
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor4);
}

.social li a::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

.social li a .icon {
  position: relative;
  transition: 0.5s;
  z-index: 3;
  color: #fff;
  opacity: 1;
}

.social li a:hover .icon {
  color: var(--mainColor2);
  transform: rotateY(360deg);
}

.social li a:hover::before {
  top: 0;
}

.social li a:before {
  background: var(--mainColor4);
}

.sale span {
  background-color: var(--mainColor3);
}

.nav-pills {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.nav-pills p {
  font-size: 0.875rem;
}

.nav-pills .nav-link {
  color: var(--mainColor2);
}

.nav-pills h5 {
  color: var(--danger);
  animation: colorhead 3s infinite;
}

.links {
  color: var(--mainColor5);
}

.links a {
  text-decoration: none;
  color: var(--mainColor5);
}

.links:hover {
  color: var(--mainColor5);
  font-weight: 500;
}

.cardsimg img,
.cardsimg video {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

.card {
  cursor: pointer;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid #000000 !important;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.form-control[disabled] {
  background: var(--ThirdColor);
}

.img-card {
  overflow: hidden;
}

.img-card img {
  transition: all 0.8s ease;
}

.img-card img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.reverse-row .row:nth-child(even) {
  flex-direction: row-reverse;
}

.slider1 .card {
  border-radius: 0px;
}

marquee img {
  max-width: 300px;
}

#demo {
  color: var(--mainColor6);
}

.whatsapp-div {
  background-color: var(--mainColor5);
}

.whatsapp-div div:nth-child(1) {
  left: -3px;
}

.whatsapp-div div:nth-child(2) h6 {
  font-size: 0.8rem;
}

.whatsapp-div div:nth-child(2) h6:nth-child(1) {
  opacity: 80%;
}

.div-overflow {
  height: 100%;
  overflow-y: scroll;
  max-height: 63rem;
}

.form-floating label {
  font-size: 1.1rem;
}

footer {
  font-size: 15px;
  border-radius: 30px 30px 0px 0px;
}

footer .list-footer {
  display: flex;
  flex-wrap: wrap;
}

footer .list-footer li {
  width: 50%;
}

footer span {
  color: var(--mainColor4);
  font-weight: 500;
}

footer a {
  color: var(--mainColor4);
  opacity: 80%;
  font-size: 14px;
}

footer a:hover {
  color: var(--mainColor4);
  opacity: 100%;
}

footer h5 {
  color: var(--mainColor4);
}

#navBar .nav-link.active {
  opacity: 100%;
  color: var(--mainColor2);
  background-color: var(--mainColor4);
  border-radius: 3%;
  margin-inline: 5px;
}

.dropdown-toggle::after {
  margin-inline: 0.7em;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: none;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(134, 134, 134, 0.2274509804);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainColor4);
  text-align: center;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px gray;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 2rem */
}

.item {
  border-radius: 20px;
  max-height: 100%;
}

.item img {
  transition: all 0.4s;
}

.item:hover img {
  transform: scale(1.1);
}

.item:hover .overlay2 {
  cursor: pointer;
}

.item:hover .overlay {
  left: 0;
  right: 0;
  color: var(--mainColor4);
}

.item-container {
  height: 300px;
}

.modal-body {
  font-size: 0.8rem !important;
}

.modal-footer-nav button {
  background-color: var(--mainColor5) !important;
  color: var(--mainColor2);
}

#search {
  display: none;
}

.nosubmit {
  display: flex;
  border-radius: 5px;
  background-color: var(--mainColor4) !important;
}

input[type=search] {
  border: none;
  background-color: #F7F7F7;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: inherit;
  background-size: 20px 20px;
  background-position: top 8px left 7px !important;
}

.btn-search {
  position: absolute;
  top: -3px;
}

.carousel-item {
  height: 75vh;
}

.carousel-item .img-slider {
  height: 100%;
}

.carousel-item .img-slider img {
  min-height: 100% !important;
}

.carousel-caption h4 {
  font-weight: 700;
  font-size: 48px;
}

#map {
  height: 100%;
}

.list-payment li {
  padding-inline: 4px;
}

.list-payment li:hover {
  cursor: pointer;
}

.zoom:hover img {
  transform: scale(1.02);
  cursor: zoom-in;
}

.zoom img {
  transition: all 0.4s;
  height: 100%;
}

.flex-shrink-0 img {
  max-width: 75px;
}

table tr {
  font-size: 0.8rem !important;
  text-align: center;
}

.index-dot {
  background: var(--mainColor2);
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
}

.modal p {
  font-size: 0.7rem;
}

.toggle-button-cover {
  font-family: Arial, Helvetica, sans-serif;
  display: table-cell;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  background: rgba(0, 0, 0, 0.3);
}

#button-1 .knobs:before,
#button-1 .knobs:after,
#button-1 .knobs span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 80%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
  transition: 0.3s ease all;
}

#button-1 .knobs:before {
  content: "";
  left: 6px;
  background-color: var(--mainColor2);
  color: var(--mainColor4);
}

#button-1 .knobs:after {
  content: "IN";
  right: 6px;
  color: var(--mainColor2);
}

#button-1 .knobs span {
  display: inline-block;
  left: 3px;
  color: var(--mainColor2);
  z-index: 1;
}

#button-1 .checkbox:checked+.knobs span {
  color: var(--mainColor1);
}

#button-1 .checkbox:checked+.knobs:before {
  left: 43px;
  color: var(--mainColor4);
}

#button-1 .checkbox:checked+.knobs:after {
  color: var(--mainColor4);
}

#button-1 .knobs:before {
  content: "";
  left: 4px;
  background-color: var(--mainColor2);
}

#button-1 .knobs:after {
  content: "IN";
  right: 4px;
  color: #4e4e4e;
}

#button-1 .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#button-1 .checkbox:checked+.knobs span {
  color: #4e4e4e;
}

#button-1 .checkbox:checked+.knobs:before {
  background-color: var(--mainColor2);
}

#button-1 .checkbox:checked+.knobs:after {
  color: #fff;
}

.modal-body form h6 {
  font-size: 0.8rem !important;
}

.loading-screen {
  z-index: 1111111111;
  display: flex;
}

.search-container {
  background-color: rgba(3, 3, 3, 0.5411764706);
  display: none;
  z-index: 111111111111111100000000000;
}

.search-input {
  width: 0px;
}

.close-div {
  right: 5%;
  top: 10%;
}

.close-div i {
  font-size: 40px !important;
}

.search-container input {
  background-color: transparent !important;
}

.address div {
  display: flex;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 #aaa;
  border-color: var(--mainColor2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.address div:hover {
  background-color: var(--mainColor2);
  color: var(--mainColor4);
}

.address div:hover .text-secondary {
  color: var(--mainColor4) !important;
}

.address .active {
  background-color: var(--mainColor2);
  color: var(--mainColor4);
}

.address .active .text-secondary {
  color: var(--mainColor4) !important;
}

.address div:nth-last-child(1) {
  border-color: var(--mainColor1);
  flex-direction: row;
  align-items: center;
}

.form-check .form-check-input {
  float: none;
  margin-left: 0em;
}

.form-check-input:checked[type=radio] {
  background-color: var(--mainColor2);
}

.form-check-input:checked {
  border-color: var(--mainColor2);
}

.form-check {
  padding-left: 0em;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-check-input:focus {
  border-color: rgba(134, 182, 254, 0);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.step-indicator li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.dropdown-menu .dropdown-item {
  text-align: start !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.search-container input {
  font-size: larger;
}

.profile .nav-pills .nav-link h6 {
  border-bottom: var(--ThirdColor) solid 3px;
  text-align: start;
  text-transform: capitalize;
}

.profile .nav-pills .nav-link.active {
  background: var(--mainColor4);
  color: var(--mainColor2) !important;
}

.profile .nav-pills .nav-link.active h6 {
  position: relative;
}

.profile .nav-pills .nav-link.active h6::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: var(--mainColor2);
}

.profile .flex-shrink-0 {
  overflow: hidden;
}

.profile .nav-pills p {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
}

.profile .card-tap h5 {
  color: #4A4A4A;
  font-family: "Paytone One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.profile .nav-pills .nav-link {
  color: var(--mainColor2) !important;
}

.profile .card-tap h6 {
  color: #4A4A4A;
  font-family: "Paytone One";
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.profile .card-tap p {
  color: #808080;
  font-family: Inter;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}

.profile .round-news {
  border-radius: 1rem;
  border: 1px solid #A5A5A5;
}

.profile .round-img {
  border-radius: 0.875rem 0.875rem 0rem 0rem;
  max-height: 19.5rem;
}

.profile .flex-shrink-0 {
  max-width: 9.9375rem;
  max-height: 9.9375rem;
}

.profile .nav-profile {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.profile-login .nav-pills .nav-link.active {
  background: var(--mainColor4);
  border-color: var(--mainColor2) !important;
  color: var(--mainColor2) !important;
}

.form-select:focus {
  outline: 0;
  box-shadow: none !important;
}

.step-indicator li .step:hover {
  background-color: var(--mainColor2);
  color: var(--mainColor4) !important;
  cursor: pointer;
}

.btn-dark:hover {
  background-color: var(--mainColor1);
  opacity: 20%;
  cursor: pointer;
}

.d-icon {
  display: flex !important;
  flex-direction: row !important;
  left: 2px;
  top: 2px;
  border: none !important;
  border-radius: 4px;
  box-sizing: content-box;
  box-shadow: 0 0 0px 0px !important;
  border-color: var(--mainColor2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.d-icon a {
  color: inherit;
}

.row-res {
  display: none;
}

.row-res-img {
  display: flex;
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(50px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.congratulation {
  display: none;
}

.js-container {
  width: 100%;
  height: 100vh;
  background: transparent;
  display: fixed;
  top: 0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  animation-delay: 100ms;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 100px;
  width: 37.5px;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

.submit-btn {
  height: 45px;
  width: 200px;
  font-size: 15px;
  background-color: #00c09d;
  border: 1px solid #00ab8c;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  cursor: pointer;
  transition: all 2s ease-out;
  transition: all 0.2s ease-out;
}

.submit-btn:hover {
  background-color: #2ca893;
  transition: all 0.2s ease-out;
}

.div-opicity {
  bottom: 20%;
  background-color: rgba(148, 114, 88, 0.4235294118);
  border-radius: 10px;
}

.div-opicity h6 {
  font-weight: 700;
  color: var(--mainColor4);
  font-size: 20px;
}

.slick-dots {
  display: flex;
  justify-content: end;
  margin: 0;
  padding: 1.rem 0;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 50px;
  height: 3px;
  margin-inline: 3px;
  border: none;
  /* border-radius: 100%; */
  background-color: var(--SecondaryColor);
  opacity: 0.3;
  text-indent: -9999px;
}

.slider li,
.slider3 li {
  color: white;
  border-right: 2px solid #fff;
  text-align: center;
}

.btn-slider {
  padding: 10px 40px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  border-color: transparent !important;
  color: var(--mainColor5);
  box-shadow: 0px 0px 0px 0px transparent !important;
}

.btn-slider {
  background: var(--bg-gradient);
}

.btn-slider:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
  color: #FFF;
}

.card-bage {
  background-color: var(--mainColor5);
}

.seeall-product {
  border-color: var(--mainColor1);
  color: var(--mainColor1);
}

.seeall-product:hover {
  background-color: var(--mainColor1);
  color: var(--mainColor4);
}

li.slick-active button {
  background-color: var(--SecondaryColor);
  opacity: 1;
  /* width: 78.75px;
  height: 14px; */
}

.prev-button,
.next-button {
  position: absolute;
  top: 40%;
}

.next-button {
  right: 0;
}


.slick-prev::after,
.slick-next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--mainColor4);
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999; /* Ensure it appears above images */
  text-shadow: 1px 1px 5px #00000085;
}


html[lang="en"] .slick-prev::after {
  content: "\f104"; 
  left: 40px;
}
html[lang="en"] .slick-next::after {
  content: "\f105"; 
  right: 40px;
}


html[lang="ar"] .slick-prev::after {
  content: "\f105"; 
  right: 40px;
  left: auto;
}
html[lang="ar"] .slick-next::after {
  content: "\f104";
  left: 40px;
  right: auto;
}
html[lang="ar"] body {
 font-family: 'Cairo';
}

.slick-prev {
  z-index: 1000 !important;
  width: 40px;
  height: 40px;
  
}



.bg-img {
  background-image: url("../imgs/home/5.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-img h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 78px;
}

.form-select {
  background-position: right 0.3rem center;
}

.questions-container {
  border: 1px solid var(--mainColor2);
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.question-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-box p {
  margin-bottom: 0;
  font-weight: 600;
}

.answer {
  color: #646464;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.4rem */
}

h6 {
  font-size: 15px;
}

.card-text small {
  font-size: 13px !important;
}

h3 {
  color: var(--mainColor2);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}

.slider2 .img-card {
  max-height: 50vh;
}

.liked-icon {
  z-index: 1;
  top: 15px;
  width: 30px;
  height: 30px;
  right: 15px;
  background-color: rgb(243, 243, 243);
}

.liked-icon:hover svg {
  fill: var(--mainColor2);
}

.explore:hover {
  background-color: rgb(0, 0, 0);
  color: var(--mainColor4) !important;
  opacity: 50%;
}

.container-reverse-store img {
  max-height: 60vh;
}

.container-reverse-store .row:nth-child(even) {
  flex-direction: row-reverse;
}

.hide-content {
  display: none;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.border-black {
  border-color: var(--mainColor2) !important;
}

a:hover {
  cursor: pointer;
}

.summary span:nth-child(odd)::after,
.flex-grow-1 div div p span:nth-child(odd)::after {
  content: ":";
  padding-inline: 1px;
}

.form-select {
  background-position: right 1rem center;
}

.emcan {
  font-size: 14px;
}

.emcan span {
  font-size: inherit !important;
}

.emcan a {
  transition: all 0.3s ease-in-out;
}

.emcan p {
  font-size: 12px !important;
}

.emcan a:hover {
  color: #0077b5;
}

.breadcrumb-item+.breadcrumb-item::before {
  /* padding-right: var(--bs-breadcrumb-item-padding-x); */
  /* color: var(--bs-breadcrumb-divider-color); */
  content: var(--bs-breadcrumb-divider, ">");
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: " ";
}

.offcanvas-body ul li a {
  font-size: 18px;
}

.nav-link span {
  position: relative;
}

.nav-link span::after {
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 4px;
  bottom: -3px;
  border-radius: 12px !important;
  left: 0;
  background-color: var(--mainColor2);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-link:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav-link:hover span {
  color: #000000;
}

.color {
  width: 24px;
  height: 24px;
  border-radius: 27px;
  box-shadow: 0 0 0 0.03rem rgba(175, 175, 175, 0.25);
}

.color:hover {
  cursor: pointer;
}

.color .border-white {
  border: 0px solid;
}

.color.active {
  border: 1px solid;
}

.color.active .border-white {
  border: 2px solid;
}

.color.active div {
  border-radius: inherit;
}

.card-text .color {
  width: 16px;
  height: 16px;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

table th,
table td {
  border: 4px solid white;
}

table thead tr th {
  border-radius: 1px;
  background: #E7E8E3 !important;
}

table tbody tr:nth-child(even) td {
  background-color: #F2F2F2;
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(50px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.congratulation {
  display: none;
}

.js-container {
  width: 100%;
  height: 100vh;
  background: transparent;
  display: fixed;
  top: 0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  animation-delay: 100ms;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 100px;
  width: 37.5px;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

a.bg-red,
button.bg-red {
  background-color: var(--SecondaryColor);
  opacity: 0.5;
  transition: 0.7s;
  width: 190px;
  max-width: auto;
  height: 44px;
  border-radius: 8px;
}

.best-sell {
  z-index: 11111;
  font-size: 13px;
}

.carousel-caption {
  right: 28%;
  top: 35%;
  left: 28%;
}

.carousel-indicators {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: end;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--SecondaryColor);
  opacity: 0.2;
  width: 50px;
  height: 3px;
}


.carousel-indicators .active {
  /* width: 78.75px !important; */
  background-color: var(--SecondaryColor);
  opacity: 1;
}

.carousel-indicators {
  bottom: -10%;
}

.img-card {
  height: 200px;
}

.filter-button {
  border: none;
  font-weight: 400;
}

.filter-button.active {
  background-color: var(--SecondaryColor) !important;
  color: var(--mainColor4) !important;
  font-weight: 500;
}

.bg-primaryColor {
  background-color: var(--primaryColor);
}

.bg-primaryColor h5 {
  font-size: 19px;
}

.img-icon {
  width: 50px;
  height: 50px;
  background-color: var(--SecondaryColor);
}

p {
  font-size: 15px !important;
}

.bg-products {
  background-image: url("../imgs/home/Frame 1171276904.png");
  height: 40vh;
  background-position: center center;
}

.bg-primaryColor .dropdown-toggle {
  color: var(--mainColor4);
  width: 120px !important;
}

.bg-primaryColor .filter-button {
  color: var(--mainColor4);
}

.bg-primaryColor .filter-button span {
  position: relative;
}

.bg-primaryColor .filter-button span::after {
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--SecondaryColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.bg-primaryColor .filter-button:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bg-primaryColor .filter-button.active {
  background-color: transparent;
  color: var(--SecondaryColor);
}

.bg-primaryColor .filter-button.active span {
  position: relative;
}

.bg-primaryColor .filter-button.active span::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--SecondaryColor);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(1);
  transform-origin: bottom left;
}

.length {
  background-color: var(--ThirdColor);
}

.details-product {
  color: rgb(69, 69, 69);
  font-weight: 400;
  font-size: 17px !important;
}

.price {
  font-size: 18px;
}

.img-product-slider img {
  display: block;
  background-color: var(--ThirdColor);
}

.img-product-slider .img-display {
  overflow: hidden;
}

.img-product-slider .img-showcase {
  display: flex;
  height: 500px;
  align-items: center;
  width: 100%;
  transition: all 0.5s ease;
}

.img-product-slider .img-showcase div {
  background-color: #c1c9cc;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-product-slider .img-showcase div img {
  min-width: 100%;
  height: 100% !important;
}

.img-product-slider .img-select {
  padding-block: 10px;
  display: flex;
  gap: 10px;
}

.img-product-slider .img-item:nth-child(1),
.img-product-slider .img-item:nth-child(2),
.img-product-slider .img-item:nth-child(3) {
  margin: 0;
  display: flex;
  align-items: center;
  max-width: auto;
}

.img-product-slider .img-item:nth-child(1) img,
.img-product-slider .img-item:nth-child(2) img,
.img-product-slider .img-item:nth-child(3) img {
  max-width: 100%;
  width: 100%;
}

.img-product-slider .img-item:hover {
  opacity: 0.8;
}

.table-row h6 {
  font-weight: 600;
}

.bg-gray {
  background-color: #F7F7F7;
}

label {
  font-size: 14px;
}

button,
a.btn {
  transition: 0.7s !important;
  border-radius: 8px;
}

.button-width {
  width: 180px;
  height: 44px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-block: 0rem !important;
}

.border-connect:last-child {
  border-bottom: 0px !important;
}

.save-btn {
  display: none;
}

.password-container {
  position: relative;
  display: flex;
}

.toggle-password {
  position: absolute;
  right: 14px;
  top: 33%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.resend {
  display: none;
}

.small {
  font-size: 0.8em;
}

.progress {
  height: 8px;
}

::-moz-selection {
  color: #fff;
  background: #17a2b8;
}

::selection {
  color: #fff;
  background: #17a2b8;
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 45px;
}

.field input {
  width: 100%;
  outline: none;
  font-size: 19px;
  text-align: center;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--mainColor2);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--mainColor2);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.gray-icon {
  fill: none;
}

li {
  text-align: justify;
}

footer li,
.dropdown-menu li {
  transition: transform 0.3s ease-in-out !important;
}

footer li:hover,
.dropdown-menu li:hover {
  cursor: pointer;
  transform: translateX(5px) !important;
}

.dropdown-menu li {
  transition: transform 0.3s ease-in-out !important;
}

.dropdown-menu li:hover {
  cursor: pointer;
  transform: translateX(5px) !important;
  color: var(--SecondaryColor);
}

.img-card-container {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-card-container img {
  max-height: 90%;
}

.img-card {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-card img {
  width: auto;
}

.w-img-popup {
  width: 20%;
}

.services-container .row div {
  transition: all 0.8s ease;
}

.services-container .row div:hover {
  transform: scale(1.04);
  transform-origin: 50% 50%;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.25) 2px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
}

.header-div {
  font-size: 40px;
}

.color:hover {
  cursor: pointer;
}

.liked-card .liked-icon svg {
  fill: var(--mainColor2);
}

.product-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
}

.img-card:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.nav-link.active span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.filter-button-result {
  transition: all 0.7s;
}

.filter-button-result:hover {
  background-color: var(--mainColor4);
  color: var(--mainColor2) !important;
}

.dropdown-menu.drop-filter li {
  border-bottom: 2px solid #f1f1f1;
}

.dropdown-menu.drop-filter li:last-child {
  border-bottom: none;
  /* Remove border from the last li element */
}

.form-check:hover,
.form-check-input:hover {
  cursor: pointer !important;
}

.regular .card {
  transition: all 0.9s ease;
}

.img-card-container {
  overflow: hidden;
}

.img-card-container img {
  transition: all 0.8s ease;
}

.img-card-container img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.title-details::after {
  content: ":";
  padding-inline: 4px;
}

.product-details {
  text-wrap: nowrap;
}

.p-width {
  max-width: 50ch;
  color: rgb(102, 102, 102);
}

.navbar-brand img {
  transition: all 0.6s ease;
}

.form-search {
  width: 400px;
}

.navbar-brand img:hover {
  /* transform: scale(1.1);
  transform-origin: 50% 50%; */
}

footer .social li a {
  width: 40px;
  height: 40px;
  background-color: var(--mainColor4);
  color: var(--primaryColor);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

footer .social li a i {
  transition: all 0.3s ease-in-out;
  z-index: 999999;
}

footer .social li a:hover i {
  color: var(--mainColor4);
}

footer .social li a .icon {
  color: var(--mainColor4);
}

footer .social li a:before {
  background: var(--primaryColor);

}

.floatphone a,
.floatwhatsapp a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent; /* let parent control background */
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
}

.increase,
.decrease,
.amount {
  width: 36px;
  height: 36px;
  gap: 0px;
  border-radius: 100px;
  opacity: 0px;
  text-align: center;
  cursor: pointer;
}

.arabicVersion .arrow {
  transform: scaleX(-1);
}

.brands .d-flex.justify-content-center.p-3.align-items-center.pointer {
  background-color: transparent;
  transition: all 0.3s ease;
  border-radius: 15px;
}

.brands .d-flex.justify-content-center.p-3.align-items-center.pointer:hover {
  box-shadow: 0 0 10px 1px #00000036;
}

.brands .d-flex.justify-content-center.p-3.align-items-center.pointer svg {
  padding: 5px 0;
}

/* tesimonials */
.testimonials-section {
  background-color: #f9fafb;
}

.testimonial-card {
    height:300px;
    max-height:240px;
  /*border: 1px solid #e5e7eb;*/
  transition: transform 0.3s ease;
}
.testimonial-card {
  direction: rtl; 
  text-align: right;
  word-break: break-word;
  max-width: 100%; 
  flex: 1; 
}
html[lang="en"] .testimonial-card {
  direction: ltr;
  text-align: left;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-image {
  width: 100%;
  height: 100%;

  object-fit: cover;

}
/* navbar */
.navbar {
  min-height: 70px;
  display: flex;
  align-items: center;
}

.navbar-nav {
  align-items: center;
  margin-bottom: 0 !important; 
}

.LanguageMenu, 
.navbar .toggleButton {
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}
html[dir="ltr"] .toggle-wrapper {
  margin-left: 1rem; /* أو أكثر إذا رغبت */
}

html[dir="rtl"] .toggle-wrapper {
  margin-left: 0;
}


/* intro slider */

  .swiper {
    width: 100%;
    height: 120vh; 
  }

.video-slide {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  background-color:white;
}

.btn-close {
  position: absolute;
  top: 25px;
  right: 22px;
  z-index: 9999;
  padding: 10px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
}
video.video-slide {
 visibility: visible !important;
}


.swiper-button-next,
.swiper-button-prev {
  color: darkgrey;
  width: 60px;
  height: 50px;
  font-weight:800;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}
  .text-overlay {
    position: absolute;

    color: #fff;
    text-align: center;
    z-index: 2;
  }

/* lang */
html[dir="rtl"] *:not(.fa):not([class*="fa-"]):not([class*="fas"]):not(.material-icons){
    font-family: 'Cairo' !important;
}
.modal-dialog {
  max-height: 70vh;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.modal-body {
  max-height:100%;
  overflow-y: auto;
  padding: 1rem !important;
  font-size: 0.8rem !important;
}

/* lang */
html[dir="rtl"] *:not(.fa):not([class*="fa-"]):not([class*="fas"]):not(.material-icons){
    font-family: 'Cairo' !important;
}
