/*==========================*/
/*===START HEADER SECTION===*/
/*==========================*/

/*Hero section video*/
.nt-hero-section {
    position: relative;
    top:0;
    left:0;
    min-width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.nt-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index:1;
}
.nt-video-hero-overly {
    position: absolute;
    top: 0;
    left:0;
    min-width: 100%;
    min-height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.82) 0%, rgba(15,15,15,0.63) 100%);
    z-index: 2;
}
.nt-header-navbar {
    position: absolute;
    top:35px;
    z-index: 3;
    width: 100%;
}
.nt-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nt-logo a {
    outline: 0;
}
.nt-logo a img {
    width: 272px;
    height: 49px;
}
.nt-header-wrap nav ul {
    margin: 0;
}
.nt-header-wrap nav ul li {
    display: inline-block;
}
.nt-header-wrap nav ul li a {
    display: block;
    padding: 20px;
    color:var(--light-color);
    font-weight: 500;
    line-height: auto;
}
.nt-header-wrap nav ul li.nt-active a {
    color: var( --primary-color );
}
.nt-header-wrap nav ul li a:hover {
    color: var( --primary-color );
    transition: .3s all ease;
}
.nt-get-started-btn:hover {
    color: var( --light-color );
}
.nt-hero-section-container {
    width: 1291px;
    position: absolute;
    z-index: 4;
    top: 258px;
    left: 50%;
    transform: translateX( -50% );
    text-align: center;
}
.nt-hero-section-container h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    color: var( --light-color );
    margin-bottom: 24px;
}
.nt-hero-section-container h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    color: var( --light-color );
    margin-bottom: 45px;
}
.nt-hero-section-container a {
    display: inline-block;
    padding: 13px 24px;
    background-color: var( --primary-color );
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var( --light-color );
    border-radius: 8px;
    -webkit-box-shadow: 0px 11px 44px 0px rgba(48,83,255,0.28);
    -moz-box-shadow: 0px 11px 44px 0px rgba(48,83,255,0.28);
    box-shadow: 0px 11px 44px 0px rgba(48,83,255,0.28);
}
.nt-hero-section-container a i {
    margin-left: 10px;
}
.nt-header-inner-section {
    min-height: 95px;
}
.nt-header-inner-section video {
    display: none;
}
.nt-header-inner-section .nt-hero-section-container {
    display: none;
} 
.nt-header-inner-section .nt-header-navbar {
    top: 14px;
}

.nt-mobile-header {
    display: none;
}
.nt-nav-bar-wrapper {
    display: none;
}
/*========================*/
/*===END HEADER SECTION===*/
/*========================*/