@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900");
#header-login {
  height: 160px;
  width: auto;
  margin-top: 40px;
}
#header-text-h1 {
  color: aliceblue;
  margin-top: 40px;
  font-size: 6.3rem;
  font-weight: bolder;
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}
.k-none {
  display: none !important;
}
main {
  /* background-color: #212121 !important; */
  background-color: #ffffff !important;
  /* background-color: #c08b3c7e !important; */
}
#header-map {
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #93713e;
  height: 500px;
  margin: 0 auto;
}
.k-offer-section-properties {
  margin-top: 300px;
}
.projects-header {
  height: 30vh;
  padding-top: 100px;
  /* background-color: #002d74; */
}
.bg-1 {
  /* background-image: url("/login_page/static/src/img/project/0.jpg"); */
  /* background: linear-gradient(
        0deg,
        rgba(196, 160, 121, 0.527),
        rgba(196, 160, 121, 0.527)
      ),
      url("/login_page/static/src/img/project/0.jpg"); */
  background: linear-gradient(0deg, #ffffff7a, #002c7483),
    url("/login_page/static/src/img/project/ff.jpg");
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-2 {
  /* background-image: url("/login_page/static/src/img/project/0.jpg"); */
  /* background: linear-gradient(
        0deg,
        rgba(196, 160, 121, 0.527),
        rgba(196, 160, 121, 0.527)
      ),
      url("/login_page/static/src/img/project/0.jpg"); */
  background: linear-gradient(0deg, #ffffff7a, #002c7483),
    url("/login_page/static/src/img/project/0.jpg");
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* -webkit-mask-image: url("/login_page/static/src/img/mask-logo.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-attachment: fixed; */
}
.white-background {
  /* background: linear-gradient(0deg, #ffffff7a, #ffffff7a); */
  background: transparent;
}
.inner-project-container {
  margin-top: 80px;
  margin-bottom: 80px;
}
.k-offer-section {
  min-height: 100vh;
}
.k-placeholder {
  margin-top: 100px;
}
.search-buttons-wrapper {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.search-button-inner-section:first-child {
  margin-right: 0px;
}

.search-button-inner-section {
  margin: 10px;
}
.search-button-inner-section .active {
  background-color: #315ca1c5;
  color: white;
}
.search-button-inner-section button {
  border: 1px solid #315ca1c5;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  max-width: max-content;
  z-index: 0;
  font-weight: 500;
  min-width: 115px;
}
.search-button-inner-section button:hover {
  color: white;
}
.search-button-inner-section button::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgb(241, 210, 125), rgb(206, 171, 74));
  /* button color */
  /* background: linear-gradient(to right, #315ca1c5, #7e9ac9c5, #315ca1c5); */
  /* logo color */
  /* background: linear-gradient(to left, #91703d, #b38a3a, #cd9c50); */
  /* button color without gradient */
  /* background-color: #315ca1c5; */
  height: 100%;
  width: 0px;
  /* border-radius: 10px; */
  top: 0;
  left: 0;
  z-index: -1;
  transition: 350ms ease-in-out;
}
.search-button-inner-section button:hover::after {
  width: 100%;
  border-radius: 4px;
}
button:focus {
  outline: none;
}
.project-card {
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  height: 340px;
  width: 100%;
  transition-duration: 0.4s;
}

.project-card:hover {
  box-shadow: 0px 10px 15px #01122e;
  margin-top: -5px;
}
.project-card-img {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
}
.gradient {
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(to top, rgb(0, 0, 0), #ffffff4b);
  position: absolute;
  border-radius: 10px;
  transition-duration: 0.8s;
}
.gradient:hover {
  background-image: linear-gradient(to top, rgb(0, 0, 0), #ffffff28);
}
.offer-img-text {
  position: absolute;
  color: white;
  font-weight: 500;
  height: 20px;
  display: inline;
  /* text-shadow: 0px 1px 5px black; */
}
.rented-stamp {
  height: 90px !important;
  top: 0;
  left: 0px;
  width: auto !important;
}
.offer-icon-text {
  height: 20px;
  width: 20px;
}
.offer-type {
  top: 3px;
  left: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  text-shadow: 0px 1px 5px black;
}
.offer-name {
  bottom: 35%;
  left: 10px;
  font-size: 2.5rem;
  font-size: 900;
}
.offer-unit-number {
  top: 20%;
  right: 5px;
  font-size: 1.2rem;
  font-weight: 900;
  text-shadow: 0px 1px 5px black;
}
.offer-unit-available {
  top: 20%;
  left: 5px;
  font-size: 1.2rem;
  font-weight: 900;
  text-shadow: 0px 1px 5px black;
}
.offer-beds {
  bottom: 15%;
  left: 10px;
  font-size: 1.2rem;
}
.offer-bath {
  font-size: 1.2rem;
  left: 40%;
  bottom: 15%;
}
.offer-space {
  font-size: 1.2rem;
  right: 10px;
  bottom: 15%;
}
.offer-location {
  bottom: 0px;
  left: 10px;
  font-size: 1rem;
}
.offer-price {
  bottom: 7px;
  right: 3px;
  font-size: 1.8rem;
  font-weight: 750;
}
.search-bar-title {
  font-weight: 750;
  font-size: 1.5rem;
  color: #93713e;
  margin-bottom: 10px;
}
.size-price-p {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: 450;
}
.range-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.range-wrapper span {
  font-size: 1rem;
  color: #93713e;
}
.slider {
  width: 75%;
}
.slider::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background: #91703e;
  cursor: pointer;
  border: none;
}
.slider::-moz-range-track {
  background-color: #e9e9ed;
}
.slider::-moz-range-progress {
  background-color: #5f81b6;
}

input[type="range"] {
  -webkit-appearance: none;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 5px;
  background: #e9e9ed;
  border-radius: 8px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 17px;
  width: 17px;
  margin-top: -6px;
  border-radius: 10px;
  background: #93713e;
  cursor: pointer;
}
input[type="range"]:focus:-webkit-slider-runnable-track {
  background: #5f81b6;
}
.project-card-img > img {
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
  object-fit: cover;
  /* max-height: 324px;
  max-width: 324px; */
}
.project-card-text-wrapper {
  padding: 10px;
  padding-top: 20px;
  font-size: 16px;
}
.project-card-title {
  color: #93713e;
  font-size: 1.6rem;
  font-weight: 900;
  width: fit-content;
}
.project-card-developer {
  text-align: right;
  font-weight: bold;
}
.project-card-details {
  text-align: justify;
  font-weight: bold;
  padding-left: 20px;
}
.link-brown {
  color: #93713e;
}
.project-d-title h1 {
  font-size: 40px;
  font-weight: bolder;
}
.project-d-location h2 {
  font-size: 30px;
}

.td-title {
  font-size: 1.3rem;
  color: #93713e;
}
.td-info {
  font-size: 1.3rem;
}
#download-pdf {
  color: white !important;
  background-color: #93713e;
  padding: 10px;
  font-size: 1.1rem;
  border-radius: 8px;
  border: 1px solid white;
  cursor: pointer;
}
#download-pdf a {
  color: white;
}
#download-pdf a:hover {
  text-decoration: none;
}
/* header for offers */
/* .mass_header {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
} */
.navbar-light {
  background-color: transparent !important;
}
/* header.mass_header > nav > div.container > .navbar-toggler {
  border: 1px solid #93713e;
  background-color: transparent !important;
} */
.search-bar-wrapper {
  background: white;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid black;
  margin-top: 30px;
  text-align: right;
}
.search-submit {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-submit button {
  background: #93713e;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 8px;
  border: 2px solid #92703e;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  transition: 350ms ease-in-out;
}
.search-submit button:hover {
  border: 2px solid #ffffff;
  box-shadow: 0px 2px 2px #315ca1c5;
}
.search-submit button::after {
  content: "";
  position: absolute;
  /* background: linear-gradient(to right, white, white); */
  background-color: #315ca1c5;
  height: 100%;
  width: 0px;
  /* border-radius: 10px; */
  top: 0;
  right: 0;
  z-index: -1;
  transition: 350ms ease-in-out;
}
.search-submit button:hover::after {
  width: 100%;
  border-radius: 4px;
}

.search-offer-type select {
  width: 80%;
  background: transparent;
  height: 20px;
  color: black;
  border: 0px;
  border-bottom: 1px solid #93713e;
}
.search-offer-type select:focus {
  border: 0px;
  border-bottom: 1px solid #93713e;
}
.search-offer-type select:focus-visible {
  border: 0px;
  border-bottom: 1px solid #93713e;
  outline: none;
}
.search-offer-type select option:focus-visible {
  outline: none;
}
.search-offer-type select option:hover {
  background-color: none;
  color: red;
}
.pager-wrapper {
  display: flex;
  width: 200px;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 50px;
}
.pager-current-page {
  height: fit-content;
  margin-top: 8px;
  color: black;
  font-weight: 500;
  font-size: 1.6rem;
}
.pager-icon {
  height: 43px;
  width: auto;
  padding: 8px;
  background-color: #92703e;
  border-radius: 22px;
  box-shadow: -2px 5px 7px #5c5d5f;
  transition-duration: 500ms;
  cursor: pointer;
}
.pager-icon:hover {
  background-color: #5f81b6;
}
@media (max-width: 991px) {
  .k-offer-section {
    margin-top: 100px;
  }
  .k-offer-section-properties {
    margin-top: 270px !important;
  }
  .search-offer-type {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  /* header.mass_header:has(#top_menu_collapse.show) {
    background-color: #002c74 !important;
    position: inherit !important;
  } */
  .k-offer-section {
    margin-top: 250px;
  }
  .search-offer-type {
    display: flex;
    justify-content: center;
  }
  .search-submit {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #header-text-h1 {
    font-size: 2.5rem;
  }
  .projects-header {
    height: 35vh;
  }
  .project-d-title h1 {
    font-size: 30px;
    font-weight: bolder;
  }
  .project-d-location h2 {
    font-size: 20px;
  }
  .td-title {
    font-size: 0.9rem;
  }
  .td-info {
    font-size: 0.9rem;
  }
  #download-pdf {
    font-size: 0.9rem;
  }
  #gallery {
    margin-top: 30px;
  }
  .project-card {
    margin-top: 30px;
    flex-direction: column;
  }
  .search-buttons-wrapper {
    flex-wrap: wrap;
  }
  .search-button-inner-section {
    margin: 15px;
    margin-bottom: 15px;
  }
  .search-button-inner-section:first-child {
    margin: 15px;
  }
  .k-offer-section-properties {
    margin-top: 220px !important;
  }
}
@media (max-width: 500px) {
  #header-map {
    height: 400px;
  }
  .k-offer-section-properties {
    margin-top: 135px !important;
  }
}
