@font-face {
  font-display: swap;
  font-family: Agustina Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Agustina Regular"),
    url(/static/media/Agustina.eb0c59dda4cc308cba96.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  src: local("Montserrat"),
    url(/static/media/Montserrat-Regular.3cd786652b8a2e9d41f2.ttf)
      format("woff");
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
body,
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 19px/23px Montserrat, sans-serif;
  margin: 0;
}
@media (max-width: 1380px) {
  body,
  html {
    font-size: rem;
    line-height: normal;
  }
}
.App {
  overflow-x: hidden;
  text-align: center;
  width: 100%;
}
.App-logo {
  height: 40vmin;
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(0.625rem + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.App-link {
  color: #09d3ac;
}
.headroom-wrapper {
  max-height: 100px;
}
.dark-menu {
  background-color: #171c28 !important;
  color: #fff;
}
.dark-menu li a {
  color: #fff !important;
}
.dark-menu li a:hover {
  background-color: #55198b !important;
}
.header {
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px 20px;
}
.header ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.grey-color {
  color: #868e96;
}
.header li a {
  color: #000;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
}
.header .menu-btn:hover,
.header li a:hover {
  background-color: #f4f4f4;
}
.header .logo {
  display: block;
  flex: none;
  float: left;
  font-size: 1.5em;
  line-height: normal;
  margin-top: 10px;
  text-decoration: none;
}
.header .logo-name {
  font-feature-settings: "liga", "clig off";
  font-family: Agustina Regular;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-weight: 700;
  padding: 0 10px;
}
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon-dark {
  background: #fff;
}
.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon-dark:after,
.header .menu-icon .navicon-dark:before {
  background: #fff !important;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 486px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: #0000 !important;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .header .menu {
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .header {
    font-size: 12px;
  }
}
.switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 50px;
}
input {
  transform: scale(0.5);
}
.slider {
  background-color: #ccc;
  cursor: pointer;
  right: 0;
  top: 0;
}
.slider,
.slider:before {
  bottom: 0;
  left: 0;
  position: absolute;
  transition: 0.4s;
}
.slider:before {
  background-color: #fff;
  content: "";
  height: 26px;
  width: 28px;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: #2196f3;
}
input:checked + .slider:before,
input:checked + .slider > .emoji {
  transform: translateX(26px);
}
.slider.round {
  align-items: center;
  border-radius: 34px;
  display: flex;
}
.slider.round:before {
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.slider:after {
  bottom: 17.5%;
  display: inline;
  position: absolute;
  right: 9.3%;
}
input:checked + .slider:after {
  bottom: 14.5%;
  display: inline;
  position: absolute;
  right: 56.3%;
}
.emoji {
  align-items: center;
  display: flex;
  margin-left: 2px;
  z-index: 10;
}
@media (max-width: 786px) and (min-width: 425px) {
  input:checked + .slider:after {
    bottom: 20.5%;
    right: 60.3%;
  }
  .slider:after {
    bottom: 22.5%;
    right: 15.3%;
  }
}
@media (max-width: 2560px) and (min-width: 1552px) {
  .slider:after {
    bottom: 12.5% !important;
  }
}
@media (max-width: 1552px) and (min-width: 1440px) {
  .slider:after {
    bottom: 7.5% !important;
  }
}
.main {
  margin: 4rem auto 0;
}
.greet-main,
.main {
  padding: 20px 10px;
  width: 90%;
}
.greet-main {
  margin: 2rem auto 0;
}
.subTitle {
  color: #868e96 !important;
}
.greeting-main {
  display: flex;
}
.greeting-main > * {
  flex: 1 1;
  margin-bottom: 30px;
}
.empty-div {
  margin-bottom: 40px;
}
.button-greeting-div {
  display: flex;
  margin-top: 40px;
}
.download-link-button {
  text-decoration: none;
}
.greeting-text {
  color: #000 !important;
  font-size: 70px;
  line-height: 1.1;
}
.greeting-text-p {
  font-size: 30px;
  line-height: 40px;
}
.greeting-image-div > img {
  height: auto;
  max-width: 100%;
}
.wave-emoji {
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-name: wave;
  display: inline-block;
  transform-origin: 70% 70%;
}
@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(12deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(9deg);
  }
  50% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media (max-width: 1380px) {
  .greeting-text {
    font-size: 50px;
  }
  .greeting-text-p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .button-greeting-div {
    justify-content: space-around;
  }
  .greeting-text {
    font-size: 30px;
    text-align: center;
  }
  .greeting-text-p {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .greeting-main {
    display: block;
  }
  .greeting-image-div {
    height: 256px;
  }
}
@media (max-width: 320px) {
  .main {
    width: auto;
  }
}
.sk-circle {
  height: 40px;
  margin: 100px auto;
  position: relative;
  width: 40px;
}
.sk-circle .sk-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sk-circle .sk-child:before {
  animation: sk-circleBounceDelay 1.2s ease-in-out infinite both;
  background-color: #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15%;
  margin: 0 auto;
  width: 15%;
}
.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.social-media-div {
  font-size: 2em;
}
.icon-button {
  margin-bottom: 10px;
}
.icon-button i {
  border-radius: 2.6rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0 5px 10px;
  position: relative;
  text-align: center;
  transition: 0.2s ease-in;
  -webkit-user-select: none;
  user-select: none;
  width: 2.6rem;
}
.facebook i {
  background-color: #3b5998;
}
.linkedin i {
  background-color: #0e76a8;
}
.github i {
  background-color: #333;
}
.gitlab i {
  background-color: #fca326;
}
.google i {
  background-color: #ea4335;
}
.twitter i {
  background-color: #1da1f2;
}
.medium i {
  background-color: #000;
}
.stack-overflow i {
  background-color: #f48024;
}
.kaggle i {
  background-color: #20beff;
}
.instagram i {
  background-color: #c13584;
}
.facebook i:hover,
.github i:hover,
.gitlab i:hover,
.google i:hover,
.instagram i:hover,
.kaggle i:hover,
.linkedin i:hover,
.medium i:hover,
.stack-overflow i:hover,
.twitter i:hover {
  background-color: #000;
}
@media (max-width: 768px) {
  .social-media-div {
    text-align: center;
  }
}
.main-button {
  background-color: #55198b;
  border: 1px solid #55198b;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 50px;
  margin-top: 20px;
  padding: 13px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: max-content;
}
.main-button:hover {
  background-color: #fff;
  color: #55198b;
  transform: translateY(-3px);
  transition: all 0.3s ease 0s;
}
.project-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.project-button > .main-button {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .main-button {
    font-size: 0.938rem;
    margin-right: 0;
    padding: 12px 18px;
  }
}
@media (max-width: 320px) {
  .main-button {
    font-size: 0.75rem;
  }
}
.skills-main-div {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.skills-text-div {
  margin-left: 50px;
}
.skills-main-div > * {
  flex: 1 1;
  margin-bottom: 30px;
}
.skills-image-div > img {
  height: auto;
  max-width: 100%;
}
.skills-heading {
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 1380px) {
  .skills-heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .skills-heading {
    font-size: 30px;
    text-align: center;
  }
  .greeting-text-p {
    font-size: 16px;
    line-height: normal;
  }
  .skills-main-div {
    flex-direction: column;
  }
  .skills-text-div {
    margin: 20px;
  }
  .skills-text {
    font-size: 16px;
  }
  .skills-text-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .skills-image-div {
    order: 2;
  }
}
.dev-icons {
  font-size: 3rem;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  text-align: center;
}
.software-skill-inline {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}
.software-skill-inline > i {
  color: #868e96;
}
.software-skill-inline > i:hover {
  color: #645beb;
}
.software-skill-inline > p {
  color: #868e96;
  font-size: 10px;
}
.software-skill-inline > i:hover ~ p {
  color: #645beb;
}
.meter {
  background: #f3efef;
  border-radius: 25px;
  height: 20px;
  position: relative;
}
.meter > span {
  background-color: #aaa5ff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 20px;
  border-top-right-radius: 6px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.skill {
  line-height: 3.5vw;
}
.skill-bars {
  font-size: 28px;
  width: 40%;
}
.skills-container {
  display: flex;
  margin: 2rem auto 0;
  padding: 20px 10px;
  width: 90%;
}
.skills-container > * {
  flex: 1 1;
  margin-bottom: 30px;
}
.skills-image > img {
  height: auto;
  margin-left: 80px;
  max-width: 90%;
}
@media (max-width: 1456px) {
  .skills-bar {
    line-height: 4rem;
  }
  .skills-image {
    display: none;
    order: 2;
  }
}
@media (max-width: 768px) {
  .skills-container {
    flex-direction: column;
  }
  .skills-bar {
    line-height: 3rem;
    margin: 20px;
  }
  .skills-image {
    display: none;
    order: 2;
  }
}
.experience-cards-div {
  grid-gap: 1rem 1rem;
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.experience-heading {
  font-size: 56px;
  font-weight: 400;
}
.experience-container {
  display: flex;
  margin: 2rem auto 0;
  padding: 20px 10px;
  width: 90%;
}
.experience-container > * {
  flex: 1 1;
}
@media (max-width: 1380px) {
  .experience-heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .experience-heading {
    font-size: 30px;
    text-align: center;
  }
}
.experience-card {
  background-color: #fff;
}
.experience-card,
.experience-card-dark {
  border: 1px solid hsla(0, 0%, 83%, 0.397);
  border-radius: 10px;
  box-shadow: 0 10px 30px -15px #0003;
  position: relative;
}
.experience-card-dark {
  background-color: #171c28;
}
.experience-card:hover {
  box-shadow: 0 20px 30px -10px #0003;
}
.experience-banner {
  align-items: flex-end;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  background: linear-gradient(#000000b3, #00000080);
  border-radius: 10px 10px 0 0;
  display: flex;
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  height: 11rem;
  justify-content: center;
}
.experience-blurred_div {
  background: linear-gradient(#0006, #0003);
  border-radius: 10px 10px 0 0;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  height: 11rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.experience-div-company {
  align-items: center;
  background: #0000;
  display: flex;
  height: 9rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.experience-text-company {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  padding: 1.5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.experience-roundedimg {
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem #0000004d;
  height: 8rem;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 7rem;
  width: 8rem;
}
.experience-text-role {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}
.dark-mode-text {
  color: #fff !important;
}
.experience-text-date {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-top: 1rem;
  text-align: center;
}
.experience-text-desc {
  text-align: center;
}
.experience-text-details {
  margin-top: 2rem;
  padding: 1.5rem;
}
@media (max-width: 1380px) {
  .experience-text-role {
    font-size: 22px;
    padding-top: 0.5rem;
  }
  .experience-text-company {
    font-size: 22px;
  }
  .experience-text-date {
    font-size: 18px;
  }
  .experience-roundedimg {
    height: 6.5rem;
    width: 6.5rem;
  }
}
@media (max-width: 768px) {
  .experience-text-company,
  .experience-text-role {
    font-size: 22px;
  }
  .experience-text-date {
    font-size: 18px;
  }
  .experience-text-desc {
    font-size: 16px;
  }
}
.project-title {
  font-size: 52px;
  font-weight: 400;
  line-height: normal;
}
.startup-project-text img {
  height: auto;
  max-width: 100%;
}
.repo-cards-div-main {
  grid-gap: 1rem 1rem;
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media (max-width: 1380px) {
  .project-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .project-title {
    font-size: 30px;
    text-align: center;
  }
  .repo-cards-div-main {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.card-title {
  font-size: 22px;
}
.card-subtitle {
  font-size: 17px;
}
.project-card {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 83%, 0.397);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}
.project-card-light {
  box-shadow: 0 10px 30px -15px #0003;
  transition: all 0.3s ease;
}
.project-card-dark {
  box-shadow: 0 10px 30px -15px #d9dbdf;
  transition: all 0.25s ease;
}
.project-detail {
  text-align: center;
}
.project-card-light:hover {
  box-shadow: 0 20px 30px -10px #0003;
}
.project-card-dark:hover {
  box-shadow: 0 20px 30px -10px #d9dbdf;
}
.project-image {
  align-items: center;
  display: flex;
  height: 250px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.projects-container {
  grid-gap: 1rem 1rem;
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.project-card-footer span.project-tag {
  align-items: center;
  background: #55198b;
  border-radius: 4px;
  color: #f5f2f4;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 0.75em;
  transition: 0.2s ease-in;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .project-subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.achievement-heading {
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.achievement-subtitle {
  margin: 0 0 50px;
  text-transform: uppercase;
}
@media (max-width: 1380px) {
  .achievement-heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .achievement-heading {
    font-size: 30px;
    text-align: center;
  }
  .achievement-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
}
.card-image {
  height: auto;
  max-width: 100%;
  width: 250px;
}
.card-title {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0 0;
}
.card-subtitle {
  color: #666;
  font-size: 1.063rem;
  line-height: 1.5rem;
}
.certificate-card {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 83%, 0.397);
  border-radius: 10px;
  box-shadow: 0 10px 30px -15px #0003;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.certificate-detail-div {
  text-align: center;
}
.certificate-card:hover {
  box-shadow: 0 20px 30px -10px #0003;
}
.dark-mode.certificate-card:hover {
  box-shadow: 0 20px 30px -10px #fff3;
}
.certificate-image-div {
  align-items: center;
  display: flex;
  height: 250px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.achievement-cards-div {
  grid-gap: 1rem 1rem;
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.certificate-card-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.certificate-card-footer span.certificate-tag {
  align-items: center;
  background: #55198b;
  border-radius: 4px;
  color: #f5f2f4;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 0.75em;
  transition: 0.2s ease-in;
  vertical-align: middle;
  white-space: nowrap;
}
span.certificate-tag:hover {
  background: #8c43ce;
}
.square {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 20px 50px #d9dbdf;
  height: 430px;
  margin-top: 30px;
  transition: all 0.3s ease;
  width: 440px;
}
.square:hover {
  box-shadow: 0 20px 40px #0000001a;
}
.blog-header-text {
  font-size: 56px;
  font-weight: 400;
}
.blog-subtitle {
  text-transform: uppercase;
}
.blog-main-div > * {
  flex: 1 1;
  margin-bottom: 30px;
}
.blog-main-div {
  display: flex;
}
.blog-image-div > img {
  height: auto;
  max-width: 100%;
}
.blog-text-div {
  grid-gap: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
@media (max-width: 1380px) {
  .blog-header-text {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .blog-header-text {
    font-size: 30px;
    text-align: center;
  }
  .blog-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
}
@media screen and (max-width: 480px) and (min-width: 300px) {
  .blog-text-div {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.small-dark {
  color: #fff !important;
}
.blog-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 36px #0000001a;
  color: #586069;
  cursor: pointer;
  height: 200px;
}
.blog-title {
  -webkit-line-clamp: 2;
  color: #262626;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 24px;
  margin: 32px 20px 14px;
}
.blog-title,
.small {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.small {
  -webkit-line-clamp: 4;
  color: #666;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  padding: 0 20px;
}
.go-corner {
  align-items: center;
  background-color: #55198b;
  border-radius: 0 4px 0 32px;
  display: flex;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.go-arrow {
  color: #fff;
  font-family: courier, sans;
  margin-right: -4px;
  margin-top: -4px;
}
.blog-card {
  background-color: #0000;
  border-radius: 4px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 0;
}
.blog-card:before {
  background: #55198b;
  border-radius: 32px;
  content: "";
  height: 32px;
  position: absolute;
  right: -16px;
  top: -16px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.4s ease-out;
  width: 32px;
  z-index: -1;
}
.blog-card:hover:before {
  transform: scale(30);
}
.blog-card:hover > .small {
  color: #fffc;
  transition: all 0.3s ease-out;
}
.blog-card:hover > h3 {
  color: #fff;
  transition: all 0.3s ease-out;
}
@media (min-width: 1405px) and (max-width: 1550px),
  (min-width: 925px) and (max-width: 1024px),
  screen and (max-width: 480px) and (min-width: 300px) {
  .blog-card:hover:before {
    transform: scale(30);
  }
}
@media (min-width: 1025px) and (max-width: 1404px),
  (min-width: 1551px),
  screen and (min-width: 481px) and (max-width: 675px) {
  .blog-card:hover:before {
    transform: scale(40);
  }
  .blog-card:before {
    transition: transform 0.45s ease-out;
  }
}
@media screen and (min-width: 675px) and (max-width: 860px) {
  .blog-card:hover:before {
    transform: scale(50);
  }
  .blog-card:before {
    transition: transform 0.5s ease-out;
  }
}
@media screen and (min-width: 860px) and (max-width: 924px) {
  .blog-card:hover:before {
    transform: scale(60);
  }
  .blog-card:before {
    transition: transform 0.5s ease-out;
  }
}
@media screen and (max-width: 480px) and (min-width: 300px) {
  .blog-title {
    font-size: 1.125rem;
  }
}
.blog-card-shadow {
  box-shadow: 1px 0 20px #fff;
}
.footer-text {
  color: #868e96 !important;
  font-size: 0.5rem;
  text-align: center;
}
.dark-mode {
  color: #fff !important;
}
.footer-div {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.talk-header-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 0px;
}
.talk-cards-div {
  grid-gap: 1rem 1rem;
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
@media (max-width: 768px) {
  .talk-header-title {
    font-size: 30px;
    text-align: center;
  }
  .talk-header-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
}
.container {
  display: flex;
  justify-content: center;
}
.rectangle {
  background: url(/static/media/talksCardBack.73ed1545d58273ba64b0.svg);
  border-radius: 4px;
  box-shadow: 0 20px 50px #d9dbdf;
  height: 300px;
  margin-top: 50px;
  transition: all 0.3s ease;
  width: 380px;
}
.rectangle:hover {
  box-shadow: 0 20px 40px #fff;
}
.dark-rectangle {
  box-shadow: 0 0 20px 0;
}
.mask {
  clip: rect(0, 460px, 220px, 0);
  border-radius: 4px;
  position: absolute;
}
.talk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  margin: 25px auto auto;
  padding: 0 0 40px 30px;
  text-align: left;
}
.talk-card-subtitle,
.talk-card-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.talk-card-subtitle {
  color: #7f8287;
  font-size: 16px;
  line-height: 18px;
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}
.talk-button {
  background-color: #55198b;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  width: 90px;
}
.talk-button:hover {
  background: #8c43ce;
}
.card-footer-button-div {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1380px) {
  .card-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .mask {
    -webkit-clip-path: none;
    clip-path: none;
    position: relative;
  }
  .talk-card-title {
    margin-top: 30px;
  }
  .talk-card-image {
    width: 100%;
  }
  .talk-button {
    background-color: #55198b;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in;
    width: 90px;
  }
  .talk-button:hover {
    background: #8c43ce;
  }
  .card-footer-button-div {
    display: flex;
    justify-content: space-around;
  }
  .square {
    height: auto;
    padding-bottom: 30px;
    width: 100%;
  }
}
.podcast-header-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 0px;
}
.podcast {
  width: 600px;
}
.podcast-main-div {
  grid-gap: 1rem 1rem;
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.subTitle {
  color: #868e96;
}
@media (max-width: 768px) {
  .podcast-header-title {
    font-size: 30px;
    text-align: center;
  }
  .podcast-header-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .podcast {
    width: 300px;
  }
  .podcast-main-div {
    text-align: center;
  }
}
.education-heading {
  font-size: 56px;
  font-weight: 400;
}
.education-section {
  display: flex;
  flex-direction: column;
  margin: 2rem auto 0;
  padding: 20px 0;
  width: 90%;
}
.education-section > * {
  flex: 1 1;
  margin-bottom: 30px;
}
.education-card-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media (max-width: 1380px) {
  .education-card-container {
    padding-top: 0;
  }
  .education-heading {
    font-size: 40px;
  }
  .education-text-subtitle {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .education-card-container {
    padding-top: 0;
  }
  .education-heading {
    font-size: 30px;
    text-align: center;
  }
  .education-text-subtitle {
    font-size: 16px;
  }
}
.education-card {
  display: flex;
  flex-direction: row;
}
.education-card:hover + .education-card-border {
  border-color: #a9a7f9;
  transition: width 0.6s ease-in-out;
  width: 100%;
}
.education-card-border {
  border-top: 2px solid hsla(0, 0%, 83%, 0.397);
  height: 30px;
  margin-bottom: 20px;
  transition: width 0.6s ease-in-out;
  width: 80%;
}
.education-head {
  display: flex;
  flex-direction: row;
}
.education-text-school {
  font-size: 28px;
  font-weight: 700;
  height: 27px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.education-roundedimg {
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem #0000004d;
  height: 6rem;
  margin-right: 2rem;
  object-fit: cover;
  width: 6rem;
}
.education-card-right {
  max-width: 70%;
}
.education-text-subHeader {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-top: 0.8rem;
}
.education-text-duration {
  color: #000;
  font-size: 19px;
  margin: 0;
  padding-top: 0.5rem;
}
.education-text-desc {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.education-text-bullets > ul {
  margin-top: 0.5rem;
}
@media (max-width: 1380px) {
  .education-card {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .education-card-right {
    max-width: 90%;
  }
  .education-card-border {
    width: 90%;
  }
  .education-text-subHeader {
    font-size: 16px;
    padding-top: 0.5rem;
  }
  .education-text-school {
    font-size: 20px;
    height: 23px;
  }
  .education-text-duration {
    font-size: 16px;
  }
  .education-roundedimg {
    height: 4rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    width: 4rem;
  }
}
@media (max-width: 768px) {
  .education-card {
    text-align: center;
  }
  .education-card-right {
    max-width: 100%;
  }
  .education-card-border {
    width: 100%;
  }
  .education-roundedimg {
    height: 4rem;
    margin-bottom: 1rem;
    margin-right: 0;
    margin-top: 10px;
    width: 4rem;
  }
  .education-text-bullets > ul {
    margin: auto;
    max-width: 80%;
  }
}
#topButton {
  background-color: #55198b;
  border: none;
  border-radius: 15px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  outline: none;
  padding: 15px;
  position: fixed;
  right: 30px;
  visibility: hidden;
  z-index: 99;
}
#topButton:hover {
  background-color: #000;
  transition: all 0.2s ease-in-out;
}
.centerContent {
  display: block;
  margin: 0 auto;
  padding: 1.5rem;
  text-align: center;
}
.tw-main-div {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.tw-main-div,
.twitter-component {
  padding: 1.5rem;
  width: auto;
}
.timeline-Header-title {
  font-size: 56px;
  font-weight: 100 !important;
}
.contact-div-main {
  display: flex;
}
.dark-mode a {
  color: #fff;
}
.contact-div-main > * {
  flex: 1 1;
}
.contact-title {
  font-size: 65px;
  font-weight: 400;
}
.contact-detail,
.contact-detail-email {
  color: #868e96;
  font-size: 40px;
  font-weight: 400;
  margin-top: 20px;
  text-decoration: none;
}
.contact-detail-email:hover,
.contact-detail:hover {
  color: #000;
  text-shadow: 2px 1px 2px #b5b5b5;
  transition: all 0.3s;
}
.contact-subtitle {
  text-transform: uppercase;
}
.contact-text-div {
  margin-top: 1.5rem;
}
.contact-margin-top {
  margin-top: 4rem;
}
.contact-image-div > img {
  height: auto;
  margin-left: 1.5rem;
  margin-top: -4rem;
  max-width: 100%;
}
@media (max-width: 1380px), (max-width: 768px) {
  .contact-title {
    font-size: 56px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
  }
  .contact-subtitle {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
  .contact-text-div {
    margin-top: 1.5rem;
    text-align: center;
  }
  .contact-detail,
  .contact-detail-email {
    font-size: 20px;
  }
  .contact-image-div {
    display: none;
  }
}
.splash-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.splash-animation-container {
  height: 50vh;
}
.splash-title-container {
  font-size: 2.5rem;
  text-decoration: none;
}
.splash-title {
  font-feature-settings: "liga", "clig off";
  font-family: Agustina Regular, cursive;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-weight: 700;
  padding: 0 20px;
}
.dark-mode {
  background-color: #171c28;
  color: #fff;
  transition: "0.1s";
}
/*# sourceMappingURL=main.3417e701.css.map*/
