/* GENERAL */
.gradient-text {
    background: linear-gradient(267deg, rgb(114 11 171) 0%, rgb(254 0 141) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}

.gradient-button {
    background: linear-gradient(#000 0 0) padding-box, linear-gradient(to right, #fb3570, #9c20aa) border-box;
    color: #fff;
    padding: 8px 12px;
    border: 3px solid transparent;
    border-radius: 35px;
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

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

.gradient-button-white {
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fb3570, #9c20aa) border-box;
    color: #000;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 35px;
    display: inline-block;
    width: fit-content;
}

.fw-500 {
    font-weight: 500;
}

.pt-50 {
    padding-top: 7rem;
}

.z-1 {
    z-index: 1;
}

.z-5 {
    z-index: 5;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.section-white {
    padding : 1rem 0;
    margin: 100px auto;
}

.section-black {
    padding : 100px 0;
    margin: 0 auto;
}

.glow-on-hover {
    outline: none;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 7;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.main-title {
    font-size : 3.625rem;
    padding: 0 2rem;
    margin: 0;
    line-height: 1em;
}
@media (max-width: 500px) {
    .main-title {
        font-size: 1.5rem;
        padding: 0 1.2rem;
    }
}


/* END GENERAL */


/* BACKGROUND BLOBS */
.bouncing-blob {
    width: 32vw;
    aspect-ratio: 1;
    border-radius: 50%;
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform-origin: left top;
}

.bouncing-blob--blue {
    background: #7438b8;
}

.bouncing-blob--white {
    background: #bf57d4;
    z-index: 2;
    width: 15vw;
}

.bouncing-blob--purple {
    background: #7438b8;
}

.bouncing-blob--pink {
    background: #e289cd50;
}

.bouncing-blobs-container {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bouncing-blobs-glass {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    backdrop-filter: blur(140px);
    -webkit-backdrop-filter: blur(140px);
    pointer-events: none;
    height: 100%;
}

.bouncing-blobs {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}

@media (max-width: 1200px) {

    /* BLOB BACKGROUND */
    .bouncing-blobs-glass {
        backdrop-filter: blur(120px);
        -webkit-backdrop-filter: blur(120px);
    }
}

@media (max-width: 500px) {

    /* BLOB BACKGROUND */
    /* .bouncing-blob {
        width: 20vw;
    }

    .bouncing-blob--white {
        width: 20vw;
    } */

    .bouncing-blobs-glass {
        backdrop-filter: blur(90px);
        -webkit-backdrop-filter: blur(90px);
    }
}
/* END BACKGROUND BLOBS */

/* HERO */
.hero-button.glow-on-hover:before,
.hero-button.glow-on-hover:after {
    border-radius: 35px;
}

.container-hero {
    position: relative;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #000;
    padding: 10rem 0;
}

.hero-mention {
    font-size: 0.75rem;
    font-style: italic;
    color: #fff;
}

.hero .wrapper-hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.hero .left-image,
.hero .right-image {
    width: 10%;
    position: relative;
}

.hero .left-image {
    left: 65px;
}

.hero .container-video {
    max-width: 60%;
    max-height: 100%;
}

.hero .container-video .video-desktop {
    display: block;
}

.hero .container-video .video-mobile {
    display: none;
}

.hero .right-image {
    right: 50px;
}

.hero .left-image img,
.hero .right-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.hero .left-image img {
    bottom: 40px;
}

.hero .right-image img {
    top: 100px;
}

.hero .container-video video {
    width: 100%;
    height: 100%;
}

.hero .all-in-one {
    background-color: #fb3570;
    color: #fff;
    padding: 5px 15px;
    border-radius: 35px;
}

.container-all-in-one {
    margin: 4rem 0;
}

.blink {
    animation: blink 0.5s infinite;
}
@keyframes blink{
    to { 
        opacity: .0; 
    }
}

@media (max-width: 740px) {
    .hero .container-video .video-desktop {
        display: none;
    }
    
    .hero .container-video .video-mobile {
        display: block;
    }

    .hero .left-image, 
    .hero .right-image {
        width: 20%;
    }
}

@media (max-width: 500px) {
    .hero {
        padding: 0;
        padding-top: 5rem;
    }

    .hero .wrapper-hero {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .hero .all-in-one {
        width: fit-content;
        align-self: center;
        margin-top: 1rem;
    }

    .title-all-in-one {
        display: flex;
        flex-direction: column;
    }
}
/* END HERO */

/* BANNER TRUSPILOT */
.trustpilot-banner {
    background: #f5f5f5;
    padding: 4rem 0;
    z-index: 1;
    position: relative;
}

.trustpilot-banner .container-trustpilot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trustpilot-banner .container-trustpilot,
.container-trustpilot .wrapper-1, 
.container-trustpilot .wrapper-2 {
    gap : 3rem;
}

.trustpilot-banner .star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.trustpilot-img {
    max-width: 100px;
}

.star-rating svg {
    padding: 2px;
    fill: #fff;
    box-sizing: content-box;
}

.container-star {
    border-radius: 2px;
    background-color: #dedddd;
}

.star.filled {
    background-color: #50b47f;
}

.star.empty {
    background-color: #dedddd;
}

.star.half-filled {
    position: relative;

}

.star.half-filled svg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: content-box;
}

.star.half-filled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #50b47f;
    z-index: 1;
}

@media (max-width: 1200px) {
    .trustpilot-banner .container-trustpilot {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .trustpilot-banner {
        margin: 2rem 0;
    }
    .container-trustpilot .wrapper-1 {
        flex-direction: column;
    }
    .trustpilot-banner .container-trustpilot,
    .container-trustpilot .wrapper-1, 
    .container-trustpilot .wrapper-2 {
        gap : 2rem;
    }
}
/* END BANNER TRUSPILOT */


/* CONTENT */
.tpop-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 56px;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 100px auto;
}

.tpop-content .wrapper-content {    
    display: flex;
    padding-left: 176px;
    padding-right: 176px;
    max-width: 1440px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    gap: 6rem;
}

/* Menu */
.wrapper-content .menu-content {
    display: flex;
    width: 305px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.menu-content .item-content {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0!important;
    transition: 0.3s;
    line-height: 27.6px;
    font-weight: 700;
    font-size: 24px;
    word-wrap: break-word;
    color: #b1b3b3;
}

.menu-content .item-content.active {
    color : #000000;
}

.wrapper-item {
    cursor: pointer;
}

.wrapper-item.active .item-content{
    color:#000000;
}

.wrapper-item:not(.active):hover .item-content {
    color:#808080;
}

.wrapper-item .progress-bar-container {
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.wrapper-item:not(.active):hover .progress-bar {
    background-color: #808080;
}

/* Progress bar */
.progress {
    width: 100%;
    --bs-progress-height: 0.1rem;
}

.progress.progress-wrap {
    background: linear-gradient(to right, #fb3570, #9c20aa) border-box;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

.progress-wrap .progress-bar {
    background-color: #ddd;
    left: 0;
    position: absolute;
    top: 0;
}

/* Video */
.wrapper-content .container-video {
    display: flex;
    height: 600px;
    width: 418px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.container-video video {
    vertical-align: middle;
    object-fit: cover;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;

}

/* Text */
.wrapper-content .text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 305px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.wrapper-content .text-container p {
    line-height: 2.5rem;
}

@media (max-width: 1235px) {
    .tpop-content .wrapper-content {
        display: none;
    }
}
/* END CONTENT */


/* SPLIDE CONTENT (VERSION MOBILE) */
.splide-content {
    display: none;
    width: 100%;
}

.splide__pagination__page.is-active {
    background: #000000;
}

.card-slide {
    background-color: #f2f2f2ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 25px 30px;
    cursor: grab;
}

.card-slide video {
    width: 80%;
    height: 530px;
}

.card-slide .content {
    padding: 20px 0;
}

.card-slide .content h3{
    font-size: 1.3rem;
}

@media (max-width: 1235px) {
    .tpop-content .splide-content {
        display: block;
    }
}

@media (max-width: 420px){
    .card-slide {
        padding: 20px;
    }
    .card-slide video {
        height: auto;
    }

    .splide__arrow--prev {
        left: 0.5em;
    }

    .splide__arrow--next {
        right: 0.5em;
    }
}
/* END SPLIDE CONTENT (VERSION MOBILE) */


/* CARDS */
.container-cards .wrapper-cards {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    min-height: 700px;
    gap: 2rem;
    margin: 0 auto;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 4rem;
    width: 80%;
    height: 65vh;
    overflow: visible;
}

.wrapper-cards .card-tpop {
    position: relative;
    height: auto;
    flex-grow: 1;
    border-radius: 30px;
    display: flex;
    width: 25%;
}

.wrapper-cards .card-tpop:not(.active):hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.card-tpop:nth-of-type(2),
.card-tpop:nth-of-type(4) {
    margin-top: 5rem;
}

.card-tpop:hover {
    cursor: pointer;
}

.card-tpop.active {
    transition: 0.1s;
    width: 50%;
}

.card-tpop .tpop-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    padding: 2rem;
}

.card-tpop .container-image {
    position: relative;
    z-index: 2;
}

.card-tpop.active .container-image {
    width: 50%;
}

.card-tpop.active .tpop-card-content {
    left: 50%;
    transition: 1s ease;
}

.container-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 42px;
}

.container-arrow {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, rgba(0, 0, 0, 1) 100%);
    border-radius: 42px;
    transition: 0.5s opacity;
    opacity: 0;
}

.container-arrow svg {
    width: 50px;
    fill: #fff;
    color: #fff;
    stroke: #fff;
    height: 200px;
}

.card-tpop:hover .container-arrow {
    opacity: 1;
}

@media (max-width: 1900px) {
    .card-tpop .tpop-card-content h3 {
        font-size: 1.5em;
    }
    .card-tpop .tpop-card-content p {
        font-size: 0.9rem;
    }

    .container-cards .wrapper-cards {
        width: 98%;
        height: 60vh;
    }
}

@media (max-width: 1489px) {
    .container-cards .wrapper-cards {
        width: 100%;
        height: 55vh;
    }
}

@media (max-width: 1340px) {
    .wrapper-cards {
        display: none !important;
    }
}

/* MOBILE VERSION */
.wrapper-cards-mobile {
    display: none;
}

.wrapper-cards-mobile .container-cards-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.wrapper-cards-mobile .content-mobile {
    display:none;
    margin-top: 2rem;
}

.container-content-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    width: 50%;
}

.wrapper-cards-mobile .content-mobile.active {
    display: block;
}

.content-mobile h3 {
    font-size: 1.5rem;
}

.wrapper-cards-mobile .img-cards-mobile{
    position: relative;
    width: 50%;
    min-height: 40vh;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-cards-mobile .container-img-mobile{
    position: absolute;
    transform: rotate(var(--rotate)) translateX(var(--translate-x)) translateY(var(--translate-y));
    height: 100%;
    width: fit-content;
    object-fit: cover;
}

.container-img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.arrows-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.arrows-cards .arrow-mobile-cards {
    display: block;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 10px 15px;
    color: #000;
}

.container-img-mobile img.animateOut {
    -webkit-animation: animateOut .8s ease-in both;
    animation: animateOut .8s ease-in both;
}

.container-img-mobile img.animateIn {
    -webkit-animation: animateIn .8s ease-out both;
    animation: animateIn .8s ease-out both;
}

@keyframes animateIn {
    0% {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform-origin: 50% 45rem;
        transform-origin: 50% 45rem;
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 45rem;
        transform-origin: 50% 45rem;
    }
}
@keyframes animateOut {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 45rem;
        transform-origin: 50% 45rem;
    }
    99% {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform-origin: 50% 45rem;
        transform-origin: 50% 45rem;
        visibility: visible;
    }
    100% {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform-origin: 50% 45rem;
        transform-origin: 50% 45rem;
        visibility: hidden;
    }
}

@media (max-width: 1340px) {
    .wrapper-cards-mobile {
        display: block !important;
        overflow: hidden;
        padding: 20px 30px;
    }
}

@media (max-width: 876px) {
    .wrapper-cards-mobile .container-cards-mobile {
        flex-direction: column;
    }

    .container-content-mobile,
    .wrapper-cards-mobile .img-cards-mobile {
        width: 100%;
    }
}

/* END CARDS */

/* CONTAINER REVIEWS */
.reviews-container .wrapper-reviews{
    padding: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.reviews-container .container-images{
    width: 55%;
}

.reviews-container .container-quotes {
    width: 45%;
}

.reviews-container .container-images img {
    width: inherit;
    margin: auto;
}

.container-quotes .quote {
    max-width: 550px;
}

.quote, .img-review {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.visible {
    display: block;
}

.fade-in {
    opacity: 1;
}

.quote .link-shop {
    color: #bbbbbb;
}

.quote h1 {
    font-size : calc(1.35rem + 1.2vw);
    line-height: 1.2em;
}

.quote .text-quote {
    font-size: calc(1.275rem + 0.3vw);
    line-height: 1.2em;
    padding-top: 1em;
}

.button-review {
    padding: 5px 35px;
    border: 1px solid transparent;
    margin-top: 2rem;
}

.button-review svg{
    width: 30px;
    height: 30px;
}

@media (max-width: 800px) {
    .reviews-container .wrapper-reviews {
        flex-direction: column-reverse;
        padding: 4rem;
    }
    .reviews-container .container-images,
    .reviews-container .container-quotes,
    .container-quotes .quote {
        width: 100%;
    }

    .container-quotes .quote .quote-svg {
        width: 50px;
    }

    .quote h1 {
        line-height: 3rem;
        font-size: 1.5rem;
    }

    .quote .text-quote {
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    .reviews-container .wrapper-reviews {
        padding: 2rem;
    }
}


/* END REVIEWS */

/* SHOP SLIDER */
.container-slider {
    overflow: hidden;
    width: 100%;
    padding: 6rem 0;
}

.slider-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    animation: scroll-left 50s linear infinite; 
    gap: 20px;
}

.slider-item {
    flex: 0 0 auto; 
    width: 420px;
    height: 250px;
    border-radius : 16px;
    background: transparent;
}

.item-image {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 420px) {
    .slider-item {
        width: 300px;
        height: 200px;
    }
}
/* END SHOP SLIDER */


/* NEED HELP SECTION */
.need-help .container-cards-help {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 85px 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.container-cards-help .card-help {
    border: 1px solid #434343;
    border-radius: 15px;
    padding: 35px;
    background-color: #1a1a1a;
}

.card-help .container-icons {
    color: #ffffff;
    width: fit-content;
    padding: 0.5rem 0.8rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.container-icons.gradient-purple {
    background: linear-gradient(267deg, rgb(254 0 141) 0%, rgb(114 11 171) 100%);
}

.container-icons.gradient-blue {
    background: linear-gradient(267deg, rgb(45, 153, 255) 0%, rgb(25, 3, 167) 100%);
}

.container-icons.gradient-red {
    background: linear-gradient(90deg, rgb(191 11 11) 0%, rgba(253, 70, 29, 1) 4%, rgb(114 33 174) 100%);
}

.container-icons.gradient-orange {
    background : linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

.card-help .container-icons svg {
    width: 30px;
    height: 30px;
}

.card-help .button-pink {
    background-color: #fb356f;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 1rem 0;
    display: block;
    width: fit-content;
    border: 1px solid #fb356f;
}

.card-help .button-pink:hover {
    background-color: transparent;
    transition: 0.3s;
}

.card-help .subtitle-card {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 16px;
    padding: 0 2rem 1rem 0;
}

@media (max-width: 1400px) {
    .need-help .container-cards-help {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1000px;
    }
}

@media (max-width: 1000px) {
    .need-help .container-cards-help {
        grid-template-columns: repeat(1, 1fr);
        max-width: 500px;
    }
}

@media (max-width: 500px) {
    .need-help .container-cards-help {
        padding: 75px 20px;
    }
}
/* END NEED HELP SECTION */