.faq {
    width: 100%;
    margin: 0 auto
}

.faq .faq-body {
    cursor: pointer;
    margin-top: 10px;
    border-radius: 15px;
    border: 1px solid var(--Secondary-Secondary-200, #B6CFEA);
    position: relative;
    padding: 10px 40px 0 10px
}

.faq .question {
    margin: 0;
    display: block;
    color: var(--Secondary-Secondary-500, #334E6C);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -.45px;
    text-transform: capitalize;
    z-index: 10;
    position: relative
}

.faq .answers {
    padding: 0 15px;
    margin: 5px 5px 5px 5px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    color: var(--Secondary-Secondary-500, #334E6C);
    border-radius: 15px;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.6px;
    text-transform: capitalize;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    opacity: 0;
    transition: .3s ease;
    z-index: 1;
    display: none
}

.faq .questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 15px;
    margin-bottom: 15px;
    display: block
}

.faq .questions {
    display: none
}

.faq .faq-minus i {
    display: none
}

.faq .faq-minus i,
.faq .faq-plus i {
    position: absolute;
    z-index: 5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-right: 2px;
    top: 10px;
    left: 10px
}

.faq .questions:checked ~ .arrow-container .faq-plus i {
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    display: none
}

.faq .questions:checked ~ .arrow-container .faq-minus i {
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    display: block
}

@media (max-width:768px) {
    .faq .answers {
        margin: 0
    }

    .faq .faq-body {
        padding: 10px
    }

    .faq .questions:checked ~ .answers {
        margin-bottom: 0
    }
}

.video-container{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    height:100%;
}

.cart-hover-1:hover {
    transform: translateY(-8px) scale(1.00) translateZ(0)
}

.cart-hover-2:hover {
    transform: translateY(+8px) scale(1.00) translateZ(0)
}

.cart-hover-3:hover {
    box-shadow: 0 24px 36px rgba(0, 0, 0, .11), 0 24px 46px rgba(206, 178, 252, .48)
}

.cart-hover-4 {
    transition: transform .3s ease, box-shadow .3s ease
}

.cart-hover-4:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 24px 36px rgba(0, 0, 0, .11), 0 24px 46px rgba(206, 178, 252, .48)
}

.cart-hover-5 {
    transition: transform .3s ease
}

.cart-hover-5:hover {
    transform: rotate(3deg) scale(1.02)
}

.cart-hover-6 {
    transition: transform .3s ease
}

.cart-hover-6:hover {
    transform: skew(-1deg, -1deg) scale(1.03)
}

.cart-hover-7:hover {
    transform: scale(.97);
    transition: transform .3s ease
}

.cart-hover-8:hover {
    transform: rotateX(15deg);
    transition: transform .3s ease
}

.cart-hover-9:hover {
    transform: rotateY(15deg);
    transition: transform .3s ease
}

.cart-hover-10:hover {
    transform: perspective(1000px) rotateY(10deg) rotateX(10deg);
    transition: transform .3s ease
}

.cart-hover-11:hover {
    transform: perspective(1000px) rotateY(-10deg) rotateX(10deg);
    transition: transform .3s ease
}

.cart-hover-12:hover {
    transform: perspective(1000px) rotateY(-10deg) rotateX(-10deg);
    transition: transform .3s ease
}

.cart-hover-13:hover {
    transform: perspective(1000px) rotateY(10deg) rotateX(-10deg);
    transition: transform .3s ease
}

.cart-hover-14 {
    transition: transform 1.5s ease;
    transform-style: preserve-3d
}

.cart-hover-14:hover {
    transform: rotateY(360deg)
}

.cart-hover-15:hover {
    animation: pulse 1s infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.cart-hover-16:hover {
    animation: pulse-down 1s infinite
}

@keyframes pulse-down {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}

.cart-hover-17:hover {
    transform: translate(-10px, -10px);
    transition: transform .3s ease
}

.cart-hover-18:hover {
    transform: translate(-10px, 10px);
    transition: transform .3s ease
}

.cart-hover-19:hover {
    transform: translate(10px, 10px);
    transition: transform .3s ease
}

.cart-hover-20:hover {
    transform: translate(10px, -10px);
    transition: transform .3s ease
}

.cart-hover-21:hover {
    transform: rotateX(360deg);
    transition: transform 1s ease-in-out
}

.cart-hover-22:hover {
    transform: rotateZ(360deg);
    transition: transform 1s ease-in-out
}

.cart-hover-23 {
    position: relative
}

.cart-hover-23::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Crect width='44' height='44' rx='22' fill='%23FEC752'/%3E%3Cpath d='M27 27L17 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 27V17H27' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 44px;
    height: 44px;
    transition: transform .3s ease, opacity .3s ease;
    opacity: 1;
    z-index: 1
}

.cart-hover-23:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.cart-hover-24::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s ease
}

.cart-hover-24:hover::after {
    opacity: 1;
    border-radius: 10px
}

.cart-hover-25 {
    transition: filter .3s ease;
    filter: grayscale(100%)
}

.cart-hover-25:hover {
    filter: grayscale(0%)
}

.cart-hover-26 {
    transition: transform .3s ease, opacity .3s ease
}

.cart-hover-26:hover {
    transform: scale(1.05);
    opacity: .7
}

.cart-hover-27 img {
    transition: filter .1s ease;
    filter: grayscale(100%) !important
}

.cart-hover-27:hover img {
    filter: grayscale(0%) !important
}

.cart-hover-28 {
    transition: transform .3s ease
}

.cart-hover-28:hover {
    transform: translateX(-10px)
}

.cart-hover-29 {
    transition: transform .3s ease
}

.cart-hover-29:hover {
    transform: translateX(10px)
}

.cart-hover-30 {
    transition: transform .3s ease
}

.cart-hover-30:hover {
    transform: scale(.95);
    opacity: .7
}