@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap');
body{
    overflow-x: hidden;
}

.gs-area02{
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}
.gs-content-height{
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translate(-50%,56%);
}
.js-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/content/dam/hongkongbaptistuniversity/hkbu-assets/image/index/1.0_index_03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.gs-area02 .gs-title{
    font-weight: bold;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    line-height: 60px;
    padding-bottom: 14px;
}
.gs-area02 .gs-description{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}
.gs-right-box{
    padding: 30px 30px 50%;
    max-width: 540px;
    right: 28rem;
}
.gs-col-1,
.gs-col-2{
    padding-top: 50%;
}
.gs-col-2{
    margin-top: 150px;
}
.gs-col-3{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.gs-item{
	display: inline-block; 
	width: 100%;
	text-align: center;
	margin: 15px auto;
	position: relative;
    padding: 0;
    display: grid;
    overflow: hidden;
}
.gs-item img{
    width: 100%;
    grid-area: 1/1;
}
.gs-item::before,
.gs-item::after{
    border-radius: 0;
    transform: translate(50%,-80%) scale(3);
    box-shadow: inset 0 0 0 16em rgba(0 0 0 / 50%);
    transition: .5s;
    pointer-events: none;
    content: '';
    position: absolute;
    top: -40%;
    left: 40%;
    width: 100%;
    height: 120%;
    grid-area: 1/1;
}
.gs-item:hover:before{
    box-shadow: inset 0 0 0 16em rgb(42 101 253 / 70%);
}
.gs-item:hover:after{
    box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.5);
}
.gs-img-title{
    position: absolute;
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    overflow: hidden;
}
.gs-img-title p{
    position: relative;
    z-index: 9999;
}
.gs-img-title:hover p {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}
.gs-area04{
    min-height: 900px;
}
.gs-row{
    display: flex;
    padding-top: 40%;
    color: #fff;
    font-size: 24px;
}
.main{
    overflow: hidden;
}
.gs-right-box{
    padding-bottom: 0rem;
}
.js-right-box{
    height: 260px;
    position: relative;
    left: 10rem;
    top:5rem;
}
