.prodcut-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.prodcut-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.prodcut-img::before {
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(to right,
      rgba(255, 0, 0, 0),
      rgba(61, 61, 61, 0.35));
  pointer-events: none;
}

.prodcut-img::after {
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: linear-gradient(to left,
      rgba(255, 0, 0, 0),
      rgba(61, 61, 61, 0.35));
  pointer-events: none;
}

.prodcut-text {
  background: #ffffff;
  width: 100%;
  min-height: 565px;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 20px;
}

.prodcut-subscription {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.prodcut-subscription div:nth-child(1) span {
  color: #00011d;
  font-size: 18px;
  font-weight: bold;
}

.prodcut-subscription div:nth-child(2) svg {
  margin-right: 10px;
}

.box-prodcut {
  background: #ffffff;
  border-radius: 21px;
  width: 100%;
  /* height: 820px; */
  padding-top: 50px;
  margin-top: 20px;
}

.box-number {
  background-image: url("../img/home/box-number.png");
  width: 100%;
  height: 186.02px;
  background-repeat: round;
  max-width: 321px;
  margin: auto;
  position: relative;
}

.box-number img {
  position: absolute;
  width: 100%;
  max-width: 69px;
  top: -35px;
  right: 55px;
  border-radius: 50% !important;
}

.video {
  width: 100%;
  height: 240px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.video>div {
  height: 100%;
}

.h_iframe-aparat_embed_frame {
  position: relative;
  height: 100%;
}

.Call-advice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  width: 95%;
  margin: auto;
  padding-bottom: 10px;
}

.Call-advice div:nth-child(1) span {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.Call-advice div:nth-child(1) span span {
  font-weight: normal;
  font-size: 14px;
  color: #617798;
}

.Call-advice div:nth-child(2) {
  background: rgba(255, 255, 255, 0.62);
  border-radius: 11px;
  padding: 10px 20px;
}

.Call-advice div:nth-child(2) span {
  display: block;
  color: #617798;
  font-size: 16px;
}

.Call-advice div:nth-child(2) span span {
  color: #ff8946;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
}

.price-toman {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}

.price-toman div:nth-child(1) span {
  color: #617798;
  font-size: 16px;
}

.price-toman div:nth-child(2) {
  display: flex;
  padding-top: 5px;
}

.price-toman div:nth-child(2) h5 {
  color: #0e1935;
  font-size: 26px;
  font-weight: bold;
}

.price-toman div:nth-child(2) span {
  color: #0e1935;
  font-size: 18.4586px;
  margin-right: 5px;
}

.property {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
}

.property div:nth-child(1) span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.property div:nth-child(2) span {
  color: #617798;
  font-size: 14px;
}

.city {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
}

.city div:nth-child(1) span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.city div:nth-child(2) span {
  color: #617798;
  font-size: 14px;
}

.address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
}

.address div:nth-child(1) span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.address div:nth-child(2) span {
  color: #617798;
  font-size: 14px;
}

.type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
}

.type div:nth-child(1) span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.type div:nth-child(2) span {
  color: #617798;
  font-size: 14px;
}

.foundation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
}

.foundation div:nth-child(1) span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.foundation div:nth-child(2) span {
  color: #617798;
  font-size: 14px;
}

.area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
}

.area div:nth-child(1) span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.area div:nth-child(2) span {
  color: #617798;
  font-size: 14px;
}

.areas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  width: 80%;
  margin: auto;
}

.areas div:nth-child(1) span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.areas div:nth-child(2) span {
  color: #617798;
  font-size: 14px;
}

.newest-city {
  background-image: url("../img/home/newest-city.png");
  width: 100%;
  background-position: center;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding: 10px 20px;
}

.newest-city span:nth-child(1) {
  color: #00011d;
  font-size: 18px;
  font-weight: bold;
}

.newest-city span:nth-child(2) {
  color: #ffffff;
  font-size: 14px;
}

.special-sale {
  background-image: url("../img/home/special-sale.svg");
  width: 100%;
  height: 489.7px;
  background-position: center;
  margin-top: 65px;
  position: relative;
}

.special-img {
  width: 100%;
  height: 200px;
  background-repeat: round;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}

.special-img>img {
  position: absolute;
  right: 1px;
  top: 0px;
  width: 99%;
  height: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.special-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 100%);
}

.specials {
  background: linear-gradient(180deg, #ff8946 0%, #d3682c 100%);
  border-radius: 5px 5px 5px 0px;
  position: absolute;
  top: 10px;
  padding: 2px 5px;
  left: -5px;
}

.specials span {
  color: #ffffff;
  font-size: 12px;
}

.special-img div:nth-child(3) {
  position: absolute;
  bottom: 10px;

  z-index: 5;
}

.special-img div:nth-child(3) span {
  color: #ffffff;
  font-size: 14px;
  margin-right: 5px;
}

.special-img div:nth-child(4) {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}


.special-img div:nth-child(4) span {
  color: #000000;
  font-size: 12px;
  backdrop-filter: blur(1px);
  padding: 5px;
  border-radius: 5px;
}

.special-sale h4 {
  color: #00011d;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 20px;
  line-height: 190.52%;
  font-weight: bold;
}

.citys {
  color: #00011d;
  font-size: 14px;
  padding: 0 20px;
}

.toman-citys {
  display: flex;
  align-items: center;
  padding: 30px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  width: 90%;
  margin: auto;
}

.toman-citys span:nth-child(1) {
  color: #ff8946;
  font-size: 19.7537px;
  font-weight: bold;
}

.toman-citys span:nth-child(2) {
  color: #ff8946;
  font-size: 13.9438px;
  font-weight: bold;
  margin-right: 6px;
}

.property-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.property-details div:nth-child(1) span {
  font-size: 12.0065px;
  color: #000000;
  font-weight: bold;
  margin-right: 3px;
}

.property-details div:nth-child(1) span span {
  font-weight: normal;
  margin-right: 0;
  opacity: 0.5;
}

.property-details div:nth-child(2) span {
  font-size: 12.0065px;
  color: #000000;
  font-weight: bold;
  margin-right: 3px;
}

.property-details div:nth-child(2) span span {
  font-weight: normal;
  margin-right: 0;
}

.property-details div:nth-child(3) span {
  font-size: 12.0065px;
  color: #000000;
  font-weight: bold;
  margin-right: 3px;
}

.property-details div:nth-child(3) span span {
  font-weight: normal;
  margin-right: 0;
}

.reject-icon {
  background: #00011d;
  border-radius: 14px;
  transform: rotate(45deg);
  width: 43px;
  height: 43px;
  text-align: center;
  padding: 8px;
  position: absolute;
  left: 60px;
  bottom: -20px;
}

.reject-icon svg {
  transform: rotate(-45deg);
}

.description {
  display: flex;
  align-items: center;
  margin-top: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.description div {
  background: linear-gradient(180deg, #ff8946 0%, #d3682c 100%);
  border-radius: 8px;
  padding: 4px 10px;
}

.description div span {
  color: #ffffff;
  font-size: 14px;
}

.description a {
  color: #617798;
  font-size: 14px;
  text-decoration: none;
  margin-right: 20px;
}

.comment {
  margin-top: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.end-work {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.end-work span:nth-child(1) {
  color: #000000;
  font-size: 14px;
}

.end-work span:nth-child(2) {
  color: #617798;
  font-size: 14px;
}

.detail-slider .swiper-pagination-bullet {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
}

.detail-slider .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #ff8946 0%, #d3682c 100%);
  height: 19px;
}

.detail-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
}

.detail-slider .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  left: 3%;
  top: 50%;
  transform: translate(0, -50%);
}

.detail-slider .swiper-button-next::after,
.detail-slider .swiper-button-prev::after {
  content: initial;
}


@media only screen and (max-width: 400px) {
  .special-img {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .newest-city {
    background-position: unset;
    background: linear-gradient(90deg,
        rgba(249, 132, 66, 0.56) 0%,
        #ffffff 21.05%),
      linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 21.05%),
      url(image.png), #ffffff;
    box-shadow: 0px -4px 53px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 1400px) {
  .special-sale {
    background-image: none;
    background: #fff;
    border-radius: 13px;
  }
}

@media only screen and (max-width: 780px) {
  .box-prodcut {
    margin-top: 30px;
  }

  .video {
    margin-top: 20px;
  }
}