.hero {
  position: relative;
  height: 550px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
  color: var(--color-white);
}

.hero > video,
.hero > img {
  position: absolute;
  width: 100%;
  z-index: -2;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #02090cab;
  top: 0;
  z-index: -1;
  right: 0;
  height: 100%;
}

.content-hero h1 span {
  color: var(--color-Primary2);
}

.content-hero h1 {
  text-shadow: 0 4px 5px #00000074;
}

.content-hero p {
  width: 60%;
  margin: 25px auto;
  line-height: 35px;
  font-size: 20px;
  font-family: "font_medium";
  color: var(--color-white);
}

.search-header {
  position: absolute;
  border-radius: 35px;

  bottom: -30px;
  width: 60%;
  box-shadow: 0 3px 6px #00000033;
}
.search-header input {
  border-radius: 35px;
  height: 65px;
  padding-right: 50px;
  padding-left: 70px;
  background-color: var(--color-white);
}
.search-header form > i {
  position: absolute;
  font-size: 26px;
  right: 20px;
  top: 19px;
  display: block;
  z-index: 1;
  color: var(--color-gray);
}
.search-header button {
  left: 13px;
  position: absolute;
  top: 6px;
  width: 50px;
  height: 50px;
  background: var(--color-Primary2);
  color: var(--color-white);
  border: none;
  border-radius: 50%;
  font-size: 22px;
  line-height: 0;
}
.title-center {
  text-align: center;
}
.title-start,
.title-center {
  margin-bottom: 50px;
}
.title-start h2,
.title-center h2 {
  color: var(--color-Primary1);
  font-size: 26px;
  padding: 0 45px 0 0;
  display: inline-block;
  position: relative;
  font-family: "font_bold";
}

.title-start h2::after,
.title-center h2::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  top: 15px;
  right: 0;
  background-color: var(--color-Primary2);
}
.title-start h2::before,
.title-center h2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 10px;
  right: 0;
  background-color: var(--color-Primary2);
}

.title-start p,
.title-center p {
  color: var(--color-black);
  font-size: 20px;
  font-family: "font_medium";
  margin-top: 10px;
}

.first-search {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* يخلي السحب أنعم */
}

/* لمتصفحات WebKit (كروم/سفاري) */
::-webkit-scrollbar {
  height: 8px; /* ارتفاع السكرول */
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.first-search,
.seconed-search{
   display: flex
;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;

}

.first-search input,
 .seconed-search input,
  .seconed-search button{
    margin: 7px 0;
    height: 60px;
 }


 .first-search .btn-fliter{
    align-items: end;
    margin-bottom: 30px;
 }

  .first-search .btn-fliter button{
    height: 60px;
  }

.first-search .input-form{


    padding: 0 3px;
    min-width: 200px; /* كل عنصر له عرض ثابت */
    flex: 0 0 auto;   /* ما يضغطش على نفسه */
    scroll-snap-align: start; /* اختياري */

}

.first-search .input-form.arrow-select{

    width:100% ;

}
/*
.seconed-search.input-form{

    width: calc(100% / 3);

}

.seconed-search .input-form,
.seconed-search .btn-fliter,
.seconed-search .price__slider{

   width: calc(100% / 3);
   padding: 0 3px;

} */

.first-search .price__slider{
    border-bottom: none;
}


  .product-index .fliter-product{
    margin-bottom: 40px;

  }


.product {
  padding: 15px;
  border-radius: 15px;
  /* margin: 8px 3px; */
  transition: all 0.3s linear;
  box-shadow: 0 3px 16px #00000011;
}
.product:hover {
  background-color: var(--color-Primary5);
}

.product:hover a {
  background-color: var(--color-white);
}
.img-product {
  position: relative;
  height: 300px;
}
.img-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.text-product {
  margin-top: 20px;
}
.price-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-product h2 {
  color: var(--color-Primary1);
  font-size: 18px;

  font-family: "font_medium";
}

.rate-product {
  color: var(--color-gray);
}
.rate-product i {
  color: #ffc416;
}
.text-product > p {
  color: var(--color-gray);
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.address-product {
  font-size: 18px;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  gap: 10px;
}
.address-product img {
  width: 30px !important;
  height: 30px;
  object-fit: contain;
}
.num-details-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.sub-num-details-product {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--color-gray);
}
.sub-num-details-product img {
  width: 25px !important;
  height: 25px;
  object-fit: contain;
}
.ctm-btn2 {
  height: 55px;
  display: inline-block;
  padding: 15px 25px;
  text-align: center;
  color: var(--color-Primary2);
  border-radius: 10px;
  transition: all 0.3s linear;
  border: none;
  font-family: "font_medium";
  background-color: var(--color-Primary5);
}

.ctm-btn2 i {
  line-height: 0;
  vertical-align: middle;
  margin: 0 3px;
}
.ctm-btn2:hover {
  color: var(--color-white);
  background-color: var(--color-Primary2) !important;
}
.btn-product {
  padding-top: 15px;
  border-top: 1px solid var(--color-border);
}

.status-product {
  position: absolute;
  padding: 7px 20px;
  border-radius: 5px;
  background-color: var(--color-Primary1);
  color: var(--color-white);
  top: 10px;
  left: 10px;
}

.aboutus-index {
  background-color: var(--color-bg);
}
.img-about-index {
  padding-bottom: 80px;
  position: relative;
}
.img-about-index > img:nth-of-type(1) {
  width: 65%;
  height: 369px;
  object-fit: cover;
  border-radius: 25px;
}
.img-about-index > img:nth-of-type(2) {
  width: 60%;
  position: absolute;
  left: 0;
  bottom: 10%;
  height: 270px;
  object-fit: cover;
  border-radius: 25px;
}
.content-img-aboutindex {
  position: absolute;
  bottom: 0;
  width: 65%;
  right: 0;
  z-index: 1;

  padding: 25px;
}
.content-img-aboutindex::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  right: 0;
  border-radius: 20px;
  z-index: -1;
  bottom: 0;
  background-color: var(--color-Primary1);
}
.content-img-aboutindex p {
  margin-top: 15px;
  color: var(--color-white);
}

.sub-content-img-aboutindex {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-Primary2);
  border-radius: 10px;
}
.sub-content-img-aboutindex img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  animation: infinite;
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.text-aboutus-index .title-start {
  margin-bottom: 0;
}
.text-aboutus-index > p {
  margin: 30px 0;
  font-size: 20px;
}
.more-aboutus-index img {
  width: 65px;
  height: 80px;
  object-fit: contain;
}
.aboutus-index {
  position: relative;
}
.more-aboutus-index p {
  margin-top: 10px;
  font-family: "font_medium";
  color: var(--color-black);
}

.sub-servies-index {
  padding: 35px 25px;
  border-radius: 10px;
  margin: 5px;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 3px 8px #00000011;
  background-color: var(--color-white);
  z-index: 1;
  height: 100%;
}

.sub-servies-index::after {
  width: 90%;
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  background-color: var(--color-Primary2);
  z-index: -1;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  height: 1px;
}
.sub-servies-index:hover::after {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  opacity: 1;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.title-servies-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-servies-index img {
  width: 75px !important;
  object-fit: contain;
  height: 75px;
}
.sub-servies-index p {
  margin-top: 25px;
}
.sub-servies-index h2 {
  font-family: "font_medium";
  color: var(--color-Primary1);
}

.sub-servies-index a {
  position: absolute;
  bottom: -10px;
  left: 15px;
  background-color: var(--color-Primary1);
  padding: 5px 15px;
  opacity: 0;
  transition: all 0.3s linear;
  color: var(--color-white);
  border-radius: 5px;
}
.sub-servies-index:hover a {
  animation: infinite;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  opacity: 1;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sub-servies-index a:hover {
  animation: none;
  background-color: var(--color-Primary2);
}
.sub-servies-index:hover img {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-animation-duration: 1s;
  opacity: 1;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blog-index {
  background-color: var(--color-Primary5);
}
.sub-blog-index {
  padding: 15px;
  transition: all 0.3s linear;
  background: var(--color-white);
  border-radius: 15px;

  box-shadow: 0 6px 25px #00000000;
}
.sub-blog-index:hover {
  box-shadow: 0 6px 25px #0000002a;
  transform: scale(0.95);
}
.text-blog-index {
  padding: 20px 10px;
}
.text-blog-index h2 {
  font-family: "font_medium";
  color: var(--color-Primary1);
}
.text-blog-index p {
  margin: 20px 0;
}
.btn-blog-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-blog-index span {
  color: var(--color-Primary1);
  font-size: 17px;
  font-family: "font_medium";
}
.btn-blog-index span i {
  color: var(--color-Primary2);
}

.img-blog-index {
  height: 290px;
  border-radius: 15px;
  width: 100%;
}
.img-blog-index img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
}

.sub-info-contactus-index {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin: auto;
  position: relative;

  width: calc(100% / 3 - 10px);
}
.sub-info-contactus-index:hover img {
  animation: infinite;
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-animation-duration: 1s;
  opacity: 1;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.text-info-contactus-index h2 {
  font-family: "font_medium";
  transition: all 0.3s linear;
  color: var(--color-gray);
}
.sub-info-contactus-index:hover h2 {
  color: var(--color-Primary2);
}

.text-info-contactus-index p {
  color: var(--color-black);
  font-size: 18px;
}
.info-contactus-index {
  margin: 25px 0 60px;
}
.info-contactus-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.arrow-select::after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/arrow-down.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 22PX;
    top: unset;
    left: 18px;
}

.sub-info-contactus-index:last-of-type:after {
  display: none;
}
.owl-nav {
  position: absolute;
  top: -120px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0px;
}

.owl-nav button {
  width: 45px;
  border-radius: 50% !important;
  background-color: var(--color-Primary3) !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: url(../images/arrow.png) !important;
  background-size: 20% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent !important;
}
.owl-prev {
  transform: scale(-1);
}

.owl-nav button:hover {
  background-color: var(--color-Primary1) !important;
}

.bg-animation {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 1px;
  width: 1px;
  background-color: #feb200;
  border-radius: 50%;
  box-shadow: -42vw -4vh 0px 0px #feb200, 25vw -41vh 0px 0px #feb200,
    -20vw 49vh 0px 1px #feb200, 5vw 40vh 1px 1px #feb200,
    29vw 19vh 1px 0px #feb200, -44vw -13vh 0px 0px #feb200,
    46vw 41vh 0px 1px #feb200, -3vw -45vh 0px 1px #feb200,
    47vw 35vh 1px 0px #feb200, 12vw -8vh 1px 0px #feb200,
    -34vw 48vh 1px 1px #feb200, 32vw 26vh 1px 1px #feb200,
    32vw -41vh 1px 1px #feb200, 0vw 37vh 1px 1px #feb200,
    34vw -26vh 1px 0px #feb200, -14vw -49vh 1px 0px #feb200,
    -12vw 45vh 0px 1px #feb200, -44vw -33vh 0px 1px #feb200,
    -13vw 41vh 0px 0px #feb200, -36vw -11vh 0px 1px #feb200,
    -23vw -24vh 1px 0px #feb200, -38vw -27vh 0px 1px #feb200,
    16vw -19vh 0px 0px #feb200, 28vw 33vh 1px 0px #feb200,
    -49vw -4vh 0px 0px #feb200, 16vw 32vh 0px 1px #feb200,
    36vw -18vh 1px 0px #feb200, -25vw -30vh 1px 0px #feb200,
    -23vw 24vh 0px 1px #feb200, -2vw -35vh 1px 1px #feb200,
    -25vw 9vh 0px 0px #feb200, -15vw -34vh 0px 0px #feb200,
    -8vw -19vh 1px 0px #feb200, -20vw -20vh 1px 1px #feb200,
    42vw 50vh 0px 1px #feb200, -32vw 10vh 1px 0px #feb200,
    -23vw -17vh 0px 0px #feb200, 44vw 15vh 1px 0px #feb200,
    -40vw 33vh 1px 1px #feb200, -43vw 8vh 0px 0px #feb200,
    -48vw -15vh 1px 1px #feb200, -24vw 17vh 0px 0px #feb200,
    -31vw 50vh 1px 0px #feb200, 36vw -38vh 0px 1px #feb200,
    -7vw 48vh 0px 0px #feb200, 15vw -32vh 0px 0px #feb200,
    29vw -41vh 0px 0px #feb200, 2vw 37vh 1px 0px #feb200,
    7vw -40vh 1px 1px #feb200, 15vw 18vh 0px 0px #feb200,
    25vw -13vh 1px 1px #feb200, -46vw -12vh 1px 1px #feb200,
    -18vw 22vh 0px 0px #feb200, 23vw -9vh 1px 0px #feb200,
    50vw 12vh 0px 1px #feb200, 45vw 2vh 0px 0px #feb200,
    14vw -48vh 1px 0px #feb200, 23vw 43vh 0px 1px #feb200,
    -40vw 16vh 1px 1px #feb200, 20vw -31vh 0px 1px #feb200,
    -17vw 44vh 1px 1px #feb200, 18vw -45vh 0px 0px #feb200,
    33vw -6vh 0px 0px #feb200, 0vw 7vh 0px 1px #feb200,
    -10vw -18vh 0px 1px #feb200, -19vw 5vh 1px 0px #feb200,
    1vw 42vh 0px 0px #feb200, 22vw 48vh 0px 1px #feb200,
    39vw -8vh 1px 1px #feb200, -6vw -42vh 1px 0px #feb200,
    -47vw 34vh 0px 0px #feb200, -46vw 19vh 0px 1px #feb200,
    -12vw -32vh 0px 0px #feb200, -45vw -38vh 0px 1px #feb200,
    -28vw 18vh 1px 0px #feb200, -38vw -46vh 1px 1px #feb200,
    49vw -6vh 1px 1px #feb200, -28vw 18vh 1px 1px #feb200,
    10vw -24vh 0px 1px #feb200, -5vw -11vh 1px 1px #feb200,
    33vw -8vh 1px 0px #feb200, -16vw 17vh 0px 0px #feb200,
    18vw 27vh 0px 1px #feb200, -8vw -10vh 1px 1px #feb200;

  box-shadow: 24vw 9vh 1px 0px #feb200, 12vw -24vh 0px 1px #feb200,
    -45vw -22vh 0px 0px #feb200, -37vw -40vh 0px 1px #feb200,
    29vw 19vh 0px 1px #feb200, 4vw -8vh 0px 1px #feb200,
    -5vw 21vh 1px 1px #feb200, -27vw 26vh 1px 1px #feb200,
    -47vw -3vh 1px 1px #feb200, -28vw -30vh 0px 1px #feb200,
    -43vw -27vh 0px 1px #feb200, 4vw 22vh 1px 1px #feb200,
    36vw 23vh 0px 0px #feb200, -21vw 24vh 1px 1px #feb200,
    -16vw 2vh 1px 0px #feb200, -16vw -6vh 0px 0px #feb200,
    5vw 26vh 0px 0px #feb200, -34vw 41vh 0px 0px #feb200,
    1vw 42vh 1px 1px #feb200, 11vw -13vh 1px 1px #feb200,
    48vw -8vh 1px 0px #feb200, 22vw -15vh 0px 0px #feb200,
    45vw 49vh 0px 0px #feb200, 43vw -27vh 1px 1px #feb200,
    20vw -2vh 0px 0px #feb200, 8vw 22vh 0px 1px #feb200,
    39vw 48vh 1px 1px #feb200, -21vw -11vh 0px 1px #feb200,
    -40vw 45vh 0px 1px #feb200, 11vw -30vh 1px 0px #feb200,
    26vw 30vh 1px 0px #feb200, 45vw -29vh 0px 1px #feb200,
    -2vw 18vh 0px 0px #feb200, -29vw -45vh 1px 0px #feb200,
    -7vw -27vh 1px 1px #feb200, 42vw 24vh 0px 0px #feb200,
    45vw -48vh 1px 0px #feb200, -36vw -18vh 0px 0px #feb200,
    -44vw 13vh 0px 1px #feb200, 36vw 16vh 0px 1px #feb200,
    40vw 24vh 0px 0px #feb200, 18vw 11vh 0px 0px #feb200,
    -15vw -23vh 1px 0px #feb200, -24vw 48vh 0px 1px #feb200,
    27vw -45vh 1px 0px #feb200, -2vw -24vh 0px 1px #feb200,
    -15vw -28vh 0px 0px #feb200, -43vw 13vh 1px 0px #feb200,
    7vw 27vh 1px 0px #feb200, 47vw 5vh 0px 0px #feb200,
    -45vw 15vh 1px 1px #feb200, -5vw -28vh 0px 1px #feb200,
    38vw 25vh 1px 1px #feb200, -39vw -1vh 1px 0px #feb200,
    5vw 0vh 1px 0px #feb200, 49vw 13vh 0px 0px #feb200,
    48vw 10vh 0px 1px #feb200, 19vw -28vh 0px 0px #feb200,
    4vw 7vh 0px 0px #feb200, 21vw 21vh 1px 1px #feb200,
    -15vw -15vh 0px 1px #feb200, -6vw -42vh 1px 0px #feb200,
    -15vw 48vh 1px 1px #feb200, -23vw 25vh 1px 1px #feb200,
    -48vw 25vh 0px 1px #feb200, -31vw -19vh 0px 1px #feb200,
    4vw 37vh 1px 1px #feb200, -43vw 28vh 0px 0px #feb200,
    3vw -25vh 0px 1px #feb200, -39vw 14vh 0px 1px #feb200,
    -40vw 31vh 0px 1px #feb200, 35vw -36vh 1px 1px #feb200,
    16vw 49vh 0px 0px #feb200, 6vw 39vh 0px 0px #feb200,
    3vw -35vh 0px 1px #feb200, -44vw -2vh 1px 0px #feb200,
    -6vw 21vh 1px 0px #feb200, 48vw 9vh 1px 1px #feb200,
    -43vw 30vh 1px 1px #feb200, 29vw -12vh 1px 1px #feb200,
    -48vw 13vh 1px 0px #feb200, -42vw 32vh 1px 1px #feb200,
    34vw 15vh 1px 1px #feb200, 29vw -37vh 1px 1px #feb200,
    28vw 2vh 0px 0px #feb200;
  animation: zoom 6s alternate infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

.breadcrumb-header {
  display: flex;

  align-items: center;
  gap: 10px;
}
.breadcrumb-header i {
  line-height: 0;
}
.breadcrumb-header a,
.breadcrumb-header {
  font-size: 19px;
  color: var(--color-white);
}

.sub-about-page {
  padding: 25px;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow: 0 0 10px #00000011;
  border-radius: 15px;
  transition: all 0.3s linear;
}
.sub-about-page:hover {
  background-color: var(--color-Primary5);
}
.sub-about-page h2 {
  margin: 10px 0;
  font-size: 20px;
  font-family: "font_medium";
  color: var(--color-Primary1);
}

.img-about-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  display: flex;
  border: 1px solid var(--color-Primary2);
  width: 100px;
  border-radius: 50%;
  height: 100px;
}
.img-about-page img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.puls-que::before {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--color-Primary2);
  content: "";
  left: 20px;
  transform: translateY(-50%) rotate(90deg);
  margin: auto;
  top: 50%;
  transition: all 0.3s linear;
}

.puls-que::after {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--color-Primary2);
  content: "";
  left: 20px;
  margin: auto;
  top: 50%;
  transform: translateY(0%);
}
.text-ask-aboutus ul li {
  border-radius: 10px;
  margin: 5px 0;
}
.text-ask-aboutus ul li h2 {
  position: relative;
  cursor: pointer;
}

.text-ask-aboutus ul li.active .puls-que::before,
.text-ask-aboutus ul li.active .puls-que::after {
  background-color: var(--color-Primary2);
}

.text-ask-aboutus ul li.active .puls-que::before {
  transform: translateY(-50%) rotate(0deg);
}

.text-ask-aboutus ul li.active h2 {
  background-color: #F7FAF8;
  color: var(--color-Primary1);
  border-bottom: 1px solid var(--color-Primary2)
}

/* .text-ask-aboutus ul li.active h2 img {
  filter: brightness(0) invert(1);
} */

.text-ask-aboutus ul li.active {
  background-color: #F7FAF8 !important;
}

.text-ask-aboutus ul li h2 {
  padding: 20px;
  border-radius: 10px 10px 0px 0px ;
  user-select: none;
  font-size: 18px;
  padding-left: 40px;
  color: var(--color-Primary1);
  transition: all 0.3s linear;
  background-color: var(--color-white);
}

.text-ask-aboutus ul li p {
  padding: 25px;
  display: none;
}

.text-ask-aboutus ul li h2 img {
  width: 25px;
  margin-left: 10px;
}

.text-ask-aboutus > h2 {
  font-family: "semiBold";
  font-size: 26px;
}

.text-ask-aboutus > p {
  margin: 15px 0;
}

.ask-aboutus-index .owl-dots {
  padding: 10px 20px;
  background-color: var(--color-white);
  box-shadow: 0 2px 5px #00000040;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  bottom: -23px;
  display: table;
  border-radius: 9px;
}

.ask-aboutus-index .owl-dots .owl-dot span {
  width: 10px;
  border-radius: 5px;
  position: relative;
  height: 10px;
  transition: all 0.3s linear !important;

  margin: 0 7px;
  background-color: var(--color-Primary3) !important;
}

.ask-aboutus-index .owl-dots .owl-dot.active span {
  background-color: var(--color-Primary2) !important;
}

.ask-aboutus-index .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";

  top: 50%;
  left: 50%;
  transition: all 0.3s linear;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 5px);
  border-radius: 50%;
  height: calc(100% + 5px);
  border: 1px solid var(--color-Primary2);
}

.ask-aboutus-index .owl-dots .owl-dot.active span::after {
  transform: translate(-50%, -50%) scale(1);
}
.img-info-contactus-page {
  width: 65px;
  height: 65px;
}

.sub-info-contactus-page h2 {
  font-size: 20px;
  font-family: "font_medium";
  color: var(--color-Primary1);
  margin: 20px 0;
}
.sub-info-contactus-page {
  border: 1px solid #c0c0c15f;
  padding: 35px 25px;
  transition: all 0.3s linear;
  box-shadow: 0 4px 5px transparent;
  border-radius: 15px;
  position: relative;
}

.sub-info-contactus-page::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--color-Primary1);
  width: 0;
  transition: 0.3s;
  border-radius: 10px;
}

.img-info-contactus-page {
  width: 50px;
  height: 50px;
}

.sub-info-contactus-page:hover {
  background-color: var(--color-white);
  box-shadow: 0 0 25px #00000011;
  border-radius: 3px;
}

.sub-info-contactus-page:hover::before{
  width: 100%;
}

.blog-page .sub-blog-index {
  border: 1px solid #c0c0c15f;
}

.more-page {
  background-color: var(--color-white);
  box-shadow: 0 0 5px #00000011;
  padding: 25px 15px;
  border-radius: 20px;
}

.more-blog-page li a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  padding: 15px 15px;
  background-color: var(--color-white);
  border: 1px solid #c0c0c15f;
  border-radius: 10px;
}

.img-more-blog {
  width: 30%;
  height: 120px;
}

.img-more-blog img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.text-more-blog {
  width: calc(100% - (30% + 10px));
}
.text-more-blog h2 {
  color: var(--color-Primary1);
  font-family: "font_medium";
  margin-top: 10px;
}
.text-more-blog h3 {
  color: var(--color-gray);
}
.text-more-blog h3 i {
  color: var(--color-Primary2);
}

.text-blog-details > h2 {
  display: flex;
  align-items: center;
  margin: 30px 0;
  font-size: 22px;
  font-family: "font_medium";
  justify-content: space-between;
  color: var(--color-Primary1);
}
.text-blog-details > h2 span {
  font-family: font_main;
  color: var(--color-Primary1);
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.text-blog-details > h2 span i {
  color: var(--color-Primary2);
}

.img-blog-details {
  width: 100%;
}
.img-blog-details img {
  width: 100%;
}
.img-servies-details {
  width: 100%;
}
.img-servies-details img {
  border-radius: 15px;
}
.text-servies-details {
  margin: 20px 0;
}
.text-servies-details h2 {
  color: var(--color-Primary1);
  font-family: "font_medium";
}
.text-servies-details p {
  color: var(--color-gray);
  margin: 20px 0;
}

.more-servies li a {
  gap: 10px;
  display: flex;
  padding: 15px;
  border: 1px solid #c0c0c15f;
  align-items: center;
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 15px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.more-servies li a:hover {
  background-color: var(--color-Primary3);
  color: var(--color-Primary1);
}
.more-servies li a:hover img {
  animation: infinite;
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-animation-duration: 1s;
  opacity: 1;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-more-servies {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img-more-servies img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.more-servies li a h2 {
  font-family: "font_medium";
}
.more-servies li a i {
  font-size: 25px;
}

.order-services {
  width: 60%;
  margin: auto;
  transition: all 0.3s linear;
  transform: scale(0);
}

.order-services.active {
  transform: scale(1);
}
button#btn-show.active {
  background: #660108;
}
button#btn-show.active::after {
  background: #660108;
}
button#btn-show.active::before {
  background: #660108;
}
.title-property {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-property {
  padding: 0 50px;
  position: relative;
  text-align: center;
}
.sub-property h2 {
  font-size: 45px;
  width: 100px;
  margin: auto;
  color: var(--color-Primary1);
  line-height: 0;
  height: 100px;
  border: 5px solid rgba(248, 253, 255, 0.781);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-Primary3);
}
.sub-property p {
  color: var(--color-Primary1);
  margin-top: 10px;
  font-family: "font_medium";
}
.sub-property::after {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;

  top: 40%;
  transform: translateY(-50%);
  left: -30%;
  border: 1px dashed var(--color-Primary3);
}
.sub-property:last-of-type::after {
  display: none;
}

.sub-property.active::after {
  border-color: var(--color-Primary2);
}
.sub-property.active h2 {
  background-color: var(--color-Primary2);
  color: var(--color-white);
}
.sub-property.active p {
  color: var(--color-Primary2);
}
.form-select {
  display: block;
  width: 100%;
  padding: 15px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px !important;
  line-height: 1.5;
  color: var(--color-gray) !important;
  font-weight: 100 !important;
  background-color: var(--color-Primary3);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid var(--color-border);
  font-family: "font_main" !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  background-image: none !important;
}
.imag .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  cursor: pointer;
}
.upload-image-page input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 1;
}
.upload-image-page label {
  text-align: center;
  margin: 25px auto;
  display: block;
  width: 100%;
}

.upload-image-page img {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
div#imageGrid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.image-box {
  position: relative;
  overflow: hidden;
  width: calc(100% / 4 - 10px);
  aspect-ratio: 1 / 1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--color-border);
}
.image-box img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.title-product-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-product-page .input-form {
  width: 160px;
}

.fliter-product .title-start {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c0c15f;
}
.input-form label {
  color: var(--color-Primary1);
  font-family: "font_medium";
  margin-bottom: 10px;
}

.fliter-product .input-form input,
.fliter-product .input-form select {
  background-color: var(--color-white);
}

.range__vlue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.range__vlue__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.price__slider {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: auto;
  right: 0;
}

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--color-Primary2);
}

.noUi-horizontal {
  height: 14px;
}

.noUi-connect {
  background-color: var(--color-Primary2);
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
  overflow-x: hidden;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: auto;
  right: -14px;
}

.range__vlue__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.price__slider {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.range__vlue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 20px;
}
input.data__range {
  color: var(--color-Primary1);
  border: none;
  font-family: "font_medium";
}
input.data__range:nth-of-type(2) {
  text-align: left;
}

.retreat__space__title p {
  color: var(--color-Primary1);
  font-family: "font_medium";
  margin-bottom: 10px;
}
.btn-fliter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-fliter .ctm-btn2 {
  border: none;
  width: 100%;
}

.btn-fliter .ctm-btn2:nth-of-type(1) {
  background-color: var(--color-Primary2);
  color: var(--color-white);
}

.btn-fliter .ctm-btn2:nth-of-type(1):hover {
  background-color: var(--color-Primary1) !important;
}

.grid__img__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 270px);
  gap: 10px;
  direction: ltr;
  position: relative;
}

.grid__img__container .show-more {
  position: absolute;
  right: 20px;
  bottom: 20px;

  cursor: pointer;
  transition: 0.4s;
}

.grid__img__container .img-product-details {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.grid__img__container .img-product-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}


.grid__img__container .img-product-details:nth-child(1) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.title-prodect-page {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 25px;
}
.title-prodect-page h2 {
  font-size: 20px;
  color: var(--color-Primary2);
  font-family: "font_medium";
}
.title-prodect-page a {
  display: flex;
  font-family: "font_medium";
  align-items: center;
  gap: 10px;
}
.share-product-details {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-Primary2);
  background-color: var(--color-Primary5);
  border-radius: 50%;
  font-size: 22px;
}

.sub-text-products h2 {
  color: var(--color-Primary2);
  font-family: "font_medium";
  font-size: 24px;
}
.sub-text-products p {
  font-size: 18px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub-text-products img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.sub-product-details {
  margin: 20px 0;
  padding: 25px;
  border-radius: 25px;
  border: 1px solid #c0c0c15f;
}

.sub-product-details .title-start {
  margin-bottom: 30px;
}
.overview {
  display: flex;
  align-items: center;
  gap: 15px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.sub-overview {
  display: flex;
  align-items: center;
  width: calc(100% / 3 - 10px);
  gap: 10px;
}

.img-overview {
  width: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  height: 70px;
  background-color: var(--color-Primary5);
}
.img-overview img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.text-overview h2 {
  font-family: "font_medium";
}
.text-overview p {
  color: var(--color-gray);
  font-size: 17px;
}
.form-product-details {
  border: 1px solid #c0c0c15f;
  border-radius: 15px;
  padding: 25px;
}

.form-product-details input {
  background-color: var(--color-white) !important;
}

button.btn-fliter-mune {
  display: none;
}

.pagination {
  margin-top: 40px;
  align-items: center;
  display: flex;
  justify-content: center;


}


.pagination  li {
    display: flex;
    gap: 10px;
  width: 45px;
  height: 45px;

  border-radius: 50%;
  transition: all 0.4s linear;
  background-color: var(--color-Primary3);
  color: var(--color-Primary2);

}
.pagination  li i {
  line-height: 0;
}
.pagination  li:hover,
.pagination  li.active {
  border-color: var(--color-white);

  background-color: var(--color-Primary2);
}

.pagination  li:hover a,
.pagination  li.active a,
.pagination  li:hover {
  color: var(--color-white);
}
.pagination  li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.4s linear;

  width: 100%;
  height: 100%;
  color: var(--color-Primary2);
}


.form-control:disabled, .form-control[readonly]{
  background-color: var(--color-Primary3) !important;
}

.info-contactus-page p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.status-product.rent{
  background-color: var(--color-Primary2) !important;
}

#slider-servies .owl-item {
  float: right;
  padding: 20px 0;
}

.nav-tabs {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}


.tab-toggle-product{
    font-size: 18px;
    color: var(--color-Primary1);
    font-weight: 500;
    box-shadow: 0 4px 4px #00000011;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}

.tab-toggle-product.active{
    background-color: var(--color-Primary2);
    color: var(--color-white);
}
.fliter-product input.form-control , .price__slider .form-control {
    background:#fff !important;

}


.fliter-product .input-price input.form-control , .price__slider .form-control {
    margin: 0 ;

}
.sub-product-details > span {
    margin: 25px 0 0;
    display: block;
    font-size: 18px;
    font-family: 'font_medium';
    color: var(--color-Primary1);
}



.select2-container--default .select2-selection--single{
    height: 60px !important;
    border-radius: 10px !important;
    padding-right: 20px !important;
    background-color: #ebf6f9 !important;
    border: 1px solid transparent !important;

}


.select2-container--default .select2-selection--single:focus {
    box-shadow: none;
    border: 1px solid var(--color-Primary2) !important;
    color: var(--color-black) !important;
    background-color: var(--color-white) !important;
}


.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered
 {

    height: 100% !important;
    align-content: center !important;

 }

 .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none !important;
 }
