/* Hero Banner
============*/
#shareholder .hero-banner .container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}
#shareholder .hero-banner .banner-wrap {
    height: 600px;
    background-position: center;
    position: relative;
}
#shareholder .hero-banner .banner-wrap a {
    border: 4px solid var(--color-blue);
    background-color: var(--color-blue);
    border-radius: 50px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 55px;
    bottom: 55px;
    height: 65px;
    width: 300px;
    transition: all .25s;
    text-transform: uppercase;
}
#shareholder .hero-banner .banner-wrap a:hover {
    color: var(--color-white);
    background-color: var(--color-orange);
	border: var(--color-orange);
}
#shareholder .hero-banner .content-wrap h1 {
    font-size: 56px;
    font-weight: 800;
}
#shareholder .hero-banner .content-wrap p.top {
    margin-bottom: 70px;
}
#shareholder .hero-banner .content-wrap p {
    line-height: 28px;
    width: 500px;
}

/* About Cellcard
===============*/
#shareholder .about-cellcard h1 {
    font-size: 24px;
    font-weight: 700;
    margin: auto auto 35px auto;
    max-width: 400px;
    width: fit-content;
}
#shareholder .about-cellcard p {
    margin: auto auto 50px auto;
    /* max-width: 500px; */
    text-align: center;
}
#shareholder .about-cellcard .item {
    display: grid;
    justify-items: center;
}
#shareholder .about-cellcard .item img {
    margin-bottom: 38px;
}
#shareholder .about-cellcard .item h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}
#shareholder .about-cellcard .item h3,
#shareholder .about-cellcard .item p {
    max-width: 350px;
    text-align: center;
}

#shareholder .about-cellcard .border ,
#shareholder .about-cellcard .main-description {
    margin-bottom: 60px;
}
#shareholder .about-cellcard .border {
    opacity: 0.5;
    border-bottom: 1px solid var(--color-blue) !important;
}
#shareholder .about-cellcard .list figure {
    margin-bottom: 55px;
}
#shareholder .about-cellcard figure .detail .top {
    margin-bottom: 25px;
} 
#shareholder .about-cellcard figure .detail .url ,
#shareholder .about-cellcard figure .detail .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
#shareholder .about-cellcard figure .detail .url {
    margin-left: 15px;
    color: var(--color-blue) !important;
}
#shareholder .about-cellcard figure .detail .thumbnail .bg-img {
    width: 100%;
    height: 600px;
    border-radius: 6px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#shareholder .about-cellcard figure .detail .thumbnail iframe {
    width: 100%;
    height: 600px;
    border-radius: 6px;
}
#shareholder .about-cellcard .message figure .detail .thumbnail iframe {
    border-radius: 6px;
    width: 100%;
    height: 515px;
}
#shareholder .about-cellcard .message figure .detail .thumbnail .bg-img {
    width: 100%;
    height: 515px;
    border-radius: 6px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#shareholder .about-cellcard .apply .apply-now {
    background-color: var(--color-blue);
    border-radius: 65px;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 300px;
    margin: auto;
    text-transform: uppercase;
    transition: all .25s;
}
#shareholder .about-cellcard .apply .apply-now:hover {
    background-color: var(--color-orange);
}
#shareholder .step {
    margin-bottom: 55px;
}
#shareholder .step figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#shareholder .step figure .box-step {
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 36px;
    margin-bottom: 39px;
}
#shareholder .step figure .box-step .top ,
#shareholder .step figure .box-step .bottom {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-pink);
}
#shareholder .step figure .detail .title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
}
#shareholder .step figure .detail .title ,
#shareholder .step figure .detail .description {
    text-align: center;
}
#shareholder .step figure img {
    margin-bottom: 35px;
    max-width: 125px;
}
#shareholder .step .col-3 {
    position: relative;
}
#shareholder .step .col-3:not(:last-child)::after {
    content: '';
    width: 200px;
    height: 55px;
    position: absolute;
    top: 40px;
    right: -100px;
    display: block;
    background-image: url('../images/line-radius.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

/* Desktop
========*/
@media(max-width: 1720px),
@media(max-width: 1440px) {
    #shareholder .hero-banner .banner-wrap {
        height: 450px;
    }
    #shareholder .hero-banner .content-wrap p.top {
        margin-bottom: 25px;
    }
    #shareholder .hero-banner .content-wrap h1 {
        font-size: 45px;
    }
    #shareholder .hero-banner .banner-wrap a {
        font-size: 18px;
        bottom: 40px;
        height: 50px;
        left: 40px;
        width: 220px;
    }
    #shareholder .about-cellcard .apply .apply-now {
        height: 60px;
        width: 290px;
    }
    #shareholder .about-cellcard figure .detail .thumbnail .bg-img {
        height: 480px;
    }
    #shareholder .about-cellcard figure .detail .thumbnail .bg-img {
        height: 560px;
    }
    #shareholder .about-cellcard .message figure .detail .thumbnail iframe {
        height: 515px;
    }
    #shareholder .step .col-3:not(:last-child)::after {
        content: '';
        width: 160px;
        right: -80px;
    }
}

/* Laptop
=======*/
@media(max-width: 1280px) {
    #shareholder .about-cellcard figure .detail .thumbnail .bg-img {
        height: 550px;
    }
    #shareholder .step figure .box-step {
        width: 120px;
        height: 120px;
    }
    #shareholder .step .col-3:not(:last-child)::after {
        content: '';
        width: 230px;
        right: -125px;
    }
    #shareholder .about-cellcard figure .detail .thumbnail iframe ,
    #shareholder .about-cellcard figure .detail .thumbnail .bg-img,
    #shareholder .about-cellcard .message figure .detail .thumbnail iframe,
    #shareholder .about-cellcard .message figure .detail .thumbnail .bg-img {
        height: 400px;
        min-height: 400px;
    }
}

/* Ipad Pro
=======*/
@media(max-width: 1024px) {
    #shareholder .hero-banner .banner-wrap {
        height: 260px;
    }
    #shareholder .hero-banner .content-wrap p.top {
        margin-bottom: 10px;
    }
    #shareholder .hero-banner .content-wrap h1 {
        font-size: 35px;
    }
    #shareholder .hero-banner .banner-wrap a {
        bottom: 30px;
        font-size: 16px;
        height: 45px;
        width: 180px;
    }
    #shareholder .step figure .box-step {
        width: 120px;
        height: 120px;
    }
    #shareholder .step {
        margin-bottom: 0px;
    }
    #shareholder .about-cellcard figure .detail .thumbnail iframe ,
    #shareholder .about-cellcard figure .detail .thumbnail .bg-img
    #shareholder .about-cellcard .message figure .detail .thumbnail iframe,
    #shareholder .about-cellcard .message figure .detail .thumbnail .bg-img {
        height: 360px;
    	min-height: 360px;
    }
    #shareholder .step .col-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    #shareholder .step .col-3:nth-child(even)::after {
        content: '';
        background: none;
        width: 0px;
    }
}

/* iPad
=====*/
@media(max-width: 768px) {
    #shareholder .about-cellcard figure .detail .url ,
    #shareholder .about-cellcard figure .detail .title {
        font-size: 22px;
    }
    #shareholder .hero-banner .banner-wrap {
        height: 240px;
    }
    #shareholder .hero-banner .content-wrap h1 {
        font-size: 35px;
    }
    #shareholder .hero-banner .content-wrap p {
        width: 450px;
    }
    #shareholder .hero-banner .content-wrap p.top {
        margin-bottom: 25px;
    }
    #shareholder .hero-banner .banner-wrap a {
        font-size: 12px;
        height: 35px;
        width: 135px;
        left: 20px;
        bottom: 20px;
    }
    #shareholder .about-cellcard .apply .apply-now {
        height: 60px;
        width: 290px;
    }
    #shareholder .step .col-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    #shareholder .step .col-3:not(:last-child)::after {
        content: '';
        width: 150px;
        right: -75px;
    }
    #shareholder .step .col-3:nth-child(even)::after {
        content: '';
        background: none;
        width: 0px;
    }
    #shareholder .step figure img {
        max-width: 120px;
    }
    #shareholder .about-cellcard figure .detail .thumbnail iframe ,
    #shareholder .about-cellcard figure .detail .thumbnail .bg-img,
    #shareholder .about-cellcard .message figure .detail .thumbnail iframe,
    #shareholder .about-cellcard .message figure .detail .thumbnail .bg-img {
        height: 515px;
        min-height: 515px;
    }
}

/* Mobile
=======*/
@media(max-width: 576px) {
    #shareholder section.about-cellcard {
        margin-bottom: 15px;
    }
    #shareholder .about-cellcard .step figure {
        margin-bottom: 55px;
    }
    #shareholder .about-cellcard .step .col-3:last-child figure {
        margin-bottom: 25px;
    }
    #shareholder .about-cellcard .message .col-12 figure {
        margin-bottom: 30px;
    }
    #shareholder .about-cellcard .message .col-12:last-child figure {
        margin-bottom: 15px;
    }

    /* Hero Banner */
    #shareholder .hero-banner .banner-wrap {
        display: grid;
        align-items: end;
        justify-items: center;
        height: 240px;
    }
    #shareholder .hero-banner .content-wrap h1 {
        font-size: 35px;
        width: 90%;
    }
    #shareholder .hero-banner .content-wrap p {
        width: 90%;
    }
    #shareholder .hero-banner .banner-wrap a {
        border: 2px solid var(--color-blue);
        background-color: var(--color-blue);
        color: var(--color-white);
        position: unset;
        margin-bottom: 15px;
        font-size: 14px;
        height: 35px;
        width: 165px;
    }
    #shareholder .hero-banner .content-wrap p.top {
        margin-bottom: 15px;
    }
    #shareholder .step figure .box-step {
        width: 65px;
        height: 65px;
        border-radius: 10px;
        margin-bottom: 25px;
    }
    #shareholder .step figure .box-step .top,
    #shareholder .step figure .box-step .bottom {
        font-size: 12px;
    }
    #shareholder .step figure img {
        margin-bottom: 25px;
        max-width: 65px;
    }
    #shareholder .about-cellcard .list figure,
    #shareholder .about-cellcard .message .col-12 figure {
        margin-bottom: 25px;
    }
    #shareholder .about-cellcard figure .detail .top {
        margin-bottom: 15px;
    }
    #shareholder .about-cellcard figure .detail .title {
        font-size: 16px;
        text-align: center;
    }
    #shareholder .about-cellcard figure .detail .thumbnail iframe,
    #shareholder .about-cellcard figure .detail .thumbnail .bg-img,
    #shareholder .about-cellcard .message figure .detail .thumbnail iframe,
    #shareholder .about-cellcard .message figure .detail .thumbnail .bg-img {
        border-radius: 10px;
        height: 225px;
        min-height: 225px;
    }
    
    #shareholder .step figure .detail .description {
        font-size: 14px;
    }
    #shareholder .about-cellcard .border {
        margin-bottom: 25px;
    }
    #shareholder .about-cellcard h1 {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }
    #shareholder .about-cellcard p {
        font-size: 14px;
    }
    #shareholder .about-cellcard .main-description {
        margin-bottom: 25px;
    }
    #shareholder .step .col-3 {
        flex: 0 0 auto;
        width: 100%;
    }
    #shareholder .step .col-3:not(:last-child)::after {
        content: '';
        width: 0;
        right: 0;
    }
    #shareholder .message .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    #shareholder .about-cellcard .apply .apply-now {
        display: flex;
        font-size: 14px;
        height: 35px;
        width: 165px;
        margin: 15px auto;
    }
}