body {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: black;
  /*height: 200vh;*/
  font-family: 'Expletus Sans' , sans-serif;
  position: static;
}

.a-link {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.a-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.a-link:hover {
  color: #ff0000;
}

.a-link:hover::before {
  transform: scaleX(1);
  background-color: #ff0000;
  transform-origin: bottom left;
}

.tagline-anim {
  display: flex;
  position: fixed;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  font-family: 'Russo One', sans-serif;
  justify-content: center;
  align-items: center;
  animation: bounceZoomIn 3s ease-in 1.5s forwards;
  transform: scale(1.10);
  background: black;
  border-style: ridge;
  border-radius: 40px;
  z-index: 1;
}

#fashion {
  transform: scale(0.98);
}

.tagline-sec {
  display: flex;
  position: relative;
  width: 200vw;
  justify-content: center;
  align-items: center;
  right: -50vw;
  animation: slideText 0.5s 1.5s forwards;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  margin-top: -1rem;
}

.tagline-sec-phrase {
  width: 100vw;
  overflow: hidden;
  text-align: center;
}

/* Coming Soon start */

/* .cs-body {
  text-align: center;
  background: #000000;
  width: 100%;
  animation: fadeIn 2s ease-out 5s forwards;
  opacity: 0;
  transform: translateY(50%);
  transition: height 1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 576px) {
  .cs-body > h1 {
    font-size: 54px;
  }
}

.cs-body > h1 {
  text-transform: uppercase;
  font-size: 44px;
  font-family: 'Russo One', sans-serif;
  padding: 30px;
} */

.cs-body {
  color: #fff;
  width: 100%;
  overflow: hidden;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: fadeIn 2s ease-out 5s forwards;
  opacity: 0;
  transition: height 1s ease;
  text-align: center;
  text-wrap: nowrap;
}

.cs-body > h1 {
  background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /*font-size: 5rem;*/
  font-family: "Russo One", sans-serif;
  -webkit-animation: reveal 3000ms ease-in-out 5.1s forwards, glow 2500ms linear 7s infinite alternate-reverse;
  animation: reveal 3000ms ease-in-out 5.1s forwards, glow 2500ms linear 7s infinite alternate-reverse;
}

@media (max-width: 576px) {
  .cs-body > h1 {
    font-size: 2.5rem;
  }
}

.subtitle {
  font-family: 'Righteous', sans-serif;
  font-weight: 100;
  font-size: 2vw;
  color: rgba(255,255,255,0.69);
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-align: center;
  position: relative;
  animation: glitch-2 4s 2.02s infinite;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .subtitle {
    font-size: 14px;
  }
}

@keyframes glitch-2 {
  1% {
    transform: rotateX(10deg) skewX(70deg);
  }
  3% {
    transform: rotateX(0deg) skewX(0deg);
  }
}

/* Coming Soon end */

/* Website content start */

.logo-img {
  position: relative;
  width: 10rem;
  /*margin-top: 1vw;*/
  flex: 2;
}

@media (min-width: 768px) {
  .logo-img {
    width: 15rem;
    /*margin-top: 3vw;*/
  }
}

#first-section {
  display: flex;
  flex: 4;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cs-body-size {
  height: 25vh;
}

#write-up {
  margin: auto;
  max-width: 1280px;
  font-size: calc(1.1rem + 0.3vw);
}

/* first section end - second section start */

#second-section {
  flex: 1.5 1 0;
  align-self: center;
  margin: 10vh 0vh 5vh 0vh;
}

.email-signup {
  font-family: "Quicksand", sans-serif;
  max-width: 1000px;
  background-color: #000000;
  padding: 20px;
  border-width: 2px;
  border-radius: 8px;
  border-color: rgb(0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.email-signup form {
  display: flex;
  flex-direction: column;
  width: 40vw;
}

@media screen and (max-width: 600px) {
  .email-signup form {
    width: 80vw;
  }
}

label {
  margin-bottom: 8px;
  font-weight: bold;
  color: #dcdcdc;
  font-family: 'Expletus Sans', sans-serif;
}

input {
  padding: 10px;
  margin-bottom: 15px;
  border: 0px solid #ffffff;
  border-radius: 5px;
  font-size: 1rem;
  padding: 15px;
}

input[type="email"], input[type="text"], input[type="tel"] {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input:focus {
  background-color: whitesmoke;
  border: 2px solid #ffffff;
  color: #000000;
  transform: scale(1.05);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.email-signup button {
  background-color: #ffffff;
  color: #ffffff;
  border: 0px solid #000000;
  cursor: pointer;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 20px 15px 20px;
  width: 50%;
  align-self: center;
}

.btn-grad {
  background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  /*box-shadow: 0 0 20px #999999;*/
  border-radius: 10px;
  display: block;
  background-position: left center;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

#content {
  height: auto;
  flex: 5;
  font-family: 'Expletus Sans', sans-serif;
  padding-bottom: 20px;
}

/* footer items */

footer {
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: row-reverse;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
}

ul > li {
  transition: 0.7s ease-in-out;
  transform: scale(1.0);
}

ul > li:hover {
  transform: scale(1.2);
  transition: 0.7s ease-in-out;
}

/* social media icons end */

#container {
  display: flex;
  flex-direction: column;
  height: 80vh;
}

#cs-fs {
  display: flex;
  flex-direction: column;
  flex: 2 1 0;
}

.btn-grad {
  font-family: 'Expletus Sans', sans-serif;
}

#scroll-d {
  animation: up-down 1s linear infinite;
  transition: color 0.5s ease-in;
  margin-top: -10px;
}

#scroll-d:hover {
  color: #ff0000;
}

@media (max-width: 992px) {
  #ty-text {
    font-size: 54px;
  }
}

/* Thank you content */

#ty-text {
  opacity: 0;
  background-color: #000000;
  color: #4db1bc;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  transform: translateY(150%);
  animation: fadeInn 4s ease forwards;
}

#ty-text > h1 {
  color: #ffffff;
  margin: 0;
  padding-bottom: 2rem;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  /*font-family: "Teko", sans-serif;*/
  font-size: 5rem;
  animation: glow 1.2s ease-in-out infinite alternate;
  text-align: center;
}

@keyframes glow {
  from {
    text-shadow: 0 0 20px #d9d9d9;
  }
  to {
    text-shadow: 0 0 30px #e1e1e1, 0 0 10px #ffffff;
  }
}

#home-btn {
  pointer-events: visiblefill;
  width: 190px;
}

@media (max-width: 576px) {
  #ty-text > h1 {
    font-size: 3rem;
  }
}

.golden {
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 200;
  font-family: "Righteous";
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
  animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

