:root {
  --dark: #101213;
  --light-dark: #1a1c1e;
  --semi-dark: #2b2f32;
  --blue: #0073ff;
  --gray: #686a6b;
  --white: #fff;
  --light: #e6e8e9;
  --yellow: #EECA02;
  --red: #E94B35;
}

::-moz-selection {
    color: var(--blue);
    background: rgb(26, 28, 30, .8);
}
::selection {
    color: var(--blue);
    background: rgb(26, 28, 30, .8);
}

body {
  background: var(--dark);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;gam
}

a {
  color: var(--blue);
}

code {
  color: var(--blue);
}

.container-custom {
  max-width: 1300px;
}

.blue {
  color: var(--blue);
}

.yellow {
  color: var(--yellow);
}

.red {
  color: var(--red);
}

/* websitepolicies.io Custom CSS */
.wpcc-color-custom--1305681743.wpcc-container {
  background: rgba(26, 28, 30, .6) !important;
}

.wpcc-container {
  font-size: 14px !important;
}

.wpcc-btn {
  border: none !important;
}

/* Swal Alert */
.swal2-icon.swal2-success .swal2-success-ring {
  border: .25em solid var(--blue) !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: var(--blue) !important;
}

.swal2-icon.swal2-success {
  border-color: var(--blue) !important;
}

.swal2-icon.swal2-success {
  color: var(--blue) !important;
}

.swal2-popup {
  background: var(--semi-dark) !important;
}

.swal2-title {
  color: var(--white) !important;
}

.swal2-html-container {
  color: var(--light) !important;
}

.swal2-styled.swal2-confirm {
  border-radius: 50px !important;
  padding: 8px 32px !important;
  font-weight: 700 !important;
  background: var(--blue) !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow:0 0 0 3px rgba(24, 115, 211, .5) !important;
}

/* Sale Banner */
.sale_banner {
  background: var(--blue);
  padding: 6px 0;
  color: #fff !important;
}

.sale_banner .sale-l {
  font-size: 20px;
  font-weight: 800;
}

.sale_banner .sale-i {
  font-weight:500;
  font-size:14px;
  color: #f9f9f9;
}

.sale_banner .sale-i span {
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
  margin-right: 2px;
}

.sale_banner .sale-r {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 4px 24px;
  border: 2px dashed var(--white);
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .sale_banner .sale-l {
    font-size: 20px;
  }

  .sale_banner-left,
  .sale_banner-right {
    margin:0 auto
  }
  .sale_banner .sale-l, .sale_banner .sale_banner-center {
    margin-bottom:1rem !important;
  }
  .sale_banner .sale-r {
    margin-bottom:.6rem !important;
  }
}

@media (max-width: 410px) {
  .sale_banner .sale-i {
    font-size: 14px;
    letter-spacing: -0.04rem;
  }

  .sale_banner .sale-i span {
    font-size: 18px;
    font-weight: 800;

  }
}

.object_1 {
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: -1;
}

.object_1 img {
  filter: drop-shadow(0px 0px 30px rgba(26, 28, 30, 0.2)); 
  animation: pulsate 3s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulsate { 
  0% { opacity: 0.5;}
  50% { opacity: 1.0;}
  100% {  opacity: 0.5;} 
}

 
@-webkit-keyframes pulsate {
  0% { opacity: 0.5; } 
  50% {opacity: 1.0; }
  100% { opacity: 0.5;} 
}

@media (max-width: 768px) {
  .object_1 img {
    width: 60%;
  }
}

@media (max-width: 576px) {
  .object_1 img {
    width: 50%;
  }
}

/* Navbar */
.offcanvas {
  background: var(--semi-dark);
  height: 100vh;
}

.fixed-top {
  background: rgba(16, 18, 19, 0.5); /* semi-transparent black */
  backdrop-filter: blur(10px); /* adds blur effect */
  padding: 20px 0 !important;
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.fixed-top, .navbar-dark {
  background: transparent !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
}

.dropdown-menu {
  position: absolute;
  z-index: 10000;
}




.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  color: var(--white) !important;
  border: none !important;
}

.navbar-dark .navbar-brand {
  position: relative;
}

.navbar-dark .navbar-brand img, footer .footer_about img, .offcanvas-header img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.navbar-dark .navbar-brand h2, footer .footer_about h2, .offcanvas-header h2 {
  font-size: 20px;
  font-weight: 700;
  
  color: var(--white);
  letter-spacing: 0.04rem;
}

.navbar-dark .navbar-brand h2 span, footer .footer_about h2 span, .offcanvas-header h2 span {
  
  font-weight: 800;
  color: var(--blue);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--white);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus {
  color:#0033ff;
}

.navbar-dark .navbar-nav .button {
  margin-left: 1rem;
  position: relative;
  top: 2px;
}

.navbar-dark .navbar-nav .button img, .header .btn img, .game_info .game_info_content .btn_watch img {
  position: relative;
  top: -1px;
}

.navbar-dark .navbar-nav .button .btn {
  background: var(--blue);
  color: var(--white);
  padding: 8px 32px;
  border-radius: 50px;
  box-shadow: none;
  outline: none;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-dark .navbar-nav .button .btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
}

.dropdown-menu {
  background: var(--light-dark);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.dropdown-menu .dropdown-item {
  padding: 6px 20px;
  color: var(--gray);
  background: transparent;
  font-weight: 500;
}

.dropdown-menu .dropdown-item span {
  font-size: 12px;
  font-weight: 300;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #0033ff;
  background: var(--dark);
}


@media (min-width : 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: red;
  }
}

@media (max-width : 992px) {
  .offcanvas {
    width: 250px !important;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }

  .navbar-dark .navbar-nav .button {
    margin-left: 0 !important;
  }

  .navbar-dark .navbar-nav .button .btn {
    display: block;
  }

}

/* Header */
.header {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header_game {
  background-position: right !important;
  background-repeat: no-repeat !important;
}

.header h2 {
  color: var(--white);
  font-weight: 800;
  font-size: 52px;
  z-index: 1;
}

.header p {
  color: var(--light);
  z-index: 1;
}

.header .header_h2 {
  width: 80%;
}

.header .header_p {
  width: 90%;
}

.header .btn-swicher .nav-link {
  color: var(--white);
  border-radius: 50px;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Default active background fallback (remove default blue) */
.header .btn-swicher .active {
  background: transparent;
}

/* Custom active colors */
.header .btn-swicher .active-essential {
  background: #28a745; /* Green */
}

.header .btn-swicher .active-performance {
  background: orange;
}

.header .btn-swicher .active-ultimate {
  background: red;
}


.header .btn, .game_info .game_info_content .btn_watch {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 500;
  color: var(--white);
}

.header .btn img, .game_info .game_info_content .btn_watch img {
  transition: .4s;
  left: 0;
}


.header {
  position: relative;
 
    background: url('../images/minecraft-bg.jpg') no-repeat center center / cover;
 
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* dark overlay, adjust opacity */
  backdrop-filter: blur(5px); /* adds background blur */
  z-index: 1;
}

.header .container-custom {
  position: relative;
  z-index: 2; /* content above overlay */
}



.header .btn:hover,
.header .btn:active,
.header .btn:focus,
.game_info .game_info_content .btn_watch:hover {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
}

.header .btn:hover img, .game_info .game_info_content .btn_watch:hover img {
  left: 10px;
}

.header .header_img {
  display: flex;
}

.header .header_img img {
  margin-left: auto;
}

@media (max-width : 1280px) {
  .header h2 {
    width: 100%;
  }
}

@media (max-width : 1040px) {
  .header h2 {
    font-size: 48px;
  }
}

@media (max-width : 992px) {
  .header h2 {
    font-size: 46px;
  }

  .header p {
    font-size: 15px;
  }

  .header .header_h2, .header .header_p {
    width: 100%;
  }

  .header_img {
    margin-top: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .header_img img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 768px) {
  .header h2, .header p, .header .btn {
    text-align: center;
  }
  .header .button {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .header_game {
    background-position: center !important;
    background-size: 96% !important;
  }
  .header h2 {
    font-size: 40px;
  }
}

/* Features */
.features .features_box img {
  width: 80px;
  height: 80px;
}

.features .features_box h5 {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
}

.features .features_box p {
  color: var(--gray);
  font-weight: 300;
}

.site_title h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 26px;
}

.site_title p {
  color: var(--light);
}

/* Products */
.products {
  background: -moz-linear-gradient(0deg, rgba(16, 18, 19, .2) 0%, rgba(26, 28, 30, .6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(16, 18, 19, .2) 0%, rgba(26, 28, 30, .6) 100%);
  background: linear-gradient(0deg, rgba(16, 18, 19, .2) 0%, rgba(26, 28, 30, .6) 100%);
}

.products .site_title, .game_plans .site_title {
  margin-bottom: 20px;
}

.products .card, .games .card, .game_plans .card, .meet_team .card {
  border: none;
  background: var(--light-dark);
  transition: all 1s;
  position: relative;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  overflow: hidden;
}

.products .card img, .games .card img {
  opacity: 1;
}

.products .card:hover img, .games .card:hover img {
  opacity: .4;
}

.products .card:hover .products_content, .games .card:hover .products_content {
  transform: translateY(0);
}

.products .card .products_content, .games .card .products_content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translateY(calc(50px + 1em));
  transition: transform 0.3s;
}

.products .card .products_content h2, .games .card .products_content h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
}

.products .card .products_content span, .games .card .products_content span {
  color: var(--light);
  font-weight: 300;
  letter-spacing: 0.04rem;
}

.products .card:hover:before, .games .card:hover:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
  display: block;
  background: url('../images/products_hover.png') center bottom repeat-x;
  border-radius: 5px;
}

#products .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}

#products .owl-nav .owl-next {
  margin-left: 10px;
}

#products .owl-nav .btn {
  background: var(--blue);
  border: none;
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
}

#products .owl-nav .btn:hover {
  background: var(--blue);
  border: none;
  color: var(--white);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
}

@media (max-width: 720px) {
  .site_title h2 {
    text-align: center;
    margin-bottom: 70px;
  }

  #products .owl-nav {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}

/* Locations */
.locations {
  background: -moz-linear-gradient(45deg, rgba(53, 141, 235, .4) 0%, rgba(24,115,211,0.6) 100%);
  background: -webkit-linear-gradient(45deg, rgba(53, 141, 235, .4) 0%, rgba(24,115,211,0.6) 100%);
  background: linear-gradient(45deg, rgba(53, 141, 235, .4) 0%, rgba(24,115,211,0.6) 100%);
}

.locations .map_content {
  position: relative;
}

.dallas_mark {
  right: 28%;
  top: 42%;
}

.london_mark {
  left: 45%;
  top: 24%;
}

.loc_mark {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  position: absolute;
  border-radius: 100%;
}

.loc_mark span {
  font-weight: 700;
  display: block;
  background: var(--blue);
  width: 110px;
  height: 34px;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 34px;
  position: absolute;
  border: 1px solid var(--blue);
  box-shadow: 19px 19px 27px 0 rgb(16, 18, 19 / 30%);
}
.arrow_top span {
  bottom: 18px;
  left: -3rem;
}

.arrow_left span {
  bottom: -0.6rem;
  right: 16px;
}

.arrow_right span {
  bottom: -0.6rem;
  left: 20px;
}

.arrow_top span::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 8px solid var(--blue);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-bottom-color: var(--blue);
  border-left-color: var(--blue);
  border-color: var(--blue) transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}

.arrow_top span::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 7px solid var(--blue);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-bottom-color: var(--blue);
  border-left-color: var(--blue);
  border-color: var(--blue) transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}

.arrow_left span::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 8px solid var(--blue);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-bottom-color: var(--blue);
  border-left-color: var(--blue);
  border-color: transparent transparent transparent var(--blue);
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.arrow_left span::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 7px solid var(--blue);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-bottom-color: var(--blue);
  border-left-color: var(--blue);
  border-color: transparent transparent transparent var(--blue);
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.arrow_right span::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 8px solid var(--blue);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-bottom-color: var(--blue);
  border-left-color: var(--blue);
  border-color: transparent var(--blue) transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.arrow_right span::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border: 7px solid var(--blue);
  border-top-color: var(--blue);
  border-right-color: var(--blue);
  border-bottom-color: var(--blue);
  border-left-color: var(--blue);
  border-color: transparent var(--blue) transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.locations h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--white);
  letter-spacing: -0.04rem;
}

.locations p {
  color: var(--light);
}

@media (max-width: 1160px) {
  .locations h2 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .locations .map_content {
    margin-bottom: 40px;
  }

  .locations h2, .locations p {
    text-align: center;
  }
}

/* Reviews */
.reviews .card {
  background: var(--light-dark);
  border: none;
}

.reviews .card .reviews_star {
  display: flex;
}

.reviews .card .reviews_star img {
  width: 30px;
  height: 30px;
  margin: 4px;
  border-radius: 5px;
}

.reviews .card .reviews_star img:first-child {
  margin-left: 0;
}

.reviews .card h3 {
  font-weight: 600;
  color: var(--white);
  font-size: 20px;
}

.reviews .card p {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: .6rem;
}

.reviews .card a {
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  float: right;
  text-decoration: none;
}

.reviews .reviews_footer h3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

.reviews .reviews_footer img {
  width: 100%;
  height: 24px;
}

/* Footer */
footer {
  background: var(--light-dark);
  margin-top: 6.4rem;
}

footer .need_more {
  background: var(--semi-dark);
  border-radius: 20px;
  position: relative;
  clear: both;
  overflow: hidden;
  margin-top: -150px;
}

footer .need_more h2 {
  color: var(--white);
  font-weight: 700;
}

footer .need_more p {
  color: var(--light);
}

footer .need_more .need_more_right {
  margin-left: auto !important;
}

footer .need_more .need_more_right .btn {
  background: var(--blue);
  border: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  padding: 8px 32px;
}

footer .need_more .need_more_right .btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
}

footer .need_more .need_more_icon {
  float: right;
  transform: rotate(-24deg);
  z-index: 1;
}

footer .need_more .need_more_icon::before {
  position: absolute;
  content: "";
  background: url('../images/chat.svg');
  opacity: .2;
  width: 100px;
  height: 100px;
  top: -52px;
  right: -60px;
}

footer .footer_links h4 {
  color: var(--white);
  font-weight: 600;
  font-size:18px;
}

footer .footer_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


footer .footer_links ul li {
  line-height: 30px;
}

footer .footer_links ul li a {
  display: inline-block;
  text-decoration: none;
  color: var(--light);
  font-size: 14px;
  position: relative;
  transition: all .3s ease;
}

footer .footer_links ul li a::before {
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  height:1px;
  width:0%;
  background-color: var(--light);
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

footer .footer_links ul li a:hover::before {
  width:100%;
  opacity:.5;
  visibility:visible
}

footer .footer_links ul li a:hover {
  color: var(--white);
  letter-spacing:1px;
}


footer .footer_about p {
  color: var(--light);
  font-size: 14px;
}

.footer_bottom {
  background: var(--semi-dark);
  color: var(--light);
}

.footer_bottom img {
  height: 20px;
}

.footer_bottom p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .need_more h2, .need_more p {
    text-align: center;
  }

  .need_more .need_more_right {
    text-align: center;
    margin-right: auto !important;
  }

  .footer_links {
    text-align: center;
  }

  .footer_about {
    text-align: center;
    margin-top: 40px;
  }

  .footer_about .d-flex {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer_links h4 {
    margin-top: 20px;
  }

  .footer_bottom img {
    margin-bottom: 4px;
  }

  .footer_bottom .ms-auto {
    margin-right: auto !important;
  }

  .footer_bottom .me-auto {
    margin-left: auto !important;
  }
}

.header .form_box {
  position: relative;
}

.header .form-control {
  background-color: var(--semi-dark);
  color: var(--light);
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(8,24,40,0.08);
  box-shadow: 0px 0px 10px 0px rgba(8,24,40,0.08);
  box-shadow: none;
  color: var(--light);
}

.header .form_box .form-control-icon {
  position: absolute;
  z-index: 2;
  display: block;
  background: var(--light-dark);
  border-radius: 50px;
  width: 36px;
  height: 36px;
  right: 6px;
  top: 5px;
}

.header .form_box .form-control-icon:before {
  content: "";
  position: absolute;
  background: url('../images/search.svg');
  width: 1.25rem;
  height: 1.25rem;
  top: 8px;
  right: 8px;
}

/* Games */
.games .products_top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.games .products_top img {
  opacity: 1 !important;
  cursor: pointer;
}

.games .card .products_content {
  transform: translateY(calc(30px + 1em));
  width: 93.5%;
}

.games .card .products_content span {
  margin-bottom: 10px;
}
/*
#game-container {
    overflow: hidden !important;
    margin: 0px 0 !important;
}*/

.games .products_content .btn {
  background: var(--blue);
  color: var(--white);
  border: none !important;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.tooltip-inner {
  font-family: 'Poppins', sans-serif;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
}

/* Tech Proccesor */
.tech_processor {
  background-image: linear-gradient( rgba(26, 28, 30, .9), rgba(26, 28, 30, .9) ), url('../images/tech_bg.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tech_processor .tech_text h2 {
  color: var(--white);
  font-weight: 600;
}

.tech_processor .tech_text p {
  color: var(--light);
}

/* Game Features */
.game_features ul {
  list-style: none;
  padding: 0;
}

.game_features ul li {
  color: var(--white);
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  cursor: pointer;
  padding-left: 10px;
}

.game_features ul li:hover:before {
  width: 70%;
}

.game_features ul li::before {
  background: var(--blue);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  box-shadow: 0px 0px 10px 0px rgba(24,115,211,0.4);
  border-radius: 30px 0px;
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: -1;
  transition: .4s;
}

.game_features ul li::after {
  position: absolute;
  left: -10px;
  content: "✔";
  width: 10px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 768px) {
  .game_features ul {
    text-align: center;
  }

  .game_features ul li::before {
    display: none;
  }

  .game_features ul li::after {
    left: unset;
    margin-left: 10px;
    color: var(--blue);
  }
}

/* Legal */
.legal .legal_heading {
  height:0;
  border-top:1px solid var(--light);
  margin-top:20px;
  margin-bottom:30px;
}

.legal .legal_heading span {
  display:inline-block;
  position:relative;
  padding:0px 17px 0px 0px;
  top:-12px;
  font-size:16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--dark);
}

.legal p {
  color: var(--light);
  font-size: 15px;
}

.legal ul li {
  color: var(--light);
}

/* Game Plans */
.game_plans .card h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  position: relative;
}

.game_plans .card h2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 16px solid var(--blue);
  border-bottom: 8px solid transparent;
  right: 0;
}

.game_plans .card h2:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid rgba(24, 115, 211, .4);
  border-bottom: 10px solid transparent;
  right: 4px;
  top: -2px;
}

.game_plans .card .card-value {
  background: rgba(24, 115, 211, .2);
  border-radius: 5px;
  padding: 8px 0;
  border: 4px solid rgba(24, 115, 211, .6);
}

.game_plans .card .card-value span {
  margin-left: 10px;
  color: var(--white);
  font-weight: 600;
}

.game_plans .card h3 {
  color: var(--light);
  font-weight: 600;
}

.game_plans .card .col-sm-6 p {
  color: var(--light);
  font-size: 14px;
  font-weight: 500;
}

.game_plans .card .col-sm-6 p span {
  font-weight: 700;
  background: linear-gradient(45deg, var(--white) 50%, var(--blue) 50%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.game_plans .card .btn {
  background: var(--blue);
  border: 4px solid transparent;
  color: var(--white);
  font-weight: 600;
  border-radius: 50px;
  padding: 6px 32px;
  transition: all 0.4s ease;
}

.game_plans .card .btn:hover {
  border: 4px solid rgba(0, 0, 0, .4);
}

.game_plans .unlimited-text {
  color: var(--white);
  font-weight: 900;
  font-size: 24px;
}

.game_plans .price-text .h7 {
  color: var(--light);
}

/* Game info */
.game_info {
  background: url('../images/hex_object.png') top center repeat-x var(--light-dark);
}

.game_info .game_info_content h2 {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}
.game_info .game_info_content p {
  color: var(--light);
  line-height: 26px;
}
.game_info .game_info_content .btn_watch {
  padding: 8px 32px;
}

/* Modals */
.modal_trailer .modal-content {
  overflow: hidden;
  clear: both;
  border-radius: 5px;
  background-color: transparent !important;
}

.modal_trailer .modal-body {
  padding: 0 !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .game_info .img-fluid {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
  }

  .game_info .game_info_content {
    text-align: center;
  }
}

/* Panel Preview */
.panel #panel {
  border: 6px solid var(--blue);
  border-radius: 5px;
}

.panel .panel_content h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 30px;
}

.panel .panel_content p {
  color: var(--light);
}

.panel .panel_content ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.panel .panel_content ul li {
  line-height: 40px;
  color: var(--white);
}

.panel .panel_content ul li img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* FAQ */
.faq {
  background: -moz-linear-gradient(0deg, rgba(16, 18, 19, .2) 0%, rgba(26, 28, 30, .6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(16, 18, 19, .2) 0%, rgba(26, 28, 30, .6) 100%);
  background: linear-gradient(0deg, rgba(16, 18, 19, .2) 0%, rgba(26, 28, 30, .6) 100%);
}

.faq .accordion-item {
  background: var(--semi-dark);
  border-color: var(--light-dark) !important;
  margin-bottom: 20px;
}

.faq .accordion-button {
  box-shadow: none !important;
  border: none !important;
  background: var(--light-dark);
  color: var(--light);
  font-weight: 600;
}

.faq .accordion-button:not(.collapsed) {
  background: var(--blue);
  color: var(--white);
}

.faq .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}

.faq .accordion-button:focus {
  border-color: transparent !important;
  border: none !important;
}

.faq .accordion-body {
  color: var(--light);
}

.faq .accordion-body span {
  color: var(--white);
  font-weight: 500;
}

/* Specs */
.specs table {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--light)
}

.specs table tbody tr {
  margin-bottom: 20px !important
}

.specs table tbody tr td {
  padding: 20px 15px;
  font-size: 14px;
  text-align: center;
  border-radius: 10px
}

.specs table tbody tr .premium {
  background: var(--blue);
  box-shadow: 0 0 10px 0 rgba(8, 24, 40, .08);
  color: var(----white)
}

.specs table tbody tr td h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  font-weight: 700
}

.specs table tbody tr td .specs-title {
  opacity: 0
}

.specs table tbody tr td .specs-text:nth-child(1) {
  border-top: 1px dashed rgba(255, 255, 255, .12) !important
}

.specs table tbody tr td span {
  padding: 4px 0;
  font-weight: 500
}

.specs table tbody tr td .specs-text {
  border-bottom: 1px dashed rgba(255, 255, 255, .12);
}

@media screen and (max-width:800px) {
  .specs table {
    border: 1px solid transparent;
    box-shadow: none;
  }
  .specs table thead {
      display: none;
  }
  .specs table tbody tr {
    padding: 20px;
    margin-bottom: 20px !important;
    display: block;
  }
  .specs table tbody tr td:before {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .specs table tbody tr td {
    display: block;
    font-size: 14px;
    padding: 10px !important;
    text-align: center;
  }
  .specs table tbody tr td .card {
    padding: 10px;
  }
  .specs table tbody tr td .card .price {
    margin-bottom: 10px;
  }
  .specs table tbody tr td .card .btn {
    display: block;
  }
}

.specs table tbody tr td .fw-bolder {
    display: none
}

@media(max-width:768px) {
  .specs table tbody tr .specification {
    display: none;
  }
  .specs table tbody tr td .fw-bolder {
    display: inline-block !important;
  }
}

/* About us */
.meet_team .card {
  overflow: visible;
  cursor: pointer;
}

.meet_team .card:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: var(--blue);
  z-index: -1;
  border-radius: 0.380rem;
  transition: all 0.2s ease;
}

.meet_team .card:hover:before {
  left: 4px;
  top: 4px;
}

.meet_team .card h4 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.meet_team .card p {
  color: var(--blue);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.04rem;
}

.datacentar {
  background: var(--light-dark);
}

.datacentar h2, .ddos_protection h2 {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
}

.datacentar p, .ddos_protection p {
  line-height: 28px;
}

.datacentar p {
  color: var(--white);
}

.ddos_protection p {
  color: var(--gray);
}

@media screen and (max-width:768px) {
  .datacentar img, .ddos_protection img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .datacentar h2, .ddos_protection h2, .datacentar p, .ddos_protection p {
    text-align: center;
  }
}

/* VPS */
.vps_plans .card {
  background-color: var(--light-dark);
  border: 2px solid var(--semi-dark);
  color: var(--light);
  border-radius: 5px;
}

.vps_plans .card .value {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
}

.vps_plans .card .label {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 14px;
  color: var(--gray);
}

.vps_plans .card .btn {
  background: var(--blue);
  color: var(--white);
  border: none !important;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.vps_plans .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: var(--semi-dark);
  outline: none;
}

.vps_plans .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
}

.vps_plans .slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--blue);
  cursor: pointer;
}

.vps_plans .slider::-ms-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--blue);
  cursor: pointer;
}

.vps_plans input[type="range"]::-moz-range-progress {
  background-color: var(--blue);
  background-image: var(--blue);
  height: 15px;
  border-radius: 4px;
  outline: none;
}

.vps_plans input[type="range"] {
  display: block;
  width: 100%;
  background: var(--semi-dark);
}

.vps_plans .need_help {
  color: var(--light);
}

@media (max-width: 992px) {
  .vps_plans .col-sm-3 {
    margin-bottom: 20px;
  }
}

.one_click {
  background: var(--semi-dark);
}

.one_click img {
  width: 70px;
  height: 70px;
}

.one_click h4 {
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
}

.web_plans .card {
  background-color: var(--light-dark);
  color: var(--light);
  border-radius: 5px;
  transition: all .6s ease;
}

.web_plans .card:hover {
  transform: translateY(-12px);
}

.web_plans_icon .element_two {
  opacity: 0.25;
}

.web_plans_icon .element_three {
  opacity: 0.50;
}

.web_plans .card h3 {
  font-weight: 500;
  font-size: 20px;
}

.web_plans .card p {
  font-size: 14px;
  font-weight: 300;
  width: 80%;
}

.web_plans .card h2 {
  color: var(--white);
}

.web_plans .card h2 .sup-month {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  top: .1em;
}

.web_plans .card .bg-warning {
  background: var(--yellow) !important;
  color: var(--dark);
}

.web_plans .card .badge {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  vertical-align: top;
  padding: 4px 10px;
}

.card_margin {
  margin-top: 2.4rem;
}

.card_popular {
  background-image: url('../images/popular.png') !important;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.web_plans .card_popular ul li .icon {
  background: var(--yellow) !important;
  color: var(--dark) !important;
}

.web_plans .card ul {
  list-style: none;
  padding: 0;
}

.web_plans .card ul li {
  font-size: 15px;
  line-height: 36px;
}

.web_plans .card ul li .icon {
  border-radius: 50px;
  padding: 5px 6px;
  position: relative;
  top: 8px;
}

.web_plans .card_standard ul li .icon {
  background: var(--red);
}

.web_plans .card_enterprice ul li .icon {
  background: var(--blue);
}

.web_plans .card .btn {
  padding: 8px 50px;
  font-weight: 500;
  border-radius: 50px;
}

.web_plans .card .btn-red {
  background: var(--red);
  color: var(--white);
}

.web_plans .card .btn-yellow {
  background: var(--yellow);
  color: var(--dark);
}

.web_plans .card .btn-blue {
  background: var(--blue );
  color: var(--white);
}

@media (max-width: 992px) {
  .web_plans .card p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .card_margin {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .one_click .col-sm-3 {
    margin-bottom: 20px;
  }

  .one_click .col-sm-3:last-child {
    margin-bottom: 0;
  }
}

/* Splash screen container */
#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* ⬅️ black with 50% opacity for translucent effect */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.5s;
  animation: popUp 1s ease forwards;
  backdrop-filter: blur(80px); /* ⬅️ stronger blur for a smooth glassy look */
}


/* Pop-up animation for splash screen container */
@keyframes popUp {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#splash-screen .splash-logo {
  width: 180px;
  margin-bottom: 25px;
}

/* Loading bar container */
.loading-bar {
  width: 200px;
  height: 8px;
  background: #040404;
  border-radius: 4px;
  overflow: hidden;
}

/* Progress bar with green glow */
.loading-bar .progress {
  width: 0%;
  height: 100%;
  background: #017dfa; /* Green color */
  box-shadow: 0 0 10px #2ecc71, 0 0 20px #2ecc71;
  animation: loading 2.5s ease-in-out forwards;
}

/* Animate loading bar fill */
@keyframes loading {
  from { width: 0%; }
  to { width: 100%; }
}


.hosting-features-strip {
  background: transparent;
  color: white;
}

.hosting-features-strip .feature-item {
  padding: 10px 20px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  cursor: pointer;
}

.hosting-features-strip .feature-item:hover {
  transform: translateY(-5px);
  background-color: rgba(0, 255, 117, 0.1);
  box-shadow: 0 0 15px rgba(0, 89, 255, 0.5);
}

.hosting-features-strip .feature-item span.feature-icon {
  font-size: 28px;
  color: #0048ff; /* Green glow color */
  transition: transform 0.3s, text-shadow 0.3s;
}

.hosting-features-strip .feature-item:hover span.feature-icon {
  transform: scale(1.2);
  text-shadow: 0 0 8px #0073ff;
}

.hosting-features-strip .feature-item span:last-child {
  font-weight: 500;
  font-size: 1rem;
}


#animated-word {
  display: inline-block;
  white-space: nowrap;
  transition: all 0.5s ease;
  vertical-align: bottom;
}

.best-package {
  background: rgb(0, 145, 248):
  border: 2px solid #0088ff;
  border-radius: 20px;
  padding: 30px;
  max-width: 300px;
  margin: 40px auto;
  box-shadow: 0 0 20px rgba(0, 255, 117, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #0088ff5;
}

.best-package:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 40px rgba(0, 174, 255, 0.6);
}

.best-package .badge-pill {
  display: inline-block;
  background: #0088ff;
  color: #000;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.best-package .package-icon {
  height: 60px;
  margin-bottom: 15px;
}

.best-package .package-title {
  color: #0088ff;
  font-weight: 700;
  margin-bottom: 5px;
}

.best-package .package-ram {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.best-package .package-desc {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.best-package .package-price {
  color: #fff;
  margin-bottom: 20px;
}

.best-package .package-price span {
  color: #0088ff;
  font-weight: 700;
}

.best-package .btn-order-now {
  display: inline-block;
  background: #0088ff;
  color: #fffdfd;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.best-package .btn-order-now:hover {
  background: #0088ff;
  text-decoration: none;
}



.header_img {
  display: flex;
  justify-content: flex-end;
}

.best-package {
  max-width: 300px;
  width: 100%;
}


@keyframes bounceTwice {
  0%   { transform: translateY(0); }
  10%  { transform: translateY(-15px); }
  20%  { transform: translateY(0); }
  30%  { transform: translateY(-8px); }
  40%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.product-card-animate {
  animation: bounceTwice 1.5s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: ease;
}

/* To control interval, we use animation-delay trick in JS (below) */


.more-server-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
   background: rgba(0, 0, 0, 0.5);
  backdrop-filter: 5px;
  border: 2px solid #0077ff;
  border-radius: 20px;
  padding: 15px 25px;
  margin-top: 20px;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.more-server-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 85, 255, 0.5);
}

.more-title {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

.more-icons {
  display: flex;
  align-items: center;
}

.more-icons img {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  border-radius: 6px;
}

.more-count {
  color: #00ff75;
  font-weight: 600;
  margin-left: 5px;
}

#bestPackage {
 background: rgba(0, 0, 0, 0.5);
  backdrop-filter: 5px;
}




@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* 404 page styling start here */
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    position: relative;
}
.error-con {
    position: relative;
    z-index: 2;
    padding: 0 100px;
}
.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.error-con p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
    color: var(--primary-color);
}
.error-con .generic-btn a {
    font-size: 18px;
    font-weight: 500;
    height: auto;
    padding: 30px 70px;
    border-radius: 50px;
    display: inline-block;
    color: var(--secondary-color);
    background: var(--primary-color);
    transition: .3s ease-in-out;
    border: 1px solid var(--primary-color);
}
.error-con .generic-btn a:hover{
    color: var(--primary-color);
    background: transparent;
}
/* 404 page styling end here */
/* Coming soon page styling start here */
.coming-soon-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(-45deg, #00FF75, #2E8B57, #14bd7c, #26d0c7);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.coming-soon-con h2 {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
}

.coming-soon-social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.coming-soon-social-links ul li a {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #32CD32;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}

.coming-soon-social-links ul li a:hover {
    background: #32CD32;
    color: #fff;
    transform: translateY(-5px);
}

.generic-btn  , .generic-btn a {
    display: inline-block;
    padding: 15px 35px;
background: white;
    color: #333;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;

}

.generic-btn a:hover {
    background: #333;
    color: #fff;

}

.error-section .generic-btn i {
    margin-right: 10px;
}


.generic-btn:hover {
    background: transparent; /* Darker grey on hover */
    color: #fff;
    
  border: 2px solid #00ff75;
    }

.generic-btn:active {
    box-shadow: 0 0 20px 5px rgba(50, 205, 50, 0.7); /* Green glow */
    background: #333; /* Keep background consistent or adjust if needed */
}

/* Coming soon page styling end here */

/* bottom to top button */
#button.show {
    opacity: 1;
    visibility: visible;
}
#button:hover {
    cursor: pointer;
}
#button {
    display: inline-block;
    background-color: white:
    border: 1px solid var(--accent);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    bottom: 72px;
    right: 113px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;

}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 600;
}
@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(255, 120, 0, .99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(252, 143, 9, .01)
    }
}
@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(255, 120, 0, .99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(252, 143, 9, .01)
    }
}



.specs table td {
  vertical-align: top;
  padding: 15px;
}

.specs .specification span {
  display: block;
  margin: 8px 0;
  color: #fff;
}

.specs table td h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.column-budget {
  background-color: #22c55e; /* Green */
  color: #fff;
}

.column-performance {
  background-color: #f97316; /* Orange */
  color: #fff;
}

.column-ultimate {
  background-color: #ef4444; /* Red */
  color: #fff;
}

.column-budget span,
.column-performance span,
.column-ultimate span {
  display: block;
  margin: 8px 0;
}
.old-price {
  text-decoration: line-through;
  color: #888; /* grey color to show as old price */
  margin-right: 10px;
}

.new-price {
  color: #ff4d4d; /* red or any highlight color */
  font-weight: bold;
}
