* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #fff;
  background: #111;
  background: oklch(0.18 0 0);
}

.container {
  max-width: 1000px;
  margin-inline: auto;
}

.main {
  background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/tribute/bg-manmohan.jpg?imbypass=true);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100dvh;

}

.nav_main .nav_items li a {
  display: flex;
  align-items: center;
}

.logocontainer {
  position: relative;
  min-height: 25px;
}

.logocontainer .welogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 153px;
  height: auto;
}

.container_wapper {
  position: relative;
}

.diya {
  background: url(https://akm-img-a-in.tosshub.com/sites/interactive/tribute/candle.png) center bottom no-repeat;
  width: 58px;
  height: 84px;
  background-size: cover;
  position: relative;
  min-height: 90px;
  background-size: 100% 84px;
  margin-inline: auto;
}

.main_headtitle {
  display: flex;
  align-items: center;
  padding-top: 30px;
  justify-content: space-between;
  max-width: 80%;
  margin-inline: auto;
}

.headings {
  margin-bottom: 50px;
  padding-left: 20px
}

.headings .main_title {
  font-size: 65px;
  color: #fff;
  color: oklch(1 0 0);
  text-align: left;
  line-height: 1.3;
  font-weight: 800;
  text-shadow: 0 3px 0px #989898;
}

.headings .main_title span {
  display: block;
  font-size: 65px;
}

.headings .sub_title {
  font-size: 20px;
  text-align: left;
  color: #fff;
  color: oklch(1 0 0);
  font-weight: 500;
  padding-top: 15px
}

.footer {
  background-color: #000;
  padding: 10px 0;
}

.footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

.footer p a {
  color: #fff;
  text-decoration: none;
}

.diya_list {
  padding-top:0px;
  margin-bottom: 30px;
}

.diya_list .list_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(107px, 1fr));
  grid-gap: 30px 70px;
}

.cursor {
  display: none
}

.diya *, .diya *:before, .diya *:after, .cursor *, .cursor *:before, .cursor *:after {
  position: absolute;
  content: "";
}

.thread {
  width: 3px;
  height: 11px;
  top: 9px;
  left: 28px;
  z-index: 1;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  background: #121212;
  background: linear-gradient(#d6994a, #4b232c, #121212, black, #fff01a 90%);
}

.glow {
  width: 6px;
  height: 11px;
  border-radius: 50% 50% 35% 35%;
  left: 28px;
  top: 5px;
  transform: translateX(-50%);
  background: rgba(0, 133, 255, .7);
  box-shadow: 0 -40px 30px 0 #dc8a0c, 0 40px 50px 0 #dc8a0c, inset 3px 0 2px 0 rgba(0, 133, 255, .6), inset -3px 0 2px 0 rgba(0, 133, 255, .6);
}

.glow:before {
  width: 70%;
  height: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
}

.flame {
  width: 10px;
  height: 25px;
  left: 28px;
  transform-origin: 50% 100%;
  transform: translateX(-50%);
  bottom: 75px;
  border-radius: 50% 50% 20% 20%;
  background: rgba(255, 255, 255, 1);
  background: linear-gradient(white 80%, transparent);
  animation: moveFlame 3s linear infinite, enlargeFlame 4s linear infinite;
}

@keyframes moveFlame {
  0%, 100% {
    transform: translateX(-50%) rotate(-4deg);
  }

  50% {
    transform: translateX(-50%) rotate(4deg);
  }
}

@keyframes enlargeFlame {
  0%, 100% {
    height: 20px;
  }

  50% {
    height: 25px;
  }
}

.flame:before {
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 20% 20%;
  box-shadow: 0 0 15px 0 rgba(247, 93, 0, .4), 0 -6px 4px 0 rgba(247, 128, 0, .7);
}

.user_name {
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-top: 10px;
  text-transform: uppercase;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user_city {
  font-size: 11px;
  text-align: center;
  color: #b6b6b6;
  font-weight: 500;
  /* display: flex;
  justify-content: center; */
}

.cursor {
  position: fixed;
  width: 20px;
  height: 75px;
  top: 0px;
  left: 0;
  transform: translate(calc(-50% + 10px), -50%);
}

.cursor .glow {
  width: 15px;
  height: 33px;
  bottom: 0px;
  z-index: 2;
  left: 7px;
  top: 30px;
}

.cursor .flame {
  left: 0px;
  width: 15px;
  height: 90px;
  bottom: 16px;
  animation: cursormoveFlame 4s linear infinite, cursorenlargeFlame 3s linear infinite;
  z-index: 3;
}

@keyframes cursormoveFlame {
  0%, 100% {
    transform: translateX(-50%) rotate(-4deg);
  }

  50% {
    transform: translateX(-50%) rotate(4deg);
  }
}

@keyframes cursorenlargeFlame {
  0%, 100% {
    height: 62px;
  }

  50% {
    height: 82px;
  }
}




.stick {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  width: 130px;
  height: 6px;
  background: #FFCC7A;
  border-right: 3px solid #A3824E;
  border-bottom: 3px solid #A3824E;
  box-sizing: border-box;
  border-radius: 99px;
  transform-origin: 0 50%;
  transform: rotateZ(20deg);
}

.stick::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 12px;
  background: #8d0101;
  border-bottom: 4px solid #600101;
  border-radius: 100%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.box-contaner {
  grid-column: span 3;
  grid-row: span 3;
  height: 100%;
}

.box-contaner .box {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 15px;
  min-height: calc(100% - 30px);
  max-width: 600px;
  margin-inline: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 15px 30px;
  position: relative;
}

.content_text {
  color: #fff;
  font-size: 20px;
  text-align: center;
  min-height: 55px;
}


/* USER DIYA */
.user_diya .user_name {
  opacity: 0;
}

.user_diya .diya {
  background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/tribute/candle2x.png);
  width: 115px;
  height: 350px;
  background-size: 100% 168px;
  min-height: 250px;
  margin-inline: auto;
}

.user_diya .thread {
  width: 7px;
  height: 25px;
  top: 172px;
  left: 55px;
}

.user_diya .glow {
  width: 20px;
  height: 35px;
  top: 152px;
  left: 55px;
  z-index: 1;
}

.user_diya .flame {
  width: 25px;
  height: 120px;
  bottom: 163px;
  left: 55px;
  z-index: 2;
  animation: usermoveFlame 3s linear infinite, userenlargeFlame 4s linear infinite;
}

.user_diya.off .blinking-glow, .user_diya.off .glow, .user_diya.off .flame {
  opacity: 0;
}



@keyframes usermoveFlame {
  0%, 100% {
    transform: translateX(-50%) rotate(-2deg);
  }

  50% {
    transform: translateX(-50%) rotate(2deg);
  }
}

@keyframes userenlargeFlame {
  0%, 100% {
    height: 90px;
  }

  50% {
    height: 110px;
  }
}


.bodymain.diya_animation .box-contaner .user_diya {
  --diya-top: -21px;
  --diya-left: 587px;
}

@media (max-width:500px) {
  .bodymain.diya_animation .box-contaner .user_diya {
    --diya-top: 345px;
    --diya-left: 127px;
  }
}

.bodymain.diya_animation .box-contaner .diya_wap {
  position: relative;
  animation: movediya 1s linear forwards;
  animation-delay: 1s;
}

.bodymain.diya_animation .list_container .user_diya_box.diya_wap>div {
  animation: showdiya 0.3s linear forwards;
  animation-delay: 1.8s;
}

@keyframes showdiya {
  80% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@keyframes movediya {
  10% {
    top: 0px;
    scale: 1;
    opacity: 1;
    left: 0;
  }

  100% {
    top: calc(var(--diya-top) - 111px);
    scale: 0.2;
    opacity: 0;
    left: calc(var(--diya-left) - 227px);
  }
}

.user_diya_box {
  border: 2px dotted #fff;
  border-radius: 10px;
}

.bodymain.diya_animation .user_diya_box {
  animation: hideposition 0.3s linear forwards;
  animation-delay: 1.5s;
}

.bodymain .user_diya_box>div {
  opacity: 0;
}

@keyframes hideposition {
  100% {
    border-color: transparent;
  }
}

.bodymain.diya_animation .cursor {
  display: none;
}

@media (max-width:820px) {
  .cursor {
    top: 580px;
    left: 135px;
    position: absolute;
  }
}


@media (max-width:1000px) {
  .diya_list {
    padding: 10px 15px;
  }

  .headings .main_title {
    line-height: 1.2;
  }
}

/* form style */
.form_container {
  max-width: 100%;
  margin-inline: auto;
  padding-top: 10px
}

.form_container .form_title {
  font-size: 28px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px;
}

.form_container .form_items {
  margin-block-end: 15px;
}

.form_container .form_items:not(.otp) input[type="text"], .form_container .form_items select {
  border: 0;
  width: 100%;
  padding: 5px 15px;
  min-height: 40px;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  color: #323232;
  font-weight: 400;
}

.form_container .form_items select {
  height: 40px;
}

.form_container .form_items input[type="text"]::placeholder {
  color: #111;
}

.form_container .form_items.otp {
  width: 278px;
  margin-inline: auto;
}

.form_container .form_items .error_msg, .form_container .error_msg {
  color: #f37f8a;
  font-size: 12px;
}

.form_container>.error_msg {
  padding-bottom: 5px;
}

.form_container .form_items input[type="text"].is-invalid {
  border: 2px solid #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  padding-right: 25px;
}

.form_container .form_items .submit-button, .form_container .form_items .get-otp-button {
  width: 140px;
  background-color: #111;
  background-color: oklch(0 0 0);
  margin-inline: auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.form_container .form_items #html_element {
  margin-inline: auto;
  width: 300px;
}

.contycity {
  display: flex;
  gap: 10px;
}

.contycity .form_items {
  flex-basis: 50%;
}

#content_thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 28px;
  color: #fff;
  opacity: 0;
}

.diya_animation #content_thanks {
  animation: thanksmesg 1s forwards ease-in-out;
  animation-delay: 2s;
}

@keyframes thanksmesg {
  0% {
    display: none;
    opacity: 0;
  }

  50% {
    display: block;
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

:where(.one-time-code) {
  --otp-digits: 4;
  --otp-ls: 1.7ch;
  --otp-gap: 1.23;

  /* private consts */
  --_otp-bgsz: calc(var(--otp-ls) + 1ch);
  --_otp-digit: 0;

  all: unset;
  background: linear-gradient(90deg,
      var(--otp-bg, #eee) calc(var(--otp-gap) * var(--otp-ls)),
      transparent 0),
    linear-gradient(90deg,
      var(--otp-bg, #eee) calc(var(--otp-gap) * var(--otp-ls)),
      transparent 0);
  background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
  background-repeat: no-repeat, repeat-x;
  background-size: var(--_otp-bgsz) 100%;
  caret-color: #b86c00;
  caret-shape: block;
  clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
  font-family: ui-monospace, monospace;
  font-size: var(--otp-fz, 2.5em);
  inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
  letter-spacing: var(--otp-ls);
  padding-block: var(--otp-pb, 0);
  padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));
  color: #000;
}

.info, .success, .warning, .error, .validation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('https://i.imgur.com/Z8q7ww7.png');
}

.form_container .form_items .is-invalid input[type="text"]::placeholder {
  color: #FF0000;
}

#get-otp-div, #submit-div {
  position: relative;
}

.loading {
  position: absolute;
  top: 12px;
  left: calc(50% - -75px);
  display: none;
}



@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.main_headtitle {
  position: relative;
}
.main_headtitle .title_logo { line-height:0px;}

.counter_wapper {
  position: absolute;
  top: 20px;
  right: -100px;
  font-size: 24px;
  display: flex;
  color: #fff;
  padding: 4px 15px;
  border-radius: 30px;
  line-height: 1.3;
  min-width: 50px;
}

.counter_wapper span {
  font-weight: 400;
  padding-right:10px;
}

.counter_anim {
  font-weight: 700;
  animation: counter 3s forwards alternate ease-in-out;
  counter-reset: num var(--num);
}

.counter_anim:after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }

  to {
    --num: var(--count);
  }
}

@media (max-width:950px) {
  .main_headtitle {
    max-width: 80%;
    padding-bottom: 20px;
  }
}

@media (max-width:767px) {
  .form_container {
    width: 100%
  }

  .main_headtitle {
    max-width: 100%;
    flex-direction: column;
    padding-top: 10px
  }

  .title_logo img {
    height: 150px
  }

  .headings .main_title {
    font-size: 35px;
    text-align: center;
  }

  .headings .main_title span {
    font-size: 43px;
  }

  .headings .sub_title {
    padding-top: 15px;
  }

  .counter_wapper {
    right: 10px;
    font-size: 20px;
    min-width: 100%;
    min-width: 100%;
    justify-content: center;
    align-items: center;
  }

  .box-contaner {
    grid-column: span 2;
  }

  .headings .sub_title {
    text-align: center;
  }

  .form_container .form_title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .counter_wapper {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .box-contaner .box {
    padding: 5px 15px;
  }

  .headings {
    padding-left: 0px
  }
}

@media (max-width:900px) {
  .counter_wapper {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .counter_wapper {
    right: 10px;
    font-size: 20px;
    min-width: 100%;
    min-width: 100%;
    justify-content: center;
  }


}

.xs_diya .diya {
  width: 13px;
  height: 26px;
  min-height: 20px;
  background-size: 100% 17px;
}

.xs_diya .diya .thread {
  top: 5px;
  width: 2px;
  height: 7px;
  left: 5px;
}

.xs_diya .diya .glow {
  width: 5px;
  height: 8px;
  top: -2px;
  left: 5px;
}

.xs_diya .diya .flame {
  width: 5px;
  height: 30px;
  left: 5px;
  bottom: 19px;
  animation: xsmoveFlame 2s linear infinite, xsenlargeFlame 3s linear infinite;
}

@keyframes xsmoveFlame {
  0%, 100% {
    transform: translateX(-50%) rotate(-2deg);
  }

  50% {
    transform: translateX(-50%) rotate(2deg);
  }
}

@keyframes xsenlargeFlame {
  0%, 100% {
    height: 10px;
  }

  50% {
    height: 15px;
  }
}

.viewall_link {
  display: flex;
  margin-bottom: 20px
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.btn-15 {
  background: #111;
  border: 1px solid #fff;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: inset 2px 2px 7px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
/*  transition: all 0.3s linear;*/
}

#otp_error_msg {
  margin-top: 5px;
  display: block;
}

.btn-15:hover {
  color: #111;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.btn-15:active {
  top: 2px;
}

.pagination_wapper {
  margin-bottom: 10px;
  position: relative;
}

.pagination_wapper .page_mesg {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #bebebe;
  top: 50%;
  transform: translateY(-50%);
}

#pagination {
  margin: 0;
  padding: 0;
  text-align: center
}

#pagination .page_mesg {
  color: #323232;
}

#pagination li {
  display: inline;
  color: #000;
  margin-right:7px;
}

#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #000;
}

#pagination li a.active {
  background-color: #ffffff;
  color: #000;
}

@media (max-width:767px) {
  .pagination_wapper .page_mesg {
    position: relative;
    text-align: center;
    padding-bottom: 0;
    right: auto;
    display: block;
  }
}

.clickarea {
  z-index: 4;
  top: 134px;
  left: 12px;
  width: 97px;
  height: 76px;
}

.clickarea:before {
  background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/ram-mandir/images/tap-desktop.gif);
  width: 40px;
  height: 57px;
  background-size: 100% 58px;
  background-repeat: no-repeat;
  top: 52px;
  left: 27px;
}

.intrative_container .user_diya .clickarea:before {
  opacity: 0;
}

.intrative_container .user_diya.off .clickarea:before {
  opacity: 1;
}

@media (max-width:1000px) {
  .clickarea:before {
    background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/ram-mandir/images/tap-mobile.gif);
  }
}

.text-counter {
  font-size: 15px;
  line-height: 30px;
  padding-left: 5px;
}

.cityname {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.rhs-fixwhtsapp {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -5px 4px 10px 0 rgb(0 0 0 / 20%);
  width: 51px;
  height: 44px;
  background-color: #368a41;
  border-radius: 8px 0 0 8px;
  z-index: 887;
}

.rhs-fixwhtsapp>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp_share svg path {
  fill: #FFF;
}

@media only screen and (max-width: 767px) {
  .mhide.rhs-fixwhtsapp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .desktop-hide.rhs-fixwhtsapp {
    display: none
  }
}

/* only for indiatoday */
html[lang="en"] .main_headtitle {
  max-width: 100%
}

html[lang="en"] .headings .main_title {
  font-size: 55px;
}

html[lang="en"] .headings .main_title span {
  font-size: 66px;
}

html[lang="en"] .counter_wapper {
  right: 0;
}

@media (max-width:900px) {
  html[lang="en"] .logocontainer .welogo {
    left: 15px;
  }
}

@media(max-width:767px) {
  html[lang="en"] .headings .main_title {
    font-size: 30px;
  }

  html[lang="en"] .headings .main_title span {
    font-size: 35px;
  }

  html[lang="en"] .logocontainer .welogo svg {
    width: 160px
  }

  html[lang="en"] .logocontainer .welogo {
    left: 10px;
  }
}

@media (min-width:820px) {
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .footer {
    margin-top: auto;
  }
}

.diya_animation #content_thanks {
  animation: thanksmesg 1s forwards ease-in-out;
  animation-delay: 2s;
  background: url(https://akm-img-a-in.tosshub.com/sites/interactive/tribute/namaste.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid yellow;
  box-shadow: 0 0 50px #000000;
  height: 160px;
  width: 160px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -999999999px;
}