
/*.header {
	position: relative;
	width: 100wh;
	height: 100vh;
	background: linear-gradient(89.88deg, #FBEC6F 0.08%, #FDDE61 99.93%);
	overflow-x: hidden;
}*/
html{
	font-family: 'Poppins', sans-serif !important;
	background-color: #f7fafe;

}
body{
	background-color: #f7fafe;
	height: 100%;
	width: 100%;
	font-family: 'Poppins', sans-serif !important;	
	color: #3D3E42;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/**------------------------ BASIC COMPONENTS STYLES ------------ */


.bold-text{
	font-weight: 700;
}
.semi-bold-text{
	font-weight: 600;
}
.medium-text{
	font-weight: 500;
}

.btn-ideapp{
	padding: 8px 20px !important;
	border-radius: 50px !important;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	font-size: 18px;
	-webkit-transition:  all 1s;
    -moz-transition: all 1s;
    -o-transition:  all 1s;
    transition: all 1s;
}
.btn-white{
	background-color: white;
	font-weight: 600 !important;
}

.btn-ideapp:hover{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}

.btn-yellow{
	background-color: #FBEC6F;
	font-weight: 600 !important;
}

.btn-blue{
	background-color: #9ea7e5;
	font-weight: 600 !important;
}
.btn-outline{
	box-shadow: none !important;
	border: solid 4px white !important;
	background-color: transparent;
	font-weight: 600 !important;
	color: white !important;
}

.btn-outline:hover{
	background-color:  rgba(255, 255, 255, 0.459);
	color: #3D3E42 !important;
}

.btn-ideapp.xxl{
	font-size: 20px;
}

h1{
	font-size: 28px !important;
	font-weight: 600 !important;
}
.normal-text{
	color: #27272E;
}
.dark-text{
	color: #27272E;
}
.light-text{
	color: #51515a;
}


.form-group .control-label{
	font-weight: 600;
	font-size: 14px;
	color: white;
}

.form-group .form-control{
	padding: 10px 8px;
	border-radius: 3px;
	border: none;
	background-color: rgba(255, 255, 255, 0.514);
	font-weight: 500;
	font-size: 14px;
}
.interface{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.interface:hover{
	transform: scale(1.05);
}
/**------------HEADER  STYLES ------------ */

.svg-illustration{
	width: 40%;
	position: absolute;
	right:100px;
	top: 150px;
}

.shape-1{
	display: none;
}

.header{
	background: #FBEC6F;
}

.header-shape{
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	width: 100%;
}

.header-content{
	position: absolute;
	z-index: 50;
	padding: 250px  0;
	font-family: 'Poppins', sans-serif !important;
	position: relative;
	height: 400px;
}

.navbar{
	height: 100px;
	background: #FBEC6F;
}

.navbar-nav{
	font-size: 20px;
}

.navbar .navbar-brand .ideapp{
	font-size: 28px;
	color: #27272E;
}

.navbar .navbar-brand .solutions{
	font-size: 15px;
	color: #4F4646;
}

.title{
	max-width: 500px;
	width: 100%;
	font-weight: 600;
	font-size: 50px !important;
	color: #27272E;
}
.subtitle{
	color: #4F4646;
}

.custom-card{
	box-shadow: 0px 4px 30px rgba(46, 47, 56, 0.329);
	border-radius: 5px;
	border: solid 1px #ececec;
}

.minimal-table thead td{
	border: none;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.minimal-table tbody td{
	border: none;
}
.minimal-table tfoot td{
	border: none;
}
.minimal-table tbody ul{
	list-style: none;
	padding-left: 0;
}
.minimal-table tbody ul li{
	padding-top: 35px;
}

.work-logo{
	padding: 10px;
	height: 60px;
	box-shadow: 0px 3px 10px rgba(46, 47, 56, 0.288);
	border-radius: 10px;
	transition: all 0.3s;
	cursor: pointer;
}

.work-logo:hover{
	box-shadow: 0px 3px 20px rgba(46, 47, 56, 0.288);
	transform: scale(1.2);
}

.mac-mobile{
	display: none;
}


#team-container{
	-webkit-overflow-scrolling: touch;
}
/**------------RESPONSIVE------------ */


@media only screen and (min-width: 1500px) {
	.container-fluid{
		width: 100%;
		padding-right: 180px !important;
		padding-left: 180px !important;
		margin-right: auto;
		margin-left: auto;
	}
 }

@media only screen and (max-width: 1500px) {
	.header-shape{
		top: 150px;
	}
	
	.container-fluid{
		width: 100%;
		padding-right: 80px !important;
		padding-left: 80px !important;
		margin-right: auto;
		margin-left: auto;
	}
	.mac{
		width: 600px !important; 
		position: absolute; 
		right: 0; 
		top: 135px!important;
	}
	.mac-image{
		width: 425px !important; 
		height: 280px !important; 
		position: absolute; 
		right: 0; 
		top: 160px !important; 
		object-fit: cover
	}
 }




@media only screen and (max-width: 992px) {
	.container-fluid{
		width: 100%;
		padding-right: 20px !important;
		padding-left: 20px !important;
		margin-right: auto;
		margin-left: auto;
	}
	.bottom-image{
		display: none;
	}
	.header-content{
		padding: 200px 0 300px 0 ;
	}
	#page-content{
		text-align: center;
	}
	.title-container{
		text-align: center;
	}
	.mac-container{
		display: none;
	}
	#interfaces{
		display: none;
	}
   .title{
	   max-width: none;
   }
   .header-shape{
		display: none;
	}
	.shape-1{
		margin-top: -15px;
		overflow: hidden;
		width: 100%;
		display: block;
	}
	.mac-mobile{
		display: block;
	}
}

@media only screen and (max-width: 700px) {
	.title{
		font-size: 35px !important;
	}
	.subtitle{
		font-size: 22px;
	}
}



/**------------HAMBURGUER ICON------------ */

.hamburguer{
	width: 30px;
}

.hamburguer div{
	height: 3px;
	background-color: #27272E;
	border-radius: 3px;
	transition: all 0.3s;
}
.hamburguer .bar1{
	margin-bottom: 5px;
	width: 80%;
}
.hamburguer .bar2{
	margin-bottom: 5px;
	width: 50%;
}
.hamburguer .bar3{
	margin-top: 5px;
	width: 70%;
}

.hamburguer:hover div{
	width: 100%;
}


/**------------MOBILE MENU------------ */
.no-scroll{
	height: 100%;
	overflow: hidden;
}
.mobile-menu{
	font-family: 'Poppins', sans-serif !important;
	top: 0;
	left: -80%;;
	z-index: 9998;
	position: fixed;
	width: 80%;
	height: 100%;
	background-color: #FBEC6F;
	transition: all 0.5s ease;
	box-shadow: 0px 3px 10px rgba(46, 47, 56, 0.288);

}

.mobile-menu.active{
	left: 0;
}

.mobile-nav{
	list-style: none; 
	padding-left: 0; 
	font-size: 20px; 
	font-weight: 600; 
}

.mobile-nav li a{
	color: #27272E;
}


/**------------CHAT------------ */

.message-box{
	position: fixed; 
	right: 25px; 
	bottom: 75px;
	border-radius: 15px;
	background-color: white;
	box-shadow: 0px 8px 40px rgba(46, 47, 56, 0.28);
	margin-bottom: 20px;
	border: solid 1px rgb(233, 233, 233);
	transition: all 0.8s;
	opacity: 0;
	display: none;
}

.message-box.active{
	transform: translateY(-25px);
	opacity: 1;
	
}