/*
 * https://coolors.co/05668d-00a896-028090-02c39a-f9f9f9
 */
body section.cover-introduction div, body, .default-bg {
  color: #028090 !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}

.primary-bg {
  color: #f9f9f9 !important;
  background-color: #028090 !important;
  border-color: #028090 !important;
}

.primary-text {
  color: #f9f9f9 !important;
}

body footer, body section.cover-introduction, body button.btn.btn-primary:hover, body button.btn.btn-primary, body header.colored .sub-menu li, body header.colored .has-children, body header.colored, .secondary-bg {
  color: #f9f9f9 !important;
  background-color: #02c39a !important;
  border-color: #02c39a !important;
}

body header.colored .sub-menu li a {
  color: #f9f9f9 !important;
}
body .sub-menu li a {
  text-decoration: none;
  color: #028090 !important;
}
body .primary-text-color a {
  color: #028090 !important;
}
.btn-underline a {
  color: #028090;
  text-decoration: none;
  padding: 0.4em calc(0.4em * 1.2);
  display: inline-block;
  border: 3px solid transparent;
  position: relative;
  cursor: pointer;
}
.btn-underline a .text {
  font-family: proxima-nova, monospace;
  transform: translate3d(0, 0.4em, 0);
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.btn-underline a:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: calc(0.4em * 1.2);
  right: calc(0.4em * 1.2);
  height: 3px;
  background: #02c39a;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}
.btn-underline .line, .btn-underline .line-white {
  position: absolute;
  background: #02c39a;
}
.btn-underline .line.-right, .btn-underline .line.-left, .btn-underline .line-white.-right, .btn-underline .line-white.-left {
  width: 3px;
  bottom: -3px;
  top: -3px;
  transform: scale3d(1, 0, 1);
}
.btn-underline .line.-top, .btn-underline .line.-bottom, .btn-underline .line-white.-top, .btn-underline .line-white.-bottom {
  height: 3px;
  left: -3px;
  right: -3px;
  transform: scale3d(0, 1, 1);
}
.btn-underline .line.-right, .btn-underline .line-white.-right {
  right: -3px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}
.btn-underline .line.-top, .btn-underline .line-white.-top {
  top: -3px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}
.btn-underline .line.-left, .btn-underline .line-white.-left {
  left: -3px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}
.btn-underline .line.-bottom, .btn-underline .line-white.-bottom {
  bottom: -3px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}
.btn-underline a:hover .text,
.btn-underline a:active .text {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.btn-underline a:hover:after,
.btn-underline a:active:after {
  transform: scale3d(0, 1, 1);
  right: -3px;
  left: -3px;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}
.btn-underline a:hover .line,
.btn-underline a:active .line {
  transform: scale3d(1, 1, 1);
}
.btn-underline a:hover .line.-right,
.btn-underline a:active .line.-right {
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}
.btn-underline a:hover .line.-top,
.btn-underline a:active .line.-top {
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}
.btn-underline a:hover .line.-left,
.btn-underline a:active .line.-left {
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}
.btn-underline a:hover .line.-bottom,
.btn-underline a:active .line.-bottom {
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}

.btn-underline.white a {
  color: #f9f9f9;
}
.btn-underline.white a:after {
  background: #f9f9f9;
}
.btn-underline.white .line {
  background: #f9f9f9;
}

#hamburger-icon {
  width: 1.75rem;
  height: 1rem;
  position: relative;
  display: inline-block;
}
#hamburger-icon .line {
  display: block;
  background: #028090;
  width: 1.75rem;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
}
#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}

header.colored .line {
  background: #f9f9f9 !important;
}

.active #hamburger-icon .line-1 {
  transform: translateY(0.5rem) translateX(0) rotate(45deg);
  -webkit-transform: translateY(0.5rem) translateX(0) rotate(45deg);
  -moz-transform: translateY(0.5rem) translateX(0) rotate(45deg);
}
.active #hamburger-icon .line-2 {
  opacity: 0;
}
.active #hamburger-icon .line-3 {
  transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
}

header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 949;
  transition: color 0.4s linear;
  /* create animation delay for up to 10 menuitems */
}
header .row {
  height: 3.5rem;
}
header .row .col a {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
header .has-children {
  z-index: 1049;
}
header .logo-container {
  top: 3em;
}
header .logo {
  height: 30vh;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
header .logo.rounded {
  border-radius: 50% !important;
  border: solid 2px;
}
header .social {
  font-size: 1.5em;
  margin-top: -0.15em;
  position: relative;
}
header .social a {
  display: inline-block;
  position: relative;
  top: 0;
}
header .social a:hover {
  top: -0.1em;
}
header .social a svg {
  display: block;
}
header .social .text-link {
  font-size: 0.7em;
  vertical-align: text-bottom;
  color: #028090;
  padding-right: 0.5em;
  padding-bottom: 2px;
}
header .sub-menu {
  margin-top: 1rem;
  position: absolute;
  left: 0;
  right: auto;
  padding-inline-start: 0;
  /* create animation for menu close */
}
header .sub-menu li {
  list-style-type: none;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
}
header .sub-menu li:nth-child(1) {
  -webkit-transition: 0.2s linear 1.2s;
  -o-transition: 0.2s linear 1.2s;
  transition: 0.2s linear 1.2s;
}
header .sub-menu li:nth-child(2) {
  -webkit-transition: 0.2s linear 1s;
  -o-transition: 0.2s linear 1s;
  transition: 0.2s linear 1s;
}
header .sub-menu li:nth-child(3) {
  -webkit-transition: 0.2s linear 0.8s;
  -o-transition: 0.2s linear 0.8s;
  transition: 0.2s linear 0.8s;
}
header .sub-menu li:nth-child(4) {
  -webkit-transition: 0.2s linear 0.6s;
  -o-transition: 0.2s linear 0.6s;
  transition: 0.2s linear 0.6s;
}
header .sub-menu li:nth-child(5) {
  -webkit-transition: 0.2s linear 0.4s;
  -o-transition: 0.2s linear 0.4s;
  transition: 0.2s linear 0.4s;
}
header .sub-menu li:nth-child(6) {
  -webkit-transition: 0.2s linear 0.2s;
  -o-transition: 0.2s linear 0.2s;
  transition: 0.2s linear 0.2s;
}
header .sub-menu li:last-child {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
header .has-children.active .sub-menu li {
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}
header .has-children.active li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
header .has-children.active li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
header .has-children.active li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
header .has-children.active li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
header .has-children.active li:nth-child(5) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
header .has-children.active li:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
header .has-children.active li:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
header .has-children.active li:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
header .has-children.active li:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
header a {
  color: #028090;
}
header a:hover {
  text-decoration: none;
}

header.colored a {
  color: #f9f9f9;
}
header.colored .social .text-link {
  color: #f9f9f9;
}

.slider {
  font-family: sans-serif;
  scroll-snap-type: x mandatory;
  scroll-snap-points-y: repeat(100vw);
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  max-height: 742px;
  cursor: grab;
  position: relative;
}
.slider section {
  border-right: 1px solid white;
  min-width: 100vw;
  height: 80vh;
  scroll-snap-align: start;
  text-align: center;
  position: relative;
  scroll-behavior: smooth;
  background-size: cover;
  background-position-y: center;
}
.slider h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  width: 100%;
  left: 0;
  font-size: calc(1rem + 3vw);
}

/* Slider Controls */
.slider-controls {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: none;
}

.slider-btn {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slider-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.slider-btn svg {
  color: #05668d;
  width: 24px;
  height: 24px;
}

/* Slider Dots */
.slider-dots {
  pointer-events: auto;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slider-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 2px solid #05668d;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.slider-dot:hover {
  transform: scale(1.2);
}

.slider-dot.active {
  background: #05668d;
  transform: scale(1.3);
}

/* Mobile optimizations for slider */
@media (max-width: 768px) {
  .slider-controls {
    bottom: 1rem;
    gap: 0.75rem;
  }

  .slider-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .slider-btn svg {
    width: 20px;
    height: 20px;
  }

  .slider-dots {
    padding: 0.5rem 1rem;
  }

  .slider-dot {
    width: 0.6rem;
    height: 0.6rem;
  }
}

/* Card Styles */
.card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card {
  border-radius: 1rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card[data-toggle=modal] {
  cursor: pointer;
}

/* Bounce animation */
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

svg.feather {
  width: 1em;
  height: 1em;
}

.rounded {
  border-radius: 1rem !important;
}

@media (max-width: 575px) {
  .rounded {
    border-radius: 0 !important;
  }
}
.em-2 {
  font-size: 2em;
}

.em-3 {
  font-size: 3em;
}

.em-4 {
  font-size: 4em;
}

.em-5 {
  font-size: 5em;
}

.em-6 {
  font-size: 6em;
}

.em-7 {
  font-size: 7em;
}

.em-8 {
  font-size: 8em;
}

.py-6, .pb-6 {
  padding-bottom: 4rem !important;
}

.py-6, .pt-6 {
  padding-top: 4rem !important;
}

.py-7, .pb-7 {
  padding-bottom: 5rem !important;
}

.py-7, .pt-7 {
  padding-top: 5rem !important;
}

.py-8, .pb-8 {
  padding-bottom: 6rem !important;
}

.py-8, .pt-8 {
  padding-top: 6rem !important;
}

.material-icons.large {
  font-size: 5rem;
}

.box {
  box-shadow: 0 5px 5px 0 rgba(233, 240, 243, 0.5), 0 0 0 1px #E6ECF8;
}
.box div[class^=col-], .box div[class*=" col-"] {
  border-right: 1px solid #E6ECF8;
}
.box div:last-of-type[class^=col-], .box div:last-of-type[class*=" col-"] {
  border-right: 0;
}

.pb-long-section {
  padding-bottom: 12rem;
}

.call-to-action-phrase {
  font-family: proxima-nova, monospace;
  font-size: 1.5em;
}
.call-to-action-phrase span {
  display: inline-block;
  transform: translate3d(0, 0.4em, 0);
}

.reverb-box-shadow {
  box-shadow: rgba(255, 255, 255, 0.4) 0px 5px, rgba(255, 255, 255, 0.3) 0px 10px, rgba(255, 255, 255, 0.2) 0px 15px, rgba(255, 255, 255, 0.1) 0px 20px, rgba(255, 255, 255, 0.05) 0px 25px;
}

section.cover-introduction {
  overflow: hidden;
}

section.cover-introduction > div {
  height: 100vh;
  display: table;
  width: 100vw;
}
section.cover-introduction > div div {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

footer {
  min-height: 100vh;
  padding-top: 3.5rem;
}

section.skills .container:first-of-type {
  margin-top: -8rem;
}
section.skills ul {
  margin: 0;
  padding: 0;
}
section.skills ul li {
  padding: 0.5rem;
  list-style-type: none;
}

#contact a {
  color: #f9f9f9 !important;
  font-weight: bold;
}
#contact a:hover {
  text-decoration: none;
}
/* Swiper Gallery Styles */
.swiper-gallery-container {
  padding: 0 50px;
  position: relative;
}

.swiper-gallery-container .swiper {
  padding-bottom: 50px;
}

.swiper-gallery-container .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.swiper-gallery-container .swiper-slide.card {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

.swiper-gallery-container .swiper-slide.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.swiper-gallery-container .swiper-slide.card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.swiper-gallery-container .swiper-slide.card h2 {
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
}

/* Swiper navigation buttons */
.swiper-gallery-container .swiper-button-prev,
.swiper-gallery-container .swiper-button-next {
  color: #028090;
  background: rgba(255, 255, 255, 0.9);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.swiper-gallery-container .swiper-button-prev:hover,
.swiper-gallery-container .swiper-button-next:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.swiper-gallery-container .swiper-button-prev::after,
.swiper-gallery-container .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-gallery-container .swiper-button-prev {
  left: 10px;
}

.swiper-gallery-container .swiper-button-next {
  right: 10px;
}

/* Swiper pagination */
.swiper-gallery-container .swiper-pagination-bullet {
  background: #028090;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}

.swiper-gallery-container .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .swiper-gallery-container {
    padding: 0 15px;
  }

  .swiper-gallery-container .swiper-button-prev,
  .swiper-gallery-container .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  .swiper-gallery-container .swiper-button-prev::after,
  .swiper-gallery-container .swiper-button-next::after {
    font-size: 14px;
  }

  .swiper-gallery-container .swiper-slide.card img {
    height: 250px;
  }
}

/* Modal Swiper styles - for future use in work experience modals */
.modal .swiper-gallery-container {
  padding: 0 30px;
}

.modal .swiper-gallery-container .swiper-slide.card img {
  height: 200px;
}

.modal .swiper-gallery-container .swiper-button-prev,
.modal .swiper-gallery-container .swiper-button-next {
  width: 36px;
  height: 36px;
}

.modal .swiper-gallery-container .swiper-button-prev::after,
.modal .swiper-gallery-container .swiper-button-next::after {
  font-size: 14px;
}

/* Personal interests swiper specific */
#personalInterestsSwiper {
  max-height: 90vh;
}

/* Company logo styling for portfolio cards */
.company-logo {
  max-height: 60px;
  max-width: 200px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.card .company-logo-container {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

/*# sourceMappingURL=main.css.map */
