@font-face {
  font-family: semibold;
  src: url("../fonts/Poppins-SemiBold.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* =====.Site-wrapper===== */
.site-wrapper {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
/* =====Nav-link=== */
.social {
  margin: auto;
  width: 35%;
}
.nav {
  gap: 0px;
  margin-bottom: -3rem;
}
.nav-link {
  font-size: 14px;
  font-family: semibold;
  font-weight: 400;
  cursor: pointer;
  color: white !important;
}

/* =====Paragraph===== */
p {
  font-size: 18px;
  font-family: semibold;
  font-weight: 400;
  margin: 0;
}

.modal-body {
  padding: 27px 36px;
}
.modal-footer {
  padding: 14px 36px;
}
.modal-footer button {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
}
.modal-content {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
