@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=DM+Serif+Display:ital@0;1&display=swap");

/* #main {
  min-height: 600vh;
  overflow: auto;
} */

#bound-one {
  background: #d0d8db;
}

.scroll-bound {
  height: 300vh;
}

.scroll-bound .content {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scroll-bound video {
  width: 100%;
}

body {
  font-family: "DM Serif Display", serif;
}

footer,
.font-2 {
  font-family: "DM Sans", sans-serif;
}

.grad-card {
  background: url("../imgs/shine_web.gif");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.abt,
.gradient {
  min-height: 100vh;
  background-image: url("../imgs/bg-abt.gif");
  background-size: cover;
  background-position: top center;
}

.ani-abt {
  padding-left: 50px;
}

.ani-abt:hover {
  box-shadow: 0px 4px 4px 2px rgba(0, 104, 125, 0.25) inset;
}

.ani-abt::after {
  content: " ";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  background: url("../imgs/join.gif");
  background-size: contain;
  background-position: center;
  top: -30px;
  left: -40px;
}

header {
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #8080802b;
  z-index: 99999;
}

.nav-link {
  min-width: 100px;
  text-align: center;
  padding: 18px 20px;
}

.nav-link:hover {
  background: #9eefff;
}

.dwn {
  position: absolute;
  right: 3%;
  top: 55%;
  height: 300px;
  z-index: 99;
}

.line-bottom {
  width: 100%;
  height: 20px;
  background-color: #f9f9f9;
  position: relative;
  top: -10px;
  z-index: 2;
  margin-bottom: 20px;
}

.line-top {
  width: 100%;
  height: 20px;
  background-color: #f9f9f9;
  position: relative;
  top: 10px;
  z-index: 2;
}

@media (max-width: 800px) {
  span.num {
    font-size: 10rem;
  }

  .grad-card {
    min-height: 60vh;
  }

  header {
    position: sticky;
    /* top: 25px; */
    box-shadow: 0 0 10px #8080802b;
    z-index: 99999;
  }

  .smk {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  span.num {
    font-size: 5rem;
  }

  .grad-card {
    min-height: 75vh;
  }

  .roq .w-50 {
    width: 25% !important;
  }
}

.video-container {
  position: relative;
}

.video-container::before {
  content: " ";
  height: 100%;
  width: 10px;
  background-color: #f9f9f9;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: -5px;
}

.video-container::after {
  content: " ";
  height: 100%;
  width: 10px;
  background-color: #f9f9f9;
  display: block;
  position: absolute;
  z-index: 999;
  right: -5px;
  top: 0;
}


/* .modal-logo{
  display: flex !important;

} */

/* @media (max-width: 768px) {

  .modal-logo {
    display: flex !important;
      flex-direction: column !important;
  }
}  */

.form-container {

  display: flex;
  width: 100%;
  /* height: calc(100vh - 20px); */
  height: fit-content;


  /* @media (min-width: 768px) and (max-width: 1200px) {
    flex-direction: column;
    height: fit-content;
  } */

}

/* @media (min-width: 320px) and (max-width: 768px) {
  

} */

/* .test{
  display: none !important;
} */

.form-left-contianer {


  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 116px;
  padding-right: 20px;
  padding-top: 80px;

}



.form-right-contianer {

  width: 40%;
  height: fit-content;
  padding-left: 40px;
  /* padding-right: 100px; */
  padding-top: 100px;
  background: rgba(226, 235, 237, 0.30);
  overflow: hidden;

}



.h2-heading {
  color: #52696E;
  text-align: center;
  font-family: DM Serif Display;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.095px;
}



.h4-sub-heading {
  color: #26373B;
  font-family: DM Serif Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.033px;
}



.form-heading-container {
  margin-bottom: 50px;
}

.form-heading {
  color: #101133;
  font-family: DM Serif Display;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.095px;
}

.input-box {
  width: 60%;
}

.step-button {
  display: flex;
  align-items: flex-start;

  gap: 23px;
}

.chip {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 31px;
  border: 0.5px solid var(--gray-6, #141F21);

  color: var(--gray-7, #4A4159);
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.052px;
}



.hidden-header {
  display: none;
}

.take-pause {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 20px);
  padding-top: 70px;
}



.takepause-h2-heading {
  color: #101133;
  text-align: center;
  font-family: DM Serif Display;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.095px;
}

#first-section {
  /* display: block */
}

#second-section {
  /* display: none; */
}

.take-pause-step-button {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 20px;
}

.toggle-image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 50px;
  width: 100%;
}



.mobile_view_toggle {
  width: 111px;
  height: 233px;

}



.toggle-button {
  width: 320px;
  height: 48px;
  display: flex;
  justify-content: center;
}

.hit-button {
  color: var(--Black, #030708);
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  letter-spacing: 0.8px;
  background: #48CAE4;
}

.donate-button {
  color: var(--Black, #030708);
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border-radius: 8px;
  border: none;
  letter-spacing: 0.8px;
  background: #48CAE4;
  height: 32px;
  padding: 8px;
}


.pasue-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
}

.pause-button-img {
  width: 196px;
  height: 196px;
}


.pause-heading {
  color: #1596B0;
  text-align: center;
  font-family: DM Serif Display;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pause-paragraph {
  color: #00687D;
  text-align: center;
  font-family: DM Serif Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.027px;
}



.donation_heading {
  color: var(--primary-5, #1596B0);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.donation_para {
  color: var(--gray-5, #26373B);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.027px;
}

.donation_count {
  color: var(--primary-5, #1596B0);
  font-family: DM Serif Display;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 128px;
  /* 200% */
  letter-spacing: -0.96px;
}

.donation_count_heading {
  color: var(--primary-5, #1596B0);
  text-align: center;

  font-family: DM Serif Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.033px;
}

.donation_para2 {
  color: var(--primary-4, #00687D);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.016px;
}

.donation_video {
  text-align: center;
  width: 25.22%;
  height: auto;
  flex-shrink: 0;
  /* @media (min-width: 320px) and (max-width: 768px) {
    width: 60%;
    height: auto;

  } */
}


.certi_container {
  /* border: 1px solid red; */


}



.certi_heaidng {
  color: var(--primary-5, #1596B0);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;


}



.certi_para {
  color: var(--gray-5, #26373B);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.016px;

}



.certificate_container {

  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  text-align: center;
  position: relative;
}


.certificate-content {
  width: 100%;
  height: auto;
}



.certificate_img {
  width: 100%;
  height: auto;
}



.name {
  color: #2B4550;
  font-family: Dancing Script;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.033px;
  position: absolute;
  top: 41%;
  left: 43%;


}


.date {
  color: #000;
  font-family: Dancing Script;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.044px;
  position: absolute;
  bottom: 17%;
  left: 23%;

}



.button_box {

  display: flex;
  justify-content: center;
  margin-top: 17px;

}



.download_button {
  /* border: 1px solid black; */
  display: flex;
  width: 20%;
  height: auto;
  padding: 10px 70px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 32px;
  background: var(--primary-3, #48CAE4);
  border: none;
}



.download_button_text {
  color: var(--gray-5, #26373B);
  text-align: center;
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.188px;

}




.sharing_box {
  margin-top: 21px;
}

.sharing_heading {
  color: var(--gray-7, #4A4159);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.caption {
  color: var(--gray-7, #4A4159);
  text-align: center;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.052px;
  margin-top: 21px;
  margin-bottom: 40px;
}

.social_media {
  display: flex;
  height: fit-content;
  justify-content: center;
  align-items: flex-end;
  gap: 44px;
}



.social_media_contianer {
  display: flex;
  width: 50px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.social_media_title {
  color: #4A4159;
  text-align: center;
  font-family: DM Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.052px;
}

.download_banner {
  display: flex;
  width: 100%;
  height: auto;
  background: rgba(158, 239, 255, 0.30);

}



.left_continaer {
  /* border: 1px solid brown; */
  width: 60%;
  padding: 32px 0px 0px 120px;

}


.download_heading {
  color: var(--Black, #06030D);
  font-family: DM Serif Display;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.095px;
}



.download_para {
  color: #4A4159;
  font-family: DM Serif Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.016px;

}


.button_container {
  margin-top: 35px;
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;

}


.google_button {}



.ios_button {}



.right_continaer {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;

}



.img_container {
  /* position: absolute; */


}



.img2 {
  position: relative;
  top: 25px;
  right: 100px;
}



.dialog_box {
  width: 600px;
  height: 415px;
  flex-shrink: 0;
  border-radius: 18px;
  border: 1px solid rgba(247, 247, 247, 0.10);
  background: rgba(247, 247, 247, 0.64);
  backdrop-filter: blur(6.599999904632568px);

}



.dialog_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dialog_heading {
  color: var(--primary-4, #00687D);
  font-family: DM Serif Display;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}



.outer_checkbox_container {
  padding: 20px 70px;

}



.checkbox_container {
  margin-bottom: 10px;
}

.label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-4, #00687D);
  font-family: DM Serif Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.016px;
}


.submit_button {
  display: flex;
  width: 100px;
  height: 40px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 32px;
  background: var(--primary-3, #48CAE4);
  border: none;

}

.submit_button_text {
  color: var(--gray-7, #4A4159);
  font-family: DM Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.085px;
}

.checkbox {
  display: none;
  /* Hide the default checkbox */
}

.custom-checkbox {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #00687D;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox::after {
  content: '\2713';
  /* Unicode character for checkmark */
  font-size: 16px;
  color: #00687D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}

.checkbox:checked+.custom-checkbox::after {
  transform: translate(-50%, -50%) scale(1);
}


.dialog_box2 {
  width: 600px;
  height: 415px;
  flex-shrink: 0;
  border-radius: 18px;
  border: 1px solid rgba(247, 247, 247, 0.10);
  background: rgba(247, 247, 247, 0.64);
  backdrop-filter: blur(6.599999904632568px);
}


.dialog_box3 {
  width: 600px;
  height: 415px;
  flex-shrink: 0;
  border-radius: 18px;
  border: 1px solid rgba(247, 247, 247, 0.10);
  background: rgba(247, 247, 247, 0.64);
  backdrop-filter: blur(6.599999904632568px);

}



.remainder_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.remainder_form_label {
  color: var(--gray-2, #A8B7BA);
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.28px;
}

.videoButton {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}

.videoButton2 {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}

.videoButton1 {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}

.audio {
  position: absolute;
  left: 50%;
  top: 86%;
  transform: translate(-50%, -50%);
}

.audiobreathing {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.audio1 {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
}

.videoButtonmusic {
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}

.muteorunmute {
  width: 24px;
  height: 24px;
}

.cert1 {
  width: 100%;
  height: auto;
}

.name1 {}

.date1 {}

@media (min-width:320px) and (max-width:768px) {

  .form-container {
    flex-wrap: wrap;
    height: fit-content;
  }

  .form-left-contianer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-right-contianer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-heading {
    font-size: 32px;
  }

  .h4-sub-heading {
    font-size: 18px;
  }

  .take-pause {
    flex-direction: column;
    height: 100%;
  }

  .toggle-image {
    /* border: 1px solid red; */
    padding: 20px;
    gap: 50px;
  }

  .mobile_view_toggle {
    /* border: 1px solid red; */
    display: flex;
    width: 19%;
    height: 187px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .pause-button-img {
    width: 39%;
    height: auto;
    flex-shrink: 0;
  }

  .donation_video {
    width: 60%;
    height: auto;
  }

  .certi_container {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #F2F5F5;
    padding: 0px 10px;
  }

  .certificate_img {
    width: 100%;
    height: 100%;
  }

  .certi_heaidng {
    font-size: 22px;
  }

  .certi_para {
    font-size: 22px;
  }

  .certificate_container {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
  }

  .certificate-content {
    width: 100%;
    height: auto;
  }

  .name {
    font-size: 16px;
    top: 41%;
    left: 43%;
  }

  .date {
    font-size: 10px;
    bottom: 15.5%;
    left: 20%;
  }

  .button_box {
    justify-content: center;
    align-items: center;
  }

  .download_button {
    /* border: 1px solid black; */
    /* text-align: center; */
    width: 50%;
    padding: 10px 10px;
  }

  .download_button_text {
    font-size: 15px;

  }

  .social_media {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px 70px 0px 70px;
    grid-gap: 5px;
  }

  .download_banner {
    flex-direction: column-reverse;
    background: #F9F9F9;
  }

  .left_continaer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .download_heading {
    font-size: 22px;
  }

  .download_para {
    font-size: 13px;
    text-align: center;
  }

  .button_container {
    margin-top: 20px;
  }

  .google_button {
    width: 45%;
  }

  .ios_button {
    width: 45%;
  }

  .right_continaer {
    width: 100%;
  }

  .outer_checkbox_container {
    display: flex;
    justify-content: first baseline;
    align-items: center;
    padding: 0px 35px;
  }

  .dialog_box2 {
    width: 95%;
    height: 75%;
  }

  .dialog_box3 {
    width: 95%;
    height: 75%;
  }

  .dialog_heading {
    font-size: 22px;

  }

  .img_container {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .dialog_box {
    width: 95%;
    height: 70%;
  }

  .img2 {
    position: absolute;
    z-index: 2344;
    left: -66px;
    top: 59px;
  }

  .videoButton {
    left: 48%;
    top: 72%;
    transform: translate(-50%, -50%);
  }

  .videoButtonmusic {}

  .audio {
    top: 69%;
    /* transform: translate(-50%,-50%); */
  }

  .videoButton1 {
    top: 75%;
  }

  .audio1 {
    top: 72%;
  }

  .audiobreathing {
    left: 50%;
    top: 68%;
    transform: translate(-50%, -50%);
  }

  .videoButton2 {
    left: 50%;
    top: 72.5%;
    transform: translate(-50%, -50%);
  }

  .hindi-desktop {
    display: none;

  }

  .hindi-mobile {
    display: block !important;
  }
}




.hindi-mobile {
  /* border: 1px solid blue; */
  display: none;
}

.hindi-desktop {}

.spinner-border {
  opacity: 0;
  /* display: none; */
  position: relative;
  left: 43%;
  top: 51%;
  color: white;
  transition: opacity 0.5s ease-in-out;
}

.spinner-border.active {
  opacity: 1;
  /* display: block; */
}

.new-heading {
  color: var(--gray-4, #52696E);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 107px;
  font-style: normal;
  font-weight: 400;
  line-height: 107px;
  /* 100% */
  letter-spacing: -1.605px;
}

.new-subheding {
  color: var(--gray-5, #26373B);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.033px;
}

.minutes {
  color: var(--primary-5, #1596B0);
  font-family: DM Serif Display;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.96px;
}

.new-h5 {
  color: var(--primary-4, #00687D);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}