@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background: #131313 !important; }

html,
body {
  height: 100%; }

.loadComponent {
  padding: 0 3%; }

li {
  list-style: none; }

a {
  text-decoration: none !important; }

.heroAbouttext {
  color: #fafafa;
  font-size: 15px;
  text-align: center;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal; }

.herotitle {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: clamp(26px, 5vw, 60px);
  font-family: "Marcellus", serif;
  font-style: normal;
  margin-top: 10px; }

.mainheader {
  width: 100%;
  height: auto;
  margin: auto;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  z-index: 9999 !important; }
  .mainheader nav {
    max-width: 1150px;
    margin: auto; }
    .mainheader nav .container-fluid a img {
      width: 100px;
      height: auto;
      margin: 0; }
    .mainheader nav .container-fluid .navbar-toggler .navbar-toggler-icon {
      display: none; }
    .mainheader nav .container-fluid .navbar-toggler i {
      font-size: 40px;
      color: #fff; }
    .mainheader nav .container-fluid .navbar-collapse ul {
      gap: 10px;
      padding: 0 12px; }
      .mainheader nav .container-fluid .navbar-collapse ul li a {
        color: #fff; }
      .mainheader nav .container-fluid .navbar-collapse ul li .contacts {
        width: fit-content;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
        border-radius: 30px;
        color: #fff;
        border: 1px solid #fff;
        background-color: #13131300;
        text-decoration: none !important; }

footer {
  width: 100%;
  padding: 0 3%;
  padding-top: 3rem;
  background-color: #131313; }
  footer hr {
    color: #383838;
    margin: 0;
    height: 2px;
    background: #fff; }
  footer .logoAndLink {
    width: 100%;
    display: flex;
    padding: 100px 0 50px 0; }
    footer .logoAndLink .logo {
      width: 30%;
      color: #fff;
      display: flex;
      justify-content: center; }
      footer .logoAndLink .logo img {
        width: 50%;
        height: auto; }
    footer .logoAndLink .links {
      width: 70%;
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap; }
      footer .logoAndLink .links .LinkTab {
        min-width: 150px; }
        footer .logoAndLink .links .LinkTab .head {
          color: #fff;
          font-size: 20px; }
        footer .logoAndLink .links .LinkTab ul {
          padding: 0; }
          footer .logoAndLink .links .LinkTab ul li > a {
            color: #808080;
            font-size: 16px; }
  footer .copyRight {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #383838;
    padding: 0; }
    footer .copyRight p {
      margin-top: 1rem;
      color: #808080;
      font-size: 14px; }
      footer .copyRight p span a {
        color: #ff5924; }

@media only screen and (max-width: 768px) {
  footer .logoAndLink {
    width: 100%;
    flex-direction: column;
    padding: 50px 0 50px 0; }
    footer .logoAndLink .logo {
      width: 100%;
      display: flex;
      justify-content: center; }
    footer .logoAndLink .links {
      margin-top: 2rem;
      width: 100%;
      flex-wrap: wrap; }
      footer .logoAndLink .links .LinkTab {
        min-width: 150px; } }
@media only screen and (max-width: 492px) {
  footer .logoAndLink .links {
    justify-content: flex-start; }
  footer .copyRight {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #383838;
    padding: 0;
    flex-wrap: wrap; }
    footer .copyRight .aeroviw {
      margin: 0;
      margin-top: 10px;
      color: #808080;
      font-size: 14px;
      padding-bottom: 0; }
    footer .copyRight p {
      margin: 0;
      margin-top: 10px;
      color: #808080;
      font-size: 14px;
      padding-bottom: 10px; }
      footer .copyRight p span a {
        color: #ff5924; } }
@media (min-width: 320px) and (max-width: 767px) {
  .mainheader {
    width: 100%;
    height: auto;
    margin: auto;
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 11; }
    .mainheader nav {
      max-width: 1150px;
      margin: auto; }
      .mainheader nav .container-fluid a img {
        width: 60px;
        height: auto;
        margin: 0; }
      .mainheader nav .container-fluid .navbar-toggler .navbar-toggler-icon {
        display: none; }
      .mainheader nav .container-fluid .navbar-toggler i {
        font-size: 40px;
        color: #fff; }
      .mainheader nav .container-fluid .navbar-collapse ul {
        gap: 10px;
        padding: 0 10px; }
        .mainheader nav .container-fluid .navbar-collapse ul li a {
          color: #fff; }
        .mainheader nav .container-fluid .navbar-collapse ul li .contacts {
          color: #fff;
          border: none;
          background-color: #13131300;
          padding-left: 0;
          padding-right: 0; } }
.herosection {
  width: 100%;
  background-image: url("../assets/img/AboutBanner.png");
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover; }
  .herosection .price {
    width: 1150px;
    height: auto;
    margin: auto; }

.vison {
  max-width: 1000px;
  margin: auto;
  background-color: #131313;
  padding: 10px;
  padding-top: 10rem;
  padding-bottom: 2rem; }
  .vison .visondiscrip {
    text-align: center;
    font-size: 15px;
    color: #fafafa;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0; }
  .vison h1 {
    color: #fff;
    font-size: clamp(20px, 3vw, 35px);
    font-weight: 400;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    padding-top: 12px; }
  .vison h6 {
    font-size: 20px;
    margin-top: 26px;
    text-align: start;
    letter-spacing: 0.6px;
    color: #ffffffb7;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-style: normal; }

.higlight {
  max-width: 1150px;
  height: auto;
  background-color: #131313;
  margin: auto;
  padding-top: 8rem;
  padding-bottom: 4rem; }
  .higlight p {
    color: #fafafa;
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; }
  .higlight h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: clamp(20px, 3vw, 35px);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 12px; }
  .higlight .feachers {
    max-width: 1150px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin: auto;
    margin-top: 60px;
    grid-gap: 10px; }
  .higlight .feacherbox {
    min-height: 200px;
    border-radius: 10px;
    margin: 10px; }
    .higlight .feacherbox img {
      width: 4rem;
      height: auto; }
    .higlight .feacherbox p {
      text-align: start;
      font-size: 13px !important;
      color: #ffffffb9;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-style: normal;
      padding-top: 13px; }
    .higlight .feacherbox h3 {
      font-size: 20px;
      margin: 0;
      padding-top: 26px;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }

.videosection {
  max-width: 1150px;
  height: auto;
  margin: auto;
  padding: 10px; }
  .videosection p {
    text-align: center;
    color: #fafafa;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0; }
  .videosection h1 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: clamp(20px, 3vw, 35px);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 12px; }
  .videosection .viewport {
    height: 330px;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.582);
    margin: auto;
    border-radius: 10px;
    margin-top: 26px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .videosection .viewport video {
      height: 330px;
      width: 100%; }

.clientshappy {
  width: 100%;
  height: auto;
  background-color: #131313;
  padding-top: 11rem;
  padding-bottom: 10rem; }
  .clientshappy .clients {
    max-width: 1150px;
    padding: 10px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .clientshappy .clients .clientleft {
      width: 48%;
      height: auto; }
      .clientshappy .clients .clientleft .ClientSabTitle {
        color: #fafafa;
        font-size: 15px;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal; }
      .clientshappy .clients .clientleft h1 {
        color: #fff;
        margin: 0;
        line-height: normal;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-top: 12px; }
      .clientshappy .clients .clientleft .clientDis {
        color: #ffffffc3;
        font-size: 15px;
        padding-top: 20px; }
    .clientshappy .clients .clientright {
      width: 48%;
      height: auto; }
      .clientshappy .clients .clientright .rightnumberSection {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px; }
        .clientshappy .clients .clientright .rightnumberSection .ClientNumberBox {
          width: 47%;
          height: auto; }
          .clientshappy .clients .clientright .rightnumberSection .ClientNumberBox .NumberTitle {
            font-size: 15px;
            color: #fafafa;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            font-style: normal; }
          .clientshappy .clients .clientright .rightnumberSection .ClientNumberBox h1 {
            color: #fff;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-style: normal;
            padding-top: 12px; }
          .clientshappy .clients .clientright .rightnumberSection .ClientNumberBox .ClientDisCrip {
            font-size: 15px;
            color: #ffffffd3;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            font-style: normal;
            margin: 0;
            padding-top: 8px; }

.onersection {
  max-width: 1150px;
  height: auto;
  margin: auto; }
  .onersection p {
    color: #fafafa;
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; }
  .onersection h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: clamp(20px, 3vw, 35px);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 12px; }
  .onersection .feachers {
    max-width: 900px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: auto;
    margin-top: 26px;
    padding-bottom: 5rem;
    grid-gap: 10px; }
  .onersection .feacherbox {
    min-height: 200px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #171717;
    margin: 10px;
    overflow: hidden; }
    .onersection .feacherbox .layerbox {
      width: 100%;
      rotate: 313deg; }
      .onersection .feacherbox .layerbox img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-left: 184px; }
    .onersection .feacherbox .textimg {
      margin-top: 10px;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      padding-top: 15px; }
      .onersection .feacherbox .textimg .onertext {
        margin-left: 15px; }
        .onersection .feacherbox .textimg .onertext .founder {
          color: #fafafa;
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          font-style: normal;
          margin: 0;
          padding: 0; }
        .onersection .feacherbox .textimg .onertext h6 {
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-style: normal;
          margin: 0; }
      .onersection .feacherbox .textimg .onerimg {
        width: 3rem;
        height: 3rem; }
        .onersection .feacherbox .textimg .onerimg img {
          height: 100%;
          width: 100%;
          border-radius: 50px; }
    .onersection .feacherbox p {
      text-align: start;
      font-size: 10px !important;
      color: #ffffffc5;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
      margin: 0;
      padding-top: 12px; }

.MainDronss {
  width: 100%;
  height: auto;
  background-color: #131313;
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .MainDronss .DronSabHeading {
    text-align: center;
    margin: 0;
    color: #fafafa;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; }
  .MainDronss h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: clamp(20px, 3vw, 35px);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 12px; }
  .MainDronss .DronDiscRIP {
    width: 20rem;
    margin: auto;
    padding-top: 13px; }
    .MainDronss .DronDiscRIP p {
      font-size: 15px;
      color: #fafafa;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #ffffffd4; }
  .MainDronss .DroneSvg {
    max-width: 1150px;
    height: auto;
    background-image: url("../assets/img/droness.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin: auto;
    margin-top: 10rem; }
    .MainDronss .DroneSvg .Droness {
      width: 12rem;
      height: auto;
      margin: auto; }
      .MainDronss .DroneSvg .Droness img {
        height: auto;
        width: 100%;
        margin-top: -100px; }

.poweraura {
  width: 100%;
  background-color: #131313;
  background-image: url("../assets/img/earth.png");
  background-repeat: no-repeat;
  margin-top: 0 !important; }
  .poweraura .workSabtitle {
    text-align: center;
    color: #fafafa;
    margin: 0;
    padding-top: 7rem; }
  .poweraura h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: clamp(20px, 3vw, 35px);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 12px; }
  .poweraura .workDis {
    text-align: center;
    color: #fafafa;
    margin: 0;
    padding-top: 10px; }
  .poweraura .feachers {
    max-width: 900px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: auto;
    margin-top: 3rem;
    grid-gap: 10px; }
    .poweraura .feachers .feacherbox {
      min-height: 200px;
      border-radius: 10px;
      margin: 10px;
      background-color: #171717;
      overflow: hidden; }
      .poweraura .feachers .feacherbox .imgsec {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        rotate: 313deg; }
        .poweraura .feachers .feacherbox .imgsec img {
          width: 100%;
          height: auto;
          margin: auto;
          margin-left: 358px; }
      .poweraura .feachers .feacherbox .cardSabTitle {
        color: #fafafa;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
        padding: 0 20px; }
      .poweraura .feachers .feacherbox p {
        text-align: start;
        margin-top: 1rem;
        font-size: 10px !important;
        color: #ffffffcf;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 0 20px; }
      .poweraura .feachers .feacherbox h3 {
        font-size: 20px;
        margin-top: 1rem;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 0 20px; }

@media (min-width: 320px) and (max-width: 767px) {
  .clientshappy {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .clientshappy .clients {
      display: block; }
      .clientshappy .clients .clientleft {
        width: 100%;
        height: auto; }
        .clientshappy .clients .clientleft .clientDis {
          color: #ffffffc3;
          font-size: 15px;
          padding-top: 20px; }
      .clientshappy .clients .clientright {
        width: 100%;
        margin-top: 2rem; }
        .clientshappy .clients .clientright .rightnumberSection {
          width: 100%; }
          .clientshappy .clients .clientright .rightnumberSection .ClientNumberBox {
            width: 100%;
            height: auto; }

  .vison {
    max-width: 1000px;
    margin: auto;
    background-color: #131313;
    padding-top: 1rem; }
    .vison h6 {
      margin-top: 2rem;
      text-align: justify;
      word-spacing: -3px; }

  .herosection {
    width: 100%;
    background-image: url("../assets/img/hero.png");
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover; }

  .higlight {
    max-width: 1150px;
    height: auto;
    background-color: #131313;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .higlight .feachers {
      max-width: 1150px;
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      margin: auto;
      margin-top: 2rem;
      grid-gap: 0; }

  .poweraura .workSabtitle {
    padding-top: 0; }

  .videosection {
    max-width: 1150px;
    height: auto;
    margin: auto;
    text-align: center; }
    .videosection .viewport {
      padding-top: 2rem; }

  .onersection {
    max-width: 1150px;
    height: auto;
    margin-top: 2rem; }

  .MainDronss {
    margin-top: 4rem;
    padding: 0 30px; } }

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