.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;

  padding: 50px 0;
}

.banner .bdcrumb {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 60px;
}

.banner .bdcrumb .item {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 1);
}

.banner .sectitle {
  font-family: Orbitron;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 1);

  margin-bottom: 30px;
}

.banner .secsubtitle {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 0.8);

  width: 600px;
  max-width: 100%;
}

/* End Banner */

/* Contact*/

.contactus {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.contactus .sectitle {
  font-family: Manrope !important;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #7a3cff;

  margin-top: 110px;
}

.contactus .secsubtitle {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #252525;
}

.contactus .sectext {
  font-family: Manrope !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #818181;

  margin-bottom: 40px;
}

.contactus .item {
  box-shadow: 0px 4px 4px 0px #7090b026;
  border: 1px solid #ededed;
  background: #ffffff;

  padding: 10px;
  border-radius: 0 20px 0 20px;

  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contactus .item .itemimg {
  box-shadow: 0px 0px 10px 0px #7090b040;
  margin-right: 20px;

  width: 52px;
  height: 52px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.contactus .item .itemtitle {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #252525;
  margin-bottom: 5px;
}

.contactus .item .itemtext {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #999999;
}

.contactus form {
  box-shadow: 0px 0px 50px 0px #7c7c7c1a;
  background: #ffffff;

  padding: 54px 45px;
  border-radius: 0 60px 0 60px;
}

.contactus form .divid {
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
  width: 322px;
  max-width: 100%;
  height: 2px;

  background: linear-gradient(90deg, #eb6617 0%, rgba(235, 102, 23, 0.1) 100%);
}
.contactus form .divid::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eb6617;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
}

.contactus form .forminp {
  margin-bottom: 30px;
  width: 100%;
}

.contactus form .forminp p {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  color: #818181;
  margin-bottom: 5px;
}

.contactus form .forminp input,
.contactus form .forminp textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 16px;
  border-radius: 0 15px 0 15px;

  resize: none;
}

.contactus form .forminp textarea {
  height: 100px;
}

.contactus form label:has(input[type="radio"]) {
  display: flex;
  align-items: center;
  gap: 6px;

  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;

  color: #818181;

  border-radius: 80px;
  border: 1px solid #818181;

  white-space: nowrap;
  padding: 5px 8px;
  margin-bottom: 5px;
}

.contactus form label:has(input[type="submit"]) {
  background: linear-gradient(92.02deg, #eb6617 0.17%, #ff8035 99.83%);
  border-radius: 0 15px 0 15px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 8px 20px;
}

.contactus form label:has(input[type="submit"]) input {
  background-color: transparent;
  border: none;
  outline: none;

  color: #fff;
  font-family: Orbitron;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
}
