* {
  margin: 0px;
  padding: 0px;
}

html, body {
  min-height: 100vh;
}

body {
  font-family: "Poppins", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(22, 22, 22, 0.4);
  background-image: url('./../img/background.png');

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.context {
  box-sizing: border-box;
  left: 50%;
  padding: 10vmin 5vmin;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto;
  width: 100%;
  max-width: 680px;
  padding-bottom: 80px;
}

.area {
  background-color: #222;
  color: #fff;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  -o-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -webkit-background-attachment: fixed;
}
ul,
ol {
  padding-left: 0 !important;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(162, 122, 43, 0.25);
  animation: animate 25s;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.circles li:nth-child(11) {
  left: 95%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(12) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(13) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(14) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.header {
  margin-bottom: 15px;
}
.header img {
  width: 180px;
  /* border-radius: 100%; */
  /* padding: 1px; */
  /* border: 1px solid #ecece2; */
}
.header h3 {
  font-size: 32px;
  line-height: 20px;
  color: #a27a2b;
  margin-top: 20px;
  margin-bottom: 0;
}
.social-icon a {
  margin-right: 10px;
}
.social-icon a .icon {
  color: rgb(23 66 120 / 80%);
  font-size: 24px;
}
.social-icon a:last-child {
  margin-right: 0;
}
.button-group {
  margin-top: 32px;
}
.item-list {
  z-index: 9999;
  overflow: hidden;
  margin-bottom: 16px;
  /* background-color: rgb(162 122 43 / 50%); */
  background-color: #fff;
  /* box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1); */
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  position: relative;
  height: auto;
}
.item-list:hover {
  box-shadow: rgb(0 0 0 / 24%) 0px 4px 12px 0px;
  transform: scale(1.1);
}
.item-list a {
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0;
  line-height: 20px;
  color: #222;
  margin: 0px;
  border: none;
  text-align: center;
  cursor: pointer;
  background: none;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: auto;
  position: relative;
  width: 100%;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
}
.item-list a p {
  margin-bottom: 0;
}
.item-list a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 24px;
  width: 45px;
}
.item-list a .img-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 24px;
  /* width: 24px;
  height: 24px; */
  /* line-height: 45px; */
  /* border-radius: 50%; */
  /* font-size: 22px; */
}
/* Medium Layout: 991px. */
@media only screen and (max-width: 991px) {
  .content {
    padding: 2vmin;
  }
}
@media only screen and (max-width: 250px) {
  .social-icon a {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .context {
    height: 100%;
    overflow-y: scroll;
  }
}
.context {
  height: 100%;
  overflow-y: scroll;
}
.marsoul {
  width: 86px;
}
.the-chefz {
  width: 63px;
}
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  opacity: 0;
}


.wrapper {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 0;
}

.logo {
  display: block;
  max-width: 275px;
  margin: 0 auto;
}

.links > * + * {
  margin-top: 24px;
}

.link {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  box-shadow: 0px 4px 35.5px rgba(19, 101, 118, 0.04);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  gap: 12px;
  height: 64px;
  text-decoration: none;

  transition: border-color 0.25s ease;
}

.link div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.link p {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin: 0 !important;
}

.link:hover {
  border-color: #00A1C6;
}

.link .arrow {
  transition: transform 0.25s ease;
}
.link:hover .arrow {
  transform: translateX(10px);
}