:root {
  --main-color: #b69e85;
  --second-color: #000000;
  --third-color: #ffffff;
  --fourth-color: #e4d1b9;
  --fifty-color: #f7f4f1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: "Cairo", sans-serif;
  font-size: 1.2rem;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.text-xl {
  font-size: 8rem;
}
.text-lg {
  font-size: 3rem;
}
.text-md {
  font-size: 2.2rem;
}
.text-sm {
  font-size: 1.5rem;
}

.bg-bamboho {
  background-color: var(--fifty-color) !important;
}
/* style framework */
.lang-btn {
  background-color: var(--main-color);
  color: white !important;
  transition: all 0.2s ease-in-out;
  border: none;
}

.btn-send {
  background-color: var(--main-color);
  color: var(--third-color);
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
}
.btn-send:hover {
  background-color: var(--fourth-color);
  color: var(--third-color);
}

.text-primary-two {
  color: var(--main-color) !important;
}

/* navbar */
.navbar {
  background-color: var(--third-color);
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.nav-item {
  position: relative;
}

.nav-link {
  position: relative;
  text-decoration: none;
  font-size: 1.2rem;
  color: #333;
  transition: color 0.3s ease-in-out;
  padding: 8px 12px;
  display: inline-block;
  width: fit-content;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(135deg, #c5a882, #a17856, #000000);
  width: 0%;
  transition: width 0.3s ease-in-out;
}

.nav-link:hover::before {
  width: 100%;
}

.dropdown {
  position: relative;
}

.dropdown-menu-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;

  list-style: none;
  padding: 30px 40px;
  border-radius: 6px;
  z-index: 999;
  min-width: 300px;

  width: 100%;
}

.dropdown-item {
  color: var(--second-color);
  text-decoration: none;
  padding: 8px 12px;
  transition: background 0.3s;
  display: block;
  border-radius: 4px;
  text-align: center;
}

.dropdown-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-item:hover .dropdown-menu-list {
  display: block;
}
.nav-item:hover .nav-link {
  color: #a17856;
}

.lang-btn:hover {
  background-color: var(--second-color);
}

/* Social icon  */

.social-icon a {
  background-image: url("../images/wooden-natural-floor-decoration-concept.jpg"); /* نفس الصورة */
  background-size: cover;
  background-position: center;
  color: var(--third-color);
  padding: 0.5rem;
  border-radius: 50%;
  margin: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: none;
}
.social-icon a:hover {
  color: var(--third-color);
  font-weight: bold;
  transform: scale(1.11);
}

/* hero-slide */
.hero-slider {
  height: 100vh;
  /* height: 100%; */
}
.hero-slider-pages {
  width: 100%;
  height: 100%;
}

.hero-slider .text-slider {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 2 !important;
  transform: translate(-50%, -50%) !important;
}
.hero-slider .text-slider h1 {
  font-size: 4rem;
  color: var(--third-color) !important;
  font-weight: bold !important;
}

.hero-slider .item {
  position: relative;
  height: calc(100vh - 106px) !important;
}

.hero-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-slider .hero-slider-content {
  position: absolute;
  top: 30%;
  left: 0%;
  z-index: 2;
  color: white;
  margin: 0px 120px;

  transition: all 0.5s;
}
.hero-slider .hero-slider-content h1 {
  color: var(--third-color);
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 4rem;
}
.hero-slider .hero-slider-content p {
  line-height: 1.2;
  font-size: 1.4rem;
  width: 38rem;
}
.hero-slider .hero-slider-content .btn-about {
  background-color: var(--main-color);
  color: var(--third-color);
  padding: 0.5rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
.hero-slider .hero-slider-content .btn-about:hover {
  background-color: var(--fourth-color);
}
.title-text {
  line-height: 1.6;
}
.title-text span:nth-child(1) {
  font-size: 2.5rem;
}
.title-text span:nth-child(2) {
  font-size: 3.5rem;
}

.hero {
  transition: all 0.3s;
  position: relative;
}
.hero .owl-dots {
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .owl-dots button.active span {
  background-color: var(--main-color) !important;
}
.hero .owl-dots button span {
  background-color: var(--third-color) !important;
}

.hero .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  z-index: 99;
}
.hero:hover .owl-nav {
  transition: all 0.3s;
}
.hero .owl-nav .owl-prev {
  color: var(--main-color);
  background-color: var(--fourth-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: -50px;
  margin-top: 0px;
}
.hero:hover .owl-nav .owl-prev {
  transition: all 0.3s;
  margin-left: 0px;
}
.hero .owl-nav .owl-prev:hover {
  background-color: var(--third-color);
  color: var(--main-color);
  transform: scale(1.1);
}
.hero .owl-nav .owl-next {
  color: var(--main-color);
  background-color: var(--main-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: -50px;
  margin-top: 0px;
}
.hero:hover .owl-nav .owl-next {
  transition: all 0.3s;
  margin-right: 0px;
}
.hero .owl-nav .owl-next:hover {
  background-color: var(--third-color);
  color: var(--main-color) !important;
  transform: scale(1.1);
}
.hero .owl-nav .owl-prev > span,
.hero .owl-nav .owl-next > span {
  font-size: 40px;
  margin-bottom: 5px;
  color: var(--third-color);
}
.hero .owl-nav .owl-prev:hover:hover > span,
.hero .owl-nav .owl-next:hover > span {
  font-size: 40px;
  margin-bottom: 5px;
  color: var(--main-color);
}
.hero .owl-nav .owl-prev > span {
  margin-right: 2px;
}

.hero .owl-nav .owl-next > span {
  margin-left: 2px;
}

/* section product  */
.product {
  transition: all 0.3s;
  position: relative;
}

.product .owl-dots button span {
  width: 25px !important;
  height: 4px !important;
  border-radius: 5px;
  background-color: var(--main-color) !important; /* اللون الأحمر الفاتح */
  opacity: 0.5;
  transition: all 0.3s ease;
}

/* Active Dot */
.product .owl-dots button.active span {
  width: 25px;
  height: 5px;
  opacity: 1;
  background-color: var(--main-color) !important;
}

.product .item {
  padding: 10px;
}
.product-card {
  background-color: var(--third-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;

  transition: transform 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-img {
  object-fit: cover !important;
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
}
.product-card h5 {
  padding: 15px 0;
}

/* section product details */
.nav-tabs .nav-link.active {
  color: var(--main-color);
  border-color: transparent transparent var(--main-color) transparent;
  font-weight: bold;
}
.nav-tabs .nav-link {
  color: #000;
}
.product-info-box {
  border: 1px solid #f1f1f1;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.product-info-box h6 {
  font-weight: bold;
}
.tab-content img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/* section services  */
.hero-section {
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: zoomInOut 5s ease-in infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-content {
  z-index: 2;
  color: #fff;
}

.btn-outline-light:hover {
  background-color: white;
  color: black;
}

/* image preview */
.preview-img {
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}

/* about */
.bg-img {
  top: 43%;
  left: 43%;
  inset-inline-end: 55%;

  width: 90% !important;
  height: 100% !important;
  transform: translate(-50%, -50%) !important;
  background-color: var(--fifty-color) !important;
}
.bg-img-two {
  top: 43%;
  left: 55%;
  inset-inline-end: 45%;
  width: 90%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: var(--fifty-color) !important;
}
/* .icons-about .col-6{
width: fit-content;
} */
/* testimonials */
.testimonials .item img {
  width: 80px;
  height: 80px;
}
.testimonials .arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--main-color);
  color: var(--third-color);
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.testimonials .arrow-left:hover {
  background-color: white;
  color: var(--main-color);
}
.testimonials .arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--main-color);
  color: var(--third-color);
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.testimonials .arrow-right:hover {
  background-color: white;
  color: var(--main-color);
}

/* blog */
.card-img-top {
  object-fit: cover;
  height: 250px;
}
.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 17px;
  color: #7a7a7a;
}

/* Footer  */
footer .list-links-site li {
  transition: all 0.3s;
  cursor: pointer;
  width: fit-content;
}
footer .list-links-site li i {
  font-size: 15px;
}
footer .list-links-site li:hover {
  color: var(--third-color);
  transform: translateX(10px);
}

footer .widget-contact i {
  background-image: url("../images/wooden-natural-floor-decoration-concept.jpg"); /* نفس الصورة */
  background-size: cover;
  background-position: center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
footer .widget-contact a {
  transition: all 0.5s ease-in-out;
}
footer .widget-contact a :hover {
  color: var(--third-color);
}

/* Arabic */
.social-icon {
  inset-inline-start: 0;
  margin-inline-start: 16px;
}

.hero-slider-content {
  inset-inline-start: 0;
}

.contact i {
  margin-inline-end: 16px;
}
footer .list-links-site li i {
  margin-inline-end: 16px;
  /* transform: rotate(180deg); */
}
footer .widget-contact i{
  margin-inline-end: 8px;
}