@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
i,
select {
  margin: 0;
  padding: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #2c3138; */
  -webkit-perspective: 90rem;
  perspective: 90rem;
  -webkit-perspective-origin: 34% 61%;
  perspective-origin: 34% 61%;

  /* background: radial-gradient(circle, #292828 10%, transparent 11%);
  background-size: 3em 3em;
  opacity: 1; */
  background-color: #0d0d0e;
}

img {
  width: 160px;
}

button {
  cursor: pointer;
  outline: 0;
  width: 180px;
  height: 48px;
  border-radius: 8px;
  background-color: #2c3138;
  margin-top: -275px;
  overflow: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

button::after {
  content: '';
  position: relative;
  top: -40px;
  display: block;
  width: 48px;
  height: 107%;
  margin-top: -1px;
  margin-left: -7px;
  border-radius: 6px 0 0 6px;
  background-repeat: no-repeat;
  background-position: center;
}

button::before {
  content: '';
  display: block;
  width: 48px;
  height: 46px;
  margin-left: -7px;
  margin-top: -1px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.75, 0.5, 1.25);
  transition: all 200ms cubic-bezier(0.25, 0.75, 0.5, 1.25);
}

.box-1:hover button::before {
  width: 120%;
  opacity: 0.8;
  background-color: #00bf9c;
}

.box-2:hover button::before {
  width: 120%;
  opacity: 0.8;
  background-color: #653ee6;
}

.box-3:hover button::before {
  width: 120%;
  opacity: 0.8;
  background-color: #008bff;
}

.box-4:hover button::before {
  width: 120%;
  opacity: 0.8;
  background-color: #ff6500;
}

.box-5:hover button::before {
  width: 120%;
  opacity: 0.8;
  background-color: #ff0000;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70vw;
  height: 100vh;
  margin-left: 0vw;
  /* transform:rotateX(7deg) rotateZ(-4deg) rotateY(13deg) scale3d(1, 1, -0.9); */
  -webkit-transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg)
    scale3d(1, 1, -0.9);
  transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg) scale3d(1, 1, -0.9);
}

.svg-title {
  display: block;
}

.logo {
  position: absolute;
  top: 4vh;
  width: 100px;
}

.subtitle {
  position: absolute;
  color: white;
  top: 35vh;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.footer {
  position: absolute;
  color: #f4f4f4;
  bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: transform;
}

.box:hover .cover {
  -webkit-transform: translateY(-15px) scale(1.04);
  transform: translateY(-15px) scale(1.04);
  cursor: pointer;
}

.box-1 button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
}

.box-2 button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
}

.box-3 button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
}

.box-4 button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
}

.box-5 button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
}

.cover {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  will-change: transform;
}

.cover img {
  -webkit-transition: all 260ms ease-in-out;
  transition: all 260ms ease-in-out;
}

.box .cover::after {
  content: '';
  z-index: -99;
  position: absolute;
  top: 20px;
  left: -20px;
  display: block;
  width: 160px;
  height: 214px;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 160px 214px;
  -webkit-filter: blur(24px);
  filter: blur(24px);
  -webkit-transition: all 260ms ease-in-out;
  transition: all 260ms ease-in-out;
  will-change: transform;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.box:hover .cover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.box-1 .cover::after {
  background-image: url('img/sibinwas.jpeg');
}

.box-2 .cover::after {
  background-image: url('img/sitara.jpeg');
}

.box-3 .cover::after {
  background-image: url('img/sibudi.jpeg');
}

.box-4 .cover::after {
  background-image: url('img/monti.jpeg');
}

.box-5 .cover::after {
  background-image: url('img/sniper.jpeg');
}

.box-1 button div::before {
  content: 'SIBINWAS';
  position: relative;
  top: -44px;
  left: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.box-1:hover button div::before {
  color: #fff;
}

.box-2 button div::before {
  content: 'SITARA';
  position: relative;
  top: -44px;
  left: 15px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.box-2:hover button div::before {
  color: #fff;
}

.box-3 button div::before {
  content: 'SIBUDI';
  position: relative;
  top: -44px;
  left: 9px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.box-3:hover button div::before {
  color: #fff;
}

.box-4 button div::before {
  content: 'MONTI';
  position: relative;
  top: -44px;
  left: 7px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.box-4:hover button div::before {
  color: #fff;
}

.box-5 button div::before {
  content: 'SNIPER';
  position: relative;
  top: -44px;
  left: 9px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.box-5:hover button div::before {
  color: #fff;
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

* {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}

#Particles-BG {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}

svg {
  font-family: 'Russo One', sans-serif;
  position: absolute;
  margin-top: -45vh;
  width: 100%;
  height: 100%;
}

svg text {
  text-transform: uppercase;
  animation: stroke 5s infinite alternate;
  stroke-width: 2;
  stroke: #ffc232;
  font-size: 140px;
}
@keyframes stroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgba(255, 194, 50, 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgba(255, 194, 50, 1);
  }
  80% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgba(255, 194, 50, 1);
    stroke-width: 3;
  }
  100% {
    fill: rgb(233, 163, 0);
    stroke: rgba(54, 95, 160, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

@media screen and (max-width: 600px) {
  .container {
    width: 100vw;
    top: 20vh;
    align-content: space-evenly;
  }

  img {
    width: 120px;
  }

  button {
    margin-top: 0px;
  }

  body {
    position: relative;
  }

  svg {
    margin-top: -110vh;
  }

  .logo {
    top: -18vh;
    width: 50px;
  }

  .subtitle {
    top: -10px;
    text-align: center;
    font-size: 0.8rem;
  }

  .footer {
    font-size: 0.5rem;
    text-align: center;
    bottom: -30px;
    padding: 30px 0;
  }
}
