html {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 16px;
  background-color: #485470;
  font-family: sans-serif;
  font-size: 16px;
  font-family: proxima-nova, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
    Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.loadingicon {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: #4ab104;
  border-right-color: #4ab104;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-cls {
  background-color: hsl(234deg 50% 63%);
  padding: 9px 12px;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}
.StyledContainer {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.StyledContent {
  padding: 3rem 2rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25%;
}

.StyledTitle {
  margin: 1rem 0rem;
  font-size: 1.25rem;
  color: #485470;
}

.StyledPlain {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  color: #485470;
}

.StyledPoweredby {
  width: 100%;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2rem;
  margin-top: 2rem;
}

.StyledPoweredbyText {
  font-size: 0.75rem;
  margin: 0;
}

.StyledInfo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  position: relative;
}

.copy-container {
  background-color: #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
}

#copyBTN {
  padding: 7px;
  background-color: #485470;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

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

.text-left {
  text-align: left;
}

.text-xl {
  font-size: 1.3rem;
}

.ml-2 {
  margin-left: 10px;
}

.mt-2 {
  margin-top: 10px;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.text-sm {
  font-size: 14px;
}

/* Mobile phones (portrait and landscape) ---------- */

@media screen and (max-width: 767px) {
  .StyledContent {
    width: 90%;
    text-align: center;
    padding: 1rem;
  }
}

/* Tablets and iPads (portrait and landscape) ---------- */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .StyledContent {
    width: 60%;
  }
}

/* Low resolution desktops and laptops ---------- */

@media screen and (min-width: 1024px) {
  .StyledContent {
    width: 50%;
  }
}

/* High resolution desktops and laptops ---------- */

@media screen and (min-width: 1280px) {
  .StyledContent {
    width: 40%;
  }
}

/* Large screens ---------- */

@media screen and (min-width: 1824px) {
  .StyledContent {
    width: 25%;
  }
}
/* landing-page */

.parent-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.img-prop {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 0;
}
.StyledContent-connect {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  position: relative;
  box-shadow: #4ab104;
}

.StyledTitle-connect {
  margin: 1rem 0rem;
  font-size: 1.25rem;
  color: #ae2025;
}

.welcome-section {
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 0%;
  justify-items: center;
}
.welcome-text {
  text-align: 10px;
  font-weight: bold;
  color: #ae2025;
  letter-spacing: 0.05em;
}
.mactan {
  height: 51px;
  margin-top: -10px;
}
.StyledContainer-welcome {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.StyledInfo-connect {
  width: 100%;
  display: flex;
  padding: 2rem 2rem;
  align-items: center;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  position: relative;
}
.ads-section {
  /* background-image: url("../../images/mobileAds.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  height: 232px;
  min-width: 310px;
  color: #a3a9b7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ads-section {
  height: 232px;
  min-width: 310px;
  color: #a3a9b7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
