@font-face {
    font-family: "AktivGrotesk-Regular";
    src: url(../fonts/AktivGrotesk-Regular.ttf);
}

@font-face {
    font-family: "BebasNeue-Regular-light";
    src: url(../fonts/BebasNeue-Light.ttf);
}

@font-face {
    font-family: "AktivGrotesk-Light";
    src: url(../fonts/AktivGrotesk-Light.ttf);
}

@font-face {
    font-family: 'Bold-ttf';
    src: url('../fonts/BebasNeue\ Bold.ttf') format('woff2'),
    ;
}

@font-face {
    font-family: 'BebasNeue-Regular.ttf';
    src: url('../fonts/BebasNeue-Regular.ttf') format('woff2'),
    ;
}

@font-face {
    font-family: 'BebasNeue-Light';
    src: url('../fonts/BebasNeue-Light.ttf') format('woff2'),
    ;
}

@font-face {
    font-family: 'AktivGrotesk-Medium';
    src: url('../fonts/AktivGrotesk-Medium.ttf') format('woff2'),
    ;
}

@font-face {
    font-family: 'AktivGrotesk-regular';
    src: url('../fonts/AktivGrotesk-Regular.ttf') format('woff2'),
    ;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #5D8971;
    z-index: -1px;
}


.navbar {
    background-color: rgba(255, 255, 255, 0.085);
    border-radius: 50px !important;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(37.5px);
}

.navbar-nav {
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.nav-link {
    font-family: "AktivGrotesk-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.61px;
    text-align: left;
    color: white;

}
.nav-lin:visited{
    color: white !important; /* Color for visited links */
}

.nav-lin:active, a:active {
    color: white !important; /* Color when the link is clicked */
}
.nav-lin:focus,a:focus {
    color: white !important; /* Color when the link is clicked */
}

.btn-nav-container {
    justify-content: center;
    align-items: center;
}

.contact-btn {
    background-color: #FFB904;
    width: 164px;
    height: 63px;
    border-radius: 200px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    font-weight: bold;

}

.navbar-toggler-icon {
    font-size: 50px;
    color: white;
    border: none !important;
    margin-top: 15px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    /* Remove outline */
    box-shadow: none;
    /* Remove box-shadow if any */
}



.footer {
    background-image: url('../images/Footer-Map.png');
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    margin-top: auto;
    background-color: #662113;
}

.footer-content {
    padding-top: 100px;
}

.footer-link-heading-container {
    margin-top: 31px !important;

}

.footer-main-heading {
    font-family: 'BebasNeue-Light';
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;

    letter-spacing: 0.05em;
    text-align: left;
    color: white;
    text-transform: uppercase;

}

.footer-link-content {
    margin-top: 17px;
    color: #FFF;
    font-family: "AktivGrotesk-Light";
    font-size: 20px;
    text-decoration: none !important;
    text-align: center !important;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(max-width:450px){
    .footer-main-heading {
        font-family: 'BebasNeue-Light';
        font-size: 50px;
        font-weight: 600;
        line-height: 80px;

        letter-spacing: 0.05em;
        text-align: left;
        color: white;
        text-transform: uppercase;

    }
    .footer-link-content {
        margin-top: 17px;
        color: #FFF;
        font-family: "AktivGrotesk-Light";
        font-size: 17px;
        text-decoration: none !important;
        text-align: center !important;
        display: block;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

a:hover {
    color: #FFF;
    font-weight: bold;


}

.footer-link-heading {
    color: #FFF;
    font-family: 'BebasNeue-Regular.ttf';
    font-size: 25px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-contact-social {
    margin-top: 14px;
    font-family: 'BebasNeue-Light';
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.9px;


}

.footer-contact-social a {
    color: #FFF;
    margin-left: 15px;
    font-weight: lighter;
}



.label-input-footer {
    color: #FFF;
    font-size: 20px;
    font-family: "AktivGrotesk-Light";

    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;


}

.email-footer-input {
    background-color: transparent;
    border: none;
    padding: 0px;
    border-bottom: 1px solid #FFF;
    border-radius: revert;
    color: white !important;
    height: 25px;


}

.email-footer-input :active {
    background-color: transparent !important;


}

.form-control:focus {
    color: white !important;
    ;
    background-color: transparent;
    border-color: transparent !important;
    border-bottom: 1px solid #FFF !important;
}

@media(max-width:440px) {
    .margin-footerdot {
        margin-top: 16px !important;
    }

}

.btn-footer-us {
    display: flex;
    padding: 12.51px 25.019px;
    font-family: 'AktivGrotesk-regular';
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 29px;
    border-radius: 250.193px;
    border: 0.3px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(46.911197662353516px);
}
.btn-footer-us:hover {
    display: flex;
    padding: 12.51px 25.019px;
    font-family: 'AktivGrotesk-regular';
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 29px;
    border-radius: 250.193px;
    border: 0.3px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(46.911197662353516px);
}

nav a:hover {
    color: #FFF !important;
    font-weight: bold;
}

.img-footer {
    width: 96%;
    margin-top: 30px;

}

.footer-publish {
    margin-bottom: 27px;
    margin-left: -19px;
}
