.ccontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 100%;
  width: 100%;
  padding: 20px;
}

.text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: white;
  height: 450px;
  color: white;
  background: #ffffff;
  border-radius: 2px;
  background: linear-gradient(to right, #3b9a83 0%, #00a980 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.text-section h1 {
  font-size: 1.8rem;
  color: rgb(52 193 139);
  margin-bottom: 20px;
  /* font-family: Poppins; */
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
  /* transform: rotate(180deg); */
}
.text-section p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.6;
}

.buttons {
  display: flex;
  gap: 10px;
}

.buttons a {
  text-decoration: none;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 8px;
  transition: background 0.3s;
  text-align: center;
  padding: 12px 32px;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.app-button {
  background-color: rgb(52 193 139);
  color: #3b9a83;
  width: 212px;
  height: 56px;
  padding: 12px 32px;
  background: rgb(52 193 139);
  border-radius: 8px;
  padding: 12px 32px;
  background: #ffffff;
  border-radius: 8px;
  /* transform: rotate(180deg); */
}
.app-button:hover {
  background-color: rgb(17 165 129);
  color: white!important;
  border: 1px solid #ffffff;
}

.calculate-button {
  background-color: var(--purple);
  color: white;
  border: 2px solid rgb(52 193 139);
  width: 212px;
  height: 56px;
  padding: 12px 32px;
  border: 1px solid rgb(52 193 139);
  border-radius: 8px;
  text-align: center;
}

.xas {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;

  color: #626262;
}
.cos {
  background: #ffffff;
  padding: 10px;
  border-radius: 24px;
}

.calculate-button:hover {
  background-color: #f0fff4;
}

.image-section img {
  width: 100%;
  height: auto;
  border-radius: 0;
  height: 450px;

  border-radius: 0;
  margin-left: 0;
  border-radius: 0;
}

@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
  }

  .text-section {
    text-align: center;
  }

  .buttons {
    justify-content: center;
  }
}

.hidden-text {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 36px;
  text-align: center;

  color: #626262;
}

.plus-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 2rem;
}

.plus-content {
  max-width: 800px;
  margin-bottom: 2rem;
}

.plus-content h1 {
  font-size: 2rem;
  color: #1ea776;
  margin-bottom: 1rem;
}

.plus-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.info-btn {
  display: flex;
  width: 238px;
  padding: 16px 32px 16px 32px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #f8f9f8;
  border-radius: 8px;
  border: 1px solid rgba(151, 152, 151, 0.15);
  position: relative;
  overflow: hidden;
  z-index: 74;
  margin: 0 auto;
}

.info-btn .span {
  display: flex;
  width: 142px;
  height: 22px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Poppins, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #1c1e1c;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 75;
}

.info-btn:hover .span {
  color: white;
}

.te {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;

  color: #626262;
}
.info-btn span {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

.info-btn:hover {
  background: #1ea776;
  color: #fff;
}

.plus-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .plus-section {
    flex-direction: row;
    justify-content: center;
    text-align: left;
  }

  .plus-content {
    margin-right: 2rem;
    text-align: left;
  }

  .plus-image {
    max-width: 50%;
  }
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}
.takz {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;

  color: #7e7e7e;
}
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  position: relative;
  width: 100%;
  height: 650px;
  margin: 0 auto;
  padding: 16px 0 16px 0;
  background: #ffffff;
  border-radius: 24px;
}
.niye-mehz-plus {
  flex-shrink: 0;
  position: relative;
  width: 385px;
  font-family: Poppins, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
}
.niye-mehz {
  position: relative;
  color: #2f2f2f;
  font-family: Poppins, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}
.plus {
  position: relative;
  color: #33c18b;
  font-family: Poppins, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}
.frame-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  z-index: 1;
}
.component {
  position: relative;
  width: 420px;
  height: 241px;
  background: #f9faf9;
  border: 1px solid rgba(151, 152, 151, 0.15);
  z-index: 2;
  border-radius: 12px;
}
.icon-linear-category {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 3px 0 0 175px;
  background: url(./assets/images/43267682-fab7-4468-856a-902b6531ed13.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 5;
  overflow: hidden;
}
.digital-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 277px;
  height: 30px;
  margin: 6px 0 0 72px;
  color: #222222;
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
.innovative-solution {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 344px;
  height: 84px;
  margin: 14px 0 0 38px;
  color: #6b6b6b;
  font-family: Poppins, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 4;
}
.component-2 {
  position: relative;
  width: 420px;
  height: 241px;
  background: #f9faf9;
  border: 1px solid rgba(151, 152, 151, 0.15);
  z-index: 14;
  border-radius: 12px;
}
.icons {
  position: relative;
  width: 55.997px;
  height: 55.995px;
  margin: 14px 0 0 182.003px;
  background: url(./assets/images/967ae1fe-d2f8-40b2-a89f-5f7fbfe78fb7.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 17;
}
.her-kes-ucun-qazanc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 210px;
  height: 30px;
  margin: 11.005px 0 0 105px;
  color: #222222;
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  z-index: 15;
}
.marketinq-kampaniyalarda-istirak {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 344px;
  height: 84px;
  margin: 14px 0 0 38px;
  color: #6b6b6b;
  font-family: Poppins, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 16;
}
.component-3 {
  position: relative;
  width: 420px;
  height: 241px;
  background: #f9faf9;
  border: 1px solid rgba(151, 152, 151, 0.15);
  z-index: 6;
  border-radius: 12px;
}
.iconsans-linear-receipt {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 6px 0 0 187px;
  background: url(./assets/images/49c4e77a-a31d-41a7-98ab-0ed5d8f90685.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 9;
  overflow: hidden;
}
.vergi-ustunlukleri {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 175px;
  height: 30px;
  margin: 3px 0 0 123px;
  color: #222222;
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  z-index: 7;
}
.sirketler-vergiye-qanet {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 344px;
  height: 56px;
  margin: 14px 0 0 38px;
  color: #6b6b6b;
  font-family: Poppins, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 8;
}
.component-4 {
  position: relative;
  width: 420px;
  height: 241px;
  background: #f9faf9;
  border: 1px solid rgba(151, 152, 151, 0.15);
  z-index: 18;
  border-radius: 12px;
}
.arcticons-onlyoffice-documents {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 7px 0 0 180px;
  background: url(./assets/images/2f4a5902-8c9b-49c4-95f7-085bf8911ee8.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 21;
  overflow: hidden;
}
.onlayn-mobil-rahatliq {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 249px;
  height: 30px;
  margin: 14px 0 0 86px;
  color: #222222;
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  z-index: 19;
}
.digital-platform {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 344px;
  height: 84px;
  margin: 14px 0 0 38px;
  color: #6b6b6b;
  font-family: Poppins, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 20;
}
.component-5 {
  position: relative;
  width: 420px;
  height: 241px;
  background: #f9faf9;
  border: 1px solid rgba(151, 152, 151, 0.15);
  z-index: 10;
  border-radius: 12px;
}
.restaurant-outline {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 11px 0 0 180px;
  background: url(./assets/images/563173be-0939-47c2-9d45-d526edb9084f.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 13;
  overflow: hidden;
}
.wide-network {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 348px;
  height: 30px;
  margin: 10px 0 0 36px;
  color: #222222;
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  z-index: 11;
}
.freedom-choice {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 344px;
  height: 84px;
  margin: 14px 0 0 38px;
  color: #6b6b6b;
  font-family: Poppins, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 12;
}

.hov:hover {
  background: #08a780;
  color: white !important;
  border: 1px solid #ededed;
  border-radius: 16px;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}
.slider-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 400px;
}

.left-content {
  background: linear-gradient(to right, #3b9a83 0%, #00a980 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 50px;
  width: 50%;
  height: 100vh;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.right-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;

  background-size: cover;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.right-image {
  position: relative;
  overflow: hidden;
}

.right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.why {
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 82;
}

.whyelement {
  display: flex;
  width: 392px;
  height: 303px;
  padding: 24px 24px 24px 24px;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #ededed;
  position: relative;
  z-index: 83;
}

.whyicon {
  width: 60px;
  height: 60px;
  background-position: center;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 85;
  margin: 6px 0 0 6px;
}

.whyelement:hover {
  background-color: #08a780;
}
.whytext {
  height: 30px;
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  position: relative;
  text-align: left;
  white-space: nowrap;
  z-index: 108;
}

.whyelement:hover .whytext {
  color: white;
}

.whysubtext {
  display: flex;
  width: 344px;
  height: 84px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  font-family: Poppins, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6b6b6b;
  position: relative;
  text-align: left;
  z-index: 98;
}

.whyelement:hover .whysubtext {
  color: white;
}

.newadvan {
  display: flex;
  width: 601px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 136;
}

.newadvansection1 {
  display: flex;
  min-width: 0;
  height: 319px;
  padding: 32px 32px 32px 32px;
  flex-direction: column;
  gap: 64px;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #11a581;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 137;
}

.price-box {
  display: flex;
  width: 261px;
  height: 54px;
  padding: 8px 16px;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 138;
}

.price-text {
  height: 72px;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Poppins, var(--default-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  color: #ffffff;
  position: relative;
  text-align: left;
  white-space: nowrap;
  z-index: 139;
  margin: 0 auto;
}

.content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 140;
}

.divider {
  height: 1px;
  align-self: stretch;
  flex-shrink: 0;
  background-position: center;

  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 141;
}

.description {
  width: 537px;
  align-self: stretch;
  flex-shrink: 0;
  font-family: Plus Jakarta Sans, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 142;
}

.description-text {
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
}

.sub-text {
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #dddddd;
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
  display:block;
}

.profit-section {
  display: flex;
  min-width: 0;
  height: 320px;
  padding: 32px;
  flex-direction: column;
  gap: 64px;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  background-color: #f8f8f8;
  border-radius: 0 0 8px 8px;
  position: relative;
  z-index: 143;
}

.profit-box {
  display: flex;
  width: 261px;
  height: 54px;
  padding: 8px 16px;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 144;
}

.profit-text {
  height: 72px;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Poppins, var(--default-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  color: #3b9a83;
  position: relative;
  text-align: left;
  white-space: nowrap;
  z-index: 145;
  margin: 0 auto;
}

.profit-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 146;
}

.profit-divider {
  height: 1px;
  align-self: stretch;
  flex-shrink: 0;
  background-position: center;

  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 147;
}

.profit-description {
  width: 537px;
  align-self: stretch;
  flex-shrink: 0;
  font-family: Plus Jakarta Sans, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 148;
}

.profit-title {
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #3b9a83;
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
}

.profit-subtitle {
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #60c3ab;
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
  display:block;
}

.custominput {
  margin-bottom: 55px;
}

.contact-section {
  display: flex;
  width: 100%;
  padding: 24px 0;
  gap: 57px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border-radius: 24px;
  position: relative;
  z-index: 251;
  margin-top: 16px;
}

.contact-image {
  width: 601px;
  height: 549px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: relative;
  z-index: 252;
}

.contact-content {
  display: flex;
  width: 578px;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 253;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 254;
}
.mb-30 {
  margin-bottom: 3rem;
}
.contact-title {
  display: flex;
  width: 578px;
  height: 180px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Poppins, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #2f2f2f;
  position: relative;
  text-align: left;
  z-index: 255;
  margin-top: -100px;
}

.contact-subtitle {
  display: flex;
  width: 578px;
  height: 270px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Poppins, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #535353;
  position: relative;
  text-align: left;
  z-index: 256;
}

.whyica {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  flex-wrap: nowrap;
  position: relative;
  z-index: 107;
}

.wplus {
  font-family: Poppins, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #2f2f2f;
  position: relative;
  text-align: center;
}

.wplusub {
  font-family: Poppins, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #33c18b !important;
  position: relative;
  text-align: center;
}

.wplis {
  width: 100%;
  min-width: 0;
  align-self: stretch;
  flex-shrink: 0;
  font-family: Poppins, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 81;
}
