﻿
@import url(css-Oswald400700.css);
@import url(css-Nunito400700.css);
:root {
  background: -webkit-linear-gradient(top, #222838 0%, #131621 100%);
  height: 100vh;
}

.container {
  width: 334px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  transform: translateY(-50%);
}

a {
  color: white;
  text-decoration: none;
}

h1, h2 {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

h2 {
  font-size: 14px;
  margin-bottom: 30px;
  color: #24E2B8;
}

.five, .four, .three, .two, .one {
  border: none;
  border-radius: 4px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  padding: 20px 50px 20px 70px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  color: white;
  outline: none;
  cursor: pointer;
  width: 100%;
  transition: background-position 0.7s, box-shadow 0.4s;
  background-size: 110%;
  font-family: "Oswald", sans-serif;
}
.five:hover, .four:hover, .three:hover, .two:hover, .one:hover {
  background-position: 0% 30%;
}
.five:hover:after, .four:hover:after, .three:hover:after, .two:hover:after, .one:hover:after {
  right: -40px;
  transition: right 0.4s, transform 30s 0.2s linear;
}

.one {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #782CDA;
  background-image: linear-gradient(to bottom, #782CDA, rgba(126, 94, 162, 0.51)), url("../image/img-20231221110228.jpg");
}
.one:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #782CDA;
}
.one:hover:after {
  transform: scale(1);
}
.one:hover:before {
  transform: scale(1.2);
}

.one b {
  color: #DDA6FF;
  font-weight: 700;
}

.two {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #E48A3C;
  background-image: linear-gradient(to bottom, #E48A3C, rgba(222, 135, 61, 0.24)), url("../image/i-love-shopping_1920x1200_83206.jpg");
}
.two:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #E48A3C;
}
.two:hover:after {
  transform: scale(1);
}
.two:hover:before {
  transform: scale(1.2);
}

.two b {
  color: #FFD9B4;
  font-weight: 700;
}



.three {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #36C176;
  background-image: linear-gradient(to bottom, #36C176, rgba(86, 202, 139, 0.18)), url("../image/img-20231221110201.jpg");
}

.three:hover:after {
  transform: scale(1);
}
.three:hover:before {
  transform: scale(1.2);
}

.three b {
  color: #63FFAC;
  font-weight: 700;
}

.four {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #33E7EA;
  background-image: linear-gradient(to bottom, #33E7EA, rgba(161, 245, 245, 0.24)), url("../image/img-20231221110108.jpg");
}
.four:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #33E7EA;
}
.four:hover:after {
  transform: rotate(3000deg);
}
.four:hover:before {
  transform: rotate(360deg);
}

.four b {
  color: #1CF4FF;
  font-weight: 700;
}

.five {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #DE3964;
  background-image: linear-gradient(to bottom, #DE3964, rgba(154, 40, 87, 0.24)), url("../image/hakkasan-nightclub_tiesto-smalls.jpg");
}
.five:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #DE3964;
}
.five:hover:after {
  transform: scale(1);
}
.five:hover:before {
  transform: scale(1.2);
}

.five b {
  color: #F764FF;
  font-weight: 700;
}