.top-h1 {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  margin: 18% 30%;
  font-size: 35px;
  color: #fbd67c;
  font-family: "Cinzel", serif;
  z-index: 2;
}

.top-h1 span {
  color: #ffffff;
  font-size: 22px;
}

.project-list {
  padding-top: 20px;
}

#myVideo {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* margin-top: -250px; */
}

.choose-btn:hover {
  color: #dddddd;
}

.choose-btn {
  color: #fff;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 16px;
  border: 2px solid #cfaa66;
  text-transform: uppercase;
  font-family: fangsong;
  top: 10rem;
  background: radial-gradient(ellipse at center,
      rgb(9 125 151) 0%,
      rgb(6 108 131) 16%,
      rgb(4 66 80) 100%);
  font-family: "Cinzel", serif;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  #myVideo {
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .top-h1 {
    margin: 42% 5%;
    font-size: 32px;
  }

  .top-h1 span {
    color: #ffffff;
    font-size: 17px;
  }

  .project-list {
    padding-top: 150px;
  }

  .maindiv {
    margin-top: 0px !important;
  }
}

body {
  font-family: "latoregular";
  font-size: 16px;
  color: white !important;
  background: black !important;
}



.filterdiv {
  /* display: flex !important; */
  /* position:fixed; */
  /* top: 0; */
  /* overflow-y: auto !important; */
  /* height: 565px; */
  margin-top: 130px !important;
  margin: 20px auto;
  height: auto;
  width: 32%;
  margin-bottom:50px;
  margin-left: 5%;
  float: left;
  /* background-color: black; */
  /* max-width: 400px; */
  padding: 0px;
  gap: 15px;
  border: 1px solid white!important;
  border-radius: 0.5rem !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(215, 214, 214, 0.23);
  /* box-shadow: rgba(193, 190, 190, 0.1) 0px 4px 8px; */
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
/* Card */
.card {
  display: flex !important;
  flex-direction: row !important;
  background-color: black  !important;
  /* flex-wrap:wrap !important; */
  margin: 10px auto;
  width: 100%;
  padding: 0px;
  gap: 15px;
  border: 2px solid white!important;
  border-top: none !important;
  border-right: none !important;
  border-radius: 1.1rem !important;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;

  .slider {
    width: 280px;
    display: block;
    margin-top: -3% !important;
    margin-left: 18px !important;
    flex-shrink: 0;
    margin: auto;
    /* border: 1px solid white; */
    border-radius: 15px !important;

    .main-carousel {
      height: 100%;

      img {
        max-width: 100%;
        height: 230px;
        width: 280px;
        object-fit: cover;
        border-radius: 15px !important;
      }

      .carousel-cell {
        width: 100%;
      }
    }

    .static-banner {
      position: absolute;
      z-index: 1;
    }

    .tag {
      padding: 5px 20px;
      /* font-family: $font; */
      font-size: 15px;
      color: white;
      top: 10px;
      /* background: $destacado; */
    }

    .fav {
      outline: none;
      background: none;
      border: none;
      top: 10px;
      right: 10px;
      font-size: 30px;
      color: rgba(0, 0, 0, 0.5);

      i {
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
        cursor: pointer;
      }
    }

    .fav-selected {
      color: red;
    }

    /* Flickity modifications */
    /* remove dots in carousel */
    .flickity-page-dots {
      bottom: 0px;

      .dot {
        width: 0;
        height: 0;
      }
    }

    /* no arrow circle */
    .flickity-button {
      background: transparent;
    }

    /* size of arrows */
    .flickity-prev-next-button {
      width: 80px;
      height: 80px;
    }

    /* arrow color */
    .flickity-button-icon {
      fill: white;
    }

    /* hide disabled button */
    .flickity-button:disabled {
      display: none;
    }

    .flickity-button:focus {
      outline: none;
      box-shadow: 0 0 0 0 #000;
    }
  }

  .info {
    display: flex;
    background: radial-gradient(ellipse at center, rgb(109 112 112) 0%,
         rgb(93 94 94) 16%, rgb(0 0 0) 100%) ;
    padding: 10px;
    flex-direction: column;
    justify-content: center;

    .precio {
      .total {
        font-size: 25px;
        /* color: $primary-color; */
        font-weight: bold;
      }

      .por-metro {
        margin-left: 10px;
        font-style: italic;
        color: #999;
      }
    }

    .carac {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      /* background-color: red; */
      width: 100% !important;
      margin: 5px 0;
      list-style: none;
      font-size: 15px;
      color: white;

      li {
        display: inline-block;
        font-weight: bold;
      }

      li:not(:last-child) {
        margin-right: 10px;
      }
    }

    .titulo {
      font-size: 13px;
      text-decoration: none;
      color: white;
      /* padding: 15px; */
      margin-top: 10px;
      margin-bottom: 15px;
      /* color: $primary-color; */
      font-weight: normal;
    }

    .ubicacion {
      font-size: 14px;
      margin: 5px 0 15px 0;
      color: #999;
    }

    .desc {
      margin: 6px 0 16px 0;
      font-size: 14px;
    }

    .contactar {
      display: block;
      margin-left: auto;
      margin-right: 0;
    }
  }
}

/* Modal */
.bg-modal {
  z-index: 2;
  /* font-family: $font; */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 5s ease;

  .modal-content {
    z-index: 99;
    position: relative;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    /* Elements in modal */

    .close-modal {
      position: absolute;
      top: 0;
      right: 10px;
      font-size: 35px;
      font-weight: bold;
      transform: rotate(45deg);
      cursor: pointer;
      /* color: $primary-color; */
      -webkit-text-stroke-width: 2px;
      /* -webkit-text-stroke-color: $primary-color; */
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .modal-title {
      margin-top: 20px;
      font-size: 18px;
    }

    .modal-form {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;

      .input-group {
        width: 100%;
        position: relative;
        padding-top: 20px;

        &:after {
          content: "";
          display: table;
          clear: both;
        }
      }

      input {
        margin-bottom: 15px;
        padding: 10px 0;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-size: 15px;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
      }

      label {
        position: absolute;
        top: 30px;
        left: 0;
        color: #aaa;
        font-weight: 300;
        transition: all 0.2s ease;
        cursor: text;
      }

      .input-group input:focus+label,
      .input-group input.active+label {
        font-size: 10px;
        transform: translateY(-15px);
      }
    }
  }
}

.maindiv {
  /* height:820px; */
  margin-top: 110px !important;
  float: right;
  overflow-y: scroll !important;
  /* overflow-x: scroll !important; */
  /* background-color: red; */
  width: 60% !important;
}

.container {
  height: 100%;
  /* margin-top: -390px !important; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* float: right; */
  /* background-color: red; */
  width: 100% !important;
  flex-direction: column;
}

.buttondiv {
  display: flex !important;
  margin-left: auto;
  gap: 20px !important;
  margin-right: 0;
}

.primary-btn1 {
  outline: none;
  font-size: 12px;
  font-weight: bold;
  /* background: $primary-color; */
  color: white;
  background-color: #cea24b;
  border: none;
  border-radius: 6px;
  padding: 7px 18px;
  font-family: Lexend Deca, sans-serif;
  /* box-shadow: 0 1px 3px #cea24b, 0 1px 2px #cea24b; */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.primary-btn2 {
  outline: none;
  font-size: 12px;
  font-weight: bold;
  font-family: Lexend Deca, sans-serif;
  /* background: $primary-color; */
  color: white;
  background-color: rgb(11, 110, 33);
  border: none;
  border-radius: 4px;
  padding: 7px 18px;
  /* box-shadow: 0 1px 3px rgb(11, 110, 33), 0 1px 2px rgb(11, 110, 33); */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
  .card {
    margin: 10px;
    display: block;
    /* max-width: 750px; */

    .slider {
    width: 96% !important;
    display: block;
    /* background-color: rebeccapurple; */
    position: relative;
    top: 10px;
    left: -9px;
    flex-shrink: 0;
    height: auto;
    margin: auto;
    border: 1px solid white;
    border-radius: 15px !important;
  }

  img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
    /* height: 300px; */
    object-fit: cover;
    border-radius: 15px !important;
  }

    .info {
      .precio {
        .por-metro {
          display: none;
        }
      }
    }
  }

  .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    /* background-color: red; */
    width: 100% !important;
    flex-direction: column;
  }
.container_tx {
  /* margin: 10px auto; */
  width: 92%;
  color: white;
  margin: auto;
  margin-bottom: 0px !important;
  display: flex !important;
  /* background-color: black; */
  /* margin-right:0; */
  padding: 8px;
  border-radius: 5px;
  /* border: 2px solid white !important; */
  box-shadow: 0 3px 6px rgba(117, 116, 116, 0.16),
    0 3px 6px rgba(207, 206, 206, 0.23);
}
  .container {
    display: block;
  }
}

.tx {
  color: white;
  /* background-color: red; */
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  float: right;
  font-size: 22px;
  text-align: left !important;
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: normal;
}

.container_tx {
  /* margin: 10px auto; */
  width: 92%;
  color: white;
  margin: auto;
  /* margin-bottom: 320px; */
  display: flex !important;
  /* background-color: black; */
  /* margin-right:0; */
  padding: 8px;
  border-radius: 5px;
  /* border: 1px solid white !important; */
  box-shadow: 0 3px 6px rgba(117, 116, 116, 0.16),
    0 3px 6px rgba(207, 206, 206, 0.23);
}

#read_more {
  color: #cea24b;
  font-weight: bolder;
  cursor: pointer;
  position: relative;
  top: 10px;
  /* margin-top:-35px; */
}

#read_less {
  color: #cea24b;
  font-weight: bolder;
  cursor: pointer;
  margin-top: -35px;
}

#hidetx2 {
  display: none;
}

#read_less {
  display: none;
}

/* Make the tag position relative to the figure */

/* set the base styles all tags should use */
.figure.tag::before {
  position: absolute;
  top: 12.2%;
  left: 0%;
  z-index: 2;
  border-radius: 10px;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  display: block;
  color: white;
  /* font-family:ari */
  letter-spacing: 1px;
  padding: 0.2rem 1.2rem;
  font-size: 14.5px;
  font-weight: bolder;
}

#heart {
  position: absolute;
  top: 11%;
  display: none;
}

/* Specific variations for different tags */
.figure.tag-featured::before {
  content: "Featured";
  display: none;
  background: green;
}

.primary-btn3 {
  outline: none;
  font-size: 12px;
  height: 35px;
  font-weight: bolder;
  font-size: 14px;
  float: right !important;
  font-family: Lexend Deca, sans-serif;
  /* background: $primary-color; */
  color: rgb(11, 110, 33);
  float: right;
  background-color: white;
  border: 1px solid rgb(11, 110, 33);
  border-radius: 4px;
  padding: 0px 15px;
  margin-top: -55px !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.filtertxt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  height: 70px;
  /* background-color: black; */
}

.btndiv {
  /* background-color: red; */
  height: auto;
  width: 95%;
}

.filtertxt h3 {
  font-weight: bolder;
  color: white;
  font-size: 18px;
  padding: 22px;
}

.line {
  width: 90%;
  margin: auto;
  background-color: white;
  height: 10px;
}

.line2 {
  width: 100%;
  margin: auto;
  background-color: white;
  height: 10px;
  margin-top: -7px;
}

.line3 {
  width: 100%;
  margin: auto;
  background-color: white;
  height: 10px;
  margin-top: -7px;
}

/* #loctxt {
  color: white;
  font-size: 15px;
  padding: 22px;
  margin-top: -10px;
  text-transform: uppercase;
  font-weight: bolder;
}

.loc_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px;
} */
/* 
.ggn h4 {
  font-size: 15px;
  color: #514b4bff;
  position: relative;
  top: -1px;
  margin: auto;
}

.ggn {
  padding: 6px 10px;
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 5px;
  position: relative;
  top: -45px;
  box-shadow: 0 3px 6px rgba(72, 69, 69, 0.16),
    0 3px 6px rgba(209, 206, 206, 0.23);
}

.noida h4 {
  font-size: 15px;
  color: #514b4bff;
  position: relative;
  top: -1px;
  margin: auto;
}

.noida {
  padding: 6px 10px;
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 5px;
  position: relative;
  top: -45px;
  box-shadow: 0 3px 6px rgba(72, 69, 69, 0.16),
    0 3px 6px rgba(209, 206, 206, 0.23);
}

.pune h4 {
  font-size: 15px;
  color: #514b4bff;
  position: relative;
  top: -1px;
  margin: auto;
}

.pune {
  padding: 6px 10px;
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 5px;
  position: relative;
  top: -45px;
  box-shadow: 0 3px 6px rgba(72, 69, 69, 0.16),
    0 3px 6px rgba(209, 206, 206, 0.23);
}

.jaipur h4 {
  font-size: 15px;
  color: #514b4bff;
  position: relative;
  top: -1px;
  margin: auto;
}

.jaipur {
  padding: 6px 10px;
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 5px;
  position: relative;
  top: -45px;
  box-shadow: 0 3px 6px rgba(72, 69, 69, 0.16),
    0 3px 6px rgba(209, 206, 206, 0.23);
} */

.unit_type {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* height: 20px; */
  /* background-color: black; */
  padding: 23px;
  margin-bottom: -20px;
}

.unit_type h3 {
  color: white;
  font-size: 15px;
}

.config {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* height: 20px; */
  /* background-color: black; */
  padding: 23px;
  margin-top: 0px;
  margin-bottom: -25px;
}

.config h3 {
  color: white;
  font-size: 15px;
}

.project_status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* height: 20px; */
  /* background-color: black; */
  padding: 23px;
  margin-top: 0px;
}

.project_status h3 {
  color: white;
  font-size: 16.5px;
}

.arrow_down {
  color: white;
  /* background-color:red; */
  width: 99%;
  margin-top: -41px;
  cursor: pointer;
  font-size: 1.6rem;
  /* display: none; */
}

.arrow_down i {
  float: right !important;
}

.arrow_down2 {
  color: white;
  /* background-color:red; */
  width: 99%;
  margin-top: -41px;
  cursor: pointer;
  font-size: 1.6rem;
  /* display: none; */
}

.arrow_down2 i {
  float: right !important;
}

.arrow_down3 {
  color: white;
  /* background-color:red; */
  width: 99%;
  margin-top: -39px;
  cursor: pointer;
  font-size: 1.6rem;
  /* display: none; */
}

.arrow_down3 i {
  float: right !important;
}

.arrow_up i {
  float: right !important;
}

.arrow_up {
  color: white;
  width: 99%;
  display: none;
  margin-top: -41px;
  cursor: pointer;
  font-size: 1.6rem;
}

.arrow_up2 {
  color: white;
  /* background-color:red; */
  width: 99%;
  display: none;
  margin-top: -39px;
  cursor: pointer;
  font-size: 1.6rem;
  /* display: none; */
}

.arrow_up2 i {
  float: right !important;
}

.arrow_up3 {
  color: white;
  /* background-color:red; */
  width: 99%;
  display: none;
  margin-top: -40px;
  cursor: pointer;
  font-size: 1.6rem;
  /* display: none; */
}

.arrow_up3 i {
  float: right !important;
}

.low_rise {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
}

.high_rise {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
}

.villa {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
}

.ck_tx {
  /* font-weight: bolder; */
  color: white !important;
  margin-top: 6px;
}

.main_check_div {
  /* background-color: red; */
  margin-top: 0px;
}

/* ----------------------- mobile view -------------------------------- */
@media only screen and (max-width: 1000px) {
  .card {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin: 10px auto;
    max-width: 700px;
    /* font-family: $font; */
    padding: 5px;
    border-radius: 10px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
}

@media only screen and (max-width:700px) {
  .filterdiv {
    display: none;
  }

  .maindiv {
    height: 100%;
    /* background-color: red; */
    width: 100% !important;
  }

  .tx {
    color: white;
    /* background-color: red; */
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    /* float: right; */
    font-size: 22px;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: normal;
  }

  .tag {
    padding: 0px 20px !important;
    /* font-family: $font; */
    font-size: 15px;
    color: white;
    top: 10px;
    /* background: $destacado; */
  }

  .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    width: 100% !important;
    flex-direction: column;
  }

  .slider {
    width: 96% !important;
    display: block;
    /* background-color: rebeccapurple; */
    position: relative;
    top: 10px;
    left: -9px;
    flex-shrink: 0;
    height: auto;
    margin: auto;
    border: 1px solid white;
    border-radius: 15px !important;
  }

  img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
    /* height: 300px; */
    object-fit: cover;
    border-radius: 15px !important;
  }
  #heart {
    margin-top: 8px;
  }

  .main-carousel {
    height: 100%;
  }


  .carousel-cell {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 1000px !important;
  }
}
@media only screen and (max-width:400px){
    .slider {
    width: 96% !important;
    display: block;
    /* background-color: rebeccapurple; */
    position: relative;
    top: -5px !important;
    left: -11px !important;
    flex-shrink: 0;
    height: auto;
    margin: auto;
    border: 1px solid white;
    border-radius: 15px !important;
  }

  img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
    /* height: 300px; */
    object-fit: cover;
    border-radius: 15px !important;
  }
}


/* ---------------------------------end------------------------------ */
