    /* contact */


    .hamburger {
        display: none;
        cursor: pointer;
    }

    .hide {
        display: none;
    }

    .contact {
        background: #000000;
        margin: 0px 0px;
    }

    .contact .contactifo {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .map {
        filter: grayscale(100%);
    }

    .hero_section {
        background-image: url(../images/contactbanner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0px 0px 70px 0px;
        height: 36vh;
        position: relative;
        z-index: 2;
    }
    .hero_section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 69%);
        z-index: -1; /* Ensure the overlay is on top */
    }
    

    .hero_section .hero {
        height: 50vh;
    }

    .contact input::-webkit-input-placeholder,
    .contact textarea::-webkit-input-placeholder {
        font-style: italic;
        font-size: 1em;
        color: rgba(245, 255, 250, 0.526);
        padding: 5px;
        font-weight: 300;
    }





    .contact {
        background-image: none;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    @media screen and (min-width: 768px) and (max-width: 1023px) {


        .nav-links {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 70px;
            left: 0;
            width: 100%;
            background-color: #000;
            color: #fff;
            padding: 0px;
            height: 100vh;
        }

        .nav-links.active {
            display: flex;
        }

        .nav-links a {
            margin: 10px 0;
            text-align: center;
        }

        .hamburger {
            display: flex;
        }

        .hide {
            display: block;
        }


        .hero_section {
            height: 30vh;
        }

        .hero_section .hero {
            height: 30vh;
        }


        h2 {
            font-size: 46px;
        }

        h3 {
            font-size: 36px;
        }







        header .head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 0px 10px 0px
        }

        .nav-links.active {
            display: flex;
            gap: 10px;
        }

        .contact {
            background: #000;
            background-image: none
        }

        .contact .map {
            margin: 50px 0px;
        }







    }

    @media screen and (max-width: 767px) {

        .hero_section h1 {
   
            font-size: 38px;
            padding-top: 90px;
        }
        .contact .form_line {
   
            padding-right: 20px;
        }

        .nav-links {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 70px;
            left: 0;
            width: 100%;
            background-color: #000;
            color: #fff;
            padding: 0px;
            height: 100vh;
        }

        .nav-links.active {
            display: flex;
        }

        .nav-links a {
            margin: 10px 0;
            text-align: center;
        }

        .hamburger {
            display: flex;
        }

        .hide {
            display: block;
        }


        .hero_section {
            height: 30vh;
        }

        .hero_section .hero {
            height: 30vh;
        }


        h2 {
            font-size: 36px;
        }

        h3 {
            font-size: 26px;
        }






        .contact {
            background: #000;
            background-image: none
        }

        .contact .map {
            margin: 50px 0px;
        }









    }