* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

:root {
  --primaryColor: #AA835E;
  --SecondaryColor: #F6F2EE;
  --ThirdColor: #d9b95f;
  --linear-gradient: linear-gradient(to right, #AA835E, #443426);
  --mainColor1: #F6DFA2;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #f2e7d8;
}

.loading-screen {
  z-index: 99999;
  display: flex;
}
.loading-screen img {
  width: 250px;
}

.border-color {
  border-color: var(--primaryColor) !important;
}

body {
  font-size: 16px;
  color: rgb(27, 27, 27);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

html[lang=ar] body {
  font-family: "Cairo", sans-serif;
}

.bg-primary-color {
  background-color: var(--primaryColor) !important;
}

.primary-color {
  color: var(--primaryColor) !important;
}

.bg-Secondary-color {
  background-color: var(--SecondaryColor) !important;
}

.Secondary-color {
  color: var(--SecondaryColor) !important;
}

.third-color {
  color: var(--ThirdColor) !important;
}

.bg-gradint-card {
  background: var(--linear-gradient);
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h3 {
  font-size: 32px;
  line-height: 100%;
}

h4 {
  font-size: 24px;
}
h4 span {
  color: var(--primaryColor);
}

h5 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

footer {
  background-color: var(--primaryColor);
  color: var(--mainColor4) !important;
  overflow: hidden;
}
footer h4 {
  font-size: 20px;
  line-height: 36px;
}
footer p, footer span, footer a {
  color: var(--mainColor4);
}
footer img {
  width: 170px;
}

.layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

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

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 10px;
  display: flex;
  transition: transform 0.2s ease-in-out;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}
.floatwhatsapp:hover {
  transform: translateY(-3px);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 20px;
    opacity: 0.75;
  }
  75% {
    padding: 30px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.back-to-top {
  background-color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  display: none;
  bottom: 100px;
  color: var(--mainColor4);
  z-index: 111;
  transition: transform 0.2s ease-in-out;
  box-shadow: 1px 1px 2px #686868;
}
.back-to-top:hover {
  transform: translateY(-3px);
}

.container-reverse-store .row:nth-child(even) {
  flex-direction: row-reverse;
  background-color: #F8F8F8;
}

.img-container img {
  transition: all 0.8s ease;
  width: 100%;
}
.img-container img:hover {
  transform: scale(1.07);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.first-img {
  width: 90%;
  height: 100%;
}

.second-img {
  width: 70%;
  height: 40%;
  transform: translate(50%, -50%);
  overflow: hidden;
  border: 10px solid white;
}

.slick-slide {
  padding-inline: 1rem;
}

.first-img img,
.second-img {
  border-radius: 200px 200px 0px 0px;
}

.icon.step {
  background: var(--linear-gradient) !important;
  position: relative;
}
.icon.step::after {
  position: absolute;
  content: "";
  width: 2px;
  border: 2px var(--SecondaryColor) dashed;
  display: inline-flex;
  flex-direction: column;
  bottom: 0px;
  z-index: -1;
  height: 100px;
  top: 100%;
}
.icon.step:last-child:after {
  content: unset;
}

ul:has(.step) li:last-child .icon.step::after {
  content: unset;
}

.img-card {
  height: 300px;
  overflow: hidden;
}
.img-card img {
  transition: all 0.8s ease;
}
.img-card:hover {
  cursor: pointer;
}
.img-card:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.accordion-home .accordion-button::after {
  width: 1rem !important;
  height: 1rem !important;
  background-image: url("data:image/svg+xml;utf8,<svg width='8' height='8' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'><path d='M9 1V17M17 9H1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: 1rem !important;
}

.accordion-home .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;utf8,<svg width='8' height='2' viewBox='0 0 18 2' xmlns='http://www.w3.org/2000/svg'><path d='M17 1H1' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-color: transparent;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: unset;
}

html[lang=ar] .accordion-button::after {
  margin-right: auto;
  margin-left: 0px;
}
html[lang=ar] .intl-tel-input.allow-dropdown .selected-flag {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
html[lang=ar] .iti__country-container,
html[lang=ar] .intl-tel-input.allow-dropdown .flag-container {
  left: auto !important;
  right: 0 !important;
}
html[lang=ar] input[type=tel] {
  padding-left: 10px;
  padding-right: 47px;
  direction: rtl !important;
}
html[lang=ar] .intl-tel-input.allow-dropdown .selected-flag {
  border-left: solid 1px rgba(221, 221, 221, 0.637);
  border-right: solid 0px rgba(221, 221, 221, 0.637);
}
html[lang=ar] .iti {
  direction: rtl;
}
html[lang=ar] .iti__dropdown-content {
  right: 0px;
  left: auto;
  width: auto !important;
}
html[lang=ar] .iti {
  position: relative;
  width: 100% !important;
}
html[lang=ar] .iti__dropdown-content {
  width: auto !important;
}

.iti {
  width: 100% !important;
}

.form-bg {
  background-image: url("../imgs/home/form-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control {
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: var(--mainColor2);
  font-size: 14px;
}
.form-control::placeholder {
  color: var(--mainColor2);
  font-size: 14px;
}
.form-control:focus {
  border-color: var(--SecondaryColor) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(248, 71, 1, 0.034) !important;
  background-color: rgba(248, 71, 1, 0.034);
}

.btn {
  transition: 0.7s !important;
  border-radius: 8px;
}

button.btn {
  transition: 0.8s !important;
}
button.btn:hover {
  opacity: 70%;
  cursor: pointer;
  color: var(--mainColor2) !important;
}

button.bg-primary-color:hover {
  background-color: var(--SecondaryColor) !important;
  cursor: pointer;
  color: var(--mainColor2) !important;
}

.header-div {
  height: 580px;
}

.welcome-text {
  display: none;
}

.fs-14 {
  font-size: 1.25rem;
}

.fs-16 {
  font-size: 1rem;
}

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

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

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-40 {
  font-size: 40px;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-white {
  background-color: white;
}

.bg-light {
  background-color: #f8f9fa;
}

.text-muted {
  color: #6c757d !important;
}

.text-secondary {
  color: var(--ThirdColor) !important;
  font-weight: 400;
}

.text-decoration-underline {
  text-decoration: underline;
}

ul {
  list-style: none;
  list-style-position: inside;
}

html[lang=ar] .text-md-start {
  text-align: right !important;
}
html[lang=ar] .text-md-end {
  text-align: left !important;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-container {
  height: 500px;
}

.social li {
  list-style: none;
}

.social li a {
  opacity: 100% !important;
  width: 40px;
  height: 40px;
  background-color: var(--mainColor2);
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.377);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
}

.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: var(--mainColor4);
  opacity: 1;
}

.social li a:hover .icon {
  color: var(--mainColor4);
  transform: rotateY(360deg);
  font-size: 20px;
}

.social li a:hover::before {
  top: 0;
}

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

.btn-close {
  background: unset;
}

.lan {
  color: white;
}

.carousel {
  position: relative;
}
.carousel::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
  /* Adjust height as needed */
}

.carousel-caption {
  z-index: 1;
  color: var(--mainColor4);
  right: 10%;
  top: 22%;
  left: 10%;
}

.carousel-indicators .active {
  background-color: var(--primaryColor) !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--mainColor4);
  width: 15px;
  height: 15px;
  border-radius: 11px;
  opacity: 1 !important;
  border-radius: 50% !important;
  transition: 0.7s !important;
}

.nav-link.active span {
  font-weight: 700 !important;
  color: var(--primaryColor) !important;
}

.carousel-item {
  height: 800px;
}
.carousel-item .img-slider {
  height: 100%;
}
.carousel-item .img-slider img {
  min-height: 100% !important;
}

.slider-works div .img-card {
  background: url("../imgs/home/bg-sec.png");
  background-size: auto 125%;
  color: var(--mainColor2);
}
.slider-works div .img-card p {
  color: #6c757d;
}

.slider-works div:nth-child(1) .img-card {
  border-radius: 50px 50px 0px 50px;
  background-image: url("../imgs/home/bg-first.png");
  background-size: cover;
}

.slider-works div:nth-child(2) .img-card {
  border-radius: 50px 50px 50px 0px;
}

.slider-works div:nth-child(3) .img-card {
  border-radius: 50px 0px 50px 50px;
}

.slider-works div:nth-child(4) .img-card {
  border-radius: 0px 50px 50px 50px;
  background: var(--primaryColor);
  color: var(--mainColor4);
}
.slider-works div:nth-child(4) .img-card p {
  color: var(--mainColor4);
}

.slick-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: auto;
  gap: 4px;
  right: 0;
  margin: 0;
  transform: translate(10%, 50%);
  top: 50%;
  padding-inline: 3rem !important;
  list-style-type: none;
}
.slick-dots li {
  width: auto;
  display: flex;
  justify-content: end;
}

.slick-slider {
  position: unset;
}

.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: var(--primaryColor);
  opacity: 0.5;
  text-indent: -9999px;
  transition: 0.7s !important;
}

footer li, .dropdown-menu li:has(.dropdown-item) {
  transition: transform 0.3s ease-in-out !important;
}
footer li:hover, .dropdown-menu li:has(.dropdown-item):hover {
  cursor: pointer;
  transform: translateX(5px) !important;
}
footer li:hover a, .dropdown-menu li:has(.dropdown-item):hover a {
  color: var(--SecondaryColor) !important;
}

.nav-link span {
  position: relative;
  font-size: 16px !important;
}

.nav-link span::after {
  content: "";
  width: 0%;
  height: 2px;
  bottom: -5px;
  border-radius: 12px !important;
  background-color: var(--primaryColor);
  transition: all 0.25s ease-out;
  z-index: 111;
  display: flex;
  margin: auto;
}

.nav-link span {
  transition: color 0.5s ease, font-weight 0.5s ease;
}

.nav-link:hover span {
  font-weight: 700 !important;
  color: var(--primaryColor) !important;
}

.nav-link:hover span::after {
  width: 100%;
}/*# sourceMappingURL=style.css.map */