@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap");
.w-25 {
  width: 25%;
}

.w-33 {
  width: 33%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.thin-fonts {
  font-family: "Oswald", sans-serif;
}

.home hr.classic {
  background: none;
  border: none;
  border-bottom: 4px solid brown;
  text-align: center;
  margin: 30px auto;
}
.home .panel {
  border-radius: 0;
}
.home .intro-welcome {
  background: url("../images/home/leopard.jpg");
  border-top: 1px solid white;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 800px;
}
.home .intro-welcome .text-view {
  padding: 15px 100px 15px 30px;
  height: 100%;
  color: black;
  text-shadow: 0 1px 1px #ffffff;
  background: linear-gradient(100deg, white, white, transparent);
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.home .intro-welcome .text-view h1 {
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home .intro-welcome {
    background: none;
    height: auto;
  }
  .home .intro-welcome .text-view {
    padding: 15px;
    height: auto;
    text-align: justify;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.home .special-offers h2 {
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.home .special-offers .panel {
  clip-path: polygon(0 0, 100% 0, 100% 97%, 90% 97%, 85% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 90% 97%, 85% 100%, 0 100%);
  transition: all 0.3s ease;
  border: none;
}
.home .special-offers .panel:hover .panel-body {
  padding: 0;
  overflow: hidden;
}
.home .special-offers .panel:hover .panel-body .days {
  left: 20px;
  text-shadow: none;
}
.home .special-offers .panel:hover .panel-body .days .fa {
  transform: translateX(0);
}
.home .special-offers .panel:hover .panel-body img {
  transform: scale(1.05) translateY(4px);
  opacity: 0.7;
}
.home .special-offers .panel h4 {
  font-family: "Oswald", sans-serif;
  transition: all 0.3s ease;
  font-size: 17px;
}
.home .special-offers .panel h4 a {
  color: brown;
}
.home .special-offers .panel h4 a:hover {
  color: #000000;
  text-decoration: none;
}
.home .special-offers .panel h4 a:hover .fa {
  background-color: brown;
  color: white;
}
.home .special-offers .panel h4 a .fa {
  border: 1px solid brown;
  border-radius: 50%;
  padding: 5px 10px 5px 14px;
  transition: all 0.3s ease;
}
.home .special-offers .panel .panel-body {
  transition: all 0.3s ease;
  position: relative;
  padding: 0;
  background-color: brown;
}
.home .special-offers .panel .panel-body .days {
  transform: translateX(-10px);
  text-transform: uppercase;
  text-shadow: 0 1px 3px #000000;
  transition: all 0.3s ease;
  font-family: "Oswald", sans-serif;
  position: absolute;
  font-size: 18px;
  opacity: 1;
  color: white;
  z-index: 3;
  top: 5px;
  left: 0;
}
.home .special-offers .panel .panel-body .days .fa {
  transform: translateX(-30px);
  transition: all 0.3s ease;
  color: pink;
  text-shadow: none;
}
.home .special-offers .panel .panel-body img {
  transition: all 0.3s ease;
  box-shadow: 0 -3px 3px 0 #333333;
  clip-path: polygon(0 18%, 50% 18%, 60% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 18%, 50% 18%, 60% 0, 100% 0, 100% 100%, 0 100%);
}
.home .special-offers .panel .panel-footer {
  background: linear-gradient(to bottom, transparent, #cccccc);
  text-shadow: 0 1px #eeeeee;
  transition: all 0.3s ease;
}
.home .special-offers .panel .panel-footer h4 {
  margin-top: 10px;
}

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