* {
	font-family: monteserrat, Verdana, Arial, Tahoma, Serif;
}

.body {
	color: #9a5dcf;
	scroll-behavior: smooth;

}

.section-padding {
	padding: 50px 0;



}

.container {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
}

.carousel-item {
	height: 90vh;
	min-height: 300px;
	

}

.carousel-caption {
	bottom: 220px;
	z-index: 2;
	font-size: 35px;

}



.carousel-caption h2 {
	text-transform: uppercase;
	letter-spacing: 2;
	margin-top: 25px;

}

.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 15px;
	line-height: 1.9;
}

.card {
	margin-bottom: 30px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
	transition: 4s;

}


.img-area img {
	width: 100%;
}

.about-text {
	padding-top: 65px;
	margin-bottom: 10px;
}

.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

nav {
	position: sticky;
}


.navbar-Light .navbar-brand {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
}

.navbar-Light .navbar-brand:focus,
.navbar-Light .navbar-brand:hover {
	color: #000;

}

.navbar-Light .navbar-nav .navbar-link {
	color: #000;
}

.w-100 {
	height: 100vh;
}

.services .card-body i {
	font-size: 70px;
}

.team .card-body i {
	font-size: 35px;
	border-radius: 100%;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);

}

.portfolio .card-body i:before {
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
	font-size: 20px;
	transition: transform 2s;

}

.portfolio .card-body :hover {

	font-size: 25px;
	transition: transform 2s;
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	transform: scale(1.1);

}

.my-card{
	padding-bottom: -10px;
}


.team .card-body i {

	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
	font-size: 25px;
}





/*=== responsive css ===*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}

	.img,
	d-block,
	w-100 {

		width: 51vh;
	}

}


@media only screen and (max-width: 767px) {
	.carousel-inner img {
		width: 51vh;
		height: 51vh;
	}

	.navbar-nav {
		text-align: center;

	}

	.carousel-item {
		height: 51vh;
		min-height: 300px;
	}

	.carousel-inner img {
		width: 51vh;

	}

	.carousel-caption {
		bottom: 100px;



	}

	.carousel-caption:hover {
		bottom: 100px;
		font-size: 25px;
		transition: transform 2s;
		-ms-transform: scale(1.1);
		/* IE 9 */
		-webkit-transform: scale(1.1);
		/* Safari 3-8 */
		transform: scale(1.1);
	}


	.carousel-caption h5 {
		font-size: 17px;
	}

	.carousel-caption a {
		padding: 10px 15px;

	}

	.carousel-control-next,
	.carousel-control-prev {
		top: 10;
		bottom: 10;
	}

	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}


}

.nav-item a {
	color: #bdaf8f;
	transition: background-color 0.5s;
	display: block;

}

.nav-itema a:hover {
	padding: 10px 16px;
	background-color: black;
	transform: scale(1.3);

}

.bg-image {
	padding-left: 20px;
	padding-right: 20px;
}


.section-header h2 {
	margin-top: 10px;
	text-decoration: underline;
}

.carousel-caption h2 {
	animation-name: fade;
	animation-duration: 3s;
	position: relative;
	transform: translateY(160px);
}

@keyframes fade {
	from {
		color: transparent;
	}

	to {}
}

.navbar-brand {
	animation-name: fade;
	animation-duration: 3s;
}

.navbar-brand span {
	animation-name: fade;
	animation-duration: 5s;
}

.logo-img {
	max-width: 100px;
	height: 100px;
	margin-top: 10px;
}

.logo-img img {
	max-width: 100%;
	height: auto;
}

.title-logo {
	font-size: 50px;
	font-family: 'Times New Roman', Times, serif;
}

.carousel-caption img {
	width: 500px;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 30%;
	margin-bottom: -20%;
	animation-name: fade;
    animation-duration: 0s;
}

.carousel-caption a {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: -20%;
	margin-top: 15%;
}

.d-block {
	filter: brightness(40%);
}

.roow {
	display: flex;
	flex-direction: column;

}

.submit-button {
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: aliceblue;
	transition: all 0.2s;
}

.submit-button:hover {
	transform: scale(1.1);
}

.contact-av {
	margin-top: 20px;
}

.contact-av span {
	animation-duration: 0s;
	background-color: gainsboro;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

.contact-av a {
	animation-duration: 0s;
	background-color: gainsboro;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid black;
	border-radius: 5px;
	margin-left: 20px;
}

.contact-av p {
	background-color: rgb(32, 35, 40);
	color: aliceblue;
	padding-left: 20px;
	padding: 10px 10px;
	padding-left: -50%;
	margin-top: -10px;
	border-radius: 5px;
}

.contact-av i {
	margin-top: 20px;
}

.about-img img,
.portfolio img,
section img {
	border: 1px solid black;
}


@media screen and (max-width: 1000px) {
	.carousel-caption img {
		width: 70%;
		max-width: 250px;
		transform: translateY(40px);
	}

	.title-logo {
		font-size: 200%;
	}

	.carousel-caption h2 {
		font-size: 50%;
		transform: translateY(80px);
	}

	.carousel-caption a {
		width: 100px;
		height: 30px;
		font-size: 11px;
		transform: translateY(30px);
	}
    
	iframe {
		height: 450px;
	}
}


form{
	padding: 10px;
	border: 0.5px solid white;
	border-radius: 5px;
}


video {
    max-width: 100%;
	max-height: 100%;
    height: auto;
    display: block;
	margin: auto;
    background-color: black;
}

.custom-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  /* Play button design */
  .custom-play-overlay::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: white;
    clip-path: polygon(30% 20%, 30% 80%, 80% 50%); /* Triangle shape */
  }

  /* Hide overlay when hovering over the video */
  .video-container:hover .custom-play-overlay {
    display: none; /* Hides the overlay on hover */
  }

