* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-size: 1.6rem;
	font-style: garamond;
}

a {
	text-decoration: none;
	color: black;
}

a:visited, a:hover {
	color: black;
}

a:active {
	color: #73d80299;
}

a[href^="tel:"] {
  color: black;
}

a[href^="mailto:"] {
  color: black; 
}

section {
}

header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


#headerDiv1 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
}

#headerContacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

nav {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	padding: 0 1rem 1rem 1rem;
}
nav p {
	color: white;
	width: 7rem;
	text-align: center;
	background-color: #73d802;
	padding: .2rem;
	border-radius: 1rem;
}

/* section1 */

#section1 {
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: grid;
	align-items: start;
	justify-items: center;
}

.logo {
	font-size: 2rem;
}

.logo span {
	font-size: 3.5rem;
	color: #73d802;
}

.servicesDiv {
	margin-bottom: 3rem;
	padding: 1rem;
}

.servicesDiv img {
	width: 25rem;
	height: 25rem;
	border-radius: 1rem;
	border: 2px solid #73d802 ;
	object-fit: cover;
}

.servicesDiv h3 {
	text-align: center;
	color: #73d802;
	margin-top: 1rem;
}

.servicesDiv p {
	font-size: 1.8rem;
	max-width: 25rem;
	text-align: center;
	margin: auto;
	margin-top: 1rem;
}

/* slogan */

#sloganDiv {
	display: grid;
	padding: 0 3rem 3rem 3rem;
}

#slogan {
	font-size: 3rem;
	font-weight: bold;
	padding-top: 3rem;
	text-align: center;
	background-color: ;
	color: #73d802;
}

#sloganText {
	font-size: 2rem;
	text-align: center;
	text-wrap: balance;
	padding-top: 3rem;
}

/* section 2 gardens */

#gardensImages {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 5rem 0 5rem 0;
	transition: background-image 0.5s ease;
}

#marque {
	display: flex;
	align-self: flex-end;
	background-color: rgba(0, 0, 0, 0.4);
}

.marqueImage {
height: 4rem;
width: 7rem;
}

#descriptionBackground {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: auto;
}

#description {
	text-align: center;
	font-size: 2rem;
	color: white;
	padding: 2rem;
}

hr {
	height: 2px;
	background-color: #73d802;
	border: none;
	max-width:  60%;
	margin: auto;
}

/* section 3 sports fields */

#sportsFields {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

#sportsFieldsH2 {
	margin: auto;
	padding: 2rem;
}

#sportsFieldsH3 {
	padding: 1rem 2rem;
	margin: auto;
}

#sportsFieldsDiscription1, #sportsFieldsDiscription2 {
	padding: 2rem;
	font-size: 2rem;
}

.sportsFieldsImages {
	background-position: center;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 210px;
}

#sfi1 {
	background-image: url('images/football4.jpg');
}

#sfi2 {
	background-image: url('images/football.jpg');
}

/* services sections */

#services {
	background-color: #f5f5f5;
	border-radius: 5rem 0 5rem 0;
	padding-bottom: 8rem;
	padding-top: 4rem;
	background-image: url('images/cherry.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top-right;
}

#servicesContainer {
	display: grid;
	justify-items: center;
	padding-top: 3rem;

 }

.customerTypeContainer {
	display: grid;
	grid-template-rows: 1fr 2fr 1fr;
	max-width: 340px;
	padding: 10px  10px 10px 10px;
	margin-bottom: 6rem;
	border-top: 20px solid #73d802;
	background-color: white;
}

.customerType {
	color: black;
	background-color: ;
	font-size: 3rem;
	padding-top:;
}

.customerTypeContainer ul {
	padding-top: 2rem;
	padding-bottom: 2rem;
	list-style: none;
}
.customerTypeContainer ul li {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.customerTypeContainer p:last-of-type {
	font-size: 2.5rem;
}

#servicesNote {
	font-size: 2.2rem;
	background-color: #73d802;
	max-width: 34rem;
	margin: auto;
	padding: 2rem 1rem 2rem 1rem;
	color: white;
	text-align: center;
}

/* footer */

#foot {
 	border-top: 1px solid #73d802;
 }

#footerLogo  {
	font-size:2rem;
}

#footerLogo span {
	color: #73d802;
	font-size: 3.5rem;
}
#logoBackToTop {
	padding: 2rem 1rem 1rem 1rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#backToTop {
	padding-bottom: .5rem;
	transition: 0.2s linear;
}
#backToTop:hover {
	transform: scale(1.05);
}

.fa-square-arrow-up {
	padding-left: 1rem;
	color: #73b802;
}

.jumpAnimation {
	animation: jump 0.5s linear infinite;
}

@keyframes jump {
	25% {transform: translateY(-3px);
		 rotate: -10DEG}
	50% {transform: translateY(0%);}
	75% {transform: translateY(-3px);
		 rotate: 10DEG}
    100% {transform: translateY(0%);}
}

#contactInfoFooter {
	padding: 2rem 1rem 1rem 1rem;
}

.footerContacts {
	padding: 0 0 1rem 0;
	font-size: 2rem;
}

.footerContacts i {
	color: #73d802;
	padding-right: 1rem;
}

#linksFooter {
	display: flex;
	align-items: flex-end;
	padding: 1rem 1rem 4rem 1rem;
}
footer .fa-brands {
	padding: 1rem;
}

#socials {
	font-size: 2rem;
	margin-right: 2rem;
}


.fa-square-facebook {
	
}

.fa-instagram {
}

.fa-square-facebook:hover {
	animation: jump 0.5s linear infinite;
	color: blue;
}

.fa-instagram:hover {
	animation: jump 0.5s linear infinite;
	color: red;
}

.fa-x-twitter:hover {
	animation: jump 0.5s linear infinite;
}

#waste {
	border-top: 1px solid #73d802;;
}

/*media queries */

@media screen and (min-width: 768px) {
	header {
		flex-wrap: nowrap;

	}

	nav {
		width: 40rem;
		justify-content: center;
		column-gap: 1rem;
		padding: 0;
	}

	#headerContacts {
		align-items: center;
		flex-direction: row;
		column-gap: 2rem;
	}

	nav p {
		font-size: rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	#section1 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto auto ;
	}

	#logo {
		 grid-row: 1 / 2;
		 grid-column: 1 / 3;
		 margin: 1.5rem 0 1.5rem 0;
	}   

	#headerContacts p {
		font-size: 2rem;
	}

	.informationItem {
		font-size: 3rem;
	}

	#email {
		padding-right: 5rem;
	}

	h3 {
		font-size: ;
	}
	.servicesDiv p {
	font-size: 2.1rem;
	}

	/* gardensImages section */

	#gardensImages {
		border-radius: 7.5rem 0 7.5rem 0;
		background-position: bottom;
		height: 700px;
	}

	#description {
		font-size: 3rem;
	}

	/* slogan */

	#sloganDiv {
		padding-top: 5rem;
	}

	#slogan {
	font-size: 4rem;
	padding-top: ;
	text-align: center;
	background-color: ;
	color: #73d802;
}

	#sloganText {
		font-size: 2.5rem;
		text-align: center;
		padding-top: 5rem;
	}

	/* sportsFields */

	#sportsFields {
		display: grid;
	}

	.sportsFieldItem {
		text-align: center;
	}

	#sportsFieldsH2 {
		font-size: 3rem;
	}

	#sportsFieldsH3 {
		font-size: 2.5rem;
		padding: 1rem 2rem 3rem 2rem;
	}

	.sportsFieldsImages {
		width: 90%;
		height: 90%;
		margin: auto;
		border-radius: 1rem;
	}
	#sportsFieldsDiscription1, #sportsFieldsDiscription2 {
		font-size: 2.5rem;
		color: white;
		justify-self: center;
		align-self: center;
		background-color: #73d802;
	}

	#sportsFieldsDiscription1 {
		margin-left: -2rem;
	}

	#sportsFieldsDiscription2 {
		margin-right: -2rem;
	}

	.sfgrid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		place-content: center;
		padding: 2rem;
	}

	#sfi2 {
		grid-column: 1;
		grid-row: 1;
	}

	#sportsFieldsDiscription2 {
		grid-column: 2;
	}

	#backToTop {
	margin-right: 4rem;
    }
    /* services */
    #services {
    	border-radius: 7.5rem 0 7.5rem 0;
    }
	#services li{
		font-size: 2rem;
	}

	#servicesNote {
		border-radius: 0rem 0 7.5rem 0;
		padding: 3rem 1.5rem 3rem 1.5rem;
	}

	/*footer */ 
 
	#waste {
		text-align: right;
		padding: .5rem 1rem .5rem 0;
	}

	#linksFooter {
		transform: translateY(-5.4rem);
		justify-content: flex-end;
		padding: 1rem 4rem 1rem 1rem;
	}
}

@media screen and (min-width: 1000px) {
	#headerContacts p {
	}
}

@media screen and (min-width: 1200px) {

	#section1 {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto auto ;
	}

	header {
		justify-items: end;
	}

	#headerContacts p {
		font-size: 2.5rem;
	}
	
	.logo {
		justify-self: start;
		padding-left: 5rem;
		font-size: 3.5rem;
	}

	.logo span {
		font-size: 5rem;
	}

	.servicesDiv img {
		width: 28rem;
		height: 28rem;
	}

	.servicesDiv h3 {
		font-size: 2rem;
	}

	/* gardensImages section */

	#gardensImages {
		height: calc(100dvh - 10rem);
		background-position: bottom;
	}

	#descriptionBackground {
		margin: auto;
	}

	#description {
		max-width: 60%;
		margin: auto;
	}
	/* sportsFields */

	#sportsFields {
	}

	#sportsFieldsDiscription {
	}

	/* services */

	#servicesContainer {
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 90%;
		margin: auto;
	}	

	#servicesNote {
		max-width: 90%;
		margin: auto;
		border-radius: 0 0 7rem 0;
		font-size: 3rem;
		padding: 2rem;
	}

	/*footer */
	#foot {
		margin-top: 0;
	}

	#contactInfoFooter, #linksFooter, #logoBackToTop {
		padding-left: 5rem;
	}

	#footerLogo {
		font-size: 2.5rem;
	}

	#backToTop {
	margin-right: 8rem;
	font-size: 2.1rem;
    }

    #linksFooter {
    	padding-right: 8rem;
    }
}

/* slider section */

#slider {
	width: 100%;
	padding: 5rem 0 5rem 0;
}

.sliderSection {
	width: 60%;
	margin: auto;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	align-items: center;
	justify-content: center;
}

.imgContainer {
	border: 1px solid rd;
	width: 100%;
	height: 65svh;
	margin: auto;
}

.image {
	transition: opacity 0.5s ease-in-out;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 2rem;
}

.image.active {
	opacity: 1;
}

.thumbnails {
	width: 100%;
	gap: 1rem;

}

.buttons {
	margin-left: 1rem;
	margin-bottom: 1rem;
	width: max-content;
	display: flex;
	column-gap: 2rem;
	padding: 1rem;
	background-color: #73d80299;
	border-radius: 2rem;
}

.buttons button {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	font-size: 2rem;
	fon-weight: bold;
	font-family: monospace;
	border: none;
	color: #fff;
	background-color: #eee7;
}

.buttons button:hover {
	background-color: #eee;
	color: #555;
}


.thumbImages {
	overflow: hidden;
	height: 11rem;
}

.thumbnails img {
	width: 11rem;
	height: 11rem;
	background-color: white;
	border-radius: 2rem;
}

.thumbImages img:first-child {
	width: 0;
}

@media screen and (max-width: 1200px) {
	.sliderSection {
	width: 80%;
	margin: auto;
}

.thumbImages {
	overflow: hidden;
	height: 11rem;
}

.thumbnails img {
	width: 11rem;
	height: 11rem;
	background-color: white;
	border-radius: 2rem;
}
}

@media screen and (max-width: 768px) {

	
	.sliderSection {
	width: 100%;
}

.imageContainer {
	// cannot change the height at this point???
}

.image {
	border-radius: 5rem 0 5rem 0;
}

	.thumbImages {
	overflow: hidden;
	height: 8rem;
}

	.thumbnails {
}

.thumbnails img {
	width: 8rem;
	height: 8rem;
	background-color: white;
	border-radius: 2rem;
}

.buttons {
	margin-bottom: 1rem;
	width: max-content;
	display: flex;
	column-gap: 2rem;
	padding: 1rem;
	background-color: #73d80299;
	border-radius: 2rem;
}

.buttons button {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: bold;
	font-family: monospace;
	border: none;
	color: #fff;
	background-color: #eee7;
}

}

