 *{
  font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
 }
 /* ///////// */
/* Style for the main content */
.content {
  text-align: center;
  margin-top: 50px;
}

/* Popup container - hidden by default */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  justify-content: center;
  align-items: center;
  z-index: 1000000000000;
}

/* Popup content */
.popup-content {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* Ensure child elements don't overflow */
}

/* Close button */
.close-btn {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 44px;
  cursor: pointer;
  color: #333;
  margin: 0;
}

/* Image container */
.image-container {
  position: relative;
  width: 100%;
}

/* Popup image */
.popup-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Action button */
.action-btn {
  position: absolute;
  bottom: 20px; /* Adjust this value to set the distance from the bottom */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 123, 255, 0.8);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}


.action-btn:hover {
  background-color: rgba(0, 123, 255, 1);
}


 body{
    background-attachment: fixed;
    min-height: 100vh;
    width: 100hw;
    /* font-weight: <weight>;
    font-style: normal; */
    overflow-x: hidden;
} 

#preloader {
  background: white url(/asset/img/Drone\ flight\ loading.gif)no-repeat center;
  background-size: 400px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
}
/* navbar */
@import url('https://fonts.googleapis.com/css2?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&display=swap');
:root{
  --color-1: #ffffff;
  --text-color: #0c0c0c;
  --accent-color: #ff0000;
}
*{
  margin: 0;
  padding: 0;
}
#drop{
  max-width: 800px;
}
#nav2{
  background-color: white;
  width: 100%;
}
nav{
  height: 60px;
  background-color: var(--color-1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
}
.links-container{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
}
nav a{
  
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  
}

#about{
  margin: 5px;
}

#nav1 a:hover{
  background-color: var(--accent-color);
  color: white;
}
nav .home-link{
  margin-right: auto;
}
nav svg{
  fill: var(--text-color);
}
#sidebar-active{
  display: none;
}
.open-sidebar-button, .close-sidebar-button{
  display: none;
}
@media(max-width: 1000px){
  .links-container{
    flex-direction: column;
    align-items: flex-start;

    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 300px;

    background-color: var(--color-1);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.75s ease-out;
  }
  #logo-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  #toogel{
    margin: 0;
    padding: 0;
  }
  nav a{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 20px 30px;
   
  }
  .open-sidebar-button, .close-sidebar-button{
    padding: 20px;
    display: block;
  }
  #sidebar-active:checked ~ .links-container{
    right: 0;
  }
  #sidebar-active:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
}
@media(max-width: 1000px){
  .links-container{
    flex-direction: column;
    align-items: flex-start;

    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 300px;

    background-color: var(--color-1);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.75s ease-out;
  }
  nav a{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 20px 30px;
    
  }
  .open-sidebar-button, .close-sidebar-button{
    padding: 20px;
    display: block;
  }
  #sidebar-active:checked ~ .links-container{
    right: 0;
  }
  #sidebar-active:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
}

 .sbuttons {
    bottom: 5%;
    position: fixed;
    margin: 0.1em;
    margin-right: 2%;
    right: 0;
    z-index: 999;
  }
  .sbutton {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 10px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
  }
   .sbutton > i {
    font-size: 38px;
    line-height: 60px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
  }  
    .sbutton:active, 
   .sbutton:focus, 
  .sbutton:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  } 
  .sbutton:not(:last-child) {
    width: 60px;
    height: 60px;
    margin: 20px auto 0;
    opacity: 0;
  }
   .sbutton:not(:last-child) > i {
    font-size: 25px;
    line-height: 60px;
    transition: all .3s ease-in-out;
  } 
   .sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 60px;
    height: 60px;
    margin: 15px auto 0;
  }  
   .sbutton:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
  } 
  .sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
  }
   .sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
  } 
  .sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
  }
  .sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
   }
  .sbutton:not(:last-child):nth-last-child(6) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }  
   
    [tooltip]:before {
    font-family: 'Roboto';
    font-weight: 600;
    border-radius: 2px;
    background-color: #585858;
    color: #ffffff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    bottom: 20%;
    white-space: nowrap;
  }  
  
    [tooltip]:hover:before,
  [tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
  } 
  .sbutton.mainsbutton {
    background: #2ab1ce;
  }
  .sbutton.gplus {
    background: #F44336;
  }
  .sbutton.pinteres {
    background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
  }
  .sbutton.twitt {
    background: #03A9F4;
  }
  .sbutton.fb {
    background: #3F51B5;
  }
  .sbutton.whatsapp {
    background: #11f101;
  }  


/* .hero-section {
    background-image: url('/public/asset/img/1.png'); /* Replace with your image URL 
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 100px 0;
    height: 700px;
  }
  .hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  .hero-section p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .hero-section .btn {
    font-size: 1.2rem;
    padding: 10px 30px;
  } */
  #Features1{
    margin-left: 100px;
  }
.first{
    margin-top: 50px;
}
.hero-content h1{

 
  color:rgb(255, 255, 255);

}
#hero{
   margin-left: 35%; 
   color: rgb(255, 251, 251);
}
/* button a{
  color: #ffffff;
    text-decoration: none;
} */

.abc{
    background-color: rgba(0, 255, 17, 0.615);
    border-radius: 20%;
    margin-left: 10%;
    box-shadow: 0px 0px 10px #808080;
    width: 220px;
}
.py-1{
    margin-top: 10%;
}
body {
    font-family: Arial, sans-serif;
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
  background-color: rgb(0, 0, 0);
}

.custom-carousel-control {
  filter: invert(1) grayscale(100%) brightness(200%);
}



a {
    display: inline-block;
    margin-right: 8px;
    
}
header {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0px;
  }
  
  h1, h3  {
    text-transform: uppercase;
   }
  
  .counter
  {
      text-align: center;
  }
  
  .counter-count
  {
      font-size: 50px;
      font-weight: bold;
      position: relative;
      color: #000000;
      text-align: center;
      display: inline-block;
  }
  /* #pg3{ */
    /* background-image: url('/public/asset/img/Picsart_24-05-17_13-01-05-164.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 550px;

  } */
.pg-1{
    color: rgb(255, 255, 255);
    padding-top: 100px;
}
.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #1906f3;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}

#pg8{
    color: rgb(0, 0, 0);
}
#m1{
  text-decoration: none;
  
}
.col{
    flex-basis: 22%;
    text-align: center;
    color: #616060;
}
.counter-box{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 0 20px -4px #66676c;
}
h2,span{
    display: inline-block;
    margin: 15px 0;
    font-size: 50px;
    color: #000;
}
.counter-box .fa{
    font-size: 40px;
    color: #009688;
    display: block;
}
#pgp{
   
    margin-top: 650px;
}
#mm{
    margin-top: 50px;
}
#pl{
 margin-top: 250px;
}

#pg7{
  margin-top: -650px;
}
#sp{
 font-size: large;
 margin-left: 40%;

}
#sp1{
  font-size: large;
}
#sp2{
  font-size: large;
}
#sp3{
  font-size: large;
}
#sp4{
  font-size: large;
}
 #m1{
  background-color: white;
  text-decoration: none;
 }
 #m0{
  text-decoration: none;
 }

/* founders */
.members {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6 {
  color: #3e4555;
}

.members .font-weight-medium {
  font-weight: 500;
}

.members .bg-light {
  background-color: #f4f8fa !important;
}

.members .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.members .pro-pic {
  min-height: 200px;
}

.members .pro-pic .card-img-overlay ul {
  top: 50%;
}

.members .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.members .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.members .pro-pic:hover .card-img-overlay {
  display: block;
}

ul.social-network {
  list-style: none;
  display: inline;
  
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoFacebook:hover {
  background-color: #f88c40;
}

.social-network a.icoWhatsapp:hover {
  background-color: rgb(41, 208, 245);
}

.social-network a.icoInstagram:hover {
  background-color: #d62eac;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoWhatsapp:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #ffffff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background-color: #949393;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
  
  
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #ffffff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.team-section {
  text-align: center;
  padding: 50px;
  background-color: #fff;
}

h1 {
  color: #333;
  margin-bottom: 20px;
}

.team-members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.member {
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.member img {
  width: 100%;
  border-radius: 10px;
}

h2 {
  margin: 10px 0 5px;
  color: #555;
}

p {
  color: #777;
}



 

 
 

.footer{
  margin: 0%;
  padding: 0%;
  background-color: #d8d7d7;
}
/*counter*/
/* 
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #171717;
}

.wrapper {
  position: absolute;
  width: 80vw;
  transform:  translate(-50%, -50%);
  top:50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.container {
  width: 28vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 18px;
  border-radius: 0.5em;
  background-color: #21242b;
  border-bottom: 10px solid #188cf9;
}

i{
  color: #188cf9;
  font-size: 2.5em;
  text-align: center;

}

span.num {
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}

span.text {
  color: #e0e0e0;
  font-size: 1.1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}

@media screen and (max-width:1024px) {
  .wrapper {
    width: 85vw;
  }
  .container {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper{
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }

  .container {
    width: calc(50% -40px);
    height: 30vmin;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper{
    gap: 15px;
  }

  .container {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
} */
/*home*/
#r{
  color: #ff0000;
}
.home0{
  height: 100vh;
  width: 100%;
  background: url("/asset/img/POWER\ GUARD\ \ img.jpg") no-repeat ;
  opacity: 100px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;

 
}

.home0 .home-content{
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home0 .text-one{
  font-size: 30px;
  color: #30a9ef;
}
.home0 .text-two{
  color: #000000;
  font-size: 50px;
  font-weight: 600;
  margin-left: -3px;
}
.home0 .text-three{
  font-size: 30px;
  margin: 5px 0;
  color: #ffffff;
}
.home0 .text-four{
  font-size: 23px;
  margin: 5px 0;
  color: #06a2fd;
}
.home0 .button{
  margin: 14px 0;
}
.home0 .button button{
  outline: none;
  padding: 8px 16px;
  
  font-size: 25px;
  font-weight: 400;
  background: #4070f4;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.home0 .button button:hover{
  border-color: #ffffff;
  
  color: #ffffff;
}
/* BLOG */
.home3{
  height: 100vh;
  width: 100%;
  background: url("/asset/img/award\ main.jpg") no-repeat ;
  opacity: 100px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
 
 
}
#r{
  color: #ff0000;
}
.home3 .home-content{
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
 
}
.home3 .text-one{
  font-size: 30px;
  color: #30a9ef;
}
.home3 .text-two{
  color: #FF6347;
  font-size: 65px;
  font-weight: 600;
  

}
.home3 .text-three{
  font-size: 30px;
  margin: 5px 0;
  color:#ffffff;
}
.home3 .text-four{
  font-size: 23px;
  margin: 5px 0;
  color: #2E8B57;
}
.home3 .button{
  margin: 14px 0;
}
.home3 .button button{
  outline: none;
  padding: 8px 16px;
 
  font-size: 25px;
  font-weight: 400;
  background: #4070f4;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.home3 .button button:hover{
  border-color: #4070f4;
  background-color: #fff;
  color: #4070f4;
}

/* service*/
.home1{
  height: 100vh;
  width: 100%;
  background: url("/asset/img/fpv.JPG") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}
.home1 .home-content{
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home1 .text-one{
  font-size: 25px;
  color: #a53f1df0;
}
.home1 .text-two{
  color: #dd8634;
  font-size: 75px;
  font-weight: 600;
  margin-left: -3px;
}
.home1 .text-three{
  font-size: 30px;
  margin: 5px 0;
  color: #ffffff;
}
.home1 .text-four{
  font-size: 23px;
  margin: 5px 0;
  color: #0E2431;
}
.home1 .button{
  margin: 14px 0;
}
.home1 .button button{
  outline: none;
  padding: 8px 16px;
  
  font-size: 25px;
  font-weight: 400;
  background: #4070f4;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.home1 .button button:hover{
  border-color: #4070f4;
  background-color: #fff;
  color: #4070f4;
}

/*project*/
.home{
  height: 100vh;
  width: 100%;
  background: url("/asset/img/award.JPG") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
}
.home .home-content{
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .text-one{
  font-size: 25px;
  color: #0E2431;
}
.home .text-two{
  color: #ff0000;
  font-size: 75px;
  font-weight: 600;
  margin-left: -3px;
}
.home .text-three{
  font-size: 30px;
  margin: 5px 0;
  color:  #FFFFFF;
}
.home .text-four{
  font-size: 23px;
  margin: 5px 0;
  color: #ffffff;
}
.home .button{
  margin: 14px 0;
}
.home .button button{
  outline: none;
  padding: 8px 16px;
  
  font-size: 25px;
  font-weight: 400;
  background: #4070f4;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.home .button button:hover{
  border-color: #4070f4;
  background-color: #fff;
  color: #4070f4;
}
/* Style for Order Button */
.order-btn {
  background: linear-gradient(135deg,#ff0000, #000000);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.order-btn:hover {
  background: linear-gradient(135deg,#000000, #ff0000);
}

/* Popup Form */
.popup-form {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  
}

#orderPopup .popup-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-top: 150px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Form Group Styling */
.form-group {
  margin-bottom: 15px;
  text-align: left;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Resizable Textarea for Description */
textarea {
  resize: both;
  min-height: 100px;
}

/* Center submit button */
button[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

button[type="submit"]:hover {
  background-color: #45a049;
}
/* blog */
.home6{
  height: 100vh;
  width: 100%;
  background: url("/asset/img/award1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
  
}
.home6 .home-content{
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.home6 .text-one{
  font-size: 25px;
  color: #FF5733;
}
.home6 .text-two{
  color: #FF5733;
  font-size: 75px;
  font-weight: 600;
  margin-left: -3px;
}
.home6 .text-three{
  font-size: 30px;
  margin: 5px 0;
  color: #FFFFFF;
}
.home6 .text-four{
  font-size: 23px;
  margin: 5px 0;
  color: #0E2431;
}
.home6 .button{
  margin: 14px 0;
}
.home6 .button button{
  outline: none;
  padding: 8px 16px;
  font-size: 25px;
  font-weight: 400;
  background: #4070f4;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.home6 .button button:hover{
  border-color: #4070f4;
  background-color: #fff;
  color: #4070f4;

}
/* workshop */
.home7{
  height: 100vh;
  width: 100%;
  background: url("/asset/img/ws11.JPG") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Ubuntu', sans-serif;
  
}
.home7 .home-content{
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.home7 .text-one{
  font-size: 25px;
  color: #019df8;
}
.home7 .text-two{
  color: #0066ffe5;
  
  font-size: 45px;
  font-weight: 600;
  margin-left: -3px;
}
.home7 .text-three{
  font-size: 30px;
  margin: 5px 0;
  color: #ffffffd4;
  text-shadow: #000000;
}
.home7 .text-four{
  font-size: 23px;
  margin: 5px 0;
  color: #0E2431;
}
.home7 .button{
  margin: 14px 0;
}
.home7 .button button{
  outline: none;
  padding: 8px 16px;
  font-size: 25px;
  font-weight: 400;
  background: #4070f4;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}
.home7 .button button:hover{
  border-color: #4070f4;
  background-color: #fff;
  color: #4070f4;}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}


 header {
  background-color: #646464;
  padding: 0.2rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header h1{
  color: #f5f5f5;
  font-size: 30px;
}
/* .letflo{
padding: 20px;
background-color: #ff2c2c;
color: #f5f5f5;
font-size: 20px;

}

.marquee {
  position: relative;
  height: 1px;
 

  will-change: transform;
  animation: marquee 10s linear infinite;

} */

/* .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;

} */


@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.7rem;
  justify-content: center;
  background-color: #e8f1fb9e;
}

.blog-card {
  background-color: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  margin: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.603); /* More pronounced shadow */
}

.card-image {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 1rem;
}

.description {
  font-size: 0.9rem;
  color: #555;
}

.full-content {
  display: none;
}

.read-more-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0.5rem;
}

.card-share {
  padding: 1rem;
  text-align: end;
  position: sticky;
}

.share-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 0.5rem 2rem;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500 bold;
  
  
}

.share-btn:hover{
  background-color: #007bff;
  
}
.container1{
  width: 45vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 18px;
  border-radius: 0.5em;
  /* background-color: #c6c9cb91;
  border-bottom: 10px solid #515c7a; */
}
.wrapper1{
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
#cou{
  background-color: #000000ec;
  width: 100%;
}
#cou #i{
  color: #080feaa9;
  font-size: 2.5em;
  text-align: center;
  color: rgba(255, 0, 0, 0.848);
  
}
#te{ 
  font-size: xx-large;
  font-weight: 400;
  margin-top: -10px;
 }
 span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}

span.text {
  color: #ff0000df;
  font-size: 1.1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
#cou{
  margin-top: 100px;
}

@media screen and (max-width:1024px) {
  .wrapper1{
    width: 85vw;
  }
  .container1{
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper1{
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }

  .container1{
    width: calc(50% -40px);
    height: 30vmin;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }

  .your-element-class {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 480px) {
  
  .wrapper1{
    gap: 15px;
  }
  #cou{
    margin-top: -1px;
   
    width: 100%;
  }
  #cou #i{
    color: #080feaa9;
    font-size: 30px;
    text-align: center;
    color: rgba(255, 0, 0, 0.848);
    
  }
  .container1{
    width: 100%;
    height: 120px;
    font-size: 8px;
    
  }
 #Features1{
  margin-left: 30px;
 }

}


/* Footer Styles */
footer.footer-modern {
  background-color: #111;
  color: #fff;
  padding: 40px 0;
  font-family: 'Arial', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 30px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-section h3, 
.footer-section h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #f4f4f4;
  border-bottom: 2px solid #444;
  padding-bottom: 10px;
}

.footer-section p {
  line-height: 1.6;
  font-size: 0.95em;
  color: #ccc;
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  margin-right: 15px;
  font-size: 1.5em;
  transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
  color: #0077b5; /* Hover color */
  transform: translateY(-5px);
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  background-color: #222;
  color: #999;
  font-size: 0.9em;
}

.footer-bottom p {
  margin: 0;
}
.drone{
  color: #ffffff;
}
.tribes{
  color:#ff0000;
}
/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
      flex-direction: row;
      text-align: center;
  }

  .social-icons {
      margin-top: 20px;
  }
}
/* product form*/
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
 #orderPopup .popup-content {
   width: 350px;
   max-height: 600px;
   font-size: x-small;
  
   
  }
  #orderPopup{
    margin-top: -50px;
    height: 800px;
  }
  
 }