@charset "utf-8";

/* CSS Document
/* -------- DRONE CONTENT ---------- */
section::after{
    content:'';
    display: block;
    clear: both;
}
.master_shot{
	width: 100%;
    background-color: #bab8b8;
	padding: 20px 0px;
	
}
.instagram{
	width: 100%;
   background-color: #6b6b6b;
	padding: 20px 0px;
	
}

.web_vedio{
	width: 100%;
    background-color: #302f2f;
	padding: 20px 0px;
	
}


.drone_description {
  width: 80%;
  padding: 40px 40px 20px 40px;
  margin: 40px auto 20px auto;
  background-color: #d0cfd04e;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.6em;
  color: #000;
}

.sky_plan_pricing {
  width: 80%;
  margin: 0 auto;
  color: #000;
  background-color: #d0d0d0;
 padding: 40px 40px 20px 40px;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.6em;
}

div.title {
  color: #000;
  text-align: center;
  margin: 20px 0px;
}

section.drone_main {
  padding: 0px;
  width: 100%;
  margin: 0 auto;
}

section.drone_main aside{
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    background-color: #f1f1f1;

}


section.drone_main aside div.drone_content1 {
  text-align: center;
  color: #000000;
  background-color: darkgrey;
  padding: 20px 20px;
}


section.drone_main aside div.drone_content2 {
  text-align: center;
  background-color: #555555;
  color: white;
  padding: 20px 20px;
}

section.drone_main aside div.drone_content3 {
  text-align: center;
  background-color: #000000;
  color: white;
  padding: 20px 20px;
}

.sky_plan_image{
	width: 80%;
	margin: 0 auto;
}


 #drone-carousel{
	width: 80%;
	background-color: #d0d0d0;
	color: #ffffff;
	position: relative;
	margin: 0 auto;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px; /* Adjust as needed */
	cursor: pointer;
	z-index: 10;
  }
  
  .left-arrow {
	left: 10px; /* Adjust as needed */
  }
  
  .right-arrow {
	right: 10px; /* Adjust as needed */
  }
  .video_player{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	&::before{
		padding-top: 56.25%;
		display: block;
		content:"";
		box-sizing: border-box;
	}
  }
  video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;

  }
  .drone_stills_pricing{
	width: 100%;
	margin: 0 auto;
	color: #000;
	padding: 10px 0px;
  }
.drone_list {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.6em;
}

section.price .drone_content{
	padding-top: 20px;
	padding-left: 40px;
}
section.price div.drone_content h1{
	margin-bottom: 4px;
}
section.price div.drone_content p{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:1.6em;
}
  .disclaimer{
width: 80%;
text-align: center; 
margin: 20px auto;
font-size: 1.2em ;
 font-weight: 500;
 color: #000;
 padding:20px 20px 0px 20px;

  }

#drone-slider{
	margin: 0 auto;
	width: 100%;
	padding-left: .1px;
	background: #000;
	position: relative;
	z-index: 1;
}
#drone-slider input[type=radio]{
	display: none;
}
#drone-slider label{
	cursor: pointer;
	text-decoration: none;
}
#drone-slides{
	margin: 0 auto 0 auto;
	width: 100%;
	padding-left: .1px;
	background: #000;
	position: relative;
	z-index: 1;
}
#drone-overflow{
	width: 100%;
	overflow: hidden;
}
#drone-slide1:checked ~ #drone-slides .inner{
	margin-left:0;}
#drone-slide2:checked ~ #drone-slides .inner{
	margin-left: -100%;}  
#drone-slide3:checked ~ #drone-slides .inner{
	margin-left: -200%;}
#drone-slide4:checked ~ #drone-slides .inner{
	margin-left: -300%;}
#drone-slide5:checked ~ #drone-slides .inner{
	margin-left: -400%;}
#drone-slide6:checked ~ #drone-slides .inner{
	margin-left: -500%;}


#drone-slides .inner{
	transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	width: 600%;
	line-height: 0;
}
#drone-slides .drone_slide{
	width: 16.66666%;
	float: left;
	display: flex;
	justify-content:center;
	align-items: center;
	height: 100%;
	color: #fff;
}
#drone-slides .drone_slide_1{
	background:  #00171f ;
}
#drone-slides .drone_slide_2{
	background: #003458;
}
#drone-slides .drone_slide_3{
	background: #007ea7;
}
#drone-slides .drone_slide_4{
	background: #008ae8;
}
#drone-slides .drone_slide_5{
	background: rgb(215, 129, 224);
}
#drone-slides .drone_slide_6{
	background: #387254;
}
#drone-controls{
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	z-index: 10;
	background-color: #007ea7;
}
#drone-controls label{
	transition: opacity 0.2s ease-out;
	display: none;
	width: 50px;
	height: 50px;
	opacity: .4;
}
#drone-controls label:hover{
	opacity: 1;
}

#drone-slide1:checked ~ #drone-controls label:nth-child(2),
#drone-slide2:checked ~ #drone-controls label:nth-child(3),
#drone-slide3:checked ~ #drone-controls label:nth-child(4),
#drone-slide4:checked ~ #drone-controls label:nth-child(5),
#drone-slide5:checked ~ #drone-controls label:nth-child(6),
#drone-slide6:checked ~ #drone-controls label:nth-child(1)
{
	width: 50px;
	height: 50px;
    background:url("../images/right_arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
	display: block;

}

#drone-slide1:checked ~ #drone-controls label:nth-last-child(1),
#drone-slide2:checked ~ #drone-controls label:nth-last-child(6),
#drone-slide3:checked ~ #drone-controls label:nth-last-child(5),
#drone-slide4:checked ~ #drone-controls label:nth-last-child(4),
#drone-slide5:checked ~ #drone-controls label:nth-last-child(3),
#drone-slide6:checked ~ #drone-controls label:nth-last-child(2)
{
	width: 50px;
	height: 50px;
	background: url("../images/left_arrow.png") no-repeat;
	background-size: auto;
	background-size: cover;
	position: absolute;
	top: 45%;
	left: 10px;
	transform: translateY(-50%);
	display: block;
}

#drone-bullets{
	text-align: center;
    padding: 20px 0 20px 0;
}

#drone-bullets label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #4867e1;
    border: 2px #fff ;
	margin: 0 20px;
  }

#drone-slide1:checked ~ #drone-bullets label:nth-child(1),
#drone-slide2:checked ~ #drone-bullets label:nth-child(2),
#drone-slide3:checked ~ #drone-bullets label:nth-child(3),
#drone-slide4:checked ~ #drone-bullets label:nth-child(4),
#drone-slide5:checked ~ #drone-bullets label:nth-child(5),
#drone-slide6:checked ~ #drone-bullets label:nth-child(6)
{
	background: #ffffff;
}


@media screen and (max-width: 900px) {
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(6),
#slide6:checked ~ #controls label:nth-child(1),
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(5),
#slide5:checked ~ #controls label:nth-last-child(6),
#slide6:checked ~ #controls label:nth-last-child(1){
margin: 0;
}
}
/*----------------end of drone slider carousel-------------------------*/
/* Media queries

/* 750 px break point*/
@media  screen and (max-width:625px) {
#drone-bullets {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 20px 0;
} 
#drone-bullets label {
  width: 15px;
  height:15px;
  margin: 0 15px;
}










 



}



/* 750 px break point*/
@media  screen and (max-width:825px) {
	  #drone-carousel {
  width: 100%;
}
.sky_plan_image{
 width: 100%;
}
}

ul { list-style: none; }
a { text-decoration: unset; }
a:hover { text-decoration: underline; }
ul > li > a { color:#ffffff; }
ul > li { line-height: 1.5em; }

.text {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    letter-spacing: .18em;
    font-weight: 600;
}

@media screen and (max-width: 540px) {
  section.footer_main aside.footer_box2 {
  width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
    border-bottom: thin inset white;
    padding-bottom: 20px;
  }
    section.footer_main aside.footer_box3 {
  width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
 
  }

}
