@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@300;400;500;600;700;800&display=swap');


body {
  font-family: "Manrope", sans-serif !important;
}

.font-dmsans
{
  font-family: "DM Sans", sans-serif;  
}
.font-54
{
    font-size: 54px;
}

.font-54
{
    font-size: 54px;
}

.font-22
{
    font-size: 22px;
}

.font_18
{
    font-size: 18px;
}

.font-48
{
    font-size: 48px;
}

.font-40
{
    font-size: 40px;
}

.font-20
{
    font-size: 20px;
}

.font-18
{
    font-size: 18px;
}

.font-24
{
    font-size: 24px;
}

.font-14
{
    font-size: 14px;
}

.font-42
{
    font-size: 42px;
}

.font-32
{
    font-size: 32px;
}

.font-30
{
    font-size: 30px;
}

.font-28
{
    font-size: 28px;
}

.font-36
{
    font-size: 36px;
}

.page-cover
{
    background-color: #0E0D0D;
    color: #FFFFFF;
}

.login_btn
{
    height:40px ;
    width:130px ;
    border-radius:10px;
    background-color: #FFFFFF;
}

.hero-section
{
     background: radial-gradient(circle at left center, #FF6321 0%, #D54000 100%);
     padding-top: 80px;
     border-radius: 20PX;
     color: #000000;
     overflow: hidden;

     
}

.getstrated_btn
{
    height:50px ;
    width:222px ;
    border-radius: 10px;
     background-color:#000000 ;
    /* background-color: #e74f0e;  */
    color: #FFFFFF;
    margin-bottom: 85px;
    border: 0px !important;
}
/* -------feature section--------- */

.feature_img {
    width: 285px;
    height: 250px;
    padding-right: 20px;
}

.feature1-card
{
    margin-top: 80px;
}
/* ---------download section----------- */
.download_section
{
     background: linear-gradient(90deg, #202020 0%, #6D6A6A 100%);
     padding-top: 60px;
     padding-bottom: 60px;
     border-radius: 20px;
     margin-top: 80px;
     position: relative;
    overflow: hidden;
}

.download_btn
{
    width: 230px;
    height: 55px;
    border-radius: 15px;
    background-color: #FFFFFF;
    color: #000000;
}

.magic-cap 
{
     position: absolute;
    left: 15px;
    bottom: -20px;
    width: 350px;
    height: 380px;
     transform: rotate(10deg); 
}

/* ----------membership section---------- */

.membership-card
{
    border: 2px solid #C57850;
    background-color: #232323;
    border-radius: 25px;
    margin-top: 90px;
}

.card-1
{
    border-right: 2px solid #C57850;
}

.offer_button
{
    height:52px ;
    width:200px ;
    border-radius:15px ;
    border: 1px solid #C57850;
}

/* ------------faq-section------------ */

.faq-section
{
    margin-top: 70px;
}

.bg_light
{
    background-color: #292929;
}

.accordion-item
{
    max-width: 700px;
    margin: auto;
}

.accordion-item button
{
    font-size: 20px;
}

.accordion-button::after {
    display: none; /* ye default arrow hide kar dega */
}

.accordion-body
{
    font-size: 20px;
}

.footer
{
    background-color: #232323;
    margin-top: 70px;
}

.border_top
{
border-top: 1px solid rgba(187, 187, 187, 0.4);
}

/* featire card */
.feature-card {
    background-color: #1e1e1e; 
    border: 1px solid #333;
    transition: transform 0.3s, border-color 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px); 
    border-color: #FF5722; 
}

.feature-card .feature-icon {
    color: #FF5722; 
}

.key-features-section{
    margin-top: 90px;
    margin-bottom: 120px;
    border-radius: 20px;
}

/* cards */
.card-image img
    {
        height: 300px;
        width: 285px;
    }
    .card-section{
        height: 300px;
        width: 285px;
        overflow: hidden;
        position: relative;
        border-radius: 0 0 15px 15px ;
    }
    .card-content
    {
          background-color: rgba(31, 31, 31, 0.4);
    color: #FFFFFF;
        padding-left: 20px;
        position: absolute;
        bottom: 0;
       box-sizing: border-box;
        width: 285px; 
        transition: .5s;
       
    }
    .card-content p 
    {
        display: none;
        opacity: 0;
    }
    .card-section:hover
    {
        cursor: pointer;
        
    }
    .card-section:hover .card-content
    {
       /* height: 200px; */
       bottom: 0;
       background: rgb(0, 0, 0);
       color: white;
    }
    .card-section:hover p{
        opacity: 1;
       display: block;
    }

    .card-section:hover img
    {
        transform: scale(1.1) rotate(-3deg);
    }

    .hero-image img:hover
    {
      transform: scale(1.1);

    }

    .feature-image img
    {
        height: auto;

max-height: 500px;    }

.feature-image
{
    margin-top: 80px;
}

/* new css */
/* privacy policy  */
.privacy-policy p{
    font-size: 14px;
}

.privacy-policy
{
    background-color: #0E0D0D;
    color: #FFFFFF;
}

.policy-content
{
        max-width: 850px;
    margin: auto;
}

.bg-orange
{
    background: radial-gradient(circle at left center, #FF6321 0%, #D54000 100%);
}

/* term and condition */
.term-condition p{
    font-size: 14px;
}

.term-condition
{
    background-color: #0E0D0D;
    color: #FFFFFF;
}

.condition-content
{
        max-width: 850px;
    margin: auto;
}

/* login/signup */
.bg_dark
{
    background-color: #0E0D0D;
    height: 100vh;
}

.login_input
{
    width:100%;
    height: 60px;
    border-radius: 20px;
     background-color: rgba(254, 239, 210, 0.2);
    padding-left: 25px;
    outline: none;
    border: none;
    box-shadow: none;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.password_input
{
     width:100%;
    height: 60px;
    border-radius: 20px;
     background-color: rgba(254, 239, 210, 0.2);
    padding-left: 25px;
}

.form_input
{
     width:100%;
    height: 60px;
    border-radius: 20px;
     background-color: rgba(254, 239, 210, 0.2);
    padding-left: 25px;
    color: white;
    
}

.signup_input
{
    width:100%;
    height: 60px;
    border-radius: 20px;
    background-color: rgba(254, 239, 210, 0.2) !important;
     padding-left: 25px;

}
input:-internal-autofill-selected{
       background-color: rgba(254, 239, 210, 0.2) !important;
}

.custom-radio
{
    height: 20px;
    width: 20px;
}

.label_input
{
    margin-bottom: 20px;
}

/* .h-100
{
    height: 100vh;
} */

.submit_btn button
{
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #F7E4C2;
    color: #942029;
    margin-top: 20px;
    font-size: 18px;
    outline: none ;
    padding-left: 15px;
}
.login_input::placeholder {
    color: #ffffff;
    opacity: 1; 
}
.submit-btn
{
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #F7E4C2;
    color: #942029;
    margin-top: 20px;
    font-size: 18px;
    outline: none ;
    padding-left: 15px;
}

.google_btn button
{
   background-color: rgba(254, 239, 210, 0.2);
   color: white;
   margin-bottom: 15px;
   font-size: 18px;
   height: 60px;
   border-radius: 20px;
width: 100%;}


.m-20
{
    margin-bottom: 20px;
}

.divider hr
{
    color: white;
}

.font-32
{
    font-size: 32px;
}

.font-24
{
    font-size: 24px;
}
.font-18
{
    font-size: 18px;
}

.login_form
{
    max-width: 600px;
    margin: auto;
}

.label_input {
    position: relative;
}

/* membership */
.card1 {
  width: 100%;
  color: white;
  background-color: rgba(254, 239, 210, 0.2);
  border: 1px solid #D94303;
  border-radius: 20px;
}

.card1 hr {
  border-color: #D94303;
}

.bg-orange {
  background-color: #D94303;
  border-radius: 20px;
}

.subscription_btn {
  background-color: #F7E4C2;
  color: #942029;
  height: 60px;
  border-radius: 20px;
  border: none;
  font-weight: 600;
}

/* carddetail */
 .payment-card {
      max-width: 480px;
        background-color: rgba(254, 239, 210, 0.2);
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }
    .form-control {
      height: 52px;
      border-radius: 8px;
    }
    .price-box {
      background: #f1f1f1;
      border-radius: 10px;
      padding: 16px;
    }
    .pay-btn {
      background-color: #F7E4C2;
  color: #942029;
      height: 52px;
      border-radius: 10px;
      font-weight: 600;
    }

    input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* eye toggle button */
.password-wrapper {
    position: relative;
    width: 100%;
}
 
 
.password_input {
    width: 100%;
    background-color: #332f2a;
    padding: 12px 45px 12px 15px;
    border-radius: 50px;
    outline: none;
}
 
.toggle-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ffffff;
    opacity: 0.7;
    font-size: 18px;
    display: flex;
    align-items: center;
}
 
.toggle-btn:hover {
    opacity: 1;
}

.main-content {
   flex: 1;
   /* Adjust based on header and footer height */
}
body, html {
   height: 100%;
   margin: 0;
   display: flex;
   flex-direction: column;
}

.login_input {
    height: 60px;
    padding: 0 12px;
}
.profile-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
 
.avatar-icon {
  font-size: 40px;       /* image size jaisa */
  color: #ffffff;       /* icon color */
  cursor: pointer;
}
 
/* Dropdown */
.profile-dropdown {
    position: absolute;
    top: 56px;
    right: 0;
    background: #2b2b2b;
    border-radius: 10px;
    width: 380px;
    display: none;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    z-index: 1000;
}
 
.profile-dropdown a {
    padding: 12px 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
 
.profile-dropdown a:hover {
    background: #3a3a3a;
}
 
.profile-dropdown hr {
    margin: 6px 0;
    border-color: rgba(255,255,255,0.1);
}
 
.profile-dropdown .logout {
    color: #ff6b6b;
}
/* ------ Manage subscription------ */
.active-subscription
{
    height: 40px;
    width: 130px;
    border-radius: 10px;
    background-color: #FFFFFF;
}
 
.change-btn
{
 height: 60px;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
}
 
.cancel-btn
{
      background-color: #F7E4C2;
  color: #942029;
      height: 60px;
      border-radius: 10px;
      font-weight: 600;
}
 
.manage-card
{
    max-width: 650px;
    background-color: rgba(254, 239, 210, 0.2);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
 
/*  */
/* Modal Background */
.password-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
 
/* Modal Box */
.password-box {
  width: 600px;
  background: #1b1b1b;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0,0,0,0.8);
}
 
/* Close */
.close-btn {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}
 
/* Inputs */
.password-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  background: #2a2a2a;
  border: 1px solid #444;
  color: #fff;
  outline: none;
}
 
.password-input::placeholder {
  color: #888;
}
 
/* Buttons */
.update-btn
{
    background-color: #F7E4C2;
  color: #942029;
      height: 65px;
      border-radius: 10px;
      font-weight: 600;
 
}
 
.change-password
{
    height: 40px;
    width: 100%;
    outline: none;
    border-radius: 15px;
}
 
 
.user-profile1
{
    background-color: rgba(225, 194, 181, 0.2);
    border-radius: 15px;
}
 
.changes-btn
{
      background-color: #F7E4C2;
  color: #942029;
      height: 65px;
      border-radius: 10px;
      font-weight: 600;
 
}

.sidebar-menu li  a
{
    color: #fff !important;
}