@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Mukta:700");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

button {
  border-radius: 2%;
}

:root {
  --primaryColor: #CDAD7D;
  --SecondaryColor: #1B262C;
  --ThirdColor: rgb(243 243 243);
  --mainColor1: #636364;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #eef0ff;
  --mainColor6: #3f2105;
  --bg-gradient: linear-gradient(0deg, rgb(53, 0, 0), rgba(242, 0, 0, 1), rgba(148, 125, 91, 1) 99.281%);
}

.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 {
  background-color: transparent;
  border: none;
  font-size: small;
  color: var(--mainColor4);
}

body {
  font-size: 18px;
  color: rgb(0, 0, 0);
  position: relative;
  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(--Neutral-500, #666);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.shadow_nav {
  box-shadow: 0px 0rem 1rem 2px rgba(0, 0, 0, .15) !important;
}

a.nav-link.active {
  text-decoration: none;
  position: relative;
  color: var(--primaryColor) !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 10px;
}

.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;
}

.arabicVersion a.nav-link.active::after {
  left: auto;
  right: 0px;
}

a.nav-link.active:hover::after {
  width: 100%;
}

.slide_box {
  border-radius: 12px;
  background: var(--primaryColor);
  width: 100%;
  padding: 40px 40px;
  height: 50%;
  align-items: center;
  margin-bottom: 27px !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: 20px !important;
  padding: 20px 0px;
  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;
}*/

.my_img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.pointer {
  cursor: pointer;
}

.properties_box {
  background-color: var(--primaryColor);
  padding: 50px 40px;
  height: 630px;
  border-radius: 15px;
}

.properties_text span {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.properties_box p {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
}

.trust {
  background-color: #EDEEF8;
}

.trusted span {
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

.trusted p {
  color: var(--Neutral-700, #2D3339);
  font-family: Lato;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}

.trust_count {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
}

.in_count {
  background-color: var(--mainColor4);
  /* color: var(--SecondaryColor); */
  padding: 20px 10px;
  text-align: center;
}

.in_count span:nth-child(1) {
  color: var(--SecondaryColor);
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 51px;
}

.in_count span:nth-child(2) {
  color: var(--Neutral-500, #5B6671);
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.services_head h5 {
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.link-cont {
  position: relative;
  font-size: 16px;
}

.link_more {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 10px 0;
  color: var(--primaryColor);
  transition: all 0.3s ease-in-out;
}

.link_more:hover {
  color: var(--SecondaryColor);
}

.link-wrapper {
  position: relative;
  display: block;
  padding: 20px 0;
}

.inner-wrapper {
  position: relative;
  display: inline-block;
}

.wrapper-17:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--SecondaryColor);
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}

.wrapper-17:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: var(--SecondaryColor);
  transform: scaleY(0);
  transform-origin: top right;
  transition: transform 0.3s 0.3s;
}

.wrapper-17 .hover-17 {
  padding: 10px 18px;
}

.wrapper-17 .hover-17:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--SecondaryColor);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s 0.4s;
}

.wrapper-17 .hover-17:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: var(--SecondaryColor);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s 0.2s;
}

.wrapper-17:hover:before {
  transform: scaleY(1);
  transition: transform 0.3s 0.4s;
}

.wrapper-17:hover:after {
  transform: scaleY(1);
  transition: transform 0.3s 0.2s;
}

.wrapper-17:hover .hover-17:before {
  transform: scaleX(1);
  transition: transform 0.3s;
}

.wrapper-17:hover .hover-17:after {
  transform: scaleX(1);
  transition: transform 0.3s 0.4s;
}

.services_card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.in_services_card {
  padding: 30px;
  background: rgba(66, 74, 159, 0.746);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: -440px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.services_card:hover .in_services_card {
  opacity: 1;
  left: 00px;
}

.in_services_card_text span:nth-child(1) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px;
}

.in_services_card_text span:nth-child(2) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
}

.services_card2 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.in_services_card2 {
  padding: 30px;
  background: rgba(66, 74, 159, 0.746);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: -440px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.services_card2:hover .in_services_card2 {
  opacity: 1;
  left: 00px;
}

.in_services_card_text2 span:nth-child(1) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.in_services_card_text2 span:nth-child(2) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.slick-slide {
  display: flex;
  align-items: stretch;
}

.slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stackUp {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  padding: 80px 60px;
}

.stack_text {
  position: relative;
  padding: 0px 20px;
}

.stack_text::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: var(--SecondaryColor);
  position: absolute;
  top: 0;
  left: 0;
}

.stack_text span:nth-child(1) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  display: block;
  margin-bottom: 20px;
}

.stack_text span:nth-child(2) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px !important;
  display: block;
}


.stack_card {
  position: relative;
  background-color: white;
  padding: 60px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 20px auto;
  height: auto !important;
}

.stack_card .year {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--SecondaryColor);
  color: white;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 16px;
  font-family: Lato;
}

.stack_card .stack_card_tit {
  color: var(--SecondaryColor);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.stack_card .stack_card_tit::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ddd;
  margin: 0 5px;
  vertical-align: middle;
}

.stack_card .stack_card_tit::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ddd;
  margin: 0 5px;
  vertical-align: middle;
}

.testimonials {
  margin: 100px 0px;
}

.stack_card p {
  color: var(--Neutral-700, #2D3339);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.stackUp_years {
  margin-top: 100px;
}

.testimonial_card {
  background: var(--Neutral-50, #F1F2F4);
  height: auto !important;
}

.testimonial .card-title {
  border-radius: 12px;
  background: var(--SecondaryColor);
  padding: 10px 15px;
  color: var(--mainColor4);
  font-size: 24px;
  display: inline-block;
}

.card-body p {
  color: var(--Neutral-700, #2D3339);
  font-family: Lato;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.card_link {
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
}

.card_link:hover {
  color: var(--SecondaryColor);
}

footer {
  background-color: var(--primaryColor);
}

.last_footer {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  opacity: 0.8;
}

.last_footer a {
  transition: all 0.3s ease-in-out;
}

.last_footer a:hover {
  color: var(--SecondaryColor);
}

/* about us */

.head_about {
  background-color: var(--primaryColor);
  padding: 30px;
  margin: 30px 0px 100px 0px;
}

.head_about_text {
  padding: 0px 50px;
}

.head_about_text span:nth-child(1) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: block;
  margin-bottom: 30px;
}

.head_about_text span:nth-child(2) {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.about_us {
  margin: 80px 0px;
}

.about_us_text_one {
  color: var(--SecondaryColor);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 3.2px;
}


.about_us_text_one::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--SecondaryColor);
  margin: 0 10px;
  vertical-align: middle;
}

.about_us_text_one::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--SecondaryColor);
  margin: 0 10px;
  vertical-align: middle;
}

.about_us_text_two {
  color: var(--primaryColor);
  text-align: center;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 20px;
}

.about_us_text .disc {
  padding: 10px 40px;
  color: var(--Neutral-700, #2D3339);
  font-family: Lato;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

.description {
  margin: 50px 0px;
}

.in_description {
  background-color: var(--mainColor5) !important;
  padding: 80px 30px;
}

.in_description i {
  font-size: 24px;
  color: var(--SecondaryColor);
}

.disc_text span {
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 10px;
  display: block;
}

.disc_text p {
  color: var(--Neutral-500, #5B6671);
  font-family: Lato;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.disc_count {
  background-color: var(--mainColor5);
  padding: 20px 0px;
  margin-top: 15px;
  text-align: center;
}

.disc_count span:nth-child(1) {
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 51px;
  display: block;
  margin-bottom: 10px;
}

.disc_count span:nth-child(2) {
  color: var(--Neutral-500, #5B6671);
  font-family: Lato;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.mission {
  padding: 70px 0px;
}

.in_mission {
  background-color: var(--mainColor5) !important;
  padding: 70px 30px;
}

.in_mission span:nth-child(1) {
  color: var(--SecondaryColor);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
}

.in_mission span:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--SecondaryColor);
  margin: 0 10px;
  vertical-align: middle;
}

.in_mission span:nth-child(2) {
  align-self: stretch;
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
  margin-top: 15px;
  margin-bottom: 40px;
}

.in_mission p {
  align-self: stretch;
  color: var(--Neutral-700, #2D3339);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

/* start services */
.services_head {
  padding: 30px 0px;
}


.services_head img {
  height: 250px;
  max-height: 250px;
}

.in_services_head {
  background-color: var(--primaryColor);
  padding: 100px 10px;
  text-align: center;
  margin-bottom: 20px;
}

.in_services_head h3 {
  color: var(--mainColor4);
  text-align: center;
  font-family: Lato;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  align-self: stretch;
}


.overview {
  padding: 70px 0;
}

.in_overview span:nth-child(1) {
  color: var(--SecondaryColor);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
}

.in_overview span:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--SecondaryColor);
  margin: 0 10px;
  vertical-align: middle;
}

.in_overview span:nth-child(2) {
  align-self: stretch;
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
  margin-top: 15px;
  margin-bottom: 40px;
}


.what_services .card,
.overview .card {
  padding: 15px;
  border: none;
  height: 300px;
  max-height: 300px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.what_services .card:hover,
.overview .card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.what_services .card .card-title span,
.overview .card .card-title span {
  color: var(--mainColor2);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.what_services .card p,
.overview .card p {
  color: var(--Neutral-600, #444C55);
  font-family: Lato;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.contact {
  background-color: var(--primaryColor);
  margin: 50px 0;
  padding: 50px 0;
}

.contact_in h1 {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  align-self: stretch;
}

.contact_in p {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.contact_bt {
  background-color: var(--SecondaryColor);
  color: var(--mainColor4);
  padding: 10px 40px;
  border: none;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}

.contact_bt:hover {
  opacity: 0.7;
}

/* start services details  */
.breadcrumb-item a {
  color: rgba(0, 0, 0, 0.60);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-family: Lato;
  font-weight: 900;
  color: var(--mainColor2);
  font-size: 16px;
  padding-top: 3px;
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb-item+.breadcrumb-item {
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
}

.services_details {}

.in_services_details span:nth-child(1) {
  color: var(--SecondaryColor);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
}

.in_services_details span:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--SecondaryColor);
  margin: 0 10px;
  vertical-align: middle;
}

.in_services_details span:nth-child(2) {
  align-self: stretch;
  color: var(--primaryColor);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.ser_dit {
  color: var(--Neutral-700, #2D3339);
  font-family: Lato;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin: 70px 0;
}

.what_services {
  margin: 80px 0;
}


/* start gallery */
.gallery_card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 650px;
  max-height: 650px;
}

.gallery_card img {
  transition: all 0.3s ease-in-out;
}

.gallery_card:hover {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
}

.gallery_card:hover img {
  transform: scale(1.2);
}


.on_gallery_card {
  background-color: rgba(0, 0, 0, .4);
  padding: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.on_gallery_card .G_tit {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  align-self: stretch;
  display: block;
}

.on_gallery_card .G_disc {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  align-self: stretch;
}

.page-number {
  padding: 10px 20px;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
}

#next-btn {
  background-color: transparent;
  color: var(--mainColor2);
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
}

.page-number {
  color: #0000003f;
  background-color: transparent
}

#next-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.page-number.active {
  border: 1px solid var(--SecondaryColor);
  color: var(--SecondaryColor);
  border-radius: 5px !important;
}

div#page-info {
  opacity: 0;
}

div#pagination-controls {
  display: flex;
  align-items: baseline;
  justify-content: end;
}

.gallery_img img {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gallery_img:hover img {
  transform: scale(1.2);
}

.gallery {
  margin: 50px 0;
  background-color: var(--mainColor5);
  padding: 40px 20px;
}


.new_gallery {
  background-image: url('../imgs/services/Rectangle\ 15.png');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 50px 0;
  padding: 150px 0;
  position: relative;
}

.pos_G {
  position: absolute;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 50px 0;
}

.new_in h1 {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  align-self: stretch;
}

.new_in p {
  color: var(--mainColor4);
  font-family: Lato;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new_bt {
  background-color: var(--SecondaryColor);
  color: var(--mainColor4);
  padding: 10px 40px;
  border: none;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}

.new_bt:hover {
  opacity: 0.7;
}


/* start contact us */

.contact_us {
  margin: 80px 0;
}

.contact-form {
  width: 100%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin: 8px 0;
  border: 1px solid #DDD;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px !important;
  font-family: Lato;
}

.contact-form textarea {
  height: 120px;
  resize: none;
  font-family: Lato;
}

.contact-form button {
  width: 100%;
  background-color: var(--SecondaryColor);
  color: white;
  padding: 12px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin: 20px 0;
  font-family: Lato;
}

.contact-form button:hover {
  background-color: var(--primaryColor);
}

.error-message {
  color: red;
  font-size: 14px;
}

.main_color {
  color: var(--primaryColor);
}

.map {
  padding: 20px;
  background-color: #B7BAE1;
}

.prope_link {
  margin-top: 5px !important;
  background-color: var(--SecondaryColor);
  color: var(--mainColor4);
  height: 25px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  border-radius: 50%;
  border: none;
}

/* start privacy */
.privacy {
  padding: 70px 0;
}

.in_privacy_q h5 {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: var(--mainColor2);
}

.in_privacy_q .my_list {
  list-style-type: none;
  counter-reset: list-counter;
  padding-left: 8px;
}

.my_list li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #2D3339;
}

.in_privacy_q .my_list li::before {
  content: counter(list-counter) "  -  ";
  position: absolute;
  left: 0;
}

.in_privacy_disc h5 {
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: var(--mainColor2);
}

.in_privacy_disc p {
  padding-left: 10px;
  font-size: 16px;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #2D3339;
}

.in_privacy_disc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.in_privacy_disc ul li {
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  font-size: 16px;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #2D3339;
}

.in_privacy_disc ul li::before {
  content: "\2022";
  font-size: 20px;
  padding-right: 10px;
  flex-shrink: 0;
}


/* start faq */
.faq {
  padding: 70px 0;
}

.accordion {}

.accordion-item {
  border: none;
}

.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.accordion-item .accordion-header .accordion-button {
  background-color: #EEE;
  font-weight: 600;
}

.accordion-item.active .accordion-header .accordion-button {
  background-color: #DBDDF0;
  font-weight: 900;
  color: var(--primaryColor);
  font-size: 18px;
}

.accordion-item.active .accordion-body {
  background-color: #DBDDF0;
}

.accordion-item.active .accordion-body p {
  color: var(--Neutral-600, #444C55);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
}


.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  content: "\f078" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-family: Lato;
  font-weight: 900;
  /* color: var(--mainColor2); */
  font-size: 16px;
  padding-top: 3px;
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  right: 10px;
}
























.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;
}

.floatwhatsapp,
.back-to-top {
  cursor: pointer;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  position: fixed;
  right: 4%;
  width: 42px;
  height: 42px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
  border-radius: 50%;
}

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 15%;
  display: flex;
  transition: transform 0.2s ease-in-out;
}

.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);
}

.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;
}

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: 1rem 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; */
}

.regular2 .postio {
  max-height: 80vh;
  background-color: #717171;
}

.prev-button,
.next-button {
  position: absolute;
  top: 40%;
}

.next-button {
  right: 0;
}

.btn-slider2 {
  background-color: var(--mainColor6);
}

.btn-slider2:hover {
  background: var(--bg-gradient);
}

.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 span: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%;
}


@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;
}

.session-offers .slick-slide {
  width: 525px !important;
}

.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.2);
  transform-origin: 50% 50%;
}

footer .social li a {
  width: 40px;
  height: 40px;
  background-color: var(--primaryColor);
  color: var(--primaryColor);
  font-size: 20px;
}

footer .social li a .icon {
  color: var(--mainColor4);
}

footer .social li a:before {
  background: var(--mainColor4);
}

.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;

}


.arabicVersion i.fa-solid.fa-arrow-right {
  transform: scaleX(-1);
}

.spinner {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #3498db;
  /* Change color as needed */
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation: spin 0.8s linear infinite;
  margin-left: 0.5em;
  /* Add margin to separate from text */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.brands .d-flex.justify-content-center.p-3.align-items-center.pointer svg {
  padding: 5px 0;
}

.swal2-title {
  color: #000000 !important;
  /* Replace with your desired color */
}