@font-face {
    font-family: 'AbeeZee';
    src: url('../fonts/ABeeZee.ttf') format('truetype'),
}

* {
    font-family: 'AbeeZee';
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;


}

.container {
    margin: 0 auto;
    box-sizing: border-box;
}

header {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #C1C1C1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 80px;
    padding-left: 10%;
}

.logo img {
    height: 100px;

}

.logo {
    transition: all 0.8s ease;
}

.logo.scrolled {
    background-color: ghostwhite;
    border-radius: 20px;
    padding: 20px;
}

nav {
    margin-left: 25px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #0A1627;
    padding: 10px;
    text-align: left;
    border-radius: 20px 0px 0px 20px;
}

nav ul li {
    display: inline-block;
    padding: 4px;
}



nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s ease;
    margin-right: 25px;
    margin-left: 25px;
}

nav ul li a.active {
    border-bottom: 1px solid #F8973D;
}

nav ul li a:hover {
    color: #F8973D;
}

nav {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

nav ul li a.active {
    color: #F8973D;
}

.hero-section {

    color: white;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 black;
    background-image: url('../images/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.circle-wrapper {
    position: relative;
    display: inline-block;
    padding: 20px;
}

.circle-wrapper h1 {
    position: relative;
    z-index: 2;
}

.circle-wrapper:before {
    content: "";
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 225px;
    background-image: url(../images/dragon1.png);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0% 0%, 114% 0, 132% 124%, 0% 128%);
    z-index: 1;
}

.circle-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 0;
}

.hero-section h1 {
    letter-spacing: -0.04em;
    direction: ltr;
    fill: rgb(0, 0, 0);
    font-size: 78.5313px;
    font-weight: normal;
    font-style: normal;
    text-anchor: middle;
    text-decoration: none;
    text-transform: uppercase;
    overflow: visible;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;

}

.about-section {}

@media screen and (max-width: 980px) {
    .about-section {
        display: flex;
        flex-direction: column;

    }
}

.about-description {
    flex: 1;
    text-shadow: 0 0 black;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;

}

.about-description-container {
    background: rgb(10, 22, 39, 0.2);
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.about-description-title {
    letter-spacing: -0.04em;
    direction: ltr;
    fill: rgb(0, 0, 0);
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    text-anchor: middle;
    text-decoration: none;
    overflow: visible;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 100 !important;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0px;


}

.about-description-content {
    letter-spacing: -0.04em;
    direction: ltr;
    fill: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    text-anchor: middle;
    text-decoration: none;
    overflow: visible;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 100 !important;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0px;

}

.about-container {
    text-shadow: 0 0 black;
    width: 100%;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

@media screen and (max-width: 980px) {

    .about-image-container {
        flex: 1;
        text-shadow: 0 0 black;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 1500px) {
    .about-description-title {
        letter-spacing: -0.04em;
        direction: ltr;
        fill: rgb(0, 0, 0);
        font-size: 40px;
        font-weight: normal;
        font-style: normal;
        text-anchor: middle;
        text-decoration: none;
        overflow: visible;
        font-weight: 900;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.5px;
        color: white;
        font-weight: 100 !important;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 1.5;
    }

    .about-description-content {
        letter-spacing: -0.04em;
        direction: ltr;
        fill: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        text-anchor: middle;
        text-decoration: none;
        overflow: visible;
        font-weight: 900;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.5px;
        color: #fff;
        font-weight: 100 !important;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 1.5;

    }
}

.about-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

@media screen and (max-width: 1500px) {
    .about-image {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
}

@media screen and (max-width: 980px) {

    .about-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-top: 25px;
    }
}

.features-section {
    display: flex;
    justify-content: space-around;
}

.feature {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #0A1627;
    text-shadow: 0 0 black;
    display: flex;
    flex-direction: column;
    margin-top: -5px;


}

.feature-image {
    float: inline-start;
    width: 65px;
    margin-left: 20%;
    margin-top: 25px;
}




.feature-title {
    letter-spacing: -0.04em;
    direction: ltr;
    fill: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    text-anchor: middle;
    text-decoration: none;
    overflow: visible;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    color: white;
    font-weight: 100 !important;
    padding-left: 20%;
    padding-right: 20%;
    text-align: start;

}

@media screen and (max-width: 1500px) {
    .feature-title {
        font-size: 25px;
    }

}

.feature-content {
    letter-spacing: -0.04em;
    direction: ltr;
    fill: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    text-anchor: middle;
    text-decoration: none;
    overflow: visible;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    color: white;
    font-weight: 100 !important;
    padding-left: 20%;
    padding-right: 20%;
    text-align: start;

}

@media screen and (max-width: 1500px) {
    .feature-content {
        font-size: 18px;
    }

}


.contact-section {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.contact-title {
    margin-bottom: 20px;
    color: #0A1627;
    font-size: 40px;


}

.contact-form {
    max-width: 500px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: start;
    color: #0A1627;

}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 10px 0px 10px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-indent: 10px;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #F8973D;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {

    background-color: #e08937;
}

.input-container {
    display: flex;
    flex-direction: row;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
    color: #F8973D;
}

.footer-container::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    margin: 0 20px;
}


.install-button-container {
    text-align: center;
    margin-top: 20px;
}

.install-button {
    display: inline-block;
    background-color: #F8973D;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background 0.3s;
    margin-left: 6%;
    width: 100%;
}

.install-button:hover {
    background-color: #e08937;
}

.footer-section .install-link {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 0;
    }

    .footer-section {
        margin-bottom: 20px;
    }

    .footer-container::after {
        content: none;
    }
}

.hamburger-menu {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 3px;
}

.hamburger-menu span:nth-child(2) {
    margin: 0 0 0 auto;
}

.hamburger-menu span:nth-child(3) {
    width: 60%;
}

.menu-icon {
    display: none;
}


.close-icon {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: white;
    font-size: 24px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 100px;
    font-size: 30px;
}



@media screen and (max-width: 600px) {
    .menu-icon {
        display: block !important;
    }

    body {
        padding-top: 100px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #0A1627;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        z-index: 1000;
    }

    .menu-icon {
        display: block;
        order: 2;
    }

    .logo {
        order: 1;
    }

    nav {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #0A1627;
    }

    nav ul {
        padding: 0;
        margin: 0;
        list-style: block;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 20px;
    }

    nav ul li {
        margin: 10px 0;
    }

    nav ul li a {
        color: white;
        text-decoration: block;
        font-size: 18px;
        font-weight: bold;
        transition: color 0.3s ease;
    }

    nav.active {
        display: block !important;
    }

    .hero-section h1 {
        letter-spacing: -0.04em;
        direction: ltr;
        fill: rgb(0, 0, 0);
        font-size: 40px;
        font-weight: normal;
        font-style: normal;
        text-anchor: middle;
        text-decoration: none;
        text-transform: uppercase;
        overflow: visible;
        font-weight: 900;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.5px;
    }

    .container {
        margin: 0 auto;
        box-sizing: border-box;
        padding-top: 0px;
    }

    .features-section {
        display: flex;
        flex-direction: column;
    }

    .about-description-content {
        letter-spacing: -0.04em;
        direction: ltr;
        fill: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        text-anchor: middle;
        text-decoration: none;
        overflow: visible;
        font-weight: 900;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        letter-spacing: 0.5px;
        color: #fff;
        font-weight: 100 !important;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 1.5;
    }

    .hero-section {
        background-image: url(../images/hero.jpg);
        background-size: cover;
        background-position: center;
        color: white;
        text-align: center;
        width: 100%;
        height: 50vh;
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-shadow: 0 0 black;
    }

    .feature-content {
        font-size: 15px;
        line-height: 158%;
    }

    nav {
        margin-left: 0px;
    }

    .about-container {
        text-shadow: 0 0 black;
        width: 100%;
        background-image: url(../images/about.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;

    }

    .hamburger-menu {
        width: 30px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        margin-right: 20px;
    }

    footer {
        font-size: 16px;

    }

    footer a {
        font-size: 16px;

    }

    .hamburger-menu.active {
        display: block !important;
    }

    .close-icon {
        display: block;
    }

    .install-button {
        display: inline-block;
        background-color: #F8973D;
        color: white;
        padding: 12px 20px;
        text-decoration: none;
        font-size: 16px;
        border-radius: 5px;
        transition: background 0.3s;
        margin-left: 0%;
        width: 80%;
    }

}