html {
    scroll-behavior: smooth;
    height: 100%;
}
body {
    position: relative;
    min-height: 100%;
    font-family: 'Mulish', sans-serif;
}
body p , body ul li {
    font-family: 'Mulish', sans-serif;
    font-size: 17px;
    color: #544438;
    line-height: 1.5;
}
h1,h2,h3,h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.5;
    color: #1f1a17;
}
h1 {
    font-size: 60px;
    font-weight: 700;
}
@media (max-width: 768px) {
    h1 {
        font-size: 45px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 29px;
    }
}
h2 {
    font-size: 28px;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    h2 {
        font-size: 20px;
    }
}
h3 {
    font-size: 22px;
}
@media (max-width: 576px) {
    h3 {
        font-size: 18px;
    }
}
.header {
    height: auto;
    position: relative;
    padding: 180px 15px 80px 15px;
}
.header p {
    font-size: 20px;
    text-align: left;
}

footer.footer {
    padding: 20px 0;
    background: #1F1A17!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
footer.footer p {
    font-size: 15px;
    margin-bottom: 0;
    color: #FFFFFF;
}
p a , .list a {
    color:#E1C265 ;
    font-weight: 700;
    transition: 0.30s;
    text-decoration: none;
}
p a:hover , .list a:hover {
    text-decoration: none;
    color:#E1C265 ;
    opacity: 0.85;
}
.container-fluid {
    max-width: 1450px;
}
.btn-custom {
    background: #E1C265;
    color: rgb(84, 68, 56);
    font-size: 17px;
    padding: 15px 40px 15px 40px;
    line-height: 1.6em;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
    font-weight: 800;
    transition: 300ms;
}
.btn-custom .bi-arrow-right {
    transition: 300ms;
    line-height: 0.05;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.btn-custom:hover {
    background: rgb(84, 68, 56);
    color:#E1C265;
}
.btn-custom:hover .bi-arrow-right {
    transform: translateX(5px);
}
.overlay {
    background: rgba(31, 26, 23,0.75);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.divider {
    width: 80px;
    height: 4px;
    background: #E1C265;
    margin: 10px auto 15px auto;
    border-radius: 40px;
}
span.anchor {
  margin-top: -100px;
  display: block;
  height: 100px;
  visibility: hidden;
  position: relative;
}
.text-yellow {color: #E1C265;}
.box {
    border-radius: 10px;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(90, 91, 95, 0.1);
}
.btn-pos {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    text-align: center;
}
.desc {
    display: block;
    font-size: 30px;
}
.card {
    border-radius: 10px;
}
.card-body {
    background: #1f1a17;
}
.card-body p {
    color: #FFFFFF;
    font-size: 15px;
}
.card-title {
    text-align: center;
}
.bg-dark-wood {
    background: #1F1A17;
}
.bg-light-wood {
    background: #f6f5f5;
}
.border-yellow {
    box-shadow: 1px 1px 1px #E1C265;
}
label {
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
}
.form-control {border-radius: 0; border: 0; background: #f6f5f5; transition: 300ms}
.form-control:focus {
    background: #e9e8e8;
    outline: none;
    box-shadow: none;
}
.min-height-text-area {
    min-height: 160px!important;
}
@media (max-width:768px) {
    .width-mobile {
        width: 98% !important;
    }
}
::marker {
    color: #E1C265;
}
.pb-custom {
    padding-bottom: 70px;
}
.img-round {
    border-radius: 100%;
}