
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica Neue', Arial, sans-serif; 
  background-color: #1a1a1a;
  color: #fff;
}
.content {
  font-family: 'Helvetica Neue', Arial, sans-serif; 
  background-color: #1a1a1a;
  color: #fff;
}
.la_pg_top_header {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: center;
  height: 65px;
  border-bottom: 1px solid #282C33;
  padding: 0px 10px;
  background-color: #0F1114;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.la_pg_top_left{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: center;
  gap: 10px;
}
.la_pg_top_header img{
    height: 28px;
    width: 28px;
}
.header_text {
  color: #1FC7FF;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.la_pg_top_middle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.menu {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(123, 137, 157);
}
.menu:hover {
  color: rgb(240,242,245);
}
.la_pg_top_header svg{
  height: 16px;
  width: 16px;
}
.menu.categoires {
  position: relative;
  display: flex;
  align-items: center;
}
.categoires_submenu {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.custom-dropdown { 
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0F1114;
  border: 1px solid #282C33;
  border-radius: 20px;
  flex-direction: column;
  min-width: 250px;
  z-index: 1000;
  display: none;
  margin-top: 10px;
}

.custom-dropdown .menu1, 
.custom-dropdown .menu2,
.custom-dropdown .menu3 {
  padding: 12px 15px;
  color: rgb(123, 137, 157);
  cursor: pointer;
}

.custom-dropdown .menu1:hover {
  background-color: #24272E;
  color: rgb(240,242,245);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.custom-dropdown .menu2:hover {
  background-color: #24272E;
  color: rgb(240,242,245);
}
.custom-dropdown .menu3:hover {
  background-color: #24272E;
  color: rgb(240,242,245);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.la_pg_top_right a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  color: #E7EBEF;
  background-color: #181C24;
  border: 1px solid #282C33;
  border-radius: 12px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.la_pg_top_right a:hover {
  border: 1px solid #1FC7FF;
  transform: scale(1.05);
  color: #E7EBEF;
}
/*****************************/

.toggle-btn {
  display: none;
  font-size: 24px;
  color: #F39900;
  cursor: pointer;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #0F1114;
  padding: 10px;
  margin-top: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.mobile-menu .menu {
  color: rgb(123, 137, 157);
  padding: 10px 0;
  border-bottom: 1px solid #282C33;
}
.mobile-menu .menu:hover {
  color: rgb(240,242,245);
}
@media (max-width: 768px) {
  .la_pg_top_middle,
  .la_pg_top_right {
    display: none;
  }
  .toggle-btn {
    display: block;
  }
}
/********************************/

.lg_pg_second {
  position: relative;
  background: url('/ecommerce/public/image/home_pubg.jpg') center/cover no-repeat;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lg_pg_second_shodowover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background: linear-gradient(
  to right,
  rgba(14,17,21,1) 0%,
  rgba(14,17,21,0.8) 25%,
  rgba(14,17,21,0.7) 40%,
  rgba(14,17,21,0.6) 50%,
  rgba(14,17,21,0.7) 60%,
  rgba(14,17,21,0.8) 75%,
  rgba(14,17,21,1) 100%
);
    z-index: 1;
}
.lg_pg_second_title,
.lg_pg_second_desc,
.show_now {
  position: relative;
  z-index: 2;
}
.lg_pg_second_title{
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    color: #1FC7FF;
}
.color_white{
    color: #E7EBEF;
}
.lg_pg_second_desc{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #7B899D;
    width: 50%;
    text-align: center;
    margin: 20px 0px;
}
.show_now{
    background-color: #1FC7FF;
    color: #0E1115;
    padding: 15px 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 550;
}
.show_now:hover{
   transform: scale(1.05);
   box-shadow: 0 0 25px 5px rgba(31, 199, 255, 0.6);

}
.lg_pg_third{
    background-color: #0E1115;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10vh 0px 5vh 0px;
}
.lg_pg_third_title{
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #1FC7FF;
}
.lg_pg_third_desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7B899D;
    width: 30%;
    text-align: center;
    margin-top: 20px;
}
/*************************/
.pubg_sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 20px 20px;  
}
.pubg_sec_indi{
    border-radius: 12px;
    overflow: hidden; 
    border: 1px solid #282C33;
    transition: all 0.9s ease;
    height: 300px;
}
.pubg_sec_indi:hover{
    border: 1px solid #1FC7FF;
    transform: scale(1.02);
}

.pubg_sec_top{
    width: 100%;
    height: 40%;
    position: relative;
}
.pubg_sec_top img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
    position: relative;
}
.img_cover{
    background-color: rgba(14,17,21,0.7);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pubg_sec_cen{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.pubg_sec_cen svg{
    color: #1FC7FF;
    height: 30px;
    width: 30px;
}
.package_type{
    color: #E7EBEF;
}
.pugb_sec_botton{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50%;
}
.pugb_sec_botton a{
  text-decoration: none;
}
.coin_count{
 font-size: 24px;
 font-weight: 700;
 line-height: 32px;
 color: #E7EBEF;
}
.coin_unit {
 font-size: 16px;
 font-weight: 400;
 line-height: 32px;
 color: #7B899D;
}
.coin_cost_dollars {
 font-size: 18px;
 font-weight: 600;
 line-height: 28px;
 color: #1FC7FF;
}

@media (max-width: 768px) {
  .pubg_sec {
    grid-template-columns: repeat(2, 1fr);
  }
}
/**************************************/
.gear_section{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 20px 20px;
}
.gear_section_indi{
    border-radius: 12px;
    overflow: hidden; 
    border: 1px solid #282C33;
    transition: all 0.9s ease;
    height: auto;
    padding: 0px 0px 10px 0px;
}
.gear_section_indi:hover{
    border: 1px solid #1FC7FF;
    transform: scale(1.02);
}
.gear_section_top{
    width: 100%;
    height: 150px;
    position: relative;
}
.gear_section_top img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
    position: relative;
}
.img_cover{
    background-color: rgba(14,17,21,0.7);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gear_section_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.gear_section_center svg{
    height: 30px;
    width: 30px;
}
.gear_section_indi:hover .gear_section_center svg{
  color: #1FC7FF;
}
.gear_section_botton{
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 50%;
  margin: 0px 10px;
}
.gear_feature{
 color:rgb(123, 137, 157);
 font-size: 12px;
 font-weight: 400;
 line-height: 16px;
}
.gear_star{
  display: flex;
  align-items: center;
  gap: 5px;
}
.gear_star svg{
  width: 16px;
  height: 16px;
  fill: #FFC61A;
  stroke: #FFC61A;
}


.gear_price{
  color:#1FC7FF;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}
.gear_button{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.shop_now{
    background-color: #1FC7FF;
    color: #0E1115;
    padding: 15px 25px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 550;
    width: 50%;
    text-align: center;
}
.shop_now:hover{
   transform: scale(1.05);
   box-shadow: 0 0 25px 5px rgba(31, 199, 255, 0.6);
}
.gear_details{
  color: #1FC7FF;
}
/*************************/
 #myform{  
  background: linear-gradient(to bottom right, #3986e5, 1%, #151515,97%,#8d2307);
  height: 100%;
  margin-top: 67px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 10px 20px 10px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.img_section{
  height: 100px;
  width: 100%;
  display: grid;
  place-items: center;
}

.plan {
    margin-top: 20px;
}
.plan label {
  color:#fff;
  margin-top: 4px;
  margin-bottom: 6px;
  display: block;
  font-size: 16px;
}
.plan input{
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  padding: 0 8px;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 6px;
}
.plan input:focus {
  outline: none;
  box-shadow: none;
}
summary {
  padding: 10px;
  cursor: pointer;    
  border-radius: 5px;
  background-color: white;
  list-style: none;
  color: black;
  margin-top: 4px;
  margin-bottom: 6px;
}

.paymentimage{
    max-width: 75px;
    min-width: 75px;
    max-height: 75px;
    min-height: 75px;
}
.plans_payment [type=radio]:checked + label img {
    border-radius:50%;
    box-shadow: 2px 2px 2px #fff;
}
.radioselector{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.radioBtn{
    display: none;
}
.btnConfirm{
    border-color:black;
    color: #fff;
    background: linear-gradient(to left, #4c0e07, #624208);
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    width:150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 12px 8px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 2px 2px 2px black;
}
@media screen and (min-width: 501px) {
    #myform{
        width:375px;
        margin-left: auto;
        margin-right: auto;
    }
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color;
    cursor: pointer;
}
/* button:focus {
    outline: none;
}
a {
    transition: 0.5s ease;
    transition-property: color, background-color, border-color;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
} */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&amp;family=Rubik:ital,wght@0,300;0,400;0,500;1,400&amp;display=swap");


/* @media screen and (max-width: 500px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
} */
/* 
#loader {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
} */

/*
.plan-nic [type=radio]:checked + label img {
    box-shadow: 3px 3px 3px  #fff;
}
 .nic-image{
     width: 50%;
 }
 */
#powerBy{
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
#powerBy img{
    width:25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a {
  text-decoration: none !important;
}