﻿.card-wrapper {
    display: block;
    width: inherit;
    /*padding-left: 45px;
    padding-right: 45px;*/
    margin: 0;
}
.card {
    border: none !important;
    margin-top:-50px;
}
.purchase-info input{
    width:100%
}
img {
    width: 100%;
    display: block;
}
.social-links > p {
    margin: 0 !important;
    font-weight: bold;
    color: #6053a8;
    font-size: 16px;
}
.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

    .img-showcase img {
        min-width: 100%;
    }

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;

}

    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3) {
        margin-right: 0;
    }

    .img-item:hover {
        opacity: 0.8;
    }

.product-content {
    text-align:center;
    padding: 3rem 1rem 2rem 2rem;
    margin-top: 40px;
}

.product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

    .product-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 80px;
        /*background: #12263a;*/
    }

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

    .product-link:hover {
        opacity: 0.9;
    }

.product-rating {
    color: #ffc107;
}

    .product-rating span {
        font-weight: 600;
        color: #252525;
    }

#product-info .product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
    left: 0;
    position: relative !important;
    bottom: 0;
}

    #product-info .product-price span {
        font-weight: 400;
    }
/* PHONE CONTAINERS */
.phone-graphic {
    position: relative;
    width: 330px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 30px;
}

.phone-case {
    box-shadow: inset 3px 3px 8px #82dcff, inset 0 0 3px #082049, inset -3px -3px 8px 0px #002094, 10px 10px 15px #b8b8b8;
    border-radius: 50px;
    background: #138ac9;
    width: 330px;
    padding: 10px;
}

    .phone-case:before {
        content: '';
        position: absolute;
        background: #138ac9;
        width: 5px;
        height: 30px;
        left: -5px;
        top: 140px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        box-shadow: inset 4px 0px 2px #45b1ea;
    }

    .phone-case:after {
        content: '';
        position: absolute;
        background: #138ac9;
        width: 5px;
        height: 70px;
        left: 330px;
        top: 150px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: inset 1px 0 4px #052152, inset -2px 3px 5px #2c9fdc, 10px 10px 15px #b8b8b8;
    }

.phone-container-outer {
    position: relative;
    font-family: helvetica;
    font-size: .8rem;
    border: 1px solid #8f8f8f;
    border-radius: 40px;
    box-shadow: inset 1px 1px 10px #ddd, inset 1px 1px 3px #8f8f8f, 0 0 6px #1059a5;
    background-color: #000;
}

.phone-container-inner {
    position: relative;
    background: #fff;
    margin: 13px;
    border-radius: 30px;
    overflow: hidden;
}

.phone-container-outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 650px;
    background: linear-gradient(130deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0) 25%);
    z-index: 5;
    border-radius: 40px;
}

.phone-container-inner:before {
    content: '';
    position: absolute;
    top: 0;
    background-color: #000;
    width: 110px;
    height: 17px;
    left: calc(50% - 55px);
    border-radius: 0 0 20px 20px;
    z-index: 2;
}








/* PHONE MESSAGES */
.phone-messages {
    height: 550px
}
.phone-messages > img {
    height: 550px
}
.product-ar {
    height: 500px;
    padding-top: 74px;
    background: #ff959eb5;
}
.product-ar-text {
    flex-direction: column;
    display: flex;
    text-align: center;
    padding-top: 115px;
    padding-right: 5%;
    align-items: center;
    padding-left: 5%;
}
.product-ar-text  h2{
    color:#fff;
    font-size: 42px;
    width: 100%;
}
    .product-ar-text p {
        color: #fff;
        font-size: 18px;
    }
/* PHONE FOOTER */
.phone-footer {
    position: absolute;
    height: 40px;
    bottom: 0;
    width: 100%;
    background-color: #efefef;
}

.phone-footer-icons {
    position: absolute;
    bottom: 3px;
    left: 15px;
    color: #7b838d;
}

.phone-footer-input {
    position: absolute;
    bottom: 7px;
    left: 50px;
    width: 200px;
    border: 1px solid #cfcfd2;
    padding: 3px 10px;
    border-radius: 30px;
}

    .phone-footer-input p {
        margin: 0;
        color: #cfcfd2;
    }

/* MESSAGE ANIMATION */
.message.message-you {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

    .message.message-you:nth-child(3) {
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s both;
        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s both;
    }

    .message.message-you:nth-child(5) {
        -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 5s both;
        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 5s both;
    }

.message.message-contact {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
}

    .message.message-contact:nth-child(4) {
        -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both;
        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 4s both;
    }

    .message.message-contact:nth-child(6) {
        -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 6s both;
        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 6s both;
    }

/* SLIDE IN RIGHT ANIMATION */
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
/* SLIDE IN LEFT ANIMATION */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.last-price {
    margin-left: 10px;
    font-weight: 600 !important;
    font-size: 24px;
    color: #f64749;
    text-decoration: line-through;
}

.new-price {
    color: #6053a8;
    margin-left: 10px;
    font-weight: 600 !important;
    font-size: 24px;
}

.product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    padding:0;
    color:#000;
    margin: 1rem 0;
    font-size: 0.9rem;
}

    .product-detail ul li {
        margin: 0;
        list-style: none;
        /*padding-left: 1.7rem;*/
        margin: 0.4rem 0;
        /*font-size: 16px;*/
        font-weight: 500;
        opacity: 1;
    }
        .product-detail ul li span {
            font-weight: bold;
            font-size: 18px;
            color: #6053a8
        }


.purchase-info {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
    .hidden-lg{
        display :none
    }
    .purchase-info input,
    .purchase-info .btn {
        border: 1.5px solid #ddd;
        border-radius: 15px;
        text-align: center;
        padding: 0.45rem 0.8rem;
        outline: 0;
        margin-right: 0.2rem;
        margin-bottom: 1rem;
    }

    .purchase-info input {
        width: 100%;
    }

    .purchase-info .btn {
        cursor: pointer;
        color: #fff;
    }

        .purchase-info .btn:first-of-type {
            background: #256eff;
        }

        .purchase-info .btn:last-of-type {
            padding:12px;
            background: #6053a8;
            height: 48px;
            width: 250px;
        }
    .purchase-info a {
        padding-top: 13px;
    }
.purchase-info .btn:hover {
    opacity: 0.9;
}

.social-links {
    display: flex;
    align-items: center;
}

    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #6053a8;
        border: 1px solid #6053a8;
        margin: 0 0.2rem;
        border-radius: 50%;
        text-decoration: none;
        font-size: 0.8rem;
        transition: all 0.5s ease;
    }

        .social-links a:hover {
            background: #000;
            border-color: transparent;
            color: #fff;
        }

@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    
    .card-wrapper {
        /*height: 100vh;
        display: flex;*/
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top : 80px;
    }
}

@media (max-width: 991px) {
    .product-ar {
        height: 800px;
        min-height:900px;
    }
    .product-content .product-title {
        font-size: 2rem !important;
    }
    .product-content {
        padding: 0rem 1rem 2rem 2rem;
    }
}
.page {
    width: 100%;
    min-height: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
}

.text-overlay,
.scroll-msg {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scroll-msg {
    margin-top: 2em;
    pointer-events: none;
}

    .scroll-msg > div:nth-child(1) {
        margin-top: -10vh;
        padding-bottom: 1em;
        text-transform: uppercase;
        font-size: 2em;
    }

.text-overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

canvas#gooey-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    pointer-events: none;
}

.arrow-animated {
    font-size: 1em;
    animation: arrow-float 1s infinite;
}

@keyframes arrow-float {
    0% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }

    60% {
        transform: translateY(50%);
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}

.lil-gui {
    --width: 350px;
    max-width: 90%;
    --widget-height: 20px;
    font-size: 15px;
    --input-font-size: 15px;
    --padding: 10px;
    --spacing: 10px;
    --slider-knob-width: 5px;
    --background-color: rgba(5, 0, 15, .8);
    --widget-color: rgba(255, 255, 255, .3);
    --focus-color: rgba(255, 255, 255, .4);
    --hover-color: rgba(255, 255, 255, .5);
    --font-family: monospace;
}

    .lil-gui.autoPlace {
        z-index: 1;
    }