@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
}
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-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #dbac00;
}
.navbar-light .navbar-nav .nav-link {
	color: #dbac00;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #dbac00;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
    margin-left: auto; /* This will push the button to the right */
  }

.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}
@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;
	}
}
ul {
	list-style: none;
	padding: 0;
}

li {
	display: inline-block;
	margin-right: 10px; /* Adjust as needed for spacing */
}
.project-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20vh;
	margin: 0;
	background-color: #f0f0f0;
  }
  
  .project-content {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #dbac00;
	padding: 20px;
	text-align: center;
  }
  
  .project-button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f0f0f0;
	color: #dbac00;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
  .project-button:hover {
	background-color: #e0e0e0;
  }
  
/* Styling for the button */
.about-button {
	background-color: #dbac00;
	color: #000;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 2px 2px 5px grey;
  }
  
  /* Styling for the paragraph text */
  #about-text {
	display: none; /* Hide the text by default */
	margin-top: 20px;
	font-size: 18px;
  }








  .contaiiner {
	width: 100%; /* Make the container take the full width of the viewport */
	height: 100vh; /* Make the container take the full height of the viewport */
	display: flex;
	justify-content: center; /* Center the content horizontally */
	align-items: center; /* Center the content vertically */
  }
  
  
  .contaiiner .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .contaiiner .content .left-side {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	position: relative;
  }
  
  .contaiiner .content .left-side::before {
	content: '';
	position: absolute;
	height: 70%;
	width: 2px;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	background: #afafb6;
  }
  
  .contaiiner .content .left-side .details {
	margin: 14px;
	text-align: center;
  }
  
  .contaiiner .content .left-side .details i {
	font-size: 30px;
	color: #dbac00;
	margin-bottom: 10px;
  }
  
  .contaiiner .content .left-side .details .topic {
	font-size: 18px;
	font-weight: 500;
  }
  
  .contaiiner .content .left-side .details .text-one,
  .contaiiner .content .left-side .details .text-two {
	font-size: 14px;
	color: #afafb6;
  }
  
  .contaiiner .content .right-side {
	width: 75%;
	margin-left: 75px;
  }
  
  .contaiiner .content .right-side .topic-text {
	font-size: 23px;
	font-weight: 600;
	color: #dbac00;
  }
  
  .contaiiner .content .right-side .input-box {
	height: 50px;
	width: 100%;
	margin: 12px 0;
  }
  
  .contaiiner .content .right-side .input-box input,
  .contaiiner .content .right-side .input-box textarea {
	height: 100%;
	width: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	background: #f0f1f8;
	border-radius: 6px;
	padding: 0 15px;
	resize: none;
  }
  
  .contaiiner .content .right-side .message-box {
	min-height: 110px;
  }
  
  .contaiiner .content .right-side .input-box textarea {
	padding-top: 6px;
  }
  
  .contaiiner .content .right-side .button {
	display: inline-block;
	margin-top: 12px;
  }
  
  .contaiiner .content .right-side .button input[type="button"] {
	color: #fff;
	font-size: 18px;
	outline: none;
	border: none;
	padding: 8px 16px;
	border-radius: 6px;
	background: #dbac00;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  
  .contaiiner .content .right-side .button input[type="button"]:hover {
	background: #dbac00;
  }
  
  .bg-gold {
    background-color: #dbac00;
}





