html{
	scroll-behavior: smooth;
}
#preloader{
	
	width: 100%;
	height: 100%;
	background-color: #00BCD4;
	position: fixed;
	z-index: 9999;
}
#preloader-icon{
	width: 100%;
	height: 100%;
	background: #E7E5E7 url('Icons/preloader.gif')
	no-repeat center;
}
* {
  padding: 0;
  margin: 0;
  font-family:'Roboto';
}

/***********************************menu*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:200;300;400;500;600;700;800;900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
body{
	font-family: "Poppins", sans-serif;
}
.navigation{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70vh;
	overflow: hidden;
}
.navigation ul{
	position: relative;
}
.navigation ul li{
	text-align: center;
	list-style: none;
}
.navigation ul li a{
	color: white;
	text-decoration: none;
	font-size: 2em;
	padding: 10px 30px;
	display: inline-flex;
	font-weight: 700;
	transition: 0.5s;
}
.navigation ul:hover li a{
	color: #0002;
}
.navigation ul li:hover a{
	color: white;
	background: rgba(0,0,0,.3);
	border-radius: 8px;
}
.navigation ul li a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5em;
	color: rgba(0,0,0,.1);
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 500px;
	transition: letter-spacing 0.5s, left 0.5s;
}
.navigation ul li a:hover:before{
	content: attr(data-text);
	opacity: 1;
	left: 40%;
	letter-spacing: 10px;
	width: 1800px;
	height: 1800px;
}/*
.navigation ul li:nth-child(6n+1) a:before{
	background: #81ecec;
}
.navigation ul li:nth-child(6n+2) a:before{
	background: #55c9a8;
}
.navigation ul li:nth-child(6n+3) a:before{
	background: #81ecec;
}
.navigation ul li:nth-child(6n+4) a:before{
	background: #55c9a8;
}
.navigation ul li:nth-child(6n+5) a:before{
	background: #81ecec;
}
.navigation ul li:nth-child(6n+6) a:before{
	background: #55c9a8;
}*/

/************menu***************************************************/

#header-menu{
	background-color: #99b0cf; position: ; z-index: 10000000 !important;
	background-image: url('Design/background-header.png');
}
#logo{
	margin-top: -25px;	 padding: 15px 20px; width: 130px;
	z-index: 1000000000000 !important; position: absolute;
}
#Retail-Restaurent li{
	list-style: none;
	float: right;
}
#munu-icon{
	margin-right: 40px; width: 30px; 
}
#fullpage {
  height: 100vh;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

#fullpage section {}


#fullpage section:nth-child(6) { background-color: rgb(82, 150, 184); }


#image li{
	float: left;
}
#table{
	color: #4E4E4E;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#section-3 h1{
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 134;
	font-family: roboto;
	color: #002F3D;
}
#section-3 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	font-family: roboto;
	color: #002F3D;
}
#Connect-Device-img {
	background-color: #43ADCD;
	border-radius: 10px;
	padding: 30px 20px;
  	transition: 0.2s;

}
#Connect-Device:hover #Connect-Device-img{
	background-color: #358FAA;
	padding: 35px 25px;
	margin-top: -5px;
}
#Configure-it-img {
	background-color: #43ADCD;
	border-radius: 10px;
	padding: 32px 32px;
  	transition: 0.2s;
}
#Configure-it:hover #Configure-it-img{
	background-color: #358FAA;
	padding: 37px 37px;
	margin-top: -5px;
}
#Configure-it-2-img {
	background-color: #43ADCD;
	border-radius: 10px;
	padding: 34px 38px;
  	transition: 0.2s;
}
#Configure-it-2:hover #Configure-it-2-img{
	background-color: #358FAA;
	padding: 39px 43px;
	margin-top: -5px;
}
#Connect-Device h4{
	color: #002F3D;
	font-size: 24px;
	font-weight: bold;
	line-height: 14px;

}
#Connect-Device p{
	color: #002F3D;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;

}

#Configure-it-2 h4{
	color: #002F3D;
	font-size: 24px;
	font-weight: bold;
	line-height: 14px;

}
#Configure-it-2 p{
	color: #002F3D;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;

}

#Configure-it h4{
	color: #002F3D;
	font-size: 24px;
	font-weight: bold;
	line-height: 14px;

}
#Configure-it p{
	color: #002F3D;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
#left{
	color: #002F3D;
}
#left ul li{
	float: left;
	text-decoration: none;
	list-style: none;
	text-align: left;
}
#left ul li h4{
	margin-left: 50px;
	margin-top: -30px;
	font-weight: 800;
}
#left ul li p{
	margin-left: 50px;
	font-weight: 500;
	font-size: 16px;
}



/**{
	margin: 0;
	padding: 0;
}
body{
	font-family: roboto;
}*/
#menu-hamburger{
	width: 100%;
	height: 100vh;
	background-color: white;

}
.menu{
	width: 100%;
	height: 100%;
	background-color: #68a0e8;
	position: fixed;
	display: none;
	text-align: center;
	opacity: 1;
}
/*.change{
	right: 0;
}*/
.button{
	width: 35px;
	height: 30px;
	top: 10px;
	right: 50px;
	position: absolute;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.button-2{
	width: 35px;
	height: 30px;
	top: 22px;
	right: 50px;
	position: fixed;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 10000000;
	display: none;
}
.button .line{
	width: 100%;
	height: 4.5px;
	background-color: white;
	transition: all 0.8s;
	border-radius: 100px;
}
.line{
	width: 100%;
	height: 4.4px;
	background-color: white;
	transition: all 0.8s;
}
.button-2 .line-1{
	transform: rotateZ(-45deg) translate(-2px, 2px);
	background-color: white;
	border-radius: 100px;

}
.button-2 .line-3{
	transform: rotateZ(45deg)  translate(-2px, -8px);
	background-color: white;
	border-radius: 100px;
}
*/
.nav-list{
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;

}
.nav-item{
	list-style: none;
	margin: 30px;
}
.nav-link{
	text-decoration: none !important;
	color: white !important;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	padding: 3px 0;
}
.nav-link::before,
.nav-link::after{
	content: "";
	width: 100%;
	height: 2.5px;
	background-color: white;
	position: absolute;
	left: 0;
	transform: scaleX(0);
	transition: transform 0.5s;
}
.nav-link::after{
	bottom: 0;
	transform-origin: left;
}
.nav-link::before{
	top: 0;
	transform-origin: right;
}
.nav-link:hover::before,
.nav-link:hover::after{
	transform: scaleX(1);
}

/*/*scroll animation*/
