.introduction {
  /*background-color: #f7f6f3;*/
  margin-bottom: 50px;
  margin-top: 20px;
}
.mandali-regular {
  font-family: "Mandali", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-size: 20px;
}
a {
  text-decoration: none;
  color: inherit;
}

body {
  background-color: #ebe7e0;
  padding: 10px;
  margin-left: 100px;
  margin-right: 100px;
}
.container1 {
  display: flex;
  gap: 50px;
}
.menubar ul {
  display: inline-flex;
  gap: 50px;
  list-style: None;
  padding: 0;
  margin: 0;
  font-size: 20px;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}
.menubar {
  width: 100%;
  box-shadow: 0 4px 6px -6px #333;
}
.name {
  font-weight: bold;
  font-size: 30px;
  margin-right: auto;
}
img {
  border-radius: 10px;
  width: 400px;
}

.para {
  text-align: justify;
  margin-right: 30px;
  font-size: 25px;
}
.intro {
  display: flex;
  align-items: center;
}
h2 {
  text-align: center;
  margin-bottom: 40px;
}

.result {
  color: black;
  margin: 20px;
  padding: 10px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.result > .result2,
.result > .result4 {
  color: darkblue;
}
.age,
.sal,
.house,
.business,
.others,
.deductions,
.deductions1,
.startd,
.startv,
.endd,
.endv,
.intr {
  display: flex;
  box-shadow: 0 4px 6px -6px #333;
}

.clickbtn,
.clickbtn2 {
  display: flex;
  gap: 100px;
  justify-content: center;
}

.incometax p,
label,
.intincomecal p,
.intcal p {
  width: 500px;
  font-size: 20px;
}

.result p {
  text-align: center;
  font-size: 20px;
  margin-top: 70px;
}
input {
  margin-left: 0px;
  height: 22px;
  width: 100px;
  text-align: right;
  margin-top: 16px;
}
button {
  margin-top: 15px;
  background-color: lightcoral;
  height: 40px;
  border-radius: 10px;
}
footer {
  text-align: center;
  border-top: 4px solid #ccc;
  padding: 20px;
  font-size: 18px;
  margin-top: 40px;
  font-family: sans-serif;
}
select {
  height: 25px;
  width: 100px;
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (max-width: 1050px) {
  .container1 {
    display: block;
  }
  body {
    margin-left: 30px;
    margin-right: 20px;
  }
  .menubar ul {
    display: block;
  }
  .intro {
    display: block;
  }
  .para {
    font-size: 20px;
  }
  .result {
    width: auto;
  }
  h2 {
    text-align: left;
  }
}
@media (max-width: 420px) {
  img {
    width: 300px;
  }
}
@media (min-width: 421px) and (max-width: 500px) {
  img {
    width: 350px;
  }
}
