﻿
:root {
    --yellow: #FFD500;
    --yellow-hover: #ddb800;
  
    --red:#E31D1D;
    --red-hover:#FF3232;
  
    --blue:#14B9FF;
    --blue-hover:#2bbfff;
  
    --green:#8ADB3F;
    --green-hover:#9ff84b;
  
    --header:#ffffff;
    --text:#B7B7B7;
    --strong:#ffffff;
    --body:#1E1E1E;
  }
  
  
  
  
  
  /* Eric Meyer's CSS Reset */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
      display: block;
  }
  body {
      line-height: 1;
  }
  ol, ul {
      list-style: none;
  }
  blockquote, q {
      quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
      content: '';
      content: none;
  }
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  /* End of Eric Meyer's CSS Reset */
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
      display: block;
  }
  
  
  body {
      font-family: 'Cairo', 'Inter', Verdana, Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 24px;
      color:var(--text);
      font-weight: 400;
      background:var(--body);
  }
  
  .wrapper {
      width:100%;
      max-width: 1280px;
      margin: 0 auto;
  }
  
  p {
      padding-bottom: 20px;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5 {
      color: var(--header);
      font-weight: 800;
      text-transform: uppercase;
      font-style: italic;
  }
  
  img {
      line-height: 1;
      vertical-align: bottom;
  }
  
  h1 {
      font-size: 64px;
      line-height: 66px;
  }
  
  h2 {
      font-size: 40px;
      line-height: 44px;
      padding-bottom: 6px;
  }

  h2 small {
    font-size:24px;
    color:var(--yellow);
    display:block;
    margin-bottom:-5px;
  }
  
  h3 {
      font-size: 22px;
      line-height: 30px;
  }
  
  h4 {
      font-size: 18px;
      line-height: 26px;
  }
  
  h5 {
      font-size: 16px;
      line-height: 24px;
  }
  
  a {
      color: var(--yellow);
      font-weight: 600;
      text-decoration: none;
  }
  
  a:hover,
  a:active,
  a:focus {
      color: var(--yellow-hover);
      text-decoration: none;
  }
  
  section {
      padding: 88px 0px;
  }
  
  
  .semibold {
    font-weight:500;
  }
  
  .bold {
    font-weight:600;
  }
  
  .extrabold {
    font-weight:700;
  }
  
  .black {
    font-weight:900;
  }
  
  
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .clearfix:after,
  .container:after,
.dc-location-tabs:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0
  }
  
  .container {
      max-width: 1280px;
      width: 100%;
      margin: 0 auto;
  }
  
  strong {
      color: var(--strong);
      font-weight: 700;
  }
  
  a, button, .button, .button-white, .button-dark, .auth-button,
  .game-box, .hero-plan, .box, .faq-item, .toggle-header,
  .carousel-control-next, .carousel-control-prev,
  .label, .ping, img.social {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }
  
  p {
      padding-bottom: 20px;
  }
  
  
  
  .title {
      padding-bottom: 55px;
      text-align: center;
      margin-top: -6px;
  }
  
  
  .title p {
      font-size: 18px;
      line-height: 26px;
      max-width: 680px;
      margin: 0 auto;
      padding-bottom: 0px;
      padding-top: 6px;
  }
  
  
  .button {
      padding: 0px 24px;
      display: inline-block;
      height: 48px;
      line-height: 45px;
      color: var(--body) !important;
      background: var(--yellow);
      font-size: 15px;
      font-weight: 700;
      font-style:oblique;
      border:1.5px solid rgba(0,0,0,0.16);
      text-transform: uppercase;
  }
  
  .button:hover {
      text-decoration: none;
      background: var(--yellow-hover);
      border:1.5px solid rgba(0,0,0,0.25);
  }
  
  .button:focus {
      transform: scale(0.97);
      outline: none;
  }
  
.auth-button {
    padding: 0px 24px;
    display: block;
    height: 48px;
    line-height: 45px;
    color: var(--body) !important;
    background: var(--yellow);
    font-size: 15px;
    font-weight: 700;
    font-style: oblique;
    border: 1.5px solid rgba(0,0,0,0.16);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.auth-button:hover {
    text-decoration: none;
    background: var(--yellow-hover);
    border: 1.5px solid rgba(0,0,0,0.25);
}

.auth-button:focus {
    transform: scale(0.97);
    outline: none;
}
  
  .button.outline {
      background: transparent;
      box-shadow: none;
      border: 1.5px solid #fff;
      color: #fff !important;
  }
  
  .button.outline:hover {
      background: var(--yellow);
      color: var(--body) !important;
      box-shadow: none;
      border-color:var(--yellow);
  }
  
  
  .button.secondary {
    background:var(--red);
    color:#fff !important;
  }
  
  .button.secondary:hover {
    background:var(--red-hover);
    color:#fff !important;
  }
  
  
  .button.blue {
    background:var(--blue);
    color:#fff !important;
  }
  
  .button.blue:hover {
    background:var(--blue-hover);
    color:#fff !important;
  }
  
  .button-white {
    background:#fff;
    color:var(--body);
  }

  .button-white:hover {
    background:#fff;
    color:var(--body);
    opacity:0.9;
  }

  .button-dark {
    background:var(--body);
    color:#fff !important;
  }

  .button-dark:hover {
    background:var(--body);
    color:#fff !important;
    opacity:0.9;
  }

  .button.disabled {
      cursor: not-allowed;
      opacity: 0.5;
  }
  
  .button.disabled:hover {
    opacity:0.7;
  }
  
  
  .relative {
      position:relative;
  }
  
  
  
  .text-center {
      text-align: center;
  }
  
  .text-lg {
      font-size:1.25rem;
      line-height:1.75rem;
  }
  
  .text-md {
      font-size:1.125rem;
      line-height:1.5rem;
  }
  
  .width-50 {
      width:50%;
  }
  
  .width-66 {
      width:66.6667%;
  }
  
  .width-75 {
      width:75%;
  }
  
  .width-75 {
      width:100%;
  }
  
  .pull-left-img {
      float:left;
      margin-right:2rem;
  }
  
  .text-left {
      text-align:left;
  }
  
  .inline-block {
      display:inline-block;
  }
  
  .block {
      display:block;
  }
  
  .mt-8 {
      margin-top:8rem;
  }
  
  .mt-7 {
      margin-top:7rem;
  }
  
  .mt-6 {
      margin-top:6.25rem;
  }
  
  .text-sm {
      font-size:0.75rem;
  }
  
  .mute {
      opacity:0.75;
  }
  
  .opacity-25 {
      opacity:0.25;
  }
  
  .opacity-50 {
      opacity:0.5;
  }
  
  .opacity-75 {
      opacity:0.75;
  }
  
  .va-sub {
      vertical-align: sub;
  }
  
  .va-mid {
      vertical-align: middle;
  }
  
  .va-top {
      vertical-align: top;
  }
  
  .va-base {
    vertical-align:baseline;
  }
  
  .va-bot {
    vertical-align: bottom;
  }


.pull-right {float:right;}
.pull-left {float:left;}
  
  .header {
    padding:34px 0px;
  }
  
  .header a {
    color: var(--text);
    font-style:normal;
  }
  
  .header a:hover {
    color:var(--blue);
  }

  .logo {
    line-height:40px;
    display:inline-block;
  }

  .logo img {
    margin-top:4px;
  }

  .ml-auto {
    margin-left:auto;
  }
  .font-10 {font-size:10px;line-height:20px;}
.font-11 {font-size:11px;line-height:20px;}
.font-12 {font-size:12px;line-height:20px;}
.font-13 {font-size:13px;line-height:22px;}
.font-14 {font-size:14px;line-height:22px;}
.font-15 {font-size:15px;line-height:24px;}
.font-16 {font-size:16px;line-height:24px;}
.font-18 {font-size:18px;line-height:26px;}
.font-20 {font-size:20px;line-height:30px;}
.font-22 {font-size:22px;line-height:32px;}
.font-24 {font-size:24px;line-height:34px;}
.font-26 {font-size:26px;line-height:36px;}
.font-30 {font-size:30px;line-height:40px;}
.font-32 {font-size:32px;line-height:40px;}
.font-36 {font-size:36px;line-height:44px;}
.font-54 {font-size:54px;line-height:62px;}

.top-bar {
    background:var(--yellow);
    color:var(--body);
    height:36px;
    line-height:36px;
    font-size:14px;
}

.top-bar h5 {
    font-size:14px;
    font-style:italic;
    color:var(--body);
    font-weight:900;
    line-height:36px;
}

.top-bar a {
    color:var(--body);
    display:block;
    font-weight:700;
    padding:0px 12px;
}

.top-bar a:hover {
    background:var(--body);
    color:var(--yellow);
}


.top-bar ul {
    margin-right:-12px;
}

.top-bar ul li {
    float: left;
}

.ifix {
    padding-bottom:3px;
}

.text-yellow {
    color:var(--yellow);
}

.hero-p {
    max-width:400px;
    width:100%;
}

em, .em {
    font-style:oblique;
}

.promo-code {
    color:var(--body);
}

.hero-plan {
    padding:20px 28px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    margin-bottom:-2px;
    z-index:1000;
}

.hero-plan:nth-last-of-type(1) {
    border-bottom:2px solid #fff;
}

.hero-plan:hover {
    background:var(--yellow);
    color:var(--body);
    font-weight:700;
    border-color:rgba(0,0,0,0.2);
    z-index:1001;
    position: relative;
}

.hero-plan:hover h5 {
    color:var(--body)
}

.text-right {
    text-align:right;
}

#banner-nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#banner-nav li img{
  display: block;
  max-width: 100%;
  height: auto;
}

.box {
padding:40px 28px;
background: rgba(49, 49, 49, 0.33);
border: 1.5px solid rgba(255, 255, 255, 0.04);
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
}
.box:hover {
background: rgba(49, 49, 49, 0.4);
border: 1.5px solid rgba(255, 255, 255, 0.07);
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.18);
}

.box p:nth-last-of-type(1) {
    padding-bottom:0px;
}

.responsive-img {
    max-width:100%;
}

.relative {
    position: relative;
}

.center-vertically {
    position: absolute;
    top: 50%;
    left: calc(var(--bs-gutter-x) * .575);
    right: calc(var(--bs-gutter-x) * .575);
    transform: translateY(-50%);
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#fff;
    padding:0px 12px;
    height:48px;
    line-height:46px;
    background: url('https://cdn.lagless.com/main/images/select-down.svg') center right 20px no-repeat #232323;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display:block;
    width:100%;
    font-size:16px;
    font-family: 'Cairo', 'Inter', Verdana, Arial, Helvetica, sans-serif;
}

.sub-link {
    color:var(--text);
    text-decoration: underline;
}

.sub-link:hover {
    text-decoration: underline;
    color:#fff;

}

.label {
    padding:0px 6px;
    height:22px;
    line-height:20px;
background: rgba(138, 219, 63, 0.1);
border: 1px solid rgba(138, 219, 63, 0.15);
border-radius: 5px;
white-space: nowrap;
font-size:12px;
color:var(--green);
font-weight:700;
}

.small-map {
    background:url('https://cdn.lagless.com/main/images/locations-map-small.svg') center center no-repeat;
    width:562px;
    height:284px;
    position: relative;
}
.large-map {
    background:url('https://cdn.lagless.com/main/images/large-map.svg') center center no-repeat;
    width:838px;
    height:424px;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.box-height-one {
    height:378px;
}

.pin {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #665919;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    border: 1px solid var(--yellow);
    box-shadow: 0px 0px 8px rgba(102, 89, 25, 0.5);
}

.pin:hover .tooltip {
    opacity:1;
}

.tooltip {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: var(--body);
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.tooltip img {
    height: 20px;
    vertical-align: middle;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
}



.hardware-spec {
    padding:20px 28px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    margin-bottom:-2px;
    z-index:1000;
    position: relative;
    text-transform: uppercase;
    padding-left:80px;
}

.hardware-spec:nth-last-of-type(1) {
    border-bottom:2px solid #fff;
}

.hardware-spec:hover {
    background:var(--yellow);
    color:var(--body) !important;
    font-weight:700;
    border-color:rgba(0,0,0,0.2);
    z-index:1001;
    position: relative;
}

.hardware-spec:hover strong {
    color:var(--body);
}

.hardware-spec:hover h5 {
    color:var(--body)
}

.hardware-spec i {
  position: absolute;
  top: 50%;
  left:10px;
  width:60px;
  text-align:center;
  transform:translateY(-50%);
}

#hw-specs-bg {
    background:url('https://cdn.lagless.com/main/images/hardware-box-bg.webp') center right no-repeat rgba(49, 49, 49, 0.33);
}

#ddos-protection-bg {
    background:url('https://cdn.lagless.com/main/images/ddos-box-bg.webp') bottom -30px right -30px no-repeat rgba(49, 49, 49, 0.33);
}

.box-height-two {
height:348px;
}

.font-56 {
    font-size:56px;
    line-height:56px;
}

.review-box h4 {
    line-height:36px;
    padding-top:28px;
}

#yellow-cta {
    background:var(--yellow);
    color:var(--body);
}

#yellow-cta h4 {
    color:var(--body);
    line-height:48px;
    text-transform: none;
}

#home-cta {
    background:url('https://cdn.lagless.com/main/images/cta-home-bg.webp') center bottom -120px no-repeat;
    padding-bottom:128px;
}

.footer {
    padding:88px 0px 40px 0px;
}

.copyright {
    border-top:1.5px solid #fff;
    margin-top:88px;
    padding-top:40px;
    position: relative;
}

.back-to-top {
    position: absolute;
    bottom:40px;
    right:0;
    border-radius:50%;
background: rgba(216, 216, 216, 0.15);
    width:44px;
    height:44px;
    text-align:center;
    line-height:44px;
    display:block;
    color:#000;
}

.back-to-top:hover {
background: rgba(216, 216, 216, 0.2);
}

#footer-links ul li a {
    display:inline-block;
    padding:3px 0px;
    color:var(--text);
}

#footer-links ul li a:hover {
    color:var(--yellow);
    text-decoration: underline;
    padding-left:5px;
}
#footer-links ul li a:hover::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size:10px;
    content: "\f324";
    position: relative;
    vertical-align: middle;
}


#footer-links h5 {
    padding-bottom:15px;
    font-size:14px;
}

.subhero {
    text-align:center;
    padding-top:180px;
}

.subhero h1 {
    font-size:42px;
    line-height:48px;
}

.subhero p {
    max-width:740px;
    margin:0px auto;
    padding-top:10px;
    font-size:18px;
    line-height:28px;
}

.button-md {
    height:36px;
    line-height:32px;
    font-size:14px;
    font-weight:800;
    padding:0px 20px;
}

#all-games .row {
    padding:0px 5px;
}

#all-games .col {
    padding:0px 10px;
}

.game-box {
    display:block;
    cursor:pointer;
    min-height:300px;
    margin-bottom:20px;
    position: relative;
    border:2px solid rgba(255,255,255,0.075);
}

#game-hytale {background:url('https://cdn.lagless.com/main/images/game-img-hytale@2x.webp') no-repeat;background-size:cover;}
#game-minecraft {background:url('https://cdn.lagless.com/main/images/game-img-minecraft@2x.webp') no-repeat;background-size:cover;}
#game-rust {background:url('https://cdn.lagless.com/main/images/game-img-rust@2x.webp') no-repeat;background-size:cover;}
#game-palworld {background:url('https://cdn.lagless.com/main/images/game-img-palworld@2x.webp') no-repeat;background-size:cover;}
#game-fivem {background:url('https://cdn.lagless.com/main/images/game-img-fivem@2x.webp') no-repeat;background-size:cover;}
#game-redm {background:url('https://cdn.lagless.com/main/images/game-img-redm@2x.webp') no-repeat;background-size:cover;}
#game-ark {background:url('https://cdn.lagless.com/main/images/game-img-ark@2x.webp') no-repeat;background-size:cover;}
#game-dayz {background:url('https://cdn.lagless.com/main/images/game-img-dayz@2x.webp') no-repeat;background-size:cover;}
#game-enshrouded {background:url('https://cdn.lagless.com/main/images/game-img-enshrouded@2x.webp') no-repeat;background-size:cover;}
#game-soulmask {background:url('https://cdn.lagless.com/main/images/game-img-soulmask@2x.webp') no-repeat;background-size:cover;}
#game-7days {background:url('https://cdn.lagless.com/main/images/game-img-7days@2x.webp') no-repeat;background-size:cover;}
#game-valheim {background:url('https://cdn.lagless.com/main/images/game-img-valheim@2x.webp') no-repeat;background-size:cover;}
#game-farmingsim {background:url('https://cdn.lagless.com/main/images/game-img-farmingsim@2x.webp') no-repeat;background-size:cover;}
#game-arma {background:url('https://cdn.lagless.com/main/images/game-img-arma@2x.webp') no-repeat;background-size:cover;}
#game-unturned {background:url('https://cdn.lagless.com/main/images/game-img-unturned@2x.webp') no-repeat;background-size:cover;}
#game-cstwo {background:url('https://cdn.lagless.com/main/images/game-img-cstwo@2x.webp') no-repeat;background-size:cover;}
#game-mordhau {background:url('https://cdn.lagless.com/main/images/game-img-mordhau@2x.webp') no-repeat;background-size:cover;}
#game-zomboid {background:url('https://cdn.lagless.com/main/images/game-img-zomboid@2x.webp') no-repeat;background-size:cover;}
#game-gmod {background:url('https://cdn.lagless.com/main/images/game-img-gmod@2x.webp') no-repeat;background-size:cover;}
#game-sbox {background:url('https://cdn.lagless.com/main/images/game-img-s&box@2x.webp') no-repeat;background-size:cover;}


.col-lg-25 {
    width:20%;
    max-width:20%;
    flex-basis:20%;
}

/* 3 × col-lg-25 = 60% - used for the "50+ games" card */
.col-lg-75 {
    width:60%;
    max-width:60%;
    flex-basis:60%;
}

/* ── "50+ more games" grid card ── */
.game-box-more {
    min-height:300px;
    margin-bottom:20px;
    background:rgba(255,255,255,0.03);
    border:2px solid rgba(255,255,255,0.075);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:32px 40px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    transition:border-color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.game-box-more::before {
    content:'';
    position:absolute;
    inset:0;
    background:repeating-linear-gradient(
        -52deg,
        transparent, transparent 48px,
        rgba(255,213,0,0.014) 48px,
        rgba(255,213,0,0.014) 49px
    );
    pointer-events:none;
}
.game-box-more:hover {
    border-color:rgba(255,213,0,0.25);
    background:rgba(255,213,0,0.025);
}
.game-box-more-inner { position:relative; z-index:1; }
.game-box-more-count {
    display:block;
    font-size:72px;
    font-weight:900;
    font-style:italic;
    line-height:1;
    color:var(--yellow);
    letter-spacing:-3px;
    margin-bottom:10px;
}
.game-box-more-title {
    font-size:18px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0.5px;
    color:#fff;
    margin-bottom:10px;
}
.game-box-more-sub {
    font-size:13.5px;
    color:rgba(255,255,255,0.48);
    line-height:1.65;
    max-width:360px;
    margin:0 auto 22px;
}

.game-box:hover {
    transition:all ease-in-out 0.25s;
}

.game-name {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding:12px 20px;
    text-align:center;
    background:rgba(0,0,0,0.4);
    border-top:2px solid rgba(255,255,255,0.075);
    transition:all ease-in-out 0.25s;
}

.game-name h4 {
    margin-top:-7px;
    margin-bottom:7px;
}

.game-name-price {
    color:#fff;
    display:block;
    margin-top:-6px;
    font-size:14px;
    margin-bottom:-3px;
}

.game-box .button {
    display:none;
}

.game-box:hover .button {
    display:inline-block;
}

.game-box:hover .game-name-price {
    display:none;
}

.game-types {
    background:rgba(255,255,255,0.3);
    border:1px solid rgba(255,255,255,0.5);
    position: absolute;
    top:10px;
    left:10px;
    opacity:0.66;
}

.titleleft {
    text-align:left;
}

.titleleft p {
    margin:0px;
}

#location-specs-row {
    margin-bottom:-20px;
}

#location-specs-row .col {
    padding-bottom:20px;
}

.light-bg {
background: #252524;
border: 2px solid rgba(255, 255, 255, 0.03);
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);

}

.font-54 {
    font-size:54px;
    line-height:60px;
}

.label.black {
    background:var(--body);
    color:var(--yellow);
}

.yellow-bg {
    background:var(--yellow);
    color:var(--body);
}

#support-row {
    padding:48px 0px;
}

.yellow-bg h1,
.yellow-bg h2,
.yellow-bg h3,
.yellow-bg h4,
.yellow-bg h5 {
    color:var(--body);
}

.yellow-bg a {
    color:var(--body);
    text-decoration: underline;
}

.yellow-bg a:hover {
    text-decoration:none;
}

.testimonial-box {
    max-width:720px;
    margin:0px auto;
    color:#fff;
}

.searchwrap {
    display:table;
    margin:0px auto;
}

.quicksearch {
height:74px;
padding:0px 20px;
font-size:18px;
background:url('https://cdn.lagless.com/main/images/search.svg') center right 20px no-repeat #181818;
border: 1px solid #343434;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14), inset 0px 3px 6px rgba(0, 0, 0, 0.16);
min-width:720px;
float:left;
color:#fff;
}

.filterselect {
float:left;
height:74px;
color:#fff;
padding:0px 60px 0px 20px;
font-size:18px;
background: url('https://cdn.lagless.com/main/images/select-down.svg') center right 20px no-repeat #181818;
border: 1px solid #343434;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14), inset 0px 3px 6px rgba(0, 0, 0, 0.16);
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
font-family:"Cairo",sans-serif;
}

.quicksearch:focus,
.filterselect:focus {
    border-color:#fff;
    outline:unset;   
}

.trustpilot-rated span.inline-block {
    padding-left:8px;
}

.text-yellow a {
    font-weight:700;
}

.yellow {
    color:var(--yellow);
}

.text-label {
    font-weight:700;
    font-size:12px;
    text-transform: uppercase;
padding-bottom:8px;
display:block;
}

.game-order-box {
    max-width:1000px;
    margin:0px auto;
}

.game-order-box .col-lg-8 {
    border-right:3px solid #fff;
}

.features h3 {
    font-size:20px;
    line-height:28px;
}

.green {
    color: var(--green);
}

.red {
    color:var(--red);
}

.white-link {
    color:#fff;
}

.white-link:hover,
.white-link:focus {
    color:#fff;
    text-decoration: underline;
}

.green-link {
    color:var(--green);
}

.green-link:hover,
.green-link:focus {
    color:var(--green-hover);
}

.padded-row {
    padding:0px 120px;
}

.faq-centered {
    max-width:860px;
    margin:0px auto;
}

#other-games .col {
    padding:0px 10px;
}

#other-games .row {
    padding:0px 5px;
}

.game-logo {
    height:64px;
    line-height:64px;
    margin-bottom:14px;
    display:block;
}

.game-logo img {
    vertical-align: middle;
    display:inline-block;
}

#mc-features .col {
    padding-bottom:30px;
}

#mc-features .row {
    margin-bottom:-30px;
}

.mc-edition-logo {
    height:36px;
}

#hero-minecraft .border-right {
    border-right:3px solid #fff;
}

.mc-plan-box {
    padding:40px 20px;
}

.plan-box-selector {
    border:2px solid #fff;
    height:52px;
}

.plan-box-selector * {
    display:inline-block;
}

.plan-plus, .plan-negative {
    background:#fff;
    height:48px;
    width:48px;
    color:var(--body);
    line-height:40px;
    text-align:center;
    font-size:32px;
    font-weight:700;
    float:right;
    cursor:pointer;
    display:block;
}

.plan-names {
    line-height:48px;
}

.plan-negative {
    float:left;
}

.mc-plan-box ul li,
.vps-plan-box ul li {
    line-height:20px;
    padding:6px 0px;
    display:block;
}

.mc-plan-box ul li:after,
.vps-plan-box ul li:after,
.feature-relative-title:after,
.half-list:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0
}

.plan-spec {
    float:left;
    width:50%;
    padding-right:4px;
    text-align:right;
}

.plan-spec-name {
    float:right;
    width:50%;
    padding-left:4px;
    text-align:left;
}

.plan-spec span {
    background:#fff;
    padding:0px 8px;
    display:inline-block;
    height:20px;
    line-height:20px;
    color:var(--body);
    font-weight:700;
}

.mc-tabs {
    display:table;
    margin:0px auto;
    border:2px solid var(--yellow);
}

.mc-tabs li {
    float:left;
}
.mc-tabs li a {
    padding:12px 28px;
    display:block;
    color:#fff;
}

.mc-tabs li a:hover {
    color:var(--yellow);
}

.mc-tabs li .active {
    background:var(--yellow);
    color:var(--body);
    font-weight:700;
}

.mc-tabs li .active:hover {
    color:var(--body);
}

.plan-price {
    padding-bottom:20px;
}

.plan-price span {
    text-transform: lowercase !important;
}

#hero-vps .row {
    padding:0px 15px;
}
#hero-vps .row .col {
    border-right:2px solid #fff;
    padding:0px;
}

#hero-vps .row .col:nth-last-child(1) {
    border-right:0px;
}

.vps-plan-box {
    padding:20px 25px;
}

.vps-plan-box .button {
    width:100%;
    display:block;
}

.vps-plan-box .font-30 {
    margin-bottom:-15px;
    display:block;
}
.active-vps {
    border:2px solid #9E8400 !important;
    margin-left:-2px;
    margin-top:-32px;
}

.active-vps .vps-plan-box {
    background:var(--yellow);
    color:var(--body);
}

.active-vps .button {
    background:var(--body);
    color:#fff !important;
}

.active-vps .plan-spec span{
    background:var(--body);
    color:#fff;
}
.active-vps h3,
.active-vps h3 .yellow {
    color:var(--body);
}

.most-popular {
    background:#9E8400;
    color:#fff;
    height:32px;
    line-height:32px;
    font-size:14px;
    font-weight:700;
    font-style:oblique;
    margin-bottom:20px;
    margin:-20px -25px 20px -25px;
}

.select-vps-location {
    border:0px;
    border-bottom:2px solid #fff;
    background:url('https://cdn.lagless.com/main/images/select-down-white.svg') center right 12px no-repeat transparent;
    color:#fff;
    font-family:"Cairo",sans-serif;
    padding:10px 12px;
    width:320px;
    font-weight:700;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-size:14px;   
}

.select-vps-location option {
    color:var(--body);
    font-weight:700;
}

.features .col {
    padding-bottom:40px;
}

.features .col p {
    padding-bottom:0px;
}

.features .row {
    margin-bottom:-40px;
}

.feature-relative-title {
    position: relative;
    padding-left:78px;
    padding-top:8px;
    font-size:22px;
    line-height:26px;
    margin-bottom:10px;
}

.icon-top-left {
    position: absolute;
    top:0;
    left:-10px;
    height:75px;
}

.half-list li {
    width:50%;
    float:left;
    padding:2px 0px;
}

#server-specs .col {
    padding:20px 30px;
    border-left:3px solid #fff;
}

#server-specs .row {
    margin:0px;
}

#hero-about .border-right {
    border-right:3px solid #fff;
}

#hero-about .col {
    padding:20px;
}

.statement-wrap {
    max-width:720px;
    width:100%;
    margin:0px auto;
    color:#fff;
}


.font-72 {
    font-size:72px;
    line-height:80px;
}

#affiliate-benefits .col {
    padding: 20px 30px;
    border-left: 3px solid #fff;
}

#affiliate-benefits .col {
    margin-bottom:60px;
}

#affiliate-benefits .row{
    margin-bottom:-60px;
}

#affiliate-tiers .plan-box {
    padding:8px;
}

.inner-box {
    position: relative;
    background: linear-gradient(180deg, rgb(37, 37, 37, 0.5) 0%, rgba(22, 22, 22, 0) 100%);
    border-radius: 14px;
    padding: 24px;
}


.pricing-table {
    width:100%;
    display:table;
}


.pricing-table th {
    padding:15px 15px;
    text-align:left;
    color:#fff;
    font-weight:500;
}

.pricing-table tr:hover td {
    transition: unset;
}

.pricing-table td {
    padding:15px 15px;
    text-align:left;
    border-top:2px solid rgba(255,255,255,1);
}

.pricing-table tr:hover td {
    background:rgba(255,255,255,0.05);
}


.pricing-table tr:nth-last-child(1) td {
    border-bottom:2px solid rgba(255,255,255,1);
}

.pricing-table th:nth-last-child(1), .pricing-table td:nth-last-child(1) {
    text-align:right;
}

#affiliate-types .box {
    padding:20px 28px 40px 28px;
}

.type-box {
    height:160px;
    line-height:160px;
}

.type-box img {
    vertical-align: middle;
    max-height:160px;
}

#aff-get-started h4 {
    line-height:22px;
}

#aff-get-started .col {
    background:url('https://cdn.lagless.com/main/images/aff-step-arrow.svg') center right no-repeat;
}

#aff-get-started .col:nth-last-child(1) {
    background:none;
}

.yellow-bg h2 small {
    color:var(--body);
}

#aff-get-started a {
    font-weight:700;
}

#hero-support {
    text-align:left;
}

#hero-support p {
    margin:0;
    max-width:100%;
}

.live-chat-button {
    background:var(--yellow);
    color:var(--body);
    display:block;
    padding:24px 0px;
    text-align:center;
}

.live-chat-button:hover {
    color:var(--body);
    opacity:0.8;
}

.live-chat-button h5 {
    color:var(--body);
}

.call-us-button {
    background: rgba(255, 213, 0, 0.07);
    border: 1px solid #FFD500;
    color:rgba(255,255,255,0.68);
    display:block;
    padding:24px 0px;
    text-align:center;
}

.call-us-button:hover {
    color:#fff;
    background: rgba(255, 213, 0, 0.1);
}

.call-us-button h5 {
    color:#fff;
}

#support-button-rows .col {
    padding:0px 15px;
}

.support-button-rows {
    padding:0px 15px;
}

#support-box-row .col {
    margin-bottom:30px;
}

#support-box-row {
    margin-bottom:-30px;
}

.articles-list li {
    margin-top:20px;
}

.articles-list li a {
    display:block;
    color:#fff;
    padding: 20px 28px;
    background: url('https://cdn.lagless.com/main/images/article-arrow-right.svg') center right 28px no-repeat rgba(49, 49, 49, 0.33);
    border: 1.5px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    padding-right:60px;
}

.articles-list li a:hover {
    background: url('https://cdn.lagless.com/main/images/article-arrow-right.svg') center right 28px no-repeat rgba(49, 49, 49, 0.43);
    border: 1.5px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

#popular-categories .row {
    margin-bottom:-40px;
    padding:0px 15px;
}

#popular-categories .icon-top-left {
    left:40px;
    top:50%;
    transform:translateY(-50%);
}

.main-nav {
    float:right;
}
  
  .dropdown-toggle i {
    margin-top:1px;
    margin-left:6px;
    vertical-align: middle;
    font-size:10px;
  }
  
  .main-nav li a.active {
      text-shadow: 0 0 11px rgb(236 130 255 / 80%);
  }
  
  .main-nav .dropdown-menu {
    padding:8px 12px;
    border-radius:16px;
      right: 0;
      transform: translateX(25%);
      left: unset;
      min-width: 220px;
      font-size: 15px;
      top:52px;
      z-index:1001;
    background: #282828;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13), inset 0px 0px 12px rgba(255, 255, 255, 0.07);
  }
  
  
  .main-nav .dropdown-menu:before {
    position: absolute;
    left: unset;
    right:22.85%;
    transform: translateX(-50%);
    top: -8px;
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2E2E2E;
    border-radius:2px;
  }
  
  
  .main-nav .dropdown-menu a {
    border-radius: 8px;
    padding: 14px 16px;
    text-transform:unset;
    letter-spacing: -0px; 
    line-height:20px;
    display:block;
    border:1px solid transparent;
  }
  .main-nav .dropdown-menu  li {
    padding:0px;
  }
  
  
  .main-nav .dropdown-menu a i {
    font-size:44px;
    line-height:48px;
    width:48px;
    height:48px;
    text-align:center;
    color:var(--red);
  }

  .main-nav .dropdown-menu a i.fa-clouds,
  .main-nav .dropdown-menu a i.fa-gamepad-alt,
  .main-nav .dropdown-menu a i.fa-handshake-alt,
  .main-nav .dropdown-menu a i.fa-money-bill-wave-alt {
    font-size:38px;
  }
  
  .main-nav .dropdown-menu  li {
      width: 100%;
      float: none;
  }
  
  
  .main-nav .dropdown-menu a:hover {
    background:rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.15);
      color:#fff;
      text-shadow:unset;
  }
  
  
  .main-nav .dropdown-menu a:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0
    }
  
  .main-nav .mr-4 {
      margin-right: 2rem !important;
  }
  
  .nav-icon {
      width: 48px;
      vertical-align: middle;
  }
  
  .main-nav li a, .main-nav li a.button {
    font-weight:500;
  }

  
  .main-nav li {
    float:left;
    line-height:48px;
    padding-top:3px;
    font-size:15px;
  }
  
  .main-nav li a, .main-nav li a.button {
    font-weight:500;
    
  }
  
  .main-nav li a:hover {
    color:var(--blue);
  }

  .main-nav .dropdown-menu {
    position: absolute;
  }
  .main-nav {
    float:right;
}
  
  .main-nav li {
    display:inline-block;
    line-height:40px;
    text-transform: uppercase;
    padding:0px 18px;
  }
  
  .main-nav li a, .main-nav li a.button {
    font-weight:700;
    color:#fff;
    font-style:italic;
    font-size:15px;
  }
  
  .main-nav li a:hover {
    color:var(--yellow);
  }
  
  .main-nav li .button {
    height:40px;
    line-height:36px;
    padding:0px 16px;
  }
  .main-nav li:nth-last-child(1) {
    padding-right:0px;
  }

  .nav-divider {
    
  }
  

  .font-10 {font-size:9px;line-height:20px;}
.font-11 {font-size:10px;line-height:20px;}
.font-12 {font-size:11px;line-height:20px;}
.font-13 {font-size:12px;line-height:22px;}
.font-14 {font-size:13px;line-height:22px;}
.font-15 {font-size:14px;line-height:24px;}
.font-16 {font-size:15px;line-height:24px;}
.font-18 {font-size:17px;line-height:26px;}
.font-20 {font-size:19px;line-height:30px;}
.font-22 {font-size:22px;line-height:32px;}
.font-24 {font-size:24px;line-height:34px;}
.font-26 {font-size:26px;line-height:36px;}
.font-30 {font-size:30px;line-height:40px;}
.font-32 {font-size:32px;line-height:40px;}
.font-36 {font-size:36px;line-height:44px;}
.font-54 {font-size:54px;line-height:62px;}




#hero .carousel-indicators {
    position: relative;
    right: unset;
    width:100%;
    bottom: unset;
    left: unset;
    z-index: 2;
    display:block;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}


.carousel-max-width {
  max-width:620px;
}



#hero .carousel-indicators {
  position: absolute;
  bottom:0px;
  left:0px;
  right:0px;
}

#hero .carousel-indicators a {
  background:transparent;
}

#hero .carousel-indicators a img {
  border-radius:8px;
  margin:0px;
  width: 100%;
  position: relative;
  display: block;
  max-height:
}


#hero .carousel-indicators a:after {
  position: absolute;
  content:" ";
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:8px;
}

#hero .carousel-indicators [data-bs-target] {
  border:0px;
  opacity:0.33;
  display:block;
  height:100%;
  width:100%;
  display:block;
  position: relative;
  background:transparent;
  border-radius:8px;
  -webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.50);
-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.50);
box-shadow: 0 0 8px 2px rgba(0,0,0,0.50);
}


#hero .carousel-indicators [data-bs-target]:hover {
  opacity:0.66;
}

#hero .carousel-indicators .active, #hero .carousel-indicators .active:hover {
  opacity:1;
  -webkit-box-shadow: 0 0 10px 1px rgba(138,187,72,0.28);
  -moz-box-shadow: 0 0 10px 1px rgba(138,187,72,0.28);
  box-shadow: 0 0 10px 1px rgba(138,187,72,0.28);
  transform:scale(1.05);
}


#hero .carousel-indicators .active:after {
  border-color:rgba(138,187,72,0.35);
}

#hero .carousel-indicators .col {
  padding:0px 10px;
}

#hero .carousel-indicators .row {
  padding:0px 20px;
}

.header {
    position: absolute;
    top:36px;
    left:0;
    right:0;
    z-index:1001;
}

.hero-bgs {
    position: absolute;
    z-index: -1;
    content: " ";
    width: 100%;
    top: 0px;
    bottom: 0px;
    margin-bottom: -240px;
    min-height:960px;
}
.hero-bgs.cstwo {background-image: linear-gradient(to bottom, transparent 35%, var(--body) 65%), url('https://cdn.lagless.com/main/images/bg-home-rust.webp'); background-position: top center; background-size: auto, cover; background-repeat: no-repeat; background-color: var(--body);}
.hero-bgs.minecraft {background-image: linear-gradient(to bottom, transparent 35%, var(--body) 65%), url('https://cdn.lagless.com/main/images/bg-home-minecraft.webp'); background-position: top center; background-size: auto, cover; background-repeat: no-repeat; background-color: var(--body);}
.hero-bgs.hytale {background-image: linear-gradient(to bottom, transparent 35%, var(--body) 65%), url('https://cdn.lagless.com/main/images/bg-home-hytale.webp'); background-position: top center; background-size: auto, cover; background-repeat: no-repeat; background-color: var(--body);}
.hero-bgs.gmod {background-image: linear-gradient(to bottom, transparent 35%, var(--body) 65%), url('https://cdn.lagless.com/main/images/bg-home-gmod.webp'); background-position: top center; background-size: auto, cover; background-repeat: no-repeat; background-color: var(--body);}


.hero-bgs.ark {background-image: linear-gradient(to bottom, transparent 35%, var(--body) 65%), url('https://cdn.lagless.com/main/images/banner-bg-ark.webp'); background-position: top center; background-size: auto, cover; background-repeat: no-repeat; background-color: var(--body);}
.hero-bgs.sevendays {background-image: linear-gradient(to bottom, transparent 35%, var(--body) 65%), url('https://cdn.lagless.com/main/images/banner-bg-sevendays.webp'); background-position: top center; background-size: auto, cover; background-repeat: no-repeat; background-color: var(--body);}


.hero-home .carousel-item {
    padding-top: 236px;
    padding-bottom:80px;
}

.hero-home {
    padding:0px;
}
.hero-home .carousel-item
 {
    overflow:visible;
 }


.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}
.slider-container {
	overflow: hidden; /* Hide the scrollbar */
	white-space: nowrap;
	cursor: grab; /* Set grab cursor for draggable effect */
	padding: 0px 15px;
}

.slider-container.grabbing {
	cursor: grabbing; /* Change cursor to grabbing when dragging */
}

.testimonials-col {
	display: inline-block;
	width: 466.6667px;
	padding: 0px 12px;
	vertical-align: top;
	white-space: wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.testimonials-col * {
	white-space: normal;
	word-break: break-word;
}

.card-slider .carousel-inner {
	display: flex;
	flex-wrap: nowrap;
}

.card-slider .carousel-item {
	flex: 0 0 calc(100% / 4); /* Adjust this value based on the number of cards you want to show */
	margin-right: 15px;
}

.card-slider .carousel-control-prev,
.card-slider .carousel-control-next {
	width: auto;
}

.card-slider .carousel-control-prev-icon,
.card-slider .carousel-control-next-icon {
	background-image: none;
	font-size: 2rem;
}
@media (max-width: 767px) {
	#server-use-cases .carousel-inner .carousel-item > div,
	#colo-use-cases .carousel-inner .carousel-item > div {
		display: none;
	}
	#server-use-cases .carousel-inner .carousel-item > div:first-child,
	#colo-use-cases .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

.slider-container {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.advanced-mode .plan-spec-name,
.advanced-mode .plan-spec {
    width:auto;
    float:none;
    text-align:left;
    padding-left:0px;
    display:inline-block;
}
.advanced-mode .col-lg-25 {
    margin-bottom:40px;

}

.advanced-mode .mc-plan-box {
    padding:32px 16px;
}

.advanced-mode .col-lg-25:hover {
    background:var(--yellow);
    color:var(--body);
}

/* Cancel yellow hover inside the games grid */
#other-games .col-lg-25:hover,
#other-games .col-lg-75:hover {
    background: transparent;
    color: inherit;
}

.advanced-mode .col-lg-25:hover .plan-spec span {
        background: var(--body);
    color: #fff;
}
.advanced-mode .col-lg-25:hover h2,
.advanced-mode .col-lg-25:hover h3,
.advanced-mode .col-lg-25:hover h5 {
    color:var(--body);
}

.advanced-mode .col-lg-25:hover .button {
    background: var(--body);
    color: #fff !important;
}

#mc-promises {
    position: relative;
}

.risk-free-hosting-image {
    position: absolute;
    bottom:0px;
    right:5%;
}

.toggle {
    display: block;
    color: #fff;
    background:rgba(49, 49, 49, 0.33);
    border: 1.5px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12); 
    margin-bottom:20px;
}


.toggle:nth-last-of-type(1) {
    margin-bottom:0px;
}

.toggle-header i.pull-right {
  transition: transform 0.3s ease;
}
.toggle-header.active i.pull-right {
  transform: rotate(180deg);
}

.toggle-inner {
    display:none;
    color:var(--text);
    padding-left:24px;
    padding-right:24px;
    padding-bottom:16px;
}

.toggle-header {
    cursor:pointer;
    padding: 16px 24px;
}

.trailervideo {
    width:100%;
    height:360px;
}


.faq-item {
  border-top: 2px solid #fff;
}
.faq-item:nth-last-of-type(1) {
  border-bottom: 2px solid #fff;
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  color:#fff;
  padding:20px 12px;
}
.faq-answer {
  margin-bottom: 20px;
  padding:0px 24px;
  font-weight: 400;
  color:var(--text);
  display: none;
}
.faq-icon {
  background: #f7d700;
  color: #000;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}


.slot-select {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slot-select li {
  display: inline-block;
}

.slot-select a {
  display: inline-block;
  position: relative;
  width:36px;
  height:36px;
  line-height:32px;
  text-align:center;
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: #202020;
  color: #fff;
  font-weight: 600;
  font-size:14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.slot-select a:hover {
  border-color: #ffcc00;
  color: #ffcc00;
}

.slot-select a.active {
  color: #111;
  background: #ffcc00;
  border-color: #222;
  font-weight:700;
  box-shadow: 0 0 0 1.5px #ffcc00, 0 0 8px rgba(255, 204, 0, 0.3);
}


.pricing-line {
    display:block;
    height:3px;
    background:#fff;
    width:40px;
    margin-top:22px;
}

.carousel-control-next,
.carousel-control-prev {
    background:var(--yellow);
    width:36px;
    height:36px;
    border-radius:50%;
    opacity:1;
    cursor:pointer;
    color:var(--body);
    top:50%;
    margin-top:-18px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-prev:focus {
    color:var(--body);
}

.game-wrapper {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.isotope-hidden .game-wrapper {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}


.col-lg-25 {
  flex: 0 0 calc(20% - 2px); /* subtract left+right padding */
  max-width: calc(20% - 2px);
}

#server-specs .col:hover {
    background:var(--yellow);
    border-color:var(--yellow);
    color:var(--body);
}
#server-specs .col:hover h4,
#server-specs .col:hover .yellow {
    color:var(--body);
}

#hero-about .box:hover {
    background:var(--yellow);
    border-color:var(--yellow);
}
#hero-about .box:hover,
#hero-about .box:hover h2,
#hero-about .box:hover h2 small,
#hero-about .box:hover strong {
    color:var(--body);
}

#hero-about .box:hover .yellow {
    color:var(--body);
}

.contact-box {
    max-width:840px;
    margin:0px auto;
    padding:40px;
}

.contact-box label {
    color: #fff;
    font-weight: 600;
    display:block;
    margin-bottom:4px;
}

.contact-box input[type="text"] {
    display:block;
    width:100%;
    padding:8px 15px;
    background:transparent;
    border:0px;
    font-size:16px;
    color:#fff;
    border-bottom:3px solid #fff;
    margin-bottom:30px;
    font-family: 'Cairo', 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.contact-box textarea {
    display:block;
    width:100%;
    padding:8px 15px;
    background:transparent;
    border:0px;
    font-size:16px;
    min-height:140px;
    color:#fff;
    border-bottom:3px solid #fff;
    margin-bottom:30px;
    font-family: 'Cairo', 'Inter', Verdana, Arial, Helvetica, sans-serif;
}

.contact-box input[type="text"]:focus,
.contact-box textarea:focus {
    outline:none;
    border-bottom:3px solid var(--yellow);
}
.checkbox {
    background:url('https://cdn.lagless.com/main/images/checkbox.svg');
    -webkit-appearance:unset;
    -moz-appearance:unset;
    appearance:unset;
    border:0px;
    width:24px;
    height:24px;
    margin-top:0px;
}

.checkbox:checked {
    background:url('https://cdn.lagless.com/main/images/checkbox-active.svg');

}



#banner-nav ul li a {
    opacity:0.33;
    filter:grayscale(1);
    cursor:Pointer;
}

#banner-nav ul li a.active {
    opacity:1;
    filter:unset;
}
#banner-nav ul li a.active img {
    transform:scale(1.05);

}

.vps-plan-box:hover {
    background:rgba(255,255,255,0.1);
}

.active-vps .vps-plan-box:hover {
    background:var(--yellow-hover);
}



.dc-location-tabs li{
    float:left;
    width:20%;
    margin-top:20px;
}

.dc-location-tabs li a {
    display:block;
background: rgb(49, 49, 49, 0.33);
    padding:20px;
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
border-right:0px;
color:var(--text);
font-size:14px;
font-weight:700;
}

.dc-location-tabs li a.active, .dc-location-tabs li a.active:hover {
background: var(--yellow);
color:var(--body);
padding-top:24px;
padding-bottom:24px;
margin-top:-4px;
margin-bottom:-4px;
}
.dc-location-tabs li a.active strong {
    color:var(--body);
}


.dc-location-tabs li a:hover {
background: rgb(49, 49, 49, 0.5);
}

.dc-location-tabs strong {
    padding-bottom:6px;
}

.page-about body      { background: url('https://cdn.lagless.com/main/images/bg-about.webp') center top / 100% auto no-repeat var(--body); }
.page-affiliate body  { background: url('https://cdn.lagless.com/main/images/bg-affiliate.webp') center top / 100% auto no-repeat var(--body); }
.page-support body    { background: url('https://cdn.lagless.com/main/images/bg-support.webp') center top / 100% auto no-repeat var(--body); }
.page-minecraft body  { background: url('https://cdn.lagless.com/main/images/bg-minecraft.webp') center top / 100% auto no-repeat var(--body); }
.page-vps body        { background: url('https://cdn.lagless.com/main/images/bg-vps.webp') center top / 100% auto no-repeat var(--body); }
.page-gameservers body{ background: url('https://cdn.lagless.com/main/images/bg-gameservers.webp') center top / 100% auto no-repeat var(--body); }
.page-arma body       { background: url('https://cdn.lagless.com/main/images/bg-arma.webp') center top / 100% auto no-repeat var(--body); }
.page-gmod body       { background: url('https://cdn.lagless.com/main/images/bg-gmod.webp') center top / 100% auto no-repeat var(--body); }
.page-fivem body      { background: url('https://cdn.lagless.com/main/images/bg-fivem.webp') center top / 100% auto no-repeat var(--body); }
.page-redm body       { background: url('https://cdn.lagless.com/main/images/bg-redm.webp') center top / 100% auto no-repeat var(--body); }
.page-palworld body   { background: url('https://cdn.lagless.com/main/images/bg-palworld.webp') center top / 100% auto no-repeat var(--body); }
.page-rust body       { background: url('https://cdn.lagless.com/main/images/bg-rust.webp') center top / 100% auto no-repeat var(--body); }
.page-hytale body     { background: url('https://cdn.lagless.com/main/images/bg-hytale.webp') center top / 100% auto no-repeat var(--body); }
.page-valheim body    { background: url('https://cdn.lagless.com/main/images/bg-valheim.webp') center top / 100% auto no-repeat var(--body); }
.page-enshrouded body { background: url('https://cdn.lagless.com/main/images/bg-enshrouded.webp') center top / 100% auto no-repeat var(--body); }
.page-ark-se body      { background: url('https://cdn.lagless.com/main/images/bg-ark_se.webp') center top / 100% auto no-repeat var(--body); }
.page-dayz body       { background: url('https://cdn.lagless.com/main/images/bg-dayz.webp') center top / 100% auto no-repeat var(--body); }
.page-sbox body       { background: url('https://cdn.lagless.com/main/images/bg-s&box.webp') center top / 100% auto no-repeat var(--body); }
.page-7d2d body      { background: url('https://cdn.lagless.com/main/images/bg-7d2d.webp') center top / 100% auto no-repeat var(--body); }
.page-soulmask body     { background: url('https://cdn.lagless.com/main/images/bg-soulmask.webp') center top / 100% auto no-repeat var(--body); }
.page-project-zomboid body { background: url('https://cdn.lagless.com/main/images/bg-project-zomboid.webp') center top / 100% auto no-repeat var(--body); }
.page-cs2 body       { background: url('https://cdn.lagless.com/main/images/bg-cs2.webp') center top / 100% auto no-repeat var(--body); }
.page-farming-simulator body { background: url('https://cdn.lagless.com/main/images/bg-farming-sim-25.webp') center top / 100% auto no-repeat var(--body); }

#hero-minecraft small a {
    font-weight:800;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    
    background: #fff;
    color: var(--body);
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.tooltip-icon:hover .tooltip-text {
    opacity: 1;
}

.button_container {
    display:none;
}

#banner-nav ul  {
    margin:0px -7.5px;
}

#banner-nav ul li {
    padding:0px 7.5px;
}

.tooltip {
    min-width:140px;
}

html,body {
    overflow-x:hidden;
}

.copyright ul li:nth-last-child(1) {
    margin-right:0px !important;
}

.hardware-spec .font-12 {
  text-transform: none;
  font-weight:500;
}

.testimonials-col {
    width:396px;
}
#other-games .font-12 {
  font-size:9px;
}

#popular-categories .col a {
    position: relative;
    padding-left:134px;
    padding-right:40px;
    padding-top:28px;
    padding-bottom:28px;
    margin-bottom:40px;
    border-left:3px solid #fff;
    text-decoration: none;
    display:block;
    color:var(--text);
}

#popular-categories .col a:hover {
    background:var(--yellow);
    color:var(--body) !important;
}
#popular-categories .col a:hover h3 {
    color:var(--body);
}