/* font-family: 'Poppins', sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

header {
  height: 710px;
  max-width: 100%;
  background: rgb(226, 241, 255);
  background: linear-gradient(
    0deg,
    rgba(226, 241, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}

/* Header styling */

.header-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.logo-area {
  flex-basis: 10%;
}

.logo {
  cursor: pointer;
}

nav {
  flex-basis: 70%;
}

.head-right {
  flex-basis: 20%;
  text-align: right;
}

.main-menu {
  list-style: none;
  display: flex;
  gap: 38px;
  justify-content: flex-end;
}

.menu-items {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s;
}

.menu-items:hover {
  color: #722ed1;
  cursor: pointer;
}

.arrow-dwn {
  font-size: 13px;
}

.free-trial {
  color: #722ed1;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #722ed1;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 28px;
  border-radius: 35px;
  transition: 0.5s;
}

.free-trial:hover {
  color: #ffffff;
  background-color: #722ed1;
  cursor: pointer;
}

/* Hero area styling */

.hero-area-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 0 0;
}

.new-version-badge {
  color: #722ed1;
  font-size: 16px;
  font-weight: 500;
  background-color: #f7f1ff;
  display: inline-block;
  padding: 9px 20px;
  border-radius: 35px;
  margin-bottom: 20px;
}

a {
  color: #722ed1;
}

.new-version-badge img {
  margin-right: 6px;
}

.hero-title {
  color: #000000;
  font-size: 45px;
  font-weight: 650;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.hero-bio {
  color: #8f8fa7;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.hero-btn {
  display: flex;
  gap: 15px;
  padding-top: 25px;
}

.hero-btn1 {
  background-color: #722ed1;
  border: none;
  color: #ffffff;
}

.hero-btn2 {
  background-color: #ffffff;
  color: #722ed1;
  border: none;
}

/* Why qubly section styling */

.why-qubly-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}

.why-qubly-head {
  text-align: center;
  padding-bottom: 30px;
}

.eye-icon {
  margin-bottom: -4px;
}

.why-qubly-heading {
  font-size: 33px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.why-qubly-txt {
  color: #8f8fa7;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.qubly-feature-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.qubly-feature-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 15px 0;
}

/* For product team styling */

.product-team-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-team-left {
  flex-basis: 50%;
}

.product-team-right {
  flex-basis: 50%;
}

.group-icon {
  margin-bottom: -5px;
}

.product-team-txt {
  text-align: left;
}

/* Engineering team styling */

.engineering-team-main {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 60px 0;
}

.engineering-team-left {
  flex-basis: 55%;
  padding-left: 220px;
}

.engineering-team-right {
  flex-basis: 50%;
}

/* Testimonial area styling */

#testimonial {
  width: 100%;
  height: 800px;
  margin: 0 0 50px 0;
  background: rgba(226, 241, 255, 0.19);
  background: linear-gradient(
    0deg,
    rgba(226, 241, 255, 0.388) 0%,
    #f3e9fba7 100%
  );
  clip-path: polygon(0 22%, 100% 0, 100% 78%, 0 100%);
}

.testimonial-main {
  width: 1100px;
  margin: 0 auto;
  height: 800px;
  padding-top: 210px;
  text-align: center;
}

.testimonial-text {
  font-size: 23px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.author-name {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-top: 30px;
  cursor: pointer;
}

.author-position {
  margin-top: 0;
  margin-bottom: 35px;
  cursor: pointer;
}

.brand-logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  border-top: 3px solid #eae0fc;
  padding-top: 30px;
}

.brand-logo {
  cursor: pointer;
}

/* Ctc area styling */

.ctc-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.ctc-left {
  flex-basis: 50%;
}

.ctc-right {
  flex-basis: 50%;
}

.ctc-heading {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.ctc-line {
  border: none;
  border-top: 2px solid #eaeaea;
}

.trusted-p {
  color: #b0b0c1;
  margin: 0 15px;
}

.ctc-logo-area {
  padding-top: 50px;
  display: flex;
  gap: 180px;
  padding-bottom: 30px;
}

.ctc-right {
  background-color: #f9f0ff;
  padding: 25px;
  text-align: center;
}

.form-section {
  background-color: #fff;
  padding: 40px;
  margin-top: -70px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.036);
}

.signup-heading {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.ctc-button {
  width: 100%;
  padding: 13px 0;
  border: none;
  margin: 20px 0 15px 0;
  background-color: #722ed1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

input {
  width: 100%;
  padding: 13px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 2px solid #eaeaea;
}

input::placeholder {
  font-size: 16px;
}

input:focus {
  outline: none;
}

.or {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.signup-hr {
  border: none;
  border-top: 2px solid #eaeaea;
  margin: 10px 0;
}

.login {
  color: #8f8fa7;
  font-size: 15px;
}

a {
  color: #722ed1;
}

/* Footer area styling */

footer {
  background-color: #fbfcff;
}

.footer-main {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 80px 0;
}

.footer-col2,
.footer-col3,
.footer-col4,
.footer-col5 {
  flex-basis: 12%;
}

.footer-col1 {
  flex-basis: 25%;
}

.footer-col4 {
  padding-left: 20px;
}

.footer-text {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  margin: 20px 0;
}

.social-icon {
  margin-right: 10px;
  cursor: pointer;
}

.footer-menu-title {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.footer-menu {
  list-style: none;
}

.footer-menu-item {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.footer-menu-item:hover {
  color: #722ed1;
}

.newsletter {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  border: 0;
  padding: 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.036);
}

.newsletter::placeholder {
  font-size: 13px;
}

.footer-col6 img {
  position: absolute;
  margin-left: -30px;
  margin-top: 15px;
}
