@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Major+Mono+Display&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/gxh3eyh.css");
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

/* Basic body setup for layout and text rendering optimization */
body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Style unclassed links for better accessibility */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Add focus styles to improve accessibility */
:focus {
  outline: 0;
}

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove default list styling */
ol,
ul {
  list-style: none;
}

/* Normalize quote styling */
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Reset and normalize form inputs */
input:required,
input {
  box-shadow: none;
}

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Improve appearance of search inputs */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

video {
  background: #000;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/**
 * Make media easier to work with
 */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* Additional attribute handling for accessibility */
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}

/**
 * Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE and Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: rotate(0deg) scale(1.2) skew(0deg) translate(0px);
  }
  100% {
    opacity: 0;
  }
}
.main-logo {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
  display: inline-block;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .main-logo {
    width: 120px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 20px;
    background-color: rgba(25, 30, 31, 0.85);
  }
}
.navbar-collapse.show {
  background-color: rgba(25, 30, 31, 0.85);
  margin-top: 20px;
}
.navbar-collapse.show ul.navbar-nav li.nav-item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .navbar-collapse ul.navbar-nav li.nav-item {
    padding: 20px 0;
  }
}
.navbar-collapse .dropdown-menu {
  background-color: rgba(25, 30, 31, 0.85);
}
.navbar-collapse .dropdown-menu li a.dropdown-item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 1.5rem;
  color: #b2d9f7;
}
.navbar-collapse .dropdown-menu li a.dropdown-item:hover {
  color: #1a1a1a;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #b2d9f7;
}

.main--footer {
  background-color: #141E20;
  padding: 50px 20px;
  min-height: 320px;
  position: relative;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .main--footer {
    padding: 25px 20px;
  }
}
.main--footer .footer--bottom__copyright {
  font: normal normal normal 13px/17px Noto Sans;
  letter-spacing: 0;
  color: #ECECEC;
  position: relative;
  padding: 20px 15px;
  line-height: 1.75;
}
.main--footer .footer--bottom__copyright:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 15px;
  top: 50%;
}
.main--footer .footer--bottom__copyright .copyright {
  color: #cccccc;
}

.guide_map .line_cov {
  position: relative;
  margin-bottom: 86px;
  margin-top: 10px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .guide_map .line_cov {
    margin-bottom: 50px;
  }
}
.guide_map .title {
  text-align: left;
  font: normal normal bold 16px/32px proxima-nova, "Noto Sans", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #b2d9f7;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .guide_map .title {
    border-bottom: 1px solid #b2d9f7;
    margin-top: 25px;
  }
}
.guide_map .title:after {
  content: "";
  border-bottom: 1px solid #b2d9f7;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 42px;
}
@media only screen and (max-width: 767px) {
  .guide_map .title:after {
    display: none;
  }
}
.guide_map .title:before {
  content: "";
  border-bottom: 2px solid #9fffe2;
  position: absolute;
  width: 50px;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .guide_map .title:before {
    display: none;
  }
}
.guide_map .title .footer--phonelist__cross {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 8px;
  opacity: 0.7;
}
.guide_map .title .footer--phonelist__cross:after, .guide_map .title .footer--phonelist__cross:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 12px;
  height: 2px;
  top: 11px;
  left: 6px;
  background: #f6fafd;
  display: block;
  position: absolute;
}
.guide_map .title .footer--phonelist__cross:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.guide_map .title .footer--phonelist__cross:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.guide_map .title.collapsed .footer--phonelist__cross {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.guide_map .title.collapsed .footer--phonelist__cross:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.guide_map .title.collapsed .footer--phonelist__cross:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.guide_map a {
  display: block;
  text-align: left;
  font: normal normal normal 13px/32px Noto Sans;
  letter-spacing: 0;
  line-height: 40px;
  color: #0DA3FF;
}
.guide_map a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f6fafd;
}
.guide_map a.un_link {
  cursor: default;
  opacity: 0.5;
}
.guide_map a.un_link:hover {
  color: #848484;
}

.foot--bottombox__title {
  color: #b2d9f7;
  font-size: 0.85rem;
  line-height: 2;
}
.foot--bottombox__title.title {
  font-size: 0.85rem;
  font-weight: normal;
}
.foot--bottombox__title.title:before {
  display: none;
}
.foot--bottombox__text {
  color: #0DA3FF;
  font-size: 0.85rem;
  line-height: 2;
}
.foot--bottombox__text a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
  text-underline: #f6fafd;
}
.foot--bottombox__text a:hover {
  text-decoration: underline;
  text-underline: #f6fafd;
}

body {
  font-family: proxima-nova, "Noto Sans", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", Helvetica, Arial, sans-serif;
  max-width: 100%;
  height: auto;
  background-color: #202A2C;
  line-height: 1.5;
  overflow: hidden;
  overflow-y: scroll;
  color: #f6fafd;
  font-size: 1rem;
  letter-spacing: 1px;
}
body.pri_fix {
  background-color: #f1f1f1;
}

.scroll-locked {
  overflow: hidden;
  width: 100%;
}

div {
  box-sizing: border-box;
}

button {
  outline: none;
}
button:focus {
  outline: none;
}

a {
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

input {
  outline: none;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.disabled {
  color: #8b9090 !important;
  cursor: default !important;
}
.disabled:after, .disabled:before {
  display: none !important;
}

.color_main_1 {
  color: #0DA3FF;
}
.color_main_2 {
  color: #1a1a1a;
}
.color_main_3 {
  color: #9fffe2;
}
.color_main_4 {
  color: #b2d9f7;
}
.color_main_5 {
  color: #f6fafd;
}

.bg-c1 {
  background-color: #0DA3FF;
}
.bg-c2 {
  background-color: #1a1a1a;
}
.bg-c3 {
  background-color: #9fffe2;
}
.bg-c4 {
  background-color: #b2d9f7;
}
.bg-c5 {
  background-color: #f6fafd;
}

.sp__title {
  font-family: proxima-nova, "Barlow Condensed", sans-serif !important;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: calc(0.25rem + 0.2vw);
}
@media only screen and (max-width: 767px) {
  .sp__title {
    font-size: 3rem;
    letter-spacing: calc(0.5rem - 0.9vw);
  }
}

.section--about__cv2 {
  background: url("../../src/images/Research_cv.jpg") 50% 50% no-repeat;
  background-size: 100%;
  color: #f6fafd;
  line-height: 2;
  position: absolute;
  right: 0;
  max-width: 700px;
  width: 50%;
  padding-top: 33%;
  top: 40%;
  z-index: -1;
}

.subnav-sticky {
  position: sticky;
  top: 60px;
  z-index: 1030;
  overflow-x: auto;
  white-space: nowrap;
}

.subnav-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.subnav-link {
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  color: #0DA3FF;
  text-decoration: none;
  scroll-snap-align: start;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.subnav-link:hover {
  color: #f6fafd;
}
.subnav-link.active {
  color: #9fffe2;
  border-bottom-color: #9fffe2;
}

.H--data--row .row {
  border-bottom: var(--bs-border-width) var(--bs-border-style) rgba(222, 226, 230, 0.5) !important;
}
.H--data--row .row:last-child {
  border-bottom: none !important;
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  height: 750px;
  margin-top: -375px;
  margin-left: -375px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .ring {
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
  }
}

.section-product .ring {
  width: 400px;
  height: 400px;
  margin-top: -250px;
  margin-left: -200px;
  z-index: 2;
}
.section-product .ring i:nth-child(1) {
  background-color: transparent;
}
.section-product .ring i:nth-child(2) {
  background-color: transparent;
}
@media only screen and (max-width: 575px) {
  .section-product .ring {
    opacity: 0;
  }
}

.section-compost .ring {
  width: 900px;
  height: 900px;
  margin-left: -175px;
  z-index: -1;
  opacity: 0.5;
}

.ring i {
  position: absolute;
  inset: 0;
  border: 2px solid #4f949d;
  transition: 0.5s;
}

.ring i:nth-child(1) {
  background-color: #97f2ff;
  opacity: 0.7;
  display: block;
  border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
  animation: animate 6s linear infinite;
}

.ring i:nth-child(2) {
  background-color: #fff429;
  opacity: 0.7;
  border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
  animation: animate 4s linear infinite;
}

.ring i:nth-child(3) {
  border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
  animation: animate2 10s linear infinite;
}

.ring:hover i {
  border: 3px solid var(--clr);
  filter: drop-shadow(0 0 20px var(--clr));
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.login {
  position: absolute;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.login h2 {
  font-size: 2em;
  color: #fff;
}

.login .inputBx {
  position: relative;
  width: 100%;
}

.login .inputBx input {
  position: relative;
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 40px;
  font-size: 1.2em;
  color: #fff;
  box-shadow: none;
  outline: none;
}

.login .inputBx input[type=submit] {
  width: 100%;
  background: #0078ff;
  background: linear-gradient(45deg, #ff357a, #fff172);
  border: none;
  cursor: pointer;
}

.login .inputBx input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.login .links {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.login .links a {
  color: #fff;
  text-decoration: none;
}

.btu {
  border: 0;
  cursor: pointer;
}
.btu.to_download {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 36px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.625rem;
  padding: 5px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  color: #0DA3FF;
}
.btu.to_download:hover {
  background-color: #0DA3FF;
  color: #FFFFFF;
}
@media only screen and (max-width: 575px) {
  .btu.to_download {
    font-size: 1.3125rem;
  }
}

.link_btu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.5rem 1rem;
  border-radius: 0;
  color: #9fffe2;
}
.link_btu:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #0DA3FF;
}
.link_btu span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 6px;
}

.language--btu {
  position: relative;
}
.language--btu__en:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background: #f6fafd;
  right: -1px;
  top: 12px;
}
.language--btu.active {
  color: #9fffe2 !important;
}

.border-animate {
  position: relative;
}
.border-animate::before, .border-animate::after,
.border-animate .border-animate__border::before,
.border-animate .border-animate__border::after {
  content: "";
  position: absolute;
  background-color: #0DA3FF;
  transition: all 0.5s ease;
  z-index: 1;
}
.border-animate::before {
  height: 2px;
  width: 0%;
  top: 0;
  left: 0;
}
.border-animate::after {
  height: 2px;
  width: 0%;
  bottom: 0;
  right: 0;
}
.border-animate .border-animate__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border-animate .border-animate__border::before {
  width: 2px;
  height: 0%;
  top: 0;
  left: 0;
}
.border-animate .border-animate__border::after {
  width: 2px;
  height: 0%;
  bottom: 0;
  right: 0;
}
.border-animate:hover::before {
  width: 100%;
  transition-delay: 0s;
}
.border-animate:hover .border-animate__border::before {
  height: 100%;
  transition-delay: 0.2s;
}
.border-animate:hover::after {
  width: 100%;
  transition-delay: 0.4s;
}
.border-animate:hover .border-animate__border::after {
  height: 100%;
  transition-delay: 0.6s;
}

.video__btu {
  width: 300px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -150px;
  font-size: 2rem;
}
.video__btu span {
  font-size: 2.5rem;
  top: 9px;
}
.video__btu--box {
  width: 100%;
  position: relative;
  display: block;
}
.video__btu--pvcbg {
  background: url("../../src/images/preview-pvc.jpg") 50% 50% no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 56.25%;
  z-index: 0;
}
.video__btu--about {
  background: url("../../src/images/preview.jpg") 50% 50% no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 56.25%;
  z-index: 0;
}

.products--back__btu {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0DA3FF;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.products--back__btu:hover {
  background-color: #b2d9f7;
}
.products--back__btu:hover span {
  color: #1a1a1a;
}
.products--back__btu span {
  position: absolute;
  top: 8px;
  left: 9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.iocn_cross:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  background: url("../../src/images/icon_cross.png") no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0;
}

.icon_arrow_down {
  color: #9fffe2;
  font-size: 34px;
  position: relative;
  top: 3px;
}

.icon-fullchain {
  background: url("../../src/images/icon_fullchain.png") no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
}

.icon-drones {
  background: url("../../src/images/icon_drones.png") no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
}

.icon-integration {
  background: url("../../src/images/icon_integration.png") no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  color: #fff;
}
article p {
  line-height: 1.75;
  color: #b2d9f7;
  font-size: 1rem;
}
article ul {
  list-style: disc;
}
article ul li {
  line-height: 2;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.navbar__main {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2000;
  border-bottom: 1px solid #0DA3FF;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar__main.scroll-active {
  top: -40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .navbar__main.scroll-active {
    top: 0;
  }
}
.navbar__main.scrolled-bg {
  background-color: rgba(20, 30, 32, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.navbar__main--logo {
  border-right: 1px solid #0DA3FF;
  max-width: 183px;
  height: 100%;
  display: block;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .navbar__main--logo {
    border-right: 0 solid #0DA3FF;
  }
}
.navbar__main--logo img {
  margin: 7px 0;
}
@media only screen and (max-width: 767px) {
  .navbar__main--logo img {
    margin: 10px 0;
  }
}
.navbar__main .collapse {
  line-height: 0;
}
.navbar__main .navbar-nav {
  border-left: 1px solid #0DA3FF;
  border-right: 1px solid #0DA3FF;
  padding: 0 1rem;
}
.navbar__main .navbar-nav__topnav {
  font-size: 0.75rem;
}
.navbar__main .navbar-nav__topnav a.nav-link {
  padding-bottom: 0;
}
.navbar__main a.nav-link {
  color: #0DA3FF;
  line-height: 1.5;
  padding: 0;
  vertical-align: middle;
}
.navbar__main a.nav-link:hover, .navbar__main a.nav-link.show, .navbar__main a.nav-link.active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #a6ddff;
}
.navbar__main a.nav-link.disabled {
  color: #8b9090;
}
.navbar__main a.nav-link span {
  font-size: 1rem;
  margin-left: 3px;
  position: relative;
  top: 3px;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler span {
  color: #0DA3FF;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  box-shadow: none;
  border: 0;
}

.nav--menu__mainbtu {
  position: relative;
  z-index: 2000;
}
.nav--menu__mainbtu.menu_active .nav--menu__mainbtu-cvbg div:nth-child(3n+1) {
  top: 23px;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
.nav--menu__mainbtu.menu_active .nav--menu__mainbtu-cvbg div:nth-child(3n+2) {
  width: 0;
  right: 22px;
  opacity: 0;
}
.nav--menu__mainbtu.menu_active .nav--menu__mainbtu-cvbg div:nth-child(3n+3) {
  top: 23px;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.nav--menu__mainbtu-cvbg {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  width: 45px;
  height: 44px;
  position: relative;
}
.nav--menu__mainbtu-cvbg div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 33px;
  height: 3px;
  background-color: #0DA3FF;
  position: absolute;
}
.nav--menu__mainbtu-cvbg div:nth-child(3n+1) {
  top: 9px;
  left: 6px;
}
.nav--menu__mainbtu-cvbg div:nth-child(3n+2) {
  width: 25px;
  top: 21px;
  right: 6px;
}
.nav--menu__mainbtu-cvbg div:nth-child(3n+3) {
  top: 33px;
  right: 6px;
}
.nav--menu__mainbtu-cvbg:hover div:nth-child(3n+2) {
  width: 33px;
}

.menu__bar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  min-height: 100vh;
  background-color: #1a1a1a;
  z-index: 50;
  overflow-y: scroll;
  opacity: 0;
}
.menu__bar.menu_active {
  width: 100%;
  opacity: 1;
}
.menu__bar--box {
  color: #b2d9f7;
  min-width: 100vw;
  min-height: 100vh;
  padding: 4rem 3rem 6rem;
}
.menu__bar--title {
  position: relative;
  letter-spacing: 4px;
}
.menu__bar--title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #b2d9f7;
  opacity: 0.8;
}
.menu__bar--title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  border-bottom: 2px solid #9fffe2;
}
.menu__bar .menu__bar--boxlink {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: block;
  padding: 8px 0;
  word-break: keep-all;
  color: #0DA3FF;
}
.menu__bar .menu__bar--boxlink span {
  font-size: 1rem;
  margin-left: 3px;
  position: relative;
  top: 3px;
}
.menu__bar .menu__bar--boxlink:hover {
  color: #f6fafd;
}
.menu__bar .menu__bar--boxlink.disabled {
  color: #5f5f5f;
  cursor: default !important;
}
.menu__bar .menu__bar--boxlink.navbar-nav__top__btu span {
  top: 10px;
}

.navbar-nav__top {
  padding-top: 0.5rem !important;
}
.navbar-nav__top__btu {
  letter-spacing: 0;
  line-height: calc(1rem + 19px) !important;
}
.navbar-nav__bottom__btu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  letter-spacing: 0;
  line-height: calc(2rem + 19px) !important;
}
.navbar-nav__bottom__btu::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #9fffe2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-nav__bottom__btu.menu_active, .navbar-nav__bottom__btu:hover, .navbar-nav__bottom__btu.show, .navbar-nav__bottom__btu.active {
  color: #9fffe2 !important;
}
.navbar-nav__bottom__btu.menu_active::before, .navbar-nav__bottom__btu:hover::before, .navbar-nav__bottom__btu.show::before, .navbar-nav__bottom__btu.active::before {
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid #9fffe2;
}

.header-bg {
  transition: background-color 0.3s ease;
}
.header-bg.scrolled-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.nav--menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f6fafd;
}

.accordion-flex {
  display: flex;
  width: 100%;
  height: 75vh;
  background-color: #000;
}

.accordion-item {
  display: flex;
  min-width: 0;
  flex-direction: row;
  transition: flex 0.5s ease;
  background: #000;
}
.accordion-item .inner {
  display: flex;
  width: 100%;
  height: 100%;
}
.accordion-item .inner .left {
  color: #fff;
  display: flex;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  transition: width 0.5s ease;
  padding: 2rem;
  min-height: 500px;
}
@media only screen and (max-width: 767px) {
  .accordion-item .inner .left {
    min-height: 320px;
  }
}
.accordion-item .inner .right-wrapper {
  overflow: hidden;
  transition: width 0.5s ease;
}
.accordion-item .inner .right-wrapper .right {
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 4rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.accordion-item .accordion--solutions__btu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.accordion-item.active .accordion--solutions__btu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .accordion-flex {
    flex-direction: column;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-flex {
    flex-direction: column;
  }
  .accordion-item {
    flex: 0 0 100% !important;
  }
  .accordion-item .inner {
    flex-direction: column;
  }
  .accordion-item .left {
    width: 100% !important;
  }
  .accordion-item .right-wrapper {
    width: 100% !important;
    overflow: visible !important;
  }
  .accordion-item .right {
    width: 100%;
    padding-bottom: 70px !important;
    margin-bottom: 2rem;
  }
}
.percentage-circle-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.circle-chart {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #1a1a1a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  --p: 0;
}
.circle-chart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(var(--c, #9fffe2) calc(var(--p) * 1%), #1a1a1a calc(var(--p) * 1%));
  transform: rotate(-90deg);
  transition: background 0.2s ease-out;
}
.circle-chart .percentage-text {
  position: relative;
  z-index: 1;
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  background-color: #000;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.bar-chart {
  width: 100%;
  height: 24px;
  background-color: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  --p: 0;
}
.bar-chart .bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: var(--c, #9fffe2);
  transition: width 0.4s ease-out;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8px;
}
.bar-chart .bar-fill .bar-text {
  font-size: 0.9em;
  font-weight: bold;
  color: #1a1a1a;
  white-space: nowrap;
}

.main-products {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .main-products {
    padding-top: 90px;
  }
}

.products--left--van {
  max-width: 210px;
  top: 120px;
}
@media only screen and (max-width: 991px) {
  .products--left--van {
    max-width: 100%;
    position: sticky;
    top: 100px;
    z-index: 1010;
    overflow-x: auto;
    white-space: nowrap;
    gap: 1rem;
    padding-right: 0;
  }
  .products--left--van .products--left__btu {
    flex: 0 1 auto;
    white-space: nowrap;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    scroll-snap-align: start;
    position: relative;
    border-bottom: 2px solid transparent;
  }
}
.products--left__btu {
  position: relative;
  padding-right: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.products--left__btu:after {
  content: "";
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(159, 255, 226, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.products--left__btu:hover, .products--left__btu.active {
  color: #9fffe2;
}
.products--left__btu:hover:after, .products--left__btu.active:after {
  border-bottom: 1px solid rgb(159, 255, 226);
}
.products--left__title {
  color: #0DA3FF;
  position: relative;
  margin-bottom: 2rem;
}
.products--left__title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #9fffe2;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
}
.products--left__line {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #9fffe2;
  clear: both;
  margin-top: 1rem;
}
.products--left__line:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #f6fafd;
}
.products--left__submenu {
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .products--left__submenu {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.products--right--box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.products--right--box__bg {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .products--right--box__bg {
    border-radius: 20px 20px 0 0;
  }
}
.products--right--box__bg .main_gear {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  padding-top: 100%;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.products--right--box__bg .main_gear.drone__type {
  padding-top: 66.6666666667%;
}
.products--right--box__bg.w-box .main_gear {
  padding-top: 62.5%;
}

a.products--right--box:hover > .products--right--box__bg .main_gear {
  background-size: 110% 110% !important;
}

.products--right--box_title {
  position: absolute;
  padding: 1rem 1rem;
  bottom: 0;
  width: 100%;
  z-index: 0;
  font-size: 1rem;
  color: #1a1a1a;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 991px) {
  .products--right--box_title {
    position: relative;
    background-color: #fff;
    top: -1px;
  }
}

.products__border__set {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(13, 163, 255);
}

.products__gear--hits100w .main_gear {
  background: url("../../src/images/products/hits100w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hits200w .main_gear {
  background: url("../../src/images/products/hits200w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hits350w .main_gear {
  background: url("../../src/images/products/hits350w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hits400w .main_gear {
  background: url("../../src/images/products/hits400w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hits500w .main_gear {
  background: url("../../src/images/products/hits500w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hits1000w .main_gear {
  background: url("../../src/images/products/hits1000w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hits3000w .main_gear {
  background: url("../../src/images/products/hits3000w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hits5000w .main_gear {
  background: url("../../src/images/products/hits5000w.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-drones-AtlasH100 .main_gear {
  background: url("../../src/images/products/AtlasH100-1.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-drones-PhoenixH25 .main_gear {
  background: url("../../src/images/products/PhoenixH25.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-VTOL_HF150 .main_gear {
  background: url("../../src/images/products/VTOL_HF150.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MJY3502A .main_gear {
  background: url("../../src/images/products/MJY3502A.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-L2 .main_gear {
  background: url("../../src/images/products/L2E.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-L2T .main_gear {
  background: url("../../src/images/products/L2T.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-L7 .main_gear {
  background: url("../../src/images/products/L7.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-AtlasL100 .main_gear {
  background: url("../../src/images/products/AtlasL100.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-LF12 .main_gear {
  background: url("../../src/images/products/LF12.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-LF30 .main_gear {
  background: url("../../src/images/products/LF30.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-PhoenixL25 .main_gear {
  background: url("../../src/images/products/PhoenixL25.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-c7 .main_gear {
  background: url("../../src/images/products/c7.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-c10 .main_gear {
  background: url("../../src/images/products/c10.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-AH200 .main_gear {
  background: url("../../src/images/products/AtlasH200.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-AH400 .main_gear {
  background: url("../../src/images/products/AtlasH400.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MPF3510B .main_gear {
  background: url("../../src/images/products/MPF3510B.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MPF3505B .main_gear {
  background: url("../../src/images/products/MPF3505B.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MPF3506E .main_gear {
  background: url("../../src/images/products/MPF3506E.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MPF3512A .main_gear {
  background: url("../../src/images/products/MPF3512A.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MPF3515A .main_gear {
  background: url("../../src/images/products/MPF3515A.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MPF3509A .main_gear {
  background: url("../../src/images/products/MPF3509A.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MPF3510A .main_gear {
  background: url("../../src/images/products/MPF3510A.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MDD3502A .main_gear {
  background: url("../../src/images/products/MDD3502A.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MDYZ3501B .main_gear {
  background: url("../../src/images/products/MDYZ3501B.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-MDYZ3502A .main_gear {
  background: url("../../src/images/products/MDYZ3502A.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products_gear-hbike200 .main_gear {
  background: url("../../src/images/products/H-BIKE-200.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--tailgheb .main_gear {
  background: url("../../src/images/products/Tailg-Hydrogen-Electric-Bike.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--hestw .main_gear {
  background: url("../../src/images/products/Hydrogen-Electric-Shared-Two-Wheeler.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--he-vehicle4 .main_gear {
  background: url("../../src/images/products/he-vehicle4.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.products__gear--he-vehicle11 .main_gear {
  background: url("../../src/images/products/he-vehicle11.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.section--title__maintext {
  font-size: calc(1.325rem + 0.9vw);
  letter-spacing: calc(0.25rem + 0.2vw);
}
@media only screen and (max-width: 767px) {
  .section--title__maintext {
    letter-spacing: calc(0.5rem - 0.9vw);
  }
}

.intro--maincv__bg {
  background: url("../../src/images/banner.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro--maincv__bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgb(32, 42, 44), rgba(32, 42, 44, 0));
}
.intro--maincv__drones {
  width: 440px;
  display: block;
  position: absolute;
  right: 18%;
  top: 30%;
}
@media only screen and (max-width: 991px) {
  .intro--maincv__drones {
    top: 17%;
    right: -10%;
  }
}
.intro--maincv__drones > div {
  width: 100%;
  padding-top: 31.2379110251%;
  display: block;
  background: url("../../src/images/drons8.png") 50% 50% no-repeat;
  background-size: contain;
}
.intro--maincv__drones-2 {
  width: 600px;
  display: block;
  position: absolute;
  left: 58%;
  top: -200px;
}
@media only screen and (max-width: 991px) {
  .intro--maincv__drones-2 {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .intro--maincv__drones-2 {
    width: 500px;
    left: 5%;
    top: -120px;
  }
}
.intro--maincv__drones-2 > div {
  width: 100%;
  padding-top: 62.5%;
  display: block;
  background: url("../../src/images/drons9.png") 50% 50% no-repeat;
  background-size: contain;
}
.intro--maincv__drones-3 {
  width: 824px;
  position: absolute;
  left: 5%;
  top: 28.5%;
  z-index: 0;
}
.intro--maincv__drones-3 > div {
  width: 100%;
  padding-top: 75.4854368932%;
  display: block;
  background: url("../../src/images/drons3.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .intro--maincv__drones-3 {
    width: 500px;
    top: 33.5%;
  }
}
@media only screen and (max-width: 767px) {
  .intro--maincv__drones-3 {
    width: 340px;
    left: 15%;
    top: 4%;
  }
}
.intro--maincv__drones-4 {
  width: 222px;
  padding-top: 10%;
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
}
.intro--maincv__drones-4 > div {
  width: 100%;
  padding-top: 61.7117117117%;
  display: block;
  background: url("../../src/images/drons4.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .intro--maincv__drones-4 {
    width: 200px;
    top: 30%;
  }
}
.intro--maincv__drones-5 {
  width: 450px;
  display: block;
  position: absolute;
  left: 18%;
  top: 40px;
}
.intro--maincv__drones-5 > div {
  width: 100%;
  padding-top: 100.4184100418%;
  display: block;
  background: url("../../src/images/drons6.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .intro--maincv__drones-5 {
    width: 200px;
    left: 23%;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .intro--maincv__drones-5 {
    width: 200px;
    left: 40%;
    top: 150px;
  }
}
.intro--maincv__drones-6 {
  width: 61px;
  display: block;
  position: absolute;
  left: -2%;
  top: 85px;
  z-index: 1;
}
.intro--maincv__drones-6 > div {
  width: 100%;
  padding-top: 477.0491803279%;
  display: block;
  background: url("../../src/images/drons10.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .intro--maincv__drones-6 {
    width: 61px;
    left: 0;
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .intro--maincv__drones-6 {
    width: 55px;
    left: 0;
    top: 150px;
  }
}

.main--intro {
  overflow: hidden;
  position: absolute;
  top: 0;
}
.main--intro__article {
  min-height: 720px;
}
@media only screen and (max-width: 767px) {
  .main--intro__article {
    min-height: 620px;
  }
}

.line {
  width: 50%;
  border-bottom: 1px solid #0DA3FF;
  margin-bottom: 15px;
}

.head--banner__title {
  position: relative;
  color: #f6fafd;
}
.head--banner__title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #9fffe2;
  top: -20px;
  left: 0;
}
.head--banner__subtitle {
  color: #b2d9f7;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .head--banner__subtitle {
    line-height: 1.5;
  }
}
.head--banner__subbtu {
  color: #9fffe2;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.head--banner__subbtu span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.head--intro__icon {
  margin: 0 auto 60px;
  color: #9fffe2;
}
.head--intro__icon .material-symbols-outlined {
  font-size: 2rem;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}

.section--title h2 {
  color: #0DA3FF;
  font-weight: bold;
}
.section--title p {
  color: #b2d9f7;
  margin-top: 1rem;
}
.section--about {
  overflow: hidden;
  background: url("../../src/images/about_vc.jpg") 50% 0 no-repeat;
  background-size: 100%;
  color: #f6fafd;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .section--about {
    background: url("../../src/images/about_vc-p.jpg") 50% 0 no-repeat;
  }
}
.section--about p {
  color: #b2d9f7;
  font-size: 1rem;
}
.section--about__advantage__title {
  color: #0DA3FF;
  line-height: 1.5;
}
.section--about__advantage__subtitle {
  margin-top: 10px;
}
.section--solutions {
  overflow: hidden;
  background: linear-gradient(to bottom, rgb(20, 30, 32), rgba(20, 30, 32, 0));
}
.section--solutions__pointtext {
  max-width: 300px;
  margin-top: 1rem;
}

.accordion--solutions__title {
  position: relative;
  color: #f6fafd;
  font-size: 28px;
  font-weight: bold;
  text-shadow: rgba(32, 42, 44, 0.9) 0 0 4px;
}
.accordion--solutions__title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #9fffe2;
  top: -7px;
  left: 0;
}
.accordion--solutions__btu {
  width: auto;
  right: 14px;
  bottom: 14px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0) !important;
}
.accordion--solutions__article {
  background-color: #000;
}
.accordion--solutions__article__text {
  width: 100%;
}
.accordion--solutions__article__text span {
  position: relative;
  line-height: 0;
  top: 7px;
  margin-right: 7px;
}
.accordion--solutions__img-1 {
  background: url("../../src/images/acc-1.jpg") 50% 50% no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.accordion--solutions__img-2 {
  background: url("../../src/images/acc-2.jpg") 50% 50% no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.accordion--solutions__img-3 {
  background: url("../../src/images/acc-3.jpg") 50% 50% no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.accordion--solutions.active .accordion--solutions__img-1, .accordion--solutions.active .accordion--solutions__img-2, .accordion--solutions.active .accordion--solutions__img-3 {
  opacity: 1;
}

.research--top--cv {
  background: url("../../src/images/Research_cv2.jpg") 50% 0 no-repeat;
  background-size: contain;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .research--top--cv {
    background: url("../../src/images/Research_cv2-p.jpg") 50% 0 no-repeat;
  }
}

.research--head--titlestyle__icon span {
  font-size: 2.5rem;
  color: #0DA3FF;
  border-radius: 100%;
  border: 5px solid #9fffe2;
  text-align: center;
  width: 150px;
  line-height: 140px;
  height: 150px;
  display: block;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .research--head--titlestyle__icon span {
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    line-height: 60px;
    height: auto;
    border: 1px solid #0DA3FF;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    color: #0DA3FF;
  }
}
.research--head--titlestyle__text {
  font-size: 2.25rem;
  color: #f6fafd;
  font-weight: bold;
  margin-bottom: 2rem;
}

.research--left__titlestyle {
  min-width: 200px;
  color: #b2d9f7;
}

.research--right__titlestyle__title {
  color: #0DA3FF;
  border-bottom: 1px solid #9fffe2;
  position: relative;
}
.research--right__titlestyle__title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f6fafd;
}
.research--right__titlestyle__text {
  font-size: 1rem;
  color: #f6fafd;
  margin-bottom: 50px;
  max-width: 80%;
}

.section--research p {
  line-height: 2;
}

.research--head--titlestyle__text-1 {
  letter-spacing: 0.5rem;
}

.research--box {
  max-width: 100%;
  background-color: #f6fafd;
  padding: 150px 3rem 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .research--box {
    padding: 100px 2.5rem 2.5rem 2.5rem;
  }
}
.research--box:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  top: 3rem;
  left: 3rem;
  background-color: #9fffe2;
}
.research--box .research--head--titlestyle__text h2 {
  color: #1a1a1a;
}
.research--box .research--head--titlestyle__text h5 {
  font-size: 1.25rem;
  color: #0DA3FF;
}
.research--box .research--head--titlestyle__text p {
  font-size: 1rem;
  color: #1a1a1a;
}

.section--sustainability {
  background: linear-gradient(to bottom, rgb(20, 30, 32), rgba(20, 30, 32, 0));
}
.section--sustainability__title {
  border-bottom: 1px solid #9fffe2;
}
.section--sustainability__title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #f6fafd;
}
.section--sustainability--target__textarea p {
  line-height: 2;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .section--sustainability--target__textarea p {
    font-size: 1rem;
    line-height: 1.85;
  }
}

.section--sustainability__vc {
  background: url("../../src/images/solutions_cv-1.jpg") 50% 0 no-repeat;
  background-size: cover;
  color: #f6fafd;
}
.section--sustainability__vc--2 {
  background: url("../../src/images/solutions_cv-2.jpg") 50% 0 no-repeat;
  background-size: cover;
  color: #f6fafd;
}
@media only screen and (max-width: 767px) {
  .section--sustainability__vc--2 {
    min-height: 185px;
  }
}

.progress-container {
  width: 100%;
  background-color: #141E20;
  border-radius: 0;
  margin: 16px 0;
}
.progress-container .progress-bar {
  width: 0;
  height: 22px;
  background-color: #9fffe2;
  text-align: center;
  line-height: 22px;
  color: #1a1a1a;
  border-radius: 0;
  transition: width 0.5s ease-in-out;
}

.contact-section {
  color: #b2d9f7;
}
.contact-section__cv {
  background: url("../../src/images/solutions_cv-3.jpg") 50% 0 no-repeat;
  background-size: cover;
  margin-top: 91px;
}
.contact-section input, .contact-section textarea, .contact-section select {
  color: #b2d9f7;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #24242d;
}
.contact-section .contact--box {
  border: 1px solid #0DA3FF;
  background: rgba(0, 0, 0, 0.5);
  padding: 3rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media only screen and (max-width: 991px) {
  .contact-section .contact--box {
    padding: 3rem 1rem;
  }
}
.contact-section .contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.contact-section .contact-form .form-label {
  font-weight: 600;
}
.contact-section .contact-form .form-control {
  padding: 0.75rem 1rem;
}

.section--pvcleaning {
  background: url("../../src/images/pvcleaning_cv-2.jpg") 50% 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .section--pvcleaning {
    background: url("../../src/images/pvcleaning_cv-2-phone.jpg") 50% 0 no-repeat;
    background-size: contain;
  }
}

.section--facadecleaning {
  background: url("../../src/images/pvcleaning_cv-3.jpg") 50% 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .section--facadecleaning {
    background: url("../../src/images/pvcleaning_cv-3-phone.jpg") 50% 0 no-repeat;
  }
}
.section--facadecleaning__vc-1 {
  color: #f6fafd;
  line-height: 2;
  width: 100%;
  position: relative;
}
.section--facadecleaning__vc-1 .img--box__vc {
  width: 100%;
  padding-top: 56.25%;
  background: url("../../src/images/pvcleaning_cv-4.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.maincv__drones-11 {
  width: 500px;
  display: block;
  position: absolute;
  left: 40%;
  top: 140px;
  z-index: 1;
}
.maincv__drones-11 > div {
  width: 100%;
  padding-top: 51.4%;
  display: block;
  background: url("../../src/images/drons7.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .maincv__drones-11 {
    top: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .maincv__drones-11 {
    width: 500px;
    left: 40%;
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-11 {
    width: 450px;
    left: 30%;
    top: -50px;
  }
}

.dronehoisting-bg {
  background: url("../../src/images/app_dronehoisting_vc-1.jpg") 50% 0 no-repeat;
  background-size: cover;
  min-height: 600px;
}
@media only screen and (max-width: 1440px) {
  .dronehoisting-bg {
    background: url("../../src/images/app_dronehoisting_vc-1-m.jpg") 50% 0 no-repeat;
    background-size: cover;
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .dronehoisting-bg {
    background: url("../../src/images/app_dronehoisting_vc-2.jpg") 50% 0 no-repeat;
    background-size: cover;
    min-height: 500px;
  }
}

.maincv__drones-6 {
  width: 61px;
  display: block;
  position: absolute;
  left: -2%;
  top: 85px;
  z-index: 1;
}
.maincv__drones-6 > div {
  width: 100%;
  padding-top: 477.0491803279%;
  display: block;
  background: url("../../src/images/drons10.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-6 {
    width: 61px;
    left: 0;
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-6 {
    width: 55px;
    left: 0;
    top: 50px;
  }
}

.section--emergencyfirefighting {
  background: url("../../src/images/app_drone_emergency-1.jpg") 50% 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .section--emergencyfirefighting {
    background: url("../../src/images/app_drone_emergency-1-m.jpg") 50% 0 no-repeat;
  }
}

.maincv__drones-firefighting {
  width: 420px;
  padding-top: 10%;
  position: absolute;
  left: 2%;
  top: -300px;
  z-index: 0;
}
.maincv__drones-firefighting > div {
  width: 100%;
  padding-top: 54.1755888651%;
  display: block;
  background: url("../../src/images/drons11.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-firefighting {
    width: 320px;
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-firefighting {
    width: 250px;
    left: auto;
    right: 3%;
    top: -100px;
  }
}

.logistics-bg {
  background: url("../../src/images/app_dronelogistics_cv-1.jpg") 50% 0 no-repeat;
  background-size: cover;
  min-height: 700px;
}
@media only screen and (max-width: 1440px) {
  .logistics-bg {
    background: url("../../src/images/app_dronelogistics_cv-1.jpg") 50% 0 no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  .logistics-bg {
    background: url("../../src/images/app_dronelogistics_cv-1.jpg") 50% 0 no-repeat;
    background-size: cover;
    min-height: 500px;
  }
}

.maincv__drones-7 {
  width: 230px;
  display: block;
  position: absolute;
  left: -2%;
  top: 220px;
  z-index: 2;
}
.maincv__drones-7 > div {
  width: 100%;
  padding-top: 52.4752475248%;
  display: block;
  background: url("../../src/images/drons12.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-7 {
    width: 300px;
    left: 0;
    top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-7 {
    width: 180px;
    left: 0;
    top: 200px;
  }
}
.maincv__drones-7-2 {
  width: 150px;
  display: block;
  position: absolute;
  left: -10px;
  top: 120px;
  z-index: 1;
}
.maincv__drones-7-2 > div {
  width: 100%;
  padding-top: 52.4752475248%;
  display: block;
  background: url("../../src/images/drons12.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-7-2 {
    width: 180px;
    left: -10px;
    top: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-7-2 {
    width: 180px;
    left: 0;
    top: 200px;
  }
}
.maincv__drones-7-3 {
  width: 95px;
  display: block;
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 0;
}
.maincv__drones-7-3 > div {
  width: 100%;
  padding-top: 52.4752475248%;
  display: block;
  background: url("../../src/images/drons13.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-7-3 {
    width: 70px;
    left: 0;
    top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-7-3 {
    width: 80px;
    left: 0;
    top: 200px;
  }
}

.dronespraying-bg {
  background: url("../../src/images/app_dron_agriculture-1.jpg") 50% 0 no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media only screen and (max-width: 1440px) {
  .dronespraying-bg {
    background: url("../../src/images/app_dron_agriculture-1.jpg") 50% 0 no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  .dronespraying-bg {
    background: url("../../src/images/app_dron_agriculture-1.jpg") 50% 0 no-repeat;
    background-size: cover;
    min-height: 500px;
  }
}

.maincv__drones-8 {
  width: 230px;
  display: block;
  position: absolute;
  left: -2%;
  top: 220px;
  z-index: 2;
}
.maincv__drones-8 > div {
  width: 100%;
  padding-top: 52.4752475248%;
  display: block;
  background: url("../../src/images/drons12.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-8 {
    width: 300px;
    left: 0;
    top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-8 {
    width: 180px;
    left: 0;
    top: 200px;
  }
}
.maincv__drones-8-2 {
  width: 150px;
  display: block;
  position: absolute;
  left: -10px;
  top: 120px;
  z-index: 1;
}
.maincv__drones-8-2 > div {
  width: 100%;
  padding-top: 52.4752475248%;
  display: block;
  background: url("../../src/images/drons12.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-8-2 {
    width: 180px;
    left: -10px;
    top: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-8-2 {
    width: 180px;
    left: 0;
    top: 200px;
  }
}
.maincv__drones-8-3 {
  width: 95px;
  display: block;
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 0;
}
.maincv__drones-8-3 > div {
  width: 100%;
  padding-top: 52.4752475248%;
  display: block;
  background: url("../../src/images/drons13.png") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 991px) {
  .maincv__drones-8-3 {
    width: 70px;
    left: 0;
    top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .maincv__drones-8-3 {
    width: 80px;
    left: 0;
    top: 200px;
  }
}

.news__list, .news__detail {
  margin-top: 150px;
}
@media only screen and (max-width: 575px) {
  .news__list, .news__detail {
    margin-top: 80px;
  }
}

.news--link {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news--link:hover {
  color: #f6fafd;
}

.news-item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-item .news-img {
  overflow: hidden;
}
.news-item .news-img img {
  filter: brightness(0.6);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-item.news-item-left-image .news-text p {
  font-size: 0.95rem;
}
.news-item.news-item-top-image img {
  max-height: 200px;
  object-fit: cover;
}
.news-item.news-item-text-only {
  border-left: 4px solid #9fffe2;
}
.news-item.news-item-text-only p {
  font-size: 0.95rem;
}

.news-item-bg-cover {
  height: 430px;
  display: flex;
  align-items: end;
  color: white;
  position: relative;
}
.news-item-bg-cover .news-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  filter: brightness(0.6);
}
.news-item-bg-cover .bg-overlay {
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.news-item-bg-cover .news-content {
  z-index: 1;
  color: #212529;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.news-item-bg-cover .news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.news-tags span {
  padding: 0.5rem;
}

.main--intro {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.intro--maincv__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro--maincv__video-bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro--maincv__grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.intro--maincv__grid .grid-block {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
}
.intro--maincv__grid .grid-block.flicker {
  background-color: rgba(255, 255, 255, var(--flicker-opacity, 0.2));
}

.carousel-indicators {
  bottom: 53px;
}

.intro--maincv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  z-index: 2;
  pointer-events: none;
}
.intro--maincv__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../src/images/cover_bg.png");
  background-size: 100px 100px;
}
.intro--maincv__overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../src/images/cover_bg.png");
  background-size: 100px 100px;
}

.gsap-animate {
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
}
.gsap-animate.gsap-init {
  visibility: visible;
}

.app__other__bar {
  padding: 20px 16px;
}

.app__other--border {
  border: 1px solid #7a7a7a;
}
.app__other--link {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  align-content: center;
  padding: 1rem;
  border-bottom: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
}
.app__other--link:hover {
  background-color: #0e181e;
  color: #9fffe2;
}
.app__other--link.active {
  color: #0DA3FF;
}
.app__other--link:last-child {
  border-bottom: 0 solid #7a7a7a;
}
@media only screen and (max-width: 767px) {
  .app__other--link:nth-child(odd) {
    border-right: 1px solid #7a7a7a;
  }
  .app__other--link:nth-child(even) {
    border-right: 0;
  }
}

.app__opj--tourist {
  margin-top: 190px;
  background: url("../../src/images/app-Tourist-Shuttle-1.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media only screen and (max-width: 575px) {
  .app__opj--tourist {
    margin-top: 60px;
    min-height: 480px;
  }
}

.app__opj--two-Wheelers {
  margin-top: 190px;
  background: url("../../src/images/app-two-wheelers-1.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 680px;
}
@media only screen and (max-width: 575px) {
  .app__opj--two-Wheelers {
    margin-top: 60px;
    min-height: 480px;
  }
}

/*# sourceMappingURL=style.css.map */
