/* antivirus */
.br-mobile {
    display: none;
}

.antivirus {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ant-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 19.26vh;
}

.ant-logo-cont {
    position: relative;
    border-radius: 30px;
    background: #171717;
    width: 93.75vw;
    height: 91.85vh;
    overflow: hidden;
}

.ant-content h1 {
    color: #409;
    font-family: "Clash Grotesk Medium";
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ant-content h2 {
    text-align: center;
    font-family: "Clash Grotesk Semibold";
    font-size: 4.69vw;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    background: linear-gradient(90deg, #E56DB9 0%, #FB90C8 16%, #F51C88 32%, #7A0296 49.5%, #3A3CA7 66%, #2987BC 83.5%, #1DCDCA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 2.5vh 0 7.32vh 0;
}

.ant-logo-back {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

.ant-logo {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6.75vh;
}

.ant-logo-row {
    display: inline-flex;
    gap: 6.41vw;
    align-items: center;
}

.ant-logo-row a {
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: pointer;
    scale: 1;
    transition: all 0.5s ease-in-out;
}
.ant-logo-row a:hover {
    scale: 1.05;
}

.ant-win-denfender {
    width: 19.17vw;
    height: auto;
}

.ant-avg {
    width: 8.41vw;
    height: auto;
}

.ant-bullguard {
    width: 8.78vw;
    height: auto;
}

.ant-fsecure {
    width: 15.33vw;
    height: auto;
}

.ant-bitdefender {
    width: 17.29vw;
    height: auto;
}

.ant-mcafee {
    height: auto;
    width: 16.35vw;
}

.ant-gdata {
    height: auto;
    width: 12.84vw;
}

.ant-avast {
    height: auto;
    width: 14.14vw;
}

.ant-eset {
    height: auto;
    width: 11.64vw;
}

.ant-mal-bytes {
    height: auto;
    width: 14.95vw;
}

.ant-kapersky {
    height: auto;
    width: 18.26vw;
}

.ant-panda {
    height: auto;
    width: 15.45vw;
}

.ant-avira {
    height: auto;
    width: 15.05vw;
}

.ant-trendmicro {
    height: auto;
    width: 12.34vw;
}

.ant-comodo {
    height: auto;
    width: 16.77vw;
}
/* antivirus */