* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Chillax"
}

button {
  cursor: auto
}

:root {
  --bg-color: #04100d;
  --font-xxl: 40px;
  --font-xl: 32px;
  --font-lg: 24px;
  --font-sm: 20px
}

@font-face {
  font-family: "Chillax";
  src: url(../Assets/fontFamaliy/chillax/Chillax-Light.otf);
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Chillax";
  src: url(../Assets/fontFamaliy/chillax/Chillax-Regular.otf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Chillax";
  src: url(../Assets//fontFamaliy/chillax/Chillax-Medium.otf);
  font-weight: 500;
  font-style: normal
}

body {
  font-family: "Chillax";
  font-weight: 400;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0
}

.fade-out {
  animation: fadeOut 300ms ease-out forwards
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: scale(.98)
  }
}

body.fade-in {
  animation: fadeIn 400ms ease-out forwards
}

@keyframes fadeIn {
  to {
    opacity: 1
  }
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px
}

.container-xl {
  max-width: 1138px;
  margin: 0 auto;
  padding: 0 24px
}

.bottom-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 48.72px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #00fab3
}

.visionary-container {
  max-width: 1053px;
  margin: 0 auto
}

.StreamBottom a {
  text-decoration: none
}

.book-container {
  max-width: 1235px;
  margin: 0 auto
}

.footer-container {
  max-width: 1235px;
  margin: 0 auto
}

.StreamTop {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden
}

.StreamTop .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px
}

.StreamTop video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-position: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.banner-image {
  width: 100%;
  height: auto;
  object-fit: cover
}

.shadow-upper,
.shadow-lower {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1
}

.shadow-upper {
  top: 0
}

.shadow-lower {
  bottom: 0
}

.logo-img {
  max-width: 100%;
  height: auto;
  display: block
}

@supports (-webkit-touch-callout:none) {
  .logo-img {
    transform: translateZ(0)
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px 6px 0;
}

.leftItem {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 40px
}

.navbar {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #14000c99;
  backdrop-filter: blur(8px);
  box-shadow: 1px 1px 5px 0 #00fab399;
  height: 40px;
  list-style: none
}

.nav-item a {
  padding: 16px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 500;
  color: #00fab3;
  cursor: pointer;
  display: flex;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-decoration: none
}

.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1
}

.nav-item.active a {
  background-color: #00fab3;
  padding: 6px 16px;
  color: #1d0011;
  font-weight: 500;
  box-shadow: 0 0 8px #00fab399;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: default
}

.cta-group {
  display: flex;
  align-items: center;
  gap: 24px
}

.cta-link {
  font-size: 17px;
  font-weight: 500;
  color: #00fab3;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: all 0.3s ease;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: capitalize
}

.cta-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff5ff4, #ff23a5);
  box-shadow: 1px 1px 5px 0 #ff23a599;
  border-radius: 1px
}

.cta-glow {
  padding: 8px 16px;
  border-radius: 16px;
  color: #1d0011;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  background: #fff0;
  border: 1px solid #fff0;
  background-image: linear-gradient(#00fab3), linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 1px 1px 5px 0 #00fab399;
  text-wrap-mode: nowrap;
  transition: all 0.4s ease;
}

.cta-glow:hover{
background-image: linear-gradient(#14000c, #14000c),
    linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
  box-shadow: 1px 1px 5px 0 #00FAB399;
  color: #00fab3;
}
       
.cta-glow a {
  text-decoration: none;
  color: inherit
}

.mobileMenu i,
.menuClose i,
.menuClose .menu-label {
  color: #00fab3
}

.menuClose {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px
}

.mobileMenu {
  display: none;
  color: #00fab3;
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  flex-direction: column;
  align-items: center;
  cursor: pointer
}

.mobileHeader,
.menuConetnt {
  display: none
}

.mobileMenuWrapper {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0010;
  z-index: 999
}

.mobileMenuWrapper.active {
  display: flex
}

.mobileHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6px 0px 24px;
}

.logoMenu p {
  color: #00fab3;
  font-weight: 500;
  font-size: 16px
}

.menuConetnt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  padding: 0 40px;
  overflow: auto
}

.menuConetnt a {
  text-decoration: none;
  color: #00fab3;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 8px
}

.getintouch {
  margin-top: 25px
}

.Updates,
.install,
.subscribe {
  color: #00fab3;
  font-weight: 500;
  font-size: 16px
}

.install,
.follow {
  margin-top: 25px
}

.Updates .subscribe {
  color: #00fab3;
  font-weight: 400;
  font-size: 16px
}

.subscribe {
  font-family: Chillax;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1%
}

.subscribe a {
  display: inline;
  text-decoration: underline;
  font-family: Chillax;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto
}

.gradient-input-wrapper {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 4px 6px 4px 16px;
  border: 1px solid #fff0;
  background: linear-gradient(#1a0022, #1a0022) padding-box, linear-gradient(207deg, #4ed0ab 17.57%, #e400875c 111.53%) border-box;
  width: fit-content;
  min-width: 272px
}

.gradient-input-wrapper input {
  border: none;
  background: #fff0;
  outline: none;
  color: #00fab3;
  font-size: 16px;
  flex: 1;
  width: 180px
}

.gradient-input-wrapper input::placeholder {
  color: #00fab3;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0%
}

.arrow {
  color: #00fab3;
  font-size: 20px;
  margin: 0 8px
}

.follow {
  display: flex;
  align-items: center;
  gap: 20px
}

.follow p {
  color: #00fab3;
  font-weight: 500;
  font-size: 16px
}

.follow i {
  font-size: 23px;
  color: #00fab3
}

.store-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 40px
}

.store-button {
  display: flex;
  align-items: center;
  border: 1px solid #ff23a5;
  border-radius: 12px;
  padding: 8px 12px;
  text-decoration: none;
  color: #00fab3;
  background: #fff0;
  min-width: 140px
}

.store-button i {
  font-size: 28px;
  margin-right: 10px
}

.store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1
}

.small-text {
  font-size: 12px
}

.big-text {
  font-size: 16px;
  font-weight: 500
}

.StreamBottom {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%
}

.coming-soon {
  position: absolute;
  bottom: 40px;
  left: 96px;
  right: 96px;
  z-index: 2;
  padding: 24px
}

.subTitle img {
  height: 15px;
  width: 20px;
  object-fit: cover
}

.coming-soonContent {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0 6px;
  height: 46px;
  font-size: 16px;
  color: #04100d;
  border-radius: 16px;
  background: linear-gradient(204.44deg, #ff23a5 -48.16%, #00fab3 68.29%);
  background-origin: border-box;
  box-shadow: 1px 1px 5px 0 #00fab399;
  backdrop-filter: blur(8px);
  transition: background 0.4s ease, box-shadow 0.4s ease, color 0.4s ease;
  z-index: 1;
  font-weight: 500
}

.coming-soonContent::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(214.78deg, #00fab3 15.46%, #e40087 138.62%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  transition: background 0.4s ease
}

.coming-soonContent:hover {
  background: linear-gradient(213.63deg, #00fab3 21.91%, #e40087 149.53%);
  box-shadow: 1px 1px 5px 0 #00fab399
}

.coming-soonContent:hover::before {
  background: linear-gradient(212.89deg, #ff23a5 -23.22%, #00fab3 69.36%)
}

.commingSoon {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 9px 10px;
  border-radius: 10px;
  background: linear-gradient(212.81deg, #00fab3 15.55%, #e40087 153.46%);
  background-origin: border-box;
  box-shadow: 1px 1px 5px 0 #00fab399;
  backdrop-filter: blur(8px);
  transition: background 0.4s ease, box-shadow 0.4s ease
}

.coming-soonContent:hover .commingSoon {
  background: linear-gradient(215.7deg, #ff23a5 -37.77%, #00fab3 69.7%);
  box-shadow: 1px 1px 5px 0 #00fab399
}

.subTitle {
  display: flex;
  align-items: center;
  gap: 10px
}

.streaming-intro-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  width: fit-content;
  margin-top: 12px;
  padding: .7px
}

.streaming-intro-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 10px;
  border-radius: 32px;
  background: linear-gradient(221deg, #4ed0ab 17.57%, #e40087 111.53%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1
}

.streaming-intro {
  padding: 32px;
  border-radius: 32px;
  background-color: #04100d;
  box-shadow: 1px 1px 5px 0 #00fab35c;
  backdrop-filter: blur(8px);
  color: #fff
}

.streaming-heading {
  font-size: var(--font-xxl);
  font-weight: 500;
  color: #ebfbff;
  line-height: 48.72px;
  letter-spacing: 1px;
  text-transform: capitalize
}

.streaming-heading span {
  display: block;
  color: #00fab3;
  text-shadow: 1px 1px 5px #00fab399
}

.streaming-description {
  font-size: var(--font-sm);
  line-height: 32px;
  font-weight: 400;
  color: #f8f1ff;
  padding-top: 16px
}

.discover-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px
}

.discover-button {
  padding: 8px 14px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  background: #fff0;
  border: 1px solid #fff0;
  background-image: linear-gradient(#00fab3, #00fab3), linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 1px 1px 5px 0 #00fab399;
  text-decoration: none;
  line-height: 32px;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: var(--font-sm);
  font-weight: 500;
  color: #1d0011;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.4s ease
}

.discover-button:hover {
  background-image: linear-gradient(#14000c, #14000c), linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
  box-shadow: 1px 1px 5px 0 #00FAB399;
  color: #00fab3
}

.follow-button {
  padding: 8px 16px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  background: #fff0;
  border: 1px solid #fff0;
  background-image: linear-gradient(#14000c, #14000c), linear-gradient(223.76deg, #4ed0ab 17.57%, #e40087 111.53%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 1px 1px 5px 0 #00fab399;
  text-decoration: none;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: var(--font-sm);
  font-weight: 500;
  color: #00fab3;
  text-shadow: 1px 1px 5px #00fab399;
  transition: all 0.4s ease
}

.follow-button:hover {
  background-image: linear-gradient(#00fab3, #00fab3), linear-gradient(214.78deg, #00FAB3 15.46%, #E40087 138.62%);
  box-shadow: 1px 1px 5px 0 #00FAB399;
  color: #1d0011
}

.visionary-card .discover-button {
  margin-top: 68px
}

.steram-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end
}

.wrap-flex {
  display: flex;
  justify-content: center;
  gap: 17px;
  align-items: center
}

.w-auto {
  width: auto
}

.font-size-24 {
  font-size: 24px;
  line-height: normal
}

.font-size-20 {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  text-transform: inherit
}

.watch-wrapper {
  margin-top: 300px
}

.text-heading {
  font-family: "Chillax";
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1%;
  text-align: center;
  color: #00fab3;
  text-shadow: 1px 1px 5px #00fab399
}

.watch-content {
  display: flex;
  justify-content: center;
  padding: 0 24px
}

.watch-img {
  width: 100%;
  max-width: 978px;
  aspect-ratio: 16 / 9;
  margin-top: 73px;
  border-radius: 32px;
  border: 1px solid #00fab3;
  object-fit: cover
}

.transformation-section {
  margin-top: 300px;
  margin-bottom: 217px
}

.transformation-title {
  text-align: center;
  color: #00fab3;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 48px;
  text-shadow: 1px 1px 5px #00fab399;
  font-family: "Chillax"
}

.transformation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 94px 0 81px 0
}

.book-card-left .discover-button {
  cursor: context-menu
}

.transformation-card {
  background: #fff0;
  border-radius: 32px;
  padding: 32px;
  text-align: center;
  box-shadow: 1px 1px 5px 0 #00fab399;
  position: relative;
  transition: background 0.4s ease, transform 0.4s ease;
  will-change: background, transform
}

.transformation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(214.78deg, #00FAB3 15.46%, #E40087 138.62%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
  transition: opacity 0.4s ease
}

.transformation-card-title {
  color: #00fab3;
  font-size: var(--font-lg);
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Chillax";
  margin: 16px auto;
  max-width: 210px;
  transition: color 0.4s ease
}

.transformation-card-desc {
  color: #ebfbff;
  font-family: "Chillax";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  transition: color 0.4s ease
}

.transformation-card:hover {
  background: linear-gradient(214.78deg, #00FAB3 15.46%, #E40087 138.62%)
}

.transformation-card:hover .transformation-card-title,
.transformation-card:hover .transformation-card-desc {
  color: #09201a
}

.default-img,
.hover-img {
  display: block
}

.hover-img {
  display: none
}

.img-wrapper {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  height: 63px;
  padding: 5px;
  width: 60px;
  margin: 0 auto
}

.transformation-card:hover .default-img {
  display: none
}

.transformation-card:hover .hover-img {
  display: block
}

.center-wrapper {
  display: flex;
  justify-content: center
}

.visionary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  justify-content: center;
  margin-bottom: 24px
}

.visionary-card {
  background: #fff0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.visionary-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 10px
}

.visionary-img-wrapper {
  background: linear-gradient(214.78deg, #00fab3 15.46%, #e40087 138.62%);
  padding: 1px;
  border-radius: 32px;
  box-shadow: 1px 1px 5px 0 #00fab399;
  display: inline-block;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto
}

.visionary-img {
  width: 232px;
  height: 414px;
  object-fit: cover;
  border-radius: 32px;
  display: block
}

.visionary-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer
}

.visionary-caption {
  color: #fff;
  font-size: 17px;
  font-family: "Chillax";
  margin-bottom: 8px;
  margin-top: 2px;
  text-shadow: 1px 1px 5px #00fab399
}

.button-wrapper {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-bottom: 80px
}

.visionary-link {
  color: #00fab3;
  font-size: 15px;
  text-decoration: none;
  font-family: "Chillax";
  margin-top: 2px;
  display: contents;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px
}

.rightIcon {
  margin-left: 10px
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #00fab3;
  padding: 16px;
  border-radius: 24px;
  width: fit-content;
  margin: 47px auto
}

.swiper-pagination-bullet {
  background: #00fab3;
  border: 2px solid #00fab3;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  opacity: 1;
  transition: all 0.3s ease
}

.swiper-pagination-bullet-active {
  background-color: #00fab3;
  width: 40px;
  border-radius: 12px
}

.content {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 56px;
  margin-top: 100px
}

.contentright p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #f8f1ff;
  width: 441px;
  padding-top: 16px
}

.contentright a {
  color: #f8f1ff
}

.gradient-border {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(4deg, #00fab3 27.46%, #e40087db 138.62%);
  border: 2px solid;
  width: fit-content;
  position: relative
}

.gradient-border input {
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 8px 12px 8px 32px;
  background-color: #04100d;
  color: #fff;
  font-size: 20px;
  width: 534px;
  height: 56px
}

.arrow-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff0;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.visionary-slider {
  width: 100%;
  padding-bottom: 40px
}

.swiper-wrapper {
  display: flex
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column
}

@media (min-width:1075px) {
  .visionary-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
  }

  .swiper-slide {
    width: auto !important
  }
}

input::placeholder {
  color: #f8f1ff;
  font-size: 20px;
  font-weight: 400;
  line-height: 64px
}

.featured-section {
  margin: 396px auto 405px auto
}

.featured-logos-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  margin: 0 auto
}

.featured-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 96px
}

.book-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative
}

.book-card-left,
.book-card-right {
  width: 50%;
  padding: 92px 76px
}

.book-card-left {
  box-shadow: 1px 1px 5px 0 #ff23a599;
  background: linear-gradient(224.39deg, #00fab3 15%, #e40087 115.22%);
  border-radius: 64px 0 0 64px
}

.book-card-right {
  box-shadow: 1px 1px 5px 0 #ff23a599;
  background: linear-gradient(55deg, #00fab3 15.46%, #e40087 138.62%);
  border-radius: 0 64px 64px 0
}

.book-img {
  position: absolute;
  top: -120px;
  right: 0
}

.only-desktop img {
  width: 944px
}

.coming-button {
  padding: 10px 28px;
  border: 2px solid #fff0;
  border-radius: 999px;
  background-image: linear-gradient(215deg, #ff23a5 -23.22%, #00fab3 69.36%), linear-gradient(10deg, #ff23a5 -23.22%, #00fab3 69.36%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #1d0011;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: .5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Chillax"
}

.book-title {
  font-family: "Chillax";
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1%;
  margin-top: 31px
}

.book-desc {
  margin-top: 16px;
  margin-bottom: 46px;
  width: 386px;
  font-family: "Chillax";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1%
}

.email-input {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  width: 349px;
  height: 56px;
  border: 1px solid #fff0;
  border-radius: 16px;
  background-image: linear-gradient(27deg, #603d64, #3e626a), linear-gradient(212.89deg, #ff23a5 -23.22%, #00fab3 69.36%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-sizing: border-box
}

.email-input input {
  flex: 1;
  background: #fff0;
  color: #00fab3;
  font-size: 20px;
  border: 0
}

.email-input input::placeholder {
  color: #00fab3;
  opacity: .8
}

.email-subscribe {
  -webkit-font-smoothing: antialiased;
  position: relative;
  align-items: center;
  padding: 1px;
  background-image: linear-gradient(27deg, #603d64, #3e626a), linear-gradient(212.89deg, #ff23a5 -23.22%, #00fab3 69.36%);
  width: fit-content;
  position: relative;
  display: flex;
  border-radius: 12px
}

.email-subscribe input,
.email-subscribe button {
  border: none;
  outline: none;
  background-color: #fff0;
  font-size: 16px;
  line-height: 32px;
  height: 100%;
  color: var(--primary);
  -webkit-appearance: none;
  appearance: none
}

.email-subscribe input {
  border: none;
  outline: none;
  border-radius: 12px;
  background-color: #04100d;
  color: #fff;
  font-size: 14px;
  width: 247px;
  height: 40px;
  display: block;
  flex: 1;
  padding: 0 0 0 8px;
  min-width: 0;
  border: none
}

.email-subscribe input::placeholder {
  color: var(--primary);
  opacity: 1;
  font-family: "Chillax", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px
}

.email-submit-link {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff0;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.email-subscribe button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block
}

.book-image {
  max-width: 340px;
  width: 100%;
  height: auto;
  box-shadow: 0 8px 32px #0005;
  border-radius: 12px;
  margin-left: 0
}

.book-card-left .discover-button:hover {
  background-image: none;
  background-clip: border-box;
  background-origin: padding-box;
  background-color: #0137cb;
  background: linear-gradient(228.75deg, #0137cb 8.02%, #ff23a5 92.45%);
  border: none;
  color: #f8f1ff;
  transition: all 0.4s ease
}

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / .65);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 10px
}

.popup-content {
  background: #0E4D40;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 5px 20px rgb(0 0 0 / .3);
  position: relative
}

.popup-content iframe {
  width: 100% !important;
  height: auto;
  min-height: 316px
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  color: #fff;
  cursor: pointer
}

.footer-section {
  padding: 196px 32px 109px 32px
}

.footer-gradient {
  background: #04100d;
  border-radius: 64px;
  border: 1px solid #fff0;
  position: relative;
  padding: 56px 53px
}

.footer-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  border-radius: 64px;
  background: linear-gradient(209deg, #00fab3 .34%, #e40087 185.97%);
  border: 1px solid;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0
}

.footer-content {
  position: relative;
  z-index: 2
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.footer-divider {
  border: none;
  border-top: 1px solid #00fab3;
  margin: 32px 0;
  border: 1px solid;
  background: linear-gradient(264deg, #00fab3 0%, #e40087 134.16%);
  height: 3px
}

.follow-us {
  display: flex;
  gap: 19px;
  align-items: center
}

.follow-us p {
  font-size: 16px;
  font-weight: 500;
  color: #00fab3;
  line-height: 32px;
  letter-spacing: 1px
}

.follow-us img {
  object-fit: contain
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 200px;
  margin-top: 56px;
  padding: 24px 0
}

.footer-heading {
  font-size: var(--font-xl);
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: capitalize;
  background: linear-gradient(229.83deg, #00FAB3 24.01%, #FF23A5 92.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  color: #fff0;
  text-align: left
}

.footer-links li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #00fab3;
  list-style: none;
  font-weight: 500
}

.platform-list li {
  font-weight: 300;
  margin-bottom: 12px;
  line-height: 32px;
  font-size: 16px;
  color: #00fab3;
  list-style: none
}

.footer-links li a {
  color: #00fab3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px
}

.footer-col p a {
  color: #00fab3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px
}

.footer-signup-title {
  line-height: 24px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #00fab3;
  padding-top: 32px;
  padding-bottom: 8px
}

.getintouch a {
  text-decoration: none;
  padding-top: 32px
}

.footer-subscribe {
  color: #00fab3;
  margin-bottom: 16px;
  width: 300px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  font-size: 14px;
  padding-top: 8px
}

.email-subscribe {
  display: flex;
  width: 247px;
  height: 40px;
  border-radius: 12px;
  padding: 1px;
  overflow: hidden;
  background: linear-gradient(189deg, #00fab3 .34%, #e40087 120.97%)
}

.email-subscribe input::placeholder {
  font-family: "Chillax";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #00fab3;
  opacity: 1
}

.email-subscribe input {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 32px;
  background-color: #04100d;
  color: #00fab3;
  height: 100%;
  display: block;
  flex: 1;
  padding: 0 0 0 8px;
  border-radius: 12px;
  min-width: 0
}

.email-link {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #04100d;
  cursor: pointer
}

.footer-availability {
  color: #00fab3;
  font-size: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px
}

.footer-apps {
  color: #00fab3;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 32px;
  line-height: 32px;
  letter-spacing: 1px
}

.app-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px
}

.app-store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 45px;
  width: 170px;
  padding: 4px 10px;
  background-color: #ede8d0;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid #00fab3;
  color: #00fab3;
  width: fit-content
}

.app-store-btn img {
  height: 25px;
  width: auto
}

.fa-solid,
.fas {
  font-weight: 900;
  font-size: 25px
}

.app-store-btn span {
  font-size: 12px
}

.app-store-btn strong {
  font-size: 18px;
  font-weight: 600;
  display: block
}

.footer-links-bottom {
  display: flex;
  gap: 16px
}

.footer-col .footer-subscribe a {
  font-weight: 300;
  color: #00fab3;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px
}

.footer-bottom {
  display: flex;
  justify-content: start;
  gap: 36px
}

.footerBottom {
  display: flex;
  gap: 32px
}

.footer-bottom img {
  width: 52px;
  height: auto;
  object-fit: contain
}

.footerBottom p {
  color: #00fab3;
  font-weight: 300;
  line-height: 32px
}

.footer-links-bottom a {
  cursor: pointer;
  color: #00fab3;
  text-decoration: underline;
  line-height: 32px;
  font-weight: 300
}

.no-controls::-webkit-media-controls {
  display: none !important
}

.no-controls::-webkit-media-controls-enclosure {
  display: none !important
}

.no-controls::-webkit-media-controls-panel {
  display: none !important
}

.no-controls {
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important
}

.line1,
.line2 {
  display: inline
}