@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');
/* Scrollbar Customization */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #111; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #ffc107; border-radius: 10px; border: 2px solid #222; }
::-webkit-scrollbar-thumb:hover { background: #ffa500; }
* {
	font-family: 'Montserrat', sans-serif;
}
.rubik-bubbles-regular {
	font-family: "Rubik Bubbles", system-ui;
	font-weight: 400;
	font-style: normal;
}

.logotext
{
	font-family: "Rubik Bubbles", system-ui;
	font-weight: 400;
    font-size: 25px;
}

body 
{
	background: #f1fbff;
}
.section-padding {
	padding: 100px 0;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-dark .navbar-brand {
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #D35400;
}
.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #D35400;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #D35400;
}
.portfolio .card {
	box-shadow: 15px 15px 40px rgba(232, 228, 225, 0.413);

}
.portfolio .card-body img {
	width: 100%;
    height: 230px; /* Ensuring uniform height */
    object-fit: cover;
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
	
}
.services .card-body i {
	font-size: 50px;
	margin-bottom: 0.7em;
  color: #D35400;
  background: #3177746c;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1em auto;
  box-shadow: 0 2px 12px rgba(59,130,246,0.06);
}
.services .card
{
	transition: transform 0.3s cubic-bezier(0.4, 0.2, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.services .card:hover
{
	transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 40px rgba(255, 213, 2, 0.35), 0 2px 8px rgba(250, 11, 11, 0.06);
}
.team .card-body i {
	font-size: 20px;
}
h2 {
    font-size: 2.5rem; /* Adjust size */
    font-weight: bold; /* Make it bold */
}
.imageset{
		object-fit: cover;
		background-position: center;
	}
#carouselExampleIndicators {
    padding-top: 90px;
}
.wcontact i{
	font-size: 60px;
	color: #0C976D;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}




	/*custom css*/
	
	
	


}