@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; } }
.videomain {
  width: 100% !important;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3b3b3b; }
  .videomain video {
    width: 100%;
    object-fit: cover; }
  .videomain .herotext {
    max-width: 1000px;
    margin: auto;
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0, -32%); }

.MainDron {
  max-width: 100%;
  height: auto; }
  .MainDron .dron {
    padding-top: 5rem;
    max-width: 1150px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    gap: 20px;
    padding-bottom: 5rem; }
    .MainDron .dron .leftsection {
      width: 48%;
      height: 460px !important;
      display: flex;
      align-items: center !important;
      top: 0;
      z-index: 999;
      color: #fff;
      object-fit: cover; }
      .MainDron .dron .leftsection img {
        background-size: cover;
        height: 100%;
        width: 100%;
        border-radius: 10px; }
    .MainDron .dron .rightsection {
      width: 48%;
      height: auto; }
      .MainDron .dron .rightsection .sametitle {
        color: #fafafa;
        font-size: 15px;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal; }
      .MainDron .dron .rightsection h1 {
        color: #fff;
        margin: 0;
        margin-top: 12px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal; }
      .MainDron .dron .rightsection .dronediscr {
        color: #ffffff;
        font-size: 15px;
        margin: 0;
        margin-top: 8px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal; }
      .MainDron .dron .rightsection .righticonsection {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 20px; }
        .MainDron .dron .rightsection .righticonsection .iconbox {
          height: auto;
          width: 46%; }
          .MainDron .dron .rightsection .righticonsection .iconbox .imgbox {
            width: 4rem !important;
            height: 4rem !important;
            border-radius: 10px; }
            .MainDron .dron .rightsection .righticonsection .iconbox .imgbox img {
              width: 100%; }
          .MainDron .dron .rightsection .righticonsection .iconbox h4 {
            font-size: 20px;
            color: #fff;
            margin: 0;
            margin-top: 12px;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-style: normal; }
          .MainDron .dron .rightsection .righticonsection .iconbox .icontitle {
            font-size: 15px;
            color: #ffffff;
            margin: 0;
            margin-top: 8px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            font-style: normal; }

.mainanimate {
  max-width: 100%;
  background-color: #131313;
  height: auto;
  padding: 10px; }
  .mainanimate .animateDis {
    color: #fafafa;
    font-size: 13px;
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .mainanimate .animateTitle {
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 12px; }
  .mainanimate .scrollanimation {
    max-width: 900px;
    margin: auto;
    height: auto; }
    .mainanimate .scrollanimation .head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 43rem;
      gap: 20px; }
      .mainanimate .scrollanimation .head .content-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left;
        font-size: 40px;
        width: 48%; }
        .mainanimate .scrollanimation .head .content-box .heading {
          opacity: 0;
          position: absolute;
          margin: 0;
          font-size: 45px;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          font-style: normal; }
          .mainanimate .scrollanimation .head .content-box .heading p {
            font-size: 18px !important;
            color: #fff;
            font-weight: 400;
            margin-top: 10px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            font-style: normal; }
        .mainanimate .scrollanimation .head .content-box .heading#heading1 {
          opacity: 1; }
        .mainanimate .scrollanimation .head .content-box .heading {
          color: white; }
      .mainanimate .scrollanimation .head .numbers-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48%; }
        .mainanimate .scrollanimation .head .numbers-box .scroll-num {
          opacity: 0;
          position: absolute;
          text-align: center;
          display: flex;
          color: #fff;
          justify-content: center;
          align-items: center;
          height: 400px;
          width: 400px; }
          .mainanimate .scrollanimation .head .numbers-box .scroll-num img {
            width: 90%;
            height: auto; }
        .mainanimate .scrollanimation .head .numbers-box .scroll-num#num1 {
          opacity: 1;
          color: #fff; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-250px * 7)); } }
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem;
  width: auto;
  background-color: #131313;
  z-index: 0; }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(550px * 14); }
  .slider .slide {
    height: 100px;
    display: flex;
    margin: 10px;
    gap: 10px;
    align-items: center; }
    .slider .slide h1 {
      margin: 0; }
    .slider .slide .boxslide {
      width: 3rem !important;
      height: 3rem !important;
      border-radius: 10px;
      background-color: gray !important; }
    .slider .slide h1 {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }

.clientshappy {
  width: 100%;
  height: auto;
  background-color: #131313;
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding: 12px; }
  .clientshappy .clients {
    max-width: 1150px;
    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: #ffffffd2;
        font-size: 15px;
        padding-top: 8px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal; }
    .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;
            margin-top: 11px; }
          .clientshappy .clients .clientright .rightnumberSection .ClientNumberBox .ClientDisCrip {
            font-size: 15px;
            color: #ffffffd2;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin: 0;
            margin-top: 8px; }

.MainDronss {
  width: 100%;
  height: auto;
  background-color: #131313;
  padding-top: 5rem; }
  .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-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 12px; }
  .MainDronss .DronDiscRIP {
    width: 15rem;
    margin: auto;
    padding-top: 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal; }
    .MainDronss .DronDiscRIP p {
      font-size: 15px;
      color: #fafafa;
      margin: 0; }
  .MainDronss .DroneSvg {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-size: cover;
    margin: auto; }
    .MainDronss .DroneSvg img {
      width: 100%;
      height: 100%; }

.projects {
  width: 100%;
  background-color: #131313;
  padding-bottom: 2rem;
  padding-top: 6rem;
  background-image: url("../assets/img/projects.png");
  height: 600px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .projects h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 5rem; }
  .projects a {
    width: fit-content;
    padding: 10px 15px;
    border: 1px solid #fff;
    background-color: #13131300;
    border-radius: 30px;
    color: #fff;
    margin: auto;
    display: flex;
    margin-top: 10rem;
    align-items: center;
    justify-content: center; }

#page2 {
  height: 600px;
  width: 100%;
  background-color: #131313;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem; }
  #page2 #box {
    width: 100%;
    background-color: #131313; }
    #page2 #box video {
      aspect-ratio: 3/1;
      width: 100%;
      object-fit: cover; }

.testimonial {
  max-width: 700px;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 8rem;
  padding: 10px; }
  .testimonial .carousel .carousel-indicators {
    bottom: -60px; }
    .testimonial .carousel .carousel-indicators button {
      background-color: white;
      /* Set the background color to white */
      margin: 0 3px;
      /* Adjust margin as needed */
      width: 10px;
      /* Set the width of each indicator */
      height: 10px;
      /* Set the height of each indicator */
      border-radius: 50%;
      /* Make it a circle */ }
  .testimonial .carousel .carousel-inner .carousel-item {
    height: auto; }
    .testimonial .carousel .carousel-inner .carousel-item .slide img {
      float: left !important;
      margin: 5px;
      height: 30px;
      width: 38px; }
    .testimonial .carousel .carousel-inner .carousel-item .slide h3 {
      color: #fff;
      font-weight: 400;
      font-size: 25px;
      padding-top: 2rem;
      margin-left: 5rem; }
    .testimonial .carousel .carousel-inner .carousel-item .slide .nameImg {
      height: auto;
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 10px;
      margin-top: 2rem; }
      .testimonial .carousel .carousel-inner .carousel-item .slide .nameImg .imgbox {
        width: 3rem;
        height: 3rem;
        border-radius: 10px;
        background-color: gray; }
      .testimonial .carousel .carousel-inner .carousel-item .slide .nameImg h6 {
        color: #fff !important;
        margin: 0;
        font-size: 20px; }

.poweraura {
  width: 100%;
  height: 1000px;
  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;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; }
  .poweraura h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .poweraura .workDis {
    text-align: center;
    color: #fafafa;
    margin: 0;
    padding-top: 10px;
    color: #ffffffc8;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal; }
  .poweraura .feachers {
    max-width: 900px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: auto;
    margin-top: 26px;
    grid-gap: 10px;
    padding-bottom: 7rem; }
    .poweraura .feachers .feacherbox {
      min-height: 150px;
      padding: 20px;
      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; }
      .poweraura .feachers .feacherbox p {
        text-align: start;
        margin-top: 1rem;
        font-size: 10px !important;
        color: #ffffffd2;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal; }
      .poweraura .feachers .feacherbox h3 {
        font-size: 20px;
        margin-top: 1rem;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal; }

@media (min-width: 320px) and (max-width: 767px) {
  .MainDron .dron {
    display: block; }
    .MainDron .dron .leftsection {
      width: 100%;
      height: auto;
      padding: 12px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: static;
      top: 0;
      z-index: 999;
      margin: auto; }
    .MainDron .dron .rightsection {
      width: 100%;
      height: auto;
      margin: auto;
      padding: 12px;
      margin-top: 10px; }
      .MainDron .dron .rightsection .righticonsection {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 50px; }
        .MainDron .dron .rightsection .righticonsection .iconbox {
          height: auto;
          width: 100%; }

  .phonevideo {
    width: 100%;
    height: 300px;
    display: none; }
    .phonevideo video {
      aspect-ratio: 3/1;
      width: 100%;
      object-fit: cover; }

  .clientshappy {
    padding-top: 0; }
    .clientshappy .clients {
      display: block; }
      .clientshappy .clients .clientleft {
        width: 100%;
        margin: auto; }
      .clientshappy .clients .clientright {
        width: 100%;
        margin: auto;
        display: block;
        margin-top: 2rem; }
        .clientshappy .clients .clientright .rightnumberSection {
          width: 100%;
          height: auto;
          display: flex;
          gap: 40px;
          justify-content: center; }
          .clientshappy .clients .clientright .rightnumberSection .ClientNumberBox {
            width: 100%; }

  .projects {
    padding-top: 0; }

  #page2 {
    margin-top: 0; }

  .poweraura {
    margin-top: 4rem !important; }
    .poweraura .workSabtitle {
      padding-top: 0; }

  .MainDronss {
    padding-top: 0;
    margin-top: 2rem; }

  .phoneanimation {
    width: 100%;
    height: auto; }
    .phoneanimation .animationtext {
      z-index: 111;
      background-color: #131313; }
      .phoneanimation .animationtext .animateDis {
        color: #fafafa;
        font-size: 13px;
        text-align: center;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal; }
      .phoneanimation .animationtext .animateTitle {
        text-align: center;
        color: #fff;
        padding: 10px;
        font-weight: 400;
        line-height: normal;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 12px;
        margin: 0; }
    .phoneanimation .rightsection {
      width: 100%;
      height: auto;
      padding: 12px;
      margin: auto; }
      .phoneanimation .rightsection .righticonsection {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 50px; }
        .phoneanimation .rightsection .righticonsection .iconbox {
          height: auto;
          width: 100%;
          color: #fff; }
          .phoneanimation .rightsection .righticonsection .iconbox .imgbox {
            width: 4rem !important;
            height: 4rem !important;
            border-radius: 10px; }
            .phoneanimation .rightsection .righticonsection .iconbox .imgbox img {
              height: 100%;
              width: 100%; }
          .phoneanimation .rightsection .righticonsection .iconbox h4 {
            font-size: 20px;
            color: #fff;
            margin: 0;
            margin-top: 12px;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-style: normal; }
          .phoneanimation .rightsection .righticonsection .iconbox .icontitle {
            font-size: 15px;
            color: #ffffff;
            margin: 0;
            margin-top: 8px;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            font-style: normal; }

  .mainanimate {
    display: none; }

  .poweraura .feachers {
    padding-bottom: 2rem;
    height: 600px;
    overflow: scroll; }
    .poweraura .feachers .feacherbox {
      min-height: 500px; } }
@media (min-width: 320px) and (max-width: 554px) {
  #page2 {
    height: 300px;
    display: none; }

  .poweraura .feachers {
    max-width: 400px;
    padding-bottom: 2rem;
    height: 600px;
    overflow: scroll; }
    .poweraura .feachers .feacherbox {
      min-height: 550px; }

  .phonevideo {
    margin-top: 5rem;
    display: block;
    height: 200px; }

  .DroneSvg {
    width: 100%; }

  .testimonial .carousel .carousel-inner .carousel-item {
    height: auto; }
    .testimonial .carousel .carousel-inner .carousel-item .slide img {
      float: left !important;
      margin: 5px;
      height: 25px;
      width: 30px; }
    .testimonial .carousel .carousel-inner .carousel-item .slide h3 {
      font-size: 15px;
      margin-left: 3rem; }
    .testimonial .carousel .carousel-inner .carousel-item .slide .nameImg {
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 2rem; } }
@media (min-width: 767px) and (max-width: 10000px) {
  .phoneanimation {
    display: none; }

  .phonevideo {
    display: none; }

  .MainDron .dron {
    display: flex;
    align-items: center; }
    .MainDron .dron .leftsection {
      width: 90%;
      height: auto;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: static;
      top: 0;
      z-index: 999; }
    .MainDron .dron .rightsection {
      width: 100%;
      height: auto;
      margin: auto; }
      .MainDron .dron .rightsection h1 {
        padding-right: 10px; }
      .MainDron .dron .rightsection .dronediscr {
        padding-right: 15px; }
      .MainDron .dron .rightsection .righticonsection {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 30px;
        gap: 20px; }
        .MainDron .dron .rightsection .righticonsection .iconbox {
          height: auto;
          width: 45%;
          padding-right: 10px; } }

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