body,
html {
    margin: 0;
    padding: 0;
}

* {
    margin: auto;
    padding: auto;
}

.container {
    width: 100%;
    min-height: 100vh;
    /* overflow: hidden; */
    margin: 0 auto;
    /* padding: 0 20px; */
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #84B0E1 0%, #F7FAFD 80%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logo {
    position: relative;
    display: flex;
    margin-top: 120px;
}

.logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.menu-line {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    background: #ffffff35;
    padding: 20px 20px;
    box-sizing: border-box;

}

.menu-item {
    color: #ffffff;
    font-size: 20px;
}

.menu-btn {
    color: #ffffff;
    font-size: 20px;
}

.contact {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
}

.security-msg {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 16px;
    display: flex;
    max-width: min(92vw, 720px);
    width: -webkit-fill-available;
    box-sizing: border-box;
    word-break: break-word;
    white-space: normal;
    margin: 0 auto;
    color: #0A0D12;
    align-items: center;
    font-weight: 400;
    font-family: Alexandria;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 4%;
    transition: all 0.3s ease;

}

.safe {
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: translate(-10px, 0); */
    /* margin-bottom: 30px; */
}
.security-messages {
    display: flex !important;
    flex-flow: row wrap !important;
    width: -webkit-fill-available;
    justify-content: space-between;
    transform: translate(0,-35px);
    justify-content: center;
    z-index: 9999;
}


@media (min-width: 768px) {
    .safe .shield-icon {
        width: 280px !important;
        height: 280px !important;
        display: block;
        position: relative;
        margin-top: -50px !important;
        /* transform: translate(0px, 22px) !important; */
    
    }
    .safe {
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-10px, 0);
        /* margin-bottom: 80px; */
    }

    .container {
        width: 100%;
        min-height: 100vh;
        margin: 0 auto;
        padding: 20px 100px;
        overflow: hidden;
        box-sizing: border-box;
        background-image: linear-gradient(to bottom, #84B0E1 0%, #F7FAFD 100%) !important;
        background-repeat: no-repeat;
        position: relative;

    }

    .menu-line {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 20px;
        background: #ffffff35;
        padding: 20px 20px;
        box-sizing: border-box;
        width: calc(100%/2 - 30px);
    }

    .menu {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        margin-top: 0px;
        padding: 0 50px;
        width: -webkit-fill-available;

    }

    .security-messages {
        display: flex !important;
        flex-flow: row wrap !important;
        width: 100% !important;
        justify-content: space-between !important;
        align-items: flex-start;
        transform: translate(0, -10px);
        gap: 20px;
        margin:0 !important;
    }

    .security-msg {
        background: #ffffff;
        color: #000000;
        border-radius: 10px;
        padding: 10px 16px;
        display: flex;
        width: calc(50% - 10px) !important;
        min-width: calc(50% - 10px) !important;
        margin: 0 !important;
        box-sizing: border-box;
        word-break: break-word;
        white-space: normal;
        color: #0A0D12;
        align-items: center;
        font-weight: 400;
        margin-bottom: 20px !important;
        height: 60px;
        min-height: 60px;
        font-size:15px !important;
    }

    .security-msg.active {
        font-weight: 700 !important;
    }

    .logo {
        display: flex;
        margin-top: 50px;
    }

    .logo img {
        display: block;
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* @media (min-width: 768px) {
    .menu-item {
        flex: 1 1 30%; 
    }
} */



.safe .circle-bg {
    width: 230px;
    /* height: 230px; */
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: relative;
}

.safe .shield-icon {
    width: 250px;
    height: 250px;
    display: block;
    position: relative;
    margin-top: -40px;
    margin-bottom: 10px;
    /* transform: translate(0px, -35px) */

}



.security-msg.active {
    font-weight: 700 !important;
}

/* spinning circle background removed */


/* @keyframes spin removed */