*{
    margin: 0;
    padding: 0;
}
b{
    color: #ED7200;
    font-weight: 700;
    font-size: 17px;
}
h1 {
    font-size: 50px !important;
    color: #000;
    font-weight: 700;
}
h2 {
    font-size: 30px !important;
    color: #000;
    font-weight: 700;
}
h3 {
    font-size: 30px !important;
    color: #000;
    font-weight: 700;
}
.new {
    box-shadow: 0px 0px 26px 0px rgba(72, 72, 72, 0.69);
    position: fixed;
    top: 0;   
    left: 0;  
    width: 100%;
    color: #000;
    background: #fff; 
    z-index: 999; 
}

    .logo{
        width: 50px;
    }
.nav-link{
    font-weight: 500;
    color: #000;
}
.nav-link:hover{
    color: #61ce70;
    font-weight: 500;
}
.grew{
    padding-top: 70px;
    padding-bottom: 40px;
}
.grew img{
    width: 450px;
}
.hee{
    margin-top: 100px;
}
.get{
    background-color: #F05B00;
    padding: 10px 20px;
    border: none;
    color: #fff;
    margin-top: 40px;
}
.play{
    background-image: linear-gradient(180deg, #A816ECE8 0%, #3D2C9A 100%);
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
}
.see{
    text-align: center;
    padding-bottom: 40px;
}

.card{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border: 1px solid #A6A6A6;
    height: 450px;
    padding: 10px;
    margin-bottom: 20px;
}
.card p{
    font-size: 20px;
}
.view{
    background-color: #FFAC06;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 10px;
    width: 200px;
    margin-bottom: 10px;
}
.renew{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 26px 0px rgba(72, 72, 72, 0.69);
    color: #000;
    border-radius: 10px;
    margin-top: 50px;
}
.now{
    background-image: url('img/banner2.webp');
    background-size: cover;
    background-position: center;
}

  .faq-section {
    width: 100%;
    min-height: 100vh;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
  }

  .faq-section h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    background: #f9f9f9;
    margin: 0px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: #f1f1f1;
    color: #000;
  }
  .faq-question:hover{
    background: #444;
    color: #fff
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #000;
  }
.say{
    box-shadow: 0px 0px 26px 0px rgba(72, 72, 72, 0.69);
    border-radius: 10px;
    color: #444;
    text-align: center;
    padding-top: 40px;
}
.say b{
    color: #444;
}
.say li{
    text-align: start;
}
.say h4{
    padding-top: 20px;
}

.footer{
    background-color: #F3F3F3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.footer h4{
    font-size: 25px;
    font-weight: 700;
}
.footer li{
    list-style: none;
    color: #000;
    font-weight: 500;
}
.rare{
    font-weight: 700;
}
  /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 
@media (max-width: 435px){
    .navbar-toggler{
        margin-left: 100px;
    }
    .logo{
        width: 50px;
    }
    .grew img{
        width: 350px;
    }
    h1{
        font-size: 40px !important;
        text-align: center
    }
    .get{
        margin-left: 140px;
    }
    p{
        text-align: justify;
    }
    .card p{
        text-align: center;
    }
    .faq-section{
        padding-left: 0px;
        padding-right: 0px;
    }
    .say{
        width: 90%;
        margin-top: 20px;
    }
}