*{
  transition: 0.5s;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
}
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 2121;
}
header .header {
  display: flex;
  left: 0;
  top: 0;
  justify-content: space-between;
  align-items: center;
}
.orange {
  color:#ff8709;
  background: none;
}

.demo {
  padding: 2rem;
  font-size: 1.5rem;
  text-align: left;
  height: 100vh;
  
}
.typewriter{
  width: 800px;
  height: 100px;
  font-size: 25px;
}
.network_content .text{
  margin-left: -10px;
}
.text-container {
  max-width: 800px;
  height: auto;
  padding: 20px;
  margin-left: -10px;
}

.typewriter {
  display: inline;
  font-size: 24px;
  font-family: Arial, sans-serif;
  overflow: hidden;
  border-right: 0.15em solid #000;
  box-sizing: border-box;
}

.typed-cursor {
  display: inline-block;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* --------------------------------------------------------------------- */
/* Navbar Styles */
header .header_item {
  display: flex;
  align-items: center;
  gap: 54px;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  header .header_item {
    position: absolute;
    right: -110%;
    top: 55px;
    width: 100%;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
  }
  header .header_item.is-active {
    right: 0;
    width: 200px;
    background-color: #000;
    color: white !important;
  }
  .header .header_navbar a{
    color: white !important;
    margin: 20px 0;
  }
  .header .header_navbar{
    padding: 10px 0;
    display: block;
  }
  .get_btn{
    border: 1px solid white !important;
  }
  .hamburger.is-active span:first-child {
    transform: rotate(45deg);
  }
  .hamburger.is-active span:nth-child(2) {
    display: none;
  }
  .hamburger.is-active span:last-child {
    transform: rotate(-45deg);
  }
}
@media (max-width: 600px){
  .network_item1 h1{
    font-size: 40px !important;
  }
}
@media (max-width: 400px){
  .network_item1 h1{
    width: 300px;
    font-size: 30px !important;
    margin-left: 10px;
  }
}
.Accauunt{
  border: none;
  font-size: 20px;
}
/* --------------------------------------------------------------------- */

.animate__animated{
  transition: all 0s !important;
}
header .header_item {
  display: flex;
  align-items: center;
  gap: 54px;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  header .header_item {
    position: absolute;
    right: -110%;
    top: 55px;
    width: 100%;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
  }
  header .header_item.header_navbar {
    flex-direction: column;
  }
}
header .header_item.is-active {
  right: 0;
}
header .header_navbar {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
header .header_navbar a {
  padding: 5px 10px 5px 5px;
}
header .header_navbar .logIn-menu {
  position: absolute;
  left: 0;
  background: #FFF;
  border-radius: 8px;
  z-index: 2131;
  border: 1px solid transparent;
  height: 0;
  overflow-y: hidden;
  transition: all 0.2s linear;
  opacity: 0;
}
@media (max-width: 768px) {
  header .header_navbar .logIn-menu {
    height: fit-content;
    overflow: initial;
    opacity: 1;
    position: static;
    border: none;
  }
}
header .header_navbar .logIn-menu a {
  padding: 10px 10px;
}
header .header_navbar .child_menu {
  position: relative;
}
@media (max-width: 768px) {
  header .header_navbar .child_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .header_navbar .child_menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
header .header_navbar .menu-item img {
  transition: all 0.2s ;
}
@media (max-width: 768px) {
  header .header_navbar .menu-item img {
    display: none;
  }
}
.menu-item .account{
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  gap: 0 3px;
  padding: 5px 10px 5px 5px;
  position: relative;
  border: 1px solid #fff;
  transition: all 0.2s linear;
  cursor: pointer;
  background-color: #000;
  color: white;
}
header .header_navbar a {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  text-transform: capitalize;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  gap: 0 3px;
  padding: 5px 10px 5px 5px;
  position: relative;
  border: 1px solid #fff;
  transition: all 0.2s linear;
}
header .header_navbar a:hover {
  color: blue;
}
header .header .hamburger {
  display: none;
  gap: 4px;
  padding: 8px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .header .hamburger {
    display: flex;
  }
}
header .header .hamburger span {
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 10px;
  transition: all 0.2s linear;
}
header .header .hamburger.is-active {
  position: relative;
}
header .header .hamburger.is-active span {
  position: absolute;
  inset: 0;
  margin: auto;
}
header .header .hamburger.is-active span:first-child {
  transform: rotate(45deg);
}
header .header .hamburger.is-active span:nth-child(2) {
  display: none;
}
header .header .hamburger.is-active span:last-child {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  header .header_logo img {
    width: 95px;
  }
}

.network_itemS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../images/star_1.png");
  background-repeat: no-repeat;
  background-position: -70px -15px, calc(100% + 26px) center;
}
@media (max-width: 1200px) {
  .network_itemS {
    background-size: 350px;
    background-position: 10px center;
  }
}
@media (max-width: 992px) {
  .network_itemS {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .network_itemS {
    background-image: url("../images/img_mobile.png");
    background-position: left bottom;
  }
}
.hero_content {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .hero_content {
    padding-left: 13px;
  }
}
.network_content h1 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 64px;
  font-style: italic;
  font-weight: 200;
  line-height: 64px; /* 100% */
  text-transform: capitalize;
  margin-bottom: 2px;
  transition: all 1s linear;
}
@media (max-width: 1400px) {
  .network_itemS h1 {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .network_itemS h1 {
    font-size: 34px;
    line-height: normal;
  }}
  .network_itemS h1 {
    font-size: 64px;
  }
  .network_itemS p {
    color: #3A3A3A;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 33px; /* 206.25% */
    text-transform: capitalize;
    margin-bottom: 21px;
  }
  @media (max-width: 1250px) {
    .network_itemS p {
      font-weight: 700;
      font-size: 15px;
    }
  }
  @media (max-width: 1200px) {
    .network_itemS p {
      line-height: normal;
    }
    .network_itemS p br {
      display: none;
    }
  }
  /*  */
  .action__img .play_img {
    position: absolute;
    inset: 0;
    margin: auto;
  }
  @media (max-width: 992px) {
    .action__img img {
      width: 100%;
    }
  }
  /*  */
  @media (max-width: 768px) {
    .network_itemS p {
      font-size: 12px;
      font-weight: 800;
    }
    .network_itemS p br {
      display: none;
    }
  }
  .network_itemS .get_btn:hover {
    z-index: 1212;
  }
  
  .network_itemS .btn_hero {
    gap: 6px;
  }
  @media (max-width: 768px) {
    .network_itemS .btn_hero {
      justify-content: center;
      gap: 16px;
    }
  }
  .network_itemS .btn_hero .arrow {
    margin-top: 16px;
  }
  @media (max-width: 768px) {
    .network_itemS .btn_hero .arrow {
      width: 50px;
    }
  }
  .network_itemS .get_btn {
    margin-left: 11px;
  }
  .network_itemS .hero_images {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 760px;
    height: 820px;
    text-align: center;
    display: flex;
    justify-content: center;
    animation-name: header_animation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-delay: 1s;
  }
  
  @keyframes header_animation{
    0%{
      top: 20px;
    }
    50%{
      top: 0;
    }
    100%{
      top: 20px;
    }
  }
  
  @media (max-width: 1400px) {
    .network_itemS .hero_images {
      max-width: 660px;
    }
  }
  @media (max-width: 1200px) {
    .network_itemS .hero_images {
      height: 531px;
    }
  }
  @media (max-width: 768px) {
    .network_itemS .hero_images {
      height: 370px;
    }
  }
  .network_itemS .hero_images img {
    position: absolute;
    transition: all 0.9s linear;
  }
  .network_itemS .hero_images img:first-child {
    z-index: 10;
    top: -25px;
    left: -12px;
  }
  @media (max-width: 1200px) {
    .network_itemS .hero_images img:first-child {
      width: 231px;
    }
  }
  .network_itemS .hero_images img:nth-child(2) {
    z-index: 11;
  }
  @media (max-width: 1200px) {
    .network_itemS .hero_images img:nth-child(2) {
      width: 202px;
    }
  }
  @media (max-width: 768px) {
    .network_itemS .hero_images img:nth-child(2) {
      width: 165px;
    }
  }
  .network_itemS .hero_images img:nth-child(3) {
    z-index: 10;
    right: 5px;
    top: -25px;
  }
  @media (max-width: 1200px) {
    .network_itemS .hero_images img:nth-child(3) {
      width: 234px;
    }
  }
  .network_itemS .hero_images img:last-child {
    z-index: 9;
    bottom: -80px;
    left: -75px;
  }
  @media (max-width: 1200px) {
    .network_itemS .hero_images img:last-child {
      width: 237px;
      top: 63px;
      right: -63px;
      width: 576px;
    }
  }
  @media (max-width: 992px) {
    .network_itemS .hero_images img:last-child {
      top: 63px;
      right: 0;
      width: 100%;
      left: 0;
    }
  }
  @media (max-width: 768px) {
    .network_itemS .hero_images img:last-child {
      left: -44px;
    }
  }
  
  @media (max-width: 992px) {
    .setup .container {
      flex-direction: column;
    }
  }
  @media (max-width: 992px) {
    .setup .container .sm_title {
      text-align: center;
    }
  }
  @media (max-width: 992px) {
    .setup .container .section_title {
      text-align: center;
    }
  }
  .setup .setup__img {
    width: 51%;
  }
  @media (max-width: 1400px) {
    .setup .setup__img {
      width: 70%;
    }
  }
  @media (max-width: 992px) {
    .setup .setup__img {
      width: 100%;
    }
  }
  @media (max-width: 1400px) {
    .setup .setup__img img {
      object-fit: contain;
      width: 100%;
    }
  }
  @media (max-width: 992px) {
    .setup .setup__info {
      width: 100%;
    }
  }
  .setup .network_lists {
    gap: 21px;
    margin-top: 23px;
  }
  @media (max-width: 992px) {
    .setup .network_lists {
      gap: 15px;
      margin-top: 15px;
    }
  }
  .setup .network_item {
    gap: 12px;
  }
  .setup .network_item img {
    margin-top: 2px;
  }
  .setup .network_item .network_content .network_title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
  }
  .setup .network_item .network_content p {
    color: #3A3A3A;
    line-height: 28px;
    text-transform: capitalize;
  }
  .setup .network_item .number {
    color: #050AA0;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 28px;
    text-transform: capitalize;
  }
  .setup .setup__btn {
    gap: 20px;
    margin-top: 20px;
  }
  
  @media (max-width: 992px) {
    .setup .setup__btn {
      gap: 19px;
    }
  }
  @media (max-width: 992px) {
    .setup .setup__btn .arrow {
      width: 14px;
    }
  }
  @media (max-width: 992px) {
    .setup.second .container {
      flex-direction: column-reverse;
    }
  }
  .setup.second .setup__btn {
    margin-right: 160px;
    margin-top: 46px;
    gap: 56px;
  }
  @media (max-width: 992px) {
    .setup.second .setup__btn .arrow {
      width: 42px;
    }
  }
  @media (max-width: 992px) {
    .setup.second .setup__btn {
      gap: 27px;
      margin-right: auto;
      margin-left: auto;
    }
  }
  
  @media (max-width: 992px) {
    .Impression .sm_title {
      text-align: center;
      width: 100%;
    }
  }
  @media (max-width: 992px) {
    .Impression .section_title {
      text-align: center;
    }
  }
  .Impression .Impression__content {
    padding-top: 22px;
    max-width: 570px;
    gap: 8px;
    text-transform: capitalize;
  }
  @media (max-width: 992px) {
    .Impression .Impression__content {
      gap: 2px;
      padding-top: 0;
    }
  }
  .Impression .Impression__content .Impression__icon {
    margin-top: 10px;
  }
  @media (max-width: 992px) {
    .Impression .Impression__content .Impression__icon {
      margin-top: 0;
      height: 30px;
      width: 30px;
      object-fit: contain;
    }
  }
  .Impression .responsive {
    display: none;
  }
  @media (max-width: 992px) {
    .Impression .responsive {
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
    }
  }
  .Impression .desctop {
    display: none;
  }
  @media (max-width: 992px) {
    .Impression .desctop {
      display: none;
    }
  }
  @media (max-width: 992px) {
    .Impression .Impression__img img {
      width: 100%;
      object-fit: contain;
    }
  }
  .Impression .Impression_title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
  @media (max-width: 992px) {
    .Impression .Impression_title {
      font-size: 20px;
    }
  }
  .Impression .Impression__btn {
    margin-top: 38px;
    padding-left: 85px;
  }
  @media (max-width: 992px) {
    .Impression .Impression_item {
      flex-direction: column-reverse;
    }
  }
  .Impression .Impression_item:first-child .Impression__btn {
    max-width: 570px;
  }
  .Impression .Impression_item:first-child .Impression__btn img {
    margin-top: 25px;
    padding-right: 5px;
  }
  @media (max-width: 992px) {
    .Impression .Impression_item:first-child .Impression__btn img.arrow {
      width: 43px;
    }
  }
  @media (max-width: 992px) {
    .Impression .Impression_item:first-child .Impression__icon {
      width: 20px;
    }
  }
  @media (max-width: 992px) {
    .Impression .Impression_item:nth-child(2) {
      flex-direction: column;
    }
  }
  .Impression .Impression_item:nth-child(2) .Impression__btn {
    max-width: 570px;
    padding-left: 180px;
  }
  @media (max-width: 992px) {
    .Impression .Impression_item:nth-child(2) .Impression__btn {
      padding-left: 0;
      align-items: center;
    }
  }
  .Impression .Impression_item:nth-child(2) .Impression__btn img {
    margin-top: 25px;
    padding-left: 85px;
  }
  @media (max-width: 992px) {
    .Impression .Impression_item:nth-child(2) .Impression__btn img.arrow {
      margin-top: 7px;
      width: 25px;
      margin-left: 20%;
      padding-left: 0;
    }
  }
  .Impression .Impression_item:nth-child(3) .Impression__btn {
    max-width: 570px;
    padding-left: 180px;
    gap: 30px;
  }
  @media (max-width: 992px) {
    .Impression .Impression_item:nth-child(3) .Impression__btn {
      padding-left: 0;
      justify-content: center;
      gap: 11px;
      align-items: center;
    }
  }
  .Impression .Impression_item:nth-child(3) .Impression_btn img {
    position: relative;
    top: -28px;
  }
  @media (max-width: 992px) {
    .Impression .Impression_item:nth-child(3) .Impression__btn img.arrow {
      width: 43px;
      top: 0;
    }
  }
  .Impression .Impression_item:nth-child(3) .Impression__btn .get_btn {
    margin-top: 10px;
  }
  
  .needs {
    background: url("../images/star_bg.png") no-repeat center;
    background-size: contain;
    padding-bottom: 154px;
    padding-top: 154px;
  }
  @media (max-width: 992px) {
    .needs {
      background: url("../images/bg_comment.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding-bottom: 112px;
    }
  }
  .needs {
    background: url(../images/star_bg.png) no-repeat center;
    background-size: contain;
    padding-bottom: 154px;
    padding-top: 154px;
  }
  .needs .container {
    gap: 21px 0;
  }
  .needs .container .section_title {
    text-align: center;
  }
  .needs .container .needs_description {
    color: #3A3A3A;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    max-width: 847px;
  }
  @media (max-width: 992px) {
    .needs .container .needs_description {
      font-size: 20px;
    }
  }
  .needs .container .needs_btn {
    gap: 40px;
  }
  @media (max-width: 992px) {
    .needs .container .needs_btn {
      gap: 22px;
    }
  }
  @media (max-width: 992px) {
    .needs .container .needs_btn .arrow {
      width: 43px;
    }
  }
  
  .users {
    padding-top: 100px;
  }
  @media (max-width: 992px) {
    .users .users_content {
      flex-direction: column;
    }
  }
  @media (max-width: 1250px) {
    .users .users_content .users_img img {
      width: 100%;
    }
  }
  .users .sm_title {
    text-align: center;
  }
  .users .section_title {
    text-align: center;
  }
  .users .users_info {
    width: 45%;
  }
  @media (max-width: 992px) {
    .users .users_info {
      width: 100%;
    }
  }
  .users .users_info .swiper-wrapper {
    height: 100%;
  }
  .users .users_info .user_description {
    min-height: 180px;
    margin-top: 21px;
    max-width: 442px;
    color: #3A3A3A;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    opacity: 0.5;
    line-height: 28px;
    text-transform: capitalize;
  }
  @media (max-width: 992px) {
    .users .users_info .user_description {
      font-size: 16px;
      margin-top: 3px;
    }
  }
  .users .users_title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
  }
  @media (max-width: 992px) {
    .users .users_title {
      font-size: 20px;
    }
  }
  .users .user_name {
    margin-top: 46px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
  }
  .users .testimonial_avatars {
    gap: 8px;
    margin-top: 26px;
    position: relative;
    top: -95px;
    z-index: 121;
  }
  .users .testimonial_avatars .avatar {
    opacity: 0.7;
    transform: scale(1);
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .users .testimonial_avatars .avatar.is-active {
    opacity: 1;
    transform: scale(1.1);
  }
  .users .btn_hero {
    gap: 6px;
    position: relative;
    top: -40px;
    line-height: 0;
  }
  @media (max-width: 992px) {
    .users .btn_hero {
      justify-content: center;
      gap: 8px;
      top: -30px;
    }
  }
  .users .btn_hero .arrow {
    margin-top: 16px;
  }
  @media (max-width: 992px) {
    .users .btn_hero .arrow {
      width: 50px;
    }
  }
  
  .action .container {
    max-width: 1214px;
  }
  .action__img {
    position: relative;
  }
  @media (max-width: 992px) {
    .action__img img {
      width: 100%;
    }
  }
  .action__img::before {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 51%;
    left: 50%;
    width: 102%;
    height: 100%;
    background: linear-gradient(103deg, #050AA0 0%, #9700d3 100%);
    filter: blur(40px);
    z-index: -1;
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  .action__img .play_img {
    position: absolute;
    inset: 0;
    margin: auto;
  }
  @media (max-width: 992px) {
    .action__img .play_img {
      width: 44px;
    }
  }
  .action .btn_action {
    margin-top: 21px;
    gap: 19px;
  }
  .action .btn_action img.arrow {
    margin-top: 20px;
  }
  .action.desctop .sm_title {
    text-align: center;
  }
  .action.desctop .action__img {
    margin-top: 40px;
  }
  @media (max-width: 992px) {
    .action.desctop .action__img {
      margin-top: 62px;
    }
  }
  .action.desctop .bt_content {
    margin-top: 58px;
    gap: 17px;
  }
  @media (max-width: 992px) {
    .action.desctop .bt_content {
      margin-top: 55px;
      gap: 16px;
    }
    .action.desctop .bt_content img {
      width: 25px;
    }
  }
  @media (max-width: 768px) {
    .action.responsive .container {
      flex-direction: column;
      gap: 45px;
    }
  }
  @media (max-width: 768px) {
    .action.responsive .container .action__img {
      margin-top: 10px;
    }
  }
  @media (max-width: 768px) {
    .action.responsive .container .sm_title {
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .action.responsive .container .section_title {
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .action.responsive .desctop_btn {
      display: none;
    }
  }
  .action.responsive .mobile_btn {
    display: none;
  }
  @media (max-width: 768px) {
    .action.responsive .mobile_btn {
      display: flex;
      justify-content: center;
      margin-top: 0;
      gap: 18px;
    }
    .action.responsive .mobile_btn .arrow {
      width: 20px;
      margin-top: 35px;
    }
  }
  @media (max-width: 768px) {
    .action.mobile_img {
      margin-top: 10px;
    }
  }
  
  .plans {
    padding-top: 142px;
    padding-bottom: 173px;
  }
  @media (max-width: 992px) {
    .plans {
      padding-top: 46px;
      padding-bottom: 82px;
    }
  }
  .plans .container {
    max-width: 1371px;
  }
  @media (max-width: 992px) {
    .plans .container {
      flex-direction: column;
      gap: 42px;
    }
  }
  .plans .container .plans_info {
    max-width: 345px;
  }
  .plans .container .plans_info .plans_text {
    color: #000;
    font-size: 60px;
    font-style: italic;
    font-weight: 800;
    padding-bottom: 2px;
  }
  @media (max-width: 992px) {
    .plans .container .plans_info .plans_text {
      font-size: 36px;
      text-align: center;
    }
  }
  .plans_price {
    padding: 43px 22px 27px 33px;
    border-radius: 20px;
    background: #FFF;
    max-width: 625px;
    position: relative;
    gap: 66px;
    box-shadow: 0 0 30px rgb(149, 93, 233);
  }
  @media (max-width: 992px) {
    .plans_price {
      gap: 28px;
    }
  }
  .plans_price::before {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 51%;
    left: 50%;
    width: 102%;
    height: 100%;
    background: linear-gradient(103deg, #050AA0 0%, #9700d3 100%);
    filter: blur(40px);
    z-index: -1;
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  @media (max-width: 992px) {
    .plans_price::before {
      width: 91%;
      height: 96%;
    }
  }
  .plans_price .price_top .price_title {
    color: #252432;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
  }
  .plans_price .price_top .price_subtitle {
    color: #8987A1;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .plans_price .price_lists {
    gap: 18px 0;
    padding-left: 17px;
  }
  @media (max-width: 992px) {
    .plans_price .price_lists {
      flex-direction: column;
    }
  }
  .plans_price .price_lists li {
    gap: 13px;
    width: 50%;
  }
  @media (max-width: 992px) {
    .plans_price .price_lists li {
      width: 100%;
    }
  }
  .plans_price .price_btn_lists .price_btn {
    padding: 14px 10px 11px;
    width: calc(50% - 16.5px);
    border-radius: 10px;
    background: linear-gradient(93deg, rgba(151, 0, 211, 0.25) 0%, rgba(5, 10, 160, 0.25) 100%);
  }
  .plans_price .price_btn_lists .price_btn .price_sum {
    color: #3A3A3A;
    font-family: "Plus Jakarta Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .plans_price .price_btn_lists .price_btn .price_sum span:last-child {
    color: rgba(58, 58, 58, 0.5);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.2px;
  }
  .plans_price .price_btn_lists .price_btn .price_sum .sum_link {
    color: #8987A1;
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
  @media (max-width: 992px) {
    .plans_price .price_btn_lists .price_btn {
      width: 100%;
      max-width: 267px;
    }
  }
  @media (max-width: 992px) {
    .plans_price .price_btn_lists {
      margin-top: 16px;
      flex-direction: column;
      gap: 29px;
      justify-content: center;
      align-items: center;
    }
  }
  .plans .btn_content {
    display: flex;
    margin-top: 54px;
    gap: 40px;
  }
  @media (max-width: 992px) {
    .plans .btn_content {
      gap: 20px;
    }
    .plans .btn_content .arrow {
      width: 50px;
      margin-top: 15px;
    }
  }
  .plans .bottoms {
    display: none;
  }
  @media (max-width: 992px) {
    .plans .bottoms {
      display: flex;
      margin-top: 0;
    }
  }
  @media (max-width: 992px) {
    .plans_info .btn_content:not(.bottoms) {
      display: none !important;
    }
  }
  
  @media (max-width: 992px) {
    .questions {
      margin-top: 90px;
    }
  }
  @media (max-width: 768px) {
    .questions {
      margin-top: 81px;
    }
  }
  .questions .sm_title {
    text-transform: uppercase;
  }
  @media (max-width: 768px) {
    .questions .sm_title {
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .questions .section_title {
      text-align: center;
    }
  }
  .questions .container {
    max-width: 1217px;
  }
  .questions .questions_items {
    gap: 46px 0;
    margin-top: 38px;
  }
  @media (max-width: 992px) {
    .questions .questions_items {
      gap: 28px 0;
    }
  }
  @media (max-width: 768px) {
    .questions .questions_items {
      gap: 21px;
      margin-top: 49px;
    }
  }
  .questions .questions_items .questions_item {
    width: calc(50% - 34px);
    border-radius: 15px;
    background: #FFF;
    padding: 31px 18px 12px 30px;
    position: relative;
  }
  @media (max-width: 992px) {
    .questions .questions_items .questions_item {
      width: calc(50% - 14px);
    }
  }
  @media (max-width: 768px) {
    .questions .questions_items .questions_item {
      width: 100%;
    }
  }
  .questions .questions_items .questions_item::before {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 51%;
    left: 50%;
    width: 102%;
    height: 100%;
    background: linear-gradient(103deg, #050AA0 0%, #9700d3 100%);
    filter: blur(40px);
    z-index: -1;
    border-radius: 20px;
    transform: translate(-50%, -50%);
  }
  .questions .questions_items .questions_item .questions_title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
  }
  @media (max-width: 992px) {
    .questions .questions_items .questions_item .questions_title {
      font-size: 22px;
    }
  }
  @media (max-width: 768px) {
    .questions .questions_items .questions_item .questions_title {
      font-size: 20px;
    }
  }
  .questions .questions_items .questions_item .questions_description {
    color: #3A3A3A;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
  }
  .questions .questions_btn {
    margin-top: 56px;
    gap: 37px;
  }
  @media (max-width: 768px) {
    .questions .questions_btn {
      gap: 15px;
    }
  }
  .questions .questions_btn img {
    margin-top: 20px;
  }
  @media (max-width: 768px) {
    .questions .questions_btn img {
      margin-top: 30px;
      width: 50px;
    }
  }
  /* --------aslide--------------------------------------- */
  .swiper-slide1{
    display: none;
  }
  .swiper-slide1.active{
    display: block;
  }
  /*  */
  .swiper-slide2{
    display: none;
  }
  .swiper-slide2.active{
    display: block;
  }
  /*  */
  .swiper-slide3{
    display: none;
  }
  .swiper-slide3.active{
    display: block;
  }
  /*  */
  .swiper-slide4{
    display: none;
  }
  .swiper-slide4.active{
    display: block;
  }
  /*  */
  .swiper-slide5{
    display: none;
  }
  .swiper-slide5.active{
    display: block;
  }
  /* aslide end */
  .end-section {
    margin-top: 137px;
    display: none;
  }
  @media (max-width: 992px) {
    .end-section {
      margin-top: 60px;
    }
  }
  @media (max-width: 768px) {
    .end-section {
      margin-top: 40px;
      display: block;
      width: 100%;
    }
  }
  .end-section .container {
    position: relative;
  }
  .end-section .container picture {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
  }
  .end-section .container picture img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
  }
  .end-section .end-section_info {
    position: absolute;
    left: 52px;
    bottom: 128px;
    width: 40%;
  }
  @media (max-width: 992px) {
    .end-section .end-section_info {
      bottom: 51px;
      width: 55%;
    }
  }
  @media (max-width: 768px) {
    .end-section .end-section_info {
      left: 0;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  .end-section .end-section_info .end-section_title {
    color: #fff;
    font-weight: 800;
    font-style: italic;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    text-transform: capitalize;
  }
  @media (max-width: 992px) {
    .end-section .end-section_info .end-section_title {
      font-size: 30px;
    }
  }
  .end-section .end-section_info .end-section_description {
    margin-top: 16px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 33px;
    text-transform: capitalize;
  }
  .end-section .end-section_info .end-section_btn {
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-transform: capitalize;
    border-radius: 4px;
    background: #FFF;
    padding: 12px 35px;
    display: block;
    width: fit-content;
    margin-top: 8px;
  }
  @media (max-width: 768px) {
    .end-section .end-section_info .end-section_btn {
      margin: 10px auto 0;
    }
  }
  
  .footer {
    padding-top: 90px;
  }
  @media (max-width: 768px) {
    .footer {
      padding-top: 74px;
    }
  }
  .footer_top {
    max-width: 615px;
    margin: 0 auto;
  }
  .footer_top .footer_lists {
    width: 100%;
  }
  .footer_top .footer_lists ul {
    margin-top: 16px;
    gap: 16px;
  }
  .footer_top .footer_lists .link_title {
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 42px;
    text-transform: capitalize;
  }
  .footer_top .footer_lists a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    position: relative;
    padding: 5px;
  }
  .footer_top .footer_lists a:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(151, 0, 211, 0.5), rgba(5, 10, 160, 0.5));
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  @media (max-width: 992px) {
    .footer_top .footer_lists {
      flex-direction: column;
      align-items: center;
      gap: 69px;
    }
  }
  .footer_bottom {
    margin: 0 auto;
    margin-top: 125px;
    padding: 39px;
    border-top: 1px solid rgba(22, 22, 22, 0);
    max-width: 1090px;
    position: relative;
  }
  .footer_bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(22, 22, 22, 0), #696969, rgba(22, 22, 22, 0));
  }
  @media (max-width: 768px) {
    .footer_bottom {
      margin-top: 104px;
      padding: 20px 10px;
    }
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .flex {
    display: flex;
  }
  .flex.start {
    justify-content: flex-start;
  }
  .flex.center {
    justify-content: center;
  }
  .flex.between {
    justify-content: space-between;
  }
  .flex.end {
    justify-content: flex-end;
  }
  .flex.align--start {
    align-items: flex-start;
  }
  .flex.align--center {
    align-items: center;
  }
  .flex.align--end {
    align-items: flex-end;
  }
  .flex.column {
    flex-direction: column;
  }
  .flex.row {
    flex-direction: row;
  }
  .flex.wrap {
    flex-wrap: wrap;
  }
  
  a {
    text-decoration: none;
    transition: 0.3s all ease;
  }
  
  ul {
    list-style: none;
  }
  
  body {
    font-family: "Plus Jakarta Sans";
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #3A3A3A;
  }
  
  body{
    width: 100%;
    position: relative;
  }
  
  .container {
    max-width: 1515px;
    margin: 0 auto;
    padding: 0 10px;
  }
  @media (max-width: 1200px) {
    .container {
      max-width: 992px;
    }
  }
  @media (max-width: 992px) {
    .container {
      max-width: 768px;
    }
  }
  @media (max-width: 768px) {
    .container {
      max-width: 420px;
    }
  }
  
  .get_btn {
    border-radius: 4px;
    background: #000;
    padding: 5px 28px;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    transition: all 0.3s linear;
  }
  
  .btn {
    position: relative;
    width: fit-content;
  }
  .btn .stars-animatsia {
    position: absolute;
    left: -5px;
    top: 4px;
    transition: all 0.5s;
    
    position: absolute;
    left: 12px;
    top: -11px;
    height: 0;
    overflow: hidden;
    transition: all 0.2s linear;
  }
  .btn .stars-animatsia img {
    transition: all 0.5s;
    position: static !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
  /* btn hover effect start */
  .get_btn {
    padding: 15px 30px;
    background-color: #000; /* Qora rang */
    color: white;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    transition: color 0.3s ease;
  }
  /* Hover holatda rang o'zgarishi */
  .get_btn:hover {
    color: white;
  }
  .animatsiya-img {
    transform: translateX(-200px); /* Toq bo'limlarda chapdan kiradi */
  }
  
  .get_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(12,37,146);
    background: radial-gradient(circle, rgba(12,37,146,1) 0%, rgba(52,50,177,1) 39%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    z-index: 0;
  }
  .get_btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .get_btn span {
    position: relative;
    z-index: 1;
  }
  /*  */
  
  /* btn hover effect end */
  .btn:hover .stars-animatsia.first {
    transition: all 0.5s;
    position: absolute;
    height: auto;
    overflow: initial;
    left: -32px;
    top: -22px;
    gap: 20px;
  }
  .btn:hover .stars-animatsia.last {
    transition: all 0.5s;
    top: -22px;
    right: -30px;
    gap: 20px;
    height: auto;
    overflow: initial;
  }
  
  .section_title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 64px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
  }
  @media (max-width: 1400px) {
    .section_title {
      font-size: 40px;
    }
  }
  @media (max-width: 992px) {
    .section_title {
      font-size: 36px;
    }
  }
  
  .sm_title {
    color: #050AA0;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 20px;
    text-transform: capitalize;
  }
  @media (max-width: 992px) {
    .sm_title {
      font-size: 20px;
    }
  }
  .sm_title.rose {
    color: #9700D3;
  }
  @media (max-width: 1400px) {
    .sm_title {
      font-size: 18px;
    }
  }
  
  .sections {
    padding-top: 147px;
  }
  @media (max-width: 1400px) {
    .sections {
      padding-top: 127px;
    }
  }
  
  .mfp-bg, .mfp-wrap {
    z-index: 99999 !important;
  }