/* all common css start  */
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.common {
  width: 1650px;
  margin: 0 auto;
}

/* all common css end  */

/* header part start  */
#phead {
  height: 100px;
  background: white;
}

.main {
  width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.items ul {
  display: flex;
}

.items ul li {
  padding: 0 20px;
}

.items ul li a {
  color: #1c1e53;
  font-size: 21px;
  font-weight: 400;
  transition: 0.5s;
}

.items ul li a:hover {
  color: #5e3bee;
}

.btn {
  padding-right: 20px;
}

.btn a {
  color: #5e3bee;
  border-radius: 5px;
  border: 2px solid #5e3bee;
  transition: 0.5s;
  padding: 15px 27px;
  font-size: 21px;
  font-weight: 400;
}

.btn a:hover {
  background: #5e3bee;
  color: wheat;
}

/* header part end */

/* banner part start  */
#banner {
  padding: 130px 0;
  background: #f5fcff;
}

.bcontent {
  width: 1600px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.btext {
  width: 50%;
}

.btext h3 {
  font-size: 20px;
  font-weight: 600;
  color: #282938;
}

.btext h1 {
  font-size: 70px;
  font-weight: 700;
  color: #5e3bee;
  padding: 20px 0;
}

.btext p {
  font-size: 24px;
  font-weight: 400;
  color: #1c1e53;
  padding-bottom: 70px;
  padding-right: 20px;
}

.btext a {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  background: #5e3bee;
  padding: 18px 25px;
  border-radius: 5px;
  border: 2px solid #5e3bee;
  transition: 0.5s;
}

.btext a:hover {
  background: transparent;
  color: #5e3bee;
}

.bimage {
  width: 50%;
  padding-left: 100px;
  transition: 0.4s;
}

.bimage:hover {
  scale: 1.07;
}

/* banner part end */

/* skill part start */
#skill {
  background: #fff;
  padding: 150px 0;
}

.stext h4 {
  font-size: 22px;
  font-weight: 600;
  color: #282938;
  padding-bottom: 22px;
}

.stext h3 {
  font-size: 64px;
  font-weight: 700;
  color: #282938;
  padding-bottom: 100px;
}

.sitems {
  display: flex;
  justify-content: space-between;
}

.one1 {
  width: 24%;
  border-radius: 15px;
  padding-bottom: 10px;
  transition: 0.4s;
}

.one {
  padding: 32px;
  background: #f5fcff;
  border-radius: 10px;
}

.one1:hover {
  background: #5e3bee;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.08);
}

.one img {
  padding-bottom: 32px;
}

.one h3 {
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #282938;
}

.one p {
  padding-bottom: 32px;
  font-size: 22px;
  font-weight: 400;
  color: #1c1e53;
}

/* Skill part end */

/* about part start */
#about {
  padding: 135px 0;
}

.amain {
  display: flex;
  justify-content: space-between;
}

.pic {
  width: 40%;
  transition: 0.3s;
}

.pic:hover {
  scale: 1.03;
}

.atext {
  width: 50%;
  padding-top: 200px;
}

.atext h4 {
  font-size: 22px;
  font-weight: 600;
  color: #282938;
  padding-bottom: 12px;
}
.atext h3 {
  font-size: 64px;
  font-weight: 700;
  color: #282938;
  padding-bottom: 32px;
}
.atext p {
  font-size: 23px;
  font-weight: 400;
  color: #1c1e53;
  line-height: 150%;
  padding-right: 10px;
}

/* about part end */

/* protfolio part start */
#protfolio {
  padding-top: 75px;
  padding-bottom: 150px;
}

.phead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 105px;
  align-items: center;
}

.ptext h4 {
  font-size: 22px;
  font-weight: 600;
  color: #282938;
  padding-bottom: 22px;
}
.ptext h3 {
  font-size: 64px;
  font-weight: 700;
  color: #282938;
  padding-bottom: 22px;
}

.pbtn a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 20px;
  background: #e62872;
  border-radius: 10px;
  border: 2px solid #e62872;
  transition: 0.4s;
}

.pbtn :hover {
  background: transparent;
  color: #e62872;
}

.pitems {
  display: flex;
  justify-content: space-between;
}

.pitems .pone {
  width: 30%;
}

.pone img {
  border-radius: 8px;
  width: 100%;
}

.onetext {
  padding: 32px 7px 32px 32px;
}

.onetext h4 {
  font-size: 32px;
  font-weight: 700;
  color: #282938;
}

.onetext p {
  font-size: 20px;
  font-weight: 400;
  color: #1c1e53;
  line-height: 150%;
  padding-top: 10px;
  padding-bottom: 32px;
}

.onebtn {
  color: #5e3bee;
  width: 100%;
  border-bottom: 2px;
}

.onebtn a {
  color: black;
  width: 100%;
  border-bottom: 2px solid #5e3bee;
  padding-bottom: 10px;
}

.hoe {
  transition: 0.4s;
}

.pone:hover .onebtn a .hoe {
  color: #006b6a;
  scale: 1.3;
}

.pone {
  transition: 0.3s;
}

.pone:hover {
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.08);
  scale: 1.03;
}

/* protfolio part end */

/* Feedback part start  */
#feedback {
  background: #f5fcff;
  padding: 150px 0;
}

.fhead h5 {
  font-size: 22px;
  font-weight: 600;
  color: #282938;
  padding-bottom: 22px;
}

.fhead h3 {
  font-size: 64px;
  font-weight: 700;
  color: #282938;
  margin-bottom: 105px;
}

.fitems {
  display: flex;
  justify-content: space-between;
}

.fsm1 {
  padding: 40px;
  width: 32%;
  border: 2px solid #006b6a;
  border-radius: 8px;
  transition: 0.4s;
}

.fsm1:hover {
  scale: 1.02;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.3);
}

.fstar {
  display: flex;
  padding-bottom: 40px;
  color: #006b6a;
}

.fsm1 p {
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #1c1e53;
  line-height: 150%;
}

.focus {
  display: flex;
}

.ftex h5 {
  font-size: 22px;
  font-weight: 600;
  color: #282938;
}

.ftex h6 {
  font-size: 22px;
  font-weight: 400;
  color: #1c1e53;
}

.ftex {
  padding: 10px 20px;
}

/* Feedback part end */

.gap {
  height: 50px;
}

/* contact part start  */
#contact {
  padding: 150px 0;
}

.cform {
  margin: 0 auto;
  width: 1050px;
}

.ctext {
  text-align: center;
  margin-bottom: 65px;
}

.ctext h5 {
  font-size: 22px;
  font-weight: 600;
  color: #282938;
}

.ctext h3 {
  font-size: 64px;
  font-weight: 700;
  color: #282938;
  padding-top: 22px;
  padding-bottom: 32px;
}

.ctext p {
  font-size: 24px;
  font-weight: 400;
  color: #1c1e53;
}

.ff {
  display: flex;
  justify-content: center;
}

.mainbox {
  max-width: 700px;
  width: 100%;
}

.gaps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fbox {
  display: flex;
  gap: 20px;
}

.box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

p {
  font-size: 14px;
  color: #333;
}

input,
select,
textarea {
  padding: 10px;
  border: 1px solid #8b5cf6;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #6d28d9;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.submit-btn {
  padding: 15px 27px;
  background-color: #5e3bee;
  color: white;
  font-size: 15px;
  border: 2px solid #5e3bee;
  border-radius: 6px;
  cursor: pointer;
  align-self: center;
  transition: 0.5s;
}

.submit-btn:hover {
  background: transparent;
  color: #5e3bee;
}

/* contact part end */

/* footer part start  */
#footer {
  padding: 105px 85px;
  background: #f5fcff;
}

.fhead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 105px;
}

.flink a {
  font-size: 25px;
  padding: 0 5px;
  color: black;
  transition: 0.4s;
}

.flink a:hover {
  color: #006b6a;
}

.fcop {
  border-top: 2px solid rgba(40, 41, 56, 0.55);
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}

.d1 p {
  font-size: 18px;
  font-weight: 400;
  color: black;
}

.d1 a {
  color: black;
}

.d2 a {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
  color: black;
}

.fcop a {
  transition: 0.3s;
}

.fcop a:hover {
  color: #006b6a;
}

/* footer part end */
