.contact-main-div {
  height: 800px;
  width: 100%;
  /* background-color: red; */
  display: flex;
  margin-top: 80px;
}

.cmd-1 {
  height: 100%;
  width: 60%;
  /* background-color: green; */
}

.cmd-2 {
  height: 100%;
  width: 40%;
  /* background-color: blue; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.cmd-2-img {
  height: 250px;
  width: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.cmd-1-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-left: 50px;
}

/* input section starts here */
.cmd-input-div {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-left: 50px;
  gap: 3px;
  margin-bottom: 20px;
}

.cmd-input-div input {
  height: 50px;
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.308);
  border-radius: 3px;
}

.cmd-input-div textarea {
  /* height: 50px; */
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.308);
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.cmd-input-div label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.776);
}

.cmd-gap {
  height: 50px;
  width: 100%;
}

.cmd-btn {
  height: 50px;
  width: 400px;
  margin-left: 50px;
  border: 0;
  border-radius: 3px;
  background-color: #830100;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  cursor: pointer;
}
.contact-main-div {
  height: 980px;
  width: 100%;
  /* background-color: red; */
  display: flex;
  margin-top:20px;
}

.cmd-1 {
  height: 100%;
  width: 60%;
  /* background-color: green; */
}

.cmd-2 {
  height: 100%;
  width: 40%;
  /* background-color: blue; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.cmd-2-img {
  height: 250px;
  width: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.cmd-1-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-left: 50px;
}

/* input section starts here */
.cmd-input-div {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-left: 50px;
  gap: 3px;
  margin-bottom: 20px;
}

.cmd-input-div input {
  height: 50px;
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.308);
  border-radius: 3px;
}

.cmd-input-div textarea {
  /* height: 50px; */
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.308);
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.cmd-input-div label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.776);
}

.cmd-gap {
  height: 50px;
  width: 100%;
}

.cmd-btn {
  height: 50px;
  width: 400px;
  margin-left: 50px;
  border: 0;
  border-radius: 3px;
  background-color: #830100;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.7px;
  cursor: pointer;
}
