* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #ecd8bd !important;
  position: relative;
}

@font-face {
  font-family: "Autography";
  src: url("../fonts/Autography.otf") format("opentype"),
       url("../fonts/Autography.woff2") format("woff2"), 
       url("../fonts/Autography.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

nav {
  background-color: rgba(12, 11, 9, 0.6);
  padding-inline: 16px;
  position: fixed;
  top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
}
nav .navbar-brand img {
  width: 55%;
}
.navbar-light .navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.navbar-light .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

ul.navbar-nav {
  padding-bottom: 15px;
}
ul.navbar-nav a {
  color: #ffffff !important;
}
.navbar-light .navbar-toggler i {
  color: #ffffff;
  font-size: 32px;
}
.home-hero {
  position: relative;
  height: 100vh;
}
.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Start home page styles  */
.home-page {
  overflow: hidden;
}
.home-page .logo img {
  width: 55%;
}

.hero-section {
  position: relative;
  background-color: #ecd8bd;
  height: calc(100vh - 42px);
}
.hero-section .dunes {
  position: absolute;
  width: 100%;
  height: 32%;
  bottom: 0;
}
.hero-section .welcome {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}
.hero-section .giraffe {
  position: absolute;
  left: -27%;
  bottom: 10%;
  width: 70%;
}

.hero-section .aloe1 {
  position: absolute;
  width: 80px;
  left: 81%;
  bottom: 11%;
  z-index: 3;
}

.hero-section .aloe2 {
  position: absolute;
  width: 70px;
  left: 57%;
  bottom: 2%;
  z-index: 3;
}

.hero-section .aloe-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.hero-section .aloe-bottom1 {
  width: 70%;
  left: 1%;
}
.hero-section .aloe-top {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: auto;
  transform-origin: bottom center;
  z-index: 4;
  margin-left: -10%;
}

@keyframes swayAloe1 {
  0% {
    transform: rotate(-6deg);
  }
  25% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-6deg);
  }
  75% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}


@keyframes swayAloe2 {
  0% {
    transform: rotate(6deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}

.hero-section .aloe1 .aloe-top1 {
  bottom: 49px;
  width: 59%;
  left: 17%;
}

.hero-section .aloe2 .aloe-top2 {
  bottom: 59px;
  width: 92%;
  left: 13%;
}
.hero-section .cloud1 {
  width: 20%;
  position: absolute;
  right: 15%;
  top: 15%;
}
.hero-section .cloud2 {
  width: 15%;
  position: absolute;
  top: 11%;
  right: 4%;
}

@keyframes floatCloud1 {
  0% {
    right: 15%;
  }
  50% {
    right: 80%;
  }
  100% {
    right: 15%;
  }
}

@keyframes floatCloud2 {
  0% {
    right: 4%;
  }
  50% {
    right: 80%;
  }
  100% {
    right: 4%;
  }
}

.hero-section .cloud1 {
  animation: floatCloud1 10s ease-in-out infinite;
}

.hero-section .cloud2 {
  animation: floatCloud2 10s ease-in-out infinite;
  animation-delay: 0.5s;
}
.hero-section .menu-btn {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 800;
  color: #193d38;
  text-decoration: none;
  cursor: pointer;
  font-family: "Catamaran", sans-serif;
}

/* video section  */
.video-section {
  width: 100%;
  height: 500px;
  background-color: #00000080;
}
.video-section video {
  height: 100%;
  width: 100%;
}

/* Garden story  */
.garden-story {
  position: relative;
  padding-block-start: 50px;
}
.garden-story h2 {
  text-align: center;
  padding-bottom: 15px;
  color: #06130f;
  font-weight: 700 !important;
}
.garden-story .carousel-item {
  position: relative;
}
.garden-story .carousel-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000093;
  z-index: 3;
}
.garden-story .carousel-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 6;
  text-align: center;
  font-size: 20px;
  width: 70% !important;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 555 !important;
  width: 6% !important;
}

/* Rate us  */
.rate-us {
  position: relative;
  padding-block-start: 50px;
}
.rate-us h2 {
  text-align: center;
  padding-bottom: 15px;
  color: #06130f;
  font-weight: 700 !important;
}
.rate-us .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
  font-size: 24px;
  padding-bottom: 10px;
  width: fit-content;
  margin: auto;
  color: #ffffff;
  color: #c0bdbd;
}
.star-active {
  color: gold;
}
.rate-us .form-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rate-us .form-box input,
.rate-us .form-box textarea,
.rate-us .form-box button {
  width: 100%;
  border-radius: 6px;
  border: none;
  box-shadow: -1px 4px 10px 0px #e1efeb73;
  padding: 10px;
}
.rate-us .form-box .send-rate {
  width: fit-content;
  padding-inline: 20px;
  background-color: #06130f;
  color: #fff;
  margin: 25px 0 25px 0;
}
.rate-us .separatop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rate-us .separatop .line {
  width: 40%;
  height: 2px;
  background-color: #06130f;
}
.rate-us .google-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.rate-us .google-rate a {
  color: #06130f;
  text-decoration: none;
  font-size: 18px;
}
.rate-us .giraffe1 {
  position: absolute;
  width: 19%;
  top: 12%;
  left: 2%;
}
.rate-us .rate-aloe {
  position: absolute;
  width: 8%;
  bottom: 12%;
  right: 2%;
}
/* Contact us  */
.contact {
  position: relative;
  padding-block: 50px;
}
.contact h2 {
  text-align: center;
  padding-bottom: 15px;
  color: #06130f;
  font-weight: 700 !important;
}

.contact .contact-box {
  display: flex;
  align-items: center;
  gap: 18px;
}
.contact .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact .contact-box .contact-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 6px;
}
.contact .contact-box i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: baseline;
  color: #ffffff;
  background-color: #06130f;
}
.contact .contact-box p {
  margin-bottom: 0;
}
.contact .contact-box .contact-info .title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
}
.contact .contact-box .contact-info .description {
  font-size: 15px;
  text-decoration: none;
  color: #494949;
}
.contact .other-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contact .other-links a {
  text-decoration: none;
  font-size: 32px;
  color: #06130f;
}

/* footer styles  */
footer {
  background-color: #06130f;
  color: #ffffff;
  text-align: center;
  padding-block: 16px;
  position: relative;
  bottom: 0;
  z-index: 9999;
}
footer p {
  font-size: 14px;
  margin-bottom: 0;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-top: 15px;
}
footer .footer-logo {
  width: 5%;
}
footer .footer-img {
  width: 30%;
}
/* End home page styles  */

/* Start categories page styles  */
.categories-section .category {
  width: 33%;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}
.categories-section .dunes {
  height: 30%;
}
.categories-section .aloe1 {
  bottom: 9%;
}
.categories-section .aloe2 {
  bottom: 0%;
}
.categories-section .aloe1 .aloe-top1 {
  animation: none;
  transform: none; 
}

.categories-section .aloe2 .aloe-top2 {
  animation: none;
  transform: none;
}
.categories-section .giraffe {
  bottom: 6%;
}
.categories-section .categories-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.categories-section .categories-list .category {
  width: 150px;
  height: 100%;
  padding: 8px;
  background-color: #03271e;
  position: relative;
  text-align: center;
}
.categories-section .categories-list .category a {
  text-decoration: none;
  color: #fff;
  font-family: "Autography", sans-serif;
  font-size: 36px;
}
html[lang="ar"] .categories-section .categories-list .category a {

  font-size: 18px;
}


/* End categories page styles  */

/* start single category styles */
.category-page {
  height: 100%;
  padding-bottom: 115px;
}
.category-page .bread-crumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 68px;
  padding-inline-end: 4px;
}
.category-page .bread-crumb .right-side {
  display: flex;
  align-items: center;
  gap: 6px;
}
.category-page .bread-crumb .right-side i,
.category-page .bread-crumb .right-side .lang-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #03271e;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
.category-page .bread-crumb .right-side a {
  text-decoration: none;
}
.category-page .bread-crumb .menu {
  background-color: #03271e;
  color: #fff;
  padding: 6px;
  border-radius: 0 100px 100px 0;
}
html[lang="ar"] .category-page .bread-crumb .menu{
  
  border-radius: 100px 0 0 100px ;
}
.category-page .category-boxes-container {
  position: relative;
  top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-evenly;
}
.category-page .category-boxes-container .category-box {
  width: 46%;
  background-color: #03271e;
  color: #fff;
  border-radius: 12px;
  min-height: 250px;
  position: relative;
}
.category-page .category-boxes-container .category-box .info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 8px;
}
.category-page .category-boxes-container .category-box p {
  text-align: center;
  margin-bottom: 0;
  word-wrap: break-word;
}
.category-page .category-boxes-container .category-box .price{
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.category-page .category-boxes-container .category-box img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  max-height: 130px;
  min-height: 130px;
  object-fit: cover;
}


.category-page .bread-crumb .right-side {
  display: flex;
  align-items: center;
  gap: 8px; 
}

/* Share */
.share-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #06130f;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}


.share-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 0;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  inset-inline-end: -67% !important;
  top: 10% !important;
}

.share-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
}

.share-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #06130f;
}

.share-menu .dropdown-item i {
  font-size: 18px;
  width: 20px;
  text-align: center;
  color: #fff;
}

.share-btn.dropdown-toggle::after {
  display: none;
}



/* Offcanvas Menu */
.offcanvas{
    background-color: #03271e !important;
}
.offcanvas.offcanvas-start{
width: 80% !important;
}
.offcanvas-start {
  width: 80%;
  background-color: #06130f;
  z-index: 99999;
}

.offcanvas-body {
  padding: 20px;
}

.offcanvas-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.offcanvas-body ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 8px;
}

.offcanvas-body ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.offcanvas-body ul li a img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(6%) saturate(0%) hue-rotate(84deg) brightness(105%) contrast(100%);
}

.offcanvas-body ul li a span {
  flex-grow: 1;
}

.btn-close {
  filter: invert(1) brightness(100);
  opacity: 0.8;
}

.btn-close:hover {
  opacity: 1;
}


.menu {
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu:hover {
  background-color: rgba(6, 19, 15, 0.9) !important;
  padding-right: 20px !important;
}

.modal-img{
  width: 100%;
  max-height: 300px;
}
/* start single category styles */
