.navbarcustom{
    background-color: #8bc63f;
}

.navbar-brand{
    width:30%;
}

body{
    background-image: url("slider-after-bg2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: ivory;

}
p{
    font-size: 18px;
}
h5{
    font-size: 22px;
}
main{
    margin-top:12%;
}

.custom-radius{
    border-radius: 5%;
}

.card{
    border:0;
}
nav{
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

html {
	scroll-behavior: smooth;
}


.back-to-top {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #8bc63f;
	border-radius: 0.5rem;
	padding: 0.5rem;
	text-decoration: none;
	transition: 0.2s ease-out;
}

.back-to-top span {
	color: #fff;
	font-size: 2rem;
	transition: 0.2s ease-out;
}

.back-to-top:hover {
	background-color: #8bc63f;
}
.back-to-top:hover span {
	transform: translateY(-4px);
}

  /* Change the background color of the active accordion button */
  .accordion-button:not(.collapsed) {
	background-color: #8bc63f; /* Change this to your desired active background color */
	color: white; /* Change this to your desired active text color */
  }

  /* Change the background color of the collapsed accordion button on hover */
  .accordion-button.collapsed:hover {
	background-color: #8bc63f; /* Change this to your desired hover background color */
	color: white; /* Change this to your desired hover text color */
  }
#custom-header-color{
    color:#407200;
}

.img-container {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
  }