/* founder container styling */
.founders_container {
  background: #fffcf5;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

/* section one styling */

.founders_container_section_one {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.founders_container_section_one_h3_tag {
  color: #a67902;
  font-weight: 400;
  font-size: large;
  line-height: 1.2;
}

.founders_container_section_one_video_holder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.founders_container_section_one_p_tag {
  font-weight: 400;
  padding-top: 1rem;
  font-size: small;
  color: #122742;
  line-height: 1.2;
}

.vp-video-wrapper {
  background-color: blue !important;
}

/* end of section one styling */

/* section two styling */

.founders_container_section_two {
  max-width: 2000px;
  position: relative;
  margin: auto;
  background: #fff5dc;
  padding: 1rem;
  border-radius: 12px;
  margin-top: 1.5rem;
}

.founders_container_section_two_sections {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 2rem 0 2rem;
}

.founders_container_section_two_sections_figure {
  flex: 0.4;
  width: 100%;
  padding: 1rem;
}

.founders_container_section_two_sections_figure_img {
  object-fit: contain;
  width: 80%;
}

.founders_container_section_two_sections_div_section {
  flex: 0.6;
  display: flex;
  flex-direction: column;
}

.founders_container_section_two_sections_div_section_h6 {
  flex: 0.2;
  background: #fee7a9;
  color: #745501;
  padding: 0.5rem;
  font-weight: 400;
  text-align: center;
  font-size: medium;
  border-radius: 4px;
}

.founders_container_section_two_sections_div_section_quote {
  flex: 0.6;
  font-style: italic;
  font-size: medium;
  font-weight: 400;
  color: #745501;
}

.founders_container_section_two_sections_div_section_p {
  flex: 0.2;
  color: #745501;
  font-weight: 700;
  font-size: x-small;
  padding-top: 1rem;
}

.founders_container_section_two_sections_div_section_p_bold {
  font-size: small;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  background: #fcbc12;
  border-radius: 50%;
  padding: 3px 10px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  transition: 0.6s ease;
  user-select: none;
  display: inline-block;
}

.next {
  right: 0;
  margin-right: 0.5rem;
}

.fadeaway {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

.dot {
  cursor: pointer;
  height: 5px;
  width: 20%;
  margin: 0 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* end of section two */

/* section three styling */

.founders_container_section_three {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  padding-top: 3rem;
}

.founders_container_section_three_section_one,
.founders_container_section_three_section_three {
  display: flex;
  flex-direction: column;
}

.founders_container_section_three_section_one_h3_tag,
.founders_container_section_three_section_two_h4_tag,
.founders_container_section_three_section_three_h3_tag {
  font-weight: 700;
  color: #fcbc12;
  font-size: large;
}

.founders_container_section_three_section_one_p_tag,
.founders_container_section_three_section_three_p_tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}

.founders_container_section_three_section_two {
  background: #fff5dc;
  width: 100%;
  padding: 2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.founders_container_section_three_section_two_value_section,
.founders_container_section_three_section_two_value_section_div_one,
.founders_container_section_three_section_two_value_section_div_two {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.founders_container_section_three_section_two_value_section_div_one_inside_div1,
.founders_container_section_three_section_two_value_section_div_one_inside_div2,
.founders_container_section_three_section_two_value_section_div_two_divs {
  display: flex;
  flex-direction: column;
}

.founders_container_section_three_section_two_h4_tag {
  font-size: medium;
}

.founders_container_section_three_section_two_value_section_div_one_inside_div1_h5_tag,
.founders_container_section_three_section_two_value_section_div_one_inside_div2_h5_tag,
.founders_container_section_three_section_two_value_section_div_two_divs_h5 {
  color: #745501;
  font-size: medium;
  font-weight: 700;
  line-height: 1;
}

.founders_container_section_three_section_two_value_section_div_one_inside_div2_p_tag,
.founders_container_section_three_section_two_value_section_div_one_inside_div1_p_tag,
.founders_container_section_three_section_two_value_section_div_two_divs_p {
  font-weight: 400;
  font-size: small;
  color: #745501;
  line-height: 1;
}

.founders_container_section_three_section_two_button {
  background: #31ac54;
  border-radius: 69.3182px;
  color: #fff;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0.3rem;
}

.founders_container_section_three_section_three_divs_images {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
}

.founders_container_section_three_section_three_divs_images_figures {
  display: flex;
  flex-direction: column;
}

.founders_container_section_three_section_three_divs_images_figures_img {
  width: 100%;
  object-fit: contain;
  flex: 0.6;
}

.founders_container_section_three_section_three_divs_images_figures_caption {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  flex: 0.4;
}

.founders_container_section_three_section_three_divs_images_figures_caption_h6 {
  font-weight: 700;
  font-size: small;
  line-height: 1;
}

.founders_container_section_three_section_three_divs_images_figures_caption_p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

/* end of section three */

/* responsive 768 */
@media only screen and (min-width: 400px) {
  .founders_container_section_one_video_holder {
    height: 250px;
  }

  .founders_container_section_one_p_tag {
    font-size: medium;
  }
}

/* responsive 500px */
@media only screen and (min-width: 500px) {
  .founders_container_section_one_video_holder {
    height: 300px;
  }
}

/* responsive 600 */
@media only screen and (min-width: 600px) {
  .founders_container_section_one_video_holder {
    height: 320px;
  }

  .founders_container_section_three_section_one_h3_tag,
  .founders_container_section_three_section_two_h4_tag,
  .founders_container_section_three_section_three_h3_tag {
    font-size: x-large;
  }

  .founders_container_section_three_section_one_p_tag,
  .founders_container_section_three_section_three_p_tag,
  .founders_container_section_three_section_three_divs_images_figures_caption_h6 {
    font-size: medium;
  }

  .founders_container_section_three_section_three_divs_images_figures_caption_p {
    font-size: small;
  }

  .founders_container_section_three_section_one {
    width: 60%;
  }

  .founders_container_section_three_section_two {
    width: 60%;
  }

  .founders_container_section_three_section_two_value_section {
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
  }

  .founders_container_section_three_section_two_button {
    width: 50%;
    margin: auto;
  }

  .founders_container_section_three_section_three_divs_images {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 80%;
    margin: auto;
  }
}

/* responsive 700 */
@media only screen and (min-width: 700px) {
  .founders_container_section_one_video_holder {
    height: 400px;
  }

  .founders_container_section_one_h3_tag {
    font-size: 22px;
  }

  .founders_container_section_two_sections {
    text-align: left;
    flex-direction: row;
    gap: 1rem;
    padding: 0 4rem 0 4rem;
  }

  .founders_container_section_two_sections_div_section_h6 {
    text-align: left;
    width: 150px;
    font-size: smaller;
    padding: 0 2px 0 4px;
  }

  .founders_container_section_two_sections_div_section_quote {
    font-size: small;
  }

  .founders_container_section_two_sections_div_section_p {
    font-size: x-small;
  }

  .founders_container_section_two {
    width: 80%;
  }
}

/* responsive 800 */
@media only screen and (min-width: 800px) {
  .founders_container_section_one_video_holder {
    height: 400px;
  }

  .founders_container_section_one_h3_tag {
    font-size: 22px;
  }

  .founders_container_section_two_sections {
    text-align: left;
    flex-direction: row;
    gap: 1rem;
    padding: 0 4rem 0 4rem;
  }

  .founders_container_section_two_sections_div_section_h6 {
    text-align: left;
    width: 150px;
    font-size: medium;
    padding: 0 2px 0 4px;
  }

  .founders_container_section_two_sections_div_section_p {
    font-size: small;
  }
}

/* responsive 992px */
@media only screen and (min-width: 900px) {
  .founders_container_section_one_video_holder {
    height: 550px;
  }

  .founders_container_section_one_h3_tag {
    font-size: 26px;
  }

  .founders_container_section_two_sections {
    text-align: left;
    flex-direction: row;
    gap: 1rem;
    padding: 0 4rem 0 4rem;
  }

  .founders_container_section_two_sections_div_section {
    gap: 1rem;
    line-height: 1.2;
  }

  .founders_container_section_two_sections_div_section_h6 {
    font-size: large;
    padding: 0 4px 0 4px;
  }

  .founders_container_section_two_sections_div_section_p {
    font-size: small;
  }

  .founders_container_section_three_section_one_h3_tag,
  .founders_container_section_three_section_two_h4_tag,
  .founders_container_section_three_section_three_h3_tag {
    font-size: x-large;
  }

  .founders_container_section_three_section_one_p_tag,
  .founders_container_section_three_section_three_p_tag,
  .founders_container_section_three_section_three_divs_images_figures_caption_h6 {
    font-size: medium;
  }

  .founders_container_section_three_section_three_divs_images_figures_caption_p {
    font-size: small;
  }

  .founders_container_section_three_section_one {
    width: 60%;
  }

  .founders_container_section_three_section_two {
    width: 60%;
  }

  .founders_container_section_three_section_two_value_section {
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
  }

  .founders_container_section_three_section_two_button {
    width: 30%;
    margin: auto;
  }

  .founders_container_section_three_section_three_divs_images {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 80%;
    margin: auto;
  }

  .founders_container_section_three_section_two_value_section_div_one_inside_div1_h5_tag,
  .founders_container_section_three_section_two_value_section_div_one_inside_div2_h5_tag,
  .founders_container_section_three_section_two_value_section_div_two_divs_h5 {
    font-size: large;
  }

  .founders_container_section_three_section_two_value_section_div_one_inside_div2_p_tag,
  .founders_container_section_three_section_two_value_section_div_one_inside_div1_p_tag,
  .founders_container_section_three_section_two_value_section_div_two_divs_p {
    font-size: medium;
  }
}

/* responsive 1024px */
@media only screen and (min-width: 1024px) {
  .founders_container_section_one_video_holder {
    height: 550px;
  }

  .founders_container_section_two_sections_div_section_quote {
    font-size: large;
  }

  .founders_container_section_two_sections {
    text-align: left;
    flex-direction: row;
    gap: 1rem;
    padding: 0 4rem 0 4rem;
  }

  .founders_container_section_two_sections_div_section {
    gap: 1rem;
    line-height: 1.8;
  }

  .founders_container_section_two_sections_div_section_h6 {
    width: 150px;
    text-align: center;
    font-size: large;
    padding: 0 4px 0 4px;
  }

  .founders_container_section_two_sections_div_section_p {
    font-size: small;
  }
}

/* responsive 1124px */
@media only screen and (min-width: 1124px) {
  .founders_container_section_one_video_holder {
    height: 550px;
  }

  .founders_container_section_two_sections {
    text-align: left;
    flex-direction: row;
    gap: 1rem;
    padding: 0 4rem 0 4rem;
  }

  .founders_container_section_two_sections_div_section {
    gap: 1rem;
    line-height: 1.8;
  }

  .founders_container_section_two_sections_div_section_h6 {
    width: 150px;
    text-align: center;
    font-size: large;
    padding: 0 4px 0 4px;
  }

  .founders_container_section_two_sections_div_section_quote {
    font-size: x-large;
  }

  .founders_container_section_two_sections_div_section_p {
    font-size: medium;
  }
}

/* responsive 1330px */

@media only screen and (min-width: 1330px) {
  .founders_container_section_one_video_holder {
    height: 550px;
  }

  .founders_container_section_one_h3_tag {
    font-size: xx-large;
  }

  .founders_container_section_two_sections {
    text-align: left;
    flex-direction: row;
    gap: 2rem;
    padding: 0 4rem 0 4rem;
  }

  .founders_container_section_two_sections_div_section {
    gap: 1rem;
    line-height: 1.8;
  }

  .founders_container_section_two_sections_div_section_h6 {
    width: 200px;
    text-align: center;
    font-size: large;
    padding: 0 4px 0 4px;
  }

  .founders_container_section_two_sections_div_section_p {
    font-size: medium;
  }

  .founders_container_section_three_section_one_h3_tag,
  .founders_container_section_three_section_two_h4_tag,
  .founders_container_section_three_section_three_h3_tag {
    font-size: xx-large;
  }

  .founders_container_section_three_section_one_p_tag,
  .founders_container_section_three_section_three_p_tag,
  .founders_container_section_three_section_three_divs_images_figures_caption_h6 {
    font-size: large;
  }

  .founders_container_section_three_section_three_divs_images_figures_caption_p {
    font-size: small;
  }

  .founders_container_section_three_section_one {
    width: 60%;
  }

  .founders_container_section_three_section_two {
    width: 60%;
  }

  .founders_container_section_three_section_two_value_section {
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
  }

  .founders_container_section_three_section_two_button {
    width: 30%;
    margin: auto;
  }

  .founders_container_section_three_section_three_divs_images {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    width: 80%;
    margin: auto;
  }

  .founders_container_section_three_section_two_value_section_div_one_inside_div1_h5_tag,
  .founders_container_section_three_section_two_value_section_div_one_inside_div2_h5_tag,
  .founders_container_section_three_section_two_value_section_div_two_divs_h5 {
    font-size: x-large;
  }

  .founders_container_section_three_section_two_value_section_div_one_inside_div2_p_tag,
  .founders_container_section_three_section_two_value_section_div_one_inside_div1_p_tag,
  .founders_container_section_three_section_two_value_section_div_two_divs_p {
    font-size: large;
  }

  .founders_container_section_three_section_two_h4_tag {
    font-size: xx-large;
  }
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  .founders_container_section_three_section_three_divs_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
    max-width: 100%;
  }
  .founders_container{
    padding-top: 2rem;
  }
  .founders_container_section_three_section_three {
    width: 100% !important;
}
.founders_container_section_three_section_three_h3_tag {
  padding-bottom: 1rem;
}
.founders_container_section_three_section_one_p_tag{
  padding:0rem 1rem ;
}
}

