@import "fonts.css";
@import url("https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=Borel&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Truculenta:opsz,wght@12..72,100..900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
}

#content {
  height: 100vh;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  overflow: hidden;
  position: relative;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
}
.part2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#nightSky {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.text-container {
  position: relative;
  z-index: 10;
  text-align: left;
  padding: 20px;
  width: 100%;
  height: 95vh;
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  padding-left: 5vw;
  gap: 5px;
}

/* #app {
  text-decoration: underline;
} */

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.part2 {
  background: linear-gradient(-45deg, #000000, #4d0601);
  /* background-size: 400% 400%; */
  /* animation: gradient 15s ease infinite; */
}

.spicy {
  color: #ff4136;
}

.head {
  color: white;
  font-size: 4vw;
  line-height: 1.2;
}

.navbar {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(163, 191, 212, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  width: 80%;
  height: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.navbar-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 33.33%; */
}

.nav-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #d29dbc;
}

.borel-regular {
  font-family: "Borel", serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-alternates-medium {
  font-family: "Montserrat Alternates", serif;
  font-weight: 500;
  font-style: normal;
}
.atma-regular {
  font-family: "Atma", serif;
  font-weight: 400;
  font-style: normal;
}
.head-component {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  /* height: 100vh; */
  color: white;
  width: 60%;
}
.spline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  width: 40%;
  height: 100%;
  scale: 0.8;
}
.truculenta-500 {
  font-family: "Truculenta", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.logo {
  font-size: 3vw;
  color: white;
}

/* From Uiverse.io by cssbuttons-io */
.visit-button {
  --color: red;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 3.5em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  background-color: transparent;
}

.visit-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.visit-button:hover {
  color: #fff;
}

.visit-button:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.visit-button:hover:before {
  top: -30px;
  left: -30px;
}

.visit-button:active:before {
  background: #3a0ca3;
  transition: background 0s;
}
.part2 {
  position: relative;
}

.carousel-container {
  width: 90vw;
  height: 90%;
  /* max-width: 600px */
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* border: 2px solid red; */
}

.carousel {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  height: 100%;
  border-color: red;
  border-width: 2px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-image {
  flex: 0 0 100%;
  /* width: 90vw; */
  height: 100%;
  object-fit: cover;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  border: 5px solid var(--red);
}

.carousel-image:hover {
  transform: scale(1.05);
}

.carousel-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}
.piyushsir {
  background-position: top center;
}
.nav-button {
  background-color: rgba(124, 124, 124, 0.7);
  border: none;
  color: red;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background-color: rgba(124, 124, 124, 0.7);
  color: red;
}
.part-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000000, #4d0601);
}
.part-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #000000, #4d0601);
}
.blog {
  width: 90%;
  height: 90%;
  border-radius: 15px;
}
.conciousness-h {
  color: white;
  font-size: 4vw;
  line-height: 1.2;
}
.part-3 {
  display: flex;
  flex-direction: column;
}
.button {
  position: relative;
  width: 10vw;
  height: 8vh;
  border-radius: 15px;
  background-color: #ff4136;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.heart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  fill: white;
  transition: transform 0.3s ease;
}

@keyframes heartBeat {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.heart.beating {
  animation: heartBeat 0.5s infinite;
}

.progress-bar {
  width: 200px;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
}

.progress {
  width: 0;
  height: 100%;
  background-color: #ff4136;
  transition: width 0.1s linear;
}
@media (max-width: 768px) {
  .carousel-container {
    max-width: 90%;
  }

  .nav-button {
    font-size: 18px;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  .carousel-nav {
    padding: 0 10px;
  }

  .nav-button {
    font-size: 16px;
    padding: 6px 10px;
  }
}

@media (max-width: 768px) {
  .head {
    font-size: 6vw;
  }

  .navbar {
    width: 90%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .head {
    font-size: 8vw;
  }

  .navbar-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
/* From Uiverse.io by milley69 */
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #000000;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
}
.loading svg polyline {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading svg polyline#back {
  fill: none;
  stroke: #ff4d5033;
}

.loading svg polyline#front {
  fill: none;
  stroke: #ff4d4f;
  stroke-dasharray: 48, 144;
  stroke-dashoffset: 192;
  animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
  72.5% {
    opacity: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}
