h2, h1, h3, h4, li{
    font-family: Marcellus !important;
}
p{
    font-family: Inter !important;
}
.bg-prim{
    background-color: #b98747 !important;
}
.specials{
    border: 2px solid #b98747;
    border-radius: 4px;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 270px;
}
.accordion-button::after{
    background-color: #44B7E8 !important;
}

.cus-box{
    padding: 1rem;
    background-color: rgba(0,0,0, 0.6);
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}
.cus-prom{
    background-color: #8ea6b280;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.btn-success{
    background-color: #0F172A !important;
}
.service-item{
    padding: 1rem;
    background-color: #0f172a52;
    border-radius: 3px;
    margin-block: 5px;
}
.service-item p{
    margin-block: 0px;
    color: white !important;
}

.overlay-bg1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.7);
}
.overlay-bg2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.4);
}
.accordion-button::after {
    background-color: #000 !important;
}
.btn{
    border-radius: 5px !important;
}

.relative{
    position: relative;
}

.z10{
    z-index: 10;
}

.z100{
    z-index: 100;
}

.span-title{
    color: #263A90;
    text-transform: italic;
}
.span-title2{
    color: #087F45;
}



.btn-primary {
  background-color: #024478;
  border: none;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: #012f55;
}

.modal-content {
  border-radius: 1rem;
}

.bg-teal {
  background-color: #007c89 !important;
}

.bg-purple {
  background-color: #6a1b9a !important;
}









@media(max-width:700px){
    .box1 h2,
    .box2 h2,
    .box3 h2{
        font-size: 22px !important;
    }
    
}