/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.home-center-logo {
  width: 30%;
  margin-top: 100px;
}

.home-user-container {
  font-family: " Roboto", sans-serif;
  text-align: center;
  background-color: #B03327;
  border-radius: 10px;
  padding: 15px;
}

.home-user-title {
  font-family: " Roboto", sans-serif;
  color: white;
  font-size: 21px;
  font-weight: bold;
}

.home-user-desc {
  font-family: " Roboto", sans-serif;
  color: rgb(223, 223, 223);
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
}

.home-user-logo {
  margin-top: 10px;
  width: 80%;
}


.home-site-desc-container {
  height: 100%;
  font-family: " Roboto", sans-serif;
  background-color: #B03327;
  border-radius: 10px;
  padding: 15px;
}

.home-site-desc-img {
  width: 90%;
  height: 100%;
  object-fit: cover;
}

.home-site-desc-title {
  margin-top: 30px;
  font-family: " Roboto", sans-serif;
  color: rgb(221, 221, 221);
  font-size: 27px;
  font-weight: bold;
}

.home-site-desc-content {
  margin: 50px;
  font-family: "Roboto", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 25px;
}

.home-advantage-back {
  margin-top: 50px;
  padding: 50px;
  background-image: url("../images/bg-bullets.png");
  background-position: center;
  background-repeat: repeat;
}

.home-advantage{
  font-family: " Roboto", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
}

.home-advantage-subtitle{
  font-family: " Roboto", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.home-advantage-logo {
  width: 53px;
  height: 53px;
  filter: invert(100%) brightness(200%);
}


.property-img {
  height: 180px;
  width: calc(100% - 2rem);
  margin: 0 1rem;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  object-fit: cover;
}

.property-detail-img {
  height: 180px;
  width: 100%;
  margin: 0;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  object-fit: cover;
}

.property-thumb-img {
  height: 60px;
  width: 100px;
  margin: 0 1rem;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  object-fit: cover;
}

.property-desc {
  height: 2em;
  overflow: hidden;
  line-height: 1em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dropzone .dz-preview .dz-image {
  display: inline-flex;
}
.video-upload-area .dz-details {
  display: none;
}
.video-upload-area .dz-image {
  display: none;
}
.video-upload-area .dz-preview.dz-image-preview {
  display: none !important;
}
.dropzone .dz-preview.dz-image-preview {
  width: 85%;
  text-align: center;
}
