.wrapImgResize {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapImgResize video,
.wrapImgResize iframe,
.wrapImgResize img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 101%;
  max-height: 101%;
}
.wrapImgResize.img16And9 {
  padding-top: 56.25%;
}
.wrapImgResize.imgSquare {
  padding-top: 100%;
}
.wrapImgResize.img9And16 {
  padding-top: 177%;
}
.wrapImgResize.img3And4 {
  padding-top: 133.33333333%;
}
.wrapImgResize.img3And2 {
  padding-top: 66.67%;
}
.wrapImgResize.imgSpecial1 {
  padding-top: 75.46%;
}
.wrapImgResize.imgSpecial2 {
  padding-top: 52.25%;
}
.wrapImgResize.imgSpecial3 {
  padding-top: 30.25%;
}

.wrapImgResize {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapImgResize video,
.wrapImgResize iframe,
.wrapImgResize img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 101%;
  max-height: 101%;
}
.wrapImgResize.img16And9 {
  padding-top: 56.25%;
}
.wrapImgResize.imgSquare {
  padding-top: 100%;
}
.wrapImgResize.img9And16 {
  padding-top: 177%;
}
.wrapImgResize.img3And4 {
  padding-top: 133.33333333%;
}
.wrapImgResize.img3And2 {
  padding-top: 66.67%;
}
.wrapImgResize.imgSpecial1 {
  padding-top: 75.46%;
}
.wrapImgResize.imgSpecial2 {
  padding-top: 52.25%;
}
.wrapImgResize.imgSpecial3 {
  padding-top: 30.25%;
}

.container {
  max-width: 1200px;
}

.container-xl {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 576px) {
  .container-xl {
    padding: 0px 15px;
  }
  .container-xl .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .container-xl .row > * {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.row-spacing {
  margin-right: -7px;
  margin-left: -7px;
}

.row-spacing > * {
  padding-right: 7px;
  padding-left: 7px;
}

a {
  text-decoration: none;
  color: #23252d;
}
a:hover {
  color: #23252d;
}

p {
  margin-bottom: 10px;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #23252d;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiperNavigationCustom {
  min-width: 50px;
  min-height: 50px;
  box-shadow: none;
  border-radius: 50%;
  background-color: rgba(152, 1, 239, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  opacity: 0;
  transition: 0.3s all;
  font-weight: bold;
}
.swiperNavigationCustom span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -2px;
}
.swiperNavigationCustom::after {
  display: none;
}
@media only screen and (max-width: 576px) {
  .swiperNavigationCustom {
    display: none;
  }
}
.swiperNavigationCustom::after {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.bannerSwiperSlider:hover .swiperNavigationCustom {
  opacity: 1;
}

.wrapHeading {
  max-width: 570px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .wrapHeading {
    gap: 10px;
  }
}
.wrapHeading .heading {
  font-size: 56px;
  color: #23252d;
}
@media only screen and (max-width: 1220px) {
  .wrapHeading .heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeading .heading {
    font-size: 24px;
  }
}
.wrapHeading .heading span {
  background: linear-gradient(80.36deg, #3f046b 31.56%, #9801ef 93.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrapHeading svg path {
  stroke: #9801ef;
  fill: #9801ef;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .wrapHeading svg {
    width: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeading svg {
    width: 200px;
  }
}
.wrapHeading .subHeading {
  font-weight: 500;
  font-size: 24px;
  color: #23252d;
}
@media only screen and (max-width: 576px) {
  .wrapHeading .subHeading {
    font-size: 18px;
  }
}

.animation-upDown_v1 {
  -webkit-animation: upDown 0.8s infinite alternate;
          animation: upDown 0.8s infinite alternate;
}

.animation-upDown_v2 {
  -webkit-animation: upDown 1s infinite alternate;
          animation: upDown 1s infinite alternate;
}

@-webkit-keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.btn-outline-primary {
  --bs-btn-active-bg: #3563e9;
  --bs-btn-active-border-color: #3563e9;
  --bs-btn-color: #3563e9;
}

.custom-tooltip {
  --bs-tooltip-bg: #ff0909;
  font-size: 18px;
}

.wrapHeader {
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.wrapHeader.isFixed {
  background-color: white;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.wrapHeader .btn-package {
  display: none;
}
@media only screen and (max-width: 992px) {
  .wrapHeader .btn-package {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0px;
    text-align: center;
    z-index: 10;
  }
}
.wrapHeader .wrapLogo {
  max-width: 250px;
}
@media only screen and (max-width: 992px) {
  .wrapHeader .wrapLogo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapHeader .wrapLogo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapLogo {
    max-width: 140px;
  }
}
.wrapHeader .wrapLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapHeader .wrapContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wrapHeader .wrapContent .wrapLeft {
  display: flex;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft {
    flex-direction: column;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome span {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome span {
    display: block;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome svg {
  position: relative;
  top: -4px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome svg {
    display: none;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu {
    position: fixed;
    right: -100%;
    top: 50%;
    left: unset;
    transform: unset;
    transform: translateY(-50%);
    background-color: #9801ef;
    box-shadow: rgba(91, 24, 216, 0.3) 0px 3px 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom-left-radius: 15px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu.open-menu {
  right: 0;
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu {
    padding-top: 0px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList {
  display: flex;
  align-items: center;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  gap: 25px;
  position: relative;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .btnClose {
  position: absolute;
  top: -24px;
  left: -8px;
  width: 32px;
  height: 32px;
  width: 30px;
  height: 30px;
  background-color: #ff0909;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .btnClose svg {
  color: white;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1221px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .btnClose {
    display: none;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1450px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
    font-weight: 500;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
    padding: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
    font-size: 18px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a {
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a {
    color: white;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a:hover {
  color: #9801ef;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a:hover {
    color: white;
  }
}
.wrapHeader .wrapContent .wrapRight {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapContent .wrapRight .btn-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0px !important;
  }
}
.wrapHeader .wrapContent .wrapRight .wrapBtnOpenNav {
  display: none;
}
.wrapHeader .wrapContent .wrapRight .wrapBtnOpenNav svg {
  width: 40px;
  height: 40px;
  stroke: #9801ef;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapRight .wrapBtnOpenNav {
    display: block;
  }
}

.wrapBanner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .wrapBanner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.wrapBanner .wrapHeading {
  margin-bottom: 30px;
  max-width: 800px;
}
@media only screen and (max-width: 576px) {
  .wrapBanner .wrapHeading {
    margin-bottom: 20px;
  }
}
.wrapBanner .bg-gradient {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  height: 30px;
  width: 1000px;
  background: #9801ef;
  filter: blur(40.35px);
  z-index: 1;
}
@media only screen and (max-width: 1220px) {
  .wrapBanner .bg-gradient {
    width: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapBanner .bg-gradient {
    display: none;
  }
}
.wrapBanner .wrapBgBanner {
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  position: relative;
}
.wrapBanner .wrapBgBanner .bg-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1221px) {
  .wrapBanner .wrapBgBanner .bg-image {
    transform: translateX(95px);
  }
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og {
  position: relative;
  z-index: 10;
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-laptop {
  width: 95%;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-laptop {
    width: 100%;
  }
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-laptop .image-rewind-browse-mac-og {
  width: 80%;
  height: auto;
  position: absolute;
  top: 10.4%;
  left: 9.95%;
  background-color: white;
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-laptop .image-rewind-browse-mac-og img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-laptop .laptop-frame-img-og {
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-phone {
  z-index: 10;
  position: absolute;
  bottom: -3px;
  right: 0;
}
@media only screen and (max-width: 1220px) {
  .wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-phone {
    display: none;
  }
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-phone .image-rewind-iphone-og {
  border-radius: 30px;
  width: 89%;
  position: absolute;
  inset: 2.5% 5.5%;
  overflow: hidden;
  background-color: white;
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og .nh-hero-phone .iphone-frame-img-og {
  width: 250px;
  max-width: none;
  position: relative;
}
.wrapBanner .wrapBgBanner .nh-hero-device-frames-og img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.wrapBanner .bgImageFixed_1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 3;
}
.wrapBanner .bgImageFixed_1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapBanner .bgImageFixed_2 {
  position: absolute;
  top: 0;
  right: -200px;
  z-index: 1;
  width: 1200px;
}
@media only screen and (max-width: 768px) {
  .wrapBanner .bgImageFixed_2 {
    display: none;
  }
}
.wrapBanner .bgImageFixed_2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapBanner .wrapBanner_content {
  position: relative;
  text-align: center;
  z-index: 10;
  margin-top: 60px;
}
.wrapBanner .wrapBanner_content .wrapBtn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.btn-style {
  cursor: pointer;
  padding: 0.9em 1.4em;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  min-height: 44px;
  font-size: var(--size, 1rem);
  font-weight: 500;
  transition: 0.8s;
  border-radius: 30px;
  border: none;
  color: white;
  white-space: nowrap;
}
.btn-style:hover {
  color: white;
}
@media only screen and (max-width: 576px) {
  .btn-style {
    font-size: 12px;
    line-height: -10;
    line-height: 2;
  }
}

.btn-gradient {
  background: repeating-linear-gradient(to right, #9801ef 0, #3f046b 20%, #9801ef 50%, #3f046b 70%, #9801ef 100%);
  background-size: 200% auto;
  background-position: 0 100%;
  -webkit-animation: gradient 4s infinite;
          animation: gradient 4s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.wrapFeatures {
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .wrapFeatures {
    margin-bottom: 30px;
  }
}
.wrapFeatures .bgLeftFixed {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatures .bgLeftFixed {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapFeatures .bgLeftFixed {
    bottom: 100px;
  }
}
.wrapFeatures .bgLeftFixed img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapFeatures .bgTopFixed {
  width: 80px;
  height: 80px;
  background-color: #9801ef;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.wrapFeatures .wrapHeading {
  max-width: 800px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .wrapFeatures .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapFeatures .wrapImageBlock {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .wrapFeatures .wrapImageBlock {
    margin-top: 0px;
  }
}
.wrapFeatures .wrapImageBlock .wrapImageMain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatures .wrapImageBlock .wrapImageMain {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    max-width: 400px;
    margin: auto;
  }
}
.wrapFeatures .wrapImageBlock .wrapImageMain img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapFeatures .wrapCartItem {
  padding: 20px;
  border: 1px solid #cccc;
  border-radius: 30px;
  height: 100%;
  box-shadow: rgba(164, 63, 231, 0.2) 0px 7px 29px 0px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .wrapFeatures .wrapCartItem {
    min-height: auto;
    padding: 10px;
  }
}
.wrapFeatures .wrapCartItem .wrapLeft {
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapFeatures .wrapCartItem .wrapLeft {
    margin-bottom: 0px;
  }
}
.wrapFeatures .wrapCartItem .wrapLeft .wrapIcon {
  padding: 10px;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wrapFeatures .wrapCartItem .wrapLeft .wrapIcon img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .wrapFeatures .wrapCartItem .wrapLeft .wrapIcon img {
    height: 40px;
  }
}
.wrapFeatures .wrapCartItem .wrapLeft .wrapIcon svg {
  stroke: white;
}
.wrapFeatures .wrapCartItem .wrapRight .title {
  font-size: 20px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 576px) {
  .wrapFeatures .wrapCartItem .wrapRight .title {
    font-size: 16px;
  }
}
.wrapFeatures .wrapCartItem .wrapRight .desc {
  font-size: 18px;
}
@media only screen and (max-width: 576px) {
  .wrapFeatures .wrapCartItem .wrapRight .desc {
    font-size: 14px;
  }
}
.wrapFeatures .wrapImageBlock_rotate {
  max-width: 100%;
  margin: auto;
  height: auto;
}
.wrapFeatures .wrapImageBlock_rotate img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapFeatureDetail {
  margin-bottom: 100px;
}
.wrapFeatureDetail .wrapContent {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  height: 800px;
  overflow: hidden;
  padding: 60px;
  position: relative;
}
.wrapFeatureDetail .wrapContent .wrapHeading {
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
  color: white;
}
.wrapFeatureDetail .wrapContent .wrapItem {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  gap: 10px;
  border-radius: 15px;
}
.wrapFeatureDetail .wrapContent .wrapItem .wrapIcon svg {
  color: white;
}
.wrapFeatureDetail .wrapContent .wrapItem .heading {
  display: inline-block;
  color: white;
}
.wrapFeatureDetail .wrapContent .wrapBgbottom {
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  max-width: 1000px;
}
.wrapFeatureDetail .wrapContent .wrapBgbottom img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapBenefit {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.wrapBenefit .wrapBgImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
  width: 100%;
}
.wrapBenefit .wrapHeading {
  max-width: 600px;
  margin-bottom: 60px;
  align-items: start;
  justify-content: start;
  text-align: unset;
  margin-left: 0;
  margin-right: 0;
}
.wrapBenefit .wrapHeading svg {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .wrapBenefit .wrapHeading {
    margin-bottom: 30px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.wrapBenefit .wrapContentMain {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 10;
}
.wrapBenefit .wrapContentMain .wrapIconTop {
  margin-bottom: 60px;
}
.wrapBenefit .wrapContentMain .wrapIconTop svg {
  width: 60px;
  height: 60px;
  stroke: white;
}
.wrapBenefit .wrapContentMain .wrapItems {
  position: relative;
  padding: 10px;
  margin-bottom: 5px;
}
.wrapBenefit .wrapContentMain .wrapItems .wrapContent {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
}
.wrapBenefit .wrapContentMain .wrapItems::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  border-radius: 30px;
  background: linear-gradient(90.27deg, #cbd5e1 2.18%, rgba(255, 181, 69, 0) 99.77%);
}
.wrapBenefit .wrapContentMain .wrapItems .wrapIcon svg {
  width: 30px;
  height: 30px;
  fill: #9801ef;
}
.wrapBenefit .wrapContentMain .wrapItems .text {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .wrapBenefit .wrapContentMain .wrapItems .text {
    font-size: 14px;
  }
}
.wrapBenefit .wrapContentMain .wrapbg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wrapBenefit .wrapImage {
  width: 100%;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .wrapBenefit .wrapImage {
    margin-top: 0px;
  }
}
.wrapBenefit .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 7px 0px;
  position: relative;
  height: 300px;
}

.marquee-content {
  display: flex;
  align-items: center;
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
  gap: 10px;
}
.marquee-content.marquee-content-v1 {
  -webkit-animation: marquee1 5s linear infinite;
          animation: marquee1 5s linear infinite;
}
@media only screen and (max-width: 576px) {
  .marquee-content {
    gap: 20px;
  }
}
.marquee-content .wrapItem {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (max-width: 576px) {
  .marquee-content .wrapItem {
    gap: 7px;
  }
}
.marquee-content .wrapItem .heading {
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .marquee-content .wrapItem .heading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .marquee-content .wrapItem .heading {
    font-size: 14px;
  }
}
.marquee-content .wrapItem svg {
  width: 30px;
  height: 30px;
  fill: #3563e9;
}
@media only screen and (max-width: 576px) {
  .marquee-content .wrapItem svg {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes marquee1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.wrapGallaryImage {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage {
    margin-bottom: 150px;
  }
}
.wrapGallaryImage .swiperPaginationCustom {
  bottom: -50px;
}
@media only screen and (min-width: 1221px) {
  .wrapGallaryImage .swiperPaginationCustom {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .wrapGallaryImage .swiperPaginationCustom {
    bottom: -30px;
  }
}
.wrapGallaryImage .swiperPaginationCustom .swiper-pagination-bullet {
  background-color: #23252d;
  opacity: 1;
  width: 15px;
  height: 15px;
  transition: 0.3s;
}
@media only screen and (max-width: 576px) {
  .wrapGallaryImage .swiperPaginationCustom .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.wrapGallaryImage .swiperPaginationCustom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9801ef;
  width: 30px;
  border-radius: 5px;
}
.wrapGallaryImage .wrapContent {
  position: relative;
}
.wrapGallaryImage .wrapContent .wrapBg_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wrapGallaryImage .wrapContent .wrapBg_1 img {
  height: 500px;
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage .wrapContent .wrapBg_1 img {
    height: 300px;
  }
}
.wrapGallaryImage .wrapContent .wrapBg_2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.wrapGallaryImage .wrapContent .wrapBg_2 img {
  height: 500px;
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage .wrapContent .wrapBg_2 img {
    height: 300px;
  }
}
.wrapGallaryImage .wrapContent .wrapBgImage {
  position: absolute;
  width: 100%;
  min-height: auto;
  background: linear-gradient(80.36deg, #3f046b 31.56%, #9801ef 93.65%);
  border-radius: 60px;
  top: 0;
  left: 0;
  z-index: 1;
  height: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .wrapGallaryImage .wrapContent .wrapBgImage {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage .wrapContent .wrapBgImage {
    height: 300px;
    border-radius: 20px;
  }
}
.wrapGallaryImage .wrapContent .wrapBgImage img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.wrapGallaryImage .wrapContent .wrapContentSlider {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  top: 50px;
}
@media only screen and (max-width: 992px) {
  .wrapGallaryImage .wrapContent .wrapContentSlider {
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage .wrapContent .wrapContentSlider {
    max-width: 96%;
  }
}
.wrapGallaryImage .wrapContent .wrapContentSlider .bannerSwiperSlider {
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  overflow: hidden;
}
.wrapGallaryImage .wrapContent .wrapContentSlider .wrapHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage .wrapContent .wrapContentSlider .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapGallaryImage .wrapContent .wrapContentSlider .wrapHeading svg path {
  stroke: white;
  fill: white;
}
.wrapGallaryImage .wrapContent .wrapContentSlider .wrapHeading .heading {
  font-size: 48px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage .wrapContent .wrapContentSlider .wrapHeading .heading {
    font-size: 24px;
  }
}
.wrapGallaryImage .wrapContent .wrapContentSlider .wrapHeading .subHeading {
  font-size: 24px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage .wrapContent .wrapContentSlider .wrapHeading .subHeading {
    font-size: 18px;
  }
}
.wrapGallaryImage .wrapContent .wrapContentSlider .wrapImgResize {
  border-radius: 15px;
}

.wrapPriceList {
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrapPriceList {
    margin-bottom: 30px;
  }
}
.wrapPriceList .bgFixed_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 444px;
  height: 444px;
  background: radial-gradient(56.29% 56.29% at 32.93% 38.02%, rgba(155, 28, 195, 0.15) 0%, rgba(68, 17, 142, 0.15) 77%);
  filter: blur(124.2px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wrapPriceList .bgFixed_left {
    display: none;
  }
}
.wrapPriceList .bgFixed_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 679px;
  height: 679px;
  background: radial-gradient(56.29% 56.29% at 32.93% 38.02%, rgba(155, 28, 195, 0.15) 0%, rgba(68, 17, 142, 0.15) 77%);
  filter: blur(124.2px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wrapPriceList .bgFixed_right {
    display: none;
  }
}
.wrapPriceList .bgPrice_fixed {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.wrapPriceList .bgPrice_fixed img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapPriceList .wrapContent .wrapHeading {
  max-width: 700px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .wrapPriceList .wrapContent .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapPriceList .wrapCartPrice {
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  background-color: white;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice {
    padding: 40px 15px;
  }
}
.wrapPriceList .wrapCartPrice:hover {
  transform: translateY(-10px);
}
.wrapPriceList .wrapCartPrice.isCardPro {
  background-color: #9801ef;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapCardHeading .text {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapDesc {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapPrice .wrapDiscount .text_v1 {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapPrice .price {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapFeature .title {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapFeature .wrapItem span {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapFeature .wrapItem svg {
  fill: white !important;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapBtn .btn-style {
  color: #9801ef;
  background: white !important;
}
.wrapPriceList .wrapCartPrice .wrapBtn {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.wrapPriceList .wrapCartPrice .wrapCardHeading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.wrapPriceList .wrapCartPrice .wrapCardHeading .wrapIcon {
  width: 60px;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapCardHeading .wrapIcon {
    width: 30px;
  }
}
.wrapPriceList .wrapCartPrice .wrapCardHeading .wrapIcon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapPriceList .wrapCartPrice .wrapCardHeading .text {
  font-size: 32px;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapCardHeading .text {
    font-size: 18px;
  }
}
.wrapPriceList .wrapCartPrice .wrapFeature .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList {
  display: flex;
  flex-direction: column;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem {
  position: relative;
  padding: 10px;
  margin-bottom: 5px;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem .wrapContent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem .wrapContent svg {
  width: 30px;
  height: 30px;
  fill: #9801ef;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  border-radius: 30px;
  background: linear-gradient(90.27deg, #cbd5e1 2.18%, rgba(255, 181, 69, 0) 99.77%);
}
.wrapPriceList .wrapCartPrice .wrapDesc {
  font-size: 20px;
  max-width: 400px;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapDesc {
    font-size: 16px;
  }
}
.wrapPriceList .wrapCartPrice .wrapPrice {
  margin-bottom: 15px;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapDiscount {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapDiscount .text_v1 {
  font-size: 25px;
  text-decoration: line-through;
  color: #ccc;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapDiscount .text_v2 {
  padding: 5px 10px;
  background-color: #ff0909;
  color: white;
  border-radius: 20px;
}
.wrapPriceList .wrapCartPrice .wrapPrice .price {
  font-size: 32px;
  font-weight: 600;
  color: #9801ef;
}
.wrapPriceList .wrapContentBottom {
  font-weight: 600;
}
.wrapPriceList .wrapContentBottom span {
  color: #dc2626;
}

.wrapFaq {
  margin-bottom: 60px;
}
.wrapFaq .container {
  max-width: 989px;
}
@media only screen and (max-width: 768px) {
  .wrapFaq {
    margin-bottom: 30px;
  }
}
.wrapFaq .wrapBlockContact {
  padding: 40px;
  border-radius: 24px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  background-color: #9801ef;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapBlockContact {
    padding: 15px;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.wrapFaq .wrapBlockContact .wrapLeft {
  color: white;
}
.wrapFaq .wrapBlockContact .wrapLeft .heading {
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapBlockContact .wrapLeft .heading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapBlockContact .wrapLeft span {
    font-size: 14px;
  }
}
.wrapFaq .wrapBlockContact .wrapRight .btn-style {
  background: white;
  color: #9801ef;
  font-weight: 600;
}
.wrapFaq .wrapHeading {
  max-width: 100%;
  margin-bottom: 60px;
}
.wrapFaq .wrapHeading svg {
  width: 300px;
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapFaq .wrapContent {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.wrapFaq .wrapContent .accordion-item {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border: 0px;
  position: relative;
}
.wrapFaq .wrapContent .accordion-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: #ccc;
  left: 0;
}
.wrapFaq .wrapContent .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapFaq .wrapContent .accordion-item .accordion-header .header {
  font-size: 24px;
  color: #23252d;
  font-weight: 600;
  padding: 7px 0px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .wrapFaq .wrapContent .accordion-item .accordion-header .header {
    font-size: 18px;
  }
}
.wrapFaq .wrapContent .accordion-item .accordion-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  box-shadow: unset !important;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:focus {
  box-shadow: unset !important;
}
.wrapFaq .wrapContent .accordion-item .accordion-button svg {
  width: 30px;
  height: 30px;
  color: #9801ef;
}
.wrapFaq .wrapContent .accordion-item .accordion-button .icon-plus {
  display: block;
}
.wrapFaq .wrapContent .accordion-item .accordion-button .icon-minus {
  display: none;
}
.wrapFaq .wrapContent .accordion-item .accordion-button::after {
  display: none;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:not(.collapsed) .icon-minus {
  display: block;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:not(.collapsed) .icon-plus {
  display: none;
}
.wrapFaq .wrapContent .accordion-item .accordion-body {
  font-size: 18px;
  padding: 10px 0px;
  width: 90%;
}

.wrapBlockContact {
  position: relative;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  padding: 100px 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 32px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapBlockContact {
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapBlockContact {
    margin-bottom: 60px;
  }
}
.wrapBlockContact .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
}
.wrapBlockContact .bg-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapBlockContact .heading {
  font-size: 56px;
  position: relative;
  z-index: 10;
  color: white !important;
}
@media only screen and (max-width: 992px) {
  .wrapBlockContact .heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapBlockContact .heading {
    font-size: 24px;
  }
}
.wrapBlockContact .desc {
  font-size: 18px;
  color: white !important;
  max-width: 1000px;
  position: relative;
  z-index: 10;
}
.wrapBlockContact .wrapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.wrapBlockContact .wrapBtn .btn-style.btn-red {
  background-color: #ff0909;
  color: white;
  font-weight: 600;
}
.wrapBlockContact .wrapBtn .btn-style.btn-overide {
  background: white;
  color: #9801ef;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 993px) {
  .modalForm .wrapListChecked {
    display: none;
  }
}
.modalForm .modal-dialog {
  max-width: 1000px;
}
.modalForm .modal-content {
  overflow-x: unset;
  overflow: unset;
  border-radius: 50px;
}
.modalForm .modal-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .modalForm .modal-content {
    border-radius: 30px;
  }
}
.modalForm .modal-content .btn-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-color: #ff0909;
  border-radius: 50%;
  border: 2px solid white;
}
.modalForm .modal-content .btn-close svg {
  color: white;
}
.modalForm .modal-content .modal-body {
  padding: 0px;
  overflow-y: unset;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  background: linear-gradient(80.36deg, #3f046b 31.56%, #9801ef 93.65%);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent {
    display: none;
  }
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .bg-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent {
  font-weight: 600;
  color: white;
  opacity: 1;
  line-height: 1;
  padding: 0;
  text-shadow: 4px 6px 5.4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent .subTitle {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent .title {
  font-size: 32px;
  margin-bottom: 15px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent .subText {
  font-size: 20px;
  display: block;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm {
  padding: 30px 30px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .modalForm .modal-content .modal-body .wrapConentForm .wrapForm {
    padding: 30px 15px;
  }
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .wrapTitle {
  background: linear-gradient(80.36deg, #3f046b 31.56%, #9801ef 93.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .modalForm .modal-content .modal-body .wrapConentForm .wrapForm .wrapTitle {
    font-size: 24px;
  }
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .wrapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .form-label {
  font-weight: 500;
  margin-left: 7px;
  margin-bottom: 7px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .form-control {
  border-radius: 15px;
  padding: 10px 15px;
  border: 2px solid #9801ef;
}

/* btn-call */
.btn-call {
  background: #ff0909;
  border: 2px solid #ff0909;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(226, 25, 25, 0.3);
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .btn-call {
    bottom: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .btn-call {
    right: 30px;
    width: 50px;
    height: 50px;
  }
}

.btn-call__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
  color: white;
  padding-top: 5px;
  transition: 0.3s all;
}
.btn-call__ico svg {
  fill: white;
  width: 40px;
}
@media only screen and (max-width: 576px) {
  .btn-call__ico svg {
    width: 30px;
  }
}

.btn-call:hover {
  background-color: #fff;
}

.btn-call:hover .btn-call__ico svg {
  fill: #ff0909;
  width: 30px;
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 0 rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 15px rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(26, 2, 158, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 0 rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 15px rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(226, 20, 6, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
.isLoadingPage {
  overflow: hidden;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
}
.loading-page.isStyleLoaingPage {
  opacity: 1;
  z-index: 9999;
}

.spinner {
  width: 200px;
  height: 200px;
  display: grid;
  border: 10px solid #0000;
  border-radius: 50%;
  border-right-color: #9801ef;
  -webkit-animation: spinner-a4dj62 1s infinite linear;
          animation: spinner-a4dj62 1s infinite linear;
}
@media only screen and (max-width: 576px) {
  .spinner {
    width: 200px;
    height: 200px;
  }
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  -webkit-animation: spinner-a4dj62 2s infinite;
          animation: spinner-a4dj62 2s infinite;
}

.spinner::after {
  margin: 8px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes spinner-a4dj62 {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spinner-a4dj62 {
  100% {
    transform: rotate(1turn);
  }
}
.wrapFooter {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  position: relative;
}
.wrapFooter .wrapLogo {
  max-width: 250px;
}
@media only screen and (max-width: 576px) {
  .wrapFooter .wrapLogo {
    max-width: 180px;
  }
}
.wrapFooter .wrapLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapFooter .wrapBg_Image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.wrapFooter .wrapBg_Image img {
  width: 100%;
}
.wrapFooter .wrapBg_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wrapFooter .wrapBg_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wrapFooter .wrapContentFooter {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter .wrapMenu {
    flex-direction: column;
    align-items: start;
    gap: 7px;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter .wrapMenu li {
    padding: 0px;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu li::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #9801ef;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter .wrapMenu li::after {
    display: none;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu li:last-child::after {
  display: none;
}
.wrapFooter .wrapContentFooter .wrapMenu li a {
  transition: 0.3s;
}
.wrapFooter .wrapContentFooter .wrapMenu li a:hover {
  color: #9801ef;
}
.wrapFooter .wrapCopyRight {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #cccc;
  color: white;
  padding: 5px 0px;
  background: #9801ef;
}
@media only screen and (max-width: 1220px) {
  .wrapFooter .wrapCopyRight {
    border-bottom: 1px solid #cccc;
  }
}
.wrapFooter .wrapCopyRight p {
  margin-bottom: 0px;
}