/* General */
    @font-face {
        font-family: 'Brightwall';
          src: url('/fonts/Brightwall/BrightwallPersonalUseOnly-Reg.woff') format('woff'),
               url('/fonts/Brightwall/BrightwallPersonalUseOnly-Reg.woff2') format('woff2');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Futura';
        src: url('/fonts/Futura/FuturaCyrillicMedium.woff') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        /* font-family: 'Brightwall'; */
        font-family: "Amatic SC", sans-serif;
    }

    
    body { 
        font-family: "Manrope", sans-serif;
        /* font-family: "futura" !important; */
    }


    .homepage-section-1 {
        padding: 0px;
    }

    .clearfix-lg {
        margin-bottom: 0px;
    }

    body {
        position: relative;
        overflow-x: hidden !important;
        margin: 0px;
    }

    /* nav.headermd {
        margin-top: -100px !important;
    } */

    .header {
        display: none;

    }

/* new-header */
    .iconmage1 img {
        width: 30PX;
        max-width: 100%;
    }
    
    nav.headermd {
        position: relative;
        Z-INDEX: 99999;
        width: 100%;
        display: flex;
        align-items: center;
        margin: auto;
        justify-content: space-between;
        padding: 30px 90px;
        background-color: #710004;
    }

    .socialmedia1 li {
        list-style-type: none;
    }

    ul.alinks {
        display: flex;
        gap: 70px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    ul.alinks a {
        color: #fcf0d6;
        text-decoration: unset;
        font-size: 20px;
        font-weight: 300;
    }

    ul.alinks a:hover {
        color: #fcf0d6 !important;
        text-decoration: underline;
    }

    .socialmedia1 {
        display: flex;
        gap: 23px;
    }

    .header-links {
        display: flex;
        gap: 50px;
    }

    .socialmedia1 i {
        color: white;
        font-size: 29px;
    }

    .iconmage1 {
        width: 600px;
        max-width: 100%;
    }

    .burger div {
        width: 25px;
        height: 2px;
        background-color: white;
        margin: 5px;
        transition: all 0.3s ease;
    }

    .burger {
        display: none;
        cursor: pointer;
    }

    /* responsive header*/

        @media only screen and (max-width: 1695px) {

        /* header-responsive */
            .iconmage1 {
                width: unset;
            }


        }

    @media only screen and (max-width: 991px) {

    /* header-responsive */
        .bordersec-1 {
            border-radius: 30px;
            margin: 0px 10px;
            overflow: hidden;
        }
        html, body {
            overflow-x: hidden;
            overflow-y: auto;
        }

        nav.headermd {
            justify-content: space-between;
            position: fixed;
            padding: 10px 20px;
        }
.iconmage1 img {
    width: 50px;
}

        .burger {
            display: block;
        }

        .line1 {
            width: 80%;
            height: 2px;
            background: white;
            margin: 0px auto;
        }

        ul.alinks {
            flex-direction: column;
            padding: 0px;
            gap: 25px;
        }

    .header-links {
        position: absolute;
        top: 74px;
        align-items: center;
        padding: 30px 10px;
        display: flex;
        width: 50%;
        right: 0;
        background-color: #710004;
        height: 95vh;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        flex-direction: column;
        gap: 20px;
    }

        .header-links li {
            opacity: 0;
        }

    }


/* header-animation */

    .header-active {
        transform: translateX(0%);
    }

    @keyframes navLinkFade {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .toggle .line1 {
        transform: rotate(-45deg) translate(-4px, 5px);
    }

    .toggle .line2 {
        opacity: 0;
    }

    .toggle .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }

/* Footer */

    .backgroundfooter {
        padding: 45px 0px;
        background: #000000;
    }
    .bgfooter {
        display: flex;
        flex-direction: column;
        gap: 21px;
        align-items: center;
    }

    .iconfooter img {
        width: 80px;
        max-width: 100%;
        object-position: center;
        object-fit: cover;
    }

    .socialmediafooter {
        display: flex;
        gap: 20px;
    }
    .directionfooter p {
        color: white;
    }
    .socialmediafooter i {
        color: white;
        font-size: 33px;
    }