body{
	background: #181717;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	padding: 40px 28px 40px 28px;
}

.navbar{
	background-color:#F9F9F7 !important;
}
.posto-one{
	font-family: 'Posto One';
}
.navbar-brand{
	font-family: 'Posto One';
	font-size: 20px;
	font-weight: 400;
}

.navbar-toggler:focus,.navbar-toggler:active {
	outline: none !important;
	box-shadow: none;
 }

.nav-border{
	border-radius: 25px;
	position: relative;
    z-index: 1;
	font-family: 'Avenir';
}

.avenir{
	font-family: 'Avenir';
}

.nav-border a{
	color: #181717;
	font-size: 20px;
	font-weight: 400;

}
.active{
	color: #181717;
}
.nav-border a:hover{
	color: #181717;
}
.round-border{
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
}

.round-border-right{
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}

.m-top{
	margin-top: 156px;
}

.about-section p{
	font-size: 16px;
}

.btn-services{
	background-color: #181717;
	border-radius: 32PX;
	color: white;
	padding: 12px 32px;
	font-size: 18px;
	margin-top: 30px;
	border: none;
}

.rounded-14{
	border-radius: 14px;
}

.hero-section {
	background-color: #F9F9F7;
}

.hero-section h1 {
	font-family: 'Posto One';
	font-size: 3rem;
	font-weight: bold;
}

.hero-section p {
	margin: 20px 0;
}
.f-16 {
	font-size: 16px !important;
}

.hero-section {
	position: relative;
	z-index: 0;
	margin-top: -68px;
}
@media (max-width: 791px ) {
    .hero-section{
		margin-top: -8%;
	}

	.round-border-right{
		border-bottom-right-radius: 25px;
		border-bottom-left-radius: 25px;
		border-top-right-radius: 0px;
	}

	.round-border{
		border-bottom-left-radius: 25px;
		border-top-right-radius: 25px;
	}
}

@media (max-width: 512px) {
    .hero-section{
		margin-top: -11%;
	}
}

 /* Add any custom styles here */
 .about-section {
	padding: 2rem;
	/* Adjust padding as needed */
	padding-left: 2.5rem;
}

.rounded-14 {
	border-radius: 14px;
	/* Adjust border-radius if needed */
}

.navbar-toggler i {
	transition: transform 0.3s ease;
}

.navbar-toggler.collapsed i {
	transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) i {
	transform: rotate(180deg);
}


/* home opttion css */

.get-btn{
	padding: 12px 32px;
	color: black;
	background-color: #F9F9F7;
	font-size: 18px;
	border: none;
	border-radius: 32px;
}

.color-text{
	color: #F9F9F7;
}

.rounded-20{
	border-radius: 20px;
}

.card {
    position: relative;
    background-color: transparent; 
}

.overlay-text {
	background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.94) 72.5%);
    color: white;
    text-align: center;
    padding: 10px 0; 
}

.overlay-text p {
    margin: 0;
}

.card img {
    object-fit: cover; 
    width: 100%;
    border-radius: 20px; 
}

.bg-color{
	background: #1D1D1D;
}

.rounded-32{
	border-radius: 32px;
}

.f-44{
	font-size: 44px;
}

.bt-border{
	border-bottom: 1px solid #2C2C2C;
}

.f-24{
	font-size: 24px;
}

.text-color-2{
	color: #CECECE !important;

}