::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 4px;
}

body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.banner,
.banner2 {
  width: 50vw;
  overflow: hidden;
  position: relative;
}

.banner {
  height: 200vh;
  /* background-image: url('img/trion1c.jpg'); */
  background-image: url('../images/new');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner2 {
  height: 100vh;
}

.banner .product,
.banner2 .product2 {
  width: 80px;
  min-height: 800px;
  translate: -50% 12%;
  bottom: 80px;
  left: 50%;
  z-index: 1;
  transition: 0.7s;
  --left: 0px;
  --top: 0px;
}

.banner2 .product2 {
  min-height: 100px;
  translate: 250% -10%;
}

.banner .product .cardinit,
.banner .product .cardextra,
.banner2 .product2 .card2,
.banner2 .product2 .card3,
.banner2 .product2 .card4,
.banner2 .product2 .card5 {
  background: var(--url) var(--left) 0px, url('../images/stickmockup.png');
  width: 116px;
  aspect-ratio: 116/761;
  background-blend-mode: multiply;
  mask-image: url('../images/stickmockup.png');
  mask-size: auto 100%;
  transition: 0.7s;
}

.banner .product .cardinit,
.banner .product .cardextra {
  transform: scale(0.3);
  translate: -400px -50px;
  position: absolute;
}

.banner2 .product2 .card2,
.banner2 .product2 .card3,
.banner2 .product2 .card4,
.banner2 .product2 .card5 {
  transform: scale(0.6);
}

.banner .product .cardextra,
.banner2 .product2 .cardextra2 {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out 1s forwards;
}

.extra-content {
  position: absolute;
  left: -400px;
  top: 100%;
  width: 60vw;
  height: 83vh;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  opacity: 0;
}

@media (min-width: 1200px) {
  .extra-content {
    top: 100%;
  }

}

.extra-content h5,
.item_content h5 {
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.item_p1 {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.item_p2 {
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  color: #c2c2c2;
}

.heading {
  position: absolute;
  margin-left: 5vw;
  margin-top: 25vh;
  padding: 30px 40px;
  border-radius: 50px;
  z-index: 1;
  font-size: 2.5rem;
  height: 50vh;
  /* width: 35vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.know-more-button {
  --black-700: rgb(255, 255, 255);
  --border_radius: 9999px;
  --transtion: 0.3s ease-in-out;
  --offset: 2px;

  cursor: pointer;
  position: relative;

  display: flex;
  align-items: center;
  gap: 0.5rem;

  transform-origin: center;

  padding: 16px 40px;
  background-color: transparent;

  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));

  transition: transform var(--transtion);
}

.know-more-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: var(--black-700);

  border-radius: var(--border_radius);
  box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%),
    0px 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))),
    0 0 0 calc(var(--active, 0) * 0.375rem) #216bb3;

  transition: all var(--transtion);
  z-index: 0;
}

.know-more-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: #216bb3;
  background-image: radial-gradient(at 51% 89%,
      #e8d7ff 0px,
      transparent 50%),
    radial-gradient(at 100% 100%, #509ed6 0px, transparent 50%),
    radial-gradient(at 22% 91%, #216bb3 0px, transparent 50%);
  background-position: top;

  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transtion);
  z-index: 2;
}

.know-more-button:is(:hover, :focus-visible) {
  --active: 1;
}

.know-more-button:active {
  transform: scale(1);
}

.know-more-button .dots_border {
  --size_border: calc(100% + 6px);

  overflow: hidden;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;

  border-radius: var(--border_radius);
  z-index: -10;
}

.know-more-button .dots_border::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);

  width: 100%;
  height: 2rem;
  background-color: white;

  mask: linear-gradient(transparent 0%, white 120%);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.know-more-button .text_button {
  position: relative;
  z-index: 10;

  background-image: linear-gradient(90deg,
      #221e1e 0%,
      #00000071 120%);
  background-clip: text;

  font-size: 20px;
  color: transparent;
}

.know-more-button:is(:hover, :focus-visible) .text_button {
  --active: 1;
  background-image: linear-gradient(90deg,
      #ffffff 0%,
      #ffffff71 120%);
}



.know-more-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin-top: 15px;
  position: relative;
}

.arrow-container {
  padding: 10px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.know-more-wrapper:hover .arrow-container {
  opacity: 1;
  transform: translateX(0);
}


.know-more-hr {
  width: 95%;
  border: 1px solid #ffffff44;
}

.product-section {
  width: 50vw;
  height: 100%;
  background-color: #121212;
}


.carousel {
  width: 100vw;
  height: 75vh;
  position: relative;
  overflow: hidden;
  /* margin-top: -175px; */
  z-index: -1;
}

.list {
  width: 100%;
  height: 100%;
}

.item {
  width: 100%;
  height: 100%;
  background-color: #216bb3;
  background-image: radial-gradient(circle, var(--background) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

.item.active {
  display: block;
}

.item.hidden {
  display: block;
  pointer-events: none;
  background-color: transparent;
  z-index: 1;
}

.item img.items {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) scale(1.15);
  z-index: 15;
  pointer-events: none;
}

.item .content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 282px;
  font-weight: 900;
  font-family: system-ui;
  white-space: nowrap;
  letter-spacing: -14px;
}

#prev,
#next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #eee9;
  background-color: #eee5;
  color: #eee;
  font-size: x-large;
  font-family: monospace;
  cursor: pointer;
  z-index: 15;
}

#prev {
  left: 20px;
}

#next {
  right: 20px;
}

@keyframes toActive {
  from {
    top: 100%;
    opacity: 0;
  }
}

@keyframes toOut {
  from {
    top: 50%;
    opacity: 1;
  }
}

.item.active img.items {
  animation: toActive 0.5s ease-in-out 1;
}

.item.hidden img.items {
  animation: toOut 0.8s ease-in-out 1;
  top: -100%;
  opacity: 0;
}

.item.active .content {
  animation: toActive 0.8s ease-in-out 1;
}

.item.hidden .content {
  opacity: 0;
}

.carousel.right .item.active img.items {
  animation: toActivePrev 0.5s ease-in-out 1;
}

.carousel.right .item.hidden img.items {
  animation: toOut 0.8s ease-in-out 1;
  top: 100%;
  opacity: 0;
}

.carousel.right .item.active .content {
  animation: toActivePrev 0.8s ease-in-out 1;
}

@keyframes toActivePrev {
  from {
    top: 0;
    opacity: 0;
  }
}

:root {
  --width-mockup: calc(116px / 2);
  --height-mockup: calc(761px / 2);
}

.mockup {
  position: absolute;
  top: 46%;
  left: 50%;
  --left: 0%;
  z-index: 10;
  transform: translate(-50%, -40%);
  height: var(--height-mockup);
  width: var(--width-mockup);
  background: url(../images/stickmockup.png) 0 0 no-repeat, url(../images/listSoda.png) var(--left) 0;
  background-size: auto 100%;
  background-blend-mode: multiply;
  mask-image: url(../images/stickmockup.png);
  mask-repeat: no-repeat;
  mask-size: auto 100%;
  transition: background 0.5s;
}

.shadow {
  width: var(--width-mockup);
  height: 300px;
  background-color: #0008;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translateX(-50%);
  filter: blur(40px);
}

.boy {
  position: absolute;
  top: 20%;
  right: -10%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.responsive-container {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  width: 100%;
  color: #ffffff;
}

.n40 {
  position: absolute;
  top: 3%;
  z-index: 999;
  height: auto;
  width: 60vh;
  left: 50%;
  transform: translate(-55%, 20%) scale(1.5);
}

.n40-1 {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 360px;
  font-weight: 900;

  background: linear-gradient(to bottom, #7577a7, #a1a6dd);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  line-height: 1;
  display: inline-block;
}

.n40-2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 360px;
  font-weight: 900;

  background: linear-gradient(to bottom, #a6ade3, #bec2ff);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  line-height: 1;
  display: inline-block;
}

.n40-3 {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 360px;
  font-weight: 900;

  background: linear-gradient(to right, #3a4185, #acb4fd);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  line-height: 1;
  display: inline-block;
  filter: blur(8px);
}

@media (max-width: 1100px) {
  .n40-1 {
    font-size: 80px;
  }

  .n40-2 {
    font-size: 80px;
  }

  .n40-3 {
    font-size: 80px;
  }

  .floating-atom-wrapper {
    transform: scale(0.4);
  }

}

.hover-section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  background-image: url(../images/black-bg.jpg);
  width: 100vw;
}

.np {
  color: #274191;
  position: absolute;
  bottom: 5%;
  left: 50%;
  translate: -50%;
  font-size: 16px;
}

.np-sub {
  position: absolute;
  top: 24%;
  z-index: 1000;
  height: auto;
  width: 11vh;
  right: 10%;
  transform: translate(-65%, 20%);
}

@media (min-width: 2400px) {
  .mockup {
    transform: scale(5);
  }

}

@media (min-width: 1600px) {

  .banner {
    height: 144vh;
  }

  .responsive-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    width: 100%;
  }

  .mockup {
    transform: scale(1.5);
    translate: 0% -40%;
  }

  .extra-content {
    top: 125%;
  }
}

@media (min-width: 1550px) {
  .banner {
    height: 180vh;
  }
}

@media (max-width: 1200px) {
  .banner {
    width: 100vw;
    height: 100vh;
    background-image: url('../images/trion3-new.png');
  }

  .hover-section {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
  }

  .banner2 {
    width: 100vw;
    background-color: #121212;
  }

  .banner .product {
    min-height: 700px;
    translate: -40% 40%;
  }

  .banner2 .product2 {
    translate: 200% -20%;
  }

  .extra-content {
    left: -250px;
    top: 95%;
    width: 65vw;
    padding: 10px;
  }

  .extra-content h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .extra-content h1 {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .item_p1 {
    display: none;
  }

  .item_p2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    padding-left: 5vw;
    padding-top: 0vh;
  }

  .responsive-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .banner {
    height: 120vh;
  }

  .np {
    display: none;
  }

  .np-sub {
    display: none;
  }

  .grad-container {
    display: none !important;
  }

  .banner2 {
    height: 80vh;
  }

  .extra-content {
    width: 70vw;
    top: 100%;
    left: -150px;
  }

  .item .content {
    font-size: 220px;
    transform: translate(-50%, -165px);
  }

  .boy {
    position: absolute;
    top: 20%;
    right: -35%;
    transform: scale(0.8);
    z-index: -1;
    transform: translate(-50%, -50%);
  }

  .responsive-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    width: 100%;
  }
}

@media (max-width: 769px) {

  .boy {
    position: absolute;
    top: 20%;
    right: -70%;
    z-index: -1;
    transform: scale(0.9) translate(-50%, -50%);
  }

  .banner {
    height: 140vh;
  }

  .banner2 {
    height: 60vh;
  }

  .extra-content {
    width: 75vw;
    top: 105%;
    left: -200px;
    padding-right: 20px;
  }

  .item .content {
    font-size: 150px;
    letter-spacing: -6px;
  }

  .item img.items {
    display: none;
  }
}

@media (max-width: 576px) {
  .banner {
    height: 150vh;
  }

  .banner2 {
    height: 50vh;
  }

  .extra-content {
    width: 60vw;
    top: 90%;
    left: -30px;
  }

  .item .content {
    font-size: 100px;
    letter-spacing: -4px;
  }

  .n40 {
    width: 13vh;
    transform: translate(-60%, 20%) scale(1.5);
  }

  .floating-atom-wrapper {
    display:none !important;
  }

}

@media (max-width: 376px) {
  .banner {
    height: 200vh;
  }

  .banner2 {
    height: 50vh;
  }

  .extra-content {
    width: 65vw;
    top: 90%;
  }

  .item .content {
    font-size: 100px;
    letter-spacing: -4px;
  }

  .heading {
    padding-top: 20vh;
  }
}





#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.logo-glow {
  width: 200px;
  animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
  0% {
    filter: drop-shadow(0 0 0px #ffffff);
  }

  50% {
    filter: drop-shadow(0 0 12px #ffffff);
  }

  100% {
    filter: drop-shadow(0 0 0px #ffffff);
  }
}

/* 
.gradient-bg {
  position: relative;
  background: linear-gradient(120deg, #000000, #000000);
  background-size: 200% 200%;
  transition: background 0.1s ease;
} */



.home-image-section {
  position: relative;
}


#rain-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 4px;
}

body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.banner,
.banner2 {
  width: 50vw;
  overflow: hidden;
  position: relative;
}

.banner {
  height: 200vh;
  /* background-image: url('img/trion1c.jpg'); */
  background-image: url('../images/new-background.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner2 {
  height: 100vh;
}

.banner .product,
.banner2 .product2 {
  width: 80px;
  min-height: 800px;
  translate: -50% 12%;
  bottom: 80px;
  left: 50%;
  z-index: 1;
  transition: 0.7s;
  --left: 0px;
  --top: 0px;
}

.banner2 .product2 {
  min-height: 100px;
  translate: 250% -10%;
}

.banner .product .cardinit,
.banner .product .cardextra,
.banner2 .product2 .card2,
.banner2 .product2 .card3,
.banner2 .product2 .card4,
.banner2 .product2 .card5 {
  background: var(--url) var(--left) 0px, url('../images/stickmockup.png');
  width: 116px;
  aspect-ratio: 116/761;
  background-blend-mode: multiply;
  mask-image: url('../images/stickmockup.png');
  mask-size: auto 100%;
  transition: 0.7s;
}

.banner .product .cardinit,
.banner .product .cardextra {
  transform: scale(0.3);
  translate: -400px -50px;
  position: absolute;
}

.banner2 .product2 .card2,
.banner2 .product2 .card3,
.banner2 .product2 .card4,
.banner2 .product2 .card5 {
  transform: scale(0.6);
}

.banner .product .cardextra,
.banner2 .product2 .cardextra2 {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out 1s forwards;
}

.extra-content {
  position: absolute;
  left: -400px;
  top: 100%;
  width: 60vw;
  height: 83vh;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  opacity: 0;
}

@media (min-width: 1200px) {
  .extra-content {
    top: 100%;
  }

}

.extra-content h5,
.item_content h5 {
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.item_p1 {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.item_p2 {
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  color: #c2c2c2;
}

.heading {
  position: absolute;
  margin-left: 5vw;
  margin-top: 25vh;
  padding: 30px 40px;
  border-radius: 50px;
  z-index: 1;
  font-size: 2.5rem;
  height: 50vh;
  /* width: 35vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.know-more-button {
  --black-700: rgb(255, 255, 255);
  --border_radius: 9999px;
  --transtion: 0.3s ease-in-out;
  --offset: 2px;

  cursor: pointer;
  position: relative;

  display: flex;
  align-items: center;
  gap: 0.5rem;

  transform-origin: center;

  padding: 16px 40px;
  background-color: transparent;

  border: none;
  border-radius: var(--border_radius);
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));

  transition: transform var(--transtion);
}

.know-more-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: var(--black-700);

  border-radius: var(--border_radius);
  box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%),
    0px 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))),
    0 0 0 calc(var(--active, 0) * 0.375rem) #216bb3;

  transition: all var(--transtion);
  z-index: 0;
}

.know-more-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: #216bb3;
  background-image: radial-gradient(at 51% 89%,
      #e8d7ff 0px,
      transparent 50%),
    radial-gradient(at 100% 100%, #509ed6 0px, transparent 50%),
    radial-gradient(at 22% 91%, #216bb3 0px, transparent 50%);
  background-position: top;

  opacity: var(--active, 0);
  border-radius: var(--border_radius);
  transition: opacity var(--transtion);
  z-index: 2;
}

.know-more-button:is(:hover, :focus-visible) {
  --active: 1;
}

.know-more-button:active {
  transform: scale(1);
}

.know-more-button .dots_border {
  --size_border: calc(100% + 6px);

  overflow: hidden;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: var(--size_border);
  height: var(--size_border);
  background-color: transparent;

  border-radius: var(--border_radius);
  z-index: -10;
}

.know-more-button .dots_border::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);

  width: 100%;
  height: 2rem;
  background-color: white;

  mask: linear-gradient(transparent 0%, white 120%);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.know-more-button .text_button {
  position: relative;
  z-index: 10;

  background-image: linear-gradient(90deg,
      #221e1e 0%,
      #00000071 120%);
  background-clip: text;

  font-size: 20px;
  color: transparent;
}

.know-more-button:is(:hover, :focus-visible) .text_button {
  --active: 1;
  background-image: linear-gradient(90deg,
      #ffffff 0%,
      #ffffff71 120%);
}



.know-more-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin-top: 15px;
  position: relative;
}

.arrow-container {
  padding: 10px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.know-more-wrapper:hover .arrow-container {
  opacity: 1;
  transform: translateX(0);
}


.know-more-hr {
  width: 95%;
  border: 1px solid #ffffff44;
}

.product-section {
  width: 50vw;
  height: 100%;
  background-color: #121212;
}


.carousel {
  width: 100vw;
  height: 75vh;
  position: relative;
  overflow: hidden;
  /* margin-top: -175px; */
  z-index: -1;
}

.list {
  width: 100%;
  height: 100%;
}

.item {
  width: 100%;
  height: 100%;
  background-color: #216bb3;
  background-image: radial-gradient(circle, var(--background) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

.item.active {
  display: block;
}

.item.hidden {
  display: block;
  pointer-events: none;
  background-color: transparent;
  z-index: 1;
}

.item img.items {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) scale(1.15);
  z-index: 15;
  pointer-events: none;
}

.item .content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 282px;
  font-weight: 900;
  font-family: system-ui;
  white-space: nowrap;
  letter-spacing: -14px;
}

#prev,
#next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #eee9;
  background-color: #eee5;
  color: #eee;
  font-size: x-large;
  font-family: monospace;
  cursor: pointer;
  z-index: 15;
}

#prev {
  left: 20px;
}

#next {
  right: 20px;
}

@keyframes toActive {
  from {
    top: 100%;
    opacity: 0;
  }
}

@keyframes toOut {
  from {
    top: 50%;
    opacity: 1;
  }
}

.item.active img.items {
  animation: toActive 0.5s ease-in-out 1;
}

.item.hidden img.items {
  animation: toOut 0.8s ease-in-out 1;
  top: -100%;
  opacity: 0;
}

.item.active .content {
  animation: toActive 0.8s ease-in-out 1;
}

.item.hidden .content {
  opacity: 0;
}

.carousel.right .item.active img.items {
  animation: toActivePrev 0.5s ease-in-out 1;
}

.carousel.right .item.hidden img.items {
  animation: toOut 0.8s ease-in-out 1;
  top: 100%;
  opacity: 0;
}

.carousel.right .item.active .content {
  animation: toActivePrev 0.8s ease-in-out 1;
}

@keyframes toActivePrev {
  from {
    top: 0;
    opacity: 0;
  }
}

:root {
  --width-mockup: calc(116px / 2);
  --height-mockup: calc(761px / 2);
}

.mockup {
  position: absolute;
  top: 46%;
  left: 50%;
  --left: 0%;
  z-index: 10;
  transform: translate(-50%, -40%);
  height: var(--height-mockup);
  width: var(--width-mockup);
  background: url(../images/stickmockup.png) 0 0 no-repeat, url(../images/listSoda.png) var(--left) 0;
  background-size: auto 100%;
  background-blend-mode: multiply;
  mask-image: url(../images/stickmockup.png);
  mask-repeat: no-repeat;
  mask-size: auto 100%;
  transition: background 0.5s;
}

.shadow {
  width: var(--width-mockup);
  height: 300px;
  background-color: #0008;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translateX(-50%);
  filter: blur(40px);
}

.boy {
  position: absolute;
  top: 20%;
  right: -10%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.responsive-container {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  width: 100%;
  color: #ffffff;
}

.n40 {
  position: absolute;
  top: 3%;
  z-index: 999;
  height: auto;
  width: 60vh;
  left: 50%;
  transform: translate(-55%, 20%) scale(1.5);
}

.n40-1 {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 360px;
  font-weight: 900;

  background: linear-gradient(to bottom, #7577a7, #a1a6dd);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  line-height: 1;
  display: inline-block;
}

.n40-2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 360px;
  font-weight: 900;

  background: linear-gradient(to bottom, #a6ade3, #bec2ff);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  line-height: 1;
  display: inline-block;
}

.n40-3 {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 360px;
  font-weight: 900;

  background: linear-gradient(to right, #3a4185, #acb4fd);
  background-size: 100% 100%;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
  line-height: 1;
  display: inline-block;
  filter: blur(8px);
}

@media (max-width: 1100px) {
  .n40-1 {
    font-size: 80px;
  }

  .n40-2 {
    font-size: 80px;
  }

  .n40-3 {
    font-size: 80px;
  }

  .floating-atom-wrapper {
    transform: scale(0.4);
  }

}

.hover-section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  background-image: url(static/images/black-bg.jpg);
  width: 100vw;
}

.np {
  color: #274191;
  position: absolute;
  bottom: 5%;
  left: 50%;
  translate: -50%;
  font-size: 16px;
}

.np-sub {
  position: absolute;
  top: 24%;
  z-index: 1000;
  height: auto;
  width: 11vh;
  right: 10%;
  transform: translate(-65%, 20%);
}

@media (min-width: 2400px) {
  .mockup {
    transform: scale(5);
  }

}

@media (min-width: 1600px) {

  .banner {
    height: 144vh;
  }

  .responsive-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    width: 100%;
  }

  .mockup {
    transform: scale(1.5);
    translate: 0% -40%;
  }

  .extra-content {
    top: 125%;
  }
}

@media (min-width: 1550px) {
  .banner {
    height: 180vh;
  }
}

@media (max-width: 1200px) {
  .banner {
    width: 100vw;
    height: 100vh;
    background-image: url('static/images/trion3-new.png');
  }

  .hover-section {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100vw;
  }

  .banner2 {
    width: 100vw;
    background-color: #121212;
  }

  .banner .product {
    min-height: 700px;
    translate: -40% 40%;
  }

  .banner2 .product2 {
    translate: 200% -20%;
  }

  .extra-content {
    left: -250px;
    top: 95%;
    width: 65vw;
    padding: 10px;
  }

  .extra-content h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .extra-content h1 {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .item_p1 {
    display: none;
  }

  .item_p2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    padding-left: 5vw;
    padding-top: 0vh;
  }

  .responsive-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .banner {
    height: 120vh;
  }

  .np {
    display: none;
  }

  .np-sub {
    display: none;
  }

  .grad-container {
    display: none !important;
  }

  .banner2 {
    height: 80vh;
  }

  .extra-content {
    width: 70vw;
    top: 100%;
    left: -150px;
  }

  .item .content {
    font-size: 220px;
    transform: translate(-50%, -165px);
  }

  .boy {
    position: absolute;
    top: 20%;
    right: -35%;
    transform: scale(0.8);
    z-index: -1;
    transform: translate(-50%, -50%);
  }

  .responsive-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    width: 100%;
  }
}

@media (max-width: 769px) {

  .boy {
    position: absolute;
    top: 20%;
    right: -70%;
    z-index: -1;
    transform: scale(0.9) translate(-50%, -50%);
  }

  .banner {
    height: 140vh;
  }

  .banner2 {
    height: 60vh;
  }

  .extra-content {
    width: 75vw;
    top: 105%;
    left: -200px;
    padding-right: 20px;
  }

  .item .content {
    font-size: 150px;
    letter-spacing: -6px;
  }

  .item img.items {
    display: none;
  }
}

@media (max-width: 576px) {
  .banner {
    height: 150vh;
  }

  .banner2 {
    height: 50vh;
  }

  .extra-content {
    width: 60vw;
    top: 90%;
    left: -30px;
  }

  .item .content {
    font-size: 100px;
    letter-spacing: -4px;
  }

  .n40 {
    width: 13vh;
    transform: translate(-60%, 20%) scale(1.5);
  }
}

@media (max-width: 376px) {
  .banner {
    height: 200vh;
  }

  .banner2 {
    height: 50vh;
  }

  .extra-content {
    width: 65vw;
    top: 90%;
  }

  .item .content {
    font-size: 100px;
    letter-spacing: -4px;
  }

  .heading {
    padding-top: 20vh;
  }
}





#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.logo-glow {
  width: 200px;
  animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
  0% {
    filter: drop-shadow(0 0 0px #ffffff);
  }

  50% {
    filter: drop-shadow(0 0 12px #ffffff);
  }

  100% {
    filter: drop-shadow(0 0 0px #ffffff);
  }
}

/* 
.gradient-bg {
  position: relative;
  background: linear-gradient(120deg, #000000, #000000);
  background-size: 200% 200%;
  transition: background 0.1s ease;
} */



.home-image-section {
  position: relative;
}


#rain-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}