body {
  width: 100%;
  min-height: 4982px;
}

.section1 {
  position: relative;
  width: 100%;
  height: 946px;
  background-image: url(../../Images/whiteTrainersBackground.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(67, 14, 130, 0.35);
  background-blend-mode: soft-light;
  background-attachment: fixed;
}
.section1 header {
  width: 80%;
  margin: auto;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section1 header ul {
  min-width: 600px;
  height: 100px;
  font-size: 20px;
  float: right;
  display: flex;
  align-items: center;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.section1 header ul li {
  position: relative;
  list-style-type: none;
}
.section1 header ul li:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: #28c8c6;
  transition: all ease-in-out 0.5s;
}
.section1 header ul li:hover {
  cursor: pointer;
}
.section1 header ul li:hover:before {
  width: 100%;
}
.section1 header ul button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: all ease-in-out 0.5s;
  position: relative;
  width: 129px;
  height: 52px;
  border-radius: 5px;
  background-color: #a100ff;
  border: none;
  padding-right: 20px;
}
.section1 header ul button:hover {
  color: #a100ff;
  background-color: #e6e6e6;
}
.section1 h1 {
  width: 522px;
  height: auto;
  margin-top: 110px;
  margin-left: 200px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 50pt;
  text-align: left;
  clear: both;
}
.section1 p {
  width: 522px;
  margin-left: 200px;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  color: white;
  text-align: center;
  font-size: 13.5pt;
  letter-spacing: 0.02em;
  text-align: left;
}
.section1 .inputWrapper {
  position: relative;
  width: 282px;
  height: 60px;
  display: inline-block;
  margin-left: 200px;
  margin-top: 26px;
}
.section1 .inputWrapper img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.section1 .inputWrapper2 {
  margin-left: 16px;
}
.section1 input {
  width: inherit;
  height: inherit;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  color: black;
  text-align: left;
  text-indent: 20px;
  background-color: white;
  border-radius: 3px;
  border: none;
}
.section1 button {
  transition: all ease-in-out 0.5s;
  width: 64px;
  height: 59px;
  margin-left: 10px;
  background-color: #28c8c6;
  border: none;
  border-radius: 5px;
}
.section1 button:hover {
  box-shadow: 0px 0px 20px #28c8c6;
}
.section1 .section1EndButton {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  z-index: 2;
  background-color: #f1f4f7;
  cursor: pointer;
}

.section2 {
  position: relative;
  background-color: #f1f4f7;
  height: 629px;
  overflow: hidden;
}
.section2 h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 35pt;
  color: #333b42;
  padding-top: 120px;
}
.section2 p {
  width: 700px;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  color: #333b42;
  margin: auto;
  margin-top: 40px;
}
.section2 img {
  display: block;
  width: 423px;
  margin: auto;
  margin-top: 80px;
}

.section3 {
  position: relative;
  height: 800px;
}
.section3 .downarrow1 {
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  z-index: 2;
  top: -60px;
  background-color: #22a7f0;
  z-index: initial;
}
.section3 .downarrow1 img {
  position: relative;
  z-index: 3;
}
.section3 h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 35pt;
  color: #333b42;
  padding-top: 120px;
}
.section3 p {
  width: 700px;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  color: #333b42;
  margin: auto;
  margin-top: 40px;
}
.section3 .appFeaturesWrapper {
  width: 80%;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin: auto;
  margin-top: 100px;
}
.section3 .appFeaturesWrapper .isShowing {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
.section3 .appFeaturesWrapper .featureWrapper {
  opacity: 0;
  transform: translateX(30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  transition: all ease-in-out 0.75s;
}
.section3 .appFeaturesWrapper .featureWrapper h2 {
  padding: 30px 0;
  padding-bottom: 15px;
  font-size: 25px;
}
.section3 .appFeaturesWrapper .featureWrapper p {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.section3 .appFeaturesWrapper .iconWrapper {
  display: flex;
  width: 137px;
  height: 137px;
  background-color: #8500d2;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
}
.section3 .downarrow2 {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  z-index: 2;
  top: initial;
  z-index: initial;
  background-color: white;
  cursor: pointer;
}

.section4 {
  background-color: #f6f9fa;
}
.section4 h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 35pt;
  color: #333b42;
  padding-top: 120px;
}
.section4 p {
  max-width: 940px;
  padding: 0 40px;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  color: #333b42;
  margin: auto;
  margin-top: 60px;
}
.section4 .designButtonWrapper {
  margin: auto;
  margin-top: 80px;
  display: flex;
  width: 600px;
  height: 58px;
  background-color: transparent;
  border: 1px solid #28c8c6;
  border-radius: 2px;
  justify-content: space-between;
}
.section4 .designButtonWrapper div {
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: #28c8c6;
  height: 100%;
}
.section4 .designButtonWrapper div:hover {
  background-color: #28c8c6;
  color: white;
  cursor: pointer;
}
.section4 .designWrapper {
  width: 95%;
  display: flex;
  justify-content: space-around;
  margin: auto;
  margin-top: 60px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.section4 .designWrapper p {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: white;
  color: black;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section4 .designWrapper div {
  position: relative;
  width: 380px;
}
.section4 .designWrapper div img:nth-of-type(2) {
  transition: all ease-in-out 0.5s;
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.section4 .designWrapper div img:nth-of-type(2):hover {
  right: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.section5 {
  position: relative;
  width: 100%;
  min-height: 890px;
  background-image: url(../../Images/femalePortraitBackground.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section5 .section5-content {
  display: flex;
  max-width: 100%;
  padding-top: 250px;
  margin-left: 100px;
  gap: 40px;
}
.section5 .section5-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section5 h1 {
  width: 522px;
  height: auto;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 49pt;
  text-align: left;
  float: left;
  line-height: 1;
}
.section5 p {
  width: 522px;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  color: white;
  text-align: center;
  font-size: 13.5pt;
  letter-spacing: 0.02em;
  text-align: left;
  color: white;
  padding-top: 25px;
}
.section5 img {
  width: 177px;
  height: 177px;
}
.section5 .Macbook {
  position: absolute;
  width: 911px;
  height: 983px;
  right: 50px;
  bottom: -300px;
}
.section5 .Macbook img {
  position: absolute;
  margin: 0;
  width: 911px;
  height: 983px;
}
.section5 .Macbook img:nth-of-type(2) {
  right: 20px;
  right: 25px;
  top: 43px;
  width: 416px;
  height: 659px;
}
.section5 .Macbook img:nth-of-type(3) {
  left: -100px;
  bottom: -320px;
  width: 1010px;
  height: 625px;
  z-index: -2;
}

footer ul {
  margin-top: 700px;
  float: left;
  list-style-type: none;
}
footer ul:nth-of-type(1) {
  margin-left: 100px;
}
footer li {
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  text-align: left;
  color: #8297a7;
  padding: 10px;
}
footer p {
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  color: #8297a7;
  clear: both;
  margin-left: 100px;
  padding-top: 30px;
  padding-left: 50px;
  text-align: left;
}
footer .socialButtons {
  margin-right: 90px;
}
footer .social {
  margin-right: 100px;
  margin-top: 650px;
  float: right;
}
footer .social div {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  text-align: center;
  display: flex;
  float: right;
  justify-content: space-between;
  align-items: center;
  width: 95px;
  height: 34px;
  border-radius: 3px;
  padding: 0px 15px;
  margin-left: 5px;
}
footer .social div:nth-of-type(1) {
  background-color: #3a579a;
}
footer .social div:nth-of-type(2) {
  background-color: #69b6f2;
  margin-right: 10px;
}
footer .social p {
  text-align: right;
  padding: 0;
  margin: 0;
  padding-top: 30px;
}
footer .social p:nth-of-type(2) {
  padding: 0;
  margin-top: 6px;
}

@media (max-width: 1000px) {
  .section1 header {
    flex-direction: column;
  }
  .section1 header .logo {
    display: block;
    padding-top: 20px;
  }
  .section1 header ul {
    width: 500px;
    height: 100%;
    margin: 0 0 0 0;
  }
  .section1 header ul li {
    padding: 10px;
  }
  .section1 h1 {
    text-align: center;
  }
  .section1 p {
    text-align: center;
  }
  .section1 .inputWrapper {
    display: block;
    margin: auto;
    margin: 20px auto;
  }
  .section1 button {
    display: block;
    margin: auto;
  }

  .section5 .section5-content {
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  .section5 .section5-content h1 {
    text-align: center;
  }
  .section5 .section5-content p {
    text-align: center;
  }
  .section5 .section5-content .section5-text {
    align-items: center;
  }

  .Macbook {
    display: none;
  }
}
@media (max-width: 790px) {
  .section1 {
    height: 1100px;
  }
  .section1 header {
    min-height: 400px;
  }
  .section1 header ul {
    padding: 0;
    flex-direction: column;
    min-width: auto;
    width: 100%;
    min-height: 300px;
  }
  .section1 h1 {
    font-size: 40px;
    width: 100%;
    margin: auto;
    margin-top: 80px;
  }
  .section1 p {
    width: 90%;
    margin: auto;
    margin-top: 60px;
  }
  .section1 button {
    height: 52px;
  }

  .section2 p {
    width: 90%;
  }

  .section3 {
    height: 1900px;
    margin: auto;
  }
  .section3 h2 {
    font-size: 40px;
  }
  .section3 p {
    width: 90%;
  }
  .section3 .appFeaturesWrapper {
    flex-direction: column;
    align-items: center;
  }
  .section3 .appFeaturesWrapper .featureWrapper {
    margin-bottom: 50px;
  }
  .section3 .appFeaturesWrapper .featureWrapper h2 {
    min-width: 175px;
  }
  .section3 .appFeaturesWrapper .featureWrapper p {
    width: 300px;
  }

  .section4 p {
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }
  .section4 .designButtonWrapper {
    width: 40%;
    height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .section4 .designWrapper {
    height: 1000px;
    flex-direction: column;
    align-items: center;
  }

  .section5 img {
    position: relative;
    float: none;
    display: flex;
    margin: auto;
    top: 60px;
  }
  .section5 h1 {
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 130px;
    padding: 0;
  }
  .section5 p {
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0 40px;
  }

  footer ul:nth-of-type(1) {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 40px;
  }
  footer ul:nth-of-type(1) li {
    text-align: center;
  }
  footer ul:nth-of-type(2) {
    float: none;
    padding: 0;
    margin: auto;
    margin-top: 40px;
  }
  footer ul:nth-of-type(2) li {
    text-align: center;
  }
  footer .social {
    float: none;
    margin-top: 60px;
    margin: auto;
  }
  footer .social div:nth-of-type(1) {
    background-color: transparent;
  }
  footer .social p {
    text-align: center;
  }
  footer .social .socialButtons {
    display: none;
    justify-content: space-around;
    width: 400px;
    height: 80px;
  }
  footer .social .socialButtons div:nth-of-type(1) {
    background-color: #3a579a;
  }
  footer p {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 40px;
    margin: auto;
  }
}