/* Hero Banner
============*/
#about .hero-banner.video iframe,
#about .hero-banner.video video {
	width: 100%;
	height: 600px;
}
#about .hero-banner .container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}
#about .hero-banner .banner-wrap {
    height: 600px;
    background-position: center;
    position: relative;
}
#about .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;
}
#about .hero-banner.video .banner-wrap a {
    opacity: 0;
    visibility: hidden;
}
#about .hero-banner.video .banner-wrap:hover a {
    opacity: 1;
    visibility: visible;
}
#about .hero-banner .banner-wrap a:hover {
    color: var(--color-white);
    background-color: var(--color-orange);
	border: var(--color-orange);
}
#about .hero-banner .content-wrap h1 {
    font-size: 56px;
    font-weight: 800;
}
#about .hero-banner .content-wrap p.top {
    margin-bottom: 70px;
}
#about .hero-banner .content-wrap p {
    line-height: 28px;
    width: 500px;
}

/* About Cellcard
===============*/
#about .about-cellcard h1 {
    font-size: 24px;
    font-weight: 700;
    margin: auto auto 35px auto;
    max-width: 400px;
    width: fit-content;
}
#about .about-cellcard p {
    margin: auto auto 50px auto;
    text-align: center;
}
#about .about-cellcard .item {
    display: grid;
    justify-items: center;
}
#about .about-cellcard .item img {
    margin-bottom: 38px;
}
#about .about-cellcard .item h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}
#about .about-cellcard .item h3,
#about .about-cellcard .item p {
    max-width: 350px;
    text-align: center;
}

#about .about-cellcard .border ,
#about .about-cellcard .main-description {
    margin-bottom: 60px;
}
#about .about-cellcard .border {
    opacity: 0.5;
    border-bottom: 0.6px solid var(--color-blue) !important;
}
#about .about-cellcard .col-12 figure {
    margin-bottom: 60px;
}
#about .about-cellcard figure .detail .top {
    /*display: flex;*/
    align-items: center;
    margin-bottom: 24px;
} 
#about .about-cellcard figure .detail .url ,
#about .about-cellcard figure .detail .title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
#about .about-cellcard figure .detail .url {
    /*margin-left: 15px;*/
    transition: all .3s;
    color: var(--color-blue) !important;
}
#about .about-cellcard figure .detail .url:hover {
    transition: all .3s;
    color: var(--color-orange) !important;
}
#about .about-cellcard figure .detail .thumbnail .bg-img {
    width: 100%;
    height: 565px;
    border-radius: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#about .about-cellcard figure .detail .thumbnail iframe {
    width: 100%;
    height: 565px;
}
#about .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;
}
#about .about-cellcard .apply .apply-now:hover {
    background-color: var(--color-orange);
}

/* Desktop
========*/
@media(max-width: 1720px),
@media(max-width: 1440px) {
	#about .hero-banner.video video,
	#about .hero-banner.video iframe,
    #about .hero-banner .banner-wrap {
        height: 450px;
    }
    #about .hero-banner .content-wrap p.top {
        margin-bottom: 25px;
    }
    #about .hero-banner .content-wrap h1 {
        font-size: 45px;
    }
    #about .hero-banner .banner-wrap a {
        font-size: 18px;
        bottom: 40px;
        height: 50px;
        left: 40px;
        width: 220px;
    }
    #about .about-cellcard .apply .apply-now {
        height: 60px;
        width: 290px;
    }
    #about .about-cellcard figure .detail .thumbnail .bg-img,
    #about .about-cellcard figure .detail .thumbnail iframe {
        height: 480px;
    }
}

/* Laptop
=======*/
@media(max-width: 1280px) {
    #about .about-cellcard figure .detail .thumbnail .bg-img {
        height: 415px;
    }
}

/* Ipad Pro
=======*/
@media(max-width: 1024px) {
	#about .hero-banner.video video,
	#about .hero-banner.video iframe,
    #about .hero-banner .banner-wrap {
        height: 260px;
    }
    #about .about-cellcard figure .detail .thumbnail .bg-img,
    #about .about-cellcard figure .detail .thumbnail iframe {
    	height: 300px;
    }
    #about .hero-banner .content-wrap p.top {
        margin-bottom: 10px;
    }
    #about .hero-banner .content-wrap h1 {
        font-size: 35px;
    }
    #about .hero-banner .banner-wrap a {
        bottom: 30px;
        font-size: 16px;
        height: 45px;
        width: 180px;
    }
}

/* iPad
=====*/
@media(max-width: 768px) {
    #about .about-cellcard figure .detail .url ,
    #about .about-cellcard figure .detail .title {
        font-size: 22px;
    }
	#about .hero-banner.video video,
	#about .hero-banner.video iframe,
    #about .hero-banner .banner-wrap {
        height: 240px;
    }
    #about .hero-banner .content-wrap h1 {
        font-size: 35px;
    }
    #about .hero-banner .content-wrap p {
        width: 450px;
    }
    #about .hero-banner .banner-wrap a {
        font-size: 12px;
        height: 35px;
        width: 135px;
        left: 20px;
        bottom: 20px;
    }
    #about .hero-banner .content-wrap p.top {
        margin-bottom: 25px;
    }
    #about .about-cellcard figure .detail .thumbnail .bg-img,
    #about .about-cellcard figure .detail .thumbnail iframe {
        height: 280px;
    }
    #about .about-cellcard .apply .apply-now {
        height: 60px;
        width: 290px;
    }
}

/* Mobile
=======*/
@media(max-width: 576px) {

    #about section.about-cellcard {
        margin-bottom: 15px;
    }
    #about .about-cellcard figure .detail .url ,
    #about .about-cellcard figure .detail .title {
        font-size: 14px;
    }
    #about .about-cellcard figure .detail .top {
        flex-direction: column;
        margin-bottom: 15px;
    }
	#about .hero-banner.video video,
	#about .hero-banner.video iframe,
    #about .hero-banner .banner-wrap {
        display: grid;
        align-items: end;
        justify-items: center;
        height: 240px;
    }
    #about .hero-banner .content-wrap h1 {
        font-size: 35px;
        width: 90%;
    }
    #about .hero-banner .content-wrap p {
        width: 90%;
    }
    #about .hero-banner .banner-wrap a {
        border: 2px solid var(--color-blue);
		background-color: var(--color-blue);
		color: var(--color-white);
		font-size: 14px;
		height: 35px;
		width: 165px;
		margin: -35px auto 0 auto;
		position: inherit;
		left: unset;	
    }
    #about .hero-banner .content-wrap p.top {
        margin-bottom: 15px;
    }
    #about .about-cellcard h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #about .about-cellcard figure .detail .thumbnail .bg-img,
    #about .about-cellcard figure .detail .thumbnail iframe {
        border-radius: 10px;
        height: 225px;
        min-height: 225px;
    }
    #about .about-cellcard .col-12:not(:last-child) figure {
        margin-bottom: 35px;
    }
    #about .about-cellcard .col-12:last-child figure {
        margin-bottom: 30px;
    }
    #about .about-cellcard .apply .apply-now {
        font-size: 14px;
        height: 35px;
        width: 165px;
        margin: auto;
        margin-bottom: 15px;
    }
    #about .about-cellcard .border, 
    #about .about-cellcard .main-description {
        font-size: 14px;
        margin-bottom: 25px;
    }
}