.pre-marketing {
  min-height: auto;
  z-index: 10;
  /* background-image: linear-gradient(rgb(5, 4, 83), rgb(68, 66, 189)); */
}

.pre-marketing__start-p {
  margin: 3rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 2rem;
  padding: 2rem 0;
}

.pre-marketing__start-p span {
  color: rgb(250, 19, 158);
  font-size: 3.5rem;
  font-weight: 800;
}

.marketing {
  font-size: 2.3rem;
  /* scroll-snap-align: none; */
  /* background-color: rgb(68, 66, 189); */
  background-image: linear-gradient(
    rgb(5, 4, 83),
    #4472c4,
    #4472c4,
    rgb(5, 4, 83)
  );
  overflow: hidden;
}

.marketing__start-heading {
  margin-top: 10rem;
  text-align: center;
}

.marketing__start-heading,
.marketing__start-heading-span,
.heading {
  font-size: 4.5rem;
  font-weight: 900;
  color: #4472c4;
  text-shadow: 0rem 0rem 1rem black;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.marketing__start-heading-span {
  font-size: 10rem;
  color: rgb(250, 19, 158);
  margin-bottom: 4rem;
}

.list__box {
  margin-bottom: 4rem;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 2rem;
  background-color: rgb(5, 4, 83);
  border: 0.2rem solid #4472c4;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
  /* text-align: center; */
  padding: 3rem;
  gap: 3rem;
  transition: 0.3s;
}

.list__box:hover {
  transform: scale(1.05);
  border-color: rgb(250, 19, 158);
}

.list__box:nth-of-type(even) {
  flex-direction: row-reverse;
}

.list__text {
  flex-basis: 60%;
}

.list__text h3 {
  /* color: #4472c4; */
  color: rgb(250, 19, 158);
  font-size: 3.4rem;
  margin-bottom: 3rem;
  font-weight: 900;
}

.list__text p {
  font-size: 2.1rem;
  text-align: justify;
  font-weight: 700;
}

.list__text p.list__text-sp {
  margin-top: 3rem;
  color: #4472c4;
  font-size: 1.6rem;
}

.list__image {
  flex-basis: 30%;
  /* min-height: 30rem; */
}

.list__image img {
  display: block;
  margin: 0 auto;
}

.marketing__second-heading {
  color: rgb(250, 19, 158);
  font-weight: 800;
  font-size: 4rem;
  margin: 7rem auto 3rem;
  text-align: center;
  text-shadow: 0rem 0rem 1rem black;
}

.marketing__second-list {
  padding: 2rem 16% 2rem 20%;
  list-style: none;
  list-style-image: url("../media/school-icon.svg");
}

.marketing__second-list li {
  margin-bottom: 4.5rem;
  font-weight: 700;
  font-size: 2.1rem;
  text-align: justify;
}

.marketing__link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.marketing__video {
  display: block;
  /* width: 80%; */
  max-height: 90vh;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 3rem black;
  border-radius: 1rem;
}

.marketing__link {
  font-size: 3rem;
  padding: 2rem 3rem;
}

.marketing__headers-arrow {
  position: relative;
  display: flex;
  flex-direction: column;
}

.marketing__fourth-heading {
  color: rgb(5, 4, 83);
  font-size: 4rem;
  text-align: center;
  z-index: 100;
  padding: 3rem;
}

.headings {
  display: grid;
  grid-template-columns: 1fr 1rem 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    ". line heading-first"
    "heading-second line .";
}

.marketing__fifth-heading-div {
  grid-area: heading-first;
}

.headings__line {
  grid-area: line;
  background-color: rgb(5, 4, 83);
}

.marketing__sixth-heading-div {
  grid-area: heading-second;
}

.marketing__fifth-heading {
  color: white;
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  padding: 2rem;
}

.marketing__sixth-heading {
  /* margin-top: 5rem; */
  color: white;
  font-size: 4rem;
  font-weight: 700;
  text-align: right;
  padding: 2rem;
}

.marketing__sixth-heading span {
  color: rgb(5, 4, 83);
}

.marketing__seventh-heading {
  color: rgb(5, 4, 83);
  margin-top: 3rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
}
.marketing__seventh-heading-down {
  color: rgb(250, 19, 158);
  text-shadow: 0.1rem 0.1rem 0 rgb(5, 4, 83);
  text-align: center;
  font-size: 9rem;
  font-weight: 800;
}

.marketing__seventh-heading-down span {
  color: rgb(5, 4, 83);
}

.marketing__second-p {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 8rem;
  backdrop-filter: blur(1rem);
  padding: 0.5rem 0;
}

.marketing__second-p span {
  color: #fa139e;
  text-shadow: 0.1rem 0.1rem 0 rgb(5, 4, 83);
}

.messages__swiper {
  scroll-snap-align: center;
  height: 90vh;
  width: 100%;
}

.messages__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.messages__slide img {
  display: block;
  max-width: 37rem;
}

.marketing__eighth-heading {
  margin: 6rem 0 3rem;
  font-size: 4rem;
  text-align: center;
  color: rgb(5, 4, 83);
  font-weight: 900;
}

.marketing__ninth-heading {
  text-align: center;
  font-weight: 900;
  color: #fa139e;
  text-shadow: 0.1rem 0.1rem 0 rgb(5, 4, 83);
}

.marketing__tenth-heading {
  text-align: center;
  font-size: 8rem;
  margin: 8rem 0 2rem;
  color: white;
  text-shadow: 0 0 0.8rem rgb(5, 4, 83);
  font-weight: 900;
}

.marketing__tenth-heading span {
  color: #fa139e;
  text-shadow: 0.1rem 0.1rem 0 rgb(5, 4, 83);
}

.marketing__logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketing__logo-div {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40rem;
  width: 40rem;
  border-radius: 9999px;
  border: 0.5rem solid rgb(5, 4, 83);
  overflow: hidden;
}

.marketing__logo-img {
  height: 36rem;
  width: 36rem;
}

.marketing__third-p::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 4.5rem;
  left: 50%;
  top: -4.5rem;
  transform: translateX(50%);
  background-color: rgb(5, 4, 83);
}

.marketing__third-p {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  margin-top: 4rem;
  padding: 1rem 0.5rem;
  border: 0.5rem solid rgb(5, 4, 83);
  border-radius: 2rem;
  background-color: rgba(5, 4, 83);
}

.marketing__eleventh-heading {
  margin: 10rem auto 4rem;
  color: white;
  text-shadow: 0.1rem 0.1rem 0 rgb(5, 4, 83);
  text-align: center;
}

.marketing__fourth-list {
  position: relative;
}

.list__container {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 10rem 0;
}

.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.list__img-container {
  display: flex;
  justify-content: end;
  align-items: end;
}

.list__img-first {
  position: absolute;
  width: 80rem;
  top: 2rem;
  left: 0rem;
}

.list__img-second {
  position: absolute;
  width: 80rem;
}

.marketing__twelfth-heading {
  color: white;
  text-shadow: 0.1rem 0.1rem 0 rgb(5, 4, 83);
  font-size: 5rem;
  margin-top: 10rem;
  text-align: center;
  /* text-decoration: underline #4472c4; */
}

.marketing__fourth-list li {
  flex-basis: 12rem;
  background-color: #fa139e;
  border-radius: 2rem;
  border: 0.3rem solid rgb(5, 4, 83);
  padding: 2rem;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  z-index: 100;
  text-align: center;
}

.marketing__fourth-list li:nth-of-type(1) {
  align-self: flex-end;
}

.marketing__fourth-list li:nth-of-type(2) {
  align-self: flex-end;
  margin-right: 15%;
}
.marketing__fourth-list li:nth-of-type(3) {
  align-self: center;
}
.marketing__fourth-list li:nth-of-type(4) {
  margin-left: 15%;
  align-self: flex-start;
}

.marketing__fourth-list li:nth-of-type(5) {
  align-self: flex-start;
}

.marketing__last-heading {
  text-align: center;
  color: #fa139e;
  font-size: 5rem;
  font-weight: 900;
  margin: 3rem 0 2rem;
}

.marketing__last-p {
  font-weight: 700;
  text-align: center;
  font-size: 2.6rem;
}

.marketing__last-p span {
  color: #fa139e;
}

@media (max-width: 991px) {
  .list__box,
  .list__box:nth-of-type(even) {
    flex-direction: column;
    align-items: center;
  }

  .list__text {
    flex-basis: auto;
  }

  .list__image {
    flex-basis: auto;
  }

  .list__image img {
    /* max-height: 50rem; */
    min-height: 40rem;
    max-width: 90%;
  }

  .headings {
    display: block;
  }

  .headings__line {
    height: 1rem;
  }

  .marketing__fifth-heading,
  .marketing__sixth-heading {
    width: 100%;
  }

  .marketing__fifth-heading {
    border-left: 1rem solid rgb(5, 4, 83);
  }

  .marketing__sixth-heading {
    border-right: 1rem solid rgb(5, 4, 83);
  }

  .marketing__fourth-list li {
    width: 50rem;
    max-width: 100%;
    /* align-self: center; */
    background-color: rgba(250, 19, 158, 0.9);
  }

  .marketing__fourth-list li:nth-of-type(1),
  .marketing__fourth-list li:nth-of-type(2),
  .marketing__fourth-list li:nth-of-type(3),
  .marketing__fourth-list li:nth-of-type(4) {
    margin: 0;
  }

  .list__img-first {
    top: -15rem;
    left: -8rem;
  }

  .list__img-second {
    right: -20rem;
    bottom: -10rem;
  }
}

@media (max-width: 650px) {
  .marketing__start-heading {
    font-size: 3.5rem;
  }

  .marketing__start-heading-span {
    font-size: 7rem;
  }
}

@media (max-width: 370px) {
  .marketing__start-heading {
    font-size: 3rem;
  }

  .marketing__start-heading-span {
    font-size: 5rem;
  }

  .marketing__fifth-heading,
  .marketing__sixth-heading {
    font-size: 2.6rem;
  }
}
