@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: 'Arial', Arial, Helvetica, 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;
}



p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #686868;
}


.main_container{
	position: relative;
}


.navbar_items ul{
	display: flex;
	list-style: none; 
    padding: 0;

}
.navbar_items ul li{
	display: inline-block;
    margin: 0 10px;
    position: relative; 
	
}
.navbar_items ul li a{
	text-transform: uppercase;
	color: #000000;
	font-size: 20px;
	padding: 10px 15px; 
	background-color: rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s ease; 
	border-radius: 1px;

}


.navbar_items ul li a:hover {
    background-color: rgba(255, 255, 255, 0.7); 
	color: #000000;
}
.navbar_items ul li a span {
    color: inherit; 
}

.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{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1)),
	url('images/jp-valery-Wptix9OYUDo-unsplash.jpg') no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_content{
	text-align: center;
	color: #000000;
	margin-top: 0%; 
}


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

.banner_content h1 span{
	color: #000000;
}


.about,
.services,
.contactus,
.ourteam{
	text-align: center;
	padding: 4% 5%;
	width: 100%;
	
}
.services img {
    width: 80%;
    height: 250px; 
    object-fit: cover;
    margin-bottom: 10px;
}
.about h3 {
	text-align: left;
	padding-left: 20%;
	padding-right: 20%;

} 


.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;
}

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


.mainpage {
    flex-direction: column; 
}




.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;
}

.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{
	width: 100%;
	text-align: center;
	background: #444444;
	padding: 20px 0;
	font-size: 10px;
}

.footer a{
	color: #686868;
	font-size: small;
}


.socialMedia ul{
	align-items: center;
}
.socialMedia_items ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: 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 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.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;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

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

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.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 */
}
#slideshowContainer h1{
    text-align: center;
}

























@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-top: 60px;
	}

	iframe{
		width: 80%;
	}
	#dynamicText {
		font-size: 15px;
	}

	h1.title{
		margin-bottom: 5px;
		margin-top: 30px;
		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: 20px;
	}

	.navbar_items ul{
		flex-direction: column;
		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: 10px;
	}
	.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 */
	}

}

