@charset "utf-8";
.container_fluid{
	margin: 0;
	padding: 0;
}
.banner{
	background-color: #1986EB;
	max-width: 100%;
	height: 720px;
	font-family: 'Outfit', sans-serif;
	
}


.menu  ul{
	margin-left:  100px;
	margin-top: 20px;
}
/* Custom styles for the navbar */
.menu .navbar {
    background-color: #18C1EB; 
}

.menu .navbar-brand img {
    max-width: 100%; 
	margin-top: 20px;
}

.menu .nav > li > a {
    color: white; 
}

.menu .nav > li > a:hover {
    background-color: transparent;
    color: #18C1EB; 
}
.menu .navbar-toggle{
	margin-top: 25px;
}
.menu .navbar-toggle .icon-bar {
    background-color: white; 
	
}

.menu .signupbtn {
    background-color: #18C1EB;
    border: 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: white; 
}

.menu .signupbtn:hover {
    background-color: #167aaf; 
}

.banner_contents{
	padding-top: 100px;
}
.banner_contents .yellow_tittle{
	
	
	font-size: 24px;
	font-weight: 400px;
	color: #FFDA32;

}
.banner_contents .suporting_text{
	font-size: 44px;
	color: white;
	
}
.banner_contents .demo_button{
	margin-top: 30px;
	background-color: #FFDA32;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	border-radius: 10px;
}
.banner_icon_container {
 padding-top: 50px;
}

.banner_icons {
  display: inline-block;
  padding-right: 10px;
  /* Optional: Add margin or padding to separate the icons if needed */
}
.banner_contents .banner_furnitures{
  display: block;
  margin: 0 auto;
  max-width: 113%;
  height: auto;
	top:25px;
	position: relative;
}

.footer{
	font-family: 'Outfit', sans-serif;
	margin-top: 30px;
	
}
.footer a{
	color: #3A3A3C;;
	text-decoration: none;
}
.footer a:hover{
	color: #4743B8;
	text-decoration: none;
}
.footer h4{
	padding-left: 40px;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
}
.footer ul{
	list-style: none;
	padding-left: 40px;
	color: #3A3A3C;
	font-size: 16px;
	font-weight: 400;
	
}
.footer li{
	padding-top: 10px;
}
.footer_icons ul {
    list-style: none;
    padding: 0;
	padding-left: 40px;
}

.footer_icons ul li {
    display: inline-block; 
    margin-right: 15px; 
}


.footer_icons ul li span {
    font-size: 14px; 
    color: #4743B8;
}
.footer p{
	padding-left: 40px;
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	padding-top: 5px;
}
.footer input{
	width: 70%;
	font-size: 16px;
	color: #3A3A3C;
	font-weight: 400;
	padding: 10px 30px 10px 20px;
	border-radius: 0;
	margin-left: 20px;
}
.footer button{
	margin-left: 58px;
	font-size: 18px;
	color: white;
	background-color: #4743B8;
	text-align: center;
	font-weight: 400;
	padding: 10px 30px 10px 20px;
	border-radius: 0;
	width: 70%;
	border: 0;
	bottom: 20px;
	position: relative;
	
}
.footer_end{
	background-color: #EAEAEA;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.footer_end p{
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	color: #3A3A3C;
	text-align: center;
	padding: 20px 0px 20px 0px;
}