:root {
  --primary-color: #000;
  --secondary-color: #5e5e5e;
  scroll-behavior: smooth;
}

@font-face {
  font-family: Inter;
  src: url(/assets/font/inter.ttf);
}

body {
  font-family: "Inter";
  background-color: #f2f2f2;
  color: #000;
}

.light_black {
  color: var(--secondary-color);
}
.heading_56 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}

.heading_48 {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
}

.heading_32 {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
}

.subline_24 {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.subline_20 {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.15px;
}

.subline_16 {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.subline_15 {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.body_16_light {
  color: var(--Text-Body, rgba(0, 0, 0, 0.8));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.body_14_light {
  color: var(--Text-Body, rgba(0, 0, 0, 0.8));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.body_12 {
  color: var(--Text-Heading, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.form-check-input {
  width: 24px !important;
  height: 24px !important;
  background-color: #d9d9d9 !important;
  border: 2px solid rgba(0, 0, 0, 0.25) !important;
}

.signin-btn{
  border: none;
border-radius: 10px;
background: #ff0808;
padding: 20px 40px 20px 40px;

}

.navbar {
  padding: 20px 20px !important;
}

.navbar_bg {
  background-color: #f6f6f6;
}

.navbar-light .navbar-nav .nav-link {
  color: #5e5e5e;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #000;
}

.off_button {
  display: inline-flex;
  color: #fff;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1.4px solid var(--Color-Brand, #ff0808);
  background: var(--Color-Brand, #ff0808);
}

.off_button:hover {
  background-color: #f2f2f2;
  color: #000;
  border: 1.4px solid var(--Color-Brand, #ff0808);
}

.get_btn {
  border-radius: 10px;
  background: var(--Colors-B1, #5e5e5e);
  padding: 14px 36px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: none;
}

.get_btn:hover {
  background: var(--Color-Brand, #ff0808);
}

.offer_bg {
  border-radius: 10px;
  background: #d9d9d9;
}

.why_bg {
  background-color: #f7f7f7;
}
.why_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
  gap: 35px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Colors-W3, #bcbcbc);
}

.why_box {
  position: relative;
  overflow: hidden;
}

.why_box:hover {
  background-color: #fff;
}
.why_box img {
  transition: transform 0.3s ease;
}
.why_box p {
  transition: transform 0.3s ease;
}

.why_box:hover img {
  transform: translateY(20px);
}

.why_box:hover p {
  transform: translateY(10px);
}

.price_container {
  border-radius: 10px;
  background: var(--Colors-white, #fff);
  padding: 10px;
}

.reseller_vpn {
  display: flex;
  padding: 14px 80px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  color: #fff;
  background: var(--Colors-W3, #bcbcbc);
}

.reseller_vpn2 {
  display: flex;
  padding: 14px 80px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  color: #fff;
  background: var(--Colors-W3, #bcbcbc);
}

.active_vpn {
  border-radius: 10px !important;
  background: var(--Colors-B1, #5e5e5e) !important;
  display: flex !important;
  padding: 14px 71px !important;
  align-items: flex-start !important;
  color: #fff !important;
  gap: 10px !important;
}

.personal_content,
.reseller_content {
  display: none;
}

.price_active {
  display: block;
}

.price_card {
  border-radius: 14px 0px 0px 14px;
  border: 1px solid var(--Colors-W3, #bcbcbc);
  background: var(--Colors-white, #fff);
  padding: 71px 73px 71px 74px;
}

.price_card3 {
  border-radius: 0px 14px 14px 0px;
  border: 1px solid var(--Colors-W3, #bcbcbc);
  background: var(--Colors-white, #fff);
  padding: 71px 73px 71px 74px;
}

.price_button {
  display: inline-flex;
  color: #ff0808;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1.4px solid var(--Color-Brand, #ff0808);
  background-color: #fff;
}

.price_button:hover {
  background: var(--Color-Brand, #ff0808);
  color: #fff;
  border: 1.4px solid var(--Color-Brand, #ff0808);
}
.custome_hover {
  background: var(--Color-Brand, #ff0808);
  color: #fff;
  border: 1.4px solid var(--Color-Brand, #ff0808);
}

.offer_tag {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--Color-light_3, #ffb2b2);
}

.price-card_position {
  position: relative;
}

.most-popular-label {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 14px 14px 0 0;
  background: var(--Color-Brand, #ff0808);
  padding: 8px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 101%;
  border: 2px solid red;
}

.price_card_active {
  border: 2px solid red;
  background: var(--Colors-white, #fff);
  padding: 71px 73px 71px 74px;
}
.price_card2 {
  border: 1px solid var(--Colors-W3, #bcbcbc);
  background: var(--Colors-white, #fff);
  padding: 71px 73px 71px 74px;
}

.feature_card {
  border-radius: 10px;
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.3);
}

.feature_card:hover {
  background-color: #fff;
}

.download_card {
  border-radius: 8px;
  border: 1px solid var(--Colors-W3, #bcbcbc);
  display: flex;
  padding: 34px 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.download_card:hover {
  background-color: #fff;
}

.accordion-button {
  padding: 40px 45px;
}

.accordion-item:not(:first-of-type) {
  border-radius: 8px !important;
}

.accordion-button {
  border-radius: 8px !important;
}

.accordion-item:first-of-type {
  border-radius: 8px !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.accordion-item {
  border: 0px !important;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("/assets/img/chevron-down.svg") !important;
}

.footer_link_color {
  color: #bcbcbc;
}

.payment_card {
  border-radius: 8px;
  background: var(--Colors-white, #fff);
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.xs-mt-5 {
  margin-top: 0px;
}
.copyright_bg {
  background-color: #303030;
}
.xs-mb-2 {
  margin-bottom: 0px;
}
.xs-mb-5 {
  margin-bottom: 0px;
}

.bg_blog {
  background: rgba(222, 222, 222, 0.8);
  backdrop-filter: blur(5px);
}

.blog_text_color {
  color: #5e5e5e;
}

.blog_img_card {
  border-radius: 14px;
}

.blog_img_card {
  position: relative;
}

.blog_arrow {
  position: absolute;
  right: 2%;
  top: 155%;
  display: none;
}

.vector {
  display: none;
}

.blog_card:hover .blog_arrow {
  display: block;
}

.blog_card:hover .vector {
  display: block;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5e5e5e;
  background-color: #d9d9d9;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating > .form-control {
  min-height: 80px !important;
}

.form-control:focus {
  color: #5e5e5e !important;
  background-color: #d9d9d9 !important;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  font-size: 16px;
  top: -10px !important;
}
.label_text_color {
  color: var(--Colors-B1, #5e5e5e);
  font-variant-numeric: lining-nums proportional-nums;

  /* Fonts/H4 */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

.form-floating > label {
  padding: 24px !important;
}
.form-floating > .form-control {
  padding: 24px;
}

.login_btn {
  border-radius: 10px;
  background: var(--Colors-B1, #5e5e5e);
  padding: 14px 0px;
  transition: 0.3s;
}

.checkout_card {
  border-radius: 14px;
  background: var(--Colors-white, #fff);
}

.payment_method_box {
  border-radius: 10px;
  background: var(--Colors-W2, #dedede);
  padding: 18px 32px;
  transition: 0.3s;
}

.payment_method_box:hover {
  background-color: #ff8181;
}

.login_btn:hover {
  background-color: #ff8181;
}
form input {
  display: inline-block;
  height: 50px;
  text-align: center;
  border: none;
}
.otp {
  border-radius: 10px;
  background: #d9d9d9;
  padding: 24px;
  border: none;
  width: 150px;
}
@media (max-width: 575px) {
  .heading_56 {
    font-size: 20px;
    line-height: 43px;
  }

  .heading_32 {
    font-size: 18px;
  }

  .otp {
    width: 74px;
    padding: 18px;
  }
  .xs-mt-5 {
    margin-top: 30px;
  }
  .subline_20 {
    font-size: 12px;
    line-height: 20px;
  }
  .xs-mb-2 {
    margin-bottom: 10px;
  }
  .heading_48 {
    font-size: 18px;
    line-height: 25px;
  }
  .subline_24 {
    font-size: 12px;
    line-height: 18px;
  }
  .active_vpn {
    display: flex;
    padding: 8px 32px !important;
  }
  .reseller_vpn {
    padding: 7px 58px;
  }
  .reseller_vpn2 {
    padding: 7px 58px;
  }
  .price_card {
    border-radius: 8px !important;
  }
  .price_card2 {
    border-radius: 8px !important;
  }
  .price_card3 {
    border-radius: 8px !important;
  }
  .xs-mb-5 {
    margin-bottom: 48px;
  }
  .py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .subline_16 {
    font-size: 10px !important;
  }

  .price_card {
    padding: 40px;
  }
  .price_card2 {
    padding: 40px;
  }
  .price_card_active {
    padding: 40px;
  }
  .price_card3 {
    padding: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .otp {
    width: 121px;
    padding: 18px;
  }
  .heading_56 {
    font-size: 22px;
    line-height: 48px;
  }
  .subline_20 {
    font-size: 14px;
    line-height: 18px;
  }
  .off_button {
    padding: 7px 25px;
  }
  .subline_24 {
    font-size: 14px;
    line-height: 26px;
  }
  .subline_16 {
    font-size: 12px;
  }
  .container,
  .container-sm {
    max-width: 540px !important;
  }
  .navbar {
    padding: 20px 0px !important;
  }
  .heading_48 {
    font-size: 22px;
    line-height: 47px;
  }
  .heading_32 {
    font-size: 19px;
    line-height: 30px;
  }
  .price_card {
    padding: 40px;
  }
  .price_card2 {
    padding: 40px;
  }
  .price_card_active {
    padding: 40px;
  }
  .price_card3 {
    padding: 40px;
  }
  .xs-mb-2 {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .otp {
    width: 62px;
    padding: 18px;
  }
  .heading_56 {
    font-size: 24px;
    line-height: 51px;
  }
  .xs-mb-3 {
    margin-bottom: 18px;
  }
  .subline_20 {
    font-size: 13px;
    line-height: 26px;
  }
  .subline_24 {
    font-size: 11px;
  }
  .off_button {
    padding: 7px 21px;
  }
  .subline_16 {
    font-size: 12px;
  }
  .heading_48 {
    font-size: 25px;
    line-height: 50px;
  }
  .price_card {
    padding: 28px 10px;
  }

  .price_card2 {
    padding: 28px 10px;
  }
  .price_card_active {
    padding: 28px 10px;
  }
  .price_card3 {
    padding: 28px 10px;
  }
  .navbar {
    padding: 20px 0px !important;
  }
  .container, .container-md, .container-sm {
    max-width: 654px!important;
}
.price_button {
  padding: 5px 6px;
}
.heading_32 {
  font-size: 19px;
}
.offer_tag {
  padding: 3px 12px;
}
.pmt-5{
margin-top: 20px!important;
}
.pmb-5{
margin-bottom: 20px!important;
}
.ppb-5{
padding-bottom: 20px!important;
}
.ppt-5{
  padding-top: 20px!important;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
  .otp {
    width: 62px;
    padding: 18px;
  }
  .heading_56 {
    font-size: 35px;
    line-height: 65px;
  }
  .subline_24 {
    font-size: 16px;
    line-height: 22px;
  }

  .subline_20 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .heading_56 {
    font-size: 40px;
    line-height: 70px;
  }
  .subline_24 {
    font-size: 18px;
    line-height: 24px;
  }

  .subline_20 {
    font-size: 16px;
    line-height: 22px;
  }
  .otp {
    width: 96px;
    padding: 18px;
  }
  .price_button {
    padding: 14px 2px;
}
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .otp {
    width: 96px;
    padding: 18px;
  }
  .heading_56 {
    font-size: 45px;
    line-height: 66px;
  }
  .subline_24 {
    font-size: 17px;
    line-height: 24px;
  }

  .heading_48 {
    font-size: 36px;
    line-height: 52px;
  }
  .price_card {
    padding: 120px 51px 50px 51px;
  }
  .price_card2 {
    padding: 120px 51px 50px 51px;
  }
  .price_card_active {
    padding: 120px 51px 50px 51px;
  }
  .price_card3 {
    padding: 120px 51px 50px 51px;
  }
  .container {
    max-width: 1289px;
  }
}

@media (min-width: 1601px) {
  .container {
    max-width: 1650px;
  }
}
