.home-container {
  display: none;
}

.slide-1 {
  background: url("../projeler/s-t-house-istanbul-villa/1.jpg");
}
.slide-2 {
  background: url("../projeler/s-t-house-istanbul-villa/2.jpg");
}
.slide-3 {
  background: url("../projeler/s-t-house-istanbul-villa/3.jpg");
}
.slide-4 {
  background: url("../projeler/s-t-house-istanbul-villa/4.jpg");
}
.slide-5 {
  background: url("../projeler/s-t-house-istanbul-villa/5.jpg");
}
.slide-6 {
  background: url("../projeler/s-t-house-istanbul-villa/7.jpg");
}
.slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: background 500ms;
}
.arrow img {
  width: 50px;
}
.arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.l {
  left: 0;
}
.r {
  right: 0;
}
.award {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  float: right;
  padding-right: 28px;
  top: auto;
  position: absolute;
  top: 129px;
  /* margin: 0 6px; */
  z-index: 2;
  height: 182px;
  /* display: block; */
  right: 10px;
  /* display: none; */
}

.award.loaded {
  display: block;
}
.award-news-img {
  padding: 15px;
  padding-left: 31px;
  padding-right: 0;
  margin-top: -20px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.award-news-text {
  padding: 15px 0 9px 12px;
  height: 167px;
}
.award-news-textin {
  font-size: 15px;
  line-height: 28px;
}
.award-more {
  text-decoration: none;
  color: #e6e2da;
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
.award-home-news-x {
  position: absolute;
  top: 10px;
  right: -6%;
  text-decoration: none;
}
.award-home-news-x-img {
  height: 37px;
}
#row-popup {
  width: 600px;
  float: right;
  height: 100%;
}
.call-now-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .prague-header {
    padding: 15px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
  }
  #jssor_1 {
    display: none !important;
  }
  .prague-footer {
    margin-top: 23px !important;
  }
  .home-container {
    display: block;
  }
  .col-xs-5 {
    padding: 0 !important;
  }
  .award {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    float: right;
    padding-right: 19px;
    height: 0px;
    top: auto;
    position: absolute;
    top: 129px;
    margin: 0 0px 0 12px;
    z-index: 2;
  }
  .award-news-img {
    margin: 0;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .award-news-textin {
    font-size: 13px;
    line-height: 23px !important;
  }
  .award-more {
    text-decoration: none;
    color: #e6e2da;
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 11px;
    font-weight: bold;
  }
  .award-home-news-x {
    position: absolute;
    top: 9px;
    font-size: 11px;
    color: #4fc3d1;
    text-decoration: none;
  }
  .award-home-news-x-img {
    height: 29px;
  }
  .award-news-text {
    padding: 19px 8px 7px 11px;
    height: 167px;
  }
  #row-popup {
    width: 100%;
  }
  .call-now-button {
    background-color: #231f20;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    text-decoration: none;
    bottom: 15px;
    right: 20px;
    z-index: 9999;
    background-image: url(../img/phone-svg.svg);
    display: block;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
}

.img-awards {
  object-fit: contain;
}
