.offer-body {
  font-family: "Titillium Web", sans-serif;
  background-color: #122b4c;
  line-height: 1.5;
  overflow: hidden;
}

.blurimg {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  background-image: url("https://images.pexels.com/photos/161772/las-vegas-nevada-cities-urban-161772.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-position: center;
  background-size: cover;
  filter: blur(5px);
  opacity: 0.3;
}

.offer {
  position: relative;
  border-bottom: 5px solid #b7cb66;
  height: auto;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.offer .layerimg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-image: url("https://images.pexels.com/photos/161772/las-vegas-nevada-cities-urban-161772.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.3);
  background-size: cover;
  z-index: 1;
  transition: 0.6s all cubic-bezier(0.74, -0.02, 0.45, 1.04);
  transform: scale(1) rotate(0deg);
}
.offer .layer {
  background-color: #25599f;
  background: -moz-linear-gradient(left, rgb(26, 64, 119) 0%, rgba(26, 64, 119, 0.55) 100%);
  background: -webkit-linear-gradient(left, rgb(26, 64, 119) 0%, rgba(26, 64, 119, 0.55) 100%);
  background: linear-gradient(to right, rgb(26, 64, 119) 0%, rgba(26, 64, 119, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a4077", endColorstr="#8c1a4077", GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}
.offer .text {
  width: 100%;
  padding: 25px 40px;
  z-index: 3;
  position: relative;
}
.offer .text .topline {
  font-size: 25px;
  color: #b7cb66;
  text-transform: uppercase;
  font-weight: 500;
}
.offer .text h4 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-top: 25px;
  text-transform: uppercase;
  line-height: 0.8;
  transition: 0.5s ease-in-out;
}
.offer .text .date {
  font-weight: 500;
  color: #b7cb66;
  transition: 0.5s ease-in-out;
}
.offer .text p {
  color: #ffffff;
  font-size: 14px;
  margin: 15px 0 12px;
  max-width: 500px;
}
.offer .text .price {
  font-size: 23px;
  color: #ffffff;
  opacity: 0.7;
}
.offer a.btn {
  color: #ffffff;
  text-decoration: none;
  z-index: 2;
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #b7cb66;
  background: rgb(183, 203, 102);
  background: -moz-linear-gradient(top, rgb(183, 203, 102) 0%, rgb(152, 173, 69) 100%);
  background: -webkit-linear-gradient(top, rgb(183, 203, 102) 0%, rgb(152, 173, 69) 100%);
  background: linear-gradient(to bottom, rgb(183, 203, 102) 0%, rgb(152, 173, 69) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b7cb66", endColorstr="#98ad45", GradientType=0 );
  padding: 8px 30px 8px 20px;
  right: 40px;
  bottom: 35px;
}
.offer .info {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  right: 0;
  padding: 8px 30px 8px 10px;
  background-color: #25599f;
  font-size: 12px;
}
.offer .info span {
  position: relative;
}
.offer .info span:nth-child(1) {
  margin-right: 5px;
}

.offer:hover .layerimg {
  transform: scale(1.2) rotate(3deg);
}
.offer:hover .text h4 {
  transform: translate(30px, 0px);
}
.offer:hover .text .date {
  transform: translate(30px, 0px);
}

@media (max-width: 750px) {
  .offer a.btn {
    position: relative;
    right: initial;
    bottom: initial;
    display: inline-block;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=offer.css.map */
