/* Hero Banner
============*/
#home .hero-banner .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}
#home .hero-banner .banner-wrap {
    height: 600px;
    position: relative;
}

#home .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;
}
#home .hero-banner .banner-wrap a:hover {
    color: var(--color-white);
    background-color: var(--color-orange);
    border: var(--color-orange);
}
#home .hero-banner .content-wrap h1 {
    font-size: 56px;
    font-weight: 800;
}
#home .hero-banner .content-wrap p {
    line-height: 28px;
    width: 500px;
}
#home .hero-banner .content-wrap p.top {
    margin-bottom: 70px;
}

/* About Cellcard
===============*/
#home .about-cellcard h1 {
    font-size: 24px;
    font-weight: 700;
    margin: auto auto 35px auto;
    max-width: 400px;
    width: fit-content;
}
#home .about-cellcard p {
    margin: auto auto 55px auto;
    text-align: center;
}
#home .about-cellcard .row {
    display: flex;
    justify-content: center;
}
#home .about-cellcard .item {
    display: grid;
    justify-items: center;
}
#home .about-cellcard .item img {
    margin-bottom: 40px;
	max-width: 125px;
}
#home .about-cellcard .item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
#home .about-cellcard .item h3,
#home .about-cellcard .item p {
    text-align: center;
}

#home .about-cellcard .col-sm-4 {
    position: relative;
}
#home .about-cellcard .col-sm-4:not(:last-child)::after {
    content: '';
    width: 280px;
    height: 80px;
    position: absolute;
    top: 29px;
    right: -140px;
    display: block;
    background-image: url('../images/line-radius-long.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

/* FAQs
=====*/
#home .faq .content-wrap {
    width: 100%;
    max-width: 1275px;
    margin: auto;
}
#home .faq .content-wrap h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
#home .faq .content-wrap .accordion-item {
    border: 1px solid var(--color-blue);
    margin-bottom: 22px;
}
#home .faq .content-wrap .accordion-item:last-child {
    margin-bottom: 55px;
}
#home .faq .content-wrap .accordion-button {
    border: 1px solid var(--color-blue);
    background-color: unset;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 700;
    padding: 20px 65px 20px 20px;
    margin: 0;
    transition: all .25s;
}
#home .faq .content-wrap .accordion-button:focus {
    box-shadow: unset
}
#home .faq .content-wrap .accordion-button::after {
    background-image: url(../icons/arrow-down.png);
    background-size: 13px;
    height: 0.5rem;
    margin-right: -45px;
    width: 1rem;
}
#home .faq .content-wrap .accordion-button:not(.collapsed)::after {
    background-image: url('../icons/close-white.png');
    height: 1rem;
    margin-right: -44px;
}
#home .faq .content-wrap .accordion-button {
    background-color: var(--color-blue);
    color: var(--color-white);
}
#home .faq .content-wrap .accordion-button.collapsed {
    background-color: unset;
    color: unset;
}
#home .faq .content-wrap .accordion-body {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0 60px;
    margin: 45px auto;
}
#home .faq .content-wrap .accordion-body::before {
    content: '';
    border-radius: 10px;
    background-color: var(--color-pink);
    position: absolute;
    left: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    display: none;
}
#home .faq .content-wrap .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;
}
#home .faq .content-wrap .apply-now:hover {
    background-color: var(--color-orange);
}

/* Desktop
========*/
@media(max-width: 1720px) and (max-width: 1440px) {
    #home .hero-banner .banner-wrap {
        height: 450px;
    }
    #home .hero-banner .content-wrap p.top {
        margin-bottom: 25px;
    }
    #home .hero-banner .content-wrap h1 {
        font-size: 45px;
    }
    #home .hero-banner .banner-wrap a {
        font-size: 18px;
        bottom: 40px;
        height: 50px;
        left: 40px;
        width: 220px;
    }
	#home .faq .content-wrap {
		max-width: 80%;
	}
    #home .faq .content-wrap .apply-now {
        height: 60px;
        width: 290px;
    }
}

/* Laptop
=======*/
@media(max-width: 1280px) {
    /* About Cellard - Home Page */
	#home .hero-banner .banner-wrap {
        height: 450px;
    }
    #home .about-cellcard .item p {
        max-width: unset;
    } 
    #home .about-cellcard .col-sm-4:not(:last-child)::after {
        content: '';
        width: 220px;
        right: -110px;
    }
	#home .faq .content-wrap {
		max-width: 80%;
	}
    #home .faq .content-wrap .accordion-body {
        padding: 0 45px;
    }
}

/* Ipad Pro
=======*/
@media(max-width: 1024px) {
    #home .hero-banner .banner-wrap {
        height: 260px;
    }
    #home .about-cellcard .col-sm-4:not(:last-child)::after {
        content: '';
        width: 180px;
        right: -90px;
    }
    #home .hero-banner .content-wrap p.top {
        margin-bottom: 10px;
    }
    #home .hero-banner .content-wrap h1 {
        font-size: 35px;
    }
    #home .hero-banner .banner-wrap a {
        bottom: 30px;
        font-size: 16px;
        height: 45px;
        width: 180px;
    }
    #home .about-cellcard .item img {
        max-width: 100px;
    }
	#home .faq .content-wrap {
		max-width: 100%;
	}
}

/* iPad
=====*/
@media(max-width: 768px) {
    #home .hero-banner .banner-wrap {
        height: 240px;
    }
    #home .hero-banner .banner-wrap a {
        font-size: 12px;
        height: 35px;
        width: 135px;
        left: 20px;
        bottom: 20px;
    }
    #home .hero-banner .content-wrap h1 {
        font-size: 35px;
    }
    #home .hero-banner .content-wrap p {
        width: 450px;
    }
    #home .hero-banner .content-wrap p.top {
        margin-bottom: 25px;
    }
    #home .about-cellcard .col-sm-4:not(:last-child)::after {
        content: '';
        width: 130px;
        right: -65px;
        top: 40px;
    }
    #home .about-cellcard .item h3 {
        font-size: 26px;
    }
    #home .about-cellcard .item img {
        max-width: 80px;
    }
}

/* Mobile
=======*/
@media(max-width: 576px) {
    section.faq {
        margin-bottom: 15px;
    }
    /* Hero Banner */
    #home .hero-banner .container {
        display: grid;
        align-items: end;
        justify-items: center;
        justify-content: center;
    }
    #home .hero-banner .banner-wrap {
        display: grid;
        align-items: end;
        justify-items: center;
        height: 240px;
    }
    #home .hero-banner .content-wrap h1 {
        font-size: 35px;
        width: 90%;
    }
    #home .hero-banner .content-wrap p {
        margin: auto;
        width: 90%;
    }
    #home .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;
    }
    #home .hero-banner .content-wrap p.top {
        margin-bottom: 15px;
    }

    /* About Cellcard */
    #home .about-cellcard h1 {
        font-size: 16px;
        margin: auto auto 15px auto;
    }
    #home .about-cellcard p {
        font-size: 14px;
    }
    #home .about-cellcard .item img {
        margin-bottom: 25px;
        max-width: 65px;
    }
    #home .about-cellcard .item h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #home .about-cellcard .item p {
        font-size: 14px;
        max-width: unset;
    }
    #home .about-cellcard .col-xs-12:last-child .item p {
        margin-bottom: 0;
    }
    #home .about-cellcard .col-sm-4:not(:last-child)::after {
        content: '';
        width: 0px;
        right: 0px;
        top: 0px;
    }

    /* FAQs */
    #home .faq .content-wrap h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #home .faq .content-wrap .accordion-item {
        margin-bottom: 8px;
    }
    #home .faq .content-wrap .accordion-item:last-child {
        margin-bottom: 25px;
    }
    #home .faq .content-wrap .accordion-button {
        font-size: 14px;
        padding: 12px 30px 12px 12px;
    }
    #home .faq .content-wrap .accordion-button::after {
        background-image: url(../icons/arrow-down-mobile.png);
        background-size: 8px;
        margin-right: -20px;
        height: 0.3rem;
        width: 0.5rem;
    }
    #home .faq .content-wrap .accordion-button:not(.collapsed)::after {
        background-image: url(../icons/close-white-mobile.png);
        background-size: 8px;
        margin-right: -20px;
        height: 8px;
        width: 8px;
    }
    #home .faq .content-wrap .accordion-body {
        font-size: 14px;
        margin: 15px auto;
        padding: 0 15px;
    }
    #home .faq .content-wrap .accordion-body::before {
        left: 0;
        top: 25px;
        height: 8px;
        width: 8px;
    }
    #home .faq .content-wrap .apply-now {
        font-size: 14px;
        height: 35px;
        width: 165px;
        margin: 0 auto 25px auto;
    }
}