:root{

}

html{
    background: #000;
}

body{
    max-width: 1600px;
    margin: auto;
    background: #F6F5F5;
}

body,html,*{
    font-family: "Source Sans 3", sans-serif;
    color: inherit;
}

.subpage-h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    /*line-height: 68px;*/
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 68px;
    line-height: 68px;
    color: #FFAE15;
}

.h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    color: #000;
}

.h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    color: #fff;
}

.h4{
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    color: #fff;
}

.h5{
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    color: #fff;
}

.p1{
    font-size: 18px;
    line-height: 30px;
    color: #222222;
}

.list-view{
    margin-left: 0;
    padding-left: 18px;
}

.list-view li{
    margin-bottom: 15px;
}

ul.list-view li::marker {
    color: #FFAE15;
}

.btn-color{
    background: #E29C17;
    color: #fff;
    min-width: 180px;
    padding: 8px 25px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.list-unstyled li{
    margin-bottom: 8px;
    font-size: 15px;
}

.header-wrapper{
    background-image: url(../images/banner-home.jpg);
    background-position: top;
    background-size: cover;
    padding: 30px;
}

.header-wrapper header{
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 5px;
}

.header-content{
    max-width: 485px;
    min-height: 500px;
    align-items: center;
    color: #fff;
    display: flex;
}

.history-wrapper{
    background-image: url(../images/section-2.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #E8DDBE;
}

.history-wrapper .content{
    max-width: 450px;
    padding: 100px 0;
}

.museum-info-wrapper{
    background:#000;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.museum-info-wrapper > div{
    flex-grow: 1;
    width: 50%;
    height: 100%;
}

.museum-info-wrapper > .image > img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.museum-info-wrapper > .content{
    background-color: #000;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.museum-info-wrapper > .content > div{
    min-width: 50%;
    max-width: 90%;
}



.museum-info-wrapper > .content .information{
    display: flex;
}


.museum-info-wrapper > .content .information > div:first-child{
    min-width: 180px;
    border-right: 2px #fff solid;
    margin-right: 20px;
}

.ferry-list-wrapper{
    background-image: url('../images/penang-bridge-backdrop.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.rectangle{
    aspect-ratio: 5/ 3;
}

.rectangle iframe{
    border-radius: 8px;
    overflow: hidden;
}

.swiper {
    width: 100%;
}
.swiper-wrapper{
    align-items: stretch;
}

.location{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.swiper-slide{
    background-image: url('../images/ferry-backdrop.png');
    background-position:  center calc(100% - 15px);
    background-size: 50%;
    background-repeat: no-repeat;

    height: auto !important;
}

.swiper-slide .line{
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    text-align: center;
    color: #FFAE15;
    margin-bottom: 30px;
    position: relative;
}

.fadeout-bg{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%);
    padding-bottom: 100px;
}

.divider{
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.3);
    margin: 150px auto;
}

.swiper-slide .line .bullet{
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 40px;
    background-color: #FFAE15;
}
footer{
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}

.swiper-slide .line:after{
    content: '';
    display: block;
    height: 2px;
    background-color: #FFAE15;
    margin-top: 10px;
}
.swiper-slide > img {
    display: block;
    /*height: 180px;*/
    width: 90%;
    margin: auto;
}

.cta-wrapper{
    background-image: url('../images/paper-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding:60px 0;
}

.step {
    text-align: center;
    position: relative;
    z-index: 1;
}

main{
    min-height: 500px;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #EAEAEA;
    color: #838383;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    z-index: 5;
}

.step.active .circle{
    background-color: #FFAE15;
    color: #fff;
}

.step-wrapper .line {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFAE15;
    z-index: 0;
}

.step-description {
    margin-top: 10px;
}

.btn-check:checked+.btn {
    background-color: #FFAE15;
    border-color: #FFAE15;
    color:#000;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
    background-color: none;
    color: #000;
}

/* Responsive spacing */
@media (max-width: 768px) {

    .museum-info-wrapper > .content .information{
        display:block;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .museum-info-wrapper > .content .information > div:first-child{
        width: 100%;
        min-width: auto;
        border-right:  none;
    }

    .museum-info-wrapper > .content,
    .museum-info-wrapper > .image {
        width: 100%;
        padding: 30px 15px;
    }

    .museum-info-wrapper > .image{
        padding:0;
        order: 3;
        display:none;
    }


    .rectangle iframe{
        margin-top: 50px;
    }
}
