@import url('https://fonts.googleapis.com/css?family=Allura|Josefin+Sans|Kalam');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
}

h1.title{
	padding: auto;
	margin-bottom: 20px;
	color: #000000;
	font-family: 'Arial', cursive;
	text-transform: uppercase;
	font-size: 28px;
	word-spacing: 10px;
	letter-spacing: 4px;
}



/* FOOTER Botton of the page text style */
p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #686868;
}


.main_container{
	position: relative;
}

/* Navigation Bar */



.navbar_items ul{
	display: flex;

}
.navbar_items ul li{
	margin: 0 25px;
	
}
.navbar_items ul li a{
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
}

.menuss ul li a{
	color: rgb(112, 112, 112);
	font-size: 22px;
}
.navbar_items2 ul{
	display: flex;

}

.navbar_items2 ul li{
	margin: 0 10px;
	
}

.navbar_items2 ul li a{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
}


.menuss ul{
	justify-content: center;
	align-items: center;
	display: flex;
}
.menuss li{
	font-size: 25px;
	color: #000000;
	margin-top: 5%;
	padding-right: 3%;
}

/* banner_image */
.banner_image{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1)),
	url('/images/steven-ungermann-fZ1vlupgdSY-unsplash.jpg') no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_content{
	text-align: center;
	color: #000000;
	margin-top: 0%; /* Adjust top margin for spacing */
}

.banner_content h1{
	font-family: 'Josefin Sans', cursive;
	font-size: 4vw;
	line-height: 1; /* Reset line height */
    margin: 0;
	margin-bottom: 5%;
}

.banner_content h1 span{
	color: #000000;
}


/* About */
.about,
.services,
.contactus,
.ourteam{
	text-align: center;
	padding: 4% 5%;
	width: 100%;
	
}
.services img {
    width: 80%;
    height: 250px; /* Adjust the height as needed */
    object-fit: cover;
    margin-bottom: 10px;
}


.about_me {
	text-align: left;
	padding: 4% 5%;
	width: 100%;
	font-size: 20px;
}
.about_me h1{
	text-align: center;
	padding: 4% 5%;
	width: 100%;
}
.about_me p{
	padding-left: 18%;
	padding-right: 18%;
	font-size: 20px;
	text-align: center;
}



/*mainpage*/
.mainpage {
    /* display: flex; */ /* Remove this line */
    /* flex-wrap: 0; */ /* Remove this line */
    flex-direction: column; /* Add this line */
}




.diff_services .diff_services_item:hover img{
	transform: scale(1.4);
}

.diff_services {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.diff_services .diff_services_item {
    width: 40%;
	
}

.diff_services .diff_services_item img {
    max-width: 120%;
	max-height: 200px;
	height: auto;
    margin-bottom: 25px;
}

.diff_services .diff_services_item h3 {
    color: #000000;
    margin-bottom: 15px;
}
.diff_services .diff_services_item p {
	font-size: 18px;
}

/* Contact us */
.form_wrapper .form_input{
	margin-bottom: 15px;
}

.form_wrapper .form_input input[type="text"]{
	width: 250px;
	padding: 12px 20px; 
	border: 1px solid #ccc;
}

.form_wrapper .form_input textarea{
	width: 250px;
	padding: 12px 20px; 
	height: 80px;
	resize: none;
	border: 1px solid  #ccc;
}





/* footer */
.footer{
	width: 100%;
	text-align: center;
	background: #444444;
	padding: 20px 0;
}

.footer a{
	color: #686868;
}


.socialMedia ul{
	align-items: center;
}
.socialMedia_items ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center; /* Align items horizontally in the center */
    padding-left: 0%;
    padding-top: 2.5%;
    padding-right: 0%;
}

.contactus button{
border: none;
  color: rgb(46, 46, 46);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

html {
	scroll-behavior: smooth;
  }














* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.8s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#slideshowContainer {
    max-height: 500px; /* Adjust the value as needed */
    overflow: hidden; /* Ensure that content beyond max height is hidden */
    margin-bottom: 20px; /* Optional: Add margin for spacing */
}


























@media (max-width: 720px){
	.main_container{
		overflow-x: hidden; /* Prevent horizontal scrolling */
	}
	
	.banner_image{
		max-height: 400px;
		filter: brightness(1.25);

	}
	.mainpage{
		display: block;
		flex-wrap:0;
	}
	.banner_content h1{
		margin-bottom: 50px;
	}



	h1.title{
		margin-bottom: 30px;
		margin-top: 10px;
		color: #000000;
		font-family: 'Arial', cursive;
		text-transform: uppercase;
		font-size: 18px;
		word-spacing: 5px;
		letter-spacing: 3px;
	}

	.navbar{
		height: auto;
		flex-direction: column;
	}

	.logo{
		margin-bottom: 25px;
	}

	.navbar_items ul{
		flex-direction: row;
		text-align: center;
		
	}

	.navbar_items ul li{
		margin-bottom:7spx;
		font-size: 30px;
		padding-top: 5%;
		color: #ffffff;

	}
	.navbar_items ul li a{
		color: #ffffff;
	}

	.banner_content{
		margin-top: 10px;
	}
	.banner_content h1{
		font-size: 40px;
	}

	.services{
		background: #ffffff;
	}
	
	.diff_services {
		margin-top: 5px;
		display: flex;
		justify-content: space-between;
		font-size: 15px;
	}
	
	.diff_services .diff_services_item {
		width: 32%;


	}
	
	.diff_services .diff_services_item img {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.diff_services .diff_services_item h3 {
		color: #444444;
		margin-bottom: 15px;
	}
	.diff_services .diff_services_item p {
		font-size: 13px;
	}

	.contactus h3{
		margin-top: 30px;
	}
	.socialMedia ul{
		align-items: center;
	}
	.socialMedia_items ul{
		display: flex;
		flex-direction: row;
		text-align: center;
		justify-content: center;
		padding-left: 5%;
		padding-right: 5%;
	}


	.services{
		justify-items: center;
	}
	.diff_services .diff_services_item:hover img{
		transform: scale(1.12);
	}
	
	.diff_services {
		margin-top: 35px;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	}
	
	.diff_services .diff_services_item {
		width: 80%;
		margin-top: 35px;
		justify-content: center;

	}
	
	.diff_services .diff_services_item img {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.diff_services .diff_services_item h3 {
		color: #000000;
		margin-bottom: 6px;
		font-size: 16px;
	}
	.diff_services .diff_services_item p {
		font-size: 13px;
	}

	#slideshowContainer {
		max-height: 400px; /* Adjust the value as needed */
		overflow: hidden; /* Ensure that content beyond max height is hidden */
		margin-bottom: 20px; /* Optional: Add margin for spacing */
	}

}

