*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  background-color: #fff;
}

p {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.main-container {
  width: 360px;
  /* background-color: crimson; */
  background-image: url("../img/blue-header.png");
  background-size: contain;
  background-color: #eaebef;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  /* overflow: hidden; */
}

.content-container {
  width: 100%;
  padding: 1rem 1rem 0 1rem;
}

.img {
  width: 100%;
}
.designation-container {
  display: flex;
  width: 90%;
  margin: 2rem 5%;
  align-items: center;
  justify-content: center;
}
.desig-logo {
  background-color: #fff;
  width: 4rem;
  height: max-content;
  padding: 0.4rem 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  border-radius: 8px;
}

.desig-text {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 4%;
}

.desig-logo-img {
  /* padding: 0.3rem; */
}

.card-container {
  background-image: url("../img/back-card.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 17.2rem;
  margin-bottom: 1.1rem;
}

.card-content {
  padding: 1rem;
  position: relative;
  height: 18rem;
}

.logo-card-container {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: #fff;
  border-radius: 8px;
  width: 5rem;
  padding: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.share-logo {
  position: absolute;
  /* top: 1rem; */
  right: 2rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  padding: 0.7rem;
  border-radius: 50%;
}

.owner-img {
  width: 7rem;
  height: 7rem;
  box-sizing: content-box;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.img-fit {
  width: 7rem;
  height: 7rem;
  object-fit: fill;
}

.card-details {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.name {
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.7px;
  margin-bottom: -0.3rem;
}

.designation {
  text-transform: capitalize;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.social-links {
  display: flex;
  justify-content: space-evenly;
  background-color: #eaebef;
  border: 2px solid #fff;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.1rem;
  box-shadow: 0.4rem 0.9rem 3rem rgba(0, 0, 0, 0.075);
}

.social-link-logo {
  width: 6rem;
  height: 6rem;

  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;

  background-color: #014d8d;
  padding: 1.2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0.4rem 0.1rem 1rem #014e8d81;
}

.social-link-text {
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.social-link-logo-1 {
  background-color: #fd9001;
  box-shadow: 0.4rem 0.1rem 1rem #fd900181;
}

.social-link-logo-2 {
  background-color: #65ac4c;
  box-shadow: 0.4rem 0.1rem 1rem #65ac4c81;
}

.social-link-logo-3 {
  background-color: #2895f6;
  box-shadow: 0.4rem 0.1rem 1rem #2895f681;
}

.social-link:visited,
.social-link:link {
  color: #777;
  text-decoration: none;
}

.link:visited,
.link:link {
  text-decoration: none;
}

.cta {
  /* margin: 1rem 0; */
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

.cont {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #014d8d;
  padding: 0.6rem 0.8rem;
  box-shadow: 0.4rem 0.1rem 3rem #65ac4c81;
  border: 2px solid #fff;
  border-radius: 8px;
}

.cta-logo {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 1rem;
  overflow: hidden;
}

.cta-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 0.4rem;
}

.rs {
  padding: 1.3rem;
}

.achievements-links {
  display: flex;
  background-color: #eaebef;
  box-shadow: 0.4rem 0.1rem 3rem #eaebef81;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

.achieve {
  width: 22.4%;
  background-color: #eaebef;
  border: 2px solid #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  box-shadow: 0.4rem 0.9rem 1rem rgba(0, 0, 0, 0.171);
}

.achieve-logo {
  width: 3rem;
  height: 3rem;
  padding: 0.3rem;
  object-fit: contain;
  margin-bottom: 0.6rem;
}

.achieve-text {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  color: #777;
}

.follow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow-text {
  font-size: 1.1rem;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}

.link-img {
  width: 3rem;
  height: 3rem;
  box-shadow: 0.4rem 0.9rem 3rem rgba(0, 0, 0, 0.171);
  background-color: #fff;
  padding: 0.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adjust1 {
  padding: 1.1rem;
  /* background-color: crimson; */
}

.link-1 {
  margin-left: 1.2rem;
}

.nav-img {
  width: 360px;
  margin-top: 20px;
}

.nav-contain {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
}

.link-nav {
  width: 30%;
  /* background-color: crimson; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-img-1 {
  width: 3rem;
  height: 3rem;
  padding: 0.4rem;
}

.nav-text {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #01245a;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.adjust {
  padding: 0rem;
  /* margin-bottom: -1rem; */
  padding-top: 1rem;
}

.nav-abs {
  position: absolute;
  bottom: 7.2rem;
  left: 48%;
}

.earth {
  background-color: #65ac4c;
  border-radius: 50%;
  width: 5.2rem;
  height: 5.2rem;
  position: relative;
  /* margin-top: -13rem; */
  padding: 1.2rem;
}

.text-adj {
  position: absolute;
  bottom: -4rem;
  font-size: 1.37rem;
  letter-spacing: 2px;
}

.abs-branding {
  background-color: #01245a;
  padding: 1rem 0;
  position: absolute;
  bottom: -2rem;
}

.logo-con {
  width: 40%;
  margin: 0 auto;
}

.title {
  background-color: #65ac4c;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.9rem;
  padding: 1rem;
}

.close {
  font-size: 3rem;
  color: #fff;
  background-color: #65ac4c;
}

.btn-secondary {
  background-color: #014d8d;
  border: none;
}

.modal-title {
  color: #fff;
  font-size: 1.8rem;
}

.modal-header {
  background-color: #014d8d;
}

.modal-text0,
.modal-body {
  font-size: 1.5rem;
}

.close-btn {
  position: relative;
  /* bottom: 1rem; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* width: max-content; */
  /* margin: 0 auto; */
  /* margin-bottom: 2rem; */
  padding: 0.5rem 1rem;
  background-color: #65ac4c;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-radius: 8px;
}

.LINK-CONTA {
  width: max-content;
  margin: 0 auto;
  margin-top: 2rem;
}

.qrcode-contain {
  width: 40%;
  margin: 1rem auto;
}

.label,
.submit {
  display: block;
}
.label,
.input {
  font-size: 1.4rem;
}

.input {
  border: 1px solid #000;
}

.submit {
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #65ac4c;
  padding: 0.9rem 1.2rem;
  margin: 0 auto;
  margin-top: 1.2rem;
  border-radius: 8px;
  border: none;
}

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

@media only screen and (max-width: 320px) {
  .content-container {
    width: 94%;
    /* margin: 0 0.3rem; */
    margin-left: auto;
    padding: 0.3rem 0.3rem 0 0.3rem;
  }
}