/*!
Theme Name: Newleaf Holdings
Theme URI: http://sumandas.site/
Author: Sumandas.094
Author URI: http://sumandas.site/
Description: Description
Version: 99.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}
:root{
	--white:white;
	--green:#044757;
	--orange:#FAA701;
	--blue:#36A3DC;
	--grey:#777777;
	--gradient:linear-gradient(90deg, rgba(4,71,87,1) 20%, #85c4411a 70%);
	--gradient-light:linear-gradient(290deg, rgba(54,163,220,1) 0%, rgba(54,220,126,1) 100%);
	--sides:50px;
}
::selection{
	background:var(--orange);
	color: white;
}
h1{
	font-size: 32px;
	font-weight:700;
	line-height: 110%;
}
p{
	color: var(--grey);
	line-height: 24px;
}
.title-limit{
	text-overflow:ellipsis;
   max-width: 90%;
}
.post-details{
	font-size:12px;
	opacity:.7;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  HEADER  ////////////////////////////// */

.site-header{
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	width: 100%;
	top:0;
	padding:20px var(--sides);
	background: var(--white);
	transition-duration: .3s;
	box-shadow: 0 1px 15px #99999930;
}
.site-logo{
	z-index: 9999;
	width: 20%;
	max-width: 220px;
	min-width: 180px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-logo img{
	width: 100%;
	height: auto;
}
.site-nav{
	display: flex;
	align-items: center;
}
.header-menu ul{
	padding-right: 20px;
	display: flex;
	align-items: center;
	list-style: none;
}
.header-menu li{
	position: relative;
}
.header-menu ul li:hover:after{
	position: absolute;
	bottom: -10px;
	left:25%;
	content: '';
	background-color: var(--orange);
	width: 50%;
	height: 5px;
	border-radius: 2.5px;
}
.header-menu ul li a{
	margin: 0 10px;
	color: var(--green);
	text-decoration: none;
	font-weight: 500;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  BUTTON  ////////////////////////////// */

.btn{
	position: relative;
	padding:.5em;
	border: none;
	color:var(--white);
	font-weight: 600;
	font-size: 16px;
	transition-duration: .3s;
	background-color: var(--orange);
	z-index: 2;
	border: 2px solid var(--orange);
	overflow: hidden;
	width: max-content;
}
.btn:hover{
	color: var(--orange);
	background-color: transparent;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  MENU BTN  ////////////////////////////// */

.menubtn{
	display: none;
}
.menu-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:5px;
	opacity: 1;
	font-size: 18px;
}
.menu-icon {
	width: 35px;
	height: 30px;
	position: relative;
}
.menu-icon div {
	display: block;
	height: 4px;
	border-radius: 100px;
	width: 35px;
	background-color:var(--green);
	position: absolute;
	transition: all .3s;
}.m1 {
	top: 0px; 
	transform: rotateZ(0deg); 
}.m1a {
	top: 12px; 
	transform: rotateZ(45deg);
}.m2 {
	top: 12px;
	transform: rotateZ(0deg);
}.m2a {
	transform: rotateZ(45deg);
}.m3 {
	top: 24px;
	transform: rotateZ(0deg);
}.m3a {
	top: 12px; 
	transform: rotateZ(-45deg);
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  EFFECTS  ////////////////////////////// */
@media screen and (max-width:800px) {
	
	.menubtn{
		display: block;
	}
	.btn{
		position: relative;
		padding:.5em;
		border: none;
		color:var(--white);
		font-weight: 600;
		font-size: 14px;
		transition-duration: .3s;
		background-color: var(--orange);
		z-index: 2;
		border: 2px solid var(--orange);
		overflow: hidden;
		width: max-content;
	}
	body{
		overflow-x: hidden;
	}
	.site-nav{
		position: absolute;
		right:-251px;
		top:0;
		width: 55%;
		max-width: 250px;
		min-width: 180px;
		transition-duration:1s;
		transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
		background:var(--white);
		height: 100vh;
	}
	.pay{
		position: absolute;
		left:30px;
		bottom:40vh;
	}
	.menu li:hover:after{
		position: absolute;
		bottom: -10px;
		left:10%;
		content: '';
		background-color: var(--orange);
		width: 50%;
		height: 5px;
		border-radius: 2.5px;
	}
	.menu{
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		height: 40vh;
		top:20%;
		padding: 0 var(--sides);
	}
}
.on{
	right:0;
}
.fade{
	position: relative;
	top:100px;
	opacity: 0;
	transition-duration: 1s;
}
.move{
	position: relative;
	top:0px;
	opacity: 1;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  SITE  ////////////////////////////// */

.heroheader{
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	padding: 50px var(--sides);
	justify-content: left;
	align-items:center;
}
.intro{
	position: relative;
	top:10%;
	z-index: 1;
	width: 40%;
	color: var(--white);
}
.intro h1{
	margin-bottom:20px;
}
.heroheader img, .heroheader-half img{
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.heroheader::after , .heroheader-half::after{
	position: absolute;
	left: 0;
	top:0;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--gradient);
}
.pagename{
	font-size:44px;
}
.home-2{
	padding:var(--sides) var(--sides);
}
.home-2 h1{
	text-align: center;
	color: var(--green);
	padding: 10px 0;
}
.home-2{
	padding:var(--sides) var(--sides);
}
.home-2 .block-con h2 , .home-2 .block-con p{
	text-align: left;
	color: var(--white);
	padding: 10px var(--sides);
}
.home-2 .block-con{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: var(--sides) 0;
}
.home-2 .block-con .block-left, .home-2 .block-con .block-right{
	display: flex;
	justify-content: center;
}
.block-right{
	flex-direction: row-reverse;
}
.block-img, .block-copy{
	width: 50%;
	height: 100%;
	padding: 0;
	max-height:40vh;
}
.block-copy{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color:var(--green);
}
.block-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-3{
	padding: 0 var(--sides);
	display: flex;
	justify-content: space-between;
}
.home-3 .picture img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.home-3 .picture{
	background-color: antiquewhite;
	max-height: 100vh;
	width: 50%;
	height: 100vh;
}
.home-3 .copy{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 var(--sides);
	width: 50%;
}
.copy p, .copy h1, .copy h2{
	padding: 5px 0;
}
.copy h1{
	color: var(--green);
}
.copy h2{
	color: var(--orange);
}
.copy .btn{
	margin-top: 30px;
}
.home-4{
	display: flex;
	padding: var(--sides)  var(--sides);
}
.home-5{
	padding: var(--sides) var(--sides);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: var(--gradient-light);
}
.home-5 .icon, .home-5 img{
	width: 25%; 
	margin-bottom: 20px;
}
.home-5 p{
	color:var(--white);
}
.home-5 .quote{
	width: 80%;
	text-align: center;
}
.home-5 .userName{
	box-sizing: border-box;
	position: relative;
	left:25%;
	padding: var(--sides);
	text-align: right;
	font-weight: 600;
	font-style: italic;
}
.heroheader-half{
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	padding: 50px var(--sides);
	justify-content: left;
	align-items:center;
}
.about-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--sides) var(--sides);
}
.about-2 .picture{
	background-color: antiquewhite;
	width: 35%;
	height:70vh;
	max-height: 800px;
}
.about-2 .picture img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.about-2 .copy{
	width: 60%;

}
.about-3{
	position: relative;
	padding: 60px var(--sides);
	background-image: url(/wp-content/uploads/2022/04/chicago-gc69506e50_1920.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	left: 0;
	top: 0;
	height: auto;
	max-height:80vh;
	z-index: 1;
	display: flex;
	align-items: center;
}
.about-3::after{
	z-index: -1;
	position: absolute;
	left: 0;
	top:0;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--gradient);
}
.about-3 .copy{
	z-index: 2;
	width: 40%;
}
.about-3 .copy h1, .about-3 .copy p{
	color: var(--white);
}
.about-4{
	padding: var(--sides) var(--sides);
}
.member-con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.member{
	background-color: #7777771e;
	height:fit-content;
	width: 40%;
	min-width: 26%;
	max-width: 40%;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	margin-top:5%;
	transition-duration: .4s;
}
.member-info{
	position: relative;
	margin-bottom: 7px;
	padding: 10px;
	background-color: var(--white);
	width: 95%;
	height: fit-content;
	z-index: 1;
}
.member-info h2{
	color:var(--green);
}
.member:hover {
	transform: scale(1.1);
	box-shadow: 0 15px 20px #04465746;
}
.contact-2 .copy{
	padding: var(--sides);
}
.category-con{
	padding:10px var(--sides) 0;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  FOOTER  ////////////////////////////// */

.site-footer{
	background-color: var(--green);
	max-height: 300px;
	padding: var(--sides);
}
.footer-logo, .footer-logo img{
	height: 35px;
}
.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height:30px;
}
.footer-bottom p{
	color: var(--white);
}
.copyright{
	text-align:center;
}
.follow{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.social-con{
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}
.social-con .icon{
	width: 20px;
	height:20px;
	margin: 5px;
	border-radius: 50%;
}
.social-con .icon:hover{
	background-color: var(--orange);
	opacity: 1;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\  MOBILE  ////////////////////////////// */

@media screen and (max-width:800px){
	p{
		line-height: 24px;
	}
	:root{
		--sides:20px;
	}

	.fade{
	position: relative;
	top:0px;
	opacity: 1;
	transition-duration: 1s;
}
	.header-menu ul{	
		display: flex;
		flex-direction: column;
		height: 40vh;
		justify-content: space-evenly;
		align-items: flex-start;
		list-style: none;
	}
	.intro{
		width: 71%;
	}
	.home-2 .block-con .block-left, .home-2 .block-con .block-right{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.home-2 .block-con h2 , .home-2 .block-con p{
		text-align: left;
		color: var(--white);
		padding: 10px 0;
	}
	.block-right{
		flex-direction: row-reverse;
	}
	.block-img, .block-copy{
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.block-copy{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding:var(--sides);
	}
	.block-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.home-3{
		padding:50px var(--sides);
		flex-direction: column;
	}
	.home-3 .copy, .home-3 .picture{
		width: 100%;
	}
	.home-3 .copy{
		padding: 0;
	}
	.home-3 .picture{
		height: 40vh;
		margin-bottom: 20px;
	}
	.home-4{
		flex-direction: column-reverse;
		padding: 50px var(--sides);
	}
	.home-4 .copy{
		width: 100%;
	}
	.home-5{
		padding:50px var(--sides);
		max-width:100%;
	}
	.home-5 .icon, .home-5 img{
		width: 30%; 
		margin-bottom: 2%;
		min-width: 50px;
	}
	.home-5 .userName{
		box-sizing: border-box;
		position: relative;
		left:0;
		padding: var(--sides);
		text-align: right;
		font-weight: 600;
		font-style: italic;
	}
	.about-2{
		flex-direction: column;
	}
	.about-2 .picture{
		width: 100%;
		height:40vh;
		margin-bottom: var(--sides);
	}
	.about-2 .copy{
		width: 100%;
		margin-bottom: var(--sides);
	}
	.about-3{
		background-image: url(/wp-content/uploads/2022/04/chicago-gc69506e50_1920.jpg);
		background-position: center;
		background-attachment:scroll;
	}
	.about-3 .copy{
		z-index: 2;
		width: 100%;
	}
	.member{
		height:fit-content;
		min-width: 100%;
		margin-top:15%;
	}
	




	.site-footer{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		max-height: 400px;
		height: 30vh;
		padding: 50px var(--sides);
	}
	.footer-logo{
		display: flex;
		justify-content: center;
	}
	.footer-bottom{
		display: flex;
		flex-direction: column;
		justify-content:space-between;
		align-items: center;
		height: 100%;
	}
	.footer-bottom p{
		color: var(--white);
	}
	.follow{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.social-con{
		display: flex;
		justify-content: space-around;
		align-items: baseline;
	}
	.social-con .icon{
		width: 30px;
		height:30px;
		margin: 5px;
	}

}




body{
	overflow-x:hidden;
}


.home-5{
	display: flex;
	flex-direction: row;
	overflow-x: hidden;
	height: 30em;
	max-width:100vw;
	position:relative;
}
.review-con{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	animation: slide;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	transform: translate(100%);
	animation-timing-function:cubic-bezier(0.88, 0.02, 0.32, 1);
}

.r2{
	animation-delay: 5s;	
}

@keyframes slide {
	0% { transform: translateX( 100% ); }
	5% { transform: translateX( 0 ); }
	49% { transform: translateX( 0 ); }
	55% { transform: translateX( -100% ); }
	100% { transform: translateX( -100% ); }
}