.topBannerSection {
  background: url("./images/topBanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topBannerText {
  width: 45%;
  text-align: left;
  letter-spacing: 3px;
  line-height: 80px;
  font-family: "Impact";
  font-weight: bold;
  font-size: 3.5vw;
  padding: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 680px) {
  .topBannerSection {
    background: url("./images/topBannerMobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .topBannerText {
    width: 100%;
    text-align: left;
    letter-spacing: 3px;
    line-height: 60px;
    font-family: "Impact";
    font-weight: bold;
    font-size: 8.5vw;
    padding: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
  }
}

.blackBackgroundFlexContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: black;
  padding-bottom: 20px;
  padding: 2%;
}

.blackBackgroundFlexContainer2 {
  width: 150%;
  overflow: none;
  position: relative;
  display: flex;
  flex-direction: row;
  background: black;
  padding-bottom: 20px;
  padding: 2%;
}

.whoContainerText {
  width: 60%;
  left: 0;
  background-color: black;
  z-index: 12;
}

.whoContainerVideo {
  left: 0%;
  width: 100%;
  z-index: 10;
  display: block;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .blackBackgroundFlexContainer2 {
    width: 100%;
  }

  .whoContainerText {
    width: 100%;
  }

  .whoContainerVideo {
    display: none;
  }
}

.whiteBackgroundFlexContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}

.introText1 {
  color: rgb(200, 200, 200);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-left: 2%;
  width: 100%;
  letter-spacing: 2px;
  font-size: 2vw;
  line-height: 40px;
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  .introText1 {
    width: 90%;
    margin-left: 5%;
    text-align: justify;
    font-size: 5vw;
  }
}

.servicesFlexContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  align-items: flex-start;

  margin-top: 50px;
}

.servicesIndividualContainer {
  width: 28%;
  margin: 2.5%;
  display: flex;
  flex-direction: row;
  padding: 10px;
  margin-bottom: 50px;
  border-bottom: 0px solid rgb(100, 200, 200);
}

.servicesText {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.servicesTitle {
  font-family: "Arial";
  font-size: 2.2vw;
  font-weight: bold;
  color: black;
  padding: 10px 0px;
  color: rgb(20, 20, 20);
}

.servicesDesc {
  font-family: "Roboto", sans serif;
  font-size: 1.2vw;
  text-align: justify;
  padding: 0px 0px 10px 0px;
  color: rgb(80, 80, 80);
  font-weight: 300;
  line-height: 30px;
}

.servicesIcon {
  width: 20%;
  text-align: right;
}

.servicesIcon img {
  width: 90%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 680px) {
  .servicesFlexContainer {
    margin-top: 0px;
  }

  .servicesIndividualContainer {
    width: 90%;
    margin: 5%;
    border-bottom: 2px solid rgb(200, 200, 200);
    margin-bottom: 0px;
  }

  .servicesTitle {
    font-size: 4.2vw;
  }

  .servicesDesc {
    font-size: 4vw;
  }

  .servicesIcon {
    width: 20%;
    text-align: right;
  }

  .servicesIcon img {
    width: 90%;
    height: auto;
    object-fit: cover;
  }
}

.flexRowContainer {
  display: flex;
  width: 98%;
  flex-direction: row;
  margin: 2%;
  justify-content: space-between;
}

.flexRowContainer2 {
  display: flex;
  width: 98%;
  flex-direction: row;
  margin: 2%;
  justify-content: space-between;
}

.commitmentText {
  width: 70%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  font-family: "Arial";
  color: white;
  text-align: left;
  font-weight: bold;
}

.commTextTitle1 {
  font-size: 3vw;
  text-transform: uppercase;
  character-spacing: 5px;
}

.commTextTitle2 {
  font-size: 3vw;
}

.commTextDesc {
  font-size: 1.6vw;
  color: rgb(200, 200, 200);
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  z-index: 4;
  margin-top: 10px;
  text-align: left;
}

.commitmentImg {
  width: 100%;
  z-index: 3;
}

.commitmentImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 680px) {
  .flexRowContainer {
    display: flex;
    width: 98%;
    flex-direction: column-reverse;
    margin: 2%;
    justify-content: space-between;
  }

  .flexRowContainer2 {
    display: flex;
    width: 98%;
    flex-direction: column;
    margin: 2%;
    justify-content: space-between;
  }

  .commitmentText {
    width: 90%;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    font-family: "Arial";
    color: white;
    text-align: justify;
    font-weight: bold;
  }

  .commTextTitle1 {
    font-size: 7vw;
  }

  .commTextTitle2 {
    font-size: 7vw;
  }

  .commTextDesc {
    font-size: 4.6vw;
    color: rgb(200, 200, 200);
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    z-index: 4;
    margin-top: 10px;
    text-align: justify;
  }

  .commitmentImg {
    width: 100%;
    z-index: 3;
  }

  .commitmentImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.flexRowContainerWrap {
  display: flex;
  width: 98%;
  flex-direction: row;
  margin: 2%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chooseContainer {
  /* display: flex;
  flex-direction: column; */
  width: 50%;
  height: 500px;
  position: relative;
  margin-bottom: 100px;
}

.detailRectangle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
  height: 90%;
  position: absolute;
  top: 20%;
  left: 20%;
  border: 1px solid rgb(135, 135, 135);
  background: white;
  border-radius: 15px;
}

.detailTitle {
  font-size: 2.5vw;
  font-weight: bold;
  color: rgb(80, 80, 80);
  width: 90%;
  margin-left: 5%;
  text-transform: uppercase;
}

.detailDesc {
  font-family: "Roboto";
  line-height: 35px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: rgb(80, 80, 80);
  width: 90%;
  margin-left: 5%;
  font-size: 1.5vw;
}

.firstCircle {
  width: 6.8vw;
  height: 6.8vw;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #00a7f6, #00bb28) border-box;
  /* border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1; */
  border: 2px solid transparent;
  border-radius: 100px;
  position: absolute;
  top: 8%;
  left: 12%;
}

.secondCircle {
  width: 5.5vw;
  height: 5.5vw;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #00a7f6, #00bb28) border-box;
  /* border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1; */
  border: 2px solid transparent;
  border-radius: 100px;
  position: absolute;
  top: 9.5%;
  left: 13.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(80, 80, 80);
  font-family: "Roboto";
  font-size: 3vw;
  font-weight: bold;
  font-weight: 300;
}

@media (max-width: 680px) {
  .flexRowContainerWrap {
    display: flex;
    width: 98%;
    flex-direction: column;
    margin: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .chooseContainer {
    /* display: flex;
    flex-direction: column; */
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
  }

  .detailRectangle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
    height: 90%;
    position: absolute;
    top: 10%;
    left: 10%;
    border: 1px solid rgb(135, 135, 135);
    background: white;
    border-radius: 15px;
  }

  .detailTitle {
    font-size: 7vw;
    font-weight: bold;
    color: rgb(80, 80, 80);
    width: 90%;
    margin-left: 5%;
    text-transform: uppercase;
  }

  .detailDesc {
    font-family: "Roboto";
    line-height: 35px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: rgb(80, 80, 80);
    width: 90%;
    margin-left: 5%;
    font-size: 3.5vw;
  }

  .firstCircle {
    width: 13.8vw;
    height: 13.8vw;
    background: linear-gradient(white, white) padding-box,
      linear-gradient(to right, #00a7f6, #00bb28) border-box;
    /* border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1; */
    border: 2px solid transparent;
    border-radius: 100px;
    position: absolute;
    top: 1.5%;
    left: 3.5%;
  }

  .secondCircle {
    width: 11.5vw;
    height: 11.5vw;
    background: linear-gradient(white, white) padding-box,
      linear-gradient(to right, #00a7f6, #00bb28) border-box;
    /* border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1; */
    border: 2px solid transparent;
    border-radius: 100px;
    position: absolute;
    top: 2.5%;
    left: 4.7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(80, 80, 80);
    font-family: "Roboto";
    font-size: 6vw;
    font-weight: bold;
    font-weight: 300;
  }
}

.generalButtonsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
