* {
  font-family: "AquaWax";
}

.header2 {
  background: linear-gradient(78.91deg, #16b6f0 0%, #06a4dd 34.5%, #18b4e8 46.65%, #51adfe 64.93%, #d8c2ff 100%);
}
.header2 .content-header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header2 .content-header2 .logo_header_wrapper {
  width: 15%;
}
.header2 .content-header2 .logo_header_wrapper img {
  padding: 10px;
  width: 100%;
}
.header2 .content-header2 .list_of_nav {
  display: flex;
  width: 65%;
  display: flex;
  gap: 60px;
  margin: 0;
}
.header2 .content-header2 .list_of_nav .nav-item {
  list-style: none;
}
.header2 .content-header2 .list_of_nav .nav-item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.Block1_home {
  background: linear-gradient(78.91deg, #16b6f0 0%, #06a4dd 34.5%, #18b4e8 46.65%, #51adfe 64.93%, #d8c2ff 100%);
}
.Block1_home .control-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Block1_home .control-wide .col-6 .Content-Banner {
  color: #fff;
  padding-left: 100px;
}
.Block1_home .control-wide .col-6 .Content-Banner .title_block1 {
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.Block1_home .control-wide .col-6 .Content-Banner p {
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 400;
}
.Block1_home .control-wide .Right-side-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 620px;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner {
  width: 100%;
  height: 100%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner {
  position: relative;
  height: 100%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .group_img_right_block1 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .group_img_right_block1 .imgwrapper_appDemo img {
  width: 100%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .group_img_right_block1 .imgwrapper_appDemo:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 50%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .group_img_right_block1 .imgwrapper_appDemo:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10%, -50%);
  width: 35%;
  z-index: 1;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .group_img_right_block1 .imgwrapper_appDemo:nth-child(3) {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10%, -50%);
  width: 35%;
  z-index: 1;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .Blur_Circle {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .Blur_Circle img {
  position: absolute;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .Blur_Circle img:nth-child(1) {
  z-index: 2;
  top: 30%;
  left: -5%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .Blur_Circle img:nth-child(2) {
  z-index: 2;
  top: 60%;
  left: 21%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .Blur_Circle img:nth-child(3) {
  z-index: 2;
  top: 63%;
  left: 49%;
}
.Block1_home .control-wide .Right-side-banner .Img-Banner .background_app_banner .Blur_Circle img:nth-child(4) {
  z-index: 0;
  top: 0%;
  right: 0%;
}

.Block2_home {
  background: linear-gradient(94.36deg, #16b6f0 0%, #06a4dd 34.5%, #18b4e8 46.65%, #51adfe 64.93%, #d8c2ff 100%);
  padding: 80px 0;
}
.Block2_home .control-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Block2_home .control-wide .content_block2 .title-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  color: #fff;
}
.Block2_home .control-wide .content_block2 .sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.Block2_home .control-wide .content_block2 .group_item_values_block2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.Block2_home .control-wide .content_block2 .group_item_values_block2 .item_values {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.Block2_home .control-wide .content_block2 .group_item_values_block2 .item_values .img_item_wrapper {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Block2_home .control-wide .content_block2 .group_item_values_block2 .item_values .img_item_wrapper img {
  width: 100%;
}
.Block2_home .control-wide .content_block2 .group_item_values_block2 .item_values .values_name {
  line-height: 20.7px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
.Block2_home .control-wide .content_block2 .group_item_values_block2 .item_values .values_desc {
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.Block_AppTypes {
  background: linear-gradient(180deg, #e8fff6 0%, #ffffff 100%);
  padding: 80px 0;
}
.Block_AppTypes .control-wide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Block_AppTypes .control-wide .content_block_appTypes {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side {
  width: 50%;
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side .group_img_AppTypes {
  position: relative;
  min-height: 500px;
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side .group_img_AppTypes .imgwrapper_appDemo {
  position: absolute;
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side .group_img_AppTypes .imgwrapper_appDemo:nth-child(1) {
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side .group_img_AppTypes .imgwrapper_appDemo:nth-child(2) {
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(-8%, -38%);
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side .group_img_AppTypes .imgwrapper_appDemo:nth-child(3) {
  transform: translate(8%, -38%);
  top: 50%;
  right: 0;
  z-index: 1;
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side .ScanQR_trial {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.Block_AppTypes .control-wide .content_block_appTypes .left_side .ScanQR_trial p {
  margin: 0 20px;
}
.Block_AppTypes .control-wide .content_block_appTypes .right_side {
  width: 50%;
}
.Block_AppTypes .control-wide .content_block_appTypes .right_side .number_type {
  background: linear-gradient(180deg, #c2d300 0%, #3e9f1a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.Block_AppTypes .control-wide .content_block_appTypes .right_side .number_type p {
  color: #fff;
  margin: 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.Block_AppTypes .control-wide .content_block_appTypes .right_side .title_appTypes {
  text-transform: uppercase;
  color: #007ec3;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 50px;
  text-align: left;
}
.Block_AppTypes .control-wide .content_block_appTypes .right_side .list_desc {
  padding: 0;
}
.Block_AppTypes .control-wide .content_block_appTypes .right_side .list_desc .desc_item {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.Block_AppTypes .control-wide .content_block_appTypes .right_side .list_desc .desc_item p {
  margin: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.Block_AppTypes:nth-child(2) .control-wide .content_block_appTypes {
  display: flex;
  flex-direction: row-reverse;
}
.Block_AppTypes:nth-child(4) .control-wide .content_block_appTypes {
  display: flex;
  flex-direction: row-reverse;
}

.contact_ft_block {
  position: relative;
  padding: 0px !important;
}
.contact_ft_block .backgroundFT {
  width: 100%;
}
.contact_ft_block .content-contact-ft {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.contact_ft_block .content-contact-ft .title_contact_ft {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
.contact_ft_block .content-contact-ft .sub_title_contact_ft {
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  width: 50%;
}
.contact_ft_block .content-contact-ft .group_btn_contact {
  width: 60%;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contact_ft_block .content-contact-ft .group_btn_contact .btn_item {
  text-decoration: none;
  background: linear-gradient(153.16deg, #ff9c64 -0.01%, #ff6b00 94.13%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 40px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.contact_ft_block .content-contact-ft .group_btn_contact .btn_item:hover {
  background-color: rgb(241, 96, 55);
}
.contact_ft_block .content-contact-ft .group_btn_contact .btn_item img {
  width: 25px;
  height: 25px;
}
.contact_ft_block .content-contact-ft .group_btn_contact .btn_item p {
  min-width: 102px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 0 0 0 10px;
}/*# sourceMappingURL=home.css.map */