@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  text-wrap: balance;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif !important;
}

.gapy {
  padding: 80px 0;
}

.gbg {
  background: #f6f9ff;
}

header {
  margin: 0;
  padding: 0px;
  background: #fff;
  animation: mymove 1s ease-in-out;
}
header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
header .navbar .navbar-brand {
  width: 180px;
}
@media only screen and (max-width: 991.98px) {
  header .navbar .navbar-brand {
    width: 100px;
  }
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: mymove 1s ease-in-out;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-toggler {
  background: #6361fe;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  background: #e470bd;
}
.navbar-toggler:focus i {
  color: #fff;
}

.main-nav nav ul > li > a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 10px 20px !important;
}
.main-nav nav ul > li > a:hover {
  color: #6361fe !important;
}
.main-nav nav ul > li > a:focus {
  color: #6361fe !important;
}
.main-nav nav ul > li:last-child a {
  background: linear-gradient(to right, rgb(192, 38, 200) 0%, rgb(80, 13, 172) 100%);
  color: #fff;
  border-radius: 100px !important;
  text-align: center;
  letter-spacing: 2px;
}
.main-nav nav ul > li:last-child a:hover {
  color: #fff !important;
}
.main-nav nav ul .active a {
  color: #6361fe !important;
}

@media only screen and (max-width: 991.98px) {
  .herobanner {
    padding: 20px 0 60px 0;
  }
}
.herobanner .herocontent h1 {
  color: #000;
  font-weight: 300;
  font-size: 60px;
  line-height: 69px;
}
@media only screen and (max-width: 991.98px) {
  .herobanner .herocontent h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
.herobanner .herocontent h1 span {
  font-weight: 800;
}
.herobanner .herocontent p {
  color: #999999;
  font-size: 300;
  font-size: 16px;
}
.herobanner .profilepics {
  height: 700px;
}
@media only screen and (max-width: 991.98px) {
  .herobanner .profilepics {
    height: 500px;
  }
}
.herobanner .profilepics li {
  position: absolute;
  padding: 8px;
  border-radius: 30px !important;
  overflow: hidden;
  top: 50px;
  left: 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.herobanner .profilepics li > div .personbox {
  height: 300px;
  width: 250px;
  border-radius: 20px !important;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .herobanner .profilepics li > div .personbox {
    height: 200px;
    width: 160px;
  }
}
.herobanner .profilepics li > div .textlabel {
  padding: 10px 0;
}
.herobanner .profilepics li > div .textlabel h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 991.98px) {
  .herobanner .profilepics li > div .textlabel h3 {
    font-size: 16px;
  }
}
.herobanner .profilepics li:first-child {
  transform-origin: 26% 100%;
  transform: rotate(9deg);
  z-index: 3;
  background: linear-gradient(135deg, rgb(192, 38, 200) 0%, rgb(80, 13, 172) 100%);
}
.herobanner .profilepics li:first-child .textlabel h3 {
  color: #fff;
}
.herobanner .profilepics li:nth-child(2) {
  transform-origin: 2% 167%;
  transform: rotate(26deg);
  z-index: 2;
  background: #e8e8e8;
}
.herobanner .profilepics li:nth-child(2) .textlabel h3 {
  color: #000;
}
.herobanner .profilepics li:last-child {
  transform-origin: -31% 218%;
  transform: rotate(34deg);
  z-index: 1;
  background: #3b3b3b;
}
.herobanner .profilepics li:last-child .textlabel h3 {
  color: #fff;
}

.cbtn a {
  background: linear-gradient(to right, rgb(192, 38, 200) 0%, rgb(80, 13, 172) 100%);
  color: #fff;
  border-radius: 100px !important;
  text-align: center;
  min-width: 240px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 15px 30px;
  box-shadow: 0px 10px 16px rgba(99, 97, 254, 0.4);
  transition: all 1s ease;
}
.cbtn a:hover {
  box-shadow: 0px 14px 20px rgba(99, 97, 254, 0.4);
  transform: scale(0.9);
  transition: all 1s ease;
}

.iconscontent {
  height: 100%;
}
.iconscontent i {
  font-size: 30px;
  color: #e470bd;
}
.iconscontent h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.iconscontent p {
  color: #999999;
  font-size: 300;
  font-size: 12px;
  margin-top: auto;
}

.titlecontent h2 {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .titlecontent h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
.titlecontent p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.featuresbox {
  /* circle content */
  /* center logo */
}
.featuresbox .iphone {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
}
@media only screen and (max-width: 991.98px) {
  .featuresbox .iphone {
    width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .featuresbox .iphone {
    width: 200px;
  }
}
.featuresbox .main {
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  position: relative;
}
.featuresbox .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #f0b0db;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.featuresbox .icon-block {
  width: 64px;
  height: 64px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #fff;
}
.featuresbox .icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.featuresbox .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.featuresbox .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.featuresbox .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.featuresbox .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.featuresbox .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 1px solid #f8dbef;
  border-radius: 50%;
}
.featuresbox .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
.featuresbox .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.featuresbox .center-logo img {
  max-width: 200px;
}

/* keyframe animation */
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}
@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
.ficonbox i {
  aspect-ratio: 1;
  width: 60px;
  margin-bottom: 8px;
  text-align: center;
  background: linear-gradient(to right, rgb(192, 38, 200) 0%, rgb(80, 13, 172) 100%);
  color: #fff;
  padding: 20px;
  font-size: 20px;
  border-radius: 100px !important;
}
.ficonbox h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.ficonbox p {
  color: #999999;
  font-size: 300;
  font-size: 16px;
}

.planblock {
  padding: 15px;
  height: 650px;
  background: #fff;
  border-radius: 30px !important;
}
.planblock .planbox svg {
  width: 100%;
  fill: #c500f2;
  position: absolute;
  top: -160px;
  left: -30px;
  width: 300px;
  z-index: 12;
}
.planblock .planbox h4 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  z-index: 33;
  top: 45px;
  margin-bottom: 100px;
}
.planblock .planbox h4:after {
  position: absolute;
  content: "";
  top: 52px;
  left: -23px;
  border: solid transparent;
  height: 0;
  width: 0;
  transform: skew(46deg);
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #000;
  border-width: 7px;
}
.planblock .planbox h4 span {
  background: #000;
  font-size: 14px;
  border-radius: 100px !important;
  padding: 6px 12px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-80%);
}
.planblock .planbox h5 {
  color: #000;
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
}
.planblock .listplan i {
  background: #50c1a5;
  color: #fff;
  width: 30px;
  aspect-ratio: 1;
  text-align: center;
  line-height: 30px;
  border-radius: 100px !important;
}
.planblock .listplan h6 {
  font-size: 16px;
  color: #000;
}
.planblock .listplan p {
  color: #999999;
  font-size: 300;
  font-size: 12px;
}
.planblock .subnowbtn {
  margin-top: auto;
}
.planblock .subnowbtn a {
  background: linear-gradient(to right, rgb(192, 38, 200) 0%, rgb(80, 13, 172) 100%);
  color: #fff;
  display: inline-block;
  border-radius: 100px !important;
  padding: 10px 30px;
  box-shadow: 0px 10px 16px rgba(99, 97, 254, 0.4);
  transition: all 1s ease;
}
.planblock .subnowbtn a:hover {
  box-shadow: 0px 14px 20px rgba(99, 97, 254, 0.4);
  transform: scale(0.9);
  transition: all 1s ease;
}
.planblock:hover {
  box-shadow: 0 0 100px rgba(99, 97, 254, 0.2);
}

.clienttext {
  background: #fff;
  border-radius: 30px !important;
  padding: 20px;
  position: relative;
}
.clienttext:before {
  position: absolute;
  left: 80px;
  top: 20px;
  color: #6361fe;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  content: "\f10e";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 300;
  z-index: 1;
}
.clienttext .cimg {
  width: 60px;
  position: relative;
  z-index: 33;
  margin-top: -30px;
  border-radius: 100px !important;
  overflow: hidden;
}
.clienttext h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.clienttext h4 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.clienttext p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.conform {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
  border-radius: 40px !important;
}
.conform input[type=text],
.conform input[type=email],
.conform input[type=number],
.conform input[type=tel],
.conform select {
  width: 100%;
  padding: 15px;
  border-radius: 100px !important;
  font-size: 16px;
  color: #000;
  background: #f6f9ff;
  border: none;
}
.conform select {
  color: #666666;
}
.conform textarea {
  width: 100%;
  padding: 15px;
  border-radius: 20px !important;
  font-size: 16px;
  color: #000;
  background: #f6f9ff;
  border: none;
}
.conform button,
.conform .subbtn {
  background: linear-gradient(to right, rgb(192, 38, 200) 0%, rgb(80, 13, 172) 100%);
  color: #fff;
  border-radius: 100px !important;
  text-align: center;
  min-width: 240px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 15px 30px;
  border: none;
  box-shadow: 0px 10px 16px rgba(99, 97, 254, 0.4);
  transition: all 1s ease;
}
.conform button:hover,
.conform .subbtn:hover {
  box-shadow: 0px 14px 20px rgba(99, 97, 254, 0.4);
  transform: scale(0.9);
  transition: all 1s ease;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #6361fe;
  border: none;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  border-radius: 100px !important;
  opacity: 0.8;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-dots {
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  bottom: -40px;
  z-index: 8;
  list-style: none;
}
.slick-dots li button {
  text-indent: -10000px;
  border: none;
  background: #6361fe;
  height: 10px;
  width: 10px;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 100px !important;
}
.slick-dots .slick-active button {
  background: #e470bd;
}

.readyblock {
  background: linear-gradient(to right, rgb(49, 58, 124) 0%, rgb(64, 27, 123) 100%);
}
.readyblock h2,
.readyblock p {
  color: #fff;
}

.readybtn a {
  color: #fff;
  border-radius: 100px !important;
  text-align: center;
  min-width: 240px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 15px 30px;
  border: none;
  box-shadow: 0px 10px 16px rgba(99, 97, 254, 0.4);
  transition: all 1s ease;
}
.readybtn a:first-child {
  background: linear-gradient(to bottom, rgb(91, 190, 251) 0%, rgb(8, 110, 254) 100%);
}
.readybtn a:last-child {
  background: linear-gradient(to bottom, rgb(243, 101, 210) 0%, rgb(237, 96, 205) 15%, rgb(234, 92, 200) 20%, rgb(218, 80, 188) 48%, rgb(212, 73, 180) 60%, rgb(210, 71, 178) 68%, rgb(192, 54, 161) 100%);
}
.readybtn a:hover {
  box-shadow: 0px 14px 20px rgba(99, 97, 254, 0.4);
  transform: scale(0.9);
  transition: all 1s ease;
}

footer {
  background: linear-gradient(to right, rgb(49, 58, 124) 0%, rgb(64, 27, 123) 100%);
  display: block;
}

.fttop {
  border-top: 1px solid #666666;
  padding-block: 60px;
}
.fttop .ftblock p {
  color: #fff;
  font-size: 16px;
}
.fttop .ftblock h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.fttop .ftblock .ft-links a {
  color: #fff;
  font-size: 16px;
}
.fttop .ftblock .ft-links a::first-letter {
  text-transform: capitalize;
}
.fttop .ftblock .ft-links a:hover {
  color: #e470bd;
}

.copyrightblock {
  background: #6361fe;
}
.copyrightblock p {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
}

.s-icons a {
  background: #e470bd;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 100px !important;
}

.ftlogo {
  width: 180px;
}

.textpage h1 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.textpage h2 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.textpage h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.textpage ul li {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.textpage p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.textpage p a {
  color: #e470bd;
}

.sliderclient .clienttext {
  min-height: 300px;
}

.priceblock {
  background-image: linear-gradient(to right top, #be25ce, #ba25ce, #b725cf, #b325cf, #af25cf, #a723cc, #9e21ca, #961fc7, #871ac1, #7716bb, #6812b4, #570eae);
}
.priceblock .titlecontent h2, .priceblock .titlecontent p {
  color: #fff;
}

.contactblock {
  background: url(../images/boy.png) no-repeat left bottom, url(../images/girl.png) no-repeat right bottom #ffdad7;
  background-size: 30%;
}

.redicon {
  background: linear-gradient(135deg, rgb(204, 0, 0) 0%, rgb(255, 43, 43) 100%) !important;
}/*# sourceMappingURL=main.css.map */