* {
  margin: 0;
  padding: 0;
}

.closeImg,
.gold-icon,
.gold-num,
.close-img,
.save,
.click-ico {
  cursor: pointer;
  user-select: none;
}

.onlyPC {}

.onlyM {
  display: none !important;
}

a:hover {
  color: #000;
}

.home-header {
  padding: 0 40px;
}

.home-back_button {
  width: 96px;
  height: 48px;
  border-radius: 10px;
  border: solid 1px #323232;
  box-sizing: border-box;
  padding-right: 9px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: BalooChettan2;
  font-size: 16px;
  font-weight: 500;
  color: #323232;

  cursor: pointer;
}

.back-img {
  height: 15px;
  margin-right: 10px;
}

.get-holla {
  width: 271px;
  height: 48px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.23);

  display: flex;
  justify-content: center;
  align-items: center;

  font-family: BalooChettan2;
  font-size: 20px;
  font-weight: 500;
  color: #000;

  cursor: pointer;
}

.get-holla img {
  /* margin-right: 10px; */
}

.back-button-m img {
  width: 40px;
}



/* Top */
.home-middle {
  background-color: #fff;
}

.top-img_con {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.button-con {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.top-img {
  width: 100%;
  max-width: 1440px;
  display: block;
}

.top-title-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top-tip {
  
  position: relative;
}

.tip-bg {
  width: 96%;
  height: 17px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 19px;
  bottom: 0;
}

.top-h2 {
  position: relative;
  font-family: BalooChettan2;
  font-size: 24px;
  font-weight: 500;
  color: #303030;
}

.top-h1 {
  margin-bottom: 40px;
  /* -webkit-text-stroke: 2px #000; */
  font-size: 55px;
  font-weight: 800;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  font-family: BalooChettan2B;
  /* -webkit-text-stroke: 2px #000;
  -webkit-text-fill-color: #fff;
  line-height: 1; */
  /* text-shadow: 2px 2px 0px #000, -2px -2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000 */
}

.chat-button {
  width: 360px;
  height: 60px;
  line-height: 60px;
  border-radius: 22px;
  box-shadow: 0 6px 0 0 #242225;
  border: solid 1.5px #000;
  background-color: #fff;
  font-family: BalooChettan2B;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #413c4d;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
}

.chat-button:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.Scan {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 200%;
  height: 44px;

  /* linear-gradient() make a light */
  /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0)); */
  background-image: linear-gradient(108deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.2) 67%);

  /* rotate light */
  transform-origin: center center;
  transform: translate(-60%, 50%) rotate(-60deg);

  /* keyframes animation */
  animation: ScanLights 2s linear 1s infinite;
}

@keyframes ScanLights {
  0% {
    transform: translate(-60%, 50%) rotate(-60deg);
  }

  100% {
    transform: translate(60%, 50%) rotate(-60deg);
  }
}


/* Top-------------- */
.home-bottom{
  background: #fff;
}
.main-content {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: BalooChettan2;
  font-size: 20px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.main-content p {
  margin-bottom: 20px;
}
.click-area {
  width: fit-content;
  /* margin-bottom: 30px; */
  position: relative;
}

.main-content .text-bg {
  width: 107%;
  height: 24px;
  position: absolute;
  left: 3px;
  bottom: -7px;
  border-radius: 100px;
  background-color: #9bf4b1;
  margin-bottom: 0;
}

.Azar-Live-Discover {
  position: relative;
  font-family: BalooChettan2B;
  font-size: 28px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 1;
  width: fit-content;
  /* text-shadow:  4px 0px #9bf4b1, -4px -4px 0px #9bf4b1, -4px 4px 0px #9bf4b1, 4px -4px 0px #9bf4b1 */
}
.Azar-Live-Discover::after{
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 16px;
  height: 24px;
  border-radius: 100px;
  background-color: #9bf4b1;
  z-index: -1;
}
/* seo July 4, 2025*/
.highlighted-heading {
  font-size: 1.05em;
  font-weight: 600;
  color: #2b2b2b;
  background: linear-gradient(transparent 60%, #9bf4b1 60%);
  display: inline;
  padding: 0;
  margin: 12px 0 6px;
  line-height: 1.4;
  border-radius: 0;
  box-shadow: none;
}

.heading-lg {
  font-size: 28px;
}

.heading-md {
  font-size: 22px;
}
/* seo July 4, 2025*/


/* About-------------- */

.about__common_FAQS_container {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top-title-con {
    /* margin-top: 20px; */
    padding-bottom: 8px;
    box-sizing: border-box;
    margin-left: 0;
    right: 0;
  }

  .top-title {
    justify-content: center;
    align-items: center;
  }
  .top-tip {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
  }

  .tip-bg {
    width: 107%;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .top-h2 {
    font-size: 16px;
    font-weight: 500;
  }

  .top-h1 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
  }

  .chat-button {
    width: 100%;
    border-radius: 22px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #413c4d;
  }
  .main-content {
    font-size: 16px;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
  }
  .main-content p{
    margin: 10px 0;
  }
  .Azar-Live-Discover{
    margin-top: 0;
    font-weight:800;

  }
  .onlyPC {
    display: none !important;
  }

  .onlyM {
    display: block !important;
  }

  .home-middle {
    padding: 20px 20px;
    box-sizing: border-box;
    background-color: #fbfbfb;
  }
  .home-bottom{
    background-color: rgba(0, 0, 0, 0.03);
  }
  .about__common_FAQS_item {
    padding: 0;
  }

  .about__common_FAQS_item_title {
    height: 50px;
  }

  .h-auto {
    padding-top: 0;
  }

  .about__common_FAQS {
    margin-bottom: 0;
  }

  .about__common_FAQS_item_title img {
    width: 24px;
    height: 24px;
  }
  .main-content{
    overflow: unset;
  }
  .chat-button{
    height: 44px;
    line-height: 44px;
  }
  .Azar-Live-Discover{
    font-size: 24px;
  }
  .chat-button:hover{
    transform: scale(1);
  }
  .top-h1 {
    -webkit-text-stroke: 1px #000;
  }
}
