/* ===================================
    Midnite - Custom
====================================== */

header .navbar-brand img {
    max-height: 32px;
}
.navbar .navbar-nav .nav-link {
    font-weight: normal;
    font-size: 17px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a, .navbar .navbar-nav .dropdown .dropdown-menu a:hover, .navbar .navbar-nav .dropdown .dropdown-menu li.active > a {
    font-weight: normal;
}
header.sticky.sticky-active .header-reverse.glass-effect{background-color: rgba(0, 0, 0, .4) !important;}
#demo-corporate-slider {
    border-radius: 0px;
}
#slider .full-screen{height:100vh!important;}
/* text color */
.text-gradient-purple {
    background-image: linear-gradient(to right top, #3836C3, #5C45FD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right top, #09afea, #19e089);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* button gradient */
.btn-gradient-purple {
    background-image: linear-gradient(to right, #3836C3, #74A3FF, #3836C3);
    background-size: 200% auto;
    color: var(--white);
}
.btn-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(to right, #09afea, #19e089, #09afea);
    background-size: 200% auto;
    color: var(--white);
}
.bg-gradient-purple {
    background-image: linear-gradient(50deg, #74A3FF 0, #5C45FD 100%);
}
.bg-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(50deg, #09afea 0, #19e089 100%);
}
.text-gradient-purple {
    background: linear-gradient(to bottom, #74A3FF 38%, #5C45FD 105%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.text-gradient-light-blue-dark-black {
    background: linear-gradient(to bottom, #2e3148 38%, #15161d 105%);
}
.text-gradient-light-blue-dark-black, .text-gradient-dark-blue-dark-black, .text-gradient-light-gray-white {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.text-gradient-base-color-white {
	background-image: linear-gradient(to bottom, #5758D6, #fff);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.bg-frosted-iris {background-color: var(--frosted-iris);}
.bg-cloudlight {background-color: var(--cloudlight);}
.bg-lavender {background-color: var(--lavender);}
.bg-dark-blue{background-color :#15161d;}
.bg-dark-slate-blue {background-color: #1e1e28;}
.bg-gradient-black-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to bottom, rgba(22,35,64,0.9) 7%, transparent 50%);
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(35, 35, 72, 0.4);  Adjust darkness here */
    z-index: 0;
}
.grayscale {
  filter: grayscale(100%); 
  -webkit-filter: grayscale(100%);
}
.bg-gradient-solitude-blue-transparent-rev {
    background: -webkit-linear-gradient(top, #f0f4fd, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #f0f4fd, rgba(255, 255, 255, 0));
}
.text-outline-base-color {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--base-color);
}
.sticky-wrap.shadow-in{z-index:111;}
footer .footer-logo img {max-height: 32px;}
.tab-style-08 ul .nav-item .tab-border{bottom:0;top:auto;}
.wave-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-animation: wave-sonar 2s linear infinite;
    animation: wave-sonar 2s linear infinite;
    background-color: #fff;
    opacity: 0.1;
}
.stack-box {
    height: 600vh;
}
.stack-box-seo {height: 250vh !important;}
.stack-item.stack-item-04 { z-index: 5; }
.stack-item.stack-item-05 { z-index: 3; }
.stack-item.stack-item-06 { z-index: 1; }
#app-mockup{height:100vh;width:auto;}
.z-index-99 {z-index: 99;}
.tab-style-04 .nav-tabs .nav-item {padding: 0 30px;}

.sticky .header-transparent .header-button .cta {
    border-color: var(--dark-gray) !important;
    color: var(--dark-gray);
}

/*.sticky .header-transparent .header-button .cta {
    border-color: transparent !important;
    background-image: linear-gradient(to right, #3836C3, #74A3FF, #3836C3);
    background-size: 200% auto;
    color: var(--white);
}*/

/* Hide video layer on mobile */
@media (max-width: 767px) {
	.rev_slider video{
	height: 100vh !important;
    width: auto !important;
    }
    .stack-item #video-overview{display:none;}
    #app-mockup{height:auto;width:100%;}
    .stack-box {height: auto !important;}
    #seal{display:none;}
}
@media (max-width: 991px) {
    .header-transparent[data-header-hover=dark] {
        background-color: rgba(0, 0, 0, 0) !important;
    }
}