@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

.main-title,
.section-title,
body {
  line-height: 140%;
}

.btn,
.btn figure {
  display: flex;
}

.btn,
.btn-blue strong {
  position: relative;
  z-index: 9;
}

.btn-blue strong,
.btn-pink strong,
.btn-yellow strong {
  -webkit-text-fill-color: transparent;
}

.banner-section,
.community-block,
.community-top,
.perfectpal-content,
.perfectpal-top,
.power-play-block,
.power-play-top,
.powerpals-bg,
.powerpals-content,
.powerpals-img,
.powerpals-title {
  text-align: center;
}

.adventures-content .detail p,
.power-play-content .detail p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:root {
  --white: #fff;
  --black222: #222;
  --blue: #0d4ec8;
  --green: #35d395;
  --pink: #c50d91;
}

body {
  font-size: 16px;
  background-color: var(--white);
  color: var(--black222);
}

ol li,
p,
ul li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

figure {
  margin: 0;
}

a,
button,
input,
textarea {
  outline: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.container,
.container-fluid,
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

p {
  font-family: inherit;
}

ol li a,
p a,
ul li a {
  text-decoration: none;
  color: inherit;
}

.main-title {
  font-size: 48px;
  font-weight: 900;
}

.block-title *,
.common-detail *,
.detail *,
.main-title *,
.section-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

.block-title,
.section-title {
  font-size: 24px;
}

.section-title {
  font-weight: 900;
}

.block-title,
.detail {
  font-weight: 700;
  line-height: 140%;
}

.detail {
  font-size: 14px;
}

.btn,
.count * {
  font-weight: 900;
}

.btn {
  font-size: 16px;
  line-height: 140%;
  align-items: center;
  justify-content: center;
  border: none;
  text-transform: uppercase;
  padding: 18px 46px;
  top: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn-transparent,
.btn-transparent::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.btn span {
  padding: 0 0 0 7px;
}

.btn-blue strong {
  display: block;
  font-weight: 900;
  background: -moz-linear-gradient(0deg, #1c6da8 -0.08%, #024053 100.02%);
  background: -webkit-linear-gradient(0deg, #1c6da8 -0.08%, #024053 100.02%);
  background: linear-gradient(0deg, #1c6da8 -0.08%, #024053 100.02%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0px 1px 0px #91bafa);
  -webkit-filter: drop-shadow(0px 1px 0px #91bafa);
}

.btn-blue::after {
  content: "";
  background-image: url("../images/blue-btn-bg.webp");
  background-repeat: no-repeat;
  background-size: 180px 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.btn-pink::before,
.btn-yellow::before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}

.btn-yellow {
  padding: 29px 34px;
}

.btn-yellow strong {
  background: -moz-linear-gradient(0deg, #d68329 0, #954b25 100%);
  background: -webkit-linear-gradient(0deg, #d68329 0, #954b25 100%);
  background: linear-gradient(0deg, #d68329 0, #954b25 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0px 1px 0px #fffba6);
  -webkit-filter: drop-shadow(0px 1px 0px #fffba6);
}

.btn-yellow::before {
  background-image: url("../images/yellow-btn-bg.webp");
}

.btn-pink {
  padding: 9px 26px;
}

.btn-pink strong {
  background: -moz-linear-gradient(0deg, #a7269b -0.08%, #661b6d 100.02%);
  background: -webkit-linear-gradient(0deg, #a7269b -0.08%, #661b6d 100.02%);
  background: linear-gradient(0deg, #a7269b -0.08%, #661b6d 100.02%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0px 1px 0px #f7a1e2);
  -webkit-filter: drop-shadow(0px 1px 0px #f7a1e2);
}

.btn-pink::before {
  background-image: url("../images/pink-btn-bg.svg");
}

.btn-transparent {
  max-width: 264px;
  width: 100%;
  padding: 28px;
  color: var(--white);
  background: rgba(245, 217, 200, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn-transparent:hover {
  background-color: #d68329;
  color: var(--white) !important;
}

.btn-transparent::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 9px;
  bottom: 9px;
  z-index: -1;
  background: rgba(245, 217, 200, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.header .navbar,
.power-play-block {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  height: 47px;
  margin-top: 30px;
}

.header .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 15px 17px;
  background-color: rgba(245, 217, 200, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.header .navbar-brand {
  max-width: 232px;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}

.header .navbar-nav {
  width: 100%;
  justify-content: center;
}

.header .navbar-nav .nav-item {
  padding: 0 25px;
}

.header .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-toggler {
  padding: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 8px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .header .navbar {
    padding: 10px;
    border-radius: 20px;
  }

  .header .navbar-collapse {
    background: rgba(245, 217, 200, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 20px;
    margin-top: 25px;
  }

  .header .navbar-nav .nav-item {
    padding: 5px 0;
  }

  .header .navbar-nav .nav-link {
    text-align: center;
    font-size: 18px;
  }
}

.banner-section {
  max-width: 987px;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
}

.banner-section::after {
  content: "";
  background-color: #180618;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -71px;
  bottom: 61px;
  filter: blur(77px);
  -webkit-filter: blur(77px);
  z-index: -1;
}

.banner-section .block-title {
  color: var(--white);
  margin: 0 10px 42px;
}

.banner-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 207px;
  z-index: 1;
}

.banner-btn,
.perfectpal-diff-class figure,
.swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-btn .btn-yellow {
  margin: 0 18px 0 0;
}

.banner-img img {
  width: 100%;
  object-fit: cover;
}

.powerpals-content {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
}

.powerpals-content .section-title {
  max-width: 304px;
  width: 100%;
  text-transform: uppercase;
  margin: 0 auto 13px;
}

.adventures-content .detail,
.community-block .common-detail,
.community-left .common-detail,
.perfectpal-content .detail,
.powerpals-content .common-detail,
.steps-block .common-detail {
  opacity: 0.5;
}

.perfectpal-content .detail p,
.powerpals-content .common-detail p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.powerpals-item {
  position: relative;
  margin: 0 0 110px;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.powerpals-item.slick-center {
  z-index: 9;
}

.powerpals-img img {
  height: 340px;
  width: auto;
  margin: 0 auto;
}

.powerpals-bg {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
  z-index: -1;
  max-width: 573px;
  margin: 0 auto;
}

.powerpals-slider .slick-list {
  padding: 0 8% !important;
}

.power-play-section,
.power-play-title,
.swiper-slide-active {
  position: relative;
  z-index: 9;
}

.powerpals-item.next,
.swiper-slide-next {
  opacity: 1;
  z-index: 1;
  right: 80px;
  filter: blur(7px);
  -webkit-filter: blur(7px);
  transform: rotate(7.98deg) !important;
  -webkit-transform: rotate(7.98deg) !important;
  -moz-transform: rotate(7.98deg) !important;
  -ms-transform: rotate(7.98deg) !important;
  -o-transform: rotate(7.98deg) !important;
}

.powerpals-item.prev,
.swiper-slide-prev {
  opacity: 1;
  left: 80px;
  filter: blur(7px);
  -webkit-filter: blur(7px);
  transform: rotate(-7.98deg) !important;
  -webkit-transform: rotate(-7.98deg) !important;
  -moz-transform: rotate(-7.98deg) !important;
  -ms-transform: rotate(-7.98deg) !important;
  -o-transform: rotate(-7.98deg) !important;
}

.powerpals-item.first,
.swiper-slide.first {
  opacity: 1;
  top: 30px;
  left: 180px;
  filter: blur(17px);
  -webkit-filter: blur(17px);
  transform: rotate(-5.68deg);
  -webkit-transform: rotate(-5.68deg);
  -moz-transform: rotate(-5.68deg);
  -ms-transform: rotate(-5.68deg);
  -o-transform: rotate(-5.68deg);
}

.powerpals-item.last,
.swiper-slide.last {
  opacity: 1;
  top: 20px;
  right: 180px;
  filter: blur(17px);
  -webkit-filter: blur(17px);
  transform: rotate(6.52deg);
  -webkit-transform: rotate(6.52deg);
  -moz-transform: rotate(6.52deg);
  -ms-transform: rotate(6.52deg);
  -o-transform: rotate(6.52deg);
}

.slick-dots,
.swiper-bottom .swiper-pagination {
  position: relative;
  padding: 0;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  top: 0 !important;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0 7px;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px !important;
}

.slick-dots li button,
.swiper-pagination .swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
  width: 20px;
  background: #b38c3d;
  /* Warna oranye/kuning seperti di gambar */
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 20px;
  height: 20px;
  opacity: 0.4;
}

.slick-dots li.slick-active button,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  height: 34px;
  opacity: 1;
  transition: all 0.3s ease;
  border: 4px solid #00dfa366;
}

.swiper-bottom .swiper-button-next,
.swiper-bottom .swiper-button-prev {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-arrow {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  bottom: 0;
}

.slick-arrow svg {
  max-width: 100%;
}

.powerpals-slider .slick-prev {
  left: 50%;
  transform: translate(-150px, 0);
  -webkit-transform: translate(-150px, 0);
  -moz-transform: translate(-150px, 0);
  -ms-transform: translate(-150px, 0);
  -o-transform: translate(-150px, 0);
}

.powerpals-slider .slick-next {
  left: 50%;
  transform: translate(120px, 0);
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -o-transform: translate(120px, 0);
}

.powerpals-wrp {
  padding: 0 0 85px;
  margin: -100px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-links ul li:last-child::before,
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.power-play-wrp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 82px 0 166px;
}

.adventures-wrp,
.steps-wrp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.power-play-top {
  margin: 0 0 -60px;
}

.power-play-title::after {
  content: "";
  width: 954px;
  height: 288px;
  max-width: 100%;
  background-color: #241e2f;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -135px;
  z-index: -1;
  filter: blur(112px);
  -webkit-filter: blur(112px);
}

.power-play-top .block-title {
  max-width: 523px;
  width: 100%;
  margin: 0 auto;
  color: var(--white);
  position: relative;
  z-index: 9;
}

.power-play-block {
  width: 380px;
  height: 380px;
  background-color: rgba(245, 217, 200, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  margin: 0 auto 73px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer-newsletter .form-control,
.power-play-block::after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.power-play-block::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.power-play-content {
  max-width: 304px;
  width: 100%;
  margin: 0 auto;
}

.power-play-content .section-title {
  text-transform: uppercase;
  margin: 0 0 6px;
}

.power-play-content .detail {
  max-width: 261px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.5;
}

.power-play-content .detail p {
  -webkit-line-clamp: 5;
}

.power-play-section .row > :nth-child(2n) .power-play-block {
  background-color: rgba(11, 11, 11, 0.2);
  color: var(--white);
}

.power-play-section .row > :nth-child(2n) .power-play-block::after {
  background-color: rgba(11, 11, 11, 0.6);
}

.power-play-1 {
  left: -6px;
}

.power-play-2 {
  top: 115px;
}

.power-play-3 {
  right: -6px;
}

.power-play-4 {
  left: 83px;
}

.power-play-5 {
  top: 131px;
}

.power-play-6 {
  right: 83px;
}

.power-play-1 .power-play-img {
  margin: -88px 0 20px;
}

.power-play-2 .power-play-img {
  margin: -30px 0 14px;
}

.power-play-3 .power-play-img {
  margin: -24px 0 12px;
}

.power-play-4 .power-play-img {
  margin: -34px 0 20px;
}

.power-play-5 .power-play-img {
  margin: -28px 0 17px;
}

.power-play-6 .power-play-img {
  margin: -21px 0 10px;
}

.power-play-2 .power-play-content .detail {
  max-width: 220px;
}

.perfectpal-wrp {
  padding: 30px 0 0;
  overflow: hidden;
}

.perfectpal-section .col-xxl {
  flex: 0 0 auto;
  width: 20%;
}

.perfectpal-top .block-title {
  max-width: 838px;
  width: 100%;
  margin: 0 auto;
}

.perfectpal-content {
  max-width: 261px;
  width: 100%;
  margin: 0 auto;
}

.perfectpal-section {
  margin: 0 -64px;
}

.perfectpal-block {
  position: relative;
  margin: 0 0 90px;
}

.perfectpal-block-bg {
  width: 412px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.footer-main .f-logo img,
.perfectpal-block-bg img {
  width: 100%;
}

.perfectpal-block-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 24px;
}

.community-section .row,
.powerpals-family-main .row,
.steps-block-top {
  align-items: center;
}

.perfectpal-diff-class {
  max-width: 80px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}

.diff-class-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.perfectpal-diff-class span {
  font-size: 12px;
  line-height: 110%;
  color: var(--white);
  display: block;
}

.perfectpal-1,
.perfectpal-5 {
  margin-top: -14px;
}

.perfectpal-2,
.perfectpal-2 .perfectpal-block-img,
.perfectpal-4 {
  margin-top: 46px;
}

.perfectpal-3 {
  margin-top: 18px;
}

.perfectpal-1 .perfectpal-block-img {
  margin-top: -10px;
  position: relative;
  left: 4px;
}

.perfectpal-1 .perfectpal-block-img img {
  max-width: 370px;
  width: 100%;
}

.perfectpal-2 .perfectpal-block-img img,
.perfectpal-3 .perfectpal-block-img img {
  max-width: 360px;
  width: 100%;
}

.perfectpal-3 .perfectpal-block-img {
  position: relative;
  left: 20px;
}

.community-bg,
.community-right::after {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.perfectpal-3 .perfectpal-content {
  margin-top: -10px;
}

.perfectpal-4 .perfectpal-block-img {
  margin-top: 30px;
}

.perfectpal-4 .perfectpal-content {
  margin-top: 5px;
}

.perfectpal-5 .perfectpal-block-img {
  margin-left: 20px;
  margin-top: 6px;
}

.perfectpal-5 .perfectpal-content {
  margin-top: -26px;
}

.perfectpal-btn .btn-pink {
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
  padding: 31px 26px;
}

.perfectpal-btn .btn-pink::before,
.powerpals-family-content .btn-pink::before {
  background-image: url("../images/pink-btn-bg-large.webp");
}

.community-title,
.perfectpal-title,
.powerpals-family-content .section-title {
  margin: 0 0 10px;
}

.perfectpal-btn {
  margin: -45px 0 0;
}

.steps-wrp {
  padding: 288px 0 274px;
}

.steps-main {
  max-width: 687px;
  width: 100%;
  margin: 0 0 0 52px;
  color: var(--white);
}

.steps-main .main-title {
  text-transform: uppercase;
  margin: 0 0 35px;
}

.steps-block-top {
  display: flex;
  margin: 0 0 11px;
}

.steps-block {
  margin: 0 0 24px;
}

.step-number {
  width: 67px;
  height: 67px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  border: 2.481px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(11, 11, 11, 0.2);
  -moz-box-shadow: 0 0 24.815px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 24.815px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24.815px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(29.77777862548828px);
  -webkit-backdrop-filter: blur(29.77777862548828px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.step-number span {
  font-size: 34px;
  line-height: 140%;
  font-weight: 400;
  display: block;
}

.powerpals-family-content .main-title,
.powerpals-family-content .section-title,
.steps-block-top .section-title {
  text-transform: uppercase;
}

.steps-section {
  max-width: 450px;
  width: 100%;
}

.steps-btn {
  margin: 45px 0 0;
}

.steps-btn .btn {
  max-width: 265px;
  width: 100%;
}

.community-wrp {
  padding: 0 0 61px;
  margin: -40px 0 0;
}

.community-top {
  margin: 0 0 28px;
}

.community-top .block-title {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}

.community-left {
  max-width: 340px;
  width: 100%;
}

.adventures-title .main-title,
.community-left .section-title,
.faq-block .section-title {
  text-transform: uppercase;
  margin: 0 0 10px;
}

.community-left .common-detail p,
.powerpals-family-content .main-title {
  margin: 0 0 20px;
}

.community-right {
  margin: 0 0 0 -42px;
  padding: 60px 52px 62px 54px;
  border: 1px solid rgba(104, 104, 104, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.community-right::after,
.faq-section {
  border: 1px solid rgba(104, 104, 104, 0.2);
  -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
}

.community-right::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.community-bg {
  position: absolute;
  height: auto;
  overflow: hidden;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.adventures-block,
.adventures-title {
  position: relative;
  z-index: 9;
  text-align: center;
}

.community-bg figure {
  display: flex;
  height: 100%;
}

.community-bg figure img,
.f-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-row .row {
  margin: 0 -20px;
}

.community-row .row > * {
  padding: 0 20px;
}

.community-block .block-title {
  text-transform: uppercase;
  margin: 0 0 3px;
}

.community-block .count {
  margin: 0 0 7px;
}

.count * {
  font-size: 84px;
  line-height: 140%;
  margin: 0;
}

.adventures-title {
  max-width: 632px;
  width: 100%;
  margin: 0 auto -170px;
  color: var(--white);
}

.adventures-title::after {
  content: "";
  width: 760px;
  height: 194px;
  background-color: #210f3d;
  position: absolute;
  left: 50%;
  right: 0;
  top: -20px;
  bottom: 0;
  z-index: -1;
  filter: blur(72px);
  -webkit-filter: blur(72px);
  border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  -webkit-border-radius: 55% 48% 48% 52%/51% 53% 47% 49%;
  -moz-border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  -ms-border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  -o-border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.adventures-title .common-detail {
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
  opacity: 0.8;
}

.adventures-content {
  max-width: 261px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.adventures-content .detail p {
  -webkit-line-clamp: 3;
}

.adventures-bg {
  width: 517px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.adventures-bg img {
  width: 100%;
  max-width: none;
}

.ad-block-2 {
  margin: 220px 0 0 -75px;
}

.ad-block-3 {
  margin: 220px -57px 0 0;
}

.adventures-section {
  margin: 0 40px 83px;
}

.adventures-wrp {
  padding: 263px 0 115px;
}

.adventures-content .section-title {
  margin: 0 0 5px;
}

.adventure-btn .btn,
.adventures-img,
.faq-section,
.powerpals-family-main {
  margin: 0 auto;
  width: 100%;
}

.adventure-btn .btn {
  max-width: 265px;
}

.powerpals-family-wrp {
  padding: 0 0 72px;
  position: relative;
  z-index: 1;
}

.powerpals-family-main {
  max-width: 1575px;
}

.powerpals-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  filter: blur(132px);
  -webkit-filter: blur(132px);
}

.powerpals-family-img figure {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.powerpals-family-content {
  max-width: 482px;
  width: 100%;
}

.powerpals-family-content .common-detail {
  opacity: 0.5;
  padding: 0 0 48px;
}

.powerpals-family-content .common-detail p {
  margin: 0 0 21px;
}

.powerpals-family-content .common-detail p:last-child {
  margin-bottom: 0;
}

.powerpals-family-content .btn-pink {
  max-width: 314px;
  width: 100%;
  padding: 31px 40px;
}

.faq-wrp {
  padding: 46px 0 68px;
}

.faq-section {
  position: relative;
  z-index: 9;
  padding: 55px 55px 59px;
  max-width: 848px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.faq-section::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: -1;
  border: 1px solid rgba(104, 104, 104, 0.2);
  background-color: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.faq-title {
  text-align: center;
  margin: 0 0 10px;
  position: relative;
  z-index: 10;
}

.faq-block {
  padding: 32px 0 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-block:first-child {
  padding-top: 0;
}

.faq-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.faq-block .common-detail {
  color: var(--black222);
  opacity: 0.5;
}

.faq-main .block-title {
  max-width: 992px;
  width: 100%;
  text-align: center;
  color: var(--white);
  margin: 0 auto 47px;
  position: relative;
  z-index: 9;
}

.faq-main .block-title::before {
  content: "";
  width: 992px;
  max-width: 100%;
  height: 150px;
  background-color: #051035;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  bottom: 0;
  z-index: -1;
  filter: blur(57px);
  -webkit-filter: blur(57px);
  border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  -webkit-border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  -moz-border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  -ms-border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
  -o-border-radius: 52% 48% 48% 52%/51% 53% 47% 49%;
}

.footer-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-main .f-logo {
  max-width: 421px;
  width: 100%;
  margin: 0 auto 9px;
  display: block;
}

.footer-links {
  padding: 0 0 48px;
}

.footer-links ul,
.social-media ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-links ul li {
  list-style-type: none;
  position: relative;
}

.footer-links ul li:has(a) {
  color: var(--white);
  width: 155px;
  text-align: center;
}

.footer-links ul li:not(:has(a)) {
  background-color: var(--white);
  width: 1px;
  height: 15px;
}

/* .footer-links ul li::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
} */

.footer-links ul li:first-child {
  padding-left: 0;
}

.footer-links ul li:last-child,
.social-media ul li:last-child {
  padding-right: 0;
}

.footer-block p {
  font-size: 12px;
  opacity: 0.5;
  color: var(--white);
  margin: 0 0 3px;
}

.footer-newsletter {
  width: 100%;
  text-align: center;
}

.footer-newsletter .form-control {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: var(--white);
  padding: 13px 121px 13px 21px;
  background-color: rgba(11, 11, 11, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(47px);
  -webkit-backdrop-filter: blur(47px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.footer-main,
.social-media ul li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.footer-newsletter .form-control::placeholder {
  color: var(--white);
  opacity: 0.5;
}

.footer-newsletter .btn {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}

.social-media {
  width: 100%;
  text-align: center;
  margin: 0 0 0 50px;
}

.social-media ul li {
  list-style-type: none;
}

.social-media ul li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  top: 0;
  background-color: rgba(11, 11, 11, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(47px);
  -webkit-backdrop-filter: blur(47px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media (max-width: 992px) {
  .social-media ul li a {
    width: 50px;
    height: 50px; 
  }
}

.footer-main {
  padding: 0px 40px 34px;
  max-width: 1334px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(11, 11, 11, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-top: -237px;
}

.footer-main::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(11, 11, 11, 0.6);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(47px);
  -webkit-backdrop-filter: blur(47px);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.f-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.f-shape figure {
  display: flex;
  max-height: 100%;
  height: 100%;
  opacity: 0.1;
}

.footer-block {
  padding: 0 0 38px;
  position: relative;
}

.footer-block .row {
  margin: 0 -16px;
}

.footer-block .row > * {
  padding: 0 16px;
}

.copyright p {
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

.footer {
  padding: 68px 0 49px;
}
