/*NATPE GLOBAL 2024 Splash page style setting*/

/*hide and new style*/
#mainMenu, #main, #sponsor-for-home, #marketo-form, #footer {
    display:none !important;
}

#banner-area-content {
    margin-top:0px !important;
}
    
#banner-logo {
    display:none;
}

#headerIndex {
    margin-top:0;
}

#banner-area-content {
    background-image: url("https://s3.amazonaws.com/brunicoextranet/Matrix/Natpe/8ZAONQOISRKGgIX5YuHY_NATPE_Header.jpg");
    min-height:750px;
    position:relative;
    background-repeat:no-repeat;
    margin-bottom:0;
    background-color:#151016;
    background-size:100%;
}

#banner-area-text {
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin-bottom:120px;
    font-size:24px;
}

#banner-area-text h2{
    color:#fff !important;
}

.home--EventImage {
    position:relative;
}

.home--EventImage > img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}

.home--Networking {
    background:#fff;
    display:block;
    max-width:900px;
    margin:auto;
    text-align:center;
    padding:40px 0;
}

.home--Networking h2{
    color:#000;
    font-size:1.9em;
    font-weight:900;
}

.home--networking__grid {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    margin-top:40px;
}

.home--networking__grid img{
    margin:auto;
}

.home--networking__gridPinkBlock {
    color:#EF4D8B;
}

.home--networking__gridBlueBlock {
    color:#25678D;
}

.home--networking__gridPurpleBlock {
    color:#7D81BC;
}

.home--networking__gridPinkBlock img, .home--networking__gridBlueBlock img, .home--networking__gridPurpleBlock img {
    padding-bottom:15px;
}

.home--News {
    background: url("https://s3.amazonaws.com/brunicoextranet/Matrix/Natpe/zgTH84MPTVC0ucYkWDDj_GreyBar.jpg");
    text-align:center;
    font-size:30px;
    font-weight:bold;
    padding:30px 0 10px;
    color:white;
}

.home--Venue p{
    max-width:1200px;
    margin:40px auto;   
    text-align:center; 
    font-size: 22px;
    font-weight:bold;
}

.home--Contact {
    background:#000;
    color:#fff;
    text-align:center;
    padding:70px 0 50px;
    font-size:26px;
}

#mobileMenuInner {
    display:none;
}
/*splash mobile setting*/

@media screen and (max-width:1260px) {
    #btn-mobileMenu {
        display:none !Important;
    }

    #banner-area-content {
        margin-top: 0px !important;
    }
    #masterMenu {
        background:none;
        background:#000;
    }
}

@media screen and (max-width:600px) {
    #banner-area-content {
        background-image: none;
        min-height:750px;
        position:relative;
        background-repeat:no-repeat;
        margin-bottom:0;
        background-color:#151016;
        background-size:100%;
    }
    .mobilePassImage {
        margin:auto;
        width:100vw;
    }
    #banner-area-text {
        position: relative;
        margin-top: 40px;
        transform: translateX(0%);
        margin: 40px auto 0px;
        padding-bottom: 200px;
        max-width: 80%;
    }
    #banner-area-text h2{
        margin-top:40px;
    }
    .home--EventImage > img {
        top: -160px;
    }

    .home--Networking p {
        max-width:80%;
        margin:auto;
    }

    .home--networking__grid {
        display:block;
    }

    .home--networking__gridBlueBlock {
        margin:50px auto;    
    }

    .home--Venue p {
        max-width:80%;
        margin:50px auto;

    }
}