@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/** GENERAL **/
* {
    font-family: 'Poppins', sans-serif;
}

p {
    line-height: 200%;
}

#container {
    overflow: hidden;
}

.clearfix:after, .clearfix:after {
    clear: both;
    content: '';
    display: block;
}

#menu-button {
    display:none;
}

/** HEADER **/
header .header-wrapper {
    background: #000;
    background-color:rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: bottom left;
}
header .header-ovelay {
    background: rgba(0, 0, 0, 0.8);
}
header .header-wrapper .company-wrapper {
    position: relative;
}
header .header-wrapper .company-wrapper .company-title {
    color: #FFF;
    text-align: center;
    padding: 250px 0;
}
header .header-wrapper .company-wrapper .company-absolute {
    position: absolute;
    top: 30px;
    right: 30px;
}
header .header-wrapper .company-wrapper .company-logo-wrapper {
    background-color: #FFF;
    padding: 5px;
    border: 2px solid;
    border-radius: 20px;
    height: 100px;
    width: 100px;
}
header .header-wrapper .company-wrapper .company-logo-wrapper .company-logo {
    width: 86px;
    height: 86px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFF;
    border-radius: 20px;
}

header .header-wrapper .company-wrapper .building-circular-progress-wrapper {
    height: 100px;
    width: 100px;
    margin-top: 20px;
}

header .building-title-wrapper {
    background: #010c21;
}

header .building-title-wrapper .building-title-inner-wrapper {
    background: #102647;
    width: 90%;
    margin: 0 auto;
    -webkit-border-radius: 0px 0px 100px 100px;
    -moz-border-radius: 0px 0px 100px 100px;
    border-radius: 0px 0px 100px 100px;
}

header .building-title-wrapper .building-title-inner-wrapper .title {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

header .building-title-wrapper .building-title-inner-wrapper .title h1 {
    font-size: 4.5rem;
}

header .building-title-wrapper .building-title-inner-wrapper .title h5 {
    font-size: 2.0rem;
}

/** NAV **/
.nav-wrapper .nav {
    color: #FFF;
}
.nav-wrapper .nav .nav-link {
    color: #333;
    text-align: center;
    padding: .9rem 1rem;
}

.nav-wrapper .nav .nav-link img {
    margin-bottom: 10px;
    filter: invert(70%);
}

/** BUILDING **/
#building-section {
    margin-top: 5px;
    padding: 10px;
}
#building-section .container {
    margin-top: 50px;
}
#building-section .building-title .initial-letter {
    font-size: 3.5rem;
    position: relative;
    top: 3px;
}
#building-section .building-title .title-border-bottom:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-left: 50px;
    border-bottom: 1px solid black;
    margin-top: -7px;
    width: calc(100% - 50px);
}
#building-section .description {
    margin-top: 50px;
}
#building-section .progress {
    margin-top: 50px;
}
#building-section .end-date {
    margin-top: 10px;
    font-size: 1.5rem;
}
#building-section .end-date span {
    font-weight: bolder;
}

/** UNITY **/
#unity-section {
    margin-top: 50px;
}
#unity-section .col-sm:nth-child(even) {
    background: #e5e5e5;
}
#unity-section .col-sm:nth-child(odd) {
    background: #ededec;
}
#unity-section .unity-wrapper {
    padding: 10px;
    
}
#unity-section .unity-wrapper:before {
   font-family: "Font Awesome 5 Free";
   content: "\f0c8";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   float: left;
}
#unity-section .unity-wrapper .unity {
    font-size: 2.5rem;
    font-weight:200;
    color: #333;
}
#unity-section .unity-wrapper .unity-type {
    font-size: 2rem;
    font-weight: bolder;
    color: #333;
    padding-left: 16px;   
}
#unity-section .unity-wrapper .unity-desc {
    font-size: 1rem;
    color: #333;
    margin-top: 30px;
    padding-left: 16px;
}


/** MULTIMEDIA **/
#multimedia-section {
    margin-top: 15px;
}
#multimedia-section .multimedia-wrapper {
    background: #000;
    background-color:rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: bottom left;
}
#multimedia-section .multimedia-ovelay {
    background: rgba(0, 0, 0, 0.8);
}
#multimedia-section .title {
    padding: 50px 0;
    text-align: center;
    color: #FFF;
}
#multimedia-section .nav-wrapper {
    background-color:rgba(0, 0, 0, 0.5);
}
#multimedia-section .nav-wrapper .nav {
    color: #FFF;
}
#multimedia-section .nav-wrapper .nav .nav-link {
    color: #FFF;
    text-align: center;
    padding: .9rem 1rem;
}

/** BO SLIDER **/
.bo-slider .bo-slide img.contain, .bo-slider .bo-slide video {
    margin-top: 15px;
}

/** LOCATION **/
#location-section {
    margin-top: 15px;
    background: #010c21;
}
#location-section .location-wrapper {
    -webkit-border-radius: 230px 0px 230px 0px;
    -moz-border-radius: 230px 0px 230px 0px;
    border-radius: 230px 0px 230px 0px;
    background: #102647;
    width: 90%;
    margin: 0 auto;
}
#location-section .title {
    padding: 50px 0;
    text-align: center;
    color: #FFF;
}

/** AD **/
#ad-section {
    background: rgb(18,88,151);
    background: radial-gradient(circle, rgba(18,88,151,1) 0%, rgba(10,107,175,1) 0%, rgba(18,88,151,1) 100%);
    padding: 50px 0;
    border-top: 10px solid #051d31;
}
#ad-section .ad-wrapper {
    border: 3px solid #19353f;
    border-radius: 50px;
    padding: 30px;
    text-align: center;
    color: #19353f;
    background: #f7f7f7;
}
#ad-section .ad-wrapper .ad-title {
    font-size: 1.8rem;
    font-weight: bolder;
}
#ad-section .ad-wrapper .ad-subtitle {
    font-size: 1.4rem;
}
#ad-section .ad-wrapper hr {
    border: 1px solid #19353f;
}

#ad-section .ad-wrapper .ad-description {
    font-size: 1.1rem;
}

#ad-section .ad-wrapper .google-play-wrapper {
    margin-top: 30px;
}
#ad-section .ad-wrapper .apple-store-wrapper {
    margin-top: 30px;
}

/** FOOTER **/
footer {
    background: rgb(11,13,28);
    background: radial-gradient(circle, rgba(11,13,28,1) 0%, rgba(3,33,53,1) 0%, rgba(11,13,28,1) 100%);
    color: #FFF;
    padding: 10px 0;
}
footer .copyright{
    padding: 5px 0;
    margin: 0;
    font-size: 9px;
}
footer img.footer-logo-uzi {
    margin-top: 15px;
    
}
footer img.footer-logo-onconnect {
    margin-top: 15px;
    height: 32px;
}
footer .footer-border-right {
    border-right: 3px solid #FFF;
}

/** CIRCLE PROGRESS **/
.c100 {
    font-size: 100px;
}
.c100.white .bar, .c100.white .fill {
    border-color: #FFF !important;
}
.c100.white:hover > span {
    color: #FFF;
}
.c100.white.dark .bar, .c100.white.dark .fill {
    border-color: #FFF !important;
}
.c100.white.dark:hover > span {
    color: #FFF;
}
.c100 {
    background-color: transparent;
}
.c100:after {
    background-color: transparent;
}
.c100 > span, .c100:hover > span {
    color: #FFF;
    font-size: 0.12em;
    line-height: 1.1em;
    width: 8.4em;
    margin-top: 3.2em;
}
.circle-progress-value {
    font-size: 2em;
}
/** PROGRESS **/
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: .85rem;
    background-color: #e9ecef;
    border-radius: 0;
}

/** RESPONSIVE AJUSTS */
@media only screen and (min-width: 960px) {
    .nav {
        position: relative;
    }
    .nav .nav-item:not(:first-child):after {
        content: '';
        position: absolute;
        z-index: 100;
        bottom: 12px;
        width: 1px;
        height: 20px;
        background: #333;
    }
    #ad-section .ad-wrapper {
        position: relative;
    }
    #ad-section .ad-wrapper .google-play-wrapper:after {
        content: '';
        position: absolute;
        z-index: 100;
        bottom: 0px;
        width: 1px;
        height: 36px;
        background: #19353f;
        right: 0px;
    }
}
@media only screen and (max-width: 960px) {
    .c100 {
        font-size: 70px;
    }
    .bg-dark {
        background-color: #010c21 !important;
    }
    .navbar-dark .navbar-toggler {
        color: #102647 !important;
        border-color: #102647 !important;
    }
    #building-section .container .row:first-child {
        display: none;
    } 
    h1 {
        font-size: 1.3rem;
    }
    #building-section .container {
        margin-top: 0;
    }
    #building-section .building-title .initial-letter {
        font-size: 3.0rem;
    }
    #building-section .building-title .title-border-bottom:after {
        margin-left: 41px;
    }
    header .nav-wrapper {
        border-radius: 40px 40px 0 0;
    }
    header .nav-wrapper .nav .nav-link {
        padding: 0.7rem 0.7rem;
    }
    header .header-wrapper .company-wrapper .company-title {
        padding: 130px 0 !important;
    }
    header .header-wrapper .company-wrapper .building-circular-progress-wrapper {
        height: 70px;
        width: 70px;
        margin-top: 10px;
    }
    header .building-title-wrapper .building-title-inner-wrapper {
        -webkit-border-radius: 0px 0px 100px 0px;
        -moz-border-radius: 0px 0px 100px 0px;
        border-radius: 0px 0px 100px 0px;
        width: 80%;
        margin: 0;
    }
    
    header .building-title-wrapper .building-title-inner-wrapper .title {
        padding: 10px 0;
        text-align: left;
    }
    header .building-title-wrapper .building-title-inner-wrapper .title h1 {
        font-size: 1.8rem;
        margin: 0 0 0 10px;
    }
    header .building-title-wrapper .building-title-inner-wrapper .title h5 {
        font-size: 0.8rem;
        margin: 0 0 0 10px;
    }
    .bo-slider .bo-slide img.contain, .bo-slider .bo-slide video {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    #ad-section img.agent {
        height: 140px;
    }
    #ad-section .ad-wrapper .ad-title {
        font-size: 1.3rem;
    }
    #ad-section .ad-wrapper .ad-subtitle {
        font-size: 1.1rem;
    }
    #ad-section .ad-wrapper .ad-description {
        font-size: 0.9rem;
    }
        
    footer .copyright{
        font-size: 5.5px;
    }
    footer img.footer-logo-uzi {
        margin-top: 15px;
        width: 90%;
        
    }
    footer img.footer-logo-onconnect {
        margin-top: 15px;
        height: 22px;
    }
    footer .footer-border-right {
        border-right: 3px solid #FFF;
    }
    
    #navbarToggleExternalContent {
        margin-bottom: 30px;
    }
    #navbarToggleExternalContent a {
        color: #333 !important;
    }
    #building-title {
        display:inline-block;
    }
    #menu-button {
        display:inline-block;
    }
    #location-section .location-wrapper {
        -webkit-border-radius: 0px 0px 130px 0px;
        -moz-border-radius: 0px 0px 130px 0px;
        border-radius: 0px 0px 130px 0px;
        background: #102647;
        margin: 0;
        text-align: center;
    }
}