p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}

a:hover,
a:active {
  color: #1d707d;
}

.btn-accent {
  background-color: #1d707d;
  border-color: #1d707d;
  color: #ffffff !important;
  background-image: none !important;
}
.btn-accent:hover, .btn-accent:active {
  color: white;
  background-color: #4a8c97;
  border-color: #4a8c97;
  color: #ffffff;
}
.btn-link {
  color: #1d707d;
}
.btn-outline-dark {
  border: 1px solid #343a40;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 14px;
}
.btn-outline-dark i {
  vertical-align: inherit;
  font-size: 22px;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background: transparent !important;
  border: 1px solid #343a40 !important;
  outline: none !important;
  color: unset !important;
}
.btn-danger {
  background-color: #e02b34;
  background-image: none !important;
}

.xb-title h4 {
  font-size: 40px;
  font-weight: bold;
}
.xb-title .sub-title {
  font-size: 22px;
}

.decore-left {
  padding-left: 30px;
  border-left: 8px solid #4a8c97;
}

.decore-right {
  padding-right: 30px;
  border-right: 8px solid #4a8c97;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  height: 2px;
}
.carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.5);
}

.banner {
  height: calc(100vh - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 200px;
}
.banner img.banner-image {
  max-width: 700px;
}
.banner h4.title {
  font-size: 60px;
  font-weight: 600;
}
.banner .slogan {
  font-size: 19px;
  letter-spacing: 2px;
}
.banner .btn-order {
  border-radius: 100px;
  background-color: #1e707d;
}
.banner ul {
  margin-top: 60px;
  margin-left: -20px;
}
.banner ul li {
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid;
  line-height: 1;
}
.banner ul li:last-child {
  border-right: none;
}
.banner ul li a:not(.btn) {
  color: #212529;
}

.section-platform .platform-container {
  margin-top: 80px;
  text-align: center;
}
.section-platform .platform-container img {
  max-width: 80%;
}
.section-platform .platform-container span,
.section-platform .platform-container a {
  font-size: 17px;
  font-weight: 500;
}
.section-platform .platform-title h4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.section-connectivity {
  background-color: #fbfbfb;
}
.section-connectivity .connectivity-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.section-connectivity .connectivity-content {
  margin-top: 50px;
  position: relative;
}

.section-products .title h4 {
  font-size: 42px;
  font-weight: 700;
}
.section-products .title h5 {
  font-size: 24px;
}
.section-products-list {
  margin-top: 60px;
}
.section-products-compare {
  margin-top: 60px;
}
.section-products-compare .compare-title h4 {
  font-size: 42px;
  font-weight: 600;
}
.section-products .product-item {
  background-color: #f1f3f5;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
}
.section-products .product-item-image {
  border: 1px solid #e8ecf0;
  border-radius: 6px;
  margin-bottom: 30px;
}
.section-products .product-title {
  font-size: 32px;
  font-weight: 700;
  color: #1d707d;
  margin-bottom: 10px;
}
.section-products .product-sub-title {
  font-size: 20px;
  font-weight: 500;
}
.section-products .compare-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}
.section-products .compare-row {
  margin-bottom: 40px;
}
.section-products .compare-item {
  height: 100%;
  padding: 40px 32px;
}
.section-products .compare-item-icon {
  width: 46px;
}
.section-products .compare-item-title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.section-camera-types {
  background-color: #fbfbfb;
}
.section-camera-types .camera-types-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-camera-types .camera-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0 20px;
}
.section-camera-types .camera-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-camera-types .camera-list-item img {
  width: 100%;
}
.section-camera-types .camera-list-2 {
  max-width: 60%;
  margin: 20px auto;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.section-camera-types .camera-list-2 .camera-list-item-xbcamera img {
  width: 84px;
}
.section-camera-types .camera-list-description {
  margin: 40px 0;
  list-style: none;
}
.section-camera-types .camera-list-description span {
  margin-left: 12px;
}

.section-interface .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-ecosystem .ecosystem-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.section-ecosystem .ecosystem-content {
  padding: 50px;
  text-align: center;
}
.section-ecosystem .ecosystem-content img {
  width: 100%;
  max-width: 900px;
}

.section-control {
  background-color: #fbfbfb;
}
.section-control h4 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-highlight img {
  height: 80px;
}
.section-highlight .title {
  color: #212529;
  margin: 20px 0 30px 0;
}

.gallery-image {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  position: relative;
}
.gallery-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}
.gallery-image a.mfp-iframe {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.75) 90%);
}
.gallery-image a i.ion-play {
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  padding: 8px;
  padding-left: 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.gallery .title {
  font-size: 44px;
  font-weight: 700;
}
.gallery .image-left {
  height: 610px;
  background-image: url("/assets/images/new-images/gallery/g1.jpg");
}
.gallery .image-right-top {
  height: 350px;
  background-image: url("/assets/images/new-images/gallery/g2.jpg");
}
.gallery .image-right-left {
  height: 300px;
  background-image: url("/assets/images/new-images/gallery/12km-range-flight.png");
  margin-top: 30px;
}
.gallery .image-right-right {
  height: 300px;
  margin-top: 30px;
  background-image: url("/assets/images/new-images/gallery/xblink-practical-experience.jpg");
}

.faq .title {
  font-size: 44px;
  font-weight: 700;
}
.faq .faq_content .card-header a {
  background-color: #fff;
  color: #212529;
  border-color: #757575;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.faq .faq_content .card-header a.collapsed {
  border-bottom-color: #757575;
}
.faq .faq_content .card-header a:after {
  color: #212529;
}
.faq .faq_content .card-body {
  color: #212529;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #757575;
  font-size: 15px;
}

.mfp-bg {
  background-color: #000;
}