﻿body {
    font-family: 'CustomFont', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
}

.container {
    /*width: 999px;*/
    /*margin: 0 auto;*/
}

h2 {
    font-weight: 700;
    font-family: 'CustomFont', sans-serif;
    margin: 20px 0;
    font-size: 24px;
    color: #333;
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.sectionn {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sectionn h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.sectionn h2 i {
    margin-right: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 8px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section h2 {
    text-align: left;
    font-family: 'CustomFont', sans-serif;
}

.header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
}

.header img {
    height: 40px;
}

.signature {
    font-size: 22px;
    color: #28a7e9
}

.content {
    width: 100%;
    margin: 0 auto;
}

.text-animate {
    display: block;
    border-right: .15em solid orange;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 1;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: orange;
    }
}

.content {
    padding: 20px 24px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(83, 128, 136, .04);
}

.content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.button-area {
    border-top: 10px solid #ccc;
    text-align: center;
    margin: 20px 0;
    text-align: center;
    padding: 20px 24px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(83, 128, 136, .04);
}

.button-area a {
    display: inline-block;
    width: 188px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin: 0 10px;
    border-radius: 3px;
    background-color: #28a7e9;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s, opacity 0.3s;
}

.button-area a:hover {
    opacity: 0.85;
    background-color: #0056b3;
}

.images-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

.images-1 img {

    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    border: 2px solid #ddd;
    margin: 20px 0;
    width: 100%;
    margin: 0 auto;
}

.images-2 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
    margin: 0 auto;
}

.images-2 img {
    width: 306px;
    height: 200px;
    object-fit: cover;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.shield-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-color: #ffffff;
    margin: 20px 0;
}

.footer {
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1000;
    padding: 20px;

}

.footer p {
    margin: 0;
}

.shield-animation {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 20px;
    font-size: 12px;
    border-top: 10px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.node {
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    position: relative;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.line {
    height: 2px;
    width: 20%;
    background: linear-gradient(to right, #007bff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 10px 2px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.node i {
    margin-right: 10px;
    color: #000;
}

.node-green {
    background-color: #28a745;
}

.node-green i {
    color: #007bff !important;
}

.chat-icon {
    position: fixed;
    bottom: 200px;
    right: 20px;
    font-size: 3rem;
    cursor: pointer;
    z-index: 1000;
}

.chat-window {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.chat-header {
    background-color: #01aee0;
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-content {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    background: white;
}

.chat-input {
    display: flex;
    border-top: 1px solid #ccc;
    background: white;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 0 0 0 10px;
}

.chat-input button {
    padding: 0 20px;
    border: none;
    background-color: #01aee0;
    color: white;
    border-radius: 0 0 10px 0;
    cursor: pointer;
}