@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../fonts/MyriadPro-Light.otf');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold-Font.ttf');
}
@font-face {
    font-family: 'Sequel-Sans-Medium-Body';
    src: url('../fonts/Sequel-Sans-Medium-Body.otf');
}


:root {
    --white: #ffffff;
    --black: #000000;
    --title: #121212;
    --hero-span: 'MyriadPro-Light';
    --hero-heading: 'Helvetica-Bold';
    --section-headings: 'Sequel-Sans-Medium-Body';
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.verticalflip h1,
.speed_txt h1 {
    font-family: var(--section-headings);
}

@media(min-width:320px) {

    /* Hero Section  */
    .hero-wrapper {
        height: 100%;
        width: 100%;
        margin-top: 52px;
    }

    .hero-wrapper .hero-section {
        height: 42vh;
        width: 100%;
    }

    .hero-wrapper .hero-section .hero-main {
        height: 80vh;
    }

    .hero-section .hero-main .video-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        clip-path: polygon(100% 0%, 0% 0%, 0% 70%, 100% 30%);
    }

    .hero-section .hero-main video {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* ===========================================================================  */

    /* navigation on hero section  */
    .hero-section .hero-main .navigation {
        width: 100%;
        position: absolute;
        top: 3%;
        padding: 5px 0;
    }

    .navigation .navigation-wrapper {
        display: none;
    }

    .navigation .navigation-mob {
        width: 100%;
        padding: 1vh 2vw;
    }

    .navigation .navigation-mob .navmob-wrapper {
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navigation-mob .navmob-wrapper .logo {
        width: 80%;
    }

    .navigation-mob .navmob-wrapper .logo img {
        width: 100%;
    }

    .navigation-mob .navmob-wrapper .navigation-icon {
        width: 20%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .navigation-mob .navmob-wrapper .navigation-icon i {
        color: var(--white);
        font-size: 20px;
    }

    /* ===========================================================================  */

    .hero-main .hero-content {
        width: 100%;
    }

    .hero-main .hero-content .hero-content-wrapper {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 20vh;
        padding: 2vh 4vw;
    }

    .hero-content .hero-content-wrapper .context {
        width: 100%;
    }

    .context .content-wrapper .main-title span {
        color: var(--title);
        font-size: 20px;
        letter-spacing: 0;
        font-weight: 700;
        font-family: var(--hero-heading);
    }

    .context .content-wrapper .big-title {
        width: 60vw;
        position: relative;
        z-index: 700;
    }

    .context .content-wrapper .big-title .intelligence {
        color: var(--title);
        font-size: 30px;
        font-weight: 700;
        font-family: var(--hero-heading);
    }

    .context .content-wrapper .big-title .speed {
        color: var(--white);
        font-size: 30px;
        font-weight: 700;
        font-family: var(--hero-heading);
    }

    .context .content-wrapper .sub-content {
        padding-top: 50px;
    }

    .context .content-wrapper .sub-content span {
        font-size: 18px;
        color: var(--black);
        font-family: var(--hero-span);
    }

    .hero-main .future-human {
        display: none;
    }

    .hero-main .future-human .future-man img {
        height: 280px;
        width: 100%;
    }

    .hero-main .hero-content .hero-content-wrapper:hover .future-wrapper img {
        transform: scale(1.02);
    }
}

@media (min-width: 375px) {
    .carousel-caption {
        bottom: 20%;
    }
}

@media (min-width:768px) {

    /* Hero Section  */
    .hero-wrapper {
        height: 100%;
        width: 100%;
    }

    .hero-wrapper .hero-section {
        height: 80vh;
        width: 100%;
    }

    .heroimg {
        height: 80vh !important;
    }

    .hero-wrapper .hero-section .hero-main {
        height: 80vh;
    }

    .hero-section .hero-main .video-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        clip-path: polygon(100% 0%, 0% 0%, 0% 75%, 100% 36%) !important;
    }

    .hero-section .hero-main video {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* ===========================================================================  */

    .navigation .navigation-mob {
        display: none;
    }

    /* navigation on hero section  */
    .hero-section .hero-main .navigation {
        width: 100%;
        position: absolute;
        top: 3%;
        padding: 5px 0;
    }

    .navigation .navigation-wrapper {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 4vw;
    }

    .navigation-wrapper .logo-wrapper {
        width: 40%;
    }

    .navigation-wrapper .navigation-section {
        width: 60%;
    }

    .navigation-wrapper .navigation-section .nav-wrapper nav ul {
        display: flex;
        justify-content: space-between;
        gap: 5vw;
        margin-bottom: 0 !important;
    }

    .nav-wrapper nav ul li a {
        color: var(--white);
    }

    .nav-wrapper nav ul li a:hover {
        color: var(--white);
        padding-bottom: 3px;
        border-bottom: 2px solid var(--white);
    }

    /* ===========================================================================  */

    .hero-main .hero-content {
        width: 100%;
    }

    .hero-main .hero-content .hero-content-wrapper {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 22vh;
        padding: 4vh 4vw;
    }

    .hero-content .hero-content-wrapper .context {
        width: 50%;
    }

    .context .content-wrapper .main-title span {
        color: var(--title);
        font-size: 26px;
        letter-spacing: 0;
        font-weight: 700;
    }

    .context .content-wrapper .big-title {
        width: 80vw;
        position: relative;
        z-index: 700;
    }

    .context .content-wrapper .big-title .intelligence {
        color: var(--title);
        font-size: 42px;
        font-weight: 700;
    }

    .context .content-wrapper .big-title .speed {
        color: var(--white);
        font-size: 42px;
        font-weight: 700;
    }

    .context .content-wrapper .sub-content {
        padding-top: 20px;
    }

    .context .content-wrapper .sub-content span {
        font-size: 18px;
        color: var(--black);
    }

    .hero-main .future-human {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .hero-main .future-human .future-man img {
        height: 280px;
        width: 100%;
    }
}

/* Desktop view  */
@media (min-width: 992px) {
    .hero-wrapper {
        margin-top: 0px;
    }
}

@media (min-width:1024px) {

    /* Hero Section  */
    .hero-wrapper {
        height: 100%;
        width: 100%;
    }

    .hero-wrapper .hero-section {
        width: 100%;
    }

    .hero-wrapper .hero-section .hero-main {
        height: 65vh;
    }

    .hero-section .hero-main .video-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        clip-path: polygon(100% 0%, 0% 0%, 0% 97%, 100% 44%) !important;
    }

    .hero-section .hero-main video {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* ===========================================================================  */

    .navigation .navigation-mob {
        display: none;
    }

    /* navigation on hero section  */
    .hero-section .hero-main .navigation {
        width: 100%;
        position: absolute;
        top: 3%;
        padding: 5px 0;
    }

    .navigation .navigation-wrapper {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 4vw;
    }

    .navigation-wrapper .logo-wrapper {
        width: 40%;
    }

    .navigation-wrapper .navigation-section {
        width: 60%;
    }

    .navigation-wrapper .navigation-section .nav-wrapper nav ul {
        display: flex;
        justify-content: space-between;
        gap: 5vw;
        margin-bottom: 0 !important;
    }

    .nav-wrapper nav ul li a {
        color: var(--white);
    }

    .nav-wrapper nav ul li a:hover {
        color: var(--white);
        padding-bottom: 3px;
        border-bottom: 2px solid var(--white);
    }

    /* ===========================================================================  */

    .hero-main .hero-content {
        width: 100%;
    }

    .hero-main .hero-content .hero-content-wrapper {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 22vh;
        padding: 4vh 6vw;
    }

    .hero-content .hero-content-wrapper .context {
        width: 50%;
    }

    .context .content-wrapper .main-title span {
        color: var(--title);
        font-size: 30px;
        letter-spacing: 0;
        font-weight: 700;
    }

    .context .content-wrapper .big-title {
        width: 80vw;
        position: relative;
        z-index: 700;
    }

    .context .content-wrapper .big-title .intelligence {
        color: var(--title);
        font-size: 54px;
        font-weight: 700;
    }

    .context .content-wrapper .big-title .speed {
        color: var(--white);
        font-size: 54px;
        font-weight: 700;
    }

    .context .content-wrapper .sub-content {
        padding-top: 20px;
    }

    .context .content-wrapper .sub-content span {
        font-size: 18px;
        color: var(--black);
    }

    .hero-main .future-human {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .hero-main .future-human .future-man img {
        height: 300px;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .context .content-wrapper .big-title .intelligence {
        color: var(--title);
        font-size: 73px;
    }

    .context .content-wrapper .big-title .speed {
        color: var(--white);
        font-size: 72px;
    }
}

@media (min-width:1400px) {
    .context .content-wrapper .big-title .intelligence {
        color: var(--title);
        font-size: 93px;
    }

    .context .content-wrapper .big-title .speed {
        color: var(--white);
        font-size: 93px;
    }
}