body{
  font-family: Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height:1.5;
  padding:0;
  background-color: white;
}

/* Global */
.container{
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.container1{
  width: 100%;
  margin: auto;
  overflow: hidden;
}

ul{
  margin: 0;
  padding: 0;
}

.button_1{
  height: 38px;
  background: black;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}
/* Header **/
header{
  background: #e5e5e0;
  color: grey;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: black 3px solid;
}

header a{
  color: black;
   -webkit-text-fill-color: #aaabaf; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
  font-size: 30px;
}

header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float: left;
}

header #branding h1{
  margin: 0;
  color: grey;
}

header nav{
  float: right;
  margin-top: 10px;
}

header .highlight, header .current a{
  color: black;
  font-weight:bold;
}

header a:hover{
  color: #C0C0C0;
  font-weight: bold;
}

/* Showcase */
#showcase{
  min-height: 400px;
  background:url('../img/showcase.webp') no-repeat 0 -400px;
  text-align: center;
  color: black;
  width: 100%
}

#showcase h1{
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
  color: grey;
   -webkit-text-fill-color: #072d43; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;

}

#showcase p{
  font-size: 45px;
  color: grey;
   -webkit-text-fill-color: #072d43; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;

}
/*end of showcase*/

/*start of newsletter */
#newsletter{
  padding: 15px;
  color: black;
  background: #e5e5e0;
}

#newsletter h1{
  float: left;
}

#newsletter form{
  float: right;
  margin-top: 15px;
}

#newsletter input[type="email"]{
  padding: 4px;
  height: 25px;
  width: 250px;
}
/* end of boxes */
/* boxes */
#boxes{
  margin-top: 20px;
}

#boxes .box{
  float: left;
  text-align: left;
  width: 30%;
  padding: 10px;
}

footer{
  padding: 20px;
  margin-top: 20px;
  color: black;
  background-color: grey;
  text-align: center;
}

#apple{
  width:100%;
  height: 100%;
  object-fit: cover;
}

#samsung{
  width:100%;
  height: 100%;
  object-fit: cover;
}

#huawei{
  width:100%;
  height: 100%;
  object-fit: cover;
}


.item{
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}

/* footer */

#footer_text{
  text-align: center;
}

#footer_text:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

/* zoom hover img */

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.pc{
  position:relative; left:18px; top:2px;
}

/* container for 2nd carousel */
.container7{
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
}

.fontdrone{
  font-size: 50px;
  color: ;
  position: relative;
  bottom: 50px;
}

.fontdrone1{
  font-size: 50px;
  color: ;
  position: relative;
  bottom: 50px;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

#dronehed{
  text-align: center;
  font-size: 45px;
  color: black;
 }

 #dronetxt{
   text-align: center;
   font-size: 20px;
   color: black;
 }

h3{
  color: #0e4071;
}

.container4{
  width: 95%;
  margin: auto;
  overflow: hidden;
  border-style: solid;
  border-width: 5px 10px 5px 10px;
}

#sale{
  position: absolute;
  left: 100px;
  top: 1100px;
}

#heading_alexa{
  text-align: center;
  font-family: monospace;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
