body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  margin: 0 !important;
}

h1,
h2,
h3,
h4,
div,
span,
p,
a {
  /* font-family: "Open Sans" !important; */
}

header {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.header-image {
  margin-right: 20px;
  width: 211px;
  height: auto;
}

.header-text {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.footer-image {
  margin-right: 20px;
  width: 65px;
  height: auto;
}

footer {
  padding-top: 5%;
}

footer p {
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.5rem 0;
}

.first-text span {
  font-weight: 700 !important;
}

.gsmForm {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.nameForm {
  background-color: transparent;
}

.divider {
  width: 2px;
  height: auto;
  border-radius: 12px;
  background: rgba(210, 210, 210, 0.3);
  margin: 0 20px;
}

.info-box,
#messageGsm,
#messageName {
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
  text-align: left;
}

#messageGsm,
#messageName {
  color: #fff;
}

.info-box p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0 1rem;
}

.info-box span {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rounded-circle {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
}

.info-time {
  color: #878787;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-top: 0.5rem;
}

.gsmForm .title {
  color: #000;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.description {
  color: #383838;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.description span {
  font-weight: 700;
}

.nameForm .title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

input {
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  height: 60px;
  width: 100%;
  color: #383838 !important;
  font-size: 18px !important;
}

.gsmForm button {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 25px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #7336ff 0%, #3269ff 100%);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
}

.gsmForm button:hover {
  background: linear-gradient(90deg, #3269ff 0%, #7336ff 1000%);
}

.nameForm button {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 25px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #7336ff;
  background: transparent;
  color: #3d67ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nameForm button:hover {
  background: linear-gradient(90deg, #7336ff 0%, #3269ff 100%);
  color: #fff;
}

select {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #383838 !important;
  font-size: 18px !important;
}

form {
  width: 100%;
}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .header-image {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .divider {
    width: 100%;
    height: 2px;
    margin: 20px 0;
  }

  .row {
    margin: 0;
  }
}
