/*==================================================
SELF BRAND PAGE
Only for self-brand.php
==================================================*/

.selfbrand-page{
    background:#f6faff;
    overflow:hidden;
    position:relative;
    padding-bottom:70px;
}

/*==================================================
HERO SECTION
==================================================*/

.selfbrand-hero{

    position:relative;
    overflow:hidden;
    padding:70px 0 60px;

    background:
    linear-gradient(rgba(255,255,255,.75),rgba(255,255,255,.75)),
    url("../images/self-brand/banner-bg.jpg")
    center center/cover no-repeat;

}

.selfbrand-hero::before{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    left:-250px;
    top:-220px;

    border-radius:50%;

    background:radial-gradient(circle,#d8ecff 0%,transparent 70%);

}

.selfbrand-hero::after{

    content:"";

    position:absolute;

    width:700px;
    height:700px;

    right:-250px;
    bottom:-250px;

    border-radius:50%;

    background:radial-gradient(circle,#dcefff 0%,transparent 70%);

}

.selfbrand-hero .container{

    position:relative;

    z-index:5;

}

/*==================================================
BADGE
==================================================*/

.selfbrand-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:30px;

    background:#eaf2ff;

    color:#1565ff;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:22px;

}

/*==================================================
HEADING
==================================================*/

.selfbrand-content h1{

    font-size:74px;

    line-height:82px;

    font-weight:800;

    color:#082c78;

    margin-bottom:20px;

}

.selfbrand-content p{

    font-size:23px;

    color:#556274;

    line-height:38px;

    max-width:620px;

}

.selfbrand-title-line{

    display:block;

    width:90px;

    height:4px;

    background:#1565ff;

    border-radius:30px;

    margin-top:25px;

}

/*==================================================
BANNER IMAGE
==================================================*/

.selfbrand-banner-image{

    max-height:430px;

    animation:selfbrandFloat 4s ease-in-out infinite;

}

@keyframes selfbrandFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/*==================================================
TOP FEATURES
==================================================*/

.selfbrand-feature{

    text-align:center;

    margin-top:25px;

}

.selfbrand-feature-icon{

    width:72px;

    height:72px;

    margin:auto;

    border-radius:50%;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.selfbrand-feature-icon i{

    font-size:30px;

    color:#1565ff;

}

.selfbrand-feature:hover .selfbrand-feature-icon{

    background:#1565ff;

    transform:rotateY(180deg);

}

.selfbrand-feature:hover i{

    color:#fff;

    transform:rotateY(-180deg);

}

.selfbrand-feature h6{

    margin-top:18px;

    font-size:20px;

    font-weight:700;

    color:#082c78;

}

.selfbrand-feature p{

    font-size:16px;

    line-height:25px;

    margin-top:5px;

}

/*==================================================
COMMON CARD
==================================================*/

.selfbrand-card{

    height:100%;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.selfbrand-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 50px rgba(0,0,0,.14);

}

/*==================================================
WHITE CARD
==================================================*/

.selfbrand-white-card{

    background:#fff;

    padding:35px;

}

.selfbrand-white-card h2{

    color:#082c78;

    font-size:38px;

    font-weight:700;

    margin-bottom:20px;

}

.selfbrand-white-card p{

    font-size:18px;

    color:#596777;

    line-height:30px;

}

/*==================================================
LIST
==================================================*/

.selfbrand-list{

    margin:30px 0 0;

    padding:0;

    list-style:none;

}

.selfbrand-list li{

    position:relative;

    padding-left:32px;

    margin-bottom:16px;

    font-size:18px;

    color:#455364;

}

.selfbrand-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    color:#1565ff;

    font-weight:700;

}

/*==================================================
BLUE CTA CARD
==================================================*/

.selfbrand-blue-card{

    background:linear-gradient(135deg,#082c78,#1565ff);

    padding:40px 35px;

    color:#fff;

    text-align:center;

    position:relative;

}

.selfbrand-blue-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-120px;

    right:-120px;

}

.selfbrand-water-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    border:2px solid rgba(255,255,255,.35);

    display:flex;

    align-items:center;

    justify-content:center;

}

.selfbrand-water-icon i{

    font-size:42px;

    color:#fff;

}

.selfbrand-blue-card h3{

    font-size:42px;

    font-weight:700;

    line-height:50px;

    margin-bottom:20px;

}

.selfbrand-blue-card p{

    font-size:20px;

    line-height:34px;

    opacity:.95;

}

.selfbrand-btn{

    margin-top:30px;

    background:#fff;

    color:#1565ff;

    border-radius:12px;

    padding:15px 35px;

    font-size:20px;

    font-weight:700;

    transition:.35s;

}

.selfbrand-btn i{

    margin-left:8px;

    transition:.3s;

}

.selfbrand-btn:hover{

    background:#eef5ff;

    color:#082c78;

}

.selfbrand-btn:hover i{

    transform:translateX(6px);

}

/*==================================================
FACTORY CARD
==================================================*/

.selfbrand-image-card{

    padding:0;

}

.selfbrand-image-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.selfbrand-image-card:hover img{

    transform:scale(1.06);

}

/*==================================================
SECTION TITLE
==================================================*/

.selfbrand-section-title{

    text-align:center;

    color:#1565ff;

    font-size:40px;

    font-weight:700;

    margin-bottom:20px;

}

/*==================================================
PROCESS
==================================================*/

.selfbrand-process{

    background:#fff;

    border-radius:18px;

    padding:25px 20px;

    text-align:center;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    height:100%;

}

.selfbrand-process:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(21,101,255,.18);

}

.selfbrand-process i{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#eef5ff;

    color:#1565ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:18px;

    font-size:32px;

    transition:.35s;

}

.selfbrand-process:hover i{

    background:#1565ff;

    color:#fff;

    transform:rotate(360deg);

}

.selfbrand-process h6{

    font-size:22px;

    color:#082c78;

    font-weight:700;

    margin-bottom:10px;

}

.selfbrand-process p{

    margin:0;

    font-size:17px;

    color:#66717f;

    line-height:28px;

}

.selfbrand-arrow{

    color:#1565ff;

    font-size:34px;

    font-weight:bold;

}

/*==================================================
BOTTLE SIZE BOX
==================================================*/

.selfbrand-size-box{

    background:#fff;

    border-radius:22px;

    padding:40px;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.selfbrand-size-item{

    text-align:center;

    transition:.35s;

}

.selfbrand-size-item img{

    max-height:140px;

    transition:.35s;

}

.selfbrand-size-item:hover img{

    transform:translateY(-8px) scale(1.08);

}

.selfbrand-size-item h5{

    margin-top:18px;

    font-size:24px;

    color:#082c78;

    font-weight:700;

}

/*==================================================
BOTTOM FEATURES
==================================================*/

.selfbrand-size-box hr{

    margin:35px 0;

    border-color:#e8eef7;

}

.selfbrand-bottom-feature{

    transition:.35s;

}

.selfbrand-bottom-feature i{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#eef5ff;

    color:#1565ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:15px;

    font-size:32px;

    transition:.35s;

}

.selfbrand-bottom-feature:hover i{

    background:#1565ff;

    color:#fff;

    transform:rotate(360deg);

}

.selfbrand-bottom-feature h6{

    font-size:20px;

    font-weight:700;

    color:#082c78;

}

/*==================================================
RESPONSIVE DESIGN
==================================================*/

/* Large Desktop */

@media (max-width:1400px){

    .selfbrand-content h1{

        font-size:64px;
        line-height:72px;

    }

    .selfbrand-banner-image{

        max-height:380px;

    }

}

/* Laptop */

@media (max-width:1200px){

    .selfbrand-content h1{

        font-size:56px;
        line-height:64px;

    }

    .selfbrand-content p{

        font-size:20px;
        line-height:34px;

    }

    .selfbrand-white-card h2,
    .selfbrand-blue-card h3{

        font-size:34px;
        line-height:42px;

    }

}

/* Tablet */

@media (max-width:991px){

    .selfbrand-hero{

        text-align:center;
        padding:60px 0;

    }

    .selfbrand-title-line{

        margin:25px auto;

    }

    .selfbrand-banner-image{

        margin-top:40px;
        max-height:300px;

    }

    .selfbrand-feature{

        margin-bottom:30px;

    }

    .selfbrand-arrow{

        display:none;

    }

    .selfbrand-process{

        margin-bottom:25px;

    }

    .selfbrand-size-item{

        margin-bottom:30px;

    }

}

/* Mobile */

@media (max-width:767px){

    .selfbrand-page{

        padding-bottom:50px;

    }

    .selfbrand-hero{

        padding:50px 0;

    }

    .selfbrand-content h1{

        font-size:42px;
        line-height:50px;

    }

    .selfbrand-content p{

        font-size:17px;
        line-height:28px;

    }

    .selfbrand-banner-image{

        max-height:220px;

    }

    .selfbrand-badge{

        font-size:13px;
        padding:8px 18px;

    }

    .selfbrand-white-card,
    .selfbrand-blue-card,
    .selfbrand-size-box{

        padding:25px;

    }

    .selfbrand-white-card h2{

        font-size:28px;

    }

    .selfbrand-blue-card h3{

        font-size:30px;
        line-height:38px;

    }

    .selfbrand-btn{

        width:100%;

    }

    .selfbrand-section-title{

        font-size:30px;

    }

    .selfbrand-process h6{

        font-size:18px;

    }

    .selfbrand-size-item img{

        max-height:100px;

    }

    .selfbrand-size-item h5{

        font-size:18px;

    }

}

/* Small Mobile */

@media (max-width:575px){

    .selfbrand-content h1{

        font-size:34px;
        line-height:42px;

    }

    .selfbrand-content p{

        font-size:16px;

    }

    .selfbrand-feature-icon{

        width:60px;
        height:60px;

    }

    .selfbrand-feature-icon i{

        font-size:24px;

    }

    .selfbrand-feature h6{

        font-size:17px;

    }

    .selfbrand-feature p{

        font-size:14px;

    }

    .selfbrand-bottom-feature{

        margin-bottom:25px;

    }

    .selfbrand-bottom-feature i{

        width:60px;
        height:60px;

        font-size:26px;

    }

}

/*==================================================
SCROLL ANIMATION
==================================================*/

.selfbrand-fade{

    opacity:0;

    transform:translateY(40px);

    transition:all .8s ease;

}

.selfbrand-fade.selfbrand-show{

    opacity:1;

    transform:translateY(0);

}

/*==================================================
COMMON ANIMATION
==================================================*/

.selfbrand-card,
.selfbrand-feature,
.selfbrand-process,
.selfbrand-size-item,
.selfbrand-bottom-feature{

    transition:all .35s ease;

}

/*==================================================
UTILITY CLASSES
==================================================*/

.selfbrand-shadow{

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.selfbrand-radius{

    border-radius:22px;

}

.selfbrand-transition{

    transition:all .35s ease;

}

.selfbrand-text-primary{

    color:#1565ff;

}

.selfbrand-bg-primary{

    background:#1565ff;

}

.selfbrand-fw-600{

    font-weight:600;

}

.selfbrand-fw-700{

    font-weight:700;

}

.selfbrand-fw-800{

    font-weight:800;

}