* {
  padding: 0;
  margin: 0;
}

.navbar-1 {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  background-color: white;
  position: fixed;
  z-index: 999;
  width: 100%;
  font-family: arial;
  height: 60px;
}

.nav-bar {
}
.nav {
  display: flex;
}
ul > li {
  padding: 15px;
  list-style: none;
  font-weight: 600;
}

ul > li > a {
  text-decoration: none;
  color: black;
}

.logo {
  font-size: 30px;
  font-weight: 800;
}

.contact-bg {
  background: rgb(168, 109, 153);
  background: linear-gradient(
    -30deg,
    rgba(168, 109, 153, 1) 10%,
    rgba(26, 36, 191, 1) 100%
  );
  clip-path: polygon(100% 0, 100% 62%, 28% 98%, 0 70%, 0 0);
  height: 600px;
  width: 100%;
  position: relative;
}

.software-06 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1200px;
}

.cont-us {
  font-family: arial;
  font-size: 75px;
  font-weight: bolder;
  color: white;
  padding-bottom: 50px;
}

.cont-para {
  font-family: Arial;
  font-size: 18px;
  color: lightgray;
  line-height: 30px;
}
.cont-main {
  position: absolute;
  top: 25%;
  left: 18%;
}

.message {
  background-color: white;
  height: 450px;
  width: 70%;
  position: relative;
  margin: auto;
  margin-top: 50px;
  box-shadow: lightgray 6px 6px 60px;
  border-radius: 10px;
}

.name {
  /* position: absolute;
  right: 36%;
  top: 10%; */
  height: 50px;
  width: 400px;
  border-radius: 5px;
  text-align: left;
  margin-left: 0px;
  font-size: 18px;
  background-color: #f2f3f4;
  border: none;
  padding-left: 10px;
}

.mail {
  /* position: absolute;
  top: 10%;
  right: 4%; */
  height: 50px;
  width: 400px;
  border-radius: 5px;
  text-align: left;
  margin-left: 20px;
  font-size: 18px;
  background-color: #f2f3f4;
  border: none;
  padding-left: 10px;
}

.message-type {
  /* position: absolute;
  top: 25%;
  right: 4%; */
  height: 150px;
  width: 820px;
  border-radius: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  background-color: #f2f3f4;
  border: none;
}
/* 
.type {
  position: absolute;
  top: 15%;
  left: 6%;
} */
.send {
  font-size: 40px;
  font-weight: bold;
  font-family: arial;
  line-height: 50px;
}

.send1 {
  color: rgb(234, 123, 37);
  font-weight: bold;
  font-family: arial;
  font-size: 16px;
  padding-bottom: 20px;
}

.submit-bt {
  background-color: #011f5b;
  height: 50px;
  width: 130px;
  color: white;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  font-family: arial;
  border-radius: 30px;
  /* position: absolute;
  bottom: 10%;
  right: 5%; */
  margin: auto;
  margin-top: 25px;
}

.submit-bt:hover {
  background-color: black;
  color: orange;
  transform: scale(1.06);
  transition: 0.5s;
}

.fa-brands {
  margin-left: 10px;
  text-align: center;
  justify-content: center;
  padding: 7px;
  font-size: 25px;
  background-color: #ff6347;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.icon {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.footer {
  background-image: url("../css/assets/images/software-10.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  margin-top: 30px;
}
.heading {
  font-size: 80px;
  font-weight: bolder;
  color: white;
  text-align: center;
  padding-top: 10%;
}

.product {
  color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 6px;
}

.buy-bt {
  background: #011f5b;
  font-size: 18px;
  font-weight: 600;
  color: white;
  height: 60px;
  width: 280px;
  text-align: center;
  line-height: 60px;
  margin: auto;
  margin-top: 50px;
  border-radius: 30px;
}

.buy-bt:hover {
  background-color: black;
  color: orange;
  transform: scale(1.04);
  transition: 0.6s;
}
