@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

body {
    line-height: 1;
    font-family: "Manrope", sans-serif;
    background-color: #f7f7f7;
}

a {
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

.header-top {
    padding: 10px;
}

.bg-black {
    background-color: #262626;
}

.header-warning {
    line-height: 20px;
    font-family: "Manrope";
    color: #fff;
    text-align: center;
}

.header-warning::before {
    content: "";
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff6c36;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-40 {
    font-size: 40px;
}

.fz-30 {
    font-size: 30px;
}

.fz-36 {
    font-size: 36px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.header-bottom {
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: white;
}

.wrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.hb-inner {
    position: relative;
}

.header-logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.header-logo img {
    display: block;
    width: auto;
    height: 24px;
}

.header-logo a {
    text-decoration: none;
}

.header-menu-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
    padding: 0;
    border: 0;
}

@media (max-width: 767px) {
    .header-menu-box {
        /* display: none; */
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header-menu-box .header-menu {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-top: 20px;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .header-menu-box .header-menu .menu-item {
        margin: 0;
        display: flex;
        justify-content: center;
    }
}

.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.menu-item a {
    text-decoration: none;
}

.menu-link {
    position: relative;
    display: block;
    line-height: 24px;
    color: #262626;
    line-height: 40px;
    font-family: "Manrope";
    font-weight: 700;
}

.menu-link:hover::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-link::before {
    content: "";
    z-index: 4;
    position: absolute;
    top: 100%;
    margin-top: 9px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #ff6c36;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    background-color: transparent;
}

.banner {
    position: relative;
    max-width: 100%;
    min-height: 500px;
    background-image: url("../images/homepage-banner.jpeg");
    background-size: cover;
    margin-bottom: 20px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

@media (max-width: 767px) {
    .banner {
        background-position: center;
        margin-top: 120px;
    }
}

.overlay {
    background-color: #33333387;
    background-blend-mode: overlay;
    color: #fff;
}

.banner-title {
    width: 100%;
    color: white;
}

.banner-title h2 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
}

.banner-title h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 1;
    text-align: center;
}

.main-text {
    max-width: 100%;
    padding-bottom: 50px;
}

.article {
    max-width: 100%;
    padding: 20px;
}

.article h1 {
    text-align: center;
    color: #262626;
}

.article h2 {
    text-align: center;
    color: #262626;
    margin-block-end: 0.5rem;
}

.article h3 {
    text-align: center;
    color: #262626;
    margin-block-start: 0.75rem;
}

.article p {
    text-align: center;
    color: #262626;
    line-height: 1.5rem;
    font-weight: 500;
}

.article-sub {
    max-width: 100%;
    padding: 20px;
}

.article-sub h1 {
    text-align: center;
    color: #262626;
}

.article-sub h2 {
    text-align: center;
    color: #262626;
    margin-block-end: 0.5rem;
}

.footer {
    padding: 60px 0;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0;
    }
}

.footer-inner {
    padding: 10px;
}

.bg-grey {
    background-color: #f1f1f1;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer-top {
        display: flex;
        flex-direction: column;
    }
}

.footer-menu {
    display: flex;
}

@media (max-width: 767px) {
    .footer-menu {
        order: 1;
    }
}

.fmenu-dl {
    list-style: none;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .fmenu-dl {
        flex-basis: 100%;
    }
}

.fmenu-dl:last-of-type {
    margin-right: 0px;
}

.fmenu-dl dt {
    font-weight: 700;
    color: #262626;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1;
}

dt {
    display: block;
}

.fmenu-dl dd {
    margin: 0;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

.fmenu-link {
    font-weight: 700;
    color: #262626;
    opacity: 0.4;
    line-height: 22px;
    text-transform: capitalize;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.fmenu-link:hover {
    opacity: 1;
}

.footer-contact {
    font-weight: 700;
    color: #262626;
    opacity: 0.4;
    line-height: 22px;
}

.footer-logo {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .footer-logo {
        order: 0;
        padding: 15px 0px;
    }
}

.footer-logo img {
    display: block;
    width: 120px;
}

.fw-logo {
    display: inline-block;
    vertical-align: top;
}

.fw-logo img {
    display: block;
    width: 200px;
}

.footer-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: relative;
}

.footer-apply {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #074399;
    border-radius: 3px;
    color: #074399;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-apply::before {
    content: "\2197";
    font-family: iconfont;
    font-weight: 400;
    color: #074399;
    padding-left: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-apply:hover {
    background-color: #074399;
    color: #fff;
}

.footer-apply:hover::before {
    color: #fff;
}

.footer-warning {
    border-top: 1px solid rgba(38, 38, 38, 0.1);
}

.fw-desc {
    font-weight: 700;
    line-height: 20px;
    color: #262626;
    opacity: 0.4;
    letter-spacing: 0.01em;
}

.footer-copyright {
    font-weight: 700;
    color: #262626;
    line-height: 20px;
}

.link-privacy {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: #262626;
    text-decoration: underline;
}

.bg-white {
    background-color: #fff;
    padding-bottom: 20px;
}

.prod-container {
    max-width: 100%;
    min-height: 1050px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 50px auto;
}

.border {
    height: 500px;
    width: 300px;
    background: transparent;
    position: relative;
}

.border:hover {
    border: none;
}

.card {
    height: 600px;
    width: 600px;
    background: #808080;
    border-radius: 10px;
    transition: background 0.8s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 20px 10px;
}

.card0 {
    background: url("../images/aspire_veynom_lx_kit_-_main.jpg") bottom center no-repeat;
    background-size: 400px;
}

.card0:hover {
    background: url("../images/aspire_veynom_lx_kit_-_main.jpg") no-repeat;
    background-size: 400px;
    background-position-x: 50%;
    background-position-y: 200%;
}

.card0:hover h2 {
    opacity: 1;
}

.card0:hover .fa {
    opacity: 1;
}

.card0 .prod-desc {
    max-width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: #979393;
}

.card1 {
    background: url("../images/as-poc-kit.jpg") bottom center no-repeat;
    background-size: 400px;
}

.card1:hover {
    background: url("../images/as-poc-kit.jpg") no-repeat;
    background-size: 400px;
    background-position-x: 50%;
    background-position-y: 200%;
}

.card1:hover h2 {
    opacity: 1;
}

.card1:hover .fa {
    opacity: 1;
}

.card1 .prod-desc {
    max-width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: #979393;
}

.card2 {
    background: url("../images/flexus-series.jpeg") bottom center no-repeat;
    background-size: 600px;
}

.card2:hover {
    background: url("../images/flexus-series.jpeg") no-repeat;
    background-size: 800px;
    background-position-x: 50%;
    background-position-y: 25%;
}

.card2:hover h2 {
    opacity: 1;
}

.card2:hover .fa {
    opacity: 1;
}

.card2 .prod-desc {
    max-width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: #979393;
}

.card3 img {
    max-width: 600px;
    transition-duration: 1s;
}

.card3 img:hover {
    transform: scale(1.25);
    transition-duration: 1s;
}

.card3:hover h2 {
    opacity: 1;
}

.card3:hover .fa {
    opacity: 1;
}

.card3 {
    background-color: white;
}

.card3 a {
    text-decoration: none;
}

.fa {
    opacity: 0;
    transition: opacity 1s;
}

.border h2 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.2;
    color: #5c5c5c;
    margin-bottom: 0.25em;
}

.prod-desc h3 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    color: #979393;
    margin-top: 0em;
}

.products {
    margin-bottom: 50px;
}

.view-more {
    max-width: fit-content;
}

.product-more {
    padding: 0 0.25rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-left: 10px;
    vertical-align: middle;
    color: #000;
    font-weight: 600;
    text-indent: 0.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-more::before {
    content: "\2197";
    font-family: iconfont;
    font-size: 22px;
    font-weight: bold;
    color: #ff6c36;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-more:hover {
    color: #ff6c36;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.header-bottom .hamburger-container {
    display: inline-block;
    float: right;
}

.change .header-menu-box {
    display: none;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}



/* Latest Products */
.card {
    height: 500px;
    /* width: 400px; */
    background-color: #eeeef0;
    border-radius: 10px;
    transition: background 0.8s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 0 10px 0;
}

.card4 {
    background: url("../images/aspire_veynom_lx_kit_-_main.jpg") bottom center no-repeat;
    background-size: 400px;
}

.card4:hover {
    background: url("../images/aspire_veynom_lx_kit_-_main.jpg") left center no-repeat;
    background-size: 400px;
    background-position-x: 50%;
    background-position-y: 200%;
}

.card4:hover h2 {
    opacity: 1;
}

.card4:hover .fa {
    opacity: 1;
}

.card4 .prod-desc {
    max-width: 60%;
}

.card5 {
    background: url("../images/as-poc-kit.jpg") bottom center no-repeat;
    background-size: 400px;
}

.card5:hover {
    background: url("../images/as-poc-kit.jpg") left center no-repeat;
    background-size: 400px;
    background-position-x: 50%;
    background-position-y: 200%;
}

.card5:hover h2 {
    opacity: 1;
}

.card5:hover .fa {
    opacity: 1;
}

.card5 .prod-desc {
    max-width: 60%;
}

.card6 {
    background: url("../images/flexus-stik.jpeg") bottom center no-repeat;
    background-size: 400px;
    background-position-x: 50%;
    background-position-y: 50%;
}

.card6:hover {
    background: url("../images/flexus-stik.jpeg") left center no-repeat;
    background-size: 650px;
    background-color: #eeeef0;
    background-position-x: 10%;
    background-position-y: 15%;
}

.card6:hover h2 {
    opacity: 1;
}

.card6:hover .fa {
    opacity: 1;
}

.card6 .prod-desc {
    max-width: 60%;
}

.card7 {
    background: url("../images/rhea-x.jpeg") bottom center no-repeat;
    background-size: 400px;
}

.card7:hover {
    background: url("../images/rhea-x.jpeg") left center no-repeat;
    background-size: 700px;
}

.card7:hover h2 {
    opacity: 1;
}

.card7:hover .fa {
    opacity: 1;
}

.card7 .prod-desc {
    max-width: 60%;
}

.card8 {
    background: url("../images/flexus-block.jpeg") bottom center no-repeat;
    background-size: 400px;
}

.card8 .prod-desc {
    max-width: 60%;
}

.card8:hover {
    background: url("../images/flexus-block.jpeg") left center no-repeat;
    background-size: 700px;
}

.card8:hover h2 {
    opacity: 1;
}

.card8:hover .fa {
    opacity: 1;
}

.card9 {
    background-color: #f7f7f7;
    background: url("../images/huracan.jpeg") bottom center no-repeat;
    background-size: 400px;
}

.card9:hover {
    background: url("../images/huracan.jpeg") left center no-repeat;
    background-size: 700px;
}

.card9:hover h2 {
    opacity: 1;
}

.card9:hover .fa {
    opacity: 1;
}

.card9 .prod-desc {
    max-width: 70%;
}

.card10 {
    background: url("../images/minican-2-kit.jpeg") bottom center no-repeat;
    background-size: 400px;
}

.card10:hover {
    background: url("../images/minican-2-kit.jpeg") left center no-repeat;
    background-size: 700px;
}

.card10:hover h2 {
    opacity: 1;
}

.card10:hover .fa {
    opacity: 1;
}

.card10 .prod-desc {
    max-width: 60%;
}

.card11 {
    background: url("../images/flexus-qq.jpg") bottom center no-repeat;
    background-size: 400px;
}

.card11 .prod-desc {
    max-width: 60%;
}

.card11:hover {
    background: url("../images/flexus-qq.jpg") left center no-repeat;
    background-size: 700px;
}

.card11:hover h2 {
    opacity: 1;
}

.card11:hover .fa {
    opacity: 1;
}

.card12 {
    background-color: #f7f7f7;
    background: url("../images/zelos-x.jpg") bottom center no-repeat;
    background-size: 400px;
}

.card12:hover {
    background: url("../images/zelos-x.jpg") left center no-repeat;
    background-size: 700px;
}

.card12:hover h2 {
    opacity: 1;
}

.card12:hover .fa {
    opacity: 1;
}

.card12 .prod-desc {
    max-width: 70%;
}