@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.bg-fgf {
    background-color: #1a1a1a;
}
.nme h2 {
  font-weight: 700;
  color: #dd4377;
}
.padi {
  padding: 30px 32px 30px 32px;
}
.mb-50 {
  margin-bottom: 50px;
}
form {
  display: flex;
  flex-direction: column;
}
input[type="text"],
input[type="email"],
input[type="email"],
input[type="date"], textarea , select {
    width: 100%;
    height: 50px;
    border: 1px solid #dd4377;
    border-radius: 5px;
    opacity: 1;
    display: block;
    color: #888888;
    background: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.info p:nth-child(1) {
  color: #dd4377;
  opacity: 1;
  padding-left: 82px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}
.info p:nth-child(1):before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(page.png);
  position: absolute;
  top: 0;
  left: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
input[type="submit"] {
    background: #dd4377;
  border-radius: 4px;
  border: 1px solid #dd4377;
  color: #ffffff;
  opacity: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 32px;
  font-size: 14px;
  font-family: "poppins";
}
.optn {
    width: 100%;
    height: 40px;
    border: 1px solid #dd4377;
    border-radius: 5px;
    opacity: 1;
    display: block;
    color: #888888;
    background: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.mass {
  height: 80px;
  width: 100%;
  border: 1px solid #dd4377;
  border-radius: 8px;
  opacity: 1;
  display: block;
  color: #888888;
  background: #fff !important;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
}
b {
  color: #dd4377;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  padding-left: 5px;
  font-family: "Poppins";
}
@media (min-width: 1200px) {
  .container {
    width: 1000px !important;
  }
}
@media only screen and (max-width: 600px) {
  .info p:nth-child(1):before {
    content: "";
    width: 65px;
    height: 40px;
    background: url(page.png);
    position: absolute;
    top: 0;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .info p:nth-child(1) {
    color: #dd4377;
    opacity: 1;
    padding-left: 54px;
    position: relative;
    font-size: 12px;
    margin-bottom: 25px;
}
.mt--50{
    margin-top: -50px;
}
}
.bgoj {
    background: url(about.jpg);
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }