ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u435929562/domains/dev.peacockindia.in/public_html/Frontend/assets/scss/_testimonial.scss
/*----------------------------------------*/
/*  09. TESTIMONIAL CSS
/*----------------------------------------*/

.testimonial{
    &__area{
        @include background();
    }
    &__nav{
        margin: auto;
        text-align: center;
        width: 360px;
        @media #{$xs}{
            width: 300px;
        }
        &-thumb{
            & img{
                border: 4px solid $white;
                @include border-radius(50%);
                @include transform(scale(.7));
                display: inline-block;
                text-align: center;
            }
            &.slick-center{
                & img{
                    @include transform(scale(1));
                }
            }
        }
    }
    &__wrapper{
        & .slick-dots{
            position: absolute;
            bottom: -50px;
            left: 50%;
            z-index: 1;
            @include transform(translateX(-50%));
            & li{
                display: inline-block;
                & button{
                    font-size: 0;
                    width: 13px;
                    height: 13px;
                    background: #c2c2c2;
                    @include border-radius(50%);
                    margin: 0 7px;
                    border: 2px solid transparent;
                }
                &.slick-active{
                    & button{
                        border-color: #bc8247;
                        background: $white;
                    }
                }
            }
        }
    }
    &__item{
        text-align: center;
        & p{
            color: $black-soft-2;
            margin-bottom: 0;
        }
    }
}

.avater__info{
    & h6{
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
    }
    & span{
        color: $theme-color;
        text-transform: uppercase;
    }
}