@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:is(h1, h2, h3, h4, h5, h6, p) {
  margin: 0px;
  height: fit-content;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

img {
  user-select: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  background-color: white;
  font-family: "Assistant", sans-serif;
}

.row {
  padding: 0;
  margin: 0;
}

header {
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 524px;
  margin: auto;
  margin-top: 77px;
  margin-left: 0;
  position: sticky;
  min-height: 173px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.5s ease-in-out;
}

header.sticky {
  top: 77px;
  max-width: 290px;
}

header .bg {
  height: 173px;
  background: #140049;
  max-width: 524px;
  width: 100%;
  position: absolute;
  left: 0;
  border-top-right-radius: 182px;
  border-bottom-right-radius: 182px;
  padding: 26px 55.45px 23px 20px;
}

header .img-wrapper {
  max-width: 158.549px;
  height: 124px;
}

header .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .ctm_container {
  max-width: 1500px;
  margin: auto;
}

.banner .text-wrapper .b_text {
  max-width: 555px;
  float: left;
  transform: translateX(100px);
}

.banner .text-wrapper p {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

.banner .text-wrapper a,
.banner .text-wrapper span {
  color: #764aff;
  text-align: right;
  font-family: Assistant;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  display: ruby;
}

.banner .text-wrapper h1 {
  font-family: "Poppins", sans-serif;
  color: #764aff;
  font-size: 85px;
  font-style: normal;
  font-weight: 800;
  line-height: 93px;
  max-width: 478px;
  padding-bottom: 156px;
  padding-top: 65px;
  margin: auto;
  margin-right: -30px;
  direction: ltr;
}

.banner .img-wrapper {
  max-width: 835px;
  height: 717px;
  position: relative;
}

.banner .img-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 989;
}

.banner .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .flx {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.banner .main_wrapper {
  position: relative;
  transform: translateY(-27%);
  top: -190px;
}

.banner .main_wrapper .tablet_phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 215px;
  right: -50px;
  transition: all 1s ease;
  z-index: 10;
}

.banner .main_wrapper:hover .tablet_phone {
  top: 400px;
}

.banner .main_wrapper .tablet_phone .h_img1 {
  max-width: 558px;
  height: 694px;
  transform: translate(116px, -5px);
}

.banner .main_wrapper .tablet_phone .h_img2 {
  max-width: 218.5px;
  height: 370px;
  transform: translate(15px, -3px);
}

.banner .main_wrapper .tablet_phone .h_img1,
.banner .main_wrapper .tablet_phone .h_img2 {
  transition: transform 1s ease;
}

.banner .main_wrapper:hover .tablet_phone .h_img1 {
  transform: translate(58px, -60px);
}

.banner .main_wrapper:hover .tablet_phone .h_img2 {
  transform: translate(60px, -60px);
}

.banner .main_wrapper .tablet_phone .h_img1 img,
.banner .main_wrapper .tablet_phone .h_img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
  position: relative;
  z-index: 66;
}

.banner {
  padding-bottom: 150px;
}

.what_easylife {
  transition: all 1s ease;
  padding: 150px 20px 150px 20px;
}

.what_easylife .ctm_container {
  max-width: 1289px;
  margin: auto;
}

.what_easylife {
  position: relative;
  z-index: 11;
}

.what_easylife .heading {
  margin: auto;
  margin-left: -140px;
}

.what_easylife .heading h2 {
  color: #764aff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 800;
  line-height: 82px; /* 126.154% */
  transition: all 1s ease;
}

.what_easylife:hover .heading h2 {
  transform: translateX(291px);
}

.b_main-wrapper {
  position: relative;
}

.b_main-wrapper::after {
  content: "";
  background-image: url("../images/union-after.png");
  width: 1291px;
  height: 1157px;
  position: absolute;
  left: 54%;
  top: 30%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(0);
  z-index: 1;
  mix-blend-mode: multiply;
}

.banner,
.banner .ctm_container,
.banner .flx,
.banner .main_wrapper {
  z-index: auto;
  transform: none !important;
}

.what_easylife .easy_flx {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
  margin-top: 140px;
}

.what_easylife .easy_flx .easy_block {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}

.what_easylife .easy_flx .easy_block .img-wrapper {
  position: relative;
  max-width: 144px;
  height: 143px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #764aff 21%, #f265fd 94%);
}

.what_easylife .easy_flx .easy_block .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #764aff;
  transition: opacity 1s ease;
  opacity: 0;
  z-index: 0;
}

.what_easylife .easy_flx .easy_block .img-wrapper img {
  position: relative;
  z-index: 1;
}

.what_easylife .easy_flx .easy_block:hover .img-wrapper::after {
  opacity: 1;
}

.what_easylife .easy_flx .easy_block .img-wrapper img {
  display: block;
  max-width: 108px;
  height: 98.467px;
  width: 100%;
  object-fit: contain;
}

.what_easylife .easy_flx .easy_block .text-wrapper {
  max-width: 288px;
}

.what_easylife .easy_flx .easy_block {
  transition: all 1s;
}

.what_easylife .easy_flx .easy_block .text-wrapper h6 {
  color: #764aff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transform: translateY(-10px);
  transition: all 1s;
  margin-bottom: 15px;
}

.what_easylife .easy_flx .easy_block:hover .text-wrapper h6 {
  transform: translateY(3px);
}

.what_easylife .easy_flx .easy_block .text-wrapper p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  /* height: 0; */
}

.what_easylife .easy_flx .easy_block:hover .text-wrapper p {
  opacity: 1;
  visibility: visible;
  /* transform: translateY(0px); */
  transition: all 1s;
  height: auto;
}

.story_partners {
  position: relative;
  padding-top: 200px;
}

.story_partners::after {
  content: "";
  background-image: url("../images/story_partner-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1289px;
  height: 1183px;
  display: block;
  position: absolute;
  left: 48%;
  top: 33.1%;
  transform: translate(-45%, -65.9%);
}

.our_story .ctm_container {
  max-width: 1169px;
  margin: auto;
}

.our_story .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 11;
}

.our_story .text-wrapper {
  max-width: 428px;
  padding-right: 20px;
}

.our_story .text-wrapper h2 {
  color: #764aff;
  text-align: right;

  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 800;
  line-height: 82px; /* 126.154% */
  margin-bottom: 16px;
}

.our_story .text-wrapper p {
  color: #000;
  text-align: right;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.our_story .img-wrapper {
  max-width: 525px;
  height: 318px;
  transform: translateX(-9.7%);
  transition: transform 1s ease;
}

.our_story {
  transition: all 1s;
}

.our_story:hover .img-wrapper {
  transform: translateX(-22%);
}

.our_story .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 208px;
  object-position: 0% 100%;
}

.our_story {
  position: relative;
  margin-bottom: 239px;
  top: -20px;
}

.our_story::after {
  content: "";
  height: 363px;
  border-top-left-radius: 181.5px;
  border-bottom-left-radius: 181.5px;
  background: var(--Linear, linear-gradient(90deg, #764aff 21%, #f265fd 94%));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  max-width: 1057px;
  width: 100%;
  z-index: -1;
  transform: translateY(-50%);
}

.our_partners .p_bg {
  border-radius: 124px;
  background: var(--Linear, linear-gradient(90deg, #764aff 21%, #f265fd 94%));
  max-width: 1428px;
  width: 100%;
  margin: auto;
  padding: 247px 20px 76px 20px;
}

.our_partners .ctm_container {
  max-width: 1160px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.our_partners .heading {
  transform: translateX(16%);
  transition: all 1s;
}
/*
.our_partners:hover .heading {
  transform: translateX(50%);
} */

.our_partners .heading h2 {
  color: #f2f2f2;
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 800;
  line-height: 82px; /* 126.154% */
  text-align: left;
}

.our_partners .partners_block .P-block .img-wrapper {
  width: 204px;
  height: 204px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 1s;
}

.our_partners .partners_block .P-block:hover .img-wrapper {
  filter: drop-shadow(3px 3px 28px rgba(0, 0, 0, 0.25));
}

.our_partners .partners_block .P-block .img-wrapper img {
  max-width: 174px;
  height: 62px;
  width: 100%;
  object-fit: cover;
}

.our_partners .partners_block .P-block .text-wrapper {
  max-width: 239px;
  margin-top: 37px;
}

.our_partners .partners_block .P-block .text-wrapper h6 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 122.727% */
  margin-bottom: 10px;
}

.our_partners .partners_block .P-block .text-wrapper p {
  color: #fff;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.our_partners .partners_block .P-block.p_2 .img-wrapper img {
  max-width: 178px;
  height: 37px;
}

.our_partners .partners_block .P-block.p_3 .img-wrapper img {
  max-width: 186px;
  height: 54px;
}

.our_partners .partners_block .P-block.p_4 .img-wrapper img {
  max-width: 146px;
  height: 121px;
}

.our_partners .partners_block .P-block.p_4 .img-wrapper img {
  max-width: 204px;
  height: auto;
  object-fit: scale-down;
}

.our_partners .partners_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
  direction: ltr;
  row-gap: 118px;
  margin-top: 105px;
}

.our_partners .P-block {
  flex: 0 1 30%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners_block .P-block:nth-child(5),
.partners_block .P-block:nth-child(4) {
  margin: auto;
}

.contact .ctm_container {
  max-width: 1302px;
  margin: auto;
}

.contact {
  direction: ltr;
  padding: 63px 20px 40px 20px;
}

.contact .text-wrapper,
.contact .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact .heading h2 {
  color: #764aff;

  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 800;
  line-height: 82px; /* 126.154% */
}

.contact .heading p {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
  max-width: 554px;
  direction: rtl;
}

.contact .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: start;
  row-gap: 38px;
}

.contact .info a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  flex-direction: row-reverse;
  gap: 23.68px;
  align-items: center;
  margin: auto;
  margin-left: 0;
}

.contact .text-wrapper form label {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}

.contact .text-wrapper form {
  direction: rtl;
}

.contact .text-wrapper form input {
  width: 389px;
  height: 51px;
  border-radius: 31px;
  background: #f2f2f2;
  border: none;
  outline: none;
  padding-right: 20px;
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}

.contact .text-wrapper form textarea {
  width: 370px;
  height: 149px !important;
  border-radius: 31px;
  background: #f2f2f2;
  border: none;
  outline: none;
  padding-right: 20px;
  resize: unset;
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  padding-top: 20px;
}

.contact .text-wrapper form label {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding-right: 24px;
  padding-bottom: 6px;
}

.contact .text-wrapper form {
  display: flex;
  align-items: end;
  gap: 20px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.contact .text-wrapper form .f_btn {
  width: 370px;
  height: 52px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  border-radius: 31px;
  background: var(--Linear, linear-gradient(90deg, #764aff 21%, #f265fd 94%));
  background-size: 100% auto; /* extra width for movement */
  display: flex;
  justify-content: center;
  margin-top: 35px;
  align-items: center;
  transition: all 1s;
}

.contact .text-wrapper form .f_btn:hover {
  background: linear-gradient(90deg, #764aff 0%, #764aff 100%);
  transition: all 1s;
}

.contact .contact-side-bar {
  max-width: 100%;
  border-top-right-radius: 124px;
  border-bottom-right-radius: 124px;
  background: var(--Linear, linear-gradient(90deg, #764aff 21%, #f265fd 94%));
  height: 54px;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
}
.contact {
  position: relative;
}

.what_easylife .easy_flx {
  align-items: baseline;
}
.f_input br {
  display: none;
}
.f_input .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.contact .info {
  position: relative;
  top: -10px;
}
.contact .text-wrapper form .check input {
  width: auto;
  height: auto;
}
form .check .wpcf7-list-item {
  margin: 0;
}
form .check span.wpcf7-list-item-label {
  color: #000;
}
form .check a {
  color: #000;
  text-decoration: underline;
}
.check {
  width: 100%;
  position: relative;
}
.check .wpcf7-not-valid-tip {
  width: 100%;
  left: 0;
}.contact-side-bar{text-align:center;}.contact-side-bar P{color:white;}.contact-side-bar P a{color:white;}
