/* CSS file for AppiaDroneTech */
/* Author: Creative Solutions */
/* https://www.creative-solutions.ro */

/********** GENERAL **********/
/*****************************/

:root {
	--yellow: #FFD028;
	--bg-grey: #231F20;
	--txt-dark: #333333;
	--space-xs: 1.5rem;
	--space-sm: 2.5rem;
	--space-md: 5rem;
	--space-lg: 7.5rem;
	--space-xl: 10rem;
}

.mt-0 {
	margin-bottom: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-sm {
	margin-top: var(--space-sm) !important;
}
.mb-sm {
	margin-bottom: var(--space-sm) !important;
}
.mt-md {
	margin-top: var(--space-md) !important;
}
.mb-md {
	margin-bottom: var(--space-md) !important;
}
.mt-lg {
	margin-top: var(--space-lg) !important;
}
.mb-lg {
	margin-bottom: var(--space-lg) !important;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
        url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.branding a img{
	height: 60px;
}
.mobile-branding a img {
	width: 60px;
}
#phantom .logo-box a img,
.sticky-on .branding a img {
	height: 40px;
}

.text-highlighted {
	font-size: 24px;
	color: var(--yellow);
}

section {
	margin-top: var(--space-md);
	margin-bottom: var(--space-md);
}
section.larger {
	padding-top: var(--space-md);
	padding-bottom: var(--space-md);
}

.gradient-up::before,
.gradient-down::after {
	content: '';
	display: block;
	visibility: visible !important;
	width: 100%;
	height: 15% !important;
	position: absolute;
	left: 0;
	z-index: 1;
}
.gradient-up::before {
	top: 0;
	background: linear-gradient(0deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%) !important;
}
.gradient-down::after {
	bottom: 0;
	background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%) !important;
}

.btn-outline {
	border: 1px solid var(--txt-dark) !important;
}
.btn-outline > * {
	color: var(--txt-dark) !important;
}
.btn-outline:hover {
	background: var(--txt-dark) !important;
}
.btn-outline:hover > * {
	color: #fff !important;
}

.btn-full {
	background: var(--bg-grey) !important;
}
.btn-full > * {
	color: var(--yellow) !important;
}
.btn-full:hover {
	border-color: var(--yellow) !important;
	background: var(--yellow) !important;
}
.btn-full:hover > * {
	color: var(--txt-dark) !important;
}

.row-section-slide-title .outline-subtitle {
	/*-webkit-text-stroke: 1px var(--yellow);
	-webkit-text-fill-color: transparent;*/
	color: var(--bg-grey);
	font-size: 270px;
	line-height: 400px;
	font-family: "Poppins";
	font-weight: 700;
	white-space: nowrap;
	pointer-events: none;
	margin: 0;
    text-shadow: 
        -1px -1px 0 var(--yellow),
        -1px 1px 0 var(--yellow),
        1px -1px 0 var(--yellow),
        1px 1px 0 var(--yellow);
	opacity: .5;
}
.row-section-slide-title .vc_custom_heading {
	position: absolute;
	bottom: 0;
	right: 0;
	font: var(--the7-h3-font);
	margin-bottom: var(--space-sm);
}

.bg-grey-linear {
	background: url('../img/bg-product-top-hero.webp') center bottom/cover no-repeat scroll #EFEFEF;
}

.fading-images-container .wpb_single_image {
	position: absolute;
	width: 90%;
	height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.fading-images-container .wpb_single_image:last-child {
	 -webkit-animation-delay: -4s;
	animation-delay: -4s;
}
.fading-images-container .wpb_single_image .vc_single_image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.fading-images-container.align-bottom .wpb_single_image .vc_single_image-wrapper {
	align-items: flex-end;
}
.fading-images-container .wpb_single_image .vc_single_image-wrapper img {
	max-height: 100%;
	width: auto;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.5));
}

.row-half-drone-bg {
	background: url('../img/bg-img-drone-halfline.webp') right center/contain no-repeat scroll;
}
.row-half-drone-bg.vect {
	background: url('../img/bg-img-drone-halfline-vect.webp') right center/contain no-repeat scroll;
}
.row-half-drone-bg .vc_custom_heading {
	margin-bottom: var(--space-md);
}
.row-half-drone-bg .wpb_text_column ul li {
	margin-bottom: calc(var(--space-xs)/2);
}
.row-half-drone-bg .wpb_text_column:last-child {
	margin-bottom: 0;
}

.row-side-yellow-boxes-bg {
	padding-top: var(--space-lg);
	padding-bottom: var(--space-lg);
	text-align: center;
}
.row-side-yellow-boxes-bg::before,
.row-side-yellow-boxes-bg::after {
	display: block !important;
	position: absolute;
	width: 15%;
	height: 100% !important;
	visibility: visible !important;
	top: 0;
	background: url('../img/bg-triangle-simple.webp') left center/contain no-repeat scroll;
	transform-origin: center;
}
.row-side-yellow-boxes-bg::before {
	left: 0;
}
.row-side-yellow-boxes-bg::after {
	right: 0;
	transform: rotate(180deg);
}
.row-side-yellow-boxes-bg .vc_custom_heading {
	margin-bottom: var(--space-sm);
}
.row-side-yellow-boxes-bg .txt-subtitle {
	font: var(--the7-h4-font);
}

.row-feature-icons {
	text-align: center;
}
.row-feature-icons .wpb_single_image {
	color: #ffffff;
	margin-bottom: calc(var(--space-xs)/2);
}
.row-feature-icons .vc_custom_heading {
	color: #ffffff;
	margin-bottom: calc(var(--space-xs)/2);
}
.row-feature-icons .wpb_text_column {
	color: #ffffff;
	font: var(--the7-base-font);
}

.row-feature-images {
	text-align: center;
	color: #fff;
}
.row-feature-images .vc_custom_heading {
	margin-bottom: var(--space-sm);
}

.footer-logo {
	max-width: 170px;
}


/********* OVERRIDES *********/
/*****************************/
/*.transparent .masthead {
	background: rgba(0,0,0,.5);
	background: linear-gradient(180deg, rgba(35, 31, 32, 1) 0%, rgba(35, 31, 32, 0) 100%) !important;
}*/

.wpcf7-acceptance {
	font: var(--the7-base-font);
}
#primary-menu > li:first-child a i {
	font-size:24px;
}
#primary-menu > li:first-child a span {
	text-indent: -9999px;
}


/********** WEBSITE **********/
/*****************************/

/* homepage */
.home-top-hero {
	background-color: var(--bg-grey);
	height: 90vh;
}
.home-top-hero .wpb_single_image {
	margin-bottom: 0;
}
.home-top-hero::after {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	display: block !important;
	width: 100%;
	height: 15% !important;
	visibility: visible !important;
	background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 100%) !important;
}
.home-top-hero .slide-inner-row {
	height: 90vh;
}

.home-full-section {
	padding-top: var(--space-sm);
	padding-bottom: var(--space-sm);
}
.home-full-section .col-bg-rectangle::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate(-50%,-50%);
	display: block;
	width: 180%;
	height: 180%;
	background: url('../img/diamond.svg') center center/contain no-repeat scroll;
	opacity: .8;
}
.home-full-section .col-bg-rectangle,
.home-full-section .col-bg-rectangle .vc_custom_heading {
	color: var(--txt-dark);
}

.home-drone-row {
	padding-top: var(--space-md);
	padding-bottom: var(--space-sm);
	background-position: center center;
}
.home-drone-row .vc_custom_heading {
	color: var(--txt-dark);
}
.home-drone-row .wpb_single_image {
	margin-top: var(--space-md);
	margin-bottom: 0;
	filter: drop-shadow(0 0 15px rgba(0,0,0,.5));
}

/* agro drones */
.block-applications .vc_row {
	margin-bottom: var(--space-sm);
}
.block-applications .col-txt {
	padding: var(--space-md) var(--space-sm);
}
.block-applications .col-txt .vc_custom_heading {
	margin-bottom: var(--space-sm);
}
.block-applications .col-txt .wpb_text_column {
	margin-bottom: 0;
}
@media (min-width:768px) {
	.block-applications .inverted .col-txt {
		order: 1;
	}
	.block-applications .inverted .col-img {
		order: 2;
	}
}

.block-benefits .row-benefits .uavc-list-icon ul li .uavc-list-content .aio-icon-img,
.block-benefits .row-benefits .uavc-list-icon ul li .uavc-list-content .aio-icon-img .img-icon{
	width: 70px;
}
.block-benefits .row-benefits .uavc-list-icon ul li .uavc-list-content .uavc-list-icon {
	margin-right: calc(var(--space-sm)/2) !important;
}
.block-benefits .row-benefits .uavc-list-icon ul li .uavc-list-content {
	margin-bottom: var(--space-sm);
}

/* about adt */
.row-team .wpb_single_image {
	margin-bottom: calc(var(--space-sm)/2);
}
.row-team .wpb_text_column strong {
	color: var(--yellow);
}

/* product */
@keyframes fade {
    0% {opacity: 0;}
	10% {opacity: 0;}
    20% {opacity: 1;}
    40% {opacity: 1;}
    60% {opacity: 1;}
    70% {opacity: 0;}
    100% {opacity: 0;}
}
.product-top-hero {
	text-align: center;
}
.product-top-hero::before {
	content: '';
	display: block !important;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(270deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, .9) 100%) !important;
}
.product-top-hero .txt-subtitle {
	font: var(--the7-h4-font);
}

.row-package-contents .vc_column-inner > .wpb_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.row-package-contents .vc_custom_heading {
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.row-package-contents .wpb_single_image {
	margin-bottom: var(--space-md);
	filter: drop-shadow(0 0 35px black);
}
.row-package-contents table {
	width: 100%;
	color: #fff;
	border: 0px;
}
.row-package-contents table td {
	border: 0px;
	font: var(--the7-base-font);
}
.row-package-contents table td:last-child {
	white-space: nowrap;
}
.row-package-contents .pack-purchase-row {
	margin-top: auto;
	background: rgba(0,0,0,.5);
	padding-top: var(--space-xs);
	padding-bottom: var(--space-xs);
}
.row-package-contents .pack-purchase-row .pack-price {
	font: var(--the7-h3-font);
	text-align: center;
	margin-bottom: var(--space-xs);
	color: var(--yellow);
}

#specs {
	margin-top: var(--space-xl);
}
#specs .vc_custom_heading {
	margin-bottom: var(--space-md);
}
.row-specs-table table {
	margin-bottom: var(--space-xs);
}
.row-specs-table thead td {
	font: var(--the7-h4-font);
	border-top: 0;
	padding-bottom: var(--space-xs);
}
.row-specs-table tbody td:first-child {
	border-left: 1px solid var(--the7-divider-color);
	font-weight: bold;
}
.row-specs-table tbody td:last-child {
	border-right: 1px solid var(--the7-divider-color);
}

#compare .vc_custom_heading {
	margin-bottom: var(--space-md);
}
.row-compare-table table {
	width: 100%;
	text-align: center;
	margin-bottom: var(--space-xs);
}
.row-compare-table td {
	width: 33.3333%;
	border-left: 1px solid var(--the7-divider-color);
	border-right: 1px solid var(--the7-divider-color);
}
.row-compare-table thead td {
	font: var(--the7-h5-font);
	color: var(--yellow);
	padding-top: 15px;
	padding-bottom: 15px;
}


/********* RESPONSIVE ********/
/*****************************/