@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

:root {
  /* Colors: */
  --main-color: #469d8f;
  --secondry-color: #2160b2;
  --rate: #ffbb00;
  --muted-text: #848484;
}

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.6rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondry-color);
}

* {
  font-family: "Almarai", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
  /* text-transform: capitalize; */
}

p {
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.63);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondry-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

/* ------------- global --------------- */

body {
  direction: rtl;
  line-height: 1.7;
  background: #fcfcfc;
}

a {
  text-decoration: none;
  color: #000000;
}

ul {
  padding: 0rem !important;
  list-style: none;
}

.main-color {
  color: var(--main-color) !important;
}

.secondry-color {
  color: var(--secondry-color) !important;
}

.bg-main-color {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.bg-secondry-color {
  background-color: var(--secondry-color);
  color: #fff !important;
}

::selection {
  color: #fff;
  background-color: rgba(1, 149, 114, 0.7);
}

.nice-select {
  width: 100%;
  color: var(--dark);
  float: unset;
  margin-top: 0 !important;
}

.nice-select .list {
  width: 100%;
  z-index: 98;
}

.nice-select {
  border: none;
}

.nice-select,
.nice-select .list li {
  text-align: right !important;
  padding-right: 18px;
  padding-left: 30px;
}

.nice-select:after {
  right: unset;
  left: 12px;
}

p + .form-control {
  margin-top: 0.5rem;
}

.form-control {
  padding: 0.75rem 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: 0.15s ease-in-out;
  box-shadow: none !important;
}

.form-control:focus {
  border: 1px solid var(--secondry-color) !important;
  outline: none !important;
}

.input-group .form-control:focus {
  border: none !important;
}

.aqar-button {
  border-radius: 5px;
  width: max-content;
  padding: 10px 30px;
  display: block;
  background: linear-gradient(
    to right,
    var(--main-color) 50%,
    var(--secondry-color) 50%
  );
  background-size: 200% 100% !important;
  background-position: left bottom !important;
  transition: all 0.3s ease-out;
  color: #fff !important;
}

.aqar-button:hover {
  background-position: right bottom !important;
}

.aqar-button .text {
  text-align: center;
  font-size: 16px;
  color: white;
  transition: all 0.3s ease-out;
  display: block;
}

.aqar-button.outline {
  background: transparent !important;
  border: 1px solid var(--main-color);
  padding: 10px 29px;
}

.aqar-button.outline .text {
  color: var(--main-color) !important;
}

.link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

h5 + p {
  color: var(--muted-text);
  font-size: 14px;
  margin: 0%;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  font-size: 21px;
}

.Stars::before {
  content: "★★★★★";
  background: linear-gradient(
    -90deg,
    #fc0 var(--percent),
    #b9b9b9 var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-tabs {
  border: none;
  margin-top: 1.5rem;
}

.nav-tabs .nav-item .nav-link {
  border: 0;
  margin: 0 0.5rem;
  color: #575757 !important;
}

.nav-tabs .nav-item .nav-link.active {
  color: var(--main-color) !important;
  font-weight: bold;
  border-bottom: 2px solid var(--main-color);
}

/* navbar */
.top-nav {
  background: var(--secondry-color);
  padding: 0.2rem 0 !important;
}

.top-nav a {
  color: #fff !important;
}

.helper-pages {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-nav {
  background: #fff;
  padding: 1rem 0;
  position: sticky;
  width: 100%;
  z-index: 999;
}

.navbar-nav {
  justify-content: space-evenly;
  width: 70% !important;
  margin: 0 auto;
}

.navbar .navbar-brand img {
  width: 245px !important;
}

.navbar .nav-link.active {
  position: relative;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  width: 60%;
  top: 100%;
  left: 20%;
  border-bottom: 4px dotted #fff;
}

/* .navbar-light .navbar-toggler-icon {
   background-image: url(../images/Group\ 67653.png);
} */
.navbar .icons > li.top-nav-user {
  position: relative;
}

.navbar .icons > li > a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}

.navbar .icons > li > a.active > i {
  background-color: #fff;
  color: var(--main-color);
}

.navbar .icons a i {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  color: var(--secondry-color);
}

.navbar .quantity-num {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
  background-color: var(--main-color);
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.navbar .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;

  /* transform: translateX(-50%); */
  min-width: 140px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 9999;
}

.navbar .sub-menu > button,
.sub-menu > a {
  padding: 15px;
  display: block;
  text-align: center;
  white-space: nowrap;
  color: var(--main-color);
  transition: all 0.3s;
  background-color: transparent;
  color: var(--main-color) !important;
  position: relative;
}

.navbar .sub-menu > button:not(:last-child),
.sub-menu > a:not(:last-child) {
  border-bottom: 1px solid var(--light);
}

.navbar .sub-menu > button:hover,
.sub-menu > a:hover {
  background-color: rgba(1, 149, 114, 0.6);
  color: #fff !important;
}

.navbar .aqar-button {
  background: linear-gradient(
    to right,
    var(--secondry-color) 50%,
    var(--main-color) 50%
  );
  padding: 5px 30px;
}

/* li.top-nav-user .sub-menu a.active::after{
   content: "";
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
   border: 1px solid var(--main-color);
} */
.icons > li.top-nav-user:hover .sub-menu {
  display: block;
}

.breadcrumb h6 {
  line-height: inherit;
}

/* ----------------- home page ----------------- */

/* header section */
header {
  height: 92vh;
}

header main {
  background: #00000060;
}

.build-options .icon {
  width: 45px;
  height: 45px;
  background: #ffffff20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin: 2rem 0;
}

.place {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  cursor: pointer;
}

.build-options input:checked + .place .icon {
  background: var(--main-color) !important;
}

.header-content {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.header-content h2 span {
  font-weight: 700;
  color: var(--secondry-color);
}

.classification {
  padding: 10px;
  background: rgba(256, 256, 256, 0.3);
  border-radius: 5px;
}

.classification-content {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}

.classification-content .form-control {
  margin-inline-end: 6px;
  padding: 10px;
}

.classification-content .form-select,
.classification-content .nice-select {
  border: 1px solid #ced4da;
  color: #12111196 !important;
  height: 46px;
}

.classification-content .btn {
  margin-right: 3px;
  padding: 10px 35px;
}

/* ------side-menu-classification------ */

.side-menu-classification {
  position: fixed;
  top: 0;
  inset-inline-start: -250px;
  width: 250px;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  padding: 100px 10px;
  transition: all 0.3s;
}

.side-menu-classification.show {
  inset-inline-start: 0;
}

.toggle-side-menu-classification {
  position: absolute;
  top: 250px;
  inset-inline-start: 100%;
  color: #fff;
  padding: 9px;
  background-color: var(--secondry-color);
  font-size: 26px;
  border-radius: 5px 0 0 5px;
  display: none;
  line-height: 6px;
  z-index: 100;
}
html[lang='en'] .toggle-side-menu-classification{
    border-radius: 0 5px 5px 0;
}
.toggle-side-menu-classification:hover {
  color: #fff;
}

.close-side-menu-classification,
.close-side-menu-classification:hover {
  position: absolute;
  top: 15px;
  inset-inline-end: 20px;
  cursor: pointer;
  /* color: var(--dark); */
  transition: all 0.5s;
}

.side-menu-classification .side-menu-classification-content {
  display: flex;
  flex-direction: column;
}

.side-menu-classification .side-menu-classification-content .form-select {
  margin: 15px 0;
}

.side-menu-classification .side-menu-classification-content .form-control {
  margin-bottom: 15px;
}

.side-menu-classification .side-menu-classification-content .btn {
  width: 100%;
  background-color: var(--secondry-color);
  margin-top: 30px;
  color: #fff !important;
  padding: 0.75rem;
}

/* ----- side-menu-classification ends------ */

/* ------ services section ------ */
.service {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.services .service {
  position: relative;
  padding: 3rem 1rem;
  height: 100%;
  text-align: center;
}

.services .service .serv-icon {
  background: var(--main-color);
  color: #fff;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 5px;
  font-size: 22px;
  /* margin:0px 10px 35px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.services .service .serv-hover {
  position: absolute;
  right: 0%;
  bottom: 0%;
  left: 0%;
  height: 10px;
  z-index: 0;
  background-color: var(--main-color);
  transform-origin: top right;
}

.services .service .serv-data {
  position: relative;
  z-index: 1;
  transition: 0.1s;
}

.services .service:hover .serv-data {
  color: #fff;
}

.services .service:hover .serv-icon {
  color: var(--main-color);
  background: #fff;
  /* padding: .39rem; */
  /* font-size: 30px; */
  /* scale: (1.3); */
  /* margin-bottom: 15px; */
}

.services .service:hover .serv-hover {
  height: 100%;
}

/* ------ steps section ------ */
.steps {
  padding-top: 100px !important;
}

.steps .img-rotate img {
  transform: perspective(400px) rotateY(-6deg);
  transition: 0.5s;
}

.steps .img-rotate:hover img {
  transform: perspective(400px) rotateY(6deg);
}

.steps ol {
  counter-reset: list;
  list-style: none;
  margin-top: 2rem;
}

.steps ol li {
  counter-increment: list;
  margin-bottom: 35px;
  position: relative;
  display: flex;
  align-items: center;
}

.steps ol li > div {
  width: calc(100% - 80px);
}

.steps ol li:last-child {
  margin-bottom: 0px;
}

.steps ol li::before {
  content: counter(list);
  font-family: Arial, sans-serif;
  color: #53bf89;
  font-size: 26px;
  text-align: center;
  border-radius: 10px;
  border: 1px dotted #53bf89;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.3em;
  display: inline-block;
  margin-inline-end: 1em;
  background: #fcfcfc;
}

.steps ol li:hover::before {
  content: counter(list);
  background: #53bf89;
  font-family: Arial, sans-serif;
  color: #fff;
}

.steps ol li::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  inset-inline-start: 27px;
  border-inline-end: 0.5px dotted #53bf89;
  height: 100%;
  margin: 2px 0px;
  z-index: -1;
}

.steps ol li:last-child::after {
  content: "";
  border: none;
}

/* ------ aqar-rental section ------ */
.aqar-rental .img-rotate div {
  transform: perspective(400px) rotateY(5deg);
  transition: 0.5s;
}

.aqar-rental .img-rotate:hover div {
  transform: perspective(400px) rotateY(-5deg);
}

.aqar-rental .img-rotate .tags {
  z-index: 9999;
  color: #fff;
  padding: 0.69rem 2.2rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 12px;
  width: max-content;
}

/* ------ our-estates section ------  */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font: inherit;
  width: 30px;
  height: 30px;
  line-height: 5px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  font-size: 25px;
  color: #cccccc;
  transition: all 0.3s;
}

.owl-carousel .owl-nav button:hover {
  border: 1px solid var(--secondry-color) !important;
  color: #fff !important;
  background-color: var(--secondry-color) !important;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  display: flex;
}

.our-estates .card .card-footer {
  border: none;
  background-color: transparent;
  padding: 0.5rem 1rem 1rem;
}

.our-estates-headline h5,
.our-country-headline h5 {
  font-size: 1.8rem;
}

.our-estates .owl-nav {
  position: absolute;
  top: -7.4rem;
  left: 1rem;
}

.our-estates .owl-nav button.owl-next {
  margin-right: 5px;
}

.our-estates .owl-nav button.owl-prev {
  margin-left: 5px;
}

.our-estates .card {
  background-color: #f6f6f6;
  border: none;
  border-radius: 15px;
  height: 100%;
  padding-top: 1rem;
}

.our-estates .card .card-body {
  padding-bottom: 0;
}

.our-estates .card:hover .card-hover {
  opacity: 1;
  /* transform: scale(1,1); */
}

.our-estates .card-img {
  overflow: hidden;
  position: relative;
  width: calc(100% - 2rem);
  margin: auto;
}

.our-estates .card-img-top {
  border-radius: 15px;
  height: 210px;
  object-fit: cover;
}

.our-estates .card-hover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  /* margin: 1rem; */
  margin-bottom: 0%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  opacity: 0;
  /* transform: scale(.1,.1); */
}

.our-estates .card-hover .icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.our-estates .card-hover .icons:hover {
  color: var(--main-color);
  background-color: #fff;
}

.our-estates .badge {
  position: absolute;
  top: 0;
  inset-inline-end: -50%;
  padding: 15px 80px;
  text-align: center;
  background: var(--secondry-color);
  transform: translate(50%, 50%) rotateZ(314deg);
  font-size: 16px;
}
html[lang='en'] .our-estates .badge {
    transform: translate(-50%, 50%) rotateZ(-314deg);
}

/* ------ our-country section ------ */
.our-country .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.our-country .owl-nav {
  position: absolute;
  top: -7.4rem;
  left: 1rem;
}

.our-country .owl-nav button.owl-next {
  margin-right: 5px;
}

.our-country .owl-nav button.owl-prev {
  margin-left: 5px;
}

.our-country .card {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid rgb(204, 204, 204, 0.1);
}

.our-country .card .card-img-top {
  height: 40vh;
}

.our-country .card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--secondry-color);
  font-size: 20px;
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.arrow:hover {
  background-color: var(--secondry-color);
  color: #fff;
  transform: rotate(0deg);
}

/* ------ counter section ------ */
.counters {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.counters img {
  width: 50px;
}

.count-icon {
  background-color: white;
  border-radius: 8px;
  width: 65px;
  height: 65px;
  text-align: center;
  box-shadow: 0px 0px 50px 0px rgb(67 67 67 / 25%);
}

.count-icon i {
  line-height: 1.6;
  font-size: 40px;
  color: #0c65ed;
}

.count-txt {
  padding: 15px 0px 5px;
}

.count-txt h4 {
  color: #575757;
  font-size: 25px;
  font-weight: bold;
  margin-top: 12px;
}

/* ------------- client-comment --------------- */
.client-comment {
  background-color: rgba(1, 149, 114, 0.03);
}

.client-comment .owl-nav {
  position: absolute;
  display: flex;
  width: 106%;
  right: -3%;
  top: 40%;
  align-items: center;
  justify-content: space-between;
}

.client-comment .card-img-top {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
}

.user-comment {
  display: flex;
  border: none;
  padding: 1.3rem 0.5rem;
  border-bottom: 0.5px solid #acacac57;
  border-radius: 10px;
}
.user-comment h5{
    margin-bottom : 0 !important;
}
.product-heading {
  padding-inline-start: 1rem;
  margin: 0;
  position: relative;
  line-height: 2.2;
}

.product-heading::before {
  content: "";
  position: absolute;
  inset-inline-start: 0%;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--secondry-color);
}

/* ------------- sendMail --------------- */
.sendMail {
  background-color: rgba(1, 149, 114, 0.1);
  border-radius: 10px;
  padding: 1.5rem 2rem;
}

.sendMail form {
  background-color: #fff;
  padding: 0.75rem;
  border-radius: 10px;
}

.sendMail form .btn {
  background-color: var(--secondry-color);
  color: #fff;
  padding: 0.75rem 2.5rem;
  /* font-weight: 600; */
  border-radius: 5px;
}

.sendMail form .btn:hover {
  background-color: var(--main-color);
}

/* ------------- footer --------------- */
footer ul li {
  margin: 12px 0;
}

footer ul li a {
  color: #404040;
}

footer li a:hover {
  color: var(--secondry-color);
}

footer .ln {
  width: 30px;
  padding: 1.5px;
  background-color: var(--secondry-color);
  margin-top: 5px;
  margin-bottom: 25px;
}

footer .social {
  display: flex;
  gap: 15px;
}

footer .social i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #469d8f20;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: 19px;
}

footer .social div:hover i {
  color: var(--secondry-color) !important;
}

footer .subscribe .input-group {
  border: 1px solid #2160b2;
  border-radius: 11px;
  overflow: hidden;
}

footer .subscribe .input-group .input-group-text {
  color: var(--secondry-color);
  background-color: #fff;
  border: unset;
}

footer .sub-footer {
  /* padding: 10px; */
  padding-bottom: 1rem;
  font-size: 14px;
}

footer .sub-footer img {
  filter: brightness(0) invert(1);
  width: 130px;
  object-fit: scale-down;
  margin: 0 10px;
}

/* ----------------------------------- contactUs page --------------------------------------- */
.contactUs .contact-data .bg-main-color {
  border-radius: 15px;
}

.contactUs .contact-data .contact-info a {
  color: white !important;
  margin-right: 10px;
  line-height: 20px;
  font-size: 15px;
}

.contactUs .contact-data .contact-info ul li {
  margin: 30px 0;
  display: flex;
}

.contactUs .contact-data .contact-info ul li i {
  margin-inline-end: 14px;
  margin-top: 5px;
  font-size: large;
}

.contactUs .contact-data .social {
  display: flex;
  justify-content: space-between;
}

.contactUs .contact-data .social div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  line-height: 0;
  align-items: center;
}

.contactUs .contact-data .social div a {
  color: var(--main-color);
  font-size: 18px;
}

/* form */
.contactUs .contact-form {
  border-radius: 20px;
  background-color: #fcfcfc;
}

.contactUs .contact-form label {
  padding: 0px 20px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.contactUs .contact-form .form-control {
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.contactUs .contact-form .form-control::placeholder {
  color: #848484;
  font-size: small;
}

/* ----------------- profile page ----------------- */

.profile .personal-title,
.profile .log-out {
  background-color: var(--secondry-color);
  color: #fff;
  margin: 0px 0px 10px 0px;
  border-radius: 20px 20px 0px 0px;
  padding: 1.3rem 1rem !important;
}

.profile .nav .nav-link i {
  color: #404040;
  font-size: 19px;
}

.profile .log-out {
  border-radius: 0px 0px 20px 20px;
  border: none;
}

.profile .nav .nav-link {
  background-color: #fff;
  border-radius: 0px;
  color: #404040;
  padding: 1.2rem;
  text-align: right;
  margin: 10px 0px;
  /* position: relative; */
  overflow: hidden;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.profile-nav-sm {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: var(--main-color);
  padding: 3%;
  margin-bottom: 25px;
}

.profile-nav-sm img.btn {
  width: 60px;
}

/* active link */
.profile .nav .nav-link.active {
  position: relative;
  color: #1a1a1a;
  font-weight: bold;
  background-color: #2160b210;
}

.profile .nav .active::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 4px;
  height: 100%;
  background-color: var(--secondry-color);
}

.profile .nav .nav-link.active i {
  color: var(--main-color);
}

/* profile data col */
.profile .profile-data .profile-pic-icon {
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  background-color: rgba(3, 121, 64, 0.4);
  color: #fff;
  font-size: xx-large;
  border-radius: 0.35rem;
  transition: 0.2s;
}

.profile .profile-data .profile-pic {
  width: 25%;
  border-radius: 20px;
  overflow: hidden;
  height: 198px;
  margin-bottom: 36px;
  border-radius: 0.5rem;
}

.profile .profile-data .profile-pic img {
  object-fit: cover;
  height: 100%;
}

.profile .profile-data .profile-pic input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.profile .profile-data .profile-pic:hover .profile-pic-icon {
  opacity: 1;
}

.profile .profile-data p {
  color: #404040;
  font-weight: 500;
}

.profile .profile-data .bi-pencil-fill {
  color: #b2b2b2;
  position: absolute;
  top: 33%;
  left: 3%;
  cursor: pointer;
}

/* p_compare */
.compare-wrapper {
  max-width: 1200px;
  position: relative;
}

.compare-scroller {
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 5px;
  width: 100%;
}

.compare-table img {
  width: 150px;
  height: 100px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  margin: auto;
}

.compare-table .del-item {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
  color: #747474;
  background: transparent;
  margin: auto;
}

.compare-wrapper .compare-table th {
  color: var(--secondry-color);
  padding: 1.5rem 0.5rem !important;
}

.compare-wrapper .compare-table td,
.compare-wrapper .compare-table th {
  border: none !important;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0.5rem;
  background-color: transparent;
}

.compare-wrapper .compare-table td,
.compare-wrapper .compare-table th {
  border-bottom: 20px solid #fcfcfc !important;
}

.compare-wrapper .compare-table td.e_price {
  color: var(--secondry-color);
}

.compare-wrapper .compare-table tr:nth-of-type(even) td,
.compare-wrapper .compare-table tr:nth-of-type(odd) th {
  background: #fff;
  overflow: hidden;
}

.compare-wrapper .compare-table tr th:first-child,
.compare-wrapper .compare-table tr td:first-child {
  border-radius: 0 20px 20px 0;
}

html[lang="en"] .compare-wrapper .compare-table tr th:first-child,
html[lang="en"] .compare-wrapper .compare-table tr td:first-child {
  border-radius: 20px 0 0 20px;
}

.compare-wrapper .compare-table tr th:last-child,
.compare-wrapper .compare-table tr td:last-child {
  border-radius: 20px 0 0 20px;
}

html[lang="en"] .compare-wrapper .compare-table tr th:last-child,
html[lang="en"] .compare-wrapper .compare-table tr td:last-child {
  border-radius: 0 20px 20px 0;
}

/* Phone */
@media screen and (max-width: 768px) and (min-width: 320px) {
  .compare-table tbody td {
    font-size: 15px;
  }

  .compare-table img {
    display: block;
    max-width: 100px;
    min-width: 90px !important;
    height: 70px !important;
  }
}

/* p_eatates */
.profile .p_estates .card-footer {
  margin-top: 0.5rem;
}

.profile .p_estates .card-footer button,
.profile .p_estates .card-footer a {
  border-radius: 8px;
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  z-index: 9;
}

.profile .p_estates .card-footer .e_edit {
  background: #fff;
  color: var(--main-color);
}

.profile .p_estates .card-footer .e_delete {
  background: #e1e1e1;
  color: #ff0000;
}

/* e_orders */
.e_orders .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #0054925c;
  border-radius: 14px;
  padding: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}

.e_orders .card .card-img-top {
  width: 220px;
  height: 130px;
  border-radius: 13px;
}

.e_orders .card .card-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: transparent;
  border: none;
}

.e_orders .card > * {
  padding: 0;
}

.e_orders .card .card-footer > *,
.cp_orders .card .card-footer > * {
  background: #c8c8c8 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 0.5rem 2rem;
}

.e_orders .card .card-footer .ord_edit,
.cp_orders .card .card-footer .ord_edit {
  background: var(--main-color);
  color: #fff;
}

.e_orders .card .offers-count {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--secondry-color);
  margin-top: 1rem;
  font-weight: bold;
  font-size: 17px;
}
/* cp_orders */

.cp_orders .card-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.cp_orders .card-footer {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cp_orders .card .card-footer > * {
  padding: 0.65rem;
  text-align: center;
  background: transparent;
}

/*  */
.receipt img {
  object-fit: cover;
  max-height: 300px;
  border-radius: 10px;
}

.form-addbuilder .title {
  background-color: var(--secondry-color);
  color: #fff;
  border-radius: 5px;
  margin: 1.5rem 0;
}

.form-addbuilder .title-input {
  width: 220px;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #aaaaaa29;
  position: relative;
}

.form-addbuilder .title-input::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  inset-inline-end: -4%;
  background: #fff;
  transform: rotate(312deg);
  box-shadow: -5px -4px 5px #aaaaaa29;
  top: 34%;
  z-index: -1;
}

html[lang='en'] .form-addbuilder .title-input::before{
    transform: rotate(-312deg);
    box-shadow: 5px -4px 5px #aaaaaa29;
}
.input-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-addbuilder .data-input {
  width: calc(100% - 300px);
  display: flex;
}

.form-addbuilder .data-input .contant-input {
  /* width: 150px; */
  padding: 12px 3rem;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 9px;
  margin-inline-end: 20px;
  text-align: center;
}

.form-addbuilder .data-input .select-input,
.form-addbuilder .data-input .nice-select {
  width: 65%;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 5px;
  /* display: inline-block !important; */
}

.form-addbuilder .data-input .nice-select {
  height: 57px;
  padding: 0 15px;
}

.form-addbuilder .data-input .nice-select span {
  line-height: 4;
}

/* .form-addbuilder .data-input .contant-input .text-input {
   padding-bottom: 13px;
} */

.form-addbuilder input[type="radio"] {
  appearance: none;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 3px;
  background-clip: content-box;
  border: 1px solid #919191;
  background-color: #919191;
  border-radius: 50%;
  margin-inline-start: 0;
}

.form-addbuilder input[type="radio"]:checked {
  border: 1px solid var(--secondry-color);
  background-color: var(--secondry-color);
}

.form-addbuilder .profile-pic {
  width: max-content;
  text-align: center;
}

.form-addbuilder .profile-pic img {
  border-radius: 5px;
  height: 250px;
}

.form-addbuilder .profile-pic #file,
.profile-pic #uploadBtn {
  display: none;
}

.form-addbuilder .profile-pic .profile-pic-icon {
  position: absolute;
  top: 0%;
  bottom: 0%;
  inset-inline-start: 0%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  border-radius: 50px 50px 50px 0;
  border: none;
  font-size: xx-large;
  transition: 0.2s;
  cursor: pointer;
}

.form-addbuilder .profile-pic:hover .profile-pic-icon {
  opacity: 1;
}

.form-addbuilder .mine {
  width: 30%;
  padding: 15px;
  border-radius: 6px;
  color: #fff;
  background: var(--secondry-color);
  font-size: 26px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.upload-wrapper .btn {
  line-height: 2;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__btn-box button {
  background-color: transparent;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: block;
  width: 100%;
  min-width: 116px;
  padding: 5px 1.5rem;
  border-radius: 4px;
  font-size: 17px;
  margin-top: 0.75rem;
}

.upload__btn-box .builder-option-name svg {
  color: #15ac8b;
  background: #edf6f3;
  width: 25px;
  height: 25px;
  padding: 20px;
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__btn-box ul li {
  position: relative;
  font-size: large;
  margin-bottom: 1rem;
}

.upload__btn-box ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 free";
  color: #fff;
  font-size: larger;
  background-color: #15ac8b;
  border-radius: 50%;
}
.upload__btn img {
  max-width: 80%;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: "\2716";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

/* ------------------ signForm page ------------------ */
.signForm {
  background-size: 100% 200%;
  background-repeat: no-repeat;
  padding-bottom: 180px;
}

.signForm .nice-select {
  height: 50px;
}

.signForm .form-control {
  padding: 0.75rem 2.5rem 0.75rem 0.5rem;
}
.signForm label{
   margin-bottom: .5rem;
}
.signForm i {
   position: absolute;
   top: 50%;
   transform: translatey(-50%);
   right: 0.85rem;
   font-size: 18px;
   z-index: 9;
}
.verify {
  display: flex;
  justify-content: center;
}
.verify input {
  margin: 0.5rem;
  text-align: center;
  font-size: 20px;
  border: solid 1px rgb(238, 236, 236);
  /* box-shadow: 0 0 5px rgb(233, 232, 232) inset; */
  outline: none;
  height: 40px;
  width: 50px;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  margin-bottom: 2rem;
}

.verify input::selection {
  background: transparent;
}
.verify {
  direction: ltr;
}

.notifi {
  background-color: #fff;
  position: relative;
  padding: 1.2rem;
  border-radius: 10px;
  color: #404040 !important;
  transition: 0s !important;
}

.notifi p {
  transition: 0.01ms !important;
}

.notifi:hover {
  background-color: var(--main-color);
  color: #fff !important;
}

.notifi.active {
  background-color: var(--main-color);
  color: #fff !important;
}

.notifi a {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}

.notifi img {
  width: 45px;
  height: 45px;
  padding: 5px;
  box-shadow: 0px 3px 12px 0px #01957238;
  border-radius: 50%;
  background-color: #fff;
}

.cut-text {
  text-overflow: unset;
  overflow: hidden;
  white-space: nowrap;
  margin: 0%;
}

/* ----------- chat page--------------- */

.chat .notifi {
  margin: 0 1rem;
}

.search-inp .btn-search {
  transform: rotateY(180deg);
  position: absolute;
  top: 6px;
  inset-inline-end: 0.3rem;
  color: #575757 !important;
  z-index: 4;
  box-shadow: none !important;
  background-color: #fff;
}

.chat-box {
  height: 550px;
}

.chat-box .col {
  height: 100%;
  overflow-y: auto;
}

.chat-box .chat {
  height: calc(100% - 85px);
  overflow-y: auto;
}

.msg-header {
  padding: 0.75rem;
  background-color: #01957210;
  border-radius: 20px 20px 0px 0px;
}

.chat-box .msgs {
  height: 385px;
  overflow: auto;
  /* margin-top: 13px;
   margin-bottom: 4rem; */
  padding: 2rem 1.2rem;
}

.msg-item {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  width: 75%;
}

.msg-img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  min-width: 50px;
  overflow: hidden;
  margin-inline-end: 15px;
}

.msg-data {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  padding: 1.2rem 0.75rem;
  flex-grow: 1;
  color: #fff;
  font-size: 15px;
  width: calc(100% - 50px) !important;
  background-color: var(--main-color);
}

.msg-data span {
  position: absolute;
  top: calc(100% + 0.3rem);
  inset-inline-end: 0.5rem;
  font-size: 13px;
  color: #404040;
}

.msg-item.outer {
  flex-direction: row-reverse;
  margin-inline-start: 25%;
}

.msg-item.outer .msg-data {
  background-color: #01957210;
  color: #404040;
}

.msg-item.outer .msg-img {
    margin-inline-end: 0px;
    margin-inline-start: 15px;
}

.send-msg {
  padding: 0.75rem;
  background-color: #01957210;
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: calc(0% + 1rem);
}

.send-msg-btn {
  background-color: var(--secondry-color);
  color: #fff;
  width: 50px;
  height: 100%;
  margin-inline-start: 10px;
  font-size: large;
}

/* ----------- product-details --------------- */
.all {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}

.all .slider {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid var(--light);
  border-radius: 10px;
  position: relative;
}

.all .slider .owl-dots {
  display: none;
}

.all .slider .owl-nav {
  top: 45%;
  width: 94%;
  left: 3%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

.all .owl-carousel .owl-nav button.owl-next,
.all .owl-carousel .owl-nav button.owl-prev {
  font: inherit;
  width: 40px;
  height: 40px;
  line-height: 5px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  font-size: 25px;
  color: var(--main-color);
  transition: all 0.3s;
}

.all .slider:hover .left {
  visibility: visible;
  opacity: 1;
  left: 20px;
}

.all .slider:hover .right {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.all .slider .item-box {
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
  background-size: cover;
  border-radius: 10px;
}

.all .slider .item-box:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
}

.all .slider .left {
  position: absolute;
  z-index: 1;
  top: 167px;
  left: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: left ease 0.25s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url(http://svgshare.com/i/2V9.svg) top left;
}

.all .slider .left:hover {
  visibility: visible;
  opacity: 1;
  left: 20px;
  background: url(http://svgshare.com/i/2UW.svg) top left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.all .slider .left.nonl {
  left: -20px;
  opacity: 0;
  visibility: hidden;
}

.all .slider .right {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 167px;
  right: -20px;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  transition: right ease 0.25s;
  background: url(http://svgshare.com/i/2V9.svg) top left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.all .slider .right:hover {
  visibility: visible;
  opacity: 1;
  right: 20px;
  background: url(http://svgshare.com/i/2UW.svg) top left;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.all .slider .right.nonr {
  right: -20px;
  opacity: 0;
  visibility: hidden;
}

.all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
  display: none;
}

.all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 20px;
}

.all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.all .slider-two .item {
  transition: all ease 0.25s;
  height: 110px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 2px transparent;
  cursor: pointer;
  border-radius: 5px;
}

.all .slider-two .item.active {
  border: solid 1px var(--secondry-color);
  padding: 0.5rem;
}

.all .slider-two .owl-stage {
  padding: 15px 0 30px;
}

.all .slider-two .left-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  width: 35px;
  height: 35px;
  left: -40px;
  background-color: #2b2b2b;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
}

.all .slider-two .left-t:hover {
  background-color: var(--secondry-color);
}

.all .slider-two .left-t.nonl-t {
  left: -40px;
  opacity: 0;
  visibility: hidden;
}

.all .slider-two .right-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: -40px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  width: 35px;
  height: 35px;
  background-color: #2b2b2b;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
}

.all .slider-two .right-t:hover {
  background-color: var(--secondry-color);
}

.all .slider-two .right-t.nonr-t {
  right: -40px;
  opacity: 0;
  visibility: hidden;
}

.all .offer-badge {
  position: absolute;
  left: 0;
  top: 0;
}

.all .offer-badge span {
  left: 7px;
}

.all .slider .item-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.all .slider-two .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all .slider-two .right-t i,
.all .slider-two .left-t i {
  font-size: 20px;
  text-align: center;
  vertical-align: sub;
}

.purpose {
  padding: 10px 20px;
  margin-inline-start: 15px;
  color: var(--secondry-color);
  background-color: #2160b220;
  border-radius: 5px;
  font-size: 18px;
}

.description p {
  background: #fff;
  border-radius: 5px;
  padding: 2rem 1.5rem;
}

.description-comments {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.description-comments p {
  font-size: 12px;
  color: var(--gray);
  margin-bottom: 15px;
}

.rate-percentage {
  font-size: 16px;
  width: 100%;
}

.description-comments .full-rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.description-comments .full-rate span:first-child {
  font-size: 60px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1;
}

.description-comments .full-rate span:last-child {
  font-size: 12px;
  color: var(--gray);
}

.user-comment-container {
  padding: 20px 0 20px 20px;
  max-height: 400px;
  overflow: auto;
}

.user-comment .avatar {
  padding: 0 15px;
}

.user-comment .avatar img {
  width: 70px;
  border-radius: 50%;
}

.description-comments .comment-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.your-comment {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.your-comment textarea {
  resize: none;
}

.your-comment button {
  background-color: #060055;
  padding: 10px 60px;
  color: white;
  border-radius: 5px;
}

.details i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  margin-inline-end: 15px;
  color: var(--main-color);
  background-color: rgba(1, 149, 114, 0.1);
  border-radius: 5px;
}

/* ------ */

.filter {
  height: fit-content;
  background-color: #fff;
  border-radius: 20px;
  border: 0.30000001192092896px solid #b5b5b54a;
  padding: 1rem 0;
}

.filter .accordion-button {
  font-weight: bold;
}

.filter .input-group {
  border: 0.30000001192092896px solid #b5b5b54a;
  border-radius: 10px;
  width: calc(100% - 36px);
  margin: auto;
}

.filter .input-group:focus-within {
  border-color: var(--secondry-color);
}

.filter .input-group * {
  border: none;
  background: transparent;
}

.accordion-item .accordion-body ul li {
  padding: 15px 0px;
  border-bottom: 0.3px solid #ede9e9;
}

.accordion-flush .accordion-item {
  border: 0;
  margin-bottom: 1rem;
}

.accordion-item,
.accordion-button {
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: initial;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

/* - */
.accordion-button::after {
  background-image: none !important;
  content: "+";
  position: absolute;
  inset-inline-end: 1rem;
  font-size: 25px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  vertical-align: sub;
  line-height: 1;
  border: 0.30000001192092896px solid #b5b5b54a;
}

/* - */
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "-";
}

.middle {
  margin: 10px 20px;
}

.middle .slider-container {
  position: relative;
}

.middle .slider-container .bar {
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 10px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(236, 232, 232, 0.5);
  overflow: hidden;
}

.middle .slider-container .bar .fill {
  display: block;
  width: 0;
  height: 100%;
  background-color: var(--secondry-color);
}

.middle .slider-container .slider {
  position: relative;
  z-index: 4;
  -webkit-appearance: none;
  width: 100%;
  height: 22px;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
}

.middle .slider-container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background-color: var(--secondry-color);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 0 var(--secondry-color);
  transition: 0.3s ease-in-out;
}

.priceRange {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.filter .btn {
  background-color: var(--secondry-color);
  color: #fff;
  display: block;
  width: calc(100% - 2rem) !important;
  margin: 3rem auto;
  padding: 0.5rem 0;
  line-height: normal;
}

.offcanvas {
  z-index: 9999;
}

#filter {
  position: fixed;
  top: 50%;
  right: 0;
  color: #fff !important;
  background-color: var(--secondry-color);
  padding: 0.5rem 1rem;
  border-radius: 5px 0px 0px 5px;
  display: none;
  z-index: 99;
}

.form-check-input {
  width: 1.3rem;
  height: 1.3rem;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: var(--secondry-color);
  border-color: var(--secondry-color);
}

.filter .form-check {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  min-height: 1.5rem;
  padding: 0 !important;
  margin-bottom: 0.125rem;
}

.filter .form-check label {
  width: 100%;
}

.estate-display {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-data .nav-link {
  line-height: 0;
  padding: 0.625rem 0.7rem;
  font-size: 20px !important;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background: #f8f9fa;
  color: #575757 !important;
}

.filter-data .nav-link.active {
  border: 1px solid var(--main-color);
  color: var(--main-color) !important;
}

.filter-data .our-estates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.filter-data .our-estates .card {
  background: #fff;
}

.filter-data .our-estates.single {
  display: grid;
  grid-template-columns: 1fr;
}

.filter-data .our-estates.single .card {
  flex-direction: row;
  padding: 1rem;
  align-items: center;
}
.filter-data .our-estates.single .card-title {
  margin: 0.5rem 0 1rem 0;
}

.filter-data .our-estates.single .card-img {
  width: 40%;
}

/* ------ policy ----------- */

.privacy .heading {
  margin-bottom: 30px;
}

.privacy .heading > span {
  width: 44px;
  height: 44px;
  line-height: 0%;
  color: #fff;
  background: var(--secondry-color);
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.privacy .heading > h5 {
  font-size: 20px;
  font-weight: 500;
}

.privacy {
  margin: 50px 0px;
  line-height: 2;
}

.privacy p {
  padding: 0.5rem 1.5rem;
}

.articles .item .card {
  border: none;
  background-color: var(--ultra-lite);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.articles .item .card .card-body {
  padding: 1rem 1rem 2rem;
}

.articles .item .card .card-body .card-title {
  font-size: 20px;
  margin: 1.5rem 0;
}

.articles .item .card .card-title {
  color: var(--dark);
  transition: all 0.3s;
}

.articles .item .card:hover .card-title {
  color: var(--sky);
}

.articles .item .card:hover {
  transform: translateY(-10px);
}

.articles .item .card .card-body p {
  font-size: 16px;
  color: var(--mid-dark);
}

.articles .item .card .card-body > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.articles .item .card .card-body > ul > li {
  padding: 1px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-left: 1px solid #7a7a7a;
  color: #7a7a7a;
}

.articles .item .card .card-body > ul > li:last-child {
  border-left: 0px solid #7a7a7a;
}

.articles .item .card .card-body > ul > li i {
  margin-left: 5px;
  color: var(--main-color);
  line-height: 0;
}

.single-item-page {
  margin-bottom: 250px;
}

.single-item-page .item-details {
  margin-bottom: 6rem;
}

.single-item-page .item-details .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 3rem;
}

.single-item-page .item-details .item-title h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  position: relative;
  color: var(--secondry-color);
}

.single-item-page .item-details .item-title h4::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--secondry-color);
  border-radius: 5px;
}

.single-item-page .item-details .item-title span > svg {
  color: var(--main-color);
}

.single-item-page .item-details img {
  border-radius: 15px;
  margin-bottom: 2rem;
  width: 100%;
  object-fit: cover;
  max-height: 400px;
}

.single-item-page .item-details .article-title ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.single-item-page .item-details .article-title > ul > li {
  padding: 1px 1.5rem;
  display: flex;
  align-items: center;
  font-size: 17px;
  border-left: 1px solid var(--lite);
  color: var(--mid-dark);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.single-item-page .item-details .article-title > ul > li:last-child {
  border-left: 0px solid var(--lite);
}

.single-item-page .item-details .article-title > ul > li > i {
  margin-left: 10px;
  color: var(--sky);
  line-height: 0;
}

.single-item-page .item-details .article-title {
  flex-direction: column;
  align-items: flex-start;
}

.side-other-items h5 {
  font-size: 26px;
  font-weight: 600;
  color: var(--mid-dark);
}

.side-other-items .input-box {
  margin: 2rem 0 3rem;
  position: relative;
}

.side-other-items .input-box input {
  background: var(--ultra-lite);
  padding-left: 60px;
}

.side-other-items .input-box input:focus {
  background: var(--ultra-lite);
  margin: 2rem 0 3rem;
  border: 1px solid var(--lite);
}

.side-other-items .input-box button {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: calc(100% - 2px);
  background: var(--ultra-lite);
  font-size: 22px;
  color: var(--mid-dark);
  border-radius: 5px;
}

.side-other-items .items-container {
  font-size: 26px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 2rem;
}

.side-other-items .items-container h4 {
  font-size: 26px;
  font-weight: 600;
  color: var(--main-color);
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}

.side-other-items .items-container h4::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--main-color);
  border-radius: 5px;
}

.side-other-items .items-container .item {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.side-other-items .items-container .item:hover {
  background: var(--main-color);
}

.side-other-items .items-container .item:hover p {
  color: #fff !important;
}

.side-other-items .items-container .item img {
  width: 30%;
  height: 80px;
  margin-left: 1rem;
  border-radius: 10px;
}

.side-other-items .items-container .item p {
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s;
}

/* common que page */
.question .accordion-item {
  border: 1px solid #e9e9e9;
  border-radius: 10px !important;
}

.question .accordion-item .accordion-button {
  border-radius: 10px !important;
  padding: 18px 40px;
  font-size: 20px;
  color: var(--main-color);
}

.question .accordion-item .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.question .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.question .accordion-item .accordion-button:not(.collapsed)::after {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 16px;
  line-height: 1.8;
}

.question .accordion-item .accordion-body {
  padding: 0 35px 35px 45px;
}

/* condition page */
.condition .heading {
  margin-bottom: 2rem;
}

.condition .heading h5 {
  margin-bottom: 0;
  color: var(--secondry-color);
}

.condition .heading span {
  width: 45px;
  height: 45px;
  color: #fff;
  background: var(--secondry-color);
  font-size: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline-end: 10px;
  font-size: 22px;
  line-height: 0;
}

.condition li {
  padding-inline-start: 30px;
  position: relative;
  margin: 1rem 0;
  line-height: 1.9;
}

.condition li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--main-color);
  border-radius: 4px;
  inset-inline-start: 0;
  top: 0%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.company-profile > img {
  width: 100%;
  filter: brightness(0.65);
  height: 330px;
}

.company-data {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.comp_info {
  width: calc(100% - 205px);
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  margin-top: 1rem;
}
.c_info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c_info .purpose {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 25px;
}

.company-link {
  background: #e0e0e1 0% 0% no-repeat padding-box;
  border-radius: 31px;
  color: var(--main-color);
  padding: 0.25rem 1rem;
  display: inline-block;
  margin: 1rem 0;
}

.company-data .company-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  /* padding: 1rem; */
  overflow: hidden;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #edf5f2;
  transform: translate(0px, -75px);
}

.company-data .company-img img {
  border-radius: 50%;
  width: 100%;
}
.comment-count {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #777777;
}

/* ------------- media --------------- */

@media (max-width: 991.8px) {
  header {
    height: 60vh;
  }

  .main-nav > .container {
    justify-content: start;
  }

  .steps .img-rotate img {
    transform: perspective(0px) rotateY(0deg);
  }

  .steps .img-rotate:hover img {
    transform: perspective(0px) rotateY(0deg);
  }

  .aqar-rental .img-rotate div {
    transform: perspective(0px) rotateY(0deg);
  }

  .aqar-rental .img-rotate:hover div {
    transform: perspective(0px) rotateY(0deg);
  }

  .navbar-collapse.show {
    background-color: var(--main-color);
    border-radius: 10px;
    padding: 2rem 1rem;
  }

  .navbar-collapse.show .navbar-nav {
    width: max-content !important;
    margin: 15px;
  }

  .navbar-collapse.show .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .navbar-collapse.show .navbar-nav .nav-link,
  #lang {
    color: #fff !important;
  }

  .navbar-collapse.show .navbar-nav .nav-link.active::after {
    content: "";
    width: 80%;
    left: 20%;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .our-country .card .card-img-top {
    height: 30vh !important;
  }

  .client-comment .owl-nav {
    width: 20%;
    right: 40%;
    top: 98%;
  }

  .profile .row .profile-data .profile-pic {
    width: 45% !important;
    background-color: #060055;
  }

  .profile .profile-data .my-aqars .card {
    flex-direction: column;
  }

  .profile .profile-data .my-aqars .card .card-img {
    width: 100%;
  }

  .profile .profile-data .my-aqars .card .card-img .card-img-top {
    height: 200px;
  }

  .profile .profile-data .my-aqars .card .card-body p.secondry-color + div {
    padding: 1rem 0rem;
  }

  .profile .profile-data .my-aqars .card .delete {
    padding: 0.5rem;
  }

  .filter-data .nav-tabs {
    display: none;
  }
  .estate-display {
    display: none;
  }
  .filter-data .our-estates {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .chat-box {
    height: auto;
  }

  .chat-box .chat {
    height: 100px;
    overflow-y: auto;
  }
  .contant-input .text-input {
    width: max-content;
  }
  .e_orders .card {
    flex-direction: column;
  }
  .e_orders .card .card-img-top {
    width: 100%;
    height: 165px;
  }
  .e_orders .card .card-footer {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .our-estates .owl-nav {
    top: -8.4rem;
  }

  .our-country .owl-nav {
    top: -8.4rem;
  }

  .img-rotate img {
    height: 550px !important;
  }
}

@media (max-width: 767.8px) {
  .profile .row .profile-nav {
    display: none;
  }
}

@media (max-width: 576px) {
  .navbar a {
    font-size: inherit;
  }

  .img-rotate img {
    height: 315px !important;
  }

  .classification {
    display: none;
  }

  /* .steps ol li::before {
      width: 3.2em;
   }

   .steps ol li::after {
      content: '';
      right: 23px;
   } */

  .our-country .card .card-img-top {
    height: 35vh !important;
  }

  .sendMail form .btn {
    padding: 0.75rem;
  }

  .icons a i {
    width: 30px;
    height: 30px;
    margin: 4px;
  }

  .quantity-num {
    top: 0px;
    left: 0px;
  }

  .w-75 {
    width: 90% !important;
  }
  .filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .filter {
    display: block;
    width: 400px;
    transform: translate(400px);
    max-width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
    transition: 0.3s;
  }
  .filter.filter-toggle {
    transform: translate(0);
  }

  #filter {
    display: block;
  }

  .chat-box .col .msgs {
    height: 400px;
  }
  .estate-title {
    flex-direction: column !important;
    gap: 10px;
  }
  .estate-title h4 {
    font-size: 19px;
  }
  .purpose {
    padding: 8px 18px;
    margin-right: 8px;
    font-size: 16px;
  }
  .form-addbuilder .title-input {
    width: 150px;
  }
  .form-addbuilder .data-input {
    width: calc(100% - 180px);
  }
  .form-addbuilder .data-input .select-input,
  .form-addbuilder .data-input .nice-select {
    width: 100%;
  }
  .data-input.d-flex {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 415px) {
  .helper-pages {
    gap: 6px;
    font-size: 14px;
  }

  .all .slider .item-box {
    height: 120px;
  }

  .all .slider .owl-nav {
    top: 22%;
    width: 100%;
    left: 1%;
  }

  .all .owl-carousel .owl-nav button.owl-next,
  .all .owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
  }

  .all .slider-two .item {
    height: 65px;
  }

  .all .slider-two .left-t {
    top: 30px;
  }

  .all .slider-two .right-t {
    top: 30px;
  }

  .navbar .icons a i {
    margin: 5px;
  }

  .navbar .quantity-num {
    top: 3px;
    inset-inline-end: 3px;
  }
  .company-data .company-img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    transform: translate(0px, -55px);
  }
  .company-data {
    gap: 15px;
  }
  .comp_info {
    width: max-content;
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 767.8px) {
  .profile-nav-sm {
    display: none;
  }
}

@media (max-width: 1050px) {
  header .classification,
  header .build-options {
    display: none;
  }

  .toggle-side-menu-classification {
    display: block;
  }
}

.side-menu-classification .build-options {
  flex-direction: column;
  gap: 15px;
  margin-top: 0;
  align-items: flex-start;
}

.side-menu-classification .place .icon {
  background: #3433332e;
}

.side-menu-classification .build-options input:checked + .place .icon {
  background: var(--main-color) !important;
}




html[lang="en"] body{
    direction: ltr;
}
html[lang="en"] .nice-select, html[lang="en"] .nice-select .list li {
    text-align: left !important;
    padding-left: 18px;
    padding-right: 30px;
}
html[lang="en"] .nice-select:after {
    left: unset;
    right: 12px;
}
html[lang="en"] .nav-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
}
html[lang="en"] .header-wrapper .header-video img.header-shape {
    left: -2px;
    transform: rotate(180deg);
}
html[lang="en"] .header-wrapper .header-video .play-icon, html[lang="en"] .header-wrapper .header-video .pause-icon {
    left: 10px;
    transform: translate(-50%, -50%); 
}
html[lang="en"] .header-wrapper .header-video .play-icon i, html[lang="en"] .header-wrapper .header-video .pause-icon i {
    transform: unset;
}
html[lang="en"] .header-wrapper .header-contant .search .search-wrapper .form-control {
    border-right: unset !important;
    border-left: 1px solid #D0735E !important;
    border-radius: 0 !important;
}
html[lang="en"] .Stars{
    transform: rotateY(180deg);
    direction: rtl;
}
html[lang="en"] .bi-arrow-left::before{
    transform: rotateY(180deg);
}
