@font-face {
  /* font-weight: 400; */
  font-family: "NeueMontreal-Regular";
  src: url(/assets/font/NeueMontreal-Regular.otf);
}

@font-face {
  /* font-weight: 500; */
  font-family: "NeueMontreal-Medium";
  src: url(/assets/font/NeueMontreal-Medium.otf);
}

@font-face {
  /* font-weight: 700; */
  font-family: "NeueMontreal-Bold";
  src: url(/assets/font/NeueMontreal-Bold.otf);
}

@font-face {
    /* font-weight: 300; */
    font-family: "NeueMontreal-Light";
    src: url(/assets/font/NeueMontreal-Light.otf);
  }

  @font-face {
    /* font-weight: 700; */
    font-family: "Geometria";
    src: url(/assets/font/Geometria-Bold.ttf);
  }

  @font-face {
    font-family:"SFPRODISPLAYMEDIUM"; ;
    src: url(/assets/font/SFPRODISPLAYMEDIUM.OTF);
  }


body{
  font-family: "NeueMontreal-Regular";
  background-color: #f6f6f6;
  color: #000;
  background: url(/assets/img/Vector.png) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}

.body-padding{
    padding-left: 140px!important;
    padding-right: 140px!important;
}

.font-13{
  color: var(--Black, #000);
font-family: "NeueMontreal-Medium";
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 161.538% */
}

.font-13-light{
  color: var(--Colors-netural-2, #3E3E3E);
  font-family: "NeueMontreal-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
}

.font-14 {
  font-family: "NeueMontreal-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
}

.font-14-v1{
  color: var(--primary-5, #004A66);

font-family: "NeueMontreal-Regular";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.font-16{
font-family: "NeueMontreal-Regular";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 162.5% */
letter-spacing: 0.16px;
}
.font-18{
  color: var(--White, #FFF);
    text-align: center;
    font-family: "NeueMontreal-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 200% */
    letter-spacing: 0.36px;
  }

  .font-18-v2{
    color: var(--Black, #000);
text-align: justify;
font-family: "NeueMontreal-Regular";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 200% */
letter-spacing: 0.36px;
  }

  .font-20{
text-align: center;
font-family: "NeueMontreal-Regular";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 200% */
letter-spacing: 0.4px;
  }

  .font-20-bold{
    color: var(--Black, #000);
font-family: "NeueMontreal-Bold";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .font-22{
    color: #FFF;
font-family: "Geometria";
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 136.364% */
  }

  .font-24{
font-family: "NeueMontreal-Medium";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 166.667% */
letter-spacing: 0.48px;
  }

 .font-24-bold{
  color: var(--Neutral-Dark, #0A0907);
font-family: "NeueMontreal-Bold";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 43.2px */
letter-spacing: -0.24px;
 } 

  .font-30{
    color: var(--nutral-1, #252525);
font-family: "NeueMontreal-Medium";
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 38px;
letter-spacing: 1px;
  }

  .font-32{
    color: #000;
font-family: "NeueMontreal-Medium";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 156.25% */
  }


  .font-48{
    color: #000;
text-align: center;
font-family: "NeueMontreal-Bold";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 145.833% */
letter-spacing: 0.96px;
  }
.font-64{
font-family: "NeueMontreal-Bold";
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 109.375% */
letter-spacing: 1px;
}
  .color-light{
   color: #6B6B6B;
  }
  
  .primary-6-color{
    color:#334857;
  }
.top-section {
  position: relative;
  background-color: #000000;
  padding: 16px 0px;
  z-index: 99999!important;
}

.unprotected-badge {
    padding: 8px 15px;
    gap: 10px;
    border-radius: 73px;
    background: rgba(214, 61, 61, 0.90);
}

.protected-badge{

}

.language-btn{
    display: flex;
    align-items: center;
    gap: 3px;
    border-radius: 8px;
border: 0.5px solid var(--Primary-3, #287B80);
background: rgba(51, 156, 128, 0.40);
}

.bg-body-tertiary{
    background-color: #FFF!important;
    border-radius: 0px 0px 70px 70px;
}

.nav-link{
color: var(--nutral-2, #6B6B6B);
font-family: "NeueMontreal-Medium";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 200% */
letter-spacing: 0.36px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #339C80!important;
}
.navbar {
  --bs-navbar-padding-y: 4px!important;
  z-index: 9999!important;
}

.nav-link:focus, .nav-link:hover {
    color: #339C80!important;
}

.save-btn{
color: #FFF;
border-radius: 67px;
border: 1px solid var(--Primary, #339C80);
background: var(--Primary, #339C80);
padding: 10px 47px;
margin-left: 30px;
justify-content: center;
align-items: center;
gap: 10px;
}


.hero-text{
color: var(--Primary, #339C80);
font-family: "NeueMontreal-Bold";
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 70px;
letter-spacing: 1px;
}

.neutral-dark{
  color: #0A0907;
}
.testimoinal-text{
  color:#1D1A26;
}
.primary-color{
  color: #339C80;
}
.container-bg-color{
  background-color: #f6f6f6;
}
.company-text-color{
  color: #716E68;
}

.header-text{
color: #000;
text-align: center;
font-family: "NeueMontreal-Bold";
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 70px;
letter-spacing: 1px;
}
.get-btn{
  border-radius: 67px;
border: none;
background: var(--Primary, #339C80);
display: flex;
padding: 10px 30px;
justify-content: center;
align-items: center;
gap: 10px;
}


.flex-container {
  display: flex;
  flex-direction: column;
  height: 100%; 
  position: relative;
}

.flex-end {
  margin-top: auto;
  align-self: flex-end;
  margin-bottom: 70px;
}


.black-color-1{
 color: #1D1B20;
}



.footer-logo{
  width: 283px;
height: 53px;
}


.footer-bg{
  background: #f2f2f2;
}

.store-card{
  border-radius: 8px;
border: 1px solid var(--Black, #000);
padding: 7px 17.443px 7.921px 18px;
}


.support-header-bg{
  background: url(/assets/img/Vector.png) no-repeat center center;
  background-size: cover;
  height: 110vh;
  position: relative;
  top: -180px;
  z-index: 0000;
  display: flex;
  align-items: center;
}


.form-control {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  border-radius: 12px;
border: 1px solid var(--nutral-5, #DFDFDF);
}

.form-control:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6a877a;
}
.form-control::placeholder {
  color: #DFDFDF;
  opacity: 1;
}

.forgot-password-color{
  color: #4C7DC8;
}

.next-btn{
  display: flex;
  border: none;
padding: 10px 60px;
justify-content: center;
align-items: center;
gap: 10px;
  border-radius: 12px;
background: var(--Primary, #339C80);
}

.google-btn{
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  border: 1px solid var(--nutral-3, #A4A4A4);
}

.username-card{
display: inline-flex;
justify-content: center;
align-items: center;
padding: 3px 12px;
gap: 13px;
  border-radius: 22px;
background: var(--nutral-4, #DFDFDF);
}


.form-check-input {
  background-color: #DFDFDF;

}

.form-check-input:focus {
  border-color: transparent;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #B5FFEB;
  border-color: transparent;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='green' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}


.download-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 38px 98px;
  border-radius: 20px;
  background: #151417;
  position: relative; /* Needed for absolute child */
  overflow: hidden; /* Optional: clips hover card if needed */

}

.download-hover-card {
  display: none;
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(51, 156, 128, 0.80) 0%, rgba(170, 158, 34, 0.16) 100%);
  backdrop-filter: blur(10px);
  z-index: 10;
  cursor: pointer;
}

.download-card:hover .download-hover-card {
  display: flex;
}


@media (max-width: 767.98px) { 
  .body-padding{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
 }















.sidebar{
border-radius: 24px;
background: #F2F2F2;
min-height: 78vh;
margin-bottom: 100px;
}

.profile-name-text{
  color: #6B6B6B;
  /* Fonts/Body L */
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.mail-text{
  color: #000;
font-family: "Poppins";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
}

.premium-text{
  color: var(--White, #FFF);
font-family: "Poppins";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: 1px;
}

.premium-badge{
  display: flex;
padding: 6px 14px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 30px;
background: #339C80;
}

.menu-item{
display: flex;
padding: 20px 24px;
align-items: center;
gap: 12px;
margin-bottom: 20px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
background:  #DFDFDF;
cursor: pointer;
}

.menu-item-text{
  color: var(--Black, #000);
  font-family: "Poppins-medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
}

.welcome-text{
color: #000;
font-family: "Poppins";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 70px; /* 145.833% */
letter-spacing: 0.96px;
}

.profile-text{
color: #252525;
-webkit-text-stroke-width: 0.5;
-webkit-text-stroke-color: #252525;
font-family: "Poppins";
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 38px; /* 126.667% */
letter-spacing: 1px;
}

.user-card{
display: flex;
padding: 16px 12px;
align-items: center;
gap: 12px;
align-self: stretch;
border-radius: 16px;
background: #004A66;
}

.user-mail-text{
color: var(--nutral-8, #FFF);
font-family: "Poppins";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 200% */
letter-spacing: 0.4px;
}

.user-white-card{
  border-radius: 16px;
  border: 1px solid var(--nutral-5, #DFDFDF);
  background: var(--White, #FFF);
  display: flex;
padding: 10px 20px;
flex-direction: column;
gap: 10px;
}

.subscription-text{
color: var(--nutral-2, #6B6B6B);
font-family: "Poppins";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 160% */
letter-spacing: 1px;
}

.plan-text{
color: var(--nutral-1, #252525);
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 250% */
letter-spacing: 0.16px;
}

.expire-text{
  color: red;
font-family: "Poppins";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
letter-spacing: 1px;
}

.expand-btn {
  padding: 10px 20px;
  gap: 8px;
  border: none;

  border-radius: 90px;
background: #F0F4FF;
  transition: background 0.8s ease, color 0.3s ease;
}

.expand-btn:hover {
  background: linear-gradient(180deg, #23823B 0%, #50E274 100%);
}

.expand-text{
  color: #0F8ADB;
font-family: "Poppins-bold";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 187.5% */
letter-spacing: 1px;
}

.device-no-text{
color: var(--Primary, #339C80);
text-align: right;
font-family: "Poppins-bold";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.device-card{
display: flex;
padding: 26px 40px;
margin-bottom: 20px;
flex-direction: column;
gap: 8px;
align-self: stretch;
border-radius: 13px;
background: #000;
}

.monthly-package-text{
color: var(--Primary, #339C80);
/* Fonts/h2 small */
font-family: "Poppins-semibold";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 200% */
letter-spacing: 0.36px;
}

a{
  text-decoration:none;
}
.status-card{
  display: flex;
padding: 26px 40px;
justify-content: space-between;
align-items: center;
align-self: stretch;
border-radius: 13px;
background: var(--Color-BW-2, #151417);
}

.status-subtext{
  color: var(--info-red, #D63D3D);
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.expand-subscription-btn{
display: flex;
padding: 14px 40px;
justify-content: center;
align-items: center;
gap: 10px;
color: #fff;
border-radius: 10px;
background: var(--Primary, #339C80);
border: none;
}
.payment-history-card
{
  display: flex;
  padding: 26px 40px;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  border-radius: 13px;
background: #0F4226;
margin-bottom: 20px;
}

.previous-payment-card-text{
  color: var(--nutral-3, #A4A4A4);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
}

.download-btn{
display: flex;
padding: 12px 20px;
align-items: center;
gap: 10px;
border-radius: 8px;
background: var(--Primary, #339C80);
border: none;
}
.download-btn-text{
color: var(--Color-BW-White-2, #DEDEDE);
font-family: "Poppins";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
}

.horizontal-line{
  border-bottom: 2px solid #585858;
}

.invoice-card-price-text{
color: var(--nutral-4, #DFDFDF);
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 250% */
letter-spacing: 0.16px;
}

.price-card{
  border-radius: 47px;
background: #F2F2F2;
box-shadow: 0px 0px 56.5px 0px rgba(143, 143, 143, 0.25) inset;
}

.price-text{
  color: black;
font-family: "Poppins-semibold";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.euro-text{
color: black;
font-family: "Poppins-bold";
font-size: 55px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.euro-text-small{
  color: black;
font-family: "Poppins";
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.buy_btn{
border: none;
padding: 20px 40px;
border-radius: 29px;
background: #339c80;
}

.buy-btn-text{
  color: #FFF;
font-family: "Poppins";
font-size: 25px;
font-style: normal;
font-weight: 600;
}

.price-card-line{
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.total_amount_text{
  color: #000;
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 200% */
letter-spacing: 0.36px;
}

.payment-card {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: border 0.5s ease;
}

.payment-card:hover {
  border: 1px solid #facd2b;
  border-radius: 8px;
}

.change-password-btn
{
display: flex;
padding: 10px 40px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 10px;
background: linear-gradient(180deg, #4FE173 0%, #25863D 100%);
border: none;
}
.change-password-btn-text{
color: var(--Color-BW-black, #0F0E12);
font-family: "Poppins-bold";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.loader {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5) url('../img/loader.gif') 50% 50% no-repeat;
}

.alert-danger {
  --bs-alert-color: #000;
  --bs-alert-bg: #a3cfbb;
  --bs-alert-border-color: #000;
}


.error{
  font: Normal 11px Tahoma, Verdana, Helvetica;
  color: #e70606;
  margin: 0 0 5px 0;
  position: relative;
  top: -3px;
}