/*=======================
        General 
=======================*/
html,
body {
	font-family: 'Neuzeit Grotesk';
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #000;
}
p{
	font-size: 14px;	
	line-height: 1.5;
	margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Dystopian';
	margin-top: 0;
	font-weight: 700;
}
 a:hover{
	 text-decoration: none;
 }
 a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}
:focus{
	outline: none;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
.list-flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-middle{
	align-items: center;
}
.flex-center{
	justify-content: space-between;
}
/*=======================
       Page Layout
=======================*/
.container{
	max-width: 100%;
	width: 100%;
	padding: 0 100px;
}
#header{
	padding: 24px 0;
}
.logo img{
	display: block;
}
.menu-main li{
	display: inline-block;
	margin-left: 20px;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Dystopian';
}
.menu-main li a{
	color: #000;
}
.menu-main li a:hover{
	opacity: 0.8;
}
.home-top{
	padding: 35px 0 29px;
}
.home-top .left{
	width: 57%;
	padding: 0 14px 0 100px;
}
.home-top .left h1{
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 52px;
	opacity: 0.8;
	letter-spacing: 0.1em;
}
.home-top .left p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	opacity: 0.6;
}
.home-top .left h4{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0;
	margin-top: 48px;
	opacity: 0.8;
	font-family: 'Neuzeit Grotesk';
}
.home-top .right{
	width: 43%;
	padding-top: 12px;
	    text-align: right;
}
.home-slider{
	padding: 90px 0 98px 100px;
	overflow-x: hidden;
}
.slider-it{
	margin: 0 5px;
	height: 100%;
	background: #F6F5FA;
	border: 1px solid #DBDAE8;
	padding: 33px 20px 25px;
	width: 347px;
	height: inherit !important;
}
.home-slider .slick-arrow{
	width: 52px;
	height: 52px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 25px;
	top: -86px;
	transform: none;
}
.home-slider .slick-arrow:before{
	display: none;
}
.home-slider .slick-arrow:hover{
	opacity: 0.8;
}
.home-slider .slick-next{
	right: 100px;
	background-image: url(../images/right.png);
}
.home-slider .slick-arrow.slick-disabled,
.home-slider .slider-funtion .slick-arrow.disabled{
	background-color: #F6F5FA;
}
.home-slider .slick-prev{
	right: 165px;
	left: auto;
	background-image: url(../images/left.png);
}
.home-slider .slider-funtion .slick-arrow{
	top: auto;
}
.home-slider .slick-track{
	display: flex !important;
}
.slider-it h3{
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 20px;
	min-height: 58px;
	padding: 0 15px;
}
.slider-it .image-fit{
	height: 307px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-it .image-fit img{
	max-height: 100%;
}
.home-join{
	background: #000;
	padding: 56px 0 50px;
	color: #fff;
}
.home-join .box{
	position: relative;
	padding-right: 290px;
}
.home-join p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.join-btn{
	display: inline-block;
	background: #fff;
	color: #000;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.08em;
	padding: 15px 62px;
	font-family: 'Dystopian';
	font-weight: 700;
}
.join-btn:hover{
	opacity: 0.8;
	color: #000;
}
.home-join .join-btn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-top: -7px;
}
.subscribe-section{
	padding: 46px 0;

}
.subscribe-section input[type="email"]{
	width: calc(100% - 266px);
	background: #F6F5FA;
	padding: 30px 60px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Neuzeit Grotesk';
	color: #000;
	-webkit-appearance: none !important;
	border: none;
	letter-spacing: 0.1em;
}
.subscribe-section input[type="email"]::placeholder{
	opacity: 0.5;
	color: #000;
}
.subscribe-section input[type="submit"]{
	width: 266px;
	background: #000;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-family: 'Dystopian';
	padding: 32px 20px;
	text-align: center;
	color: #fff;
	border: none;
	-webkit-appearance: none !important;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;

}
.subscribe-section input[type="submit"]:hover{
	opacity: 0.8;
}
#footer{
	padding: 82px 0 38px;
	border-top: 1px solid rgba(0,0,0,0.8);
}
.ft-top .ft-right{
	display: inline-block;
}
.ft-top .ft-right h3{
	font-size: 24px;
	line-height: 29px;
	opacity: 0.8;
	margin-bottom: 31px;
	letter-spacing: 0.1em;
}
.ft-menu li{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-right: 58px;
}
.ft-menu li a{
	color: #000;
}
.ft-menu li a:hover{
	opacity: 0.8;
}
.social{
	margin-left: 91px;
}
.social a{
	font-size: 15px;
	margin-left: 16px;
	display: inline-block;
}
.social a:hover{
	opacity: 0.8;
}
.ft-bottom{
	margin-top: 61px;
}
.ft-bottom p{
	margin-bottom: 0;
	color: rgba(0,0,0,0.5);
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.ft-bottom p span{
	font-size: 15px;
	color: rgba(0,0,0,0.8);
	letter-spacing: 0;
}
.contact-content{
	background: #F6F5FA;
	padding: 26px 0 25px;
}
.contact-content .featured{
	width: 43%;
}
.contact-form{
	width: 56.3%;
	max-width: 526px;
	padding-top: 22px;
}
.contact-form h3{
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 48px;
}
.form-row{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.form-row .form-group{
	width: calc(50% - 5px);
	margin-bottom: 24px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], textarea{
	width: 100%;
	height: 40px;
	border: none;
	background: #fff;
	color: #000;
	 font-family: 'Neuzeit Grotesk';
	 padding: 10px 17px;
	 font-weight: 700;
	 -webkit-appearance: none !important;
}
textarea
	{
height: 100px;		
	}
.contact-form input[type="text"]::placeholder, .contact-form input[type="email"]::placeholder, .contact-form input[type="password"]::placeholder{
	color: rgba(0,0,0,0.6);
}

.contact-form input[type="submit"]{
	display: inline-block;
	margin-top: 28px;
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #000;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-family: 'Dystopian';
	padding: 17px 62px;
	border: none;
	-webkit-appearance: none !important;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.contact-form input[type="submit"]:hover{
	opacity: 0.8;
}
.ft-top  .logo{
	    margin-top: 7px;
}
.home-slider .slider-box{
	    margin: 0 -5px 35px;
}
.toogle-menu {
	 border: 0 none;
	 display: none;
	 height: 25px;
	 width: 25px;
	 z-index: 999;
	 cursor: pointer;
	 outline: 0;
	 background: none;
	 position: relative;
}
 .toogle-menu span {
	 font-size: 0;
	 height: 1px;
	 width: 100%;
	 background: #000;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
}
 .toogle-menu span::after, .toogle-menu span::before {
	 font-size: 0;
	 height: 1px;
	 width: 100%;
	 background: #000;
	 position: absolute;
	 left: 0;
	 content: "";
}
 .toogle-menu span::after {
	 transform: translateY(7px);
}
 .toogle-menu span::before {
	 transform: translateY(-7px);
}
.toogle-menu.exit span::before {
    transform: translateY(0px) rotate(45deg);
}
.toogle-menu.exit span::after {
    transform: translateY(0px) rotate(-45deg);
}
.toogle-menu.exit span {
    background-color: transparent;
} 
