
*{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
	
}
#topbar{
	height: 40px;
	background-color:#f9004d; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right,black, black);
	display: inline-block;
	width: 100%;
}
#topbar p{
	
	color: white;
	float: left;
	padding: 10px;
}
.hero{
	height: 100vh;
	width: 100%;
	background-image: url(../img/AL.jpg);
	background-size: cover;
	background-position: center;
}
.hero1{
	height: 100vh;
	width: 100%;
	background-image: url(https://static.wixstatic.com/media/bb7b70_d5fde322f7914060b7d997ba9d506a50~mv2.gif);
	background-size: cover;
	background-position: center;
}
.hero2{
	height: 100vh;
	width: 100%;
	background-image: url(https://images.askmen.com/news/sports/_1496763766.gif);
	background-size: cover;
	background-position: center;
}
nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 45px;
	padding-left: 8%;
	padding-right: 8%;
}
.logo{
	color: white;
	font-size: 35px;
	letter-spacing: 1px;
	cursor: pointer;
}
span{
	color: #f9004d;
}
nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px  20px;
	
}
nav ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
nav ul li a:hover{
	color: #f9004d;
	transition: .4s;
}
.btn{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s; 
}
.btn:hover{
	transform: scale(1.2);
}

.content{
	position: absolute;
	top: 50%;
	left:8%;
	transform: translateY(-50%);
}
/*robots*/
.about-robots h1{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}
.about-robots h3{
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
.about-robots h4{
	color: #fcfc;
	letter-spacing: 2px;
	font-size: 20px;
}
.about-text h3{
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
.sectioniframe{
text-align:center;



}

.section img{
height:260px;
}
.about{
	width: 100%;
	padding: 100px 0px;
	background-color: #191919;
}
.about img{
	height: 200%;
	width: 430px;
	float:right;
}
.about-text{
	width: 550px;
	
}
.main{
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding:15px;
}
.about-text h2{
	color: white;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-text h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.about-text p{
	color: #fcfc;
	
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}
button{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
	align-items:center;
}
button:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}


.service{
	background: #101010;
	width: 100%;
	padding: 100px 0px;
}
.title h2{
	color: white;
	font-size: 75px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}



.pra p{
	color: #fcfc;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}

.contact-me{
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

h1{
	color: black;
	font-size: 80px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 45px;
	align-items: center;
}
.contact-me p{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}

footer{
	position: relative;
	width: 100%;
	height: 400px;
	background: #101010;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer p:nth-child(1){
	font-size: 30px;
	color: #f9004d;
	margin-bottom: 20px;
	font-weight: bold;
}
footer p:nth-child(2){
	color: white;
	font-size: 17px;
	width: 500px;
	text-align: center;
	line-height: 26px;
}
.social{
	display: flex;
}
.social a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #f9004d;
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}
.end{
	position: absolute;
	color:#f9004d;
	bottom: 35px;
	font-size: 14px; 
}
.end a{
	
	color:#f9004d;
	bottom: 35px;
	font-size: 14px; 
}
.end a:hover{
	
	color:white;
 
}
.contain{
		width: 90%;
		
		margin: 10px auto;	 
		display: flex;
		flex-direction: row;
		justify-content: center;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: black;
}

/* Slides */
.hiddenClass{
	display: none;
}
.mySlides {
  
  padding: 80px;
  text-align: center;
}
.mySlides q{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.mySlides p{
	padding-top :25px;
	font-size: 20px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: black;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: white;
}



/* Add a blue color to the author */
.author {color: cornflowerblue;}




/* **************************index****************************************/
.boxx{
		width: 250px;
		margin: 20px 50px;
		box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
		transition: 1s;
        padding: 15px 20px;
}
.boxx iframe{
		display: block;
		width:100%;
		border-radius: 10px;
}
.boxx:hover{
		transform: scale(1.3);
		z-index: 2;
}
.box{
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 400px;
}
.card{
	height: 455px;
	width: 335px;
	padding: 10px 40px;
	background: #191919;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.card i{
	font-size: 50px;
	display: block;
	text-align: center;
	margin: 25px 0px;
	color: #f9004d;

}
.card h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.card .button{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s; 
	margin-bottom: 10px;
}

.card .button:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}
.newslatter form{
	width: 380px;
	max-width: 100%;
	position: relative;
}
.newslatter form input:first-child{
	display: inline-block;
	width: 100%;
	padding: 14px 130px 14px 15px;
	border: 2px solid #f9004d;
	outline: none;
	border-radius: 30px;
}
.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	border-radius: 30px;
	background-color:#f9004d;
	color: white;
	box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
	top: 6px;
	right: 6px; 
}
#cycle{
	width: 100%;
	background-color: black;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-left: 0px;
	
}

/* **************************history****************************************/

.Gallary{
	margin:10px 50px;
	width: 100%;
	height: 400px;
	background: white;
	display: flex;
	align-items: center;
	
	justify-content: left;
}
.Gallary img{
	width: 230px;
	padding: 5px;
	filter:grayscale(100%);
	transition:1s;
}
.Gallary img:hover{
	filter:grayscale(0%);
}

/* **************************Robots****************************************/

.robot{
	width: 100%;
	padding: 50px 60px;
	background-color: #191919;
}
robot img{
	height: 200%;
	width: 590px;
	align-items:center;
}
.about-robots{
	width: 700px;
	
}
.main robot{
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	float: left;
	justify-content: space-around;
}
.about-robots h2{
	color: white;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-robots h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.about-robots p{
	color: #fcfc;
	float:left;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}
.about-robots iframe{
	padding:25px 0px;
}
.latest{
    max-width: 1170px;
    margin: 30px auto;
    width: 100%;
	
}
.latest-heading{
    width: 100%;
    padding: 10px 20px;
    background-color: #0e0e0ec2;
    border: 1px solid #161616b9;
}
.latest-heading h1{
    color: #dadada;
    font-size: 1.3rem;
    font-weight: 1000;
}
.post-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
	align-items:center;
}
.post-box{
    width: 100%;
    height: 590px;
    overflow: hidden;
    background-color: #0e0e0ec2;
    border: 1px solid #161616b9;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.15);
    position: relative;
	margin: 40px 0px;
}
.post-box .post-img{
    width: 100%;
    height: 10%;
	align-items:center;
}
.post-box .post-img img{
    width: 100%;
    height: 10%;
    object-position: right;
    object-fit: cover;
}
.main-slider-text .movie-name a:hover{
    opacity: 0.5;
    transition: all ease 0.3s;
	color:white;
}
.main-slider-text .movie-name p{
	color:white;
}
.nmm{
	height: 55px;
	width: 310px;
	padding: 20px 5px;
	background: #191919;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}


.nmm .button{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 10px 100px;
	border-radius: 30px;
	transition: .4s; 
}
.nmm .button:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}
/******************end of css************************/






