#webuy-block {
  height: 640px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#webuy-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272822;
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}
#webuy-block .webuy_title {
  position: absolute;
  left: 15px;
  top: 0;
  padding-top: 80px;
  z-index: 10;
}
#webuy-block .container {
  position: relative;
  height: 100%;
}

.webuy_title h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.webuy_title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}

.webuy_item {
  width: 25%;
  position: relative;
  padding: 120px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.8s ease;
}
.webuy_item:nth-child(4n+1) .webuy_icon::after {
  transform: rotate(-300deg);
}
.webuy_item:nth-child(4n+2) .webuy_icon::after {
  transform: rotate(-450deg);
}
.webuy_item:nth-child(4n+3) .webuy_icon::after {
  transform: rotate(-560deg);
}
.webuy_item:nth-child(4n+4) .webuy_icon::after {
  transform: rotate(-380deg);
}
.webuy_item:last-child {
  border-right: none;
}

.webuy_overflow_wrapper {
  margin-top: auto;
}

.webuy_item_inside {
  max-width: 450px;
  transform: translateY(calc(100% - 110px));
  transition: transform 0.5s ease;
  text-align: center;
}

.webuy_itemholder {
  display: flex;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.webuy_item_title {
  font-family: "Book Antiqua", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.webuy_text {
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transition: all 0.4s ease-in;
  text-align: center;
}

.webuy_icon {
  width: 110px;
  height: 110px;
  margin-bottom: 25px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webuy_icon img {
  position: relative;
}
.webuy_icon::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 100%;
  background-color: #E54044;
}
.webuy_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  background-image: url(images/ellipse-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s ease-in;
}

.webuy_text .btn {
  margin-top: 25px;
}
.webuy_text .btn:hover {
  color: #fff;
}

.webuy_item:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.webuy_item:hover .webuy_item_inside {
  transform: translateY(-50%);
}
.webuy_item:hover .webuy_text {
  opacity: 1;
  transition: all 0.4s ease-in;
}
.webuy_item:hover .webuy_icon::after {
  transform: rotate(0);
  transition: transform 0.5s ease-in;
}

@media (max-width: 1190px) {
  #webuy-block {
    height: auto;
    padding-bottom: 40px;
  }
  #webuy-block .webuy_title {
    padding-top: 35px;
  }
  .webuy_itemholder {
    border: none;
    padding-top: 140px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .webuy_item_inside {
    transform: translateY(0%);
  }
  .webuy_text {
    opacity: 1;
  }
  .webuy_icon {
    margin-bottom: 10px;
  }
  .webuy_item {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .webuy_item:last-child {
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .webuy_item:hover {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
  .webuy_item:hover .webuy_item_inside {
    transform: none;
  }
}
@media (max-width: 850px) {
  .webuy_itemholder .webuy_item {
    max-width: none;
  }
}
@media (max-width: 760px) {
  .webuy_itemholder {
    padding-top: 190px;
  }
}
@media (max-width: 500px) {
  .webuy_itemholder {
    padding-top: 135px;
  }
}
@media (max-width: 480px) {
  .webuy_title h2 {
    font-size: 22px;
  }
}/*# sourceMappingURL=block.css.map */