footer {
  position: relative;
  z-index: 1;
  background: #734f96;
  padding: 50px 70px;
}
.logo-footer img {
  width: auto;
  height: auto;
  max-width: 150px;
}
img.icon-img {
  width: 14px;
  height: auto;
}
.logo-footer p {
  color: #aaa1b2;
  font-size: 14px;
  max-width: 257px;
  line-height: 1.7 !important;
}
footer p {
  color: #aaa1b2;
  font-size: 14px;
}
.logo-footer p.p {
  padding-top: 16px;
}
footer label {
  color: #aaa1b2;
  font-size: 14px;
  padding-bottom: 20px;
  margin: 0;
}
footer ul li {
  color: #aaa1b2;
  transition: var(--transition);
  font-size: 10px;
max-width: 230px;
}
footer ul li:hover {
  transform: translateX(10px);
  color: #734f96;
}
footer .brnDownload {
  gap: 10px;
  padding-top: 25px;
}

footer .brnDownload img {
  width: 115px;
  height: 45px;
}
.foot-puiux p {
  color: #734f96;
  font-size: 16px;
}
.foot-puiux p span {
  font-weight: bold;
}
footer ul li a {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
}

footer ul li i {
  font-size: 20px;
}

footer h4 {
  color: #734f96;
  font-size: 20px;
  padding-bottom: 16px;
}
form#myForm h6 {
  color: #75797a;
  font-size: 16px;
}
footer ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.img-footer-mask {
  width: 100%;
  margin-bottom: -2px;
}

.foot-sub form {
  max-width: 292px;
  width: 100%;
}

.search {
  width: 100%;
  display: flex;
  position: relative;
  gap: 10px;
  flex-direction: column;
  min-width: 300px;
}

.search__button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 21px;
  cursor: pointer;
}

footer ul li a i {
  font-size: 12px;
}

button#submit_foot {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: var(--btn);
  border-radius: 50%;
}

.search__input {
  font-size: 14px;
  color: #aaa1b2;
  border-radius: 50px;
  border: none;
  background: rgba(215, 215, 221, 0.2);
  padding: 14px 70px 14px 15px;
  width: 100%;
  height: 60px;
  transition: all 0.2s;
}

.search__input::placeholder {
  color: #aaa1b2;
}
.search__button {
  border: none;
  background-color: transparent;
  position: absolute;
  transform: translateY(-50%);
  top: 26px;
  left: 10px;
  cursor: pointer;
  width: fit-content;
}
.search__button:focus {
  outline: none;
}

.search__button:active {
  transform: translateY(2px);
}

.gap-flex {
  display: flex;
  transition: var(--transition);
  padding-top: 30px;
  gap: 10px;
  align-items: center;
}

.gap-flex a {
  color: #aaa1b2 !important;
  transition: var(--transition);
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.gap-flex i {
  transition: var(--transition);
  font-size: 16px;
  font-weight: bold;
}

.gap-flex a:hover {
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transform: scale(1.1);
}

.foot-puiux {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_QA {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: fit-content;
  margin: auto !important;
  padding-top: 26px;
}
.flex_QA img {
  width: 78px;
  height: 26px;
}
.foot-puiux img {
  width: auto;
  height: auto;
}
.row_flex_footer {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 2pc;
  padding: 50px 30px 24px;
  display: flex;
}

.gap_flex {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 30px;
}

.row_grid_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex_btn {
  display: flex;
  gap: 15px;
  align-items: center;
}
.flex_btn div {
  width: 65px;
  height: 40px;
  background: #e6dbd3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_btn div img {
  width: auto;
  height: auto;
  max-width: 60%;
}

.foot_puiux {
  background: #fff;
  border-radius: 2pc;
  padding: 24px 30px;
  display: flex;
}


a.logo_puiux {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
a.logo_puiux img {
  width: 40px;
  height: 40px;
}
.puiux-title {
  color: #000 !important;
  font-size: 22px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  font-family: "Cairo", sans-serif !important;
}

.puiux-description {
  font-weight: 600 !important;
  font-size: 7px !important;
  color: #000 !important;
  font-family: "Cairo", sans-serif !important;
}
