@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html,
body {
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  background: linear-gradient(315deg, #525252 0%, #393E46 74%);
}
.wrapper .button {
  display: inline-block;
  height: 60px;
  width: 60px;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  background: #D8D8D8;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.wrapper .button:hover {
  width: 200px;
}
.wrapper .button .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1):hover .icon {
  background: #4267b2;
}
.wrapper .button:nth-child(2):hover .icon {
  background: #1da1f2;
}
.wrapper .button:nth-child(3):hover .icon {
  background: #e1306c;
}
.wrapper .button:nth-child(4):hover .icon {
  background: #333;
}
.wrapper .button:nth-child(5):hover .icon {
  background: #ff0000;
}
.wrapper .button:nth-child(6):hover .icon {
  background: #1db954;
}
.wrapper .button:nth-child(7):hover .icon {
  background: #007bb5;
}
.wrapper .button:nth-child(8):hover .icon {
  background: #ea4335;
}

.wrapper .button:nth-child(9):hover .icon {
  background: #4995be;
}

.wrapper .button .icon i {
  font-size: 25px;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.wrapper .button:hover .icon i {
  color: #fff;
}
.wrapper .button span {
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1) span {
  color: #4267b2;
}
.wrapper .button:nth-child(2) span {
  color: #1da1f2;
}
.wrapper .button:nth-child(3) span {
  color: #e1306c;
}
.wrapper .button:nth-child(4) span {
  color: #333;
}
.wrapper .button:nth-child(5) span {
  color: #ff0000;
}
.wrapper .button:nth-child(6):hover span {
  color: #1db954;
}
.wrapper .button:nth-child(7):hover span {
  color: #00a0dc;
}

.wrapper .button:nth-child(8):hover span {
  color: #ea4345;
}
.wrapper .button:nth-child(9):hover span {
  color: #6cc1e3;
}

.wrapper .button:nth-child(1) span a:link {
  color: #4267b2;
  text-decoration: none;
}
.wrapper .button:nth-child(2) span a:link {
  color: #1da1f2;
  text-decoration: none;
}
.wrapper .button:nth-child(3) span a:link {
  color: #e1306c;
  text-decoration: none;
}
.wrapper .button:nth-child(4) span a:link {
  color: #333;
  text-decoration: none;
}
.wrapper .button:nth-child(5) span a:link {
  color: #ff0000;
  text-decoration: none;
}
.wrapper .button:nth-child(6):hover span a:link {
  color: #1db954;
  text-decoration: none;
}

.wrapper .button:nth-child(7):hover span a:link {
  color: #00a0dc;
  text-decoration: none;
}

.wrapper .button:nth-child(8):hover span a:link {
  color: #ea4345;
  text-decoration: none;
}

.wrapper .button:nth-child(9):hover span a:link {
  color: #6cc1e3;
  text-decoration: none;
}

.wrapper .button:nth-child(1) span a:visited {
  color: #4267b2;
  text-decoration: none;
}
.wrapper .button:nth-child(2) span a:visited {
  color: #1da1f2;
  text-decoration: none;
}
.wrapper .button:nth-child(3) span a:visited {
  color: #e1306c;
  text-decoration: none;
}
.wrapper .button:nth-child(4) span a:visited {
  color: #333;
  text-decoration: none;
}
.wrapper .button:nth-child(5) span a:visited {
  color: #ff0000;
  text-decoration: none;
}
.wrapper .button:nth-child(6):hover span a:visited {
  color: #1db954;
  text-decoration: none;
}
.wrapper .button:nth-child(7):hover span a:visited {
  color: #00a0dc;
  text-decoration: none;
}

.wrapper .button:nth-child(8):hover span a:visited {
  color: #ea4345;
  text-decoration: none;
}

.wrapper.button:nth-child(9):hover span a:visited {
  color: #6cc1e3;
  text-decoration: none;
}

.wrapper .button:nth-child(1) span a:active {
  color: #4267b2;
  text-decoration: none;
}
.wrapper .button:nth-child(2) span a:active {
  color: #1da1f2;
  text-decoration: none;
}
.wrapper .button:nth-child(3) span a:active {
  color: #e1306c;
  text-decoration: none;
}
.wrapper .button:nth-child(4) span a:active {
  color: #333;
  text-decoration: none;
}
.wrapper .button:nth-child(5) span a:active {
  color: #ff0000;
  text-decoration: none;
}
.wrapper .button:nth-child(6):hover span a:active {
  color: #1db954;
  text-decoration: none;
}
.wrapper .button:nth-child(7):hover span a:active {
  color: #00a0dc;
  text-decoration: none;
}

.wrapper .button:nth-child(8):hover span a:active {
  color: #ea4345;
  text-decoration: none;
}

.wrapper.button:nth-child(9):hover span a:active {
  color: #6cc1e3;
  text-decoration: none;
}

.pepsi {
  position:absolute;
  bottom:-66px;
  left:0;
  width:380px;
  height:auto
 }
