:root {
    --purple-dark: #13081c;
    --purple-dark-2: #241032;
    --purple: #682485;
    --purple-medium: #8d3aad;
    --purple-light: #ba65d3;
    --lavender: #eee1f3;
    --white-lilac: #fbf8fc;
    --text: #26182d;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: var(--text);
    background: #fff;
}

img {
    max-width: 100%;
}

/* =====================================================
 HERO
===================================================== */

.plastic-hero {
    position: relative;
    min-height: 760px;
    color: #fff;
    overflow: hidden;

    background:
        radial-gradient(circle at 78% 36%,
            rgba(150, 61, 183, .35),
            transparent 36%),
            linear-gradient(110deg,
            #100717 0%,
            #180a23 43%,
            #341448 100%);
}

@media (min-width: 992px) {
    .plastic-hero .col-lg-5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.plastic-hero h1 {
    margin-top: 35px;
    font-size: clamp(2.6rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -1.8px;
    font-weight: 800;
}

.plastic-hero h1 span {
    color: #c66dda;
}

.plastic-brand {
    display: inline-flex;
    flex-direction: column;
}

.plastic-brand>span {
    font-family: "Playfair Display", serif;
    font-size: 13px;
}

.plastic-brand strong {
    font-family: "Playfair Display", serif;
    font-size: clamp(4rem, 8vw, 7.5rem);
    line-height: .8;
    font-weight: 500;
}

.plastic-brand small {
    display: inline-block;
    width: max-content;
    margin-top: 12px;
    padding: 4px 9px;
    color: white;
    background: #6f3981;
    font-size: 13px;
    letter-spacing: .5px;
}

.plastic-hero-text {
    margin-top: 30px;
    max-width: 560px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.75;
}

.plastic-icons {
    margin-top: 35px;
}

.plastic-icon-item {
    text-align: center;
}

.plastic-icon-circle {
    width: 47px;
    height: 47px;
    margin: auto auto 9px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(203, 122, 225, .6);
    border-radius: 50%;
    color: #d685ec;
}

.plastic-icon-item span {
    color: white;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 700;
}

.plastic-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 55px;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    border-radius: 6px;
    background: linear-gradient(135deg,
            #a744bd,
            #702290);
    box-shadow: 0 12px 35px rgba(124, 40, 150, .4);
    transition: .3s ease;
}

.plastic-btn:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(124, 40, 150, .55);
}

.plastic-btn-wide {
    min-width: 360px;
}

.plastic-shipping {
    margin-top: 22px;
    color: #ddd0e3;
    font-size: 11px;
    font-weight: 700;
}

.plastic-shipping i {
    margin-right: 7px;
}

/* HERO MODEL */

.plastic-hero-visual {
    position: relative;
    height: 720px;
}

.plastic-hero-model {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -120px;
    height: 130%;
    max-width: none;
    object-fit: contain;
    object-position: bottom right;
}

.plastic-hero-products {
    position: absolute;
    z-index: 4;
    left: 2%;
    bottom: 50px;
    width: 70%;
    filter: drop-shadow(0 30px 22px rgba(0, 0, 0, .45));
}

.plastic-platform {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 4%;
    width: 76%;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(180deg,
            #7d3799,
            #3b174e);
    box-shadow:
        inset 0 8px 12px rgba(255, 255, 255, .15),
        0 30px 50px rgba(0, 0, 0, .4);
}

.platform-1 {
    position: absolute;
    inset: 10px 8%;
    border-radius: 50%;
    border: 2px solid rgba(214, 141, 234, .3);
}

.platform-2 {
    position: absolute;
    inset: 20px 15%;
    border-radius: 50%;
    border: 2px solid rgba(214, 141, 234, .2);
}

/* GLOW */

.plastic-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.plastic-glow-one {
    width: 350px;
    height: 350px;
    right: 5%;
    top: 20%;
    background: rgba(121, 43, 150, .35);
}

.plastic-glow-two {
    width: 300px;
    height: 300px;
    left: 40%;
    bottom: -10%;
    background: rgba(175, 71, 202, .2);
}


/* =====================================================
 BENEFITS
===================================================== */

.plastic-benefits {
    background: linear-gradient(90deg,
            #fff,
            #faf5fc);
}

.plastic-benefit-model {
    min-height: 600px;
    height: 100%;
    overflow: hidden;
}

.plastic-benefit-model img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
}

.plastic-benefit-content {
    max-width: 750px;
    padding: 70px 8vw 70px 60px;
}

.plastic-benefit-content h2,
.plastic-steps h2,
.plastic-transform h2,
.plastic-reviews h2,
.plastic-offer h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -1px;
}

.plastic-benefit-content h2 span,
.plastic-steps h2 span,
.plastic-transform h2 span,
.plastic-reviews h2 span,
.plastic-offer h2 span {
    color: var(--purple-medium);
}

.plastic-benefit-line {
    width: 60px;
    height: 3px;
    margin: 20px 0 30px;
    background: var(--purple-medium);
}

.plastic-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #ddd4e1;
}

.plastic-benefit-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #7a2a98;
}

.plastic-benefit-item h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
}

.plastic-benefit-item p {
    margin: 5px 0 0;
    color: #5d5561;
    font-size: 13px;
    line-height: 1.6;
}


/* =====================================================
 STEPS
===================================================== */

.plastic-steps {
    padding: 70px 0;
    background: #fbf7fc;
}

.plastic-step {
    position: relative;
    min-height: 280px;
    padding: 20px;
}

.plastic-step::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: -15px;
    color: #76258f;
    font-size: 50px;
    font-weight: 400;
    transform: translateY(-50%);
}

.plastic-step-center::after {
    display: block;
}

.plastic-step img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.plastic-step-number {
    position: absolute;
    z-index: 0;
    top: -30px;
    left: 15px;
    color: #eee5f1;
    font-size: 7rem;
    font-weight: 800;
}

.plastic-step h3 {
    position: relative;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 800;
}

.plastic-step p {
    position: relative;
    margin-top: 15px;
    color: #514a55;
    font-size: 12px;
    line-height: 1.6;
}

.plastic-shipping-light {
    color: #69307c;
}


/* =====================================================
 TRANSFORMATION
===================================================== */

.plastic-transform {
    padding: 65px 0 75px;
    color: #fff;
    background:
        radial-gradient(circle at 50% 45%,
            #39154b,
            transparent 60%),
        #18091f;
}

.plastic-before-after {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, .45);
}

.plastic-before,
.plastic-after {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.plastic-before img,
.plastic-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plastic-before span,
.plastic-after span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    background: #6d2685;
}

.plastic-arrow {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: #8734a3;
    transform: translate(-50%, -50%);
}


/* =====================================================
 REVIEWS
===================================================== */

.plastic-reviews {
    padding: 70px 0;
    background: #f9f4fa;
}

.plastic-review {
    height: 100%;
    padding: 25px;
    border: 1px solid #ddd3e1;
    border-radius: 12px;
    background: rgba(255, 255, 255, .75);
}

.plastic-review-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.plastic-review-header img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.plastic-stars {
    color: #8531a2;
    letter-spacing: 2px;
}

.plastic-review-header strong {
    font-size: 12px;
}

.plastic-review p {
    margin: 18px 0 0;
    color: #332d36;
    font-size: 13px;
    line-height: 1.6;
}


/* =====================================================
 OFFER
===================================================== */

.plastic-offer {
    padding: 60px 0;
    background: linear-gradient(100deg,
            #f4eaf7,
            #fff);
}

.plastic-offer-image {
    width: 95%;
    max-width: 520px;
}

.plastic-offer-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.plastic-offer-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
}

.plastic-offer-list i {
    color: #81309f;
}


/* =====================================================
 FOOTER
===================================================== */

.plastic-footer {
    padding: 28px 0;
    color: white;
    background: #1d0c29;
}

.plastic-footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.plastic-footer-item>i {
    font-size: 30px;
    color: #d598e5;
}

.plastic-footer-item strong {
    display: block;
    font-size: 10px;
}

.plastic-footer-item span {
    display: block;
    margin-top: 4px;
    color: #bcaec2;
    font-size: 9px;
}


/* =====================================================
 SCROLL EFFECTS
===================================================== */

.scroll-up,
.scroll-left,
.scroll-right {
    opacity: 0;
    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.2, .8, .2, 1);
}

.scroll-up {
    transform: translateY(70px);
}

.scroll-left {
    transform: translateX(-80px);
}

.scroll-right {
    transform: translateX(80px);
}

.scroll-active {
    opacity: 1;
    transform: translate(0, 0);
}


/* =====================================================
 RESPONSIVE TABLET
===================================================== */

@media (max-width: 991.98px) {

    .plastic-hero {
        min-height: auto;
    }

    .plastic-hero .min-vh-100 {
        min-height: auto !important;
        padding-top: 80px !important;
    }

    .plastic-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .plastic-hero-visual {
        height: 620px;
        margin-top: 20px;
    }

    .plastic-hero-model {
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        height: 110%;
        max-width: none;
        object-position: bottom center;
    }

    .plastic-hero-products {
        left: 50%;
        width: 58%;
        transform: translateX(-50%);
    }

    .plastic-platform {
        left: 50%;
        width: 65%;
        transform: translateX(-50%);
    }

    .plastic-benefit-content {
        max-width: none;
        padding: 60px 40px;
    }

    .plastic-step::after {
        display: none;
    }

}


/* =====================================================
 MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .plastic-hero {
        text-align: center;
    }

    .plastic-brand {
        align-items: center;
    }

    .plastic-hero h1 {
        font-size: 2.55rem;
    }

    .plastic-brand strong {
        font-size: 5rem;
    }

    .plastic-hero-visual {
        height: 500px;
    }

    .plastic-hero-model {
        height: 105%;
    }

    .plastic-hero-products {
        width: 78%;
        bottom: 25px;
    }

    .plastic-platform {
        width: 85%;
        height: 75px;
    }

    .plastic-benefit-model {
        min-height: 450px;
    }

    .plastic-benefit-model img {
        min-height: 450px;
    }

    .plastic-benefit-content {
        padding: 50px 25px;
    }

    .plastic-btn-wide {
        width: 100%;
        min-width: unset;
    }

    .plastic-before,
    .plastic-after {
        height: 270px;
    }

    .plastic-offer {
        text-align: center;
    }

    .plastic-offer-list {
        display: inline-block;
        text-align: left;
    }

}


/* =====================================================
 SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .plastic-hero h1 {
        font-size: 2.1rem;
    }

    .plastic-brand strong {
        font-size: 4.4rem;
    }

    .plastic-btn {
        width: 100%;
        font-size: 12px;
    }

    .plastic-hero-visual {
        height: 430px;
    }

    .plastic-hero-products {
        width: 90%;
    }

    .plastic-before,
    .plastic-after {
        height: 230px;
    }

    .plastic-footer-item {
        flex-direction: column;
    }

}