body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
}

*,
::after,
::before {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.d-flex{
  display: flex !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button {
  text-transform: none;
  overflow: visible;
}

.sm-btn-h {
  height: 50px;
  font-size: 16px;
}
.logo-img {
  height: 100px;
  width: auto;
  margin: auto;
  display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.subscribe-disable-btn {
  background: #a7b1ac;
}

.MainContainer {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.LandingPageContainer {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 60%;
}
.heading-one-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  /* line-height: 116%; */
  color: #00522c;
  margin: 10px 0px;
}

.subscribeUserContainer {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 40%;
  background: #ffffff;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 40px;
  margin: 20px 0px 0px 0px;
}

.section-container {
  width: 40%;
}
.subscribe-one-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 116%;
  color: #00522c;
}
.subscribe-input-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 116%;
  color: #878787;
}
.subscribe-input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #878787;
  border-bottom: 1px solid #878787;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 60%;
}
.subscribe-otp-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 116%;
  margin-bottom: 0;
  margin-top: 20px;

  color: #878787;
}
.subscribe-otp-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 55%;
  margin-top: 15px;
}
.subscribe-otp-input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border-bottom: 1px solid #878787;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #1e1e1e;
  width: 20%;
  background-color: transparent;
}
.final-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 116%;
  letter-spacing: 0.01em;
  width: 40%;
  text-align: center;
  color: #878787;
  margin-top: 20px;
}

@media screen and (min-width: 1100px) {
  .MainContainer {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .LandingPageContainer {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 60%;
  }
  .heading-one-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    /* line-height: 116%; */
    color: #00522c;
    margin: 10px 0px;
  }

  .subscribeUserContainer {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
    background: #ffffff;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 40px;
    margin: 20px 0px 0px 0px;
  }
  .section-container {
    width: 40%;
  }
  .subscribe-one-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 116%;
    color: #00522c;
  }
  .subscribe-input-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 116%;
    color: #878787;
  }
  .subscribe-input {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #878787;
    border-bottom: 1px solid #878787;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 65%;
  }
  .subscribe-otp-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 116%;
    margin-bottom: 0;
    margin-top: 20px;

    color: #878787;
  }
  .subscribe-otp-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    width: 60%;
    margin-top: 15px;
  }
  .subscribe-otp-input {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #878787;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #1e1e1e;
    width: 20%;
  }

  .final-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 116%;
    letter-spacing: 0.01em;
    width: 40%;
    text-align: center;
    color: #878787;
    margin-top: 20px;
  }
}
@media screen and (max-width: 950px) {
  .MainContainer {
    width: 100%;
    /* padding:20px; */
  }
  .LandingPageContainer {
    width: 60%;
    padding: 20px;
  }
  .heading-one-text {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .subscribeUserContainer {
    width: 85%;
    padding: 20px;
  }
  .section-container {
    width: 85%;
  }
  .subscribe-one-text {
    font-size: 17px;
  }
  .subscribe-input {
    width: 65%;
  }
  .subscribe-otp-div {
    width: 65%;
  }
  .subscribe-otp-text {
    font-size: 14px;
  }
  .subscribe-input-text {
    font-size: 14px;
  }
  .final-text {
    width: 85%;
  }
}
@media screen and (max-width: 840px) {
  .MainContainer {
    width: 100%;
    /* padding:20px; */
  }
  .LandingPageContainer {
    width: 60%;
    padding: 20px;
  }
  .heading-one-text {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .subscribeUserContainer {
    width: 85%;
    padding: 20px;
  }
  .section-container {
    width: 85%;
  }
  .final-text {
    width: 85%;
  }
  .subscribe-one-text {
    font-size: 17px;
  }
  .subscribe-input {
    width: 65%;
  }
  .subscribe-otp-div {
    width: 65%;
  }
  .subscribe-otp-text {
    font-size: 14px;
  }
  .subscribe-input-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .MainContainer {
    width: 100%;
    /* padding:20px; */
  }
  .LandingPageContainer {
    width: 60%;
    padding: 20px;
  }
  .heading-one-text {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .subscribeUserContainer {
    width: 85%;
    padding: 20px;
  }
  .section-container {
    width: 85%;
  }
  .final-text {
    width: 85%;
  }
  .subscribe-one-text {
    font-size: 17px;
  }
  .subscribe-input {
    width: 65%;
  }
  .subscribe-otp-div {
    width: 65%;
  }
  .subscribe-otp-text {
    font-size: 14px;
  }
  .subscribe-input-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 666px) {
  .MainContainer {
    width: 100%;
    /* padding:20px; */
  }
  .LandingPageContainer {
    width: 100%;
    padding: 20px;
  }
  .heading-one-text {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .subscribeUserContainer {
    width: 100%;
    padding: 20px;
  }
  .section-container {
    width: 100%;
  }
  .subscribe-one-text {
    font-size: 17px;
  }
  .subscribe-input {
    width: 85%;
  }
  .subscribe-otp-div {
    width: 80%;
  }
  .subscribe-otp-text {
    font-size: 14px;
  }
  .subscribe-input-text {
    font-size: 14px;
  }
  .final-text {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .MainContainer {
    width: 100%;
    /* padding:20px; */
  }
  .LandingPageContainer {
    width: 100%;
    padding: 20px;
  }
  .heading-one-text {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .subscribeUserContainer {
    width: 100%;
    padding: 20px;
  }
  .section-container {
    width: 100%;
  }
  .subscribe-one-text {
    font-size: 17px;
  }
  .subscribe-input {
    width: 85%;
  }
  .subscribe-otp-div {
    width: 80%;
  }
  .subscribe-otp-text {
    font-size: 14px;
  }
  .subscribe-input-text {
    font-size: 14px;
  }

  .final-text {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .MainContainer {
    width: 100%;
  }
  .LandingPageContainer {
    width: 100%;
  }
  .heading-one-text {
    font-size: 18px;
  }
  .subscribeUserContainer {
    width: 100%;
    padding: 20px;
  }
  .section-container {
    width: 100%;
  }
  .subscribe-one-text {
    font-size: 15px;
  }
  .subscribe-input {
    width: 85%;
  }
  .subscribe-otp-div {
    width: 80%;
  }
  .final-text {
    width: 100%;
  }
}

.disabled-resend-otp {
  pointer-events: none;
  color: gray !important;
}

.detail .info {
  color: #51d303;
  font-weight: bold;
  cursor: pointer;
}

#otp input[type="text"] {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #b4b4b4;
  margin-left: 4px !important;
  margin-right: 4px !important;
  border-radius: 0.5rem !important;
}

.btn-responsive {
  height: 50px;
  width: 106.39351654052734px;
  border-radius: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  background: #00522c;
  color: #ffffff;
}

.otp-div {
  width: 241.4120178222656px;
  margin-left: 0px;
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .btn-responsive {
    /* margin-top: 10%; */
    width: 100%;
  }

  #otp input[type="text"] {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .btn-responsive {
    /* margin-top: 10%; */
    width: 100%;
  }

  #otp input[type="text"] {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .btn-responsive {
    /* margin-top: 10%; */
    width: 100%;
  }

  #otp input[type="text"] {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
}

/* Medium devices (landscape tablets, 992px and up) */
@media only screen and (min-width: 992px) {
  .btn-responsive {
    /* margin-top: 10%; */
    width: 100%;
  }

  #otp input[type="text"] {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  background-color: #f8d7da; /* Black background color */
  color: #721c24; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 5px;
  border-color: #f5c6cb; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: auto;
  right: 30px; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
