HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/WPSassoon/wp-content/themes/sassoon/scss/about-us.scss
@import 'partials';

.inner-banner{
    &.about-banner{background-image: url(../img/about-banner.png); }
}

.what-we-do-wrap{ background:#F0F0F3; padding: 90px 0;
    @media($sm-1679){padding: 50px 0;}
    .row-align{align-items: center; 
        @media($sm-1199){align-items: start;}
    }
    .img{border-radius: 10px; margin: 0; overflow: hidden;
        @media($sm-1679){ max-width: 520px;}
        @media($sm-767){max-width: 420px; margin-bottom: 20px;}
        img{display: flex;}
    }
    .content{
        .subtitle{color: #080836; font-weight: 600; font-size: 16px; line-height: 1.2; margin: 0; padding-bottom: 20px; text-transform: uppercase;
            @media($sm-1679){ font-size: 14px;}
            @media($sm-1199){ font-size: 12px;}
            @media($sm-767){font-size: 10px;}
        }
        .title{font-family: $secondary-font; font-weight: 400; font-size: 26px; line-height: 1.4; color: #2F2F7D; padding-bottom: 20px;
            @media($sm-1679){ font-size: 24px; padding-bottom: 15px;}
            @media($sm-1199){ font-size: 22px;}
            @media($sm-767){font-size: 20px; line-height: 1.2;}
        }
        .para{ font-size: 18px; color: #080836; line-height: 1.8;
            @media($sm-1679){ font-size: 16px;}
            @media($sm-1199){ font-size: 14px;}
            @media($sm-767){font-size: 12px; line-height: 1.6;}
            +.para{ padding-top: 10px;}
        }
    }
    &.history-wrap{
        .row-align{align-items: start;}
        .title{font-size: 46px; line-height: 1.4;
            @media($sm-1679){ font-size: 42px;}
            @media($sm-1481){ font-size: 40px;}
            @media($sm-991){ font-size: 36px;}
            @media($sm-767){ font-size: 32px;}
            @media($sm-479){ font-size: 30px;}
        }
    }
}
.beliefs-wrap{ padding: 100px 0;
    @media($sm-1679){ padding: 50px 0;}
    @media($sm-767){ padding: 30px 0;}
    .head-wrap{ text-align: center; padding: 0 0 60px 0;
        @media($sm-1679){ padding-bottom: 40px;}
        @media($sm-991){ padding-bottom: 60px;}
        .tag{ font-size: 16px; color: #080836; font-weight: 600; padding: 0 0 25px 0; line-height: 1.2; text-transform: uppercase;
            @media($sm-1679){font-size: 14px; padding-bottom: 15px;}
            @media($sm-1199){ font-size: 12px;}
            @media($sm-767){font-size: 10px;}
        }
        .sub-title{font-size: 46px; color: #2F2F7D; font-weight: 400; font-family: $secondary-font; margin: 0; padding: 0; line-height: 1.2;
            @media($sm-1679){font-size: 44px;}
            @media($sm-1481){ font-size: 40px; }
            @media($sm-1199){ font-size: 38px;}
            @media($sm-991){ font-size: 34px;}
            @media($sm-767){ font-size: 32px;}
            @media($sm-579){ font-size: 28px;}
        }
    }
    .box-wrap{ width:620px; background: #F7F7FC; height: 100%; border-radius: 10px; display: flex; align-items: center; min-height: 150px;
        @media($sm-1481){ margin: 0 0 0 40px; width: 94%;}
        @media($sm-991){ flex-direction: column; width: 100%; margin: 0;}
        .img{ width: 109px; height: 109px; border-radius: 50%; background: #FFFFFF; flex: 0 0 109px; display: flex; align-items: center; justify-content: center;  margin: 0 0 0 -55px; box-shadow: 0px 10px 50px 0px rgba(235,235,252,1);
            @media($sm-1679){width: 70px; height: 70px; flex: 0 0 70px; margin: 0 0 0 -35px;}
            @media($sm-991){width: 55px; height: 55px; flex: 0 0 55px; margin: -23px 0 0 0;}
            img{
                @media($sm-1679){max-width: 35px; max-height: 35px;}
                @media($sm-991){max-width: 30px; max-height: 30px;}
            }
        }
        .content{ padding: 25px 30px 25px 25px;
            .subtitle{ font-size: 23px; color: #080836; font-weight: 600; padding: 0 0 20px 0; margin: 0;
                @media($sm-1679){font-size: 22px; padding-bottom: 15px;}
                @media($sm-1199){ font-size: 20px;}
                @media($sm-767){ font-size: 18px;}
                @media($sm-579){ font-size: 16px;}
            }
            .para{font-size: 18px; color: #080836; line-height: 1.8; margin: 0; padding: 0;
                @media($sm-1679){font-size: 16px;}
                @media($sm-1199){font-size: 14px; line-height: 1.6;}
            }
        }
    }
    .row-align{row-gap: 25px;
        @media($sm-991){row-gap: 40px;}
    }
}

.author-team-wrap{
.title-sec {
    padding-bottom: 50px;
    .subtitle {
        color: #080836;
        font-weight: 600;
        font-size: 14px;
        line-height: 33px;
        text-align: center;
    }

    .title-testimonial {
        font-family: "Abyssinica SIL", serif;
        font-weight: 400;
        font-size: 46px;
        line-height: 59px;
        text-align: center;
        color: #2F2F7D;
    }

    @media screen and (max-width:1680px) {

        padding-bottom: 35px;


        .subtitle {
            font-size: 14px;
            line-height: 28px;
        }

        .title-testimonial {

            font-size: 36px;
            line-height:35px;
        
        }


    }



    @media screen and (max-width:840px) {

        padding-bottom: 30px;


        .subtitle {
            font-size: 14px;
            line-height: 28px;
        }

        .title-testimonial {

            font-size: 26px;
            line-height:28px;
        
        }


    }


}




.team-brain-section {
    padding: 100px 0;

    .title-text {
        margin-bottom: 80px;
    }

    .team-brain-item {
        border: 1px solid #E4E4ED;
        border-radius: 23px;
        margin-bottom: 27px;
        padding: 55px 44px;

        .brain-img {
            border-radius: 100%; display:inline-block; overflow: hidden;
        }

    }

    .h4,
    h4 {
        font-size: 28px;
        margin-bottom: 22px;
        font-family: $secondary-font;
    }

    p {
        color: #080836;
        font-size: 17px;
        line-height: 33px;
        margin: 0;
    }

    .sub-text {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }

    @media screen and (max-width:1680px) {

        margin-bottom: 17px;
        padding: 30px 40px;

        .title-text {
            margin-bottom: 50px;
        }


        .team-brain-item {

            padding: 30px 40px;

        }

        .h4 h4 {
            font-size: 24px;
            margin-bottom: 16px;
        }

        p {
            font-size: 12px;
            line-height: 22px;
        }
    }

    @media screen and (max-width:840px) {

        margin-bottom: 10px;
        padding: 25px 0;


        .title-text {
            margin-bottom: 30px;
        }

        .team-brain-item {

            padding: 30px;

        }

        .brain-img {
            width: 140px;
            height: 140px;
            margin: 0 0 10px 0;
        }

        .h4,
        h4 {
            font-size: 20px;
            margin: 0 0 10px 0;
        }

    }

    @media screen and (max-width:767px) {


        .title-text {
            margin-bottom: 15px;
        }

        .team-brain-item {

            padding: 25px;

        }


        .brain-img {
            width: 140px;
            height: 140px;
            margin: 10px auto 25px;
        }
    }
}


// meet-founder

.meet-founder {

    padding: 55px !important;
    background-image: none !important;

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 17px;
        line-height: 32px;
        color: #fff;
    }

    h4.title {
        color: #ffff;
        font-family: "Timeless";
        font-size: 46px;
        font-weight: 600;
    }


    @media screen and (max-width:1680px) {


        h4.title {
            font-size: 36px;
            margin: 25px 0;
        }



        padding: 35px !important;

        .subtitle {
            font-size: 14px;
        }


        p {
            margin-top: 0;
            font-size: 13px;
            line-height: 22px;
        }


        .title-text {
            font-size: 28px;
        }

    }


}


@media screen and (max-width:1024px) {

    h4.title {
        font-size: 26px;
    }

    // padding: 20px !important;

    h4.title {
        font-size: 24px;
        margin: 0 0 10px 0;
        margin: 25px 0;
    }

    p {
        margin-top: 0;
        font-size: 10px;
        line-height: 16px;
    }

    .subtitle {
        font-size: 10px;
    }

    .title-text {
        font-size: 26px;
    }


}

@media screen and (max-width:575px) {

    h4.title {
        font-size: 16px;
        line-height: 38px;
        margin: 25px 0;
    }





    .meet-founder img {
        margin-bottom: 30px;
    }

}



.for-founders-section {
    padding: 70px 0 50px 0;
    position: relative;
    @media($sm-1199){
        padding: 50px;
    }
    @media($sm-991){
        padding: 40px;
    }

    .for-founders {
      
        padding: 20px;
        border-radius: 15px;
        color: #fff;
        padding: 25px;
        display: flex;
        align-items: center;
        background: url(../img/funders_bg.svg) #2E2E78;;
        background-repeat: no-repeat;   
        background-position: 20% 70%;
        background-size: 53%;
        @media($sm-579){
            flex-direction: column;
         
        }
    

        .desc {
            margin-top: 0;
            margin-bottom: 1rem;
            font-size: 18px;
            line-height: 36px;
            @media($sm-1679){
                font-size: 16px;
                line-height: 32px;
            }
            @media($sm-1481){
                font-size:14px;
                line-height: 28px;
            }
        }

        &.for-equity {
  
            background: url(../img/equity_bg.svg) #2E2E78;
            background-repeat: no-repeat;
            background-position: 87% bottom;
            background-size: 53%;
            margin-top: 25px;
            .img-sec{
                padding-top: 0px;
                padding-bottom: 20px;
            }
        
        }

        .text-space {
            padding: 0 90px;
            @media($sm-1199){
                padding: 0px 40px;
            }
            @media($sm-767){
                padding: 20px;
            }
            @media($sm-579){
                padding: 0px;
            }
        }

        @media screen and (max-width:1680px) {

            padding: 20px;


            p {
                font-size: 13px;
                line-height: 24px;
            }


        }



    }


    @media screen and (max-width:1680px) {

        padding: 40px 0 25px 0;


    }


    h4.title {
        font-family: 'Timeless';
        font-weight: bold;
        font-size: 44px;
        @media($sm-1679){
            font-size: 40px;
        }
        @media($sm-1481){
            font-size: 36px;
        }
        @media($sm-1199){
            font-size: 34px;
        }
        @media($sm-991){
            font-size: 32px;
        }
        @media($sm-767){
            font-size: 28px;
        }
        @media($sm-579){
            font-size: 26px;
        }
    
    }
    .img-sec{
        padding-top: 30px;
        max-width: 552px;
        height: 464px;
        @media($sm-1679){
            height: 420px;
        }
        @media($sm-1481){
            height: 400px;
        }
        @media($sm-1199){
            height: 320px;
        }
        @media($sm-579){
            max-width: 100%;
            width: 100%;
            height: 280px;
        }
        img{
            width: 100%;
            height: 100%;
            border-radius: 10px;
            object-fit: cover;
        }
    }
    .round-btn{
        @media($sm-579){
            margin: 0px;
        }
    }
}
}