* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
  a {
    color: #fff !important;
    text-decoration: none;
  }
  a:hover {
    color: #fff !important;
    text-decoration: none;
  }
marquee {
    color: #fff;
    font-size: 20px;
}
h1{
    font-size: 60px !important;
    color: #fff;
}
h2 {
    color: #004376;
    font-size: 40px !important;
    font-weight: 700 !important;
}
h3 {
    color: #000;
    font-size: 27px !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
h4 {
    color: #2E00C0;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.block{
    background-color: #2765A3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.come{
    text-align: center;
}
.logo{
    width: 250px;
}
.play {
    padding: 10px 20px;
    background-color: #001F5C;
    color: #fff;
    border: none;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rack{
    margin-top: 50px;
    margin-bottom: 40px !important;
}
.fa-check{
    color: #0CDA00;
}
.diam {
    padding: 10px 20px;
    background-color: #2765A3;
    color: #fff;
    border: none;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}
.van {
  margin-top: 10px;
  margin-bottom: 10px;
}
 .counter {
      display: flex;
      justify-content: space-around;
      align-items: center;
      background: radial-gradient(circle, #e0f7ff, #00bfff);
      padding: 40px 20px;
      border-radius: 15px;
      color: #111;
      font-weight: bold;
    }
    .counter-box {
      text-align: center;
    }
    .counter-box .count {
      font-size: 40px;
    }
    .counter-box .label {
      font-size: 20px;
      margin-top: 8px;
    }
.crown{
    background-color: #064a8a;
     color: white; 
     padding: 40px 20px;
}

  .faq-section {
    width: 100%;
    min-height: 70vh;
    padding: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
  }

  .faq-section h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #000;
  }

  .faq-item {
    background: #f9f9f9;
    overflow: hidden;
    border: 1px solid gray;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: #888888;
    color: black;
  }

  .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;
  }
  /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 10px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 5px;
    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 only screen and (max-width: 476px){
    h1 {
        font-size: 60px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    p{
        text-align: justify;
    }
    .faq-section {
      padding: 10px;
    }
    marquee {
      margin-top: 30px;
    }
    .play {
      font-weight: 700;
      padding: 15px 20px;
      font-size: 20px;
    }
}