@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 93%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 88%;
    }
}

.nav-link {
    font-size: 15px;
    letter-spacing: 0.8px;
}

body {
    font-family: 'Roboto', sans-serif;
}

a,
a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: initial !important;
}

footer a {
    color: #5ab735 !important;
}

.de-register {
    background-color: #d8d8d8 !important;
    color: #fff;
    transition: 0.1s all;
    cursor: not-allowed !important;
}

.de-register:hover {
    background-color: #d8d8d8 !important;
    color: #fff;
    transition: 0.1s all;
}

.jumbotrom {
    border-radius: 0;
    background-color: #fff;
    padding: 1rem 0;
}

.top-logo {
    display: block;
    margin: auto;
    /* width: max-content; */
}

.top-logo img {
    margin: auto;
    width: 100%;
    /* height: 70px; */
    /* min-width: 300px; */
    display: inline-block;
}

@media(max-width:575px) {
    .top-logo img {
        width: 95%;
        height: auto !important;
        display: block !important;
    }
    .world-bank {
        width: 60% !important;
    }
}


/* Navbar */

.navbar {
    padding: 0.25rem 2.5rem;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    color: #fff !important;
}

.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
    outline: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu.svg) !important;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
}

.dropdown-menu {
    top: 89% !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    border: 0 !important;
    background-color: #ffffff !important;
    /* box-shadow: 0px 0px 2px rgba(0,0,0,0.4) !important; */
    /* color: #fff !important; */
    text-transform: initial !important;
    left: auto !important;
    right: 0 !important;
    text-align: right !important;
    letter-spacing: 0.3px !important;
}

.dropdown-item {
    padding: .25rem 2rem !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #5ab735 !important;
}

.bg-green {
    background-color: #5ab735;
}

.navbar-brand img {
    max-width: 365px;
}

@media(max-width: 768px) {
    .navbar {
        padding: 0.5rem 1rem;
        text-align: center;
    }
    .navbar-brand {
        max-width: calc(100% - 57px) !important;
    }
    .navbar-brand img {
        /* max-width: calc(100% - 90px); */
        width: 100%;
    }
}

.sec-1 {
    /* position: relative;
	overflow: hidden; */
    height: 70vh;
    background-image: url(../img/videobg.png);
    background-size: cover;
}

.sec-1 h3 {
    font-size: 4em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    display: inline;
}

.landing-bg {
    padding: 20vh 0;
}

.landing-inner {
    /* position: relative;
	top: 30%; */
    /* left: 100px; */
}

@media(max-width: 768px) {
    .sec-1 h3 {
        font-size: 2em;
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        display: inline;
    }
    #app {
        display: inline;
        font-size: 2em !important;
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        margin-top: 0;
        line-height: 1.2em;
    }
}

#app {
    display: inline;
    font-size: 4em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    margin-top: 0;
    line-height: 1.2em;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: center;
}

#fashion {
    min-height: auto;
    display: inline-flex;
    align-items: start;
    justify-content: start;
    z-index: 999;
    padding: 5%;
}

#fashion img {
    z-index: 999;
    width: 90%;
    margin: auto;
    display: block;
}

div#fashion h2 {
    z-index: 999;
    font-size: 9.5vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

header {
    position: fixed;
    width: 100%;
    text-align: center;
    color: white;
    transition: .4s;
}

header:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.div-on-mobile {
    position: relative;
    z-index: 999;
}

.mob-logo {
    display: none;
}


/* Make the image fully responsive */

.carousel-inner img {
    width: 100%;
    height: 100%;
}

@media(max-width: 768px) {
    .desk-logo {
        display: none !important;
    }
    .mob-logo {
        display: block !important;
        margin: auto;
        width: 38vh;
    }
    .mob-logo .bulb {
        width: 50%;
    }
    .mob-logo .text {
        display: block;
        width: 100%;
    }
}

.sup {
    text-transform: lowercase !important;
}


/* Innovate Description */

.innovate-desc {
    padding: 40px 0;
}

.innovate-desc img {
    width: 60%;
    display: block;
    margin: auto;
    padding: 2em;
    float: left;
}

.innovate-desc p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: justify;
}

.innovate-desc h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #5cb836;
    text-align: center;
}

.innovate-desc h6 {
    font-size: 10px;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}


/* .innovate-desc h1{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.innovate-desc h6{
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
} */

.innovate-desc h4 {
    font-size: 22px;
    font-weight: 700;
    /* text-transform: uppercase; */
    text-align: center;
    padding: 20px 10px;
    background-color: #5ab735;
    color: #fff;
    margin: 30px 0;
}


/* function bar */

.function-bar {
    display: block;
    position: relative;
    margin-top: -63px;
}

.mini-slider {
    width: 60%;
    /* height: 250px; */
    display: inline-block;
    /* min-height: 157px; */
    margin: 0 10px;
}

.mini-slider img {
    width: 19.5%;
    padding: 10px;
    border-radius: 20px;
}

.video-block {
    float: right;
    width: 29%;
    height: 100%;
    display: inline-block;
}

.video-block img {
    padding: 10px 0px 10px 10px;
    border-radius: 20px 0 0 20px;
}

@media(max-width: 768px) {
    .function-bar {
        display: none;
    }
}

@media(max-width:1055px) {
    .mini-slider img {
        width: 19.2%;
        padding: 6px;
    }
}


/* Countdown */

.count-title {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.counter h2 {
    display: inline;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.counter p {
    font-size: 18px;
    margin-top: 16px;
}

@media(max-width: 768px) {
    .counter h2 {
        font-size: 158%;
    }
    .counter p {
        font-size: 14px;
        margin-bottom: 0;
    }
}


/* Tripod */

.tripod {
    background-color: #303030;
    color: #fff;
}

.tripod .col-sm-4 {
    border-right: 1px solid rgb(88, 88, 88);
}

.tripod h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.tripod p {
    font-size: 12px;
    color: rgb(206, 206, 206);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tripod h5 {
    font-size: 14px;
    font-weight: 300;
    color: #5bb735;
}

@media(max-width:768px) {
    .tripod {
        text-align: center;
    }
    .tripod .col-sm-4 {
        border-right: 0;
        border-bottom: 1px solid rgb(88, 88, 88);
    }
}


/* Roadshows */

.roadshows {
    background-color: #f0f0f0;
}

.roadshows .right-side {
    padding: 60px 0 60px 40px;
}

.roadshows .img {
    background-image: url(../img/ROADSHOW.jpg);
    background-origin: padding-box;
    background-position: left;
    background-size: 50%;
    background-repeat: repeat-y;
}

.roadshows h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #5cb836;
}

.roadshows h4 {
    font-size: 10px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.roadshows p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0.3px;
}

@media(max-width:768px) {
    .roadshows .img {
        background: none;
    }
    .roadshows .hide-768 {
        display: none;
    }
    .roadshows .right-side {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 60px 10px !important;
    }
}


/* Cities */

.cities {
    text-align: center;
    padding: 10vh 0;
}

.inner-city {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0;
    transition: 0.4s all;
}

.inner-city p {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 15px;
}

.inner-city:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.4s all;
    cursor: pointer;
}

.inner-city h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px 0;
    padding: 10px 0;
}

.cities h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 50px;
}

.cities h6 {
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.cities h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0;
}

.inner-city img {
    width: 100%;
    border-radius: 50%;
    padding: 20px;
}

.cities h4 {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    background-color: #5ab735;
    color: #fff;
}

@media(max-width:768px) {
    .cities .inner-city {
        margin: 4px 0px !important;
        padding: 8px;
    }
    .cities .col-sm-3 {
        padding: 0 5px !important;
    }
    .inner-city img {
        width: 80%;
    }
    .ecosystem {
        width: 60% !important;
        margin: auto;
        display: block;
    }
}

.register {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
    background-color: #5ab735;
    color: #fff;
    letter-spacing: 0.4px;
    border: 0;
    outline: 0;
    border-radius: 5px;
}

.register-disabled {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
    background-color: #eeeeee;
    color: rgb(58, 58, 58);
    letter-spacing: 0.4px;
    border: 0;
    outline: 0;
    cursor: not-allowed;
    border-radius: 5px;
}

.register-disabled:hover,
.register-disabled:focus {
    outline: 0;
}

.register:hover,
.register:focus {
    background: #5ab735;
    transition: 0.1s all;
    color: #fff;
    outline: 0;
}

.register:hover {
    background-color: #4e9e2e;
    color: #fff;
    transition: 0.1s all;
}

.register-disabled:hover {
    cursor: not-allowed !important;
}

.modal-dialog {
    max-width: 640px;
}

.cities .modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    background-color: #5ab735;
    color: #fff;
    text-align: center !important;
    display: block;
    border-radius: 0;
}

.modal-dialog-scrollable .modal-footer {
    padding: 0;
}

.cities .modal-header .close {
    background: #fff !important;
    opacity: 1 !important;
}

.cities .modal-content {
    border: 0 !important;
    border-radius: 10px;
}

.cities .modal-dialog-scrollable .modal-body {
    padding: 0;
    height: 70vh;
}

.close-modal {
    width: 100%;
    padding: 15px !important;
    border-radius: 0 !important;
}

.cities .modal-body {
    margin-bottom: -55px;
}

.cities .modal-footer {
    position: relative;
}

.hider {
    background-color: #000;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


/* IncuabteIND */

.logo-company {
    width: 140px;
    position: fixed;
    bottom: 20px;
    left: -400px;
    z-index: 1032;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s all;
}

.logo-company img {
    width: 100%;
}

.lead-on {
    bottom: 20px;
    left: 0px;
    transition: 0.5s all;
}

@media(max-width: 580px) {
    .logo-company {
        width: 150px;
        padding: 8px;
    }
}

.ecosystem {
    width: 70%;
    display: block;
}


/* INSPIRE Logo */

.logo-inspire {
    width: calc(100vw - 768px);
    max-width: 500px;
    position: fixed;
    top: -800px;
    left: 10px;
    right: auto;
    z-index: 1032;
    /* background-color: #5ab735; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
    transition: 0.5s all;
}

.logo-inspire img {
    width: 100%;
}

.inspire-on {
    top: 2px;
    transition: 0.5s all;
}

@media(max-width: 580px) {
    .logo-inspire {
        width: 80%;
        position: fixed;
        top: -100px;
        left: auto;
        right: 5px;
        z-index: 1032;
        /* background-color: #5ab735; */
        /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
        transition: 0.5s all;
    }
    .logo-inspire img {
        width: 100%;
    }
    .inspire-on {
        top: 2px;
        transition: 0.5s all;
    }
}


/* Coming Soon Page */

.stay-tuned {
    margin: auto;
    display: block;
}

.stay-tuned img {
    width: 50%;
    margin: auto;
    display: block;
}

.stay-tuned p {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}