@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

html {
  scrollbar-width: none;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(176.38deg, #340057 10.84%, #2F1640 95.51%);
}

.fl-buttons {
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 2;
}

.glass {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid transparent;
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3), 0 16px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: url(#frosted);
  -webkit-backdrop-filter: url(#frosted);
  display: grid;
  place-items: center;
  cursor: pointer;
  outline: 0;
}

.glass:hover {
  transition: background 0.5s;
  background: rgba(255, 255, 255, 0.15);
}

.glass:nth-child(2) {
  margin: 20px 0;
}

.glass:nth-child(1):after {
  content: "";
  position: absolute;
  background-image: url("/img/icons/up.svg");
  width: 48px;
  height: 48px;
}

.glass:nth-child(2):after {
  content: "";
  position: absolute;
  background-image: url("/img/icons/support.svg");
  width: 35px;
  height: 35px;
}

.glass:nth-child(3):after {
  content: "";
  position: absolute;
  background-image: url("/img/icons/shop.svg");
  width: 38px;
  height: 38px;
}

header {
  width: 100%;
}

.nav-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 137px;
  background: rgba(52, 0, 87, 0.8);
  mix-blend-mode: multiply;
  z-index: 4;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 137px;
  background: rgba(52, 0, 87, 0);
  z-index: 5;
}

#vid {
  width: 100%;
}

nav>.row {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.head {
  background-image: url("/img/head.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
  margin-top: -16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}

nav>.row>.col:nth-child(1)>a>img {
  margin-left: -18px;
  margin-right: -16px;
}

nav>.row>.col:nth-child(2)>p {
  color: #c783d0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

nav>.row>.col:nth-child(2)>ul {
  border-top: 1px solid #c783d0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 575px;
  padding: 28px 0 0 0;
  margin: -5px 0 0 0;
}

nav>.row>.col:nth-child(2)>ul>li {
  position: relative;
}

nav>.row>.col:nth-child(2)>ul>li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #7a4e9b;
  position: absolute;
  display: none;
  flex-direction: column;
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
  width: 153px;
  height: 178px;
  top: 40px;
  left: 0;
  justify-content: center;
  align-items: start;
}

nav>.row>.col:nth-child(2)>ul>li>ul>li {
  margin: 10px 0 10px 16px;
}

nav>.row>.col:nth-child(2)>ul>li>ul>li>a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

nav>.row>.col:nth-child(2)>ul>.active>a {
  font-weight: 700 !important;
  border-bottom: 1px solid #dca1ff;
  padding-bottom: 7px;
}

nav>.row>.col:nth-child(2)>ul>li:hover {
  border-bottom: 1px solid #dca1ff;
  padding-bottom: 7px;
  cursor: pointer;
}

nav>.row>.col:nth-child(2)>ul>li>a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.head>.row {
  width: 90%;
  margin: 0 auto;
}

.head>.row>p {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 150px;
}

nav>.row>.col>.row>.col>a {
  text-decoration: none;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}

nav>.row>.col>.row>.col {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

nav>.row>.col>.row>.col:hover {
  opacity: 0.7;
  cursor: pointer;
}

nav>.row>.col>.row {
  display: flex;
  flex-direction: row;
  justify-content: end;
  position: relative;
}

nav>.row>.col>.row>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #7a4e9b;
  position: absolute;
  display: none;
  flex-direction: column;
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
}

nav>.row>.col>.row:nth-child(1)>ul {
  width: 75px;
  height: 110px;
  top: 22px;
  right: -18.75px;
  justify-content: center;
  align-items: center;
}

nav>.row>.col>.row:nth-child(2)>ul {
  width: 153px;
  height: 178px;
  top: 40px;
  right: -5px;
  justify-content: center;
  align-items: start;
}

nav>.row>.col>.row:nth-child(2)>ul>li {
  margin: 10px 0 10px 16px;
}

nav>.row>.col>.row>ul>li>a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

nav>.row>.col>.row>ul>li {
  margin: 4px 0;
}

nav>.row>.col>.row>ul>li {
  margin: 4px 0;
}

nav>.row>.col>.row>ul>li:hover {
  opacity: 0.7;
  cursor: pointer;
}

nav>.row>.col>.row:nth-child(1) {
  margin-top: 24px;
}

nav>.row>.col>.row:nth-child(2) {
  margin-top: 35px;
}

nav>.row>.col>.row:nth-child(1)>.col>img {
  margin-left: 7px;
}

nav>.row>.col>.row:nth-child(2)>.col>img {
  margin-left: 30px;
}

nav>.row>.col>.row>.col {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pwo {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 720px;
}

.pwo>.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.pwo>h1,
.shop>h1 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #D9D9D9;
}

.pwo>.row>.col {
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255, 235, 235, 1);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 442px;
  width: calc(50% - 5px);
  margin-top: 50px;
  transition: transform 0.35s ease;
  pointer-events: auto;
}

.pwo>.row>.col>h1 {
  color: #fff;
  margin-left: 60px;
}

.pwo>.row>.col>p {
  color: #fff;
  margin: 0 0 20px 60px;
  width: 460px;
}

.pwo>.row>.col:nth-child(1) {
  background-image: url("/img/pr1.png");
  opacity: 0.7;
  transform-origin: center left;
}

.pwo>.row>.col:nth-child(2) {
  background-image: url("/img/pr2.png");
  opacity: 0.7;
  transform-origin: center right;
}

.pwo>.row>.col:hover {
  transform: scale(1.3);
  cursor: pointer;
}

.pwo>.row:hover .col:not(:hover) {
  transform: scale(0.7);
}

.tabs {
  position: relative;
  display: inline-flex;
  border-bottom: 3px solid rgba(199, 131, 208, 0);
}

.tab {
  padding: 10px 40px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  color: rgba(117, 89, 159, 1);
  font-weight: 400;
}

.tab.active {
  color: #fff;
  transition: color 0.35s ease;
}

.tab-indicator {
  position: absolute;
  bottom: -10px;
  left: 16px;
  width: 128px;
  height: 3px;
  background: rgba(199, 131, 208, 1);
  transition: transform 0.35s ease;
  transform: translateX(0%);
}

.tabs.second-active .tab-indicator {
  transform: translateX(125%);
}

.shop {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 740px;
  align-items: center;
}

.pwo>h1 {
  margin-top: 70px;
}

.shop>h1 {
  margin: 0 0 40px 0;
}

.shop-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 100px 0 0 0;
  padding: 0;
  width: 100%;
}

.shop-items>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  margin: 0 10px;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.9s;
}

.shop-items>.shop-item-saffron:first-child {
  margin-left: 0;
}

.shop-items>.shop-item-saffron:last-child {
  margin-right: 0;
}

.shop-items>.shop-item-powder:first-child {
  margin-left: 0;
}

.shop-items>.shop-item-powder:last-child {
  margin-right: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.shop-items>li>img {
  margin-left: -10px;
  margin-bottom: 30px;
}

.shop-items>li>p {
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: rgba(217, 217, 217, 1);
  margin: 5px 0;
}

.shop-items>li>button {
  text-align: center;
  background: rgba(56, 14, 92, 1);
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  color: rgba(217, 217, 217, 1);
  font-weight: 400;
  padding: 18px 0;
  width: 320px;
  margin-top: 40px;
  transition: background 0.35s ease;
}

.shop-items>li>button:hover {
  background: rgb(63, 14, 92);
}

.shop-items>.shop-item-powder {
  display: none;
}

.about-sec {
  background: linear-gradient(90deg, #2A0E3F 0%, #6D24A5 100%);
  height: 592px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.about-sec>.row {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about-sec>.row>.col>.row {
  display: flex;
  flex-direction: row;
}

.about-sec>.row>.col>.row>.col {
  background: #491967;
  padding: 14px;
  width: 324px;
  height: 136px;
  margin-right: 20px;
}

.about-sec>.row>.col>.row>.col>h4 {
  font-size: 20px;
  font-weight: 700;
  color: #D9D9D9;
  margin-top: 0;
}

.about-sec>.row>.col>.row>.col>p {
  font-size: 14px;
  font-weight: 400;
  color: #D9D9D9;
  margin: 0;
  padding: 0;
}

.about-sec>.row>.col>h1 {
  width: 92%;
  text-align: left;
  font-size: 36px;
  font-weight: 800;
  color: #D9D9D9;
  margin-top: 0;
}

.about-sec>.row>.col>p {
  width: 92%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #D9D9D9;
}

.slider {
  display: flex;
  gap: 20px;
  width: 950px;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  margin-left: 10%;
}

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

.slide {
  flex: 0 0 277px;
  height: 385px;
  overflow: hidden;
}

.slide img {
  width: 277px;
  height: 385px;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.slider.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}