:root {
  --main-color: #0a0d14;
  --secondary-color: #e6b814;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  /* text-transform: uppercase; */
  color: var(--main-color);
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: gray;
  font-size: 16px;
}

a {
  color: var(--secondary-color);
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
  transition: 0.2s;
}

.pad-top {
  padding-top: 10%;
}
.pad-bottom {
  padding-bottom: 10%;
}

.pad-top-mini {
  padding-top: 5%;
}
.pad-bottom-mini {
  padding-bottom: 5%;
}

.marg-top {
  margin-top: 10%;
}
.marg-bottom {
  margin-bottom: 10%;
}

.marg-top-mini {
  margin-top: 5%;
}
.marg-bottom-mini {
  margin-bottom: 5%;
}
.navbar {
  /* border: 0.5px solid gray; */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  /* background: transparent; */
}
.navbar,
.navbar .container-fluid {
  padding: 0;
}
.navbar-brand {
  /* background-color: var(--main-color); */
  /* border-right: 0.5px solid gray; */
  padding: 0px 20px;
  margin-right: 100px;
}
.navbar-brand img {
  width: 100px;
}
.nav-item {
  margin-right: 20px;
}
.nav-item .active {
  color: var(--secondary-color) !important;
}
.navbar a {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  color: white;
}
.nav-item a:hover {
  color: var(--secondary-color);
}
.navbar .d-flex p {
  padding: 15px;
  margin: auto 0;
}
.navbar .d-flex .corner-icon {
  background: var(--secondary-color);
  margin: 0;
  padding: 15px 30px;
  font-size: 40px !important;
  margin-left: 30px;
}
.navbar .d-flex .corner-icon a {
  color: white !important;
  font-size: 40px;
}
.slider-sec {
  background-color: var(--main-color);
}
.slider-sec .image-sec {
  height: 800px;
  padding-top: 15%;
}
.slider-sec .img-one {
  background:
    linear-gradient(rgba(9, 12, 19, 0.479), rgb(10, 13, 20)),
    url("../imgs/img1.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec .img-two {
  background:
    linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img2.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec .img-three {
  background:
    linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img3.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec .img-four {
  background:
    linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/sample15cm.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec h1 {
  color: white;
  font-size: 80px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.slider-sec h4 {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.slider-sec p {
  color: white;
}
.slider-sec .first-line {
  letter-spacing: 6px;
}
.slider-sec .link-sec {
  margin-top: 30px;
}
.slider-sec h4 a {
  font-family: "Fjalla One", sans-serif;
  text-decoration: none;
}
.slider-sec .slide-btn {
  /* background-color: var(--secondary-color); */
  border: 1px solid var(--secondary-color);
  margin-right: 40px;
  color: var(--secondary-color);
  padding: 10px 35px;
}

.slider-sec .slide-link {
  color: white;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}

.section-1 {
  background-color: var(--main-color);
}
.section-1 .col-md-4 {
  margin-bottom: 2%;
}

.section-1 .title-item {
  padding: 40px 0px;
}
.section-1 .title-item h2 {
  color: white;
  font-size: 40px;
}
.section-1 .title-item p {
  color: #ffffffa3;
}
.section-1 .info-item {
  padding: 50px 80px;
  height: 450px;
}

.section-1 .info-item h3,
.section-1 .info-item h4,
.section-1 .info-item p {
  color: white;
}
.section-1 .info-item h3 {
  font-size: 25px;
}
.section-1 .info-item h4 {
  font-size: 14px;
  margin-bottom: 30px;
}
.section-1 .info-item p {
  margin-top: 20px;
  font-size: 14px;
}
.section-1 .darkgold-bg {
  background-color: #a18213;
}

.section-1 .gold-bg {
  background-color: var(--secondary-color);
}

.section-2 {
  background-color: #161c2b;
}

.section-2 .text-section h2,
.section-2 .text-section p {
  color: white;
}
.section-2 .text-section h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-2 img {
  width: 100%;
}

.title-area h1 {
  text-align: center;
  color: var(--main-color);
  font-size: 40px;
  margin-bottom: 20px;
}

.title-area .border-line {
  width: 20%;
  margin: 0 auto;
  border-top: 3px solid var(--secondary-color);
}

.section-3 {
  width: 100%;
}

.section-3 .acc-icon {
  text-align: center;
}

.section-3 .acc-icon h1 {
  font-size: 60px;
  font-weight: 600;
  color: var(--secondary-color);
}

.section-3 .acc-icon h4 {
  font-size: 16px;
  color: var(--main-color);
}

.section-4 {
  background-color: var(--main-color);
}

.section-4 .title-area h1 {
  color: white;
}

.section-4 .logo-item {
  text-align: center;
}

.section-4 .logo-item {
  text-align: center;
  margin-bottom: 20px;
}
.section-4 .logo-item img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.section-4 .logo-item h4 {
  color: white;
  /* margin-top: 20px; */
  font-size: 16px;
}

.footer-section {
  background-color: var(--main-color);
  /* padding: 5% 0; */
  border-top: 1px solid var(--secondary-color);
}
.footer-section .border-r {
  border-right: 1px solid var(--secondary-color);
}

.footer-section .footer-title {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-section .inner-div {
  padding: 20% 5%;
}
/* .footer-section .left-div {
  padding-left: 5%;
} */
.footer-section h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-section h3 a {
  color: rgba(255, 255, 255, 0.75);
}
.footer-section h3 a:hover {
  color: var(--secondary-color);
}
.footer-section p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 5px;
}

.no-full-screen {
  display: none !important;
}

.signature-section {
  padding: 2% 0;
  background-color: #131927;
}

.signature-section h4 {
  /* color: var(--secondary-color); */
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 400;
}

/* Smaller desktops */
@media only screen and (max-width: 1200px) {
  .third-section .side-one .img-area img {
    height: 300px;
    width: 250px;
    object-fit: cover;
  }

  .fifth-section .first-col .item-area img {
    width: 160px;
  }

  .seventh-section .first-side img {
    height: 550px;
    width: 350px;
    bottom: 5%;
  }
}
/* mobile */
@media only screen and (max-width: 600px) {
  .no-mobile {
    display: none !important;
  }
  .no-full-screen {
    display: block !important;
  }

  .title-area h1 {
    font-size: 30px;
  }

  .nav-item {
    margin-right: 20px;
    padding-left: 20px;
    background-color: var(--main-color);
    margin-left: 10px;
  }
  .slider-sec .image-sec {
    height: 800px;
    padding-top: 40%;
  }

  .slider-sec h1 {
    font-size: 42px;
  }

  .slider-sec h4 {
    font-size: 17px;
  }

  .slider-sec .slide-btn {
    margin-right: 10px;
    padding: 20px 10px;
  }

  .second-section {
    padding: 15% 0;
  }
  .second-section {
    padding: 10% 0;
  }

  .second-section .title-links h3 {
    font-size: 12px;
  }
  .fourth-section .col-md-4 {
    margin-bottom: 5%;
  }

  .third-section {
    padding: 15% 0;
  }

  .fifth-section {
    padding: 10% 0;
  }

  .fifth-section .first-col .item-area {
    position: relative;
    margin-top: 0;
  }

  .fifth-section .first-col .item-area img {
    width: 120px;
  }

  .fifth-section .first-col .item-area .video-line .first-item {
    margin-right: 5px;
  }

  .fifth-section .first-col .item-area .video-line h3 i {
    padding: 15px;
    margin-right: 10px;
  }
  .fifth-section .first-col .item-area .video-line h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 5px;
  }

  .sixth-section,
  .fourth-section {
    padding: 10% 0;
  }

  .seventh-section .container {
    height: initial;
  }

  .seventh-section .customer-line img {
    width: 70px;
    height: 70px;
  }

  .seventh-section .second-side h3:first-of-type {
    margin-top: 10%;
  }

  .seventh-section .second-side h3,
  .seventh-section .second-side h1,
  .seventh-section .second-side p {
    margin-bottom: 20px;
  }

  .seventh-section .customer-line h3 {
    margin-bottom: 5px;
  }
  .sixth-section .item h1 {
    margin-bottom: 10%;
  }

  .footer-section {
    padding: 15% 0;
  }

  .footer-section .col-md-3 {
    margin-bottom: 5%;
  }

  .drone-show .first-row {
    margin-bottom: 0;
  }

  .navigation-sec .image-sec {
    height: 400px;
    padding-top: 30%;
  }
  .services-sec-1 .top-area p {
    width: 100%;
  }

  .contact-sec-1 .contact-row h1 {
    font-size: 40px;
  }
  .about-sec-1 .side-one {
    margin-bottom: 5%;
  }
  .about-sec-1 .side-one i {
    margin-right: 5px;
  }

  .about-sec-2 .info-area .col-md-3 {
    padding: 0 15%;
  }
  .about-sec-3 .col-md-3 {
    margin-bottom: 20px;
  }
  .about-sec-3 .info-area h1,
  .about-sec-3 .info-area h3 {
    text-align: left;
  }
  .about-sec-5 .col-md-4 {
    margin-bottom: 20px;
  }
  .about-sec-5 {
    padding: 10% 0;
  }

  .project-sec-1 .side-one {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 5%;
  }
  .training-sec-1 {
    padding: 15% 0;
  }

  .training-sec-1 .main-sec {
    margin-bottom: 20px;
  }

  .training-sec-1 .side-bar {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .services-sec-1 .top-area {
    margin-bottom: 10%;
  }
  .services-sec-1 {
    padding: 15% 0;
  }
}
