:root {
  --dark: #101213;
  --light-dark: #1a1c1e;
  --semi-dark: #2b2f32;
  --blue: #1873d3;
  --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;
}

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, .8);
  padding: 20px 0 !important;
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

.navbar-dark {
  padding: 30px 0;
}

.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  color: #fff !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;
  font-style: italic;
  color: var(--white);
  letter-spacing: 0.04rem;
}

.navbar-dark .navbar-brand h2 span, footer .footer_about h2 span, .offcanvas-header h2 span {
  text-transform: uppercase;
  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(--gray);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--white);
}

.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: var(--white);
  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: 0rem;
}
.header{
    padding-bottom: 2rem;
}

.features-section{
    margin-top: 2rem;
}

.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 {
  width:310px;
}

.header .btn-swicher {
  background:var(--semi-dark);
  border-radius:50px;
  padding:10px;
  max-width:100%;
  display:inline-flex;
  margin:0 auto;
}
.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;
}
.header .btn-swicher .active {
  background:var(--blue);
}

.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 10px;
  font-weight: 500;
  color: var(--white);
}

.header .btn img, .game_info .game_info_content .btn_watch img {
  transition: .4s;
  left: 0;
}

.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 {
  left: 19%;
  top: 38%;
}

.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 .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) {
  

  .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;
  }
}

   /* ══════════════════════════════════
       CPANEL SECTION
    ══════════════════════════════════ */
    .cpanel-section {
      position: relative;
      padding: clamp(70px, 10vw, 110px) 0;
      background: var(--dark);
      overflow: hidden;
    }
 
    /* top-left blue glow */
    .cpanel-section::after {
      content: '';
      position: absolute;
      top: -120px; left: -120px;
      width: 480px; height: 480px;
      background: radial-gradient(circle, rgba(24,115,211,0.14), transparent 70%);
      pointer-events: none;
      z-index: 0;
    }
 
    .container-custom {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 1;
    }
 
    /* ── HEADER ── */
    .cpanel-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 2rem;
      margin-bottom: 3rem;
    }
 
    .cpanel-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(24,115,211,0.12);
      color: var(--blue);
      border: 1px solid rgba(24,115,211,0.25);
      padding: 5px 14px;
      border-radius: 50px;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 0.9rem;
    }
 
    .label-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--blue);
      animation: blink 2s ease-in-out infinite;
    }
 
    @keyframes blink {
      0%,100% { opacity:1; }
      50%      { opacity:0.2; }
    }
 
    .cpanel-title {
      font-size: clamp(1.9rem, 3.5vw, 2.9rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
      color: var(--white);
    }
 
    .cpanel-title .blu {
      color: var(--blue);
    }
 
    .cpanel-header-right {
      max-width: 380px;
      color: white;
      font-size: 0.95rem;
      line-height: 1.75;
      flex-shrink: 0;
      padding-bottom: 4px;
    }
 
    /* ── MAIN LAYOUT ── */
    .cpanel-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      align-items: start;
    }
 
    /* ── LEFT COLUMN ── */
    .cpanel-left {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }
 
    /* Description card */
    .desc-card {
      background: var(--light-dark);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 16px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
    }
 
    .desc-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--blue), transparent);
    }
 
    .desc-card p {
      color:white;
      font-size: 0.95rem;
      line-height: 1.8;
    }
 
    /* Feature grid */
    .feat-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem;
      list-style: none;
    }
 
    .feat-item {
      background: var(--light-dark);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 12px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 0.875rem;
      font-weight: 500;
      color: var(--light);
      transition: border-color .25s, transform .25s, background .25s;
      cursor: default;
    }
 
    .feat-item:hover {
      border-color: rgba(24,115,211,0.4);
      background: rgba(24,115,211,0.07);
      transform: translateY(-2px);
    }
 
    .feat-icon {
      width: 34px; height: 34px;
      border-radius: 9px;
      background: rgba(24,115,211,0.14);
      border: 1px solid rgba(24,115,211,0.2);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
      transition: transform .25s;
    }
 
    .feat-item:hover .feat-icon {
      transform: scale(1.12);
    }
 
    /* Stats row */
    .stats-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.75rem;
    }
 
    .stat-box {
      background: var(--light-dark);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 12px;
      padding: 16px;
      text-align: center;
      transition: border-color .25s, transform .25s;
    }
 
    .stat-box:hover {
      border-color: rgba(24,115,211,0.35);
      transform: translateY(-2px);
    }
 
    .stat-box strong {
      display: block;
      font-size: 1.55rem;
      font-weight: 900;
      letter-spacing: -0.04em;
      color: var(--blue);
      line-height: 1.1;
    }
 
    .stat-box span {
      font-size: 0.75rem;
      color: white;
      font-weight: 500;
      margin-top: 3px;
      display: block;
    }
 
    /* ── RIGHT COLUMN ── */
    .cpanel-right {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      position: relative;
    }
 
    /* right-side glow */
    .cpanel-right::before {
      content: '';
      position: absolute;
      bottom: -60px; right: -60px;
      width: 280px; height: 280px;
      background: radial-gradient(circle, rgba(24,115,211,0.10), transparent 70%);
      pointer-events: none;
      z-index: 0;
    }
 
    /* Screenshot frame */
    .screenshot-wrap {
      position: relative;
      z-index: 1;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow:
        0 0 0 1px rgba(24,115,211,0.15),
        0 24px 64px rgba(0,0,0,0.5);
      background: var(--light-dark);
    }
 
    /* browser chrome */
    .browser-bar {
      background: var(--semi-dark);
      padding: 9px 14px;
      display: flex;
      align-items: center;
      gap: 6px;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
 
    .bdot { width: 10px; height: 10px; border-radius: 50%; }
    .bdot-r { background: var(--red); }
    .bdot-y { background: var(--yellow); }
    .bdot-g { background: #28c940; }
 
    .browser-url {
      margin-left: 10px;
      flex: 1;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 6px;
      padding: 3px 12px;
      font-size: 0.7rem;
      color: var(--gray);
      font-family: monospace;
    }
 
    .screenshot-wrap img {
      width: 100%;
      display: block;
      filter: brightness(0.9) saturate(1.05);
    }
 
    /* Fallback placeholder when image missing */
    .screenshot-placeholder {
      width: 100%;
      height: 260px;
      background: linear-gradient(135deg, #1a1c1e 0%, #101213 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: var(--gray);
      font-size: 0.85rem;
    }
 
    .screenshot-placeholder span {
      font-size: 2.5rem;
    }
 
    /* Pill badges */
    .pill-row {
      display: flex;
      gap: 0.75rem;
      z-index: 1;
      position: relative;
    }
 
    .cpanel-pill {
      flex: 1;
      background: var(--light-dark);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 12px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--light);
      transition: border-color .25s, transform .3s;
      animation: floatPill 4s ease-in-out infinite;
    }
 
    .cpanel-pill:nth-child(2) { animation-delay: 1.4s; }
    .cpanel-pill:nth-child(3) { animation-delay: 2.8s; }
 
    @keyframes floatPill {
      0%,100% { transform: translateY(0); }
      50%      { transform: translateY(-4px); }
    }
 
    .cpanel-pill:hover {
      border-color: rgba(24,115,211,0.4);
      transform: translateY(-4px) !important;
    }
 
    .pill-icon {
      width: 32px; height: 32px;
      border-radius: 8px;
      background: rgba(24,115,211,0.15);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.9rem;
      flex-shrink: 0;
    }
 
    .pill-text strong { display: block; font-size: 0.82rem; font-weight: 700; color: var(--white); }
    .pill-text span   { font-size: 0.72rem; color: white; }
 
    /* ── CTA STRIP ── */
    .cta-strip {
      margin-top: 2.5rem;
      position: relative;
      z-index: 1;
    }
 
    .cta-inner {
      background: var(--light-dark);
      border: 1px solid rgba(255,255,255,0.07);
      border-top: 2px solid var(--blue);
      border-radius: 16px;
      padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 3rem);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
      position: relative;
      overflow: hidden;
    }
 
    .cta-inner::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 100%;
      background: radial-gradient(ellipse 50% 80% at 0% 50%, rgba(24,115,211,0.08), transparent);
      pointer-events: none;
    }
 
    .cta-deco {
      position: absolute;
      right: 2.5rem; top: 50%;
      transform: translateY(-50%);
      font-size: 5rem;
      opacity: 0.04;
      pointer-events: none;
      user-select: none;
      line-height: 1;
    }
 
    .cta-text h3 {
      font-size: clamp(1.15rem, 2vw, 1.5rem);
      font-weight: 800;
      letter-spacing: -0.02em;
      color: var(--white);
      margin-bottom: 0.45rem;
    }
 
    .cta-text p {
      color: var(--gray);
      font-size: 0.9rem;
      line-height: 1.7;
      max-width: 480px;
    }
 
    .btn-blue {
      flex-shrink: 0;
      background: var(--blue);
      border: none;
      color: var(--white);
      padding: 0.82rem 1.9rem;
      border-radius: 10px;
      font-weight: 700;
      font-size: 0.92rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      transition: filter .25s, transform .25s, box-shadow .25s;
      box-shadow: 0 8px 24px rgba(24,115,211,0.3);
      position: relative;
      z-index: 1;
    }
 
    .btn-blue:hover {
      filter: brightness(1.12);
      transform: translateY(-2px);
      box-shadow: 0 16px 36px rgba(24,115,211,0.42);
      color: var(--white);
    }
 
    /* ── RESPONSIVE ── */
    @media (max-width: 991px) {
      .cpanel-header { flex-direction: column; align-items: flex-start; }
      .cpanel-header-right { max-width: 100%; }
      .cpanel-layout { grid-template-columns: 1fr; }
    }
 
    @media (max-width: 600px) {
      .feat-grid  { grid-template-columns: 1fr; }
      .stats-row  { grid-template-columns: repeat(3, 1fr); }
      .pill-row   { flex-direction: column; }
      .cta-inner  { flex-direction: column; text-align: center; }
      .cta-inner .btn-blue { margin: 0 auto; }
      .cta-deco   { display: none; }
    }
/* 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;
  }
}



html, body {
    overflow-x: hidden;
}

    .cpanel-img img{
    width: 100%;
    max-width: 650px;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin: auto;
}
.header-dis{
    padding:0 150px 0 150px;
}
@media (max-width: 444px) {
    .header-dis{
    padding:0;
}
.header{
        padding-top: 4rem !important;
    padding-bottom: 2rem !important;
}

}
@media(max-width:991px){

    .cpanel-img{
        margin-top: 30px;
    }

    .cpanel-img img{
        height: auto;
        max-width: 100%;
    }
    
}
    


.hosting-hero-section{
    background:#081120;
    padding:120px 0 90px;
    position:relative;
    overflow:hidden;
}

.hosting-dark-section{
    background:#081120;
}

.hosting-blue-section{
    background:#102746;
}

/* TITLE */

.hosting-hero-title{
    font-size:clamp(3rem,6vw,5.5rem);
    line-height:1.08;
    font-weight:900;
    color:#ffffff;
    margin-bottom:30px;
    letter-spacing:-2px;
}

.hosting-blue-text{
    background:linear-gradient(90deg,#2f86ff,#6f63ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

/* DESCRIPTION */

.hosting-hero-description{
    font-size:1.2rem;
    line-height:2;
    color:rgba(255,255,255,.82);
    max-width:950px;
    margin:auto;
}

.hosting-hero-description strong{
    color:#ffffff;
    font-weight:800;
}


/* HERO */

.web-hero-bg{
    background:
    radial-gradient(circle at top, rgba(47,134,255,.18), transparent 45%),
    linear-gradient(180deg,#081120 0%, #050b16 100%);
}

/* CARDS */

.floating-card{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 25px 60px rgba(0,0,0,.4);
}

.floating-card i{
    color: #fff;
}

/* CLOUD */

.cloud-card{
    width: 140px;
    height: 100px;
    background: rgba(16,24,44,.9);
    left: 40px;
    bottom: 50px;
    z-index: 4;
}

.cloud-card i{
    font-size: 48px;
    color: #5ab2ff;
}

/* SHIELD */

.shield-card{
    width: 180px;
    height: 180px;
    background:
    linear-gradient(
        135deg,
        #2f86ff,
        #7b61ff
    );
    bottom: 40px;
    right: 160px;
    z-index: 5;
    transform: rotate(-8deg);
}

.shield-card i{
    font-size: 82px;
}

/* LOCK */

.lock-card{
    width: 120px;
    height: 120px;
    background:
    linear-gradient(
        180deg,
        #dce2f0,
        #8c96a8
    );
    right: 20px;
    bottom: 100px;
    z-index: 6;
}

.lock-card i{
    font-size: 56px;
    color: #fff;
}

/* RING */

.circle-ring{
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(47,134,255,.08);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* ANIMATION */

@keyframes floatCard{
    0%,100%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-14px);
    }
}

@keyframes glowMove{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
}

@keyframes shine{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(120%);
    }
}

/* PRICING */

.pricing-section-bg{
    background:
    linear-gradient(180deg,#0b1324 0%, #09101d 100%);
    position: relative;
}

.pricing-section-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size:40px 40px;
    opacity:.3;
}

/* FEATURES */

.features-section-bg{
    background:
    radial-gradient(circle at center, rgba(77,105,255,.12), transparent 40%),
    #08101d;
}

/* CPANEL */

.cpanel-section-bg{
    background:
    linear-gradient(135deg,#0b1120 0%, #10182d 100%);
    position:relative;
    overflow:hidden;
}

.cpanel-section-bg::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(47,134,255,.12);
    filter:blur(120px);
    right:-100px;
    top:-100px;
}

/* CTA */

.cta-section-bg{
    background:
    linear-gradient(90deg,#111827,#1a2235);
}

/* FOOTER */

.footer-section-bg{
    background:#0a0f18;
    border-top:1px solid rgba(255,255,255,.06);
}


/*--------------------card --------------*/
.hmk-pricing-section{
    position: relative;
    padding: 90px 0 100px;
    background:
        radial-gradient(circle at top, rgba(47,134,255,.14), transparent 35%),
        radial-gradient(circle at bottom, rgba(123,97,255,.10), transparent 42%),
        linear-gradient(180deg, #070d18 0%, #0b1120 55%, #090f1a 100%);
    overflow: hidden;
}

.hmk-pricing-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity:.18;
    pointer-events:none;
}

.hmk-pricing-title{
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    letter-spacing: -0.04em;
    font-weight: 800;
    color:#fff;
    margin-bottom: 12px;
}

.hmk-pricing-subtitle{
    max-width: 600px;
    color: rgba(229,231,235,.74);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 auto;
}

/* TOGGLE */

.hmk-toggle-wrap{
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    padding: 6px !important;
    box-shadow: 0 14px 40px rgba(0,0,0,.24);
}

.hmk-toggle-btn{
    min-width: 132px;
    padding: 12px 22px;
    border-radius: 999px !important;
    border: 0 !important;
    color: rgba(255,255,255,.78);
    background: transparent;
    font-weight: 700;
    transition: all .28s ease;
}

.nav-item .hmk-toggle-btn:hover{
    color:#fff !important ;
}

.hmk-toggle-btn.active{
    background: linear-gradient(135deg, #2f86ff 0%, #5b6cff 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(47,134,255,.28);
}

.hmk-save-badge{
    backdrop-filter: blur(12px);
    background: rgba(16,185,129,.12);
    border: 1px solid rgba(16,185,129,.25);
    color: #8ff0b7;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: .78rem;
    font-weight: 700;
}

/* CARD */

.hmk-price-card{
    position: relative;
    height: 100%;
    padding: 28px 26px 26px;
    border-radius: 26px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
        rgba(10,16,30,.94);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 20px 50px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.05);
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.hmk-price-card::before{
    content:"";
    position:absolute;
    inset:-1px;
    border-radius:28px;
    padding:1px;
    background: linear-gradient(135deg, rgba(47,134,255,.0), rgba(47,134,255,.9), rgba(114,92,255,.95), rgba(0,212,255,.8), rgba(47,134,255,.0));
    background-size:300% 300%;
    animation:borderFlow 6s linear infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events:none;
}

.hmk-price-card::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(47,134,255,.12);
    filter:blur(80px);
    top:-80px;
    right:-80px;
    pointer-events:none;
}

.hmk-price-card:hover{
    transform: translateY(-10px);
    border-color: rgba(47,134,255,.22);
    box-shadow:
        0 30px 80px rgba(0,0,0,.45),
        0 0 45px rgba(47,134,255,.18);
}

/* FEATURED CARD */

.hmk-popular-card{
    transform: translateY(-6px);
    border-color: rgba(47,134,255,.30);
    background:
        radial-gradient(circle at top, rgba(47,134,255,.18), transparent 35%),
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
        rgba(10,16,30,.96);
}

.hmk-popular-card::before{
    animation-duration: 3.5s;
}

.hmk-popular-badge{
    /* top: 28px;
    left: 57%;
    transform: translateX(-50%); */
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f86ff, #20b7e8);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(47, 134, 255, .28);
    z-index: 2;
}

/* TOP ROW */

.hmk-card-top{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom: 16px;
}

.hmk-icon-box{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    background: rgba(255,255,255,.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.hmk-icon-box i{
    font-size: 1rem;
}

/* COLORS */

.hmk-card-purple .hmk-icon-box{
    background: rgba(181,109,255,.16);
    color:#b56dff;
}

.hmk-card-blue .hmk-icon-box{
    background: rgba(47,134,255,.16);
    color:#2f86ff;
}

.hmk-card-orange .hmk-icon-box{
    background: rgba(255,138,45,.16);
    color:#ff8a2d;
}

.hmk-plan-name{
    color:#fff;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin:0;
    line-height:1.1;
}

.hmk-plan-text{
    color: rgba(255,255,255,.56);
    font-size: .92rem;
    line-height: 1.45;
    margin: 2px 0 0 0;
}

/* MINI TAGS */

.hmk-mini-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom: 18px;
}

.hmk-mini-tags span{
    display:inline-flex;
    align-items:center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: .74rem;
    font-weight: 700;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.05);
}

/* PRICE */

.hmk-price-wrap{
    display:flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 6px;
}

.hmk-price{
    font-size: clamp(2.5rem, 3.7vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    color:#fff;
    line-height: 1;
}

.hmk-price-small{
    color: rgba(255,255,255,.72);
    font-size: .95rem;
    font-weight: 600;
}

.hmk-year-text{
    color: rgba(255,255,255,.45);
    font-size: .82rem;
    margin-bottom: 22px;
}

.hmk-divider{
    width:100%;
    height:1px;
    background: rgba(255,255,255,.06);
    margin: 18px 0 18px;
}

.hmk-feature-title{
    color: rgba(255,255,255,.30);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 18px;
}

/* FEATURES */

.hmk-feature-list{
    list-style:none;
    padding:0;
    margin:0 0 26px 0;
    flex:1;
}

.hmk-feature-list li{
    display:flex;
    align-items:center;
    gap:10px;
    color: rgba(255,255,255,.92);
    font-size: .98rem;
    line-height: 1.55;
    margin-bottom: 14px;
}

.hmk-feature-list li .purple {
    color: #9252FF !important;
    font-size: 1.02rem;
    flex-shrink:0;
}
.hmk-feature-list li .bluec {
    color: #2B8CF9 !important;
    font-size: 1.02rem;
    flex-shrink:0;
}
.hmk-feature-list li .orange {
    color: #FF8328 !important;
    font-size: 1.02rem;
    flex-shrink:0;
}

/* BUTTONS */

.hmk-order-btn{
    min-height: 54px;
    border-radius: 14px;
    font-weight: 800;
    padding: 12px 24px;
    text-align:center;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
    text-decoration:none;
    color:#fff !important;
}

.hmk-btn-purple{
    background: linear-gradient(135deg, #b56dff, #8b4dff) !important;
    box-shadow: 0 14px 28px rgba(181,109,255,.24);
}

.hmk-btn-blue{
    background: linear-gradient(135deg, #2f86ff, #1ea9df) !important;
    box-shadow: 0 14px 28px rgba(47,134,255,.24);
}

.hmk-btn-orange{
    background: linear-gradient(135deg, #ff8a2d, #ff6f1a) !important;
    box-shadow: 0 14px 28px rgba(255,138,45,.24);
}

.hmk-order-btn:hover{
    transform: translateY(-2px);
    color:#fff !important;
    box-shadow: 0 18px 34px rgba(47,134,255,.32);
}

/* ANIMATIONS */

@keyframes borderFlow{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}

/* RESPONSIVE */

@media (max-width: 991px){
    .hmk-pricing-section{
        padding: 80px 0;
    }

    .hmk-popular-card{
        transform:none;
    }

    .hmk-toggle-btn{
        min-width: 112px;
        padding: 11px 18px;
    }
}

@media (max-width: 767px){
    .hmk-price-card{
        padding: 28px 20px 22px;
    }

    .hmk-plan-name{
        font-size: 1.28rem;
    }

    .hmk-price{
        font-size: 2.45rem;
    }

    .hmk-feature-list li{
        font-size: .96rem;
    }

    .hmk-toggle-wrap{
        justify-content: center;
    }

    .hmk-toggle-btn{
        min-width: 50%;
    }





@media(max-width:768px){

    .hosting-hero-section{
        padding:80px 0 60px;
    }

    .hosting-hero-title{
        font-size:2.6rem;
        line-height:1.15;
        text-align:center;
        margin-bottom:22px;
    }

    .hosting-hero-description{
        font-size:1rem;
        line-height:1.9;
        text-align:center;
        max-width:100%;
        padding:0 12px;
    }

}








/* ==========================================================================
   HOSTMEERKAT RESPONSIVE BRAND ISOLATION & MOBILE THEME LOGO SWAP
   ========================================================================== */

/* --- 1. DESKTOP BRAND LOCK LAYER --- */
@media (min-width: 992.1px) {
    .navbar-dark .navbar-brand img {
        content: url('https://hostmeerkat.net/assets/images/logo.png') !important;
        width: 30px !important;
        height: 30px !important;
    }
}

/* --- 2. MOBILE HEADER & DRAWERS ISOLATION LAYER --- */
@media (max-width: 992px) {
    
    /* Hard-locks the compact panel width across all pages */
    .offcanvas,
    #navbarType.offcanvas,
    .offcanvas.offcanvas-start {
        z-index: 9999999 !important; 
        width: 250px !important; /* Kept perfectly small like homepage */
        max-width: 100vw !important;
    }

    /* Compact Menu Item Typography Rules */
    #navbarType .navbar-nav .nav-item .nav-link,
    .nav-link {
        font-family: 'Poppins', sans-serif !important;
        font-size: 0.95rem !important; /* Smaller, cleaner font size */
        font-weight: 500 !important;
        padding: 8px 14px !important;
    }

    /* Dropdown submenu nested item synchronization */
    #navbarType .navbar-nav .dropdown-menu .dropdown-item {
        font-family: 'Poppins', sans-serif !important;
        font-size: 0.9rem !important;
        padding: 6px 18px !important;
    }

    /* Removes the 30px top/bottom padding from the main mobile header strip */
    .navbar-dark {
        padding: 0 !important;
    }
    
    /* Hides the desktop navigation header text on mobile viewports */
    .navbar-dark .navbar-brand h2 {
        display: none !important;
    }

    /* GLOBAL FIX: Hides the text heading inside the mobile offcanvas menu header across ALL pages */
    .offcanvas-header .hmk-drawer-brand,
    .offcanvas-header h3 {
        display: none !important;
    }

    /* Adjusts the mobile side drawer header padding nicely */
    .offcanvas-header {
        padding: 0px 20px 0px 10px !important;
    }
    
    /* --- LOGO BASE CONFIGURATIONS --- */

    /* Normal Mobile Header Bar Logo Sizing rules */
    .navbar-dark .navbar-brand img {
        width: 100px !important;   
        height: auto !important;    
        max-width: 100% !important; 
        display: inline-block !important;
        transition: all 0.3s ease;
    }

    /* HARD-LOCKED OFFCANVAS LOGO: Forced to logo-mobile-dark.png on both light and dark variations */
    #navbarType .offcanvas-header img,
    body.light-mode #navbarType .offcanvas-header img,
    body:not(.light-mode) #navbarType .offcanvas-header img {
        content: url('../images/logo-mobile-dark.png') !important;
    }

    /* --- 3. EXPLICIT LIGHT/DARK MODE SWAPPING LOGIC FOR MAIN HEADER BAR ONLY --- */

    /* When body has .light-mode class, change ONLY the logo in the top navbar header bar */
    body.light-mode #fixedR > .container-fluid > .navbar-brand img,
    body.light-mode #fixedR > .container-custom > .navbar-brand img {
        content: url('../images/logo-mobile.png') !important;
    }

    /* When body does NOT have .light-mode (Dark Mode), show the dark logo in the top navbar header */
    body:not(.light-mode) #fixedR .navbar-brand img {
        content: url('../images/logo-mobile-dark.png') !important;
    }
    
    
    
    
    
    
    

/* =========================================
   FIX DROPDOWN WIDTH (FULL SIZE FIX)
========================================= */

#navbarType .dropdown-menu {
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 0 !important;
}

/* FORCE FULL WIDTH ITEMS */
#navbarType .dropdown-menu a,
#navbarType .dropdown-menu .dropdown-item {
    width: 100% !important;
}

/* =========================================
   FIX CLIENT AREA BUTTON SIZE
========================================= */

#navbarType .dropdown-menu .btn,
#navbarType .dropdown-menu .dropdown-toggle {
    width: 100% !important;
    max-width: 100% !important;
}

/* =========================================
   FIX LIGHT MODE TEXT COLOR ISSUE
========================================= */

body.light-mode #navbarType .dropdown-menu .btn,
body.light-mode #navbarType .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;   /* FIX: white text on blue button */
}

/* ensure text inside button stays visible */
body.light-mode #navbarType .dropdown-menu .btn *,
body.light-mode #navbarType .dropdown-menu .dropdown-toggle * {
    color: #ffffff !important;
}

/* =========================================
   OPTIONAL: DARK MODE SAFETY
========================================= */

body.dark-mode #navbarType .dropdown-menu .btn,
body.dark-mode #navbarType .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
}










}