/* Mobile view CSS is default */

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #000;
}

/* Mobile Header */

.m-header {
    box-sizing: border-box;
    width: 100%;
    height: 4.5rem;
    background-color: #000;
    border-bottom: 1px solid #707070;
    position: sticky;
    top: 0px;
    z-index: 3;
    display: block;
}

.m-mid-container {
    box-sizing: border-box;
    width: 100%;
    padding: 1.5rem 1.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.m-logo-holder {
    width: 30%;
}

.m-logo {
    height: 24px;
    width: max-content;
}

.m-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.m-burger-holder {
    width: 20%;
    display: flex;
    justify-content: end;
}

#nav-icon1 {
    width: 30px;
    height: 30px;
    position: relative;
    /* margin: 0px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ccc;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}
  
#nav-icon1 span:nth-child(2) {
    top: 10px;
}
  
#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    /* top: 18px; */
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
  
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    /* left: -40px; */
}
  
#nav-icon1.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.m-nav-holder {
    width: 100%;
    height: auto;
    background-color: #000;
    position: absolute;
    top: 4.5rem;
    z-index: 3;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: .25s ease-in-out;
}

.dropdown {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 4.5rem;
    z-index: 3;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
    transition: .25s ease-in-out;
}

.m-nav-main {
    display: flex;
    flex-direction: column;
}

.m-nav-main a:visited, .m-nav-main a:link {
    padding: 25px 13px 24px 13px;
    color: #707070;
    border-bottom: 1px solid #999;
    background-color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.m-nav-main a span {
    height: 100%;
    width: auto;
    transition: color .3s;
}


/* Header */

.header {
    box-sizing: border-box;
    width: 100%;
    height: 4.75rem;
    background-color: #000;
    padding: 23px 110px;
    border-bottom: 1px solid #707070;
    position: sticky;
    top: 0px;
    z-index: 3;
    display: none;
}

.mid-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* Logo */

.logo-holder {
    width: 20%;
}

.logo-holder .logo {
    height: 30px;
    width: max-content;
}

.logo-holder .logo img {
    width: 100%;
    height: 100%;
}

/* Main Navigation */

.nav-main-holder {
    width: 60%;
}

.nav-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-main a:visited, .nav-main a:link {
    color: #707070;
    text-decoration: none;
    font-size: 1.31rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-main a span {
    height: 100%;
    width: auto;
    padding: 25px 13px 24px 13px;
    margin: 0 13px 0 13px;
    transition: color .3s;
}

.nav-main a span:hover {
    color: #fff;
}

a .active {
    color: #fff;
    border-bottom: 1px solid #fff;
}


/* Squad 51 and Logout */

.nav-end-holder {
    width: 20%;
}

.nav-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.nav-end .squad51 {
    height: 20px;
    width: max-content;
}

.squad51 img {
    width: 100%;
    height: 100%;
}

.nav-end .logout {
    height: 29px;
    width: max-content;
    margin-left: 40px;
}

.logout img {
    width: 100%;
    height: 100%;
}

/* Help and Notification Bar */

.sub-header {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #222222;
    padding: 8px 20px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sub-header .help-bar {
    width: 0%;
}

.sub-header .help-bar a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.sub-header .notification-bar {
    width: 100%;
    text-align: center;
}

.sub-header .notification-bar a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.sub-header .empty {
    width: 0%;
}

/* Main Container for Home Page */

.home-main {
    box-sizing: border-box;
    width: 100%;
}

.home-main .main-banner {
    max-width: 96%;
    height: max-content;
    margin: 0 auto 20px;
    overflow-x: hidden;
}

.home-main .main-banner img {
    width: 180%;
    height: 100%;
    object-fit: contain;
}

.home-main .mid-section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.home-main .mid-section .best-selling {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #eee;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* .mid-section .best-selling-line {
    height: 1px;
    width: 35%;
    background-color: #999;
    margin: 0 auto 20px;
} */

.home-main .mid-section .highlight-products {
    min-width: 90%;
    height: auto;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.mid-section .highlight-products .highlight-card-wrap {
    width: 300px;
    height: 350px;
    border-radius: 8px;
    background-color: #222222;
    overflow: hidden;
    position: relative;
}

/* new css by vibe */

.highlight-card-title {
    width: 100%;
    height: auto;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 12px 0;
}

.highlight-card-image {
    width: 100%;
    height: auto;
}

.mid-section .highlight-products .highlight-card-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.highlight-card-tag {
    width: 80%;
    height: 20%;
    font-family: "Hind", sans-serif;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


.highlight-card-learn-more-section {
    width: 100%;
    height: 48px;
    background-color: #141414;
    /* position: absolute; */
    /* bottom: 0px; */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.highlight-card-buy a:link,
.highlight-card-buy a:visited {
    text-decoration: none;
    color: #222;
}


.highlight-card-learn-more-section .highlight-card-learn-more {
    width: auto;
    height: auto;
    margin: 0 12px;
}

.highlight-card-learn-more-section .highlight-card-buy {
    width: auto;
    height: auto;
    text-align: center;
    color: #222;
    background-color: #ffcc00;
    padding: 4px 10px;
    border-radius: 12px;
    transition: box-shadow 0.4s;
    margin: 0 12px;
}

.highlight-card-learn-more-section .highlight-card-buy:hover {
    box-shadow: 0px 0px 16px 4px rgba(255, 204, 0, 0.3);
}

.highlight-card-learn-more a{
    text-decoration: none;
    color: #fff;
}

.highlight-card-learn-more a:hover {
    text-decoration: underline;
}

.difference-text {
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.difference-text .level {
    color: #fff;
}

.difference-text .fiftyone {
    color: #ffcc00;
}

.difference-tag {
    font-size: 16px;
    font-weight: 300;
    font-family: "Hind", sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
    line-height: 110%;
}

.diff-details {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.diff-details .diff-container .icon-holder {
    height: 150px;
    width: auto;
    margin-bottom: 35px;
}

.diff-details .diff-container .icon-holder img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.diff-details .diff-container .desc-holder {
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.no-1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.accolades-container {
    width: 100%;
    height: 260px;
    background-color: #000;
    margin-bottom: 150px;
}

.back-to-top {
    font-size: 17px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 0 0 40px 0;
    margin-top: 36px;
}

.back-to-top a:link,
.back-to-top a:visited {
text-decoration: none;
color: #999999;
transition: color .3s;
}

.back-to-top a:hover {
    color: #fff;
}

.semi-footer {
    box-sizing: border-box;
    width: 90%;
    height: auto;
    margin: 30px auto 0;
    border-top: 1px solid #222222 ;
    font-family: "Montserrat", sans-serif;
}

.semi-footer .info-section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
}

.info-section .info {
    width: 50%;
    height: 238px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.info-section .info .title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-section .info .list {
    color: #eee;
    font-weight: 300;
    margin-bottom: 10px;
}

.info-section .info .list:hover { 
    color: #eeeeee;
}

.info-section .info .list a:visited,
.info-section .info .list a:link {
    text-decoration: none;
    color: #eeeeee;
}

.info-section .info .address {
    width: 100%;
    line-height: 27px;
}

.footer {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    background-color: #222222;
    border-top: 1px solid #707070;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.footer .footer-none {
    width: 0%;
}

.footer .footer-mid {
    width: 75%;
}

.footer .footer-mid span {
    color: #ffcc00;
}

.footer .footer-country {
    width: 25%;
}

/* Products Main Page */

.products-main {
    box-sizing: border-box;
    width: 100%;
}

.products-main .main-banner {
    width: 96%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.products-main .main-banner img {
    width: max-content;
    height: 100%;
    transform: translateX(-34%);
}

.product-container {
    text-align: center;
    text-transform: uppercase;
    margin: 24px 0 36px;
}

.gold-number {
    color: #ffcc00;
}

.product-container .product-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.product-container .product-subtitle {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* Main Products Listing Container w/ Side Menu like tabs */

.complete-product-wrapper {
    width: 100%;
    height: auto;
    margin: 0px auto 110px;
    display: flex;
    flex-direction: row;
    color: #fff;
}

.menu-wrapper {
    display: none;
}

.menu-moveable {
    display: none;
}

.prod-side-tab {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.prod-side-tab a:link,
.prod-side-tab a:visited {
    font-size: 24px;
    color: #999;
    text-decoration: none;
}

.prod-side-tab a:hover,
.prod-side-tab a:active {
    color: #fff;
}

.prod-side-tab .active {
    color: #fff !important;
    transition: color .3s;
}

.products-wrapper {
    width: 90%;
    height: auto;
    margin-inline: auto;
}

#products-productivity,
#products-performance,
#products-extreme {
    width: 100%;
    height: auto;
    margin: 0 0 40px;
    scroll-margin: 120px 0 0;
}

#products-memory,
#products-storage,
#products-thermal {
    width: 100%;
    height: auto;
    margin: 0 0 40px;
    scroll-margin: 100px 0 0;
}

.maj-info-wrap {
    width: 100%;
    height: auto;
    /* margin: 0 0 0 0; */
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.maj-info-left {
    width: 100%;
    height: auto;
    text-transform: uppercase;
}

.maj-info-left h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1;
}

.maj-info-left p {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 16px;
}

.maj-info-right {
    width: 90%;
    height: auto;
    margin-inline: auto;
}

.maj-info-right p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.products-cards-holder {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 30px auto 30px;
}

.products-card-wrap {
    width: 100%;
    height: 560px;
    background-color: #222;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.products-card-wrap-three {
    width: 100%;
    height: 560px;
    background-color: #222;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

/* new css by vibe */

.products-card-title {
    width: 100%;
    height:auto;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 12px 0;

}

.products-card-image {
    width: 100%;
    height: auto;
}

.products-card-image a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-card-specs {
    width: 100%;
    height: 210px;
}

.products-card-specs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-card-price-section {
    width: 100%;
    height: 97px;
    background-color: #141414;
    position: absolute;
    bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.products-card-price-section .price-section {
    width: 100%;
    height: auto;
    line-height: 28px;
    margin-bottom: 12px;
}

.products-card-price-section a {
    text-decoration: none;
}

.overview-btn {
    width: 100%;
    height: 31px;
    position: relative;
    text-align: center;
}

.products-card-price-section .view-buy {
    width: max-content;
    height: auto;
    font-size: 16px;
    color: #222;
    background-color: #ffcc00;
    padding: 6px 16px;
    border-radius: 20px;
    transition: box-shadow .4s;
    position: absolute;
    bottom: 12px;
    left: calc(50% - 58.5px);
}

.products-card-price-section .view-buy:hover {
    box-shadow: 0px 0px 60px 2px rgba(255, 204, 0, 0.3);
}

.components-banner {
    width: 100%;
    height: max-content;
}

.components-banner img {
    width: 100%;
    height: 100%;
}

/* Media Queries for medium devices */

/* @media only screen and (min-width: 700px) and (max-width: 1919px) { */
@media only screen and (min-width: 700px) {
    .m-header {
        display: none;
    }

    .header {
        box-sizing: border-box;
        width: 100%;
        height: 4rem;
        background-color: #000;
        padding: 23px 110px;
        border-bottom: 1px solid #707070;
        position: sticky;
        top: 0px;
        z-index: 3;
        display: block;
    }

    .mid-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    /* Logo */

    .logo-holder {
        width: 20%;
    }

    .logo-holder .logo {
        height: 21px;
        width: max-content;
    }

    .nav-main a:link {
        font-size: 1rem;
    }

    .nav-main a span {
        box-sizing: border-box;
        height: 100%;
        width: auto;
        padding: 25px 13px 20px 13px;
        margin: 0 13px 0 13px;
        transition: color .3s;
    }

    .nav-end .squad51 {
        height: 14px;
    }

    .sub-header {
        box-sizing: border-box;
        width: 100%;
        height: 44.8px;
        background-color: #222222;
        padding: 14.4px 88px;
        font-size: 14.4px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .home-main .main-banner {
        width: 1448px;
        height: max-content;
        margin: 0 auto 44px;
        overflow-x: visible;
    }

    .home-main .main-banner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .home-main .mid-section .best-selling {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .home-main .mid-section {
        width: 1056px;
    }

    .home-main .mid-section .highlight-products {
        flex-direction: row;
    }

    .mid-section .highlight-products .highlight-card-wrap {
        width: 240px;
        height: 300px;
    }

    .highlight-card-title {
        font-size: 18px;
        font-weight: 600;
    }

    .highlight-card-tag {
        font-size: 14px;
    }

    .highlight-card-learn-more-section {
        font-size: 14px;
    }

    .difference-text {
        font-size: 40px;
    }

    .difference-tag {
        font-size: 16px;
    }

    .diff-details {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
    }

    .diff-details .diff-container .icon-holder {
        height: 120px;
    }

    .diff-details .diff-container .desc-holder {
        font-size: 14px;
    }

    /* products page */

    .products-main .main-banner {
        width: 1448px;
        height: 352px;
    }

    .products-main .main-banner img {
        height: 100%;
        /* height: 440px; */
        transform: translateX(0);
    }

    .product-container {
        margin: 38px 0;
    }

    .product-container .product-title {
        font-size: 32px;
    }

    .product-container .product-subtitle {
        font-size: 32px;
    }

    .complete-product-wrapper {
        margin: 0px 88px 40px;
    }

    .menu-wrapper {
        width: 256px;
        height: 2173px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        display: block;
    }

    .menu-moveable {
        width: 100%;
        height: auto;
        position: sticky;
        top: 320px;
        display: block;
    }

    .prod-side-tab {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .prod-side-tab a:link,
    .prod-side-tab a:visited {
        font-size: 18px;
    }

    .maj-info-left {
        width: 35%;
        height: auto;
        text-transform: uppercase;
    }

    .maj-info-left h2 {
        font-size: 30px;
    }

    .maj-info-left p {
        font-size: 13.6px;
    }

    .maj-info-right {
        width: 64%;
        height: auto;
    }

    .maj-info-right p {
        font-size: 16px;
        margin: 0;
    }

    .products-wrapper {
        width: 1056px;
        height: auto;
        margin-inline: unset;
    }

    .maj-info-wrap {
        width: 100%;
        height: auto;
        font-family: "Montserrat", sans-serif;
        display: flex;
        flex-direction: row;
        text-align: unset;
    }

    .products-cards-holder {
        margin: 48px 0 0 0;
        flex-direction: row;
    }

    .products-card-wrap {
        width: 320px;
        height: 480px;
        background-color: #222;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }
    
    .products-card-wrap-three {
        min-width: 320px;
        height: 480px;
        background-color: #222;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }

    .products-card-wrap:nth-child(2) {
        margin: 0 48px;
    }
    
    .products-card-wrap-three:nth-child(2) {
        margin: 0 48px;
    }

    .products-card-title {
        font-size: 18px;
    }

    .products-card-image {
        height: 192px;
    }

    .products-card-specs {
        height: 168px;
    }

    .products-card-price-section {
        width: 100%;
        height: 77.6px;
        font-size: 14.4px;
        background-color: #141414;
        position: absolute;
        bottom: 0px;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .products-card-price-section .price-section {
        line-height: 20px;
        margin-bottom: 8px;
    }

    .overview-btn {
        height: 24.8px;
    }

    .products-card-price-section .view-buy {
        font-size: 12.8px;
        padding: 4.8px 12.8px;
        left: calc(50% - 46px);
    }

    /* Footer */

    .back-to-top {
        font-size: 14px;
    }

    .semi-footer {
        width: 1120px;
        height: 265px;
    }

    .semi-footer .info-section {
        width: 1040px;
        height: 100%;
    }

    .info-section .info {
        width: 20%;
        height: 238px;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        text-align: unset;
    }

    .info-section .info .address {
        width: 180%;
        line-height: 27px;
    }

    .footer {
        height: 45px;
        font-size: 14px;
    }

    .footer .footer-none {
        width: 10%;
    }

    .footer .footer-mid {
        width: 80%;
    }

    .footer .footer-country {
        width: 10%;
    }
}

/* Media Queries for large devices */

@media only screen and (min-width: 1920px) {
    /* Header */
    .m-header {
        display: none;
    }

    .header {
        box-sizing: border-box;
        width: 100%;
        height: 4.75rem;
        background-color: #000;
        padding: 23px 110px;
        border-bottom: 1px solid #707070;
        position: sticky;
        top: 0px;
        z-index: 3;
    }

    .mid-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    /* Logo */

    .logo-holder {
        width: 20%;
    }

    .logo-holder .logo {
        height: 30px;
        width: max-content;
    }

    .logo-holder .logo img {
        width: 100%;
        height: 100%;
    }

    /* Main Navigation */

    .nav-main-holder {
        width: 60%;
    }

    .nav-main {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .nav-main a:visited, .nav-main a:link {
        color: #707070;
        text-decoration: none;
        font-size: 1.31rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
    }

    .nav-main a span {
        height: 100%;
        width: auto;
        padding: 25px 13px 24px 13px;
        margin: 0 13px 0 13px;
        transition: color .3s;
    }

    .nav-main a span:hover {
        color: #fff;
    }

    a .active {
        color: #fff;
        border-bottom: 1px solid #fff;
    }


    /* Squad 51 and Logout */

    .nav-end-holder {
        width: 20%;
    }

    .nav-end {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
    }

    .nav-end .squad51 {
        height: 20px;
        width: max-content;
    }

    .squad51 img {
        width: 100%;
        height: 100%;
    }

    .nav-end .logout {
        height: 29px;
        width: max-content;
        margin-left: 40px;
    }

    .logout img {
        width: 100%;
        height: 100%;
    }

    /* Help and Notification Bar */

    .sub-header {
        box-sizing: border-box;
        width: 100%;
        height: 56px;
        background-color: #222222;
        padding: 18px 110px;
        font-size: 18px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sub-header .help-bar {
        width: 20%;
    }

    .sub-header .help-bar a {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        text-decoration: none;
    }

    .sub-header .notification-bar {
        width: 60%;
        text-align: center;
    }

    .sub-header .notification-bar a {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        text-decoration: none;
    }

    .sub-header .empty {
        width: 20%;
    }

    /* Main Container for Home Page */

    .home-main {
        box-sizing: border-box;
        width: 100%;
    }

    .home-main .main-banner {
        width: 96%;
        /* width: 1810px; */
        height: max-content;
        margin: 0 auto 44px;
        overflow-x: visible;
    }

    .home-main .main-banner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .home-main .mid-section {
        width: 1320px;
        height: auto;
        margin: 0 auto;
    }

    .home-main .mid-section .best-selling {
        font-size: 32px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        color: #eee;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    /* .mid-section .best-selling-line {
        height: 1px;
        width: 35%;
        background-color: #999;
        margin: 0 auto 20px;
    } */

    .home-main .mid-section .highlight-products {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
    }

    .mid-section .highlight-products .highlight-card-wrap {
        width: 300px;
        height: 350px;
        border-radius: 8px;
        background-color: #222222;
        overflow: hidden;
        position: relative;
    }

    /* new css by vibe */

    .highlight-card-title {
        width: 100%;
        height: auto;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin: 12px 0;
    }

    .mid-section .highlight-products .highlight-card-wrap img {
        width: 100%;
        height: max-content;
    }

    .highlight-card-tag {
        width: 80%;
        height: 20%;
        font-family: "Hind", sans-serif;
        color: #ccc;
        font-size: 16px;
        font-weight: 400;
        line-height: 110%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }


    .highlight-card-learn-more-section {
        width: 100%;
        height: 48px;
        background-color: #141414;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }

    .highlight-card-buy a:link,
    .highlight-card-buy a:visited {
        text-decoration: none;
        color: #222;
    }


    .highlight-card-learn-more-section .highlight-card-learn-more {
        width: auto;
        height: auto;
        margin: 0 12px;
    }

    .highlight-card-learn-more-section .highlight-card-buy {
        width: auto;
        height: auto;
        text-align: center;
        color: #222;
        background-color: #ffcc00;
        padding: 4px 10px;
        border-radius: 12px;
        transition: box-shadow 0.4s;
        margin: 0 12px;
    }

    .highlight-card-learn-more-section .highlight-card-buy:hover {
        box-shadow: 0px 0px 16px 4px rgba(255, 204, 0, 0.3);
    }

    .highlight-card-learn-more a{
        text-decoration: none;
        color: #fff;
    }

    .highlight-card-learn-more a:hover {
        text-decoration: underline;
    }

    .difference-text {
        font-size: 50px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        color: #999;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .difference-text .level {
        color: #fff;
    }

    .difference-text .fiftyone {
        color: #ffcc00;
    }

    .difference-tag {
        font-size: 20px;
        font-weight: 300;
        font-family: "Hind", sans-serif;
        color: #fff;
        text-align: center;
        margin-bottom: 48px;
        line-height: 110%;
    }

    .diff-details {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;
    }

    .diff-details .diff-container .icon-holder {
        height: 150px;
        width: auto;
        margin-bottom: 35px;
    }

    .diff-details .diff-container .icon-holder img {
        height: 100%;
        width: max-content;
    }

    .diff-details .diff-container .desc-holder {
        width: 100%;
        height: auto;
        color: #fff;
        text-align: center;
        text-transform: capitalize;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }

    .no-1 {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

    .accolades-container {
        width: 100%;
        height: 260px;
        background-color: #000;
        margin-bottom: 150px;
    }

    .back-to-top {
        font-size: 17px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        padding: 0 0 40px 0;
        margin-top: 40px;
    }

    .back-to-top a:link,
    .back-to-top a:visited {
    text-decoration: none;
    color: #999999;
    transition: color .3s;
    }

    .back-to-top a:hover {
        color: #fff;
    }

    .semi-footer {
        box-sizing: border-box;
        width: 1400px;
        height: 265px;
        margin: 0 auto;
        border-top: 1px solid #222222 ;
        font-family: "Montserrat", sans-serif;
        background-position-y: 20%;
    }

    .semi-footer .info-section {
        width: 1300px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #000;
    }

    .info-section .info {
        width: 20%;
        height: 238px;
        display: flex;
        flex-direction: column;
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        text-align: unset;
    }

    .info-section .info .title {
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .info-section .info .list {
        color: #999;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .info-section .info .list:hover { 
        color: #eeeeee;
    }

    .info-section .info .address {
        width: 180%;
        line-height: 27px;
    }

    .footer {
        box-sizing: border-box;
        width: 100%;
        height: 55px;
        background-color: #222222;
        border-top: 1px solid #707070;
        font-size: 18px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
    }

    .footer .footer-none {
        width: 10%;
    }

    .footer .footer-mid {
        width: 80%;
    }

    .footer .footer-mid span {
        color: #ffcc00;
    }

    .footer .footer-country {
        width: 10%;
    }

    /* Products Main Page */

    .products-main {
        box-sizing: border-box;
        width: 100%;
    }

    .products-main .main-banner {
        width: 1810px;
        height: 440px;
        margin: 0 auto 0px;
    }

    .products-main .main-banner img {
        height: 440px;
        transform: translateX(0);
    }

    .product-container {
        text-align: center;
        text-transform: uppercase;
        margin: 48px 0;
    }

    .gold-number {
        color: #ffcc00;
    }

    .product-container .product-title {
        color: #fff;
        font-size: 42px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }

    .product-container .product-subtitle {
        color: #fff;
        font-size: 42px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }

    /* Main Products Listing Container w/ Side Menu like tabs */

    .complete-product-wrapper {
        width: 100%;
        height: auto;
        margin: 0px 110px 40px;
        display: flex;
        flex-direction: row;
        color: #fff;
    }

    .menu-wrapper {
        width: 320px;
        height: 2717px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        display: block;
    }

    .menu-moveable {
        width: 100%;
        height: auto;
        position: sticky;
        top: 400px;
        display: block;
    }

    .prod-side-tab {
        display: inline-block;
        width: 100%;
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 16px 0;
    }

    .prod-side-tab a:link,
    .prod-side-tab a:visited {
        font-size: 24px;
        color: #999;
        text-decoration: none;
    }

    .prod-side-tab a:hover,
    .prod-side-tab a:active {
        color: #fff;
    }

    .prod-side-tab .active {
        color: #fff !important;
        transition: color .3s;
    }

    .products-wrapper {
        width: 1320px;
        height: auto;
        margin-inline: unset;
    }

    #products-productivity,
    #products-performance,
    #products-extreme {
        width: 100%;
        height: auto;
        margin: 0 0 80px 0;
        scroll-margin: 120px 0 0 0;
    }

    #products-memory,
    #products-storage,
    #products-thermal {
        width: 100%;
        height: auto;
        margin: 0 0 80px 0;
        scroll-margin: 100px 0 0 0;
    }

    .maj-info-wrap {
        width: 100%;
        height: auto;
        font-family: "Montserrat", sans-serif;
        display: flex;
        flex-direction: row;
        text-align: unset;
    }

    .maj-info-left {
        width: 35%;
        height: auto;
        text-transform: uppercase;
    }

    .maj-info-left h2 {
        font-size: 40px;
        font-weight: 600;
        margin: 0 0 8px 0;
        line-height: 1;
    }

    .maj-info-left p {
        color: #999;
        font-size: 17px;
        font-weight: 600;
        margin: 0;
    }

    .maj-info-right {
        width: 64%;
        height: auto;
    }

    .maj-info-right p {
        font-size: 20px;
        font-weight: 400;
        margin: 0;
    }

    .products-cards-holder {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        margin: 60px 0 0 0;
    }

    .products-card-wrap {
        width: 400px;
        height: 600px;
        background-color: #222;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }
    
    .products-card-wrap-three {
        min-width: 400px;
        height: 600px;
        background-color: #222;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }

    .products-card-wrap:nth-child(2) {
        margin: 0 60px;
    }
    
    .products-card-wrap-three:nth-child(2) {
        margin: 0 60px;
    }

    /* new css by vibe */

    .products-card-title {
        width: 100%;
        height:auto;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin: 12px 0;
    }

    .products-card-image {
        width: 100%;
        height: 240px;
    }

    .products-card-image a img {
        width: 100%;
        height: 100%;
    }

    .products-card-specs {
        width: 100%;
        height: 210px;
    }

    .products-card-specs img {
        width: 100%;
        height: 100%;
    }

    .products-card-price-section {
        width: 100%;
        height: 97px;
        background-color: #141414;
        position: absolute;
        bottom: 0px;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .products-card-price-section .price-section {
        width: 100%;
        height: auto;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .products-card-price-section a {
        text-decoration: none;

    }

    .overview-btn {
        width: 100%;
        height: 31px;
        position: relative;
        text-align: center;
    }

    .products-card-price-section .view-buy {
        width: max-content;
        height: auto;
        font-size: 16px;
        color: #222;
        background-color: #ffcc00;
        padding: 6px 16px;
        border-radius: 20px;
        transition: box-shadow .4s;
        position: absolute;
        bottom: 12px;
        left: calc(50% - 58.5px);
    }

    .products-card-price-section .view-buy:hover {
        box-shadow: 0px 0px 60px 2px rgba(255, 204, 0, 0.3);

    }

    .components-banner {
        width: 100%;
        height: max-content;
    }

    .components-banner img {
        width: 100%;
        height: 100%;
    }
}