body {
    font-family: Libre Franklin, sans-serif !important;
    background-color: #f2f8fd;
    font-weight: 400;
    font-size: 18px;
    color: #000662
}

.py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.pt-7 {
    padding-top: 5rem
}

.pb-7 {
    padding-bottom: 5rem
}

.btn_grad {
    background-image: linear-gradient(to right, #2575fc, #6a11cb);
    padding-top: 14px;
    padding-bottom: 14px;
    padding: 1rem;
    --tw-gradient-to: #6a11cb;
    border-radius: .5rem;
    text-decoration: none
}

.btn_grad:hover {
    box-shadow: 0 15px 35px rgba(59, 130, 246, .4);
    color: #fff
}

.trusted-f {
    font-size: 60px;
    font-weight: 700
}

@media (max-width:1280px) {
    .trusted-f {
        font-size: 60px;
        font-weight: 700
    }
}

@media (max-width:992px) {
    .trusted-f {
        font-size: 48px;
        line-height: 1.25 !important
    }
}

@media (max-width:768px) {
    .trusted-f {
        font-size: 48px;
        line-height: 1.25 !important
    }
}

@media (max-width:380px) {
    .trusted-f {
        font-size: 24px;
        line-height: 1.25 !important
    }
}

.head-img-bg-inner {
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: relative
}

@media (max-width:991px) {
    .premium-card-container {
        flex-direction: column !important;
        display: flex
    }

    .premium-card-container-r {
        flex-direction: column !important;
        display: flex
    }

    .card-image {
        opacity: 100 !important
    }
}

.premium-card-container {
    flex-direction: row-reverse;
    align-self: center;
    gap: 2rem;
    margin: auto;
    display: flex
}

.premium-card-container-r {
    flex-direction: row;
    align-self: center;
    gap: 2rem;
    margin: auto;
    display: flex
}

.premium-payment-card-inner {
    gap: .75rem;
    align-items: flex-start;
    flex-direction: column;
    display: flex
}

.expanded-card1-inner {
    gap: .75rem;
    align-items: flex-start;
    flex-direction: column
}

.head-img-bg-inner1 {
    overflow: hidden;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex
}

.dust-bg-image {
    background-image: url(https://piceapp.com/dust-background.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.scroll-graphics {
    flex: 1;
    position: sticky;
    width: 100%;
    padding: 5rem 0;
    top: 0
}

@media (max-width:1280px) {
    .sub-point {
        font-size: 36px;
        line-height: 2.5rem
    }

    .sub-point-des {
        font-size: 17px;
        line-height: 1.75rem
    }
}

@media (max-width:992px) {
    .sub-point {
        font-size: 24px !important;
        line-height: 32px
    }

    .sub-point-des {
        max-width: 20rem !important;
        font-size: 17px;
        line-height: 1.75rem
    }
}

@media (max-width:768px) {
    .sub-point {
        font-size: 24px !important;
        line-height: 32px
    }
}

@media (max-width:380px) {
    .scroll-text {
        position: relative;
        padding: 2rem 0 !important
    }
}

.sub-point {
    font-size: 36px;
    line-height: 2.5rem
}

.sub-point-des {
    font-size: 17px;
    line-height: 1.75rem
}

.payment-options__container {
    background-image: url(../img/dust-background.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.scroll-text {
    flex: 1;
    position: relative;
    padding: 5rem 0;
    width: 100%
}

.stand-line {
    opacity: 1;
    background-color: rgb(38 118 252);
    width: .25rem;
    height: 2rem
}

.content {
    position: relative;
    z-index: 2
}

a {
    text-decoration: none
}

.card-animation {
    will-change: transform, opacity;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.card-animation:hover .card-image {
    display: block
}

.compressed-card1 {
    flex: 45%
}

.compressed-card1:hover {
    flex: 80%
}

.compressed-card2 {
    flex: 45%
}

.compressed-card2:hover {
    flex: 80%
}

.premium-payment__Card {
    height: 16rem;
    border: .5px solid #fff;
    backdrop-filter: blur(5.87px);
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    border-radius: 16px;
    background: linear-gradient(180deg, #3803dc, hsl(254.8, 100%, 23.9%))
}

.card-image {
    opacity: 0;
    transition: opacity .8s ease, transform .8s ease;
    width: auto;
    height: 100%;
    align-items: center;
    margin-left: auto
}

.expanded-card1 {
    flex: 65%
}

.expanded-card2 {
    flex: 65%
}

.compressed-card1:hover .card-image,
.compressed-card2:hover .card-image,
.expanded-card1 .card-image,
.expanded-card2 .card-image {
    opacity: 1
}

.row .col:nth-child(1),
.row .col:nth-child(2) {
    border-bottom: 1px dashed #e5e7eb
}

.row .col:nth-child(1),
.row .col:nth-child(3) {
    border-right: 1px dashed #e5e7eb
}

.footer__container {
    background: linear-gradient(270deg, #270052 .73%, #00225c 97.85%);
    background-size: auto, auto;
    background-blend-mode: soft-light, normal;
    background-size: auto;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute
}

.footer-inner {
    padding-bottom: 2rem;
    position: relative;
    padding-top: .5rem
}

@media only screen and (min-width:768px) {
    .footer__container {
        background-blend-mode: normal, normal
    }
}

@media (max-width:992px) {
    .trusted-by-h {
        font-size: 1.5rem;
        line-height: 2rem;
        text-transform: uppercase;
        font-weight: 700
    }
}

@media (max-width:768px) {
    .trusted-by-h {
        font-size: 1rem !important;
        line-height: 1.5rem
    }
}

.trusted-by {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 30px
}

.trusted-by-h {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 700
}

.footer-column h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.1rem
}

.footer-column ul {
    list-style: none;
    padding: 0
}

.footer-column ul li {
    margin-bottom: 8px
}

.footer-column ul li a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: .9rem
}

.footer-column ul li a:hover {
    color: #fff
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: end
}

.copyright {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff
}

.testimonial-card {
    background: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #000;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 200
}

.marque_reviews {
    height: 550px;
    overflow: hidden
}

@keyframes slide-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}
@media(max-width: 991px){
 @keyframes slide-up {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}   
}

.animate-slide-up {
    animation: slide-up 40s linear infinite
}

.animate-slide-down {
    animation: slide-down 40s linear infinite
}

@media (max-width:380px) {
    .trusted-by-img {
        width: 200px !important
    }
}

.bg-about {
    background: url(https://cloudsware.org/hm/projects/pice-app/img/bg-about.png) top center no-repeat;
    background-size: cover
}

.dust-bg-image {
    background-image: url(https://piceapp.com/dust-background.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.pt-16 {
    padding-top: 4rem
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.text_grad {
    background: linear-gradient(270deg, #6a11cb .39%, #2575fc 95.99%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bg_blue10 {
    background-color: #f2f8fd
}

.bg_blue20 {
    background-color: #dfe9f2
}

.owl-clients .item {
    opacity: .3;
    transition-duration: .3s
}

.owl-clients .item:hover {
    opacity: 1
}

.card_shadow {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    transition: box-shadow .3s ease-out
}

.card_shadow:hover {
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
    transition: box-shadow .3s ease-out
}

.animate_down {
    transition: all ease-out .8s .2s;
    opacity: 1;
    transform: translate(0, 0)
}

.animate_down:hover {
    transition: all ease-out .8s .2s;
    transform: translate(0, -10px)
}

.br20 {
    border-radius: 20px
}

ul.list_check {
    list-style: none;
    padding-left: 30px
}

ul.list_check li {
    position: relative;
    text-align: left;
    padding-bottom: 5px
}

ul.list_check li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">  <path fill="rgb(42, 134, 46)" d="M25,49A24,24,0,1,1,49,25,24,24,0,0,1,25,49ZM35.733,13.986l-14.062,13.7-6.405-6.24L11,25.6,21.672,36,40,18.146Z"/> <path fill="rgb(255, 255, 255)" d="M40,18.146L21.672,36,11,25.6l4.27-4.16,6.405,6.24,14.062-13.7Z"/></svg>')
    no-repeat;
    background-size: 18px 18px;
    top: 5px;
    margin-left: -30px
}



.navbar-expand-lg .navbar-nav .nav-link{
    font-weight: bold;
    padding-right: 1rem;
    padding-left: 1rem;
}

footer {
    background: linear-gradient(270deg, #270052 .73%, #00225c 97.85%)
}

.social-media a{
 position: relative;
 border-radius: 30px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 background: transparent;
 padding: .6rem !important;
 border: 1px solid #fff;
 margin: 0 5px;
}
.social-media .fb:hover{
 background: #3f64ac;
}
.social-media .twitter:hover{
 background: #080808;
}
.social-media .linkedin:hover{
 background: #0077b5;
}
.social-media .utube:hover{
 background: #f7343d;
}
  .quote-icon {
  bottom: 10%;
  right: 1rem;
  transform: rotate(180deg);
  font-size: 10rem;
  color: #d1e7fd;
  position: absolute;
  line-height: .8;
  opacity: .7;
}