/*

Template: Meety ai HTML5 Template
Version: 2.0.0
Author: logicsforest.com
Design and Developed by: logicsforest.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/

/* ================================= */
/* -------- Typography CSS --------- */
/* ================================= */
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	overflow-x: hidden;
	background:#000212;
}
a {
	outline: medium none !important;
	color:#1F9E0F;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
}
ul,li{
	margin:0;
	padding:0;
}
a:focus {
	color: #000000;
	text-decoration: none !important;
}
a:hover {
	color: #000000;
	text-decoration: none !important;
}
input {
	outline: medium none !important;
	color:#1F9E0F;
}
p{
	margin:0;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	margin: 0px;
}
.container{
	max-width:1170px;
}

.default-btn{
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #F7F8F8;
	background: -o-linear-gradient(357.12deg, #413DDF 0%, #FF008A 100%);
	background: linear-gradient(92.88deg, #413DDF 0%, #FF008A 100%);
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 12px 30px;
	transition: ease all 0.5s;
}
.default-btn i{
	margin-left:8px;
	font-size:14px;
	transition: ease all 0.5s;
}
.default-btn:hover,
.default-btn:focus{
	color:#fff;
}
.default-btn:hover i,
.default-btn:focus i{
	margin-left:12px;
}


/* ================================= */
/* ---------- Header CSS ----------- */
/* ================================= */
.header{
	position: relative;
	text-align: center;
}
.header .container{
	max-width:1080px;
}
.header .header-inner{
	padding-top:90px;
}
.header-inner .row{
	position: relative;
	z-index:1;
}
.header .header-inner .header-img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:0;
}
.header .header-inner .header-img img{
	width:100%;
}
.logo-area a{
	display: block;
	max-width:190px;
	width:100%;
	margin:0 auto;
}
.logo-area a img{
	width:100%;
}
.btn-area button{
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #F7F8F8;
	padding: 5px 5px 5px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:20px auto 40px auto;
}
.btn-area button span{
	width: 29px;
	height: 21px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.05);
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	line-height:21px;
	margin-left:10px;
}
.text-area h1{
	font-style: normal;
	font-weight: 600;
	font-size: 74px;
	line-height: 81px;
	text-align: center;
	color: #F7F8F8;
	text-shadow: 0px 1px 7px rgba(11, 10, 44, 0.46);
}
.text-area p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #A0AEC0;
	max-width:800px;
	margin:30px auto 50px auto;
}
/* ================================= */
/* ---------- Banner CSS ----------- */
/* ================================= */
.banner .container{
	max-width:1300px;
}
.banner-img img{
	width:100%;
}
.mobile-img{
	display: none;
}
.Join-testers-club {
	max-width: 815px;
	width: 100%;
	margin: -150px auto 0 auto;
	position: relative;
	z-index: 1;
}
.Join-testers-club h4{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.logo-list {
	margin-top:35px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* ================================= */
/* ------ Powered Meeting CSS ------ */
/* ================================= */
.divider{
	margin:60px 0;
}
.divider img{
	width:100%;
}
.powered-meeting .container{
	position: relative;
	overflow: hidden;
}
.powered-meeting .container .bg1 {
	position: absolute;
	right: -170px;
	top: -50px;
	z-index: -1;
}
.powered-meeting .container .bg2 {
	position: absolute;
	left: -200px;
	bottom: -310px;
	z-index: -1;
}
.powered-meeting .row .col-lg-8 {
	max-width: 60%;
	flex: 0 0 60%;
}
.powered-meeting .row .col-lg-4 {
	max-width: 40%;
	flex: 0 0 40%;
}
.powered-meeting .row .col-md-12{
	margin-bottom:30px;
}
.ai-powered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
}
.ai-powered h2{
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 64px;
	color: #F7F8F8;
	margin-bottom:17px;
}
.ai-powered p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #A0AEC0;
	margin-bottom:40px;
}
.favorite-tools{
	background: linear-gradient(286.69deg, rgba(255, 255, 255, 0.0559) 10.3%, rgba(255, 255, 255, 0) 95.55%);
	backdrop-filter: blur(31.5px);
	border-radius: 9px;
	padding:32px 0 0 0;
	border:1px solid rgba(255, 255, 255, 0.07);
}
.favorite-tools h4{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	color: #EDEDEF;
	padding-left:32px;
	padding-right:32px;
	margin-bottom:15px;
}
.favorite-tools p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #A0AEC0;
	padding-left:32px;
	padding-right:32px;
	margin-bottom:30px;
}
.favorite-tools img{
	max-width:90%;
	width:100%;
}
.adaptive-reports.favorite-tools img{
	max-width:100%;
	padding:25px 0 0 0;
}
.share-insights.favorite-tools img{
	max-width:100%;
	padding:0 32px 20px 32px;
}
.designed-insights.favorite-tools img{
	max-width:100%;
	padding:0;
}
.organize-insights.favorite-tools img{
	max-width:100%;
	padding:0 32px;
}

/* ================================= */
/* ------ Request Access CSS ------- */
/* ================================= */
.request-access .container{
	max-width:1000px;
	text-align: center;
	margin-top:60px;
	margin-bottom:60px;
}
.request-access h2{
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 64px;
	color: #F7F8F8;
}
.request-access p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #A0AEC0;
	margin:15px auto 35px auto;
	max-width:640px;
	width:100%;
}

/* ================================= */
/* ----- Stand Up Meeting CSS ------ */
/* ================================= */
.standup-meeting .img-card img{
	width:100%;
}

/* ================================= */
/* ----------- Footer CSS ---------- */
/* ================================= */
.ft-divider{
	margin-top:60px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.154) 51.53%, rgba(255, 255, 255, 0.08) 100%);
	height: 1px;
	width:100%;
}
.footer-left,
.footer-right{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-right{
	justify-content: flex-end;
}
.footer-left p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #A0AEC0;
	margin-left:15px;
}
.footer-right {
	text-align: right;
	padding: 20px 0;
}
.footer-right p{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #A0AEC0;
}
.footer-right a {
	display: inline-block;
	color: #fff;
	margin: 0 0 0 20px;
}