

.section-1{
    position: relative;
    height: 100%;
    max-height: 750px;

    overflow: hidden;
    background: #0b1d35;
}

.scroll-to-tab{
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 80px;
    transform: rotate(-90deg);
    font-size: 10px;
}
.scroll-to-tab img{
    height: 8px;
    margin-right: 8px;
}

.hero-banner{
    height: 100%;
}

.hero-banner .slides{
    position: relative;
    float: left;
    width: 33%;
    height: 100%;
    transform: skew(24deg);
    box-sizing: border-box;
    overflow: hidden;
}

.hero-banner .slides .content{
    cursor: pointer;
    display: block;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
    height: 100%;
    transform: skew(-24deg);
    margin-left: -60%;
    width: 250%;
    transition: all 0.3s;
}

.hero-banner .slides .content:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s;
}

.hero-banner .slides .content:hover{
    background-size: auto 120%;
}

.hero-banner .slides .content:hover:before{
    background: rgba(0,0,0,0.2);
}

.hero-banner .slides .content .title{
    font-family: 'Poppins', sans-serif;
    position: absolute;
    bottom: 30px;
    left: 50%;
    color: #fff;
    font-size: 36px;
}

.section-2{
    padding: 80px 0;
}

.section-2 .statistic{
    margin-bottom: 12px;
}

.section-2 .statistic .title{
    color: #394F7A;
    font-weight: 700;
    font-size: 30px;
}
.section-2 .statistic .description{
    font-size: 13px;
}

.section-2 .milestone-anchor{
    display: inline-block;
    color:  #2A54A2;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 24px;
}

.section-2 .milestone-anchor img{
    height: 8px;
    margin-left: 10px;
}

.section-3{
    position: relative;
    /*overflow: scroll;*/
    background: #ebebeb;
    background-position: center;
    background-size: cover;
}

.section-3:before{
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(18,9,9);
    background: radial-gradient(circle, rgba(18,9,9,0) 38%, rgba(0,0,0,1) 100%);
    z-index: 2;
}

#map{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#map, #map .content, #map .content .image{
    height: 100%;
    max-height: 700px;
    position: relative;
}

#map .content{
    overflow: scroll;
}

#map .zoom{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}


#map .zoom a{
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(243,243,243,1);
    z-index: 3;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}


#map .content::-webkit-scrollbar {
    display: none;
}

#map .content img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-width: 100%;
    /*object-fit: cover;*/
    /*height: 100%;*/
    z-index: 1;
    margin-bottom: -7px;
    transition: all 0.3s;
}

#map .content img.base-image{
    opacity: 1;
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
}

.map-context{
    position: absolute;
    left: 15%;
    top: 35px;
    z-index: 3;
}

.map-context h2{
    color: #fff;
}
.ui.dimmer{
    padding: 0 !important;
}

.ui.basic.modal.business{
    width: 100%;
    height: 100%;
    margin: 0 0 0 0 !important;
}

.ui.modal > .content{
    box-sizing: border-box !important;
    padding: 0 !important;
}

.popup-flex{
    display: flex;
}

.swiper-container{
    width: 100%;
    height: 100%;
}

.homepage-banner .swiper-wrapper{
    position: relative;
    height: 100%;
}

.homepage-slide{
    transform: skew(24deg) translateX(-25%) !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.homepage-banner .navigation-wrapper{
    transform: skew(-24deg) translate(0%,-50%);
    z-index: 2;
    position: absolute;
    box-sizing: border-box;
    left: 20px;
    top: 50%;
}


.homepage-banner .navigation-wrapper h3{
    color: #fff;
    font-size: 36px;
    line-height: 36px;
}


.homepage-banner .navigation-wrapper .navigation{
    box-sizing: border-box;
    border-radius: 15px;
    padding: 9px 12px;
    background: #F2F2F2;
    color: #F05A26;
    margin-bottom: 15px;
}

.homepage-slide .content{
    transform: skew(-24deg);
    z-index: 1;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left:calc(40%);
}

.homepage-slide .content .description{
    max-width: 50%;
    color: #fff;
}

.homepage-slide .content .description .pagination{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.homepage-slide .content .description .caption{
    font-size: 18px;
    line-height: 22px;
    margin-top: 80px;
    max-width: 300px;
}


.homepage-slide .content .description h2{
    color: #fff;
    font-size: 120px;
    line-height: 120px;
}

.homepage-slide .background{

    transform: skew(-24deg);
    background-position: center ;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -25%;
    width: 150%;
    height: 100%;
    top: 0;
    left: 0;
}

.homepage-slide .background:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(43,84,161);
    background: linear-gradient(90deg, rgba(43,84,161,0) 41%, rgba(43,84,161,0.7) 100%);
}

.featured-modal{
    display: flex;
    height: 100%;
    overflow: hidden;
    background-color: #0A1D35;
    align-items: center;
}


.featured-modal .image-wrapper {
    width: 100%;
    height: 100%;
    transform: skew(24deg) translateX(-25%);
    overflow: hidden;
}

.featured-modal .image-wrapper .image{
    cursor: pointer;
    display: block;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
    height: 100%;
    width: 300%;
    transform: skew(-24deg);
    margin-left: -75%;
    transition: all 0.3s;
}

.featured-modal .content-wrapper{
    width: 50%;
}

.featured-modal .content-wrapper .type{
    font-size: 15px;
    text-transform: uppercase;
}

.featured-modal .content-wrapper h3{
    font-size: 32px;
    text-transform: uppercase;
}

.featured-modal .content-wrapper .read-more{
    display: inline-block;
    margin-top: 50px;
    background: #2A54A1;
    padding: 15px 20px;
}

.float-title{
    position: absolute;
    bottom: 0;
    right: 50%;
}


.swiper-button-prev, .swiper-button-next {
    color: rgb(255, 255, 255) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(255,255,255,0.7) !important;
}


@media not all and (min-resolution:.001dpcm) {
    /* SAFARI BROWSER ONLY*/
    @media {
        .homepage-slide{
            transform: skew(0deg) translateX(0%) !important;
            overflow: auto !important;
        }

        .homepage-slide .content{
            transform: skew(0deg) !important;
            padding-left: calc(10%) !important;
        }

        .homepage-slide .background{
            transform: skew(0deg) !important;
        }

        .homepage-banner .navigation-wrapper{
            transform: skew(0deg) translate(0%,0%) !important;
            left: -280px !important;
        }

        .homepage-slide .background{
            margin-left: 0 !important;
        }
    }
}

@media (max-width: 1024px) {

    .homepage-slide{
        transform: skew(0deg) translateX(0%) !important;
        overflow: auto !important;
    }

    .homepage-slide .content{
        transform: skew(0deg) !important;
        padding-left: calc(10%) !important;
    }

    .homepage-slide .background{
        transform: skew(0deg) !important;
    }

    .homepage-banner .navigation-wrapper{
        display: none;
    }

    .homepage-slide .background{
        margin-left: 0 !important;
    }
}
