*{
	margin: 0; padding: 0;
	box-sizing: border-box;
	font-family: Vardana, Geneva, Tahoma, sans-serif;
	outline: none; border: none;
	text-decoration: none;
	text-transform: capitalize;
	transition: .2s lineaer;
}

/*body {
  background-color:#ada29f0d ;
}*/


html{
	font-size: 70.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
	overflow-x: hidden;
	
}

.heading{
	text-align: center;
	font-size: 4rem;
	color: #333;
	padding: 1rem;
	margin: 2rem 0;
/*	background: rgba(255, 51, 153, .05);*/
}

.heading span{
	color: darkred;
}

.btn{
	display: inline-block;
	margin-top: 1rem;
	border-radius: 5rem;
	background: #333;
	color: #fff;
	padding: .9rem 3.5rem;
	cursor: pointer;
	font-size: 1.7rem;
}

.btn:hover{
	background: red;
}

header{
	position: fixed;
	top: 0; left: 0; right: 0;
	background: #fff;
	padding: 2rem 9%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: 0 .5rem 1rem  rgba(0, 0, 0, .1);
}

header .logo {
	font-size: 3rem;
	color: black;
	font-weight: bolder;
}
header .logo span{
	color: red;
}

header .navbar a{
	font-size: 2rem;
	padding: 0 1.5rem;
	color: #333;
	text-decoration: none;
}

header .navbar a:hover{
	color: red;
}

header .icons a{
	font-size: 2.5rem;
	color: #333;
	margin-left: 1.5rem;
}

header .icons a:hover{
	color: red;
}

header #toggler{
	display: none;
}

header .fa-bars{
	font-size: 3rem;
	color:#333;
	border-radius: .5rem;
	padding:.5rem 1.5rem;
	cursor: pointer;
	border: .1rem solid rgba(0, 0, 0, .3);
	display: none;
}

.about h1{
	margin-top: 10rem;
}

.about .row .image{
    flex:1 1 40rem;
    padding-top: 17rem;
}

.about .row .image1{
    flex:1 1 40rem !important;
    padding-top: 1rem !important;
}



.about .row .image img{
    width: 100%;
    width: 1.5rem solid #fff;
	border-radius: .5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 1.0);
	object-fit: cover;
}

.about .row .content{
	flex: 1 1 40rem;
}

.about .row .content h3{
/*	padding-top: 3rem;*/
	font-size: 5rem;
	color: #333;
}

.about .row .content p{
	font-size: 1.5rem;
	color: #333;
	padding: .5rem 0;
	padding-top: 2rem;
	line-height: 2rem;
}

.about .con p{
	margin-top: 5rem;
	font-size: 1.5rem;
	color: #333;
	padding: .5rem 0;
	padding-top: 2rem;
	line-height: 2.5rem;

}

.image-about {
    display: flex;
    padding-top: 1rem !impo;
}


.about .row .content .btn{
	display: inline-block;
	margin-top: 1rem;
	border-radius: 5rem;
	background: #333;
	color: #fff;
	padding: .9rem 3.5rem;
	cursor: pointer;
	font-size: 1.7rem;
}

.about .row .content .btn:hover{
	background: blue;

}

.about .row .image1{
    flex:1 1 40rem;
    padding-top: 3rem;
}

.about .row .image1 img{
    width: 100%;
    height: 98%;
    width: 1.5rem solid #fff;
	border-radius: .5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 1.0);
	object-fit: cover;
}

.about .row .content{
	flex: 1 1 40rem;
}

.about .row .content h2{
	padding-top:5rem;
	font-size: 3rem;
	color: #333;
}

.about .row .content ul{
	font-size:1.5rem;
	color: orangered;
	padding: .5rem 0;
	padding-top:4rem;
	line-height: 1rem;
	padding-left: 2rem;
}

.video h1{
	margin-top: 10rem;
}

.video .box-container{
	display: flex;
	flex-wrap: wrap;
	gap: 7rem;
}

.video .box-container .box{
	flex: 1 1 30rem;
	width: 1.5rem solid #fff;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 1.0);
	border-radius: .5rem;
	border: .1rem solid rgba(0, 0, 0, .1);
	position: relative;
}

.video .box-container .box .video-container{
	position: relative;
	text-align: center;
	padding-top: 2rem;
	overflow: hidden;
}

.video .btn{
	display: inline-block;
	margin-top: 5rem;
	margin-left: 90rem;
	margin-bottom: 5rem;
	border-radius: 5rem;
	background: #333;
	color: #fff;
	padding: .9rem 2rem;
	align-items: center;
	cursor: pointer;
	font-size: 1.7rem;
}

.video .btn:hover{
	background: blue;

}

.products .box-container .box .video-container video{
	height: 25rem;
}

.products .box-container .box:hover .video-container video{
	transform: scale(1.1);
}

.contact h1{
	margin-top: 10rem;
}

.contact .row{
	display: flex;
	flex-wrap: wrap-reverse;
	gap: 1.5rem;
	align-items: center;
}


.contact .row form{
    flex:1 1 40rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    border: 0.5rem solid rgba(1, 0, 0, .1);
    background: #fff;
    border-radius: .5rem;
    font-size: 1.5rem
}

.contact .row .image{
    flex:1 1 40rem;
}

.contact .row .image img{
    width: 100%;
}

.contact .row form .box{
	padding: 1rem;
	font-size: 1.9rem;
	color: #fff;
	text-transform: none;
	border: .1rem solid rgba(0,0,0,.1);
	border-radius: .5rem;
	margin: .7rem 0;
	width: 100%;
}

.contact .row form .box:focus{
	border-color: red;
}

.contact .row form textarea{
	height: 15rem;
	resize: none;
}

.contact .row  .btn{
	display: inline-block;
	margin-top: 1rem;
	border-radius: 5rem;
	background: #333;
	color: #fff;
	padding: .9rem 3.5rem;
	cursor: pointer;
	font-size: 1.7rem;
}

.contact .row .btn:hover{
	background: blue;

}

.gallery h1{
	margin-top: 10rem;
}

.gallery .box-container{
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.gallery .box-container .box{
	flex: 1 1 30rem;
	width: 1.5rem solid #fff;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 1.0);
	border-radius: .5rem;
	border: .1rem solid rgba(0, 0, 0, .1);
	position: relative;
}

.gallery .box-container .box .image{
	position: relative;
	text-align: center;
	padding-top: 1rem;
	overflow: hidden;
}

.gallery .box-container .box .image img{
	border: .1rem solid rgba(0, 0, 0, .1);
	height: 25rem;
}

.gallery .box-container .box:hover .image img{
	transform: scale(1.1);
}

.gallery .box-container .btn{
	display: inline-block;
	margin-top: 0.5rem;
	margin-left: 80rem;
	margin-bottom: 2rem;
	border-radius: 5rem;
	background: #333;
	color: #fff;
	padding: .9rem 2rem;
	align-items: center;
	cursor: pointer;
	font-size: 1.7rem;
}

.gallery .box-container .btn:hover{
	background: blue;

}
.footer {
  width: 100%;                /* full width */
  background-color: black;    /* black background */
  padding: 3rem 5rem;
}

.footer .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer .box {
  flex: 1 1 25rem;
}

.footer .box h3 {
  color: #fff;                /* white text */
  font-size: 2.2rem;
  margin-bottom: 1rem;
  border-top: .1rem solid rgba(255, 255, 255, 0.2);
  padding-top: .5rem;
}

.footer .box a {
  display: block;
  color: #aaa;                /* light gray links */
  font-size: 1.4rem;
  padding: .5rem 0;
  text-decoration: none;
}

.footer .box a:hover {
  color: red;
}

.footer .credit {
  text-align: center;
  padding: 2rem 0 0;
  margin-top: 2rem;
  font-size: 1.5rem;
  color: #ddd;                /* light gray text */
  border-top: .1rem solid rgba(255, 255, 255, 0.2);
}

.footer .credit span {
  color: red;
  /*font-weight: bold*/;
}














































@media (max-width:1000px){
	
	html{
		font-size: 55%;
    }

    header{
    	padding: 2rem;
    }

    section{
    	padding: 2rem;
    }

    .home{
    	background-position: left;
    }
}


@media (max-width:768px){

	header .fa-bars{
		display: block;
	}

	header .navbar{
		position: absolute;
		top:100%; left: 0; right: 0;
		background: #eee;
		border-top: .1rem solid rgba(0,0,0,.1);
		clip-path: polygon(0 0,100% 0, 100% 0,0 0);
	}

	header #toggler:checked ~ .navbar{
		clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
	} 

	header .navbar a{
		margin: 1.5rem;
		padding: 1.5rem;
		background: #fff;
		border: .1rem solid rgba(0, 0, 0, .1);
		display: block;
    }

   .home .content h3{
   	font-size: 5rem;
    }

     .home .content span{
   	font-size: 2.5rem;
    }

    .icons-container .icons h3{
	font-size: 2rem;
    }

    .icons-container .icons span{
	font-size: 1.7rem;
    }
}



@media (max-width:450px){
	
	html{
		font-size: 50%;
    }
}

.heading{
	font-size: 3rem;
}


