.new-turnkey-content {
  display: flex;
  gap: 24px;
}
.new-turnkey-tabs-section {
  padding: 120px 0;
  border-radius: 0 0 30px 30px;
  background: #f1f3ff;
  position: relative;
  z-index: 1;
}
.new-turnkey-tabs-section.design {
  padding: 120px 0;
  border-radius: 30px 30px 0 0;
  background: #f1f3ff;
  position: relative;
  z-index: 1;
}
.new-turnkey-tabs-section.lp {
  padding: 120px 0;
  border-radius: 0;
  background: #f1f3ff;
  position: relative;
  z-index: 1;
}
.new-turnkey-tabs-section-mob {
  padding: 0px 70px;
  border-radius: 0 0 30px 30px;
  background: #f1f3ff;
  display: none;
}
.new-turnkey-tabs-title {
  color: #0e1020;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 40px;
  max-width: 397px;
}
.new-turnkey-tabs-title span {
  font-style: italic;
  font-weight: 700;
}
.new-turnkey-tabs-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new-turnkey-tabs-right {
  margin-top: -158px;
  height: 100%;
  min-height: 733px;
}
.new-turnkey-tab {
  display: flex;
  width: 397px;
  height: 55px;
  padding: 15px 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.new-turnkey-tab.active {
  background: #0e1020;
  justify-content: space-between;
}

.new-turnkey-tab-inside {
  display: flex;
  align-items: center;
  gap: 9px;
}

.new-turnkey-tab .new-turnkey-tab-arr {
  display: none;
}
.new-turnkey-tab .new-turnkey-tab-arr-hover {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% - 60px);
  transform: translateY(-50%);
  animation: slideAndFade 0.3s forwards;
}
.new-turnkey-tab:hover .new-turnkey-tab-arr-hover {
  display: block;
}
.new-turnkey-tab:hover.active .new-turnkey-tab-arr-hover {
  display: none;
}

@keyframes slideAndFade {
  from {
    opacity: 0;
    left: calc(100% - 60px);
  }
  to {
    opacity: 1;
    left: calc(100% - 38px);
  }
}

.new-turnkey-tab.active .new-turnkey-tab-arr {
  display: block;
}
.new-turnkey-tab span {
  color: #2b49e2;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 26px */
  letter-spacing: -0.039px;
}
.new-turnkey-tab.active span {
  color: #c0e449;
}
.new-turnkey-tab p {
  color: #0e1020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 18.4px */
}
.new-turnkey-tab.active p {
  color: #ffffff;
}
.new-turnkey-tab-content {
  /* display: none; */
  position: absolute;
  top: 0;
  border-radius: 16px;
  border: 1px solid rgba(43, 73, 226, 0.3);
  background: #fff;
  padding: 46px 38px 0 54px;
  height: 100%;
  min-height: 733px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9) translateX(-100px);
}
.new-turnkey-tab-content.active {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(0px);
}

.tab-content-img-box {
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.tab-content-text-box {
  display: flex;
  gap: 29px;
}
.tab-content-counter {
  color: #2b49e2;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 60px */
  letter-spacing: -0.09px;
  min-width: 54px;
}
.tab-content-title {
  color: #020416;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 33px */
  letter-spacing: -0.09px;
  margin-bottom: 20px;
}
.tab-content-desc {
  color: #4e4f5c;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
  max-width: 471px;
}
.tab-content-desc span {
  color: #4e4f5c;
  font-weight: 700;
}
.new-turnkey-tab-content-img {
  width: 100%;
  height: auto;
  margin-top: auto;
  max-width: 730px;
}
.new-turnkey-tab-content-img1 {
  position: absolute;
  bottom: 48px;
  left: 0;
}
.new-turnkey-tab-content-img2 {
  position: absolute;
  top: -33px;
  right: 12px;
}

.new-turnkey-tab-content-img5 {
  margin-top: -24px;
}
.new-turnkey-tab-content-span {
  border-radius: 120px;
  border: 0.8px solid rgba(14, 16, 32, 0.2);
  background: #e0e3fb;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  color: #0e1020;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.794px; /* 148.53% */
  letter-spacing: -0.042px;
}
.new-turnkey-tab-content-span1 {
  position: absolute;
  bottom: 70px;
  left: 65px;
  transform: rotate(-5.755deg);
}
.new-turnkey-tab-content-span2 {
  position: absolute;
  top: 27px;
  right: -14px;
  transform: rotate(-10deg);
}
.new-turnkey-tab-content-span3 {
  position: absolute;
  top: 76px;
  right: 60px;
  min-width: 77px;
}
.new-turnkey-content-mob {
  display: none;
}
.new-turnkey-tabs-title-mob {
  display: none;
}
.new-turnkey-content-mob-box {
  display: none;
}
.new-turnkey-content-mob2 {
  display: none;
}
.new-turnkey-tabs-title-mob2 {
  display: none;
}
.new-turnkey-content-mob2-box {
  display: none;
}

@media screen and (max-width: 1326px) {
  .new-turnkey-tab-content {
    padding: 46px 20px 0 20px;
  }
}
@media screen and (max-width: 1166px) {
  .new-turnkey-tab {
    width: 357px;
  }
}

@media screen and (max-width: 1024px) {
  .new-turnkey-tabs-section {
    display: none;
  }
  .new-turnkey-tabs-section-mob2.design {
    padding: 56px 0 85px;
    border-radius: 20px 20px 0 0;
  }
  .new-turnkey-tabs-section-mob2.lp {
    padding: 56px 0 85px;
    border-radius: 0;
  }
  .new-turnkey-content-mob2-text .ac {
    margin-top: 0 !important;
    border: 1px solid rgba(43, 73, 226, 0.3) !important;
    border-radius: 8px !important;
  }
  .new-turnkey-content-mob2-text .ac .ac-panel .ac-text {
    padding: 20px !important;
    color: rgba(78, 79, 92, 1) !important;
    font-family: 'Gilroy', 'Gilroy-Regular', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }

  .new-turnkey-content-mob2-text .ac {
    position: relative;
    overflow: hidden;
  }
  .new-turnkey-content-mob2-text .ac .ac-panel .ac-text span {
    font-weight: 700;
  }
  .new-turnkey-content-mob2-text .ac .ac-trigger::after {
    content: url(../../img/new/arnewacc.svg) !important;
    width: 22px !important;
    height: 22px;
    margin-right: 6px;
    -webkit-transform: translate(0, -10px) !important;
    transform: translate(0, -10px) !important;
  }
  .new-turnkey-content-mob2-text .ac.is-active > .ac-header .ac-trigger::after {
    content: url(../../img/new/arnewup.svg) !important;
  }
  .new-turnkey-content-mob2-text .ac.is-active > .ac-header .ac-trigger {
    background-color: #fff !important;
  }
  .new-turnkey-content-mob2-text .ac-header {
    /* border: 1px solid rgba(43, 73, 226, 0.3); */
    /* padding: 10px 15px; */
    border-radius: 8px;
    background-color: #fff;
  }
  .new-turnkey-content-mob2-text .ac-trigger {
    padding: 10px 15px !important;
    background-color: #fff !important;
    min-height: 60px !important;
    display: flex;
    align-items: center;
  }
  .new-turnkey-tabs-section-mob {
    /* padding-top: 52px; */
    padding-top: 56px;
    padding-bottom: 85px;
    border-radius: 0 0 20px 20px;
    display: block;
  }
  .new-turnkey-tabs-section-mob2 {
    /* padding-top: 52px; */
    padding-top: 56px;
    padding-bottom: 85px;
    border-radius: 0 0 20px 20px;
    display: block;
    background-color: rgba(241, 243, 255, 1);
  }
  .new-turnkey-content {
    display: none;
  }
  .new-turnkey-content-mob-box {
    display: block;
    position: relative;
  }
  .new-turnkey-content-mob2-box {
    display: block;
    position: relative;
  }
  .new-turnkey-tabs-title {
    font-size: 32px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    max-width: 397px;
    display: none;
  }
  .new-turnkey-tab-mob-text-box {
    border-radius: 8px;
    border: 1px solid rgba(43, 73, 226, 0.3);
    /* opacity: 0.8; */
    background: #fff;
    padding: 20px 18px 40px;
  }
  .new-turnkey-tab-mob2-text-box {
    border-radius: 8px;
    border: 1px solid rgba(43, 73, 226, 0.3);
    /* opacity: 0.8; */
    background: #fff;
    padding: 20px;
  }
  .new-turnkey-content-mob {
    display: block;
    height: 520px;
    position: sticky;
  }
  .new-turnkey-content-mob2 {
    display: block;
  }
  .new-turnkey-tab-mob-text-title {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 17px;
  }
  .new-turnkey-tab-mob2-text-title {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 17px;
  }
  .tab-content-counter {
    font-size: 18px;
    min-width: auto;
    margin-right: 20px;
  }
  .new-turnkey-tabs-title-mob {
    display: block;
  }
  .new-turnkey-tabs-title-mob2 {
    display: block;
  }
  .tab-content-title {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.06px;
    margin-bottom: 0;
    display: inline-block;
    max-width: 237px;
  }
  .tab-content-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
  }
  .new-turnkey-content-mob-photo {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 438px;
    height: 266px;
    margin: 0 auto 20px;
  }
  .new-turnkey-content-mob2-photo {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 438px;
    height: 266px;
    margin: 0 auto 20px;
  }
  .new-turnkey-tab-content-img-mob {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .new-turnkey-tab-content-img-mob2 {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .new-turnkey-tab-content-img-mob.show {
    opacity: 1;
  }
  .new-turnkey-content-mob-text {
    margin-top: -160px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    user-select: none;
    height: auto;
  }
  .new-turnkey-content-mob2-text {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    user-select: none;
    height: auto;
  }

  .new-turnkey-content-mob {
    display: block;
    position: sticky;
    top: 60px;
  }
  .new-turnkey-content-mob2 {
    display: block;
  }

  .new-turnkey-tab-content-img-mob {
    display: none;
  }

  .new-turnkey-tab-content-img-mob.show {
    display: block;
  }
  .sticky-tab-mob {
    width: 100%;
    position: sticky;
    top: 410px;
    z-index: 5;
  }
  .tab-content-desc {
    max-width: 100%;
  }
  .new-turnkey-tab-content-img-mob2-blur1 {
    width: 242px;
    height: 242px;
    background-color: rgba(43, 73, 226, 0.6);
    filter: blur(213.19px);
    top: 44px;
    left: -100px;
    position: absolute;
  }
  .new-turnkey-tab-content-img-mob2-blur2 {
    width: 121px;
    height: 121px;
    background-color: #c0e449;
    filter: blur(160.19px);
    top: 133px;
    right: 21px;
    position: absolute;
  }
}
@media screen and (max-width: 782px) {
  .new-turnkey-content-mob {
    height: 532px;
  }
  .new-turnkey-content-mob-text {
    margin-top: -180px;
  }
  .sticky-tab-mob {
    top: 405px;
  }
  .new-turnkey-tab-mob-text-box {
    height: 180px;
  }
}
@media screen and (max-width: 651px) {
  .new-turnkey-content-mob {
    height: 552px;
  }
  .new-turnkey-content-mob-text {
    margin-top: -196px;
  }
  .sticky-tab-mob {
    top: 395px;
  }
  .new-turnkey-tab-mob-text-box {
    height: 195px;
  }
}
@media screen and (max-width: 583px) {
  .new-turnkey-tabs-section-mob {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-turnkey-tab-mob-text-box {
    padding: 20px 18px;
    height: 200px;
  }
  .new-turnkey-content-mob-photo {
    max-width: 355px;
    height: 215px;
  }
  .new-turnkey-content-mob {
    height: 488px;
  }
  .new-turnkey-content-mob-text {
    margin-top: -204px;
  }
  .sticky-tab-mob {
    top: 342px;
  }
  .new-turnkey-tab-content-img-mob2 {
    width: 90%;
    height: auto;
    margin: 0 auto 0px;
    display: block;
  }
}
@media screen and (max-width: 464px) {
  .new-turnkey-tab-mob-text-box {
    height: 216px;
  }
  .new-turnkey-content-mob-photo {
    max-width: 355px;
    height: 215px;
  }
  .new-turnkey-content-mob {
    height: 528px;
  }
  .new-turnkey-content-mob-text {
    margin-top: -215px;
  }
  .sticky-tab-mob {
    top: 376px;
  }
  .new-turnkey-tabs-title {
    max-width: 348px;
  }
}
@media screen and (max-width: 418px) {
  .new-turnkey-tab-mob-text-box {
    height: 236px;
  }
  .new-turnkey-content-mob {
    height: 548px;
  }
  .new-turnkey-content-mob-text {
    margin-top: -215px;
  }
  .sticky-tab-mob {
    top: 376px;
  }
  .new-turnkey-tabs-title {
    max-width: 348px;
  }
}
@media screen and (max-width: 377px) {
  .new-turnkey-tab-mob-text-box {
    height: 246px;
  }
  .new-turnkey-content-mob {
    height: 558px;
  }
  .new-turnkey-content-mob-text {
    margin-top: -215px;
  }
  .sticky-tab-mob {
    top: 376px;
  }
  .new-turnkey-tabs-title {
    max-width: 348px;
  }
}
