.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/4c.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/ENTERPRISES.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: 30px;
  }
	.s1 .background {
    background-size: cover;
    background-position: 23% center;
}
}
.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;
}
.s2 .wrapper p b {
  font-weight: 600;
}

@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/2.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: 600px;
  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: 25px;
  margin-top: 50px;
}
.s3 .wrapper .item {
  width: 100%;
  background: #F8F8F9;
  border: 2px solid #E8E8E8;
  padding: 25px;
  align-items: flex-start;
  justify-content: flex-start;
}
.s3 .wrapper .item .title-2 {
  min-width: 350px;
  font-size: 20px;
  white-space: nowrap;
}
.s3 .wrapper .item .boxes {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}
.s3 .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) {
  .s3 {
    padding: 50px 15px 50px 15px;
  }
  .s3 .title h2 {
    font-size: 18px;
  }
  .s3 .title h2 span {
    font-size: 18px;
  }
  .s3 .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;
  }
}
.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/1.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: 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);
}
.s4 .text {
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}
.s4 .wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 65px;
  margin-top: 50px;
}
.s4 .wrapper .circle {
  width: 200px;
  aspect-ratio: 1/1;
  background: white;
  border: 2px solid #BE4AD3;
  box-shadow: 0 0 0 5px white, 0 0 0 6px #BE4AD3;
  border-radius: 100%;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.s4 .wrapper .circle:nth-of-type(5) {
  margin-right: 100px;
}
.s4 .wrapper .circle:nth-of-type(6) {
  margin-left: 100px;
}

@media (max-width: 900px) {
  .s4 {
    padding: 50px 15px 50px 15px;
    align-items: center;
    justify-content: center;
  }
		.s4 .background {
    background-size: 200% auto;
    background-position: center center;
}
  .s4 .title h2 {
    font-size: 20px;
  }
  .s4 .title h2 span {
    font-size: 20px;
  }
  .s4 .title .line {
    max-width: 100%;
    width: 300px;
  }
  .s4 .wrapper {
    min-width: 100%;
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
  }
  .s4 .wrapper .circle {
    width: 160px;
    font-size: 14px;
    margin: 0 !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 .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%;
  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));
}
.s5 .wrapper .box {
  width: 255px;
  flex-direction: column;
  color: white;
  font-size: 16;
  font-weight: 500;
  line-height: 1.5;
}
.s5 .wrapper .box .title-2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.s5 .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) {
  .s5 {
    padding: 50px 15px 0 15px;
    margin-top: 0;
  }
  .s5 .title h2 {
    font-size: 18px;
  }
  .s5 .title h2 span {
    font-size: 18px;
  }
  .s5 .title .line {
    max-width: 100%;
    width: 200px;
  }
  .s5 .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;
  }
  .s5 .wrapper .box {
    flex-direction: column;
    gap: 20px !important;
    width: 100%;
  }
  .s5 .wrapper .box .title-2 {
    font-size: 18px !important;
  }
  .s5 .wrapper .box .title-2 span {
    font-size: 36px !important;
  }
}
.s6 {
  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;
}
.s6 .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;
}
.s6 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s6 .title h2 {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
.s6 .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);
}
.s6 .form {
  width: 100%;
  max-width: 780px;
  margin-top: 50px;
  background: white;
  border: 2px solid #252525;
}

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