/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 62.5%;
  /* 10px if the browser was 16px*/
  /* 1rem === 10px @ medium browser settings */
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}
h2 {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 10px;
}
h3 {
  font-size: 2.6rem;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  font-weight: bold;
}
a {
  font-size: 1.6rem;
}
p {
  font-size: 1.6rem;
  line-height: 1.5;
}
header {
  background-color: #5917b1;
}
header nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 40px;
}
header nav .home {
  border-top: 2px solid white;
}
@media (min-width: 500px) {
  header nav .home {
    border-top: none;
  }
}
header nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  border-bottom: 2px solid white;
  align-self: center;
  text-align: center;
  padding: 5%;
}
header nav a:hover {
  cursor: pointer;
  color: #ff3366;
}
@media (min-width: 500px) {
  header nav a {
    width: auto;
    border-bottom: none;
    padding: 0;
    align-self: flex-end;
  }
}
@media (min-width: 500px) {
  header nav {
    width: 60%;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100px;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  header {
    width: 98%;
    margin: 0 1%;
  }
}
.container {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fef2f5;
}
.container .top-container {
  background-color: #5917b1;
  width: 100%;
}
.container .top-container .top-section {
  width: 100%;
  padding: 10% 5%;
}
.container .top-container .top-section h1 {
  color: white;
}
@media (min-width: 1000px) {
  .container .top-container .top-section h1 {
    font-size: 9rem;
  }
}
.container .top-container .top-section p {
  padding: 0 0 20px 0;
  color: white;
}
@media (min-width: 1000px) {
  .container .top-container .top-section p {
    font-size: 2.4rem;
    padding: 30px 0 80px 0;
  }
}
@media (min-width: 1000px) {
  .container .top-container .top-section {
    width: 800px;
    margin-left: 10%;
  }
}
@media (min-width: 1000px) {
  .container .top-container {
    width: 98%;
    margin: 0 1%;
  }
}
.container .content-container {
  background-color: #f8ecf8;
  width: 100%;
}
.container .content-container .main-content {
  width: 100%;
  padding: 10% 5%;
}
@media (min-width: 1000px) {
  .container .content-container .main-content {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10% 0% 10% 0%;
    margin-left: 15%;
  }
}
.container .content-container .main-content .meet {
  margin-bottom: 0%;
}
.container .content-container .main-content h2 {
  margin-bottom: 8%;
}
@media (min-width: 1000px) {
  .container .content-container .main-content h2 {
    font-size: 8rem;
    width: 100%;
    margin-bottom: 60px;
  }
}
.container .content-container .main-content .main-content-div p {
  padding: 20px 0 20px 0;
}
@media (min-width: 1000px) {
  .container .content-container .main-content .main-content-div h3 {
    width: 100%;
    padding-bottom: 20px;
    font-size: 3rem;
  }
}
@media (min-width: 1000px) {
  .container .content-container .main-content .main-content-div {
    max-width: 600px;
    margin: 0px 0px 40px 0px;
  }
}
.container .content-container .main-content .button-container {
  width: 100%;
}
@media (min-width: 1000px) {
  .container .content-container {
    width: 98%;
    margin: 0 auto;
  }
}
.container .content-container.b {
  background-color: #e9f7f9;
}
.container button {
  height: 40px;
  width: 100%;
  background-color: #ff3366;
  color: white;
  font-size: 1.8rem;
  border-radius: 20px;
  border: 2px solid #ff3366;
}
@keyframes colorchange {
  from {
    border: 2px #ff3366;
  }
  to {
    border: 2px solid white;
  }
  from {
    color: white;
  }
  to {
    color: #ff3366;
  }
  from {
    background-color: #ff3366;
  }
  to {
    background-color: white;
  }
}
.container button:hover {
  cursor: pointer;
  animation-name: colorchange;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media (min-width: 500px) {
  .container button {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .container button {
    width: 250px;
    height: 50px;
    border-radius: 40px;
    font-size: 2rem;
  }
}
.footer-container p {
  text-align: center;
}
.footer-container footer {
  width: 100%;
  padding: 10% 5%;
  display: flex;
  justify-content: center;
  align-items: none;
  flex-direction: row;
}
.footer-container footer nav {
  display: flex;
  justify-content: space-between;
  align-items: none;
  flex-direction: row;
  width: 100%;
}
.footer-container footer nav a {
  text-decoration: none;
  color: black;
}
.footer-container footer nav a:hover {
  color: #ff3366;
}
@media (min-width: 1000px) {
  .footer-container footer nav {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .footer-container footer {
    padding: 80px 5%;
    justify-content: flex-start;
  }
}
.carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  margin: 16px auto 30px auto;
}
@media (min-width: 1000px) {
  .carousel {
    max-width: 1200px;
    margin: 16px auto 60px auto;
  }
}
.carousel .left-button,
.carousel .right-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: white;
  background-color: #ff3366;
  font-size: 40px;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.carousel .left-button:hover,
.carousel .right-button:hover {
  color: #ff3366;
  background-color: white;
  border: 2px solid #ff3366;
}
@media (min-width: 500px) {
  .carousel .left-button,
  .carousel .right-button {
    width: 50px;
    height: 50px;
  }
}
.carousel .left-button {
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  z-index: 10;
}
.carousel .right-button {
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}
.carousel img {
  width: 100%;
  display: none;
}
.carousel .active-img {
  display: flex;
}
.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-top: 70px;
}
.tabs .topics {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .tabs .topics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.tabs .topics .tab {
  display: flex;
  justify-content: none;
  align-items: center;
  flex-direction: row;
  color: white;
  height: 55px;
  background-color: #5917b1;
  margin: 10px 5px;
  padding: 2px 10px;
  cursor: pointer;
  border-radius: 10px;
}
.tabs .topics .tab:hover {
  text-decoration: underline;
}
.tabs .topics .tab p {
  font-size: 3.4rem;
}
@media (min-width: 1000px) {
  .tabs .topics .tab {
    margin: 0 5px;
  }
}
.tabs .topics .active-tab {
  background-color: white;
  color: #5917b1;
  border: 3px solid #5917b1;
}
.tabs.about {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .tabs.about {
    margin-top: 70px;
  }
}
@media (min-width: 1000px) {
  .tabs.about .topics.about {
    flex-wrap: wrap;
  }
}
.tabs.about .topics.about .tab {
  margin: 10px 5px;
}
.cards-container {
  display: flex;
  justify-content: space-evenly;
  align-items: none;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 1000px) {
  .cards-container {
    width: 1200px;
  }
}
.cards-container .card {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #5917b1;
  width: 440px;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
}
.cards-container .card p {
  font-size: 2.4rem;
  padding-top: 10px;
}
.cards-container .card h3 {
  border-bottom-color: white;
}
.cards-container .card .img-container {
  margin: 30px 0 10px 0;
  padding-right: 10px;
  height: 240px;
}
.cards-container .card .img-container img {
  width: 240px;
  border-radius: 10px;
}
