body {
    font-family: 'Poppins', sans-serif;
    margin-top: -25px;
}
h1 {
    font-size: 60px;
    line-height: 80px;
    color: #363636;
}
h2 {
    line-height: 58px;
    font-size: 48px;
    margin: 0;
    color: #363636;
}
h3 {
    line-height: 46px;
    font-size: 36px;
    margin: 0;
    color: #363636;
}
h4 {
    font-size: 24px;
    line-height: 34px;
    color: #363636;
}
h5 {
    line-height: 32px;
    font-size: 22px;
    color: #363636;
}
h6 {
    line-height: 28px;
    font-size: 18px;
    color: #363636;
}
p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #787878;
}
a {
    color: black;
    text-decoration: none;
    font-size: 16px;
}
a:hover {
    color: #363636;
}
.btn{
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    padding: 0 25px;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
    background-color: #856416;
}
.btn-primary {
    color: white;
    border: 2px solid #856416;
    background-image: -webkit-linear-gradient(30deg, #85641650%, transparent 50%);
    background-image: linear-gradient(30deg, #85641650%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 51px;
}
.btn.animated-btn{
    padding: 0 18px;
    height: 43px;
    line-height: 39px;
}
.btn.animated-btn.height2{
    height: 55px;
    line-height: 51px;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #856416;
    border-color: #363636;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #856416;
    background-color: #856416;
    border-color: #856416;
}
.btn.animated-btn:hover {
    background-position: 100%;
    background-color: #363636;
    color: white;
}
input[type="text"] {
    outline: none;
    width: 60%;
    height: 55px;
    margin-right: 20px;
    background-color: white;
    border: 0;
    padding-left: 20px;
    color: black;
    border-radius: 5px;
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0.15);
}
.text-primary{
    color: #856416!important;
}
.of-contain{
object-fit: contain;
}