@font-face {
    font-family: "sackers";
    src: url("../fonts/SackersGothicMedium/SackersGothicMediumAT.woff") format("woff"),
    url("../fonts/SackersGothicMedium/SackersGothicMediumAT.woff2") format("woff2");
    font-display: swap;
    }
    *{
        font-family: "Montserrat";
    }
    .main-paragrpah{
        line-height: 35px;
    }
    h1{
        font-family: "Montserrat";
    }
    .btn-main{
        font-weight: 600 !important;
    }
    h2,h3,.btn-main{
        font-family: "sackers";
    }
    :root {
    --main: #004d24 ;
    --secondary: #E7AB69;
    }
    .hero {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white; /* Change text color for better visibility */
    }
    .special-banner{
        background-color: var(--main);
    }
    .color-primary{
        color: var(--main);
    }
    .color-secondary{
        color: var(--secondary);
    }
    hr{
        background-color: var(--main);
        width: 23%;
        height: 3px;
        margin-left: auto;
        margin-right: auto;
    }
    .gray-section{
        background-color: #E6E7E9;
    }
    h1{
        text-shadow: black 0 0 20px;
    }
    .btn-main {
    background: white;
    border: var(--main) solid 2px;
    width: 160px;
    padding: 5px 0px;
    color: var(--main);
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
@media screen and (min-width: 992px) {
    .btn-main{
        
width: 301px;
font-size: 25px;
    }
}
    .btn-main:hover{
        background-color: var(--main);
        color: white
        ;
    }
    .gallery-column-1{
        margin-top: -200px;
    }
    @media screen and (min-width: 1200px) {
    .gallery-column-2{
        margin-top: 200px;
    }
}
    .img-circle{
        max-width: 450px;
        width: 100%;
    }
    .img-map{
        max-width: 650px;
    }
    .form-section{
        margin-top: -150px;
    }
    h3{
        border-bottom: solid 2px;
padding-bottom: 18px;
    }
    footer{
        background-color: var(--main);
        color:white;
        min-height: 200px;
display: flex;
align-items: flex-end;
    }
    footer a{
        color:white;
        text-decoration: none;
        font-weight: bold;
    }
