@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

* {
    font-family: "Montserrat";
}

.header_main {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: url('/assets/virus.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-darkened {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.527);
}

.header_inner {
    padding: 50px;   
    position: relative;
    width: 80%;
}

.header_main h1 {
    font-size: 55px;
    margin-bottom: 0px;
}

.header_main p {
    font-size: 16px;
    margin-bottom: 25px;
}

.contact_btn {
    padding: 15px 20px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: bold;
    color: white;
    background-color: rgb(210,39,48);
}

.header_2 {
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.header_2 .inner {
    width: 70%;
    font-size: 23px;
}

.header_2 .inner h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.header_2-text {
    width: 600px;
}

.under_line {
    width: 100%;
    height: 2px;
    background-color: rgb(233, 233, 233);
    margin-bottom: 20px;
    margin-top: -2px;
    margin-left: 10px;
}

.inner_flex-container {
    padding: 0px 50px;
    width: 100%;
    justify-content: space-around;
    display: flex;
}

.header_2-img img {
    width: 500px;
    object-fit: cover;
    height: 500px;
    box-shadow: 12px 15px 0px 1px rgb(210,39,48);
} 

.header_2-img {
    margin-left: auto;
    width: 600px;
}

.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 400px;
    background-color: rgb(250, 250, 250);
    border-radius: 7px;
    border: 1px solid rgb(199, 199, 199);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.login_box div input {
    display: block;
    width: 300px;
    margin-bottom: 10px;
    padding: 10px;
}

.btm {
    margin-top: auto;
    margin-bottom: 20px;
    width: 90%
}

.usedby {
    width: 100%;
    display: flex;
    background-color: rgb(36, 36, 36);
    color: white;
    margin-top: 50px;
    justify-content: center;
}

.usedby .inner {
    padding: 30px 40px;   
    text-align: center;
}

.security {
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center; 
}

.security .inner {
    padding: 30px;
    width: 70%;
    display: flex;
}

.security .inner .image {
    margin-left: auto;
}

.security .inner .image img {
    height: 300px;
}

.security .inner .text h1 {
    text-transform: uppercase;
}

.security .inner .text p {
    width: 700px;
    font-size: 22px;
}

.preformace {
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center; 
    background-color:  rgb(32, 32, 32);
    color: white;
}

.preformace .inner {
    text-align: center;
}

.newservers {
    margin-top: 20px;
    border: 2px solid rgb(240,128,128);
    width: 250px;
    height: 35px;
    background-color: rgba(210,39,48);
    display: inline-block;
    border-radius: 50px;
}

.newservers span {
    display: inline-block;
    padding: 5px;
    background-color: rgb(210,39,48);
    border-radius: 7px;
}

.hardware {
    display: inline-block;
    margin-top: 50px;
}

.newservers p {
    display: inline-block;
}

.hardware_card {
    float: left;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 500px;
    background-color:rgb(36, 36, 36);
    border-radius: 8px;
}

.hardware_card h1 { 
    font-size: 22px;
}

.hardware_header {
    padding: 10px;
    background-color:rgb(49, 49, 49);
    border-radius: 8px 8px 0px 0px;
}


.hardware_card ul, 
.hardware_card ul li {
    list-style: none;
    padding: 0;
}

.hardware_card ul li {
    margin-top: 10px;
}

 .medium {
    margin-left: 40px;
    margin-right: 40px;
    transform: scale(1.05);
    transform: translateY(-10px);
}

.hardware-button {
    padding: 0px;
    background-color: rgb(210,39,48);
    margin-top: auto;
    border: none;
    border-radius: 10px;
    width: 90%;
    align-self: center;
    margin-bottom: 10px;
    padding: 15px;
    color: white;
}

.waiting {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 200px;
}

.waiting .inner {
    text-align: center;
    padding: 20px;
}

.spacer {
    height: 20px;
}