403Webshell
Server IP : 104.26.5.103  /  Your IP : 216.73.216.4
Web Server : nginx/1.27.1
System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
User : arabianexpress ( 1872)
PHP Version : 8.0.30
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /storage/v9321/leapdubai/public_html/wp-content/themes/printx/assets/scss/layout/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /storage/v9321/leapdubai/public_html/wp-content/themes/printx/assets/scss/layout/_team.scss
@use '../utils' as *;

/*----------------------------------------*/
/*  24. team css start 
/*----------------------------------------*/
.tp-team-3 {
    &__social {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #7681EB;
        padding: 15px 15px;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        transform: scale(1,0.3);
        & ul {
            & li {
                list-style: none;
                margin-bottom: 12px;
                text-align: center;
                & a {
                    color: #fff;
                    display: inline-block;
                    border: 1px solid #fff;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    &:hover {
                        background-color: #fff;
                        color: #7681EB;
                    }
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
    &__item {
        overflow: hidden;
        & img {
            transition: 1s;
        }
        &:hover {
            & img {
                transform: scale(1.2);
            }
            & .tp-team-3__thumb-text {
                transform: scale(1.1);
                opacity: 1;
                visibility: visible;
            }
            & .tp-team-3__social {
                transform: scale(1.1);
                opacity: 1;
                visibility: visible;
            }
        }
    }
    &__thumb-text {
        position: absolute;
        bottom: 70px;
        left: 60px;
        padding: 8px 21px;
        padding-right: 35px;
        background: #7681EB;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        transform: scale(1,0.3);
        @media #{$xl}{
            bottom: 70px;
            left: 30px;
        }
        @media #{$lg}{
            bottom: 60px;
            left: 20px;
        }
        @media #{$xs}{
            bottom: 50px;
            left: 20px;
        }
        & a {
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            text-transform: capitalize;
            color: var(--tp-common-white);
            font-family: var(--tp-ff-heading);
            @media #{$xl}{
                font-size: 19px;
            }
            @media #{$lg}{
                font-size: 15px;
            }
            @media #{$xs}{
                font-size: 15px;
            }   
        }
    }
    &__thumb-text-2{
        position: absolute;
        left: 0;
        top: 100%;
        padding: 8px 21px;
        padding-right: 40px;
        background: #5748FF;
        padding: 4px 21px;

        & span {
            font-size: 18px;
            font-weight: 500;
            color: #FFF;
            transform: translateY(-2px);
            display: inline-block;
            @media #{$xl}{
                font-size: 16px;
            } 
            @media #{$lg}{
                font-size: 15px;
            } 
            @media #{$xs}{
                font-size: 15px;
            } 
        }
    }
    &__top-item{
        text-align: center;
        @media #{$xs}{
            text-align: start;
        } 
        & h6 {
            font-size: 70px;
            font-family: var(--tp-ff-heading);
            font-weight: 500;
            display: inline-block;
            padding-bottom: 5px;
            @media #{$xxl}{
                font-size: 60px;
            }
            @media #{$xl}{
                font-size: 50px;
            }
            @media #{$lg,$md,$xs}{
                font-size: 40px;
            }
        }
        & p {
            color: #707481;
            line-height: 28px;
        }
    }
    &__top-right{
        & ul {
            & li {
                list-style: none;
                display: inline-block;
                &:first-child{
                    padding-right: 115px;
                    @media #{$md,$xs}{
                        padding-right: 0;
                    }
                }
            }
        }
    }
    &__top-title{
        font-size: 36px;
        font-weight: 500;
        line-height: 1.3;
        padding-right: 80px;
        @media #{$xxl}{
            font-size: 32px;
        }
        @media #{$xl}{
            font-size: 30px;
        }
        @media #{$lg}{
            font-size: 27px;
            padding-right: 60px;
        }
        @media #{$md,$xs}{
            font-size: 25px;
            padding-right: 0;
        }
    }
    &__title-shape{
        position: absolute;
        left: 55%;
        top:46%;
        transform: translate(-50%,-50%);
    }
    &__top-pb {
        padding-bottom: 90px;
    }
    &__top-bg {        
        background-color: #FAF6FC;
    }
    &__shape-1{
        bottom: -96%;
        left: 0%;
        position: absolute;
        animation: moving 6s linear infinite;
    }
    &__shape-2{
        bottom: 49%;
        left: 9%;
        position: absolute;
        animation: tpupdown 0.8s infinite alternate;
        @media #{$xxl}{
            left: 2%;
        }
    }
    &__shape-3 {
        bottom: 30%;
        right: 8%;
        position: absolute;
        animation: moving 9s linear infinite;
        @media #{$xxxl}{
           right: 3%;
        }
        @media #{$xxl}{
           right: 2%;
        }
    }
}
.tp-team-4 {
    &__title {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        &:hover{
            color: var(--tp-common-purple);
        }
        @media #{$xxl}{
            font-size: 20px;
        }
        @media #{$xl}{
            font-size: 18px;
        }
        @media #{$lg}{
            font-size: 20px;
        }
        @media #{$sm}{
            font-size: 19px;
        }
    }
    &__info {
        & span {
            color: var(--tp-common-purple-2);
            font-size: 15px;
            font-weight: 500;
            @media #{$xxl,}{
                font-size: 14px;
            }
            @media #{$xl}{
                font-size: 13px;
            }
            @media #{$lg,$sm}{
                font-size: 14px;
            }
        }
    }
    &__icon {
        position: relative;
        & button {
            height: 42px;
            width: 42px;
            line-height: 42px;
            border-radius: 50%;
            text-align: center;
            background-color: var(--tp-common-purple-2);
            display: inline-block;
            color: var(--tp-common-white);
            @media #{$xl,$sm}{
                height: 32px;
                width: 32px;
                line-height: 32px;
            }
            & i {
                transition: .3s;
            }
        }
    }
    &__social{
        position: absolute;
        right: -100%;
        top: -100px;
        flex-direction: row;
        display: flex;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        & > a {
            border-radius: 5px;
            background: var(--tp-common-purple-2);
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: inline-block;
            transition: 0.3s;
            margin: 0 2px;
            color: var(--tp-common-white);
            &:hover {
                background-color: var(--tp-common-white);
                color: var(--tp-common-purple-2);
            }
        }
    }
    &__thumb{
        & img {
            width: 100%;
        }
    }
    &__info-box {
        padding-right: 20px;
        padding-top: 35px;
    }
    &__item {
        position: relative;
        z-index: 1;
        overflow: hidden;
        &:hover {
            & .tp-team-4__icon {
                & button {
                    & i {
                        transform: rotate(45deg);
                    }
                }
            }
            & .tp-team-4__social {
                opacity: 1;
                visibility: visible;
                right: 0;
            }
        }
    }
    &__bg {
        background-color: #FAF6FC;
        padding-bottom: 100px;
        padding-top: 115px;
    }
    &__shape-1{
        position: absolute;
        top: 130px;
        left: 0;
    }
}
.tp-team-4 {
    &__social-wrapper{
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-table;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        &::after{
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--tp-common-white);
            width: 15px;
            height: 13px;
            clip-path: polygon(50% 100%, 0 0, 100% 0);
        }
    }
    &__social-box {
        height: 47px;
        line-height: 47px;
        background-color: var(--tp-common-white);
        padding:0 24px;

        & a{
            display: inline-block;
            margin: 0 12px;
            font-size: 14px;
            transition: .3s;
            &:hover {
                color: var(--tp-common-black);
            }
        }
    }
    &__thumb-2 {
        overflow: hidden;
        & img {
            transition: .5s;
            width: 100%;
        }
        &:hover {
            & .tp-team-4__social-wrapper{
                opacity: 1;
                visibility: visible;
                bottom: 25px;
            }
            & > img {
                transform: scale(1.1);
                filter: grayscale(100%);
                opacity: 0.9;
            }
        }
    }
    &__shape-2 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit