.s1 {
  width: 100%;
  height: 400px;
  position: relative;
}
.s1 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../Media/BG/4i.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.s1 h1 {
  color: white;
  font-size: 44px;
  font-weight: 700;
}
.s1 .img {
  width: 100%;
  height: 150px;
  background-image: url("../Media/Images/INDIVIDUALS.webp");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .s1 {
    height: 200px;
	  padding-top: 35px;
  }
  .s1 h1 {
    font-size: 32px;
  }
}
.s2 {
  width: 100%;
  padding: 200px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s2 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s2 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s2 .title .line {
  width: 250px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s2 .wrapper {
  width: 100%;
  align-items: flex-start;
  margin-top: 50px;
}
.s2 .wrapper p {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .s2 {
    padding: 50px 15px 50px 15px;
  }
  .s2 .title h2 {
    font-size: 20px;
  }
  .s2 .title h2 span {
    font-size: 20px;
  }
  .s2 .title .line {
    max-width: 100%;
  }
  .s2 .wrapper {
    flex-direction: column;
  }
}
.s3 {
  width: 100%;
  padding: 100px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s3 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../Media/BG/1.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.s3 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s3 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s3 .title h2 span {
  color: #BE4AD3;
  font-size: 32px;
  font-weight: 500;
}
.s3 .title .line {
  width: 400px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s3 .wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 100px;
  margin-top: 50px;
}
.s3 .wrapper .item {
  width: 450px;
  height: 100px;
  background-image: url("../Media/Images/talk-box.svg");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  filter: drop-shadow(4px 4px 4px rgba(48, 51, 122, 0.15));
}
.s3 .wrapper .item p {
  font-size: 18px;
  padding-bottom: 22px;
}
.s3 .wrapper .item p b {
  color: #BE4AD3;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .s3 {
    padding: 50px 15px 50px 15px;
    align-items: center;
    justify-content: center;
  }
	.s3 .background {
    background-size: 200% auto;
    background-position: center center;
}
  .s3 .title h2 {
    font-size: 20px;
  }
  .s3 .title h2 span {
    font-size: 20px;
  }
  .s3 .title .line {
    max-width: 100%;
    width: 300px;
  }
  .s3 .wrapper {
    min-width: 100%;
    justify-content: center;
    gap: 0;
  }
  .s3 .wrapper .item p {
    font-size: 15px;
  }
  .s3 .wrapper .item p b {
    font-size: 15px;
  }
}
.s4 {
  width: 100%;
  padding: 100px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s4 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../Media/BG/2.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.s4 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s4 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s4 .title h2 span {
  color: #BE4AD3;
  font-size: 32px;
  font-weight: 500;
}
.s4 .title .line {
  width: 500px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s4 .wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 50px;
}
.s4 .wrapper .item {
  width: 100%;
  background: #F8F8F9;
  border: 2px solid #E8E8E8;
  padding: 25px;
  align-items: flex-start;
  justify-content: flex-start;
}
.s4 .wrapper .item .title-2 {
  min-width: 150px;
  font-size: 20px;
  white-space: nowrap;
}
.s4 .wrapper .item .boxes {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}
.s4 .wrapper .item .boxes p {
  font-size: 16px;
  padding: 7px 10px;
  background: white;
  box-shadow: 0 0 4px 0 rgba(37, 37, 37, 0.15);
}

@media (max-width: 900px) {
  .s4 {
    padding: 50px 15px 50px 15px;
    margin-top: 0;
  }
  .s4 .title h2 {
    font-size: 18px;
  }
  .s4 .title h2 span {
    font-size: 18px;
  }
  .s4 .title .line {
    max-width: 100%;
    width: 350px;
  }
  .wrapper .item {
    flex-direction: column;
    gap: 20px !important;
  }
  .wrapper .item .title-2 {
    font-size: 18px !important;
  }
  .wrapper .item .boxes {
    gap: 10px !important;
  }
  .wrapper .item .boxes p {
    font-size: 14px !important;
  }
}
.s5 {
  width: 100%;
  padding: 100px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s5 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s5 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s5 .title h2 span {
  color: #BE4AD3;
  font-size: 32px;
  font-weight: 500;
}
.s5 .title .line {
  width: 250px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s5 .wrapper {
  width: 100%;
  align-items: flex-start;
  margin-top: 50px;
  filter: drop-shadow(4px 4px 4px rgba(48, 51, 122, 0.15));
}
.s5 .wrapper .column {
  width: 250px;
	width: 48%;
  flex-direction: column;
}
.s5 .wrapper .column:nth-of-type(1) .plan {
  background: #A9D08E;
}
.s5 .wrapper .column:nth-of-type(2) .plan {
  background: #F4B084;
}
.s5 .wrapper .column:nth-of-type(3) .plan {
  background: #8EA9DB;
}
.s5 .wrapper .column:nth-of-type(4) .plan {
  background: #FFD966;
}
.s5 .wrapper .column .plan {
  width: 100%;
  height: 135px;
  border: 1px solid #E8E8E8;
  color: white;
  font-size: 28px;
  font-weight: 700;
}
.s5 .wrapper .column .price {
  width: 100%;
  height: 135px;
  background: #F8F8F9;
  border: 1px solid #E8E8E8;
  font-size: 24px;
  font-weight: 500;
}
.s5 .wrapper .column .text {
  width: 100%;
  background: #F8F8F9;
  border: 1px solid #E8E8E8;
  flex-direction: column;
  padding: 50px 0 40px 0;
}
.s5 .wrapper .column .text p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.s5 .wrapper .column .text p.title-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.s5 .wrapper .column .text p.plus {
  font-size: 30px;
  font-weight: 700;
  margin: 5px 0 20px 0;
}

@media (max-width: 900px) {
  .s5 {
    padding: 50px 15px 50px 15px !important;
    margin-top: 0;
  }
  .s5 .title h2 {
    font-size: 18px;
  }
  .s5 .title h2 span {
    font-size: 18px;
  }
  .s5 .title .line {
    max-width: 100%;
    width: 350px;
  }
  .wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .wrapper .column {
    max-width: 175px;
  }
  .wrapper .column .plan {
    max-height: 80px;
    font-size: 20px !important;
  }
  .wrapper .column .price {
    max-height: 80px;
    font-size: 20px !important;
  }
  .wrapper .column .text {
    padding: 25px 0 25px 0 !important;
  }
  .wrapper .column .text p.title-2 {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
  .wrapper .column .text p.plus {
    font-size: 24px !important;
    margin: 0 0 5px 0 !important;
  }
}
.s6 {
  width: 100%;
  padding: 100px 0 100px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s6 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s6 .title h2 {
  font-size: 24px;
  font-weight: 500;
}
.s6 .title .line {
  width: 250px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s6 .wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url("../Media/BG/5.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 40px 75px 40px;
  margin-top: 50px;
  filter: drop-shadow(4px 4px 4px rgba(48, 51, 122, 0.15));
}
.s6 .wrapper .box {
  width: 255px;
  flex-direction: column;
  color: white;
  font-size: 16;
  font-weight: 500;
  line-height: 1.5;
}
.s6 .wrapper .box .title-2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.s6 .wrapper .box .title-2 span {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 50px;
  font-weight: 500;
  margin-right: 20px;
}

@media (max-width: 900px) {
  .s6 {
    padding: 50px 15px 0 15px;
    margin-top: 0;
  }
  .s6 .title h2 {
    font-size: 18px;
  }
  .s6 .title h2 span {
    font-size: 18px;
  }
  .s6 .title .line {
    max-width: 100%;
    width: 200px;
  }
  .s6 .wrapper {
    background-image: url("../Media/BG/6.webp");
    background-size: 100% 100%;
    background-position: top center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    gap: 50px;
  }
  .s6 .wrapper .box {
    flex-direction: column;
    gap: 20px !important;
    width: 100%;
  }
  .s6 .wrapper .box .title-2 {
    font-size: 18px !important;
  }
  .s6 .wrapper .box .title-2 span {
    font-size: 36px !important;
  }
}
.s7 {
  width: 100%;
  max-width: 850px;
  padding: 100px 0 100px 0;
  margin: 0 auto;
  margin-top: 100px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s7 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(190, 74, 211, 0.75), rgba(48, 51, 122, 0.75));
  z-index: -1;
}
.s7 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s7 .title h2 {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
.s7 .title .line {
  width: 350px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s7 .form {
  width: 100%;
  max-width: 780px;
  margin-top: 50px;
  background: white;
  border: 2px solid #252525;
}

@media (max-width: 900px) {
  .s7 {
    padding: 50px 15px 50px 15px !important;
    align-items: center;
  }
  .s7 .title h2 {
    font-size: 18px;
  }
  .s7 .title h2 span {
    font-size: 18px;
  }
  .s7 .title .line {
    max-width: 100%;
    width: 350px;
  }
  .s7 .form {
    width: 100%;
    margin: 50px 0 0;
  }
}