@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Orbitron:wght@700&display=swap");

.didact-gothic-regular {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Italiana Regular";
    font-style: normal;
    font-weight: normal;
    src:
        local("Italiana Regular"),
        url("../fonts/Italiana-Regular.woff") format("woff");
}

/* latin */
@font-face {
    font-family: "Italiana";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Italiana.woff2") format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    background-color: #f2f2f2;
}
body a {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5;
    color: rgb(55, 55, 57);
}

.header {
    background-color: #000;
    padding: 0px;
}
a.logo-text,
a.logo-text:link,
a.logo-text:visited,
a.logo-text:hover {
    color: #ffffff;
    font-family: "Italiana", Italina;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 10px;
    padding: 20px 0px;
    font-weight: bold;
}

a.logo-text span {
    font-weight: 600;
}
.main-menu .hfe-menu-item,
.elementor-widget-navigation-menu a.hfe-menu-item,
.elementor-widget-navigation-menu a.hfe-sub-menu-item {
    text-transform: uppercase;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgba(238, 241, 245, 0.6) !important;
}
.banner-main {
    position: relative;
    padding: 0px;
    margin: 0px;
}
.banner-main > .content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

a.btn-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 18px 60px;
    text-decoration: none;

    font-family: Italiana;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: rgb(238, 241, 245);
    text-align: center;
}
a.btn-transparent:hover {
    background-color: #fff;
    color: #000;
}
a.btn-black,
.btn-black,
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    padding: 12px 40px;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.footer {
    background-color: #fff;
    color: #333;
}

.white-bg .e-con-inner {
    background-color: #fff;
    padding: 30px;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
textarea.form-control {
    border: 1px solid #000;
}
@media screen and (max-width: 767px) {
    a.logo-text,
    a.logo-text:link,
    a.logo-text:visited,
    a.logo-text:hover {
        font-size: 17px;
    }
}
