@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
}

h1 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.75rem;
}

h2 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 4.375rem;
}

h3 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2.875rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.75rem;
  font-weight: 800;
}

h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.number__heading {
  font-size: 3.125rem;
  font-weight: 700;
}

/*--------margin and padding global------*/
.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.my-6 {
  margin: 6rem 0rem;
}

.mx-6 {
  margin: 0rem 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding: 6rem 0rem;
}

.px-6 {
  padding: 0rem 6rem;
}

.button__one {
  background-color: #ffffff;
  padding: 0.8rem 2rem;
  color: #2B2E63;
  font-weight: 600;
  font-size: 1rem;
  border: 1px solid #2B2E63;
  box-shadow: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.button__one a {
  color: #2B2E63;
  opacity: 1;
}
.button__one:hover {
  background-color: #2B2E63;
  color: #ffffff;
  border: 1px solid #ffffff;
  opacity: 1;
}
.button__one:hover a {
  color: #ffffff;
  opacity: 1;
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #eff0ff 100%);
}

.top__header__area {
  padding: 2rem;
}
.top__header__area .top__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__header__area .top__inner img {
  height: 4.8rem;
  width: 15rem;
  margin-left: 1.6rem;
}
.top__header__area .top__inner .contact_portal .button__one {
  margin-right: 1.875rem;
}

.banner__ {
  margin-bottom: 13rem;
  padding: 0rem 4rem;
  position: relative;
}
.banner__::after {
  content: "";
  background-color: #eac1de;
  filter: blur(3.125rem);
  position: absolute;
  width: 16rem;
  height: 20rem;
  right: 0;
  top: 10%;
  opacity: 2;
  z-index: -1;
}
.banner__::before {
  content: "";
  background-color: #eac1de;
  filter: blur(5.25rem);
  position: absolute;
  width: 24rem;
  height: 22rem;
  left: 0;
  top: 60%;
  opacity: 2;
  z-index: 2;
  border-radius: 50%;
}
.banner__ .banner__element {
  background-color: #2B2E63;
  border-radius: 2.5rem;
  position: relative;
}
.banner__ .banner__element .right__data h1 {
  color: #ffffff;
}
.banner__ .banner__element .right__data h1 span {
  font-weight: 600;
}
.banner__ .banner__element .right__data p {
  color: #ffffff;
  max-width: 84%;
  padding: 1rem 0rem;
  line-height: 1.75rem;
}
.banner__ .banner__element .right__data .app__data {
  display: flex;
  gap: 1.25rem;
  padding-top: 2.5rem;
}
.banner__ .banner__element .left__data img {
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}

.premium__ {
  display: grid;
  place-content: center;
  background-image: url("../images/home/curve-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  margin-bottom: 5rem;
  z-index: 1;
}
.premium__::after {
  content: "";
  background-color: #eac1de;
  filter: blur(10rem);
  position: absolute;
  width: 16rem;
  height: 40rem;
  right: 5%;
  top: 45%;
  opacity: 2;
  z-index: -1;
}
.premium__ h3 {
  text-align: center;
}
.premium__ h6 {
  text-align: center;
  padding-bottom: 7rem;
}
.premium__ .card {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2.5rem;
  border: none;
  margin-bottom: 4rem;
  padding: 4rem 3rem;
}
.premium__ .card .left__card__deta {
  text-align: right;
}
.premium__ .card .left__card__deta .circle {
  width: 92px;
  height: 92px;
  background-color: #2B2E63;
  border-radius: 50%;
  display: flex;
  display: inline-block;
}
.premium__ .card .left__card__deta h4 {
  padding: 0.75rem 0rem 0rem 0rem !important;
}
.premium__ .card .left__card__deta p {
  font-weight: 500 !important;
}
.premium__ .card .right__card__deta {
  text-align: start;
}
.premium__ .card .right__card__deta .circle {
  width: 92px;
  height: 92px;
  background-color: #2B2E63;
  border-radius: 50%;
  display: flex;
  display: inline-block;
}
.premium__ .card .right__card__deta h4 {
  padding: 0.75rem 0rem 0rem 0rem !important;
}
.premium__ .card .right__card__deta p {
  font-weight: 500 !important;
}
.premium__ .card .card__image {
  margin-top: -10rem;
}
.premium__ .digital__content h3 {
  text-align: start;
}
.premium__ .digital__content p {
  margin-top: 1rem;
  padding: 1rem 0rem;
  font-weight: 500;
}
.premium__ .digital__content ul {
  margin-top: 1rem !important;
}
.premium__ .digital__content ul li {
  line-height: 2rem !important;
  font-weight: 500;
}
.premium__ .comprehensive___ {
  text-align: center;
}
.premium__ .comprehensive___ p {
  max-width: 55%;
  display: inline-block;
  font-weight: 600 !important;
}
.premium__ .comprehensive__card {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  border-radius: 1.25rem;
  padding: 2rem 2rem;
  margin-bottom: -12rem;
  min-height: 23rem;
  max-height: 23rem;
  min-width: 24rem;
  max-width: 24rem;
}
.premium__ .comprehensive__card h4 {
  padding: 2rem 0rem 0.6rem 0rem;
}
.premium__ .comprehensive__card p {
  font-weight: 600 !important;
}

.welding__ {
  position: relative;
  margin-top: 25rem;
  z-index: 1;
}
.welding__::before {
  content: "";
  background-color: #eac1de;
  filter: blur(160px);
  position: absolute;
  width: 16rem;
  height: 20rem;
  left: 0;
  top: 70%;
  opacity: 2;
  z-index: -1;
}
.welding__ .welding__left__data .setting__card {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 30px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1.25rem;
  padding: 2rem 1.8rem;
  margin-bottom: 2rem;
}
.welding__ .welding__left__data .setting__card .setting__content p {
  font-weight: 600 !important;
  line-height: 1.6rem;
}

.management__ {
  background-color: #2B2E63;
  margin: 12rem 0rem !important;
  position: relative;
  z-index: -1;
}
.management__ .left__management img {
  margin-top: -6rem;
  margin-bottom: -6rem;
  margin-left: -7rem;
}
.management__ .right__management h2 {
  color: #ffffff;
  line-height: 4rem;
}
.management__ .right__management p {
  color: #ffffff;
  padding: 1rem 0rem 3rem 0rem;
}
.management__ .right__management .app__data {
  display: flex;
  gap: 30px;
}

.connect__ .contact-form .form-container form .input-group input {
  background: transparent;
}
.connect__ .contact-form .form-container form .input-group textarea {
  background: transparent;
}

.connect__ .left__connect__data h5 {
  font-size: 1.125rem !important;
  line-height: 1.875rem !important;
  padding: 1rem 0rem;
  font-weight: 600 !important;
}
.connect__ .left__connect__data .connect__info {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.connect__ .left__connect__data .connect__info img {
  width: 1.395rem;
  height: 1.75rem;
}
.connect__ .left__connect__data .connect__info h6 {
  padding-top: 1rem !important;
  font-weight: 700 !important;
}
.connect__ .contact-form .form-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.connect__ .contact-form .form-container form {
  background: transparent;
  padding: 0.625rem;
  border-radius: 0.625rem;
  max-width: 50rem;
  width: 100%;
}
.connect__ .contact-form .form-container form .input-group {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  border-bottom: 0.125rem solid #ccc;
  border-radius: 5px 5px 0 0;
  padding: 0 0.5625rem;
}
.connect__ .contact-form .form-container form .input-group i {
  margin-right: 0.625rem;
  color: #8b8b8b;
}
.connect__ .contact-form .form-container form .input-group input,
.connect__ .contact-form .form-container form .input-group textarea {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.5rem;
  font-size: 1rem;
}
.connect__ .contact-form .form-container form .input-group textarea {
  resize: none;
  padding-top: 1.5625rem;
}
.connect__ .contact-form .form-container form button {
  width: 20%;
  padding: 0.625rem 0.625rem;
  background-color: #2B2E63;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 0.625rem;
  cursor: pointer;
  border: 0.125rem solid #2B2E63;
}
.connect__ .contact-form .form-container form button:hover {
  background-color: #ffffff;
  border: 0.125rem solid #2B2E63;
  color: #2B2E63;
}

.footer {
  background-color: #2B2E63;
  padding: 5rem 0rem 2rem 0rem;
  color: #ffffff;
}
.footer .elem__one h5 {
  color: #ffffff;
  line-height: 2.375rem;
  padding-top: 1.5rem;
}
.footer .fb__bold {
  margin-top: 3.75rem !important;
}
.footer .fb__bold h6 {
  font-weight: 700;
}
.footer .privacy-policy .inner__policy {
  display: flex;
  gap: 2.5rem;
}/*# sourceMappingURL=style.css.map */