/*
*  html5resetcss
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

 ::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #007bff; 
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #6b6b6b; 
}



body {
  font-size: 18px;
  line-height: 1.6;
  color: #ebeef2;
  background-color: #141a21;
}


.blue-btn {
  border: none; 
  border-radius: 8px;
  background: #0b66f2;
  font-weight: 500;
  color: #fff;
  padding: 12px 20px;
  transition: background 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section{
    margin-bottom: 140px;
}

.btn-size{
  width: 300px;
}
/* home start */

header {
  color: #0066ff;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  z-index: 1000;
}

.raccoon-btn {
  border: 1px solid #0066FF;
  background-color: transparent;
  border-radius: 100px;
  padding: 0.8rem 1.3rem;
  display: inline-flex;
  text-decoration: none;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 3px 10px rgba(202, 214, 255, 0.1);
}

.raccoon-btn:hover {
  background-color: rgba(43, 43, 43, 0.1);
}

.raccoon-btn img {
  margin-left: 0.8rem;
  transition: transform 0.3s ease;
}

.raccoon-btn:hover img {
  transform: translate(3px, -3px);
}

.raccoon-btn-little {
  font-weight: 400;
  font-size: 16px;
}

.crypto-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
  height: auto;
}

.crypto-image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: auto;
}

.title {
  font-weight: 600;
  font-size: 60px;
}

.desc {
  font-weight: 400;
  font-size: 20px;
  color: #a3a3a3;
}

.title-h2 {
  font-weight: 600;
  font-size: 42px;
}

.crypto-text{
    color: #007bff ;
}
.arrow-icon {
  width: 20px;
  transition: transform 0.3s ease;
}

.start-btn {
  background: #2259d1;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 4px 20px rgba(97, 147, 255, 0.3);
  color: white;
  font-size: 16px;
  font-weight: 500;
border: none;
}

#close-cart{
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 15px; 
}

.start-btn:hover {
  background: #0F3EA6;
  color: white;
}

.start-btn:hover .arrow-icon {
  transform: translateX(5px);
}

.icon-check {
    width: 20px; 
    height: 20px;
    background-image: url('ok.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px; 
}

.bold{
    font-weight: 500;
}

.card-number {
    font-weight: 800;         
    font-size: 80px;         
    color: #fff;              
}

.custom-card {
    border-radius: 15px;
    box-shadow: 3px 3px 4px 0 rgba(159, 159, 159, 0.78);
    background: rgba(255, 255, 255, 0.11);
    padding: 30px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 310px;
}

.card-title{
    font-weight: 700;
font-size: 20px;
}
.custom-card:hover {
    transform: scale(1.05); 
}

.border-right-custom {
    position: relative;
    padding-right: 20px; 
}

.border-right-custom::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(185, 194, 211, 0.1); 
}


.nav-tabs {
    border-bottom: none; 
}
.nav-tabs a {
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    border: none;
    margin-right: 5px;
    transition: background-color 0.3s;
    border-radius: 5px 5px 0 0; 
}

.nav-tabs .nav-link.active {
    background: #0e1218; 
    color: #5188ff; 
    border-radius: 15px; 
    border: 1px solid #10151b; 
}

.usa-text{
    background: #fff;
    border-radius: 6px;
    padding:5px 10px;
    color:  #003fc3;
    font-size: 20px;
}

.package-card-body{
    background: #18181b;
    border-radius: 6px;
    box-shadow: 0 4px 50px 0 rgba(37, 99, 235, 0.05);
    padding: 50px 30px;
  border: 3px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
  position: relative; 
}

.card-price{
    font-weight: 500;
font-size: 48px;
}

.card-price-2{
  font-weight: 500;
font-size: 48px;
}

.card-desc-price{
    font-weight: 400;
font-size: 16px;
color: #71717a;
}

.package-card-title-grey{
    font-weight: 400;
font-size: 16px;
color: #a1a1aa;
}

.list-unstyled-package {
    list-style: none; 
    padding: 0; 
}

.list-unstyled-package li {
    padding-left: 5px; 
    margin-bottom: 5px; 
}

.btn-basket {
  background: linear-gradient(#18181b, #18181b) padding-box, 
              linear-gradient(45deg, #6DDCFF, #7F60F9) border-box;
  border: 2px solid transparent;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  
  transition: background-color 0.3s ease;
  border-radius: 8px;
}


.btn-basket:hover {
  background: #535353;
  color: #ffffff;
}

.btn-buy {
  background: linear-gradient(135deg, #6ddcff 0%, #7f60f9 100%);
  border: 2px solid transparent;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border-radius: 8px;
  border: none;
}

.promo-text {
  position: absolute; 
  top: 20px; 
  right: 10px; 
  background-color: #ff0; 
  color: #000000; 
  padding: 5px 10px; 
  border-radius: 4px;
  font-size: 14px; 
}

.best-value-text {
  position: absolute;
  top: 0;
  left: 30%;
  transform: translate(-50%, -50%) translateX(50%);
  background-color: #39ff14;
  color: #000000;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px;
  z-index: 10;
}

.package-card-body:hover {
  background: linear-gradient(#18181b, #18181b) padding-box,
              linear-gradient(45deg, #6DDCFF, #7F60F9) border-box;
  border-color: transparent;
}

.price-card {
  border: 2px solid #A3A3A3; 
  border-radius: 15px; 
  padding: 5px;
  position: relative;
  background: #18181b;
  transition: border-color 0.3s ease;
    cursor: pointer;
}

.price-card.selected {
  border-color: green; 
}


.checkbox-container {
  position: absolute;
  top: 5px;
  right: 5px;
}

.custom-checkbox {
  display: none;
}

.custom-checkbox + label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid gray; 
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  transition: border-color 0.3s ease;
}

.custom-checkbox:checked + label:before {
  border-color: green; 
}

.custom-checkbox:checked + label:after {
  content: '✓'; 
  color: yellow; 
  position: absolute;
  left: 4px; 
  top: 2px;
  font-size: 20px;
  line-height: 20px; 
}

.card-title-little{
  font-weight: 500;
font-size: 18px;
color: #fff;
}

.card-text-months{
  font-weight: 300;
font-size: 12px;
color: #fff;
}


.devices-title-tab{
  font-weight: 400;
font-size: 22px;
color: #fff;
}

.card-body-price{
  padding: 8px;
}

.nav-link-tab {
  position: relative;
  font-size: 18px;
}

.nav-link-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #007bff;
}


.scrollable-card {
  max-height: 400px;
  overflow-y: auto;
}

.scrollable-card::-webkit-scrollbar {
  width: 10px;
}

.scrollable-card::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 10px;
}

.scrollable-card::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
}

.scrollable-card::-webkit-scrollbar-track {
  background: #10151b; 
  border-radius: 10px;
}

.scrollable-card {
  scrollbar-width: thin;
  scrollbar-color: #007bff #10151b; 
}

.start1-btn {
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1b2df5;
  border: none;
  padding: 2px 20px;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.start1-btn:hover {
  background-color: #1b2df5;
  color:#ffffff;
}

.start1-btn i {
  margin-left: 5px;
}

.rotated-icon {
  display: inline-block;
  transform: rotate(-40deg);
}

footer{
  background-color: #10151b;
  padding: 100px;
}


.footer-title{
  font-weight: 600;
font-size: 16px;
text-transform: uppercase;
color: #94a3b8;
}

@media (max-width: 900px) {

  .hero {
    height: auto;
    padding: 70px 0; 
  }

  .section{
    margin-bottom: 120px;
}

}

@media (max-width: 500px) {

  .title {
    font-weight: 600;
    font-size: 40px;
  }

  .section{
    margin-bottom: 50px;
}

}
/* home end */

/* form start */

.form-control{
  border-radius: 9px;
}

.form-check-label{
  color: #cfb8b8;
  font-size: 14px;
}

.bnt-back{
  color: white;
  font-size: 25;
}

.card-akk {
  max-width: 450px;
  background-color: #191E25;
  border-radius: 12px;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-akk:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
}

.desc-card{
  font-size: 16px;
  color: #bababa;
}

.close-button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  float: right; 
}

.profile-icon{
  cursor: pointer;
}

.bg-blue{
  background-color: blue;
}

#cart-panel {
  position: absolute;
  top: 106px;
  right: 0;
  width: 450px;
  max-height: 420px;
  height: 420px;
  background-color:#191E25;
  border-radius: 8px;
  padding: 30px;
  border-radius: 0 0 0 15px;
  display: flex;
  flex-direction: column; 
  box-shadow: -3px 3px 0 0 rgba(159, 159, 159, 0.78);
background: #191e25;
}

#cart-items {
  flex-grow: 1; 
  height: 200px;
  max-height: 250px;
  overflow-y: auto; 
  list-style-type: none;
  padding: 0 15px;
}

#cart-panel::-webkit-scrollbar {
  width: 10px;
}

#cart-panel::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

#cart-panel::-webkit-scrollbar-thumb {
  background: blue;
  border-radius: 10px;
}

#cart-panel::-webkit-scrollbar-thumb:hover {
  background: darkblue;
}

#cart-items {
  list-style-type: none;
  padding: 0 15px;
}

#cart-items li {
  background-color:#f0f0f0;
  color: rgb(0, 0, 0); 
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

.cart-buttons {
  display: flex;
  flex-direction: column; 
  margin-top: 10px; 
}

.remove-btn {
  background: none;
  border: none;
  color: rgb(220, 13, 13);
  padding-left: 5px;
  cursor: pointer;
}


.hidden {
  display: none;
}



/* form end */



.dropdown-menu {
  width: 80px;
  background-color: #343a40; 
}

.dropdown-item {
  color: #ffffff; 
}

.dropdown-item:hover {
  background-color: #495057;
}

.btn-border {
  border: 1px solid #0152fe;
  border-radius: 8px;
  color: white;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}

.btn-border:hover {
  background-color: #0152fe;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(1, 82, 254, 0.3);
}

/* balance  start*/

.card-price-balance{
font-weight: 500;
font-size: 32px;
}

.card-progress-balance{
  font-size: 14px;
line-height: 200%;
}

@media (max-width: 720px) {
  .border-right-custom::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(185, 194, 211, 0.1);
}

 .title-h2 {
      font-weight: 500;
      font-size: 32px;
    }

  .border-right-custom::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: rgba(185, 194, 211, 0.1); 
}
}

@media (max-width: 470px){
  #cart-panel{
  width: auto;
}

.desc {
    font-weight: 300;
    font-size: 16px;
    color: #a3a3a3;
  }
}

@media (max-width: 450px){
  .btn-size{
  width: 150px;
}

 .title-h2 {
    font-weight: 500;
    font-size: 28px;
  }
}

