/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.m-n1 {
  margin-top: -0.25rem !important;
}
.m-n2 {
  margin-top: -0.5rem !important;
}
.m-n3 {
  margin-top: -1rem !important;
}
.m-n4 {
  margin-top: -1.25rem !important;
}
.m-n5 {
  margin-top: -1.5rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.25rem !important;
}
.mt-n5 {
  margin-top: -1.5rem !important;
}


.project-wrap {
  margin-bottom: 30px;
}

.project-wrap .img-container {
  position: relative;
  z-index: 0;
}

.project-wrap .img-container .img-tag {
  position: absolute;
  top: -8px;
  left: 20px;
  display: inline-block;
  background: #f15d30;
  color: #fff;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-wrap .img-container .img-tag:after,
.project-wrap .img-container .img-tag:before {
  position: absolute;
  top: 0;
  content: '';
}

.project-wrap .img-container .img-tag:after {
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #c7390d transparent;
}

.project-wrap .img-container .img-tag:before {
  width: 0;
  right: -8px;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #c7390d;
}

.project-wrap .img-container .book-button-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: #0f0f0fa4;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.project-wrap .img-container .book-button {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.project-wrap .img-container .book-button-wrapper:hover .book-button {
  display: block !important;
}
.project-wrap .img-container .book-button-wrapper:hover {
  opacity: 1;
}


.project-wrap .img-container .time {
  position: absolute;
  bottom: -8px;
  right: 20px;
  display: inline-block;
  background: #0f0f0fd2;
  color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-wrap .img-container .time:after,
.project-wrap .img-container .time:before {
  position: absolute;
  bottom: 0;
  content: '';
}

.project-wrap .img-container .time:after {
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px  0;
  border-color: transparent #0f0f0f transparent transparent;
}

.project-wrap .img-container .time:before {
  width: 0;
  right: -8px;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent transparent #0f0f0f;
}

.project-wrap.hotel .img-container {
  height: 320px;
}

.project-wrap .text {
  margin: 0 auto;
  width: 90%;
  position: relative;
  border-top: none;
  margin-top: -40px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
}

.project-wrap .text span {
  font-size: 13px;
}

.project-wrap .text .days {
  font-size: 12px;
  color: #f15d30;
  text-transform: uppercase;
  font-weight: 700;
}

.project-wrap .text h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
}

.project-wrap .text h3 a {
  color: #000000;
}

.project-wrap .text ul {
  margin: 0;
  padding: 0;
}

.project-wrap .text ul li {
  display: inline-block;
  margin-right: 10px;
  color: #b3b3b3;
}

.project-wrap .text ul li span {
  color: #f15d30;
  margin-right: 10px;
  font-size: 20px;
}

.project-wrap:hover .text .img-tag {
  padding-left: 15px;
  padding-right: 15px;
  background: #33313b;
}

#response {
  position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
}
.price-tag {
  font-size: 22px;
  font-weight: 600;
  margin-top: -10px;
}