@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 0 0;
}
.header .logo-bar {
  font-weight: 700;
}
.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;
}
.greeting-main {
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  overflow: hidden;
  padding: 2rem 1rem;
  width: 100%;
}
.subTitle {
  color: #868e96 !important;
}
.greeting-main {
  display: flex;
}
.greeting-main > * {
  flex: 1 1;
  margin-bottom: 30px;
}
.button-greeting-div {
  display: flex;
  margin-top: 20px;
}
.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: 1.1;
  margin: 20px 0;
}
.greeting-image-div > img {
  border-radius: 10px;
  height: auto;
  max-width: 70%;
}
.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;
  }
}
.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 {
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 2rem 1rem;
}
.skills-text-div {
  margin-left: 0;
  max-width: 600px;
}
.skills-image-div > img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.skills-heading {
  line-height: 1.4;
}
.skills-main-div {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.skills-text-div {
  margin-left: 50px;
}
.skills-main-div > * {
  flex: 1 1;
  margin-bottom: 30px;
}
.communicator-image-div > img {
  border-radius: 10px;
  height: 90%;
  width: 90%;
}
.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;
  }
}
.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-cover-image {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
  width: 250px;
}
.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;
  border-radius: 10px;
  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;
  }
}
.image-honor-logo {
  height: auto;
  max-width: 100%;
  width: 250px;
}
.card-title {
  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;
}
.footer-text {
  color: #868e96 !important;
  text-align: center;
}
.dark-mode {
  color: #fff !important;
}
.footer-div {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.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;
  }
}
#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;
}
.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);
  }
}
.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 {
  border-radius: 10px;
  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;
  }
}
.card-image {
  border-radius: 8px;
  height: auto;
  width: 250px;
}
.slide-button {
  height: 380px !important;
  top: 50%;
}
@media (max-width: 768px) {
  .slide-button {
    border: none !important;
    height: 160px !important;
    padding: 0 !important;
    top: 360px !important;
    transform: none !important;
    transition: background 0.3s ease-in-out;
    width: 40px !important;
  }
  .slide-button.prev {
    background: linear-gradient(90deg, #55198b, #0000);
    left: 10px;
  }
  .slide-button.next {
    background: linear-gradient(90deg, #0000, #55198b);
    right: 10px;
  }
  .slide-button:hover {
    opacity: 0.8;
  }
  .my-arrow {
    font-size: 15px;
  }
}
.talks-carousel {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
.talk-header-title {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 80%;
}
@media (max-width: 768px) {
  .talk-header-title {
    font-size: 2rem !important;
    padding: 0 20rem !important;
    width: 100% !important;
  }
}
.talks-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 80%;
}
.talk-card {
  display: none;
  flex: 0 0 30%;
  margin: 0 1rem;
  opacity: 0;
  text-align: center;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.card-title {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.talk-image {
  border-radius: 10px;
  margin-bottom: 1rem;
  width: 100% !important;
}
@media (max-width: 768px) {
  .talk-header-title {
    font-size: 2rem !important;
    padding: 0 1rem !important;
    width: 100% !important;
  }
  .talks-container {
    display: flex;
    justify-content: center;
    width: max-width !important;
  }
  .talk-card {
    flex: 0 0 auto;
    margin: 0 auto;
    max-width: 100%;
    width: 80% !important;
  }
  .talk-details {
    width: 100% !important;
  }
  .card-title {
    font-size: 1.2rem;
  }
  .card-location,
  .card-title {
    color: #000;
    margin-bottom: 1rem;
  }
  .card-location {
    font-size: 1rem;
  }
  .talk-image {
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100% !important;
  }
}
.image-comms-event {
  border-radius: 8px;
  height: auto;
  width: 250px;
}
.card-description {
  color: #000;
  font-size: 1rem;
}
.slide-button {
  align-items: center;
  background-color: #55198b;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 180px !important;
  justify-content: center;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 380px !important;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px !important;
}
.slide-button.prev {
  background: linear-gradient(90deg, #55198b, #0000);
  left: 10px;
}
.slide-button.next {
  background: linear-gradient(90deg, #0000, #55198b);
  right: 10px;
}
.slide-button:hover {
  background-color: #55198b;
}
.my-arrow {
  font-size: 20px;
}
@media (max-width: 768px) {
  .slide-button {
    border: none !important;
    height: 180px !important;
    padding: 0 !important;
    top: 200px !important;
    transform: none !important;
    transition: background 0.3s ease-in-out;
    width: 40px !important;
  }
  .slide-button.prev {
    background: linear-gradient(90deg, #55198b, #0000);
    left: 10px;
  }
  .slide-button.next {
    background: linear-gradient(90deg, #0000, #55198b);
    right: 10px;
  }
  .slide-button:hover {
    opacity: 0.8;
  }
  .my-arrow {
    font-size: 15px;
  }
}
.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.e15b7c22.css.map*/
