/*======================================================
                   Footer Section
  ======================================================*/
.nivaflylabs-footer {
	background: linear-gradient(0deg, #252525, #1a1a1a);
    width: 100%;
    height: auto;
	position: relative;
	z-index: 2;
}

.footer-sub-desktop {
	width: 100%;
    display: flex;
    padding: 50px 150px 0 150px;
}

.footer-sub-center {
	width: 33.33%;
	display: flex;
    justify-content: center;
}

.footer-sub-brand-link {
	width: 200px;
    height: fit-content;
	transform: scale(1.25);
}

.footer-sub-left {
	float: left;
    width: 33.33%;
    display: flex;
    color: #b1b1b1;
}

.footer-sub-section {
	width: 100%;
    display: grid;
    height: fit-content;
}

.footer-sub-s-l2 {
	justify-content: center;
}

.footer-sub-title {
	font-size: 18px;
}

.footer-sub-texts {
	display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 7px;
}

.footer-sub-text-link {
	font-size: 15px;
    padding: 3px 0;
    width: fit-content;
	color: #959595;
}

.footer-sub-text-link:hover {
	color: white;
}

.footer-sub-icon-link {
	background: url(../image/external-link.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
}

.footer-sub-right {
	float: right;
    width: 33.33%;
    display: flex;
    color: #b1b1b1;
}

.footer-sub-s-r {
	justify-content: right;
}

.footer-brand {
	background: url(../image/nivaflylabs_logo_white.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: auto;
    height: auto;
    padding-bottom: 55px;
}

.footer-sub-social-media {
	width: 100%;
    height: 3vw;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.footer-sub-social-media-img {
	min-height: 1.5vw;
    max-height: 1.5vw;
}

.footer-sub-social-media-img:hover {
	filter: brightness(100);
}

.footer-sub-social-media-link {
	margin: 0 20px;
}

.footer-sub-info {
    width: 100%;
    height: auto;
    display: flex;
    padding: 20px 150px;
}

.footer-sub-termprivacy {
	float: left;
	width: 50%;
	color: #787878;
	border-top: 2px solid #393939;
	padding-top: 20px;
	font-size: 12px;
}

.footer-sub-termprivacy a:hover {
	color: white;
}

.footer-sub-copyright {
	float: right;
    width: 50%;
    text-align: right;
    color: #787878;
    border-top: 2px solid #393939;
    padding-top: 20px;
    font-size: 12px;
}

.footer-brand-mobile {
	display: none;
    padding: 50px;
    width: 100%;
}

.footer-brand-mobile-img {
	display: none;
	background: url(../image/nivaflylabs_logo_white.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 50px;
}

.footer-sub-info-mobile {
	display: none;
    text-align: center;
    color: #858585;
    padding: 40px 20px;
    font-size: 12px;
}

.footer-sub-info-line {
	display: none;
	border: 1px solid #393939;
}

.footer-sub-copyright-mobile {
	display: none;
	padding: 20px;
}

.footer-sub-termprivacy-mobile a:hover {
	color: white;
}

@media(max-width: 1250px) {
	.footer-brand {
		padding-bottom: 35px;
	}
}

@media(max-width: 1024px) {
	.footer-sub-desktop {
		display: none;
	}
	
	.footer-sub-title {
		font-size: 1.5vw;
	}
	
	.footer-sub-text-link {
		font-size: 1.2vw;
	}
	
	.footer-sub-left {
		display: none;
	}
	
	.footer-sub-right {
		display: none;
	}
	
	.footer-sub-social-media-img {
		min-height: 20px;
		max-height: 20px;
	}
	
	.footer-sub-info {
		display: none;
	}
	
	.footer-brand-mobile {
		display: flex;
		justify-content: center;
	}

	.footer-brand-mobile-img {
		display: block;
	}

	.footer-sub-info-mobile {
		display: block;
	}

	.footer-sub-info-line {
		display: block;
	}

	.footer-sub-copyright-mobile {
		display: block;
	}
}

@media(max-width: 300px) {
	.footer-brand-mobile {
		padding: 50px 0;
	}
	
	.footer-sub-social-media-link {
		margin: 0 5vw;
	}
}