
.home-page .banner {
	width: 100%;
	height: 110vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/tools.jpg");
}


.home-page .banner .banner-head {
	width: 100%;
	text-align: center;
	margin-top: 5%

}

.home-page .banner .banner-head > label {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 45px;
}

.home-page .banner .text > h2 {
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content: center;
}


.home-page .banner .higlight {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	gap: 68px;
	margin-top: 5%;
}


.home-page .banner .higlight .side-text {
	text-align: center;
	width: 95%;
	height: 100px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(204, 204, 204, 0.8);
	border-radius: 5px 50px;
}


.home-page .banner .higlight .side-text > h2 {
	color: rgba(204, 204, 204, 0.5);
	font-weight: bold;
}


.home-page .banner .higlight .side-text > p {
	color: rgba(204, 204, 204, 0.8);
	font-size: 13px;
	font-weight: bold;
}

.home-page .banner .offer-banner {
	margin-top: 5%;
	width: 80%;
	margin-bottom: 1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}

.home-page .banner .offer-banner .swiper-button-prev {
	left: 0;

}

.home-page .banner .offer-banner .offer-card {
	background: #ffffff;
	border-radius: 10px;
	height: 120px;
}

.home-page .banner .offer-banner .offer-card .offer-card-content {
	margin: 1%;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}


.home-page .banner .offer-banner .offer-card .offer-card-content .desc {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;

}

.home-page .banner .offer-banner .offer-card .offer-card-content .title .price {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	color: #3a902a;
}

.home-page .banner .offer-banner .offer-card * {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
}

.text {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-content: center;
	justify-content: revert;
	align-items: center;
	gap: 40px;

}

.word {
	color: #3a902a;
	position: absolute;
	opacity: 0;
	font-weight: bold;

}

.letter {
	display: inline-block;
	position: relative;
	float: left;
	transform: translateZ(25px);
	transform-origin: 50% 50% 25px;
}

.letter.out {
	transform: rotateX(90deg);
	transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
	transform: rotateX(-90deg);
}

.letter.in {
	transform: rotateX(0deg);
	transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
	color: #8e44ad;
}

.belize {
	color: #2980b9;
}

.pomegranate {
	color: #c0392b;
}

.green {
	color: #16a085;
}

.midnight {
	color: #2c3e50;
}


.banner .contact-form {
	width: 100%;
}

.banner .contact-form .form-response {
	color: #fff;
	text-align: center;
}

.banner .contact-form .form-response-closed {
	display: none;
}

.banner .contact-form > form {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	align-content: center;

}


.banner .contact-form > form #input-wrapper {
	background: #FFFFFF;
	width: 200px;
	height: 41px;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
}

.banner .contact-form > form #input-wrapper label {
	padding: 2px;
	font-family: 'Montserrat', sans-serif !important;
	color: #247518;
	margin: 0;
	margin-left: 5px;
}

.banner .contact-form > form #input-wrapper input {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	border: none;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	outline: none;
}

.banner .contact-form > form #input-wrapper input::placeholder {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
	color: #247518;
}


.banner .contact-form > form .submit-button {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	border: 1px solid transparent;
	background: #3a902a;
	transition: 0.2s ease-in-out;
}

.banner .contact-form > form .submit-button:hover {
	transform: scale(1.1);
}

.banner .contact-form > form > input {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	border: none;
	font-weight: bold;
	border-right: 1px solid #cccccc;
	padding: 12px;

}

.banner .contact-form > form > input:focus-visible {
	border: 1px solid #cccccc;
	outline-color: #cccccc;

}

.banner .contact-form > form > input::placeholder {
	color: #247518;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.services {
	margin-top: 2%;
	margin-bottom: 2%;

}

.services .row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.services .services-card {
	margin: 10px;
	/*background: #aee7ae;*/
	width: 30%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	gap: 10px;
	border-bottom: 1px solid #cccccc;
	transition: 100ms ease-in-out;
}

.services .services-card:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 15px #cccccc;
}

.services .services-card .card-icon > img {
	width: 60px;
	height: 60px;
}

.services .services-card .card-cont {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	width: 100%;
}

.services .services-card .card-cont > h4 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;

}

.services .services-card .card-cont > p {
	font-weight: bold;
	font-size: 12px;
	text-align: center;

}

.services .services-card .card-cont > a {
	font-size: 10px;
	text-align: center;
	color: #214b0c;
	font-weight: bold;

}


.offers {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	margin-top: 2%;
	margin-bottom: 2%;
}


.blogs {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	gap: 40px;
	margin-top: 2%;
	margin-bottom: 2%;
}

.blogs .blog-card {

	height: 200px;
	width: 200px;
	box-shadow: 0px 0px 15px #cccccc;

}


.home-page .service-region {
	font-weight: bold;
}

.service-region .service-region-content {
	width: 80%;

}

.service-region .service-region-head > h3 {
	font-weight: bold;
	font-size: 20x;
}

.form-response {

	margin-top: 5%;
	margin-bottom: 5%;
	width: 80%;
	height: 50%;
}


.form-response .form-response-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.form-response .form-response-content > h2 {
	text-align: center;
}


@media (max-width: 480px) {


	.home-page {
		width: 100%;
	}

	.home-page .banner {
		width: 100%;
		height: max-content;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/yessboss/tools.jpg");
	}

	.banner .contact-form > form {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		align-content: center;

	}

	.text {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-content: center;
		justify-content: revert;
		align-items: center;
		gap: 40px;
		margin-bottom: 15%;

	}


	.banner .contact-form > form #input-wrapper {
		background: #FFFFFF;
		border-radius: 5px;
		width: 90%;
	}

	.banner .contact-form > form #input-wrapper label {
		line-height: 25px;
		width: auto;
		padding: 2px;
		font-family: 'Montserrat', sans-serif !important;
		color: #247518;
		margin-left: 5px;
	}

	.banner .contact-form > form #input-wrapper input {
		font-family: 'Montserrat', sans-serif !important;
		font-size: 12px;
		border: none;
		font-weight: bold;
		border-radius: 5px;
		border: none;
		outline: none;
	}

	.banner .contact-form > form #input-wrapper input::placeholder {
		font-family: 'Montserrat', sans-serif !important;
		font-weight: bold;
		color: #247518;
	}


	.banner .contact-form > form > input {
		font-family: 'Montserrat', sans-serif !important;
		font-size: 12px;
		border: none;
		font-weight: bold;
		border-right: 1px solid #cccccc;
		padding: 12px;
		border-radius: 5px;
		width: 90%;
	}


	.home-page .banner .center {
		position: inherit;
	}

	.home-page .banner .higlight {
		flex-direction: column;
	}

	.services .row {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.services .services-card {
		width: 100%;
	}

	.offers {
		flex-direction: column;
	}

	.offers .offer-card {
		width: 90%;
	}

	.offers .offer-card > img {
		width: 100%;
		height: 200px;
		margin-left: -4%;
	}

	.offers .offer-card > h1 {
		margin: 3px;
		font-size: 14px;
		font-weight: bold;
	}


	.offers .offer-card > h3 {
		margin: 0;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}

	.form-response {
		width: 100%;
		height: auto;
	}


}


.slide-container {
	max-width: 1120px;
	width: 100%;
	padding: 40px 0;
}

.slide-content {
	margin: 0 40px;
	overflow: hidden;
	border-radius: 25px;
}

.card {
	border-radius: 25px;
	background-color: #FFF;
}

.image-content,
.card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 14px;
}

.image-content {
	position: relative;
	row-gap: 5px;
	padding: 25px 0;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #4070F4;
	border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -40px;
	height: 40px;
	width: 40px;
	background-color: #4070F4;
}

.overlay::after {
	border-radius: 0 25px 0 0;
	background-color: #FFF;
}

.card-image {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background: #FFF;
	padding: 3px;
}

.card-image .card-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #4070F4;
}

.name {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.description {
	font-size: 14px;
	color: #707070;
	text-align: center;
}

.button {
	border: none;
	font-size: 16px;
	color: #FFF;
	padding: 8px 16px;
	background-color: #4070F4;
	border-radius: 6px;
	margin: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.button:hover {
	background: #265DF2;
}

.swiper-navBtn {
	color: #6E93f7;
	transition: color 0.3s ease;
}

.swiper-navBtn:hover {
	color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
	font-size: 35px;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev {
	left: 0;
}

.swiper-pagination-bullet {
	background-color: #6E93f7;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #4070F4;
}

@media screen and (max-width: 768px) {
	.slide-content {
		margin: 0 30px;
		width: 90%;
	}

	.swiper-navBtn {
		display: none;
	}

	.home-page .banner .offer-banner {
		width: 100%;
		padding-bottom: 10px;
	}

	.home-page .banner .offer-banner .offer-card .offer-card-content .title {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		width: 50%;
	}

	.home-page .banner .offer-banner .offer-card .offer-card-content .desc {
		width: 50%;
	}
}
