/*

Tooplate 2115 Marvel

https://www.tooplate.com/view/2115-marvel

*/


@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");

/* start global, helper classes , Components Rules*/
:root {
  /*Colors CSS Varibales*/
  /*================  main-color values */
  --clr-main: #09aff4;
  --clr-main-rgb: 9, 175, 244;
  /*================  accent-color values */
  --clr-accent: #0d1857;
  --clr-accent-rgb: 13, 24, 87;
  /*================  secondary-color values */
  --clr-secondary: #4820a7;
  --clr-secondary-rgb: 72, 32, 167;
  /*================  white-color values */
  --clr-white: #fff;
  --clr-white-rgb: 255, 255, 255;
  /*================  black-color values */
  --clr-black: #121212;
  --clr-black-rgb: 18, 18, 18;
  /*================  grey-color values */
  --clr-grey: #f1f1f1;
  --clr-grey-rgb: 241, 241, 241;
  /*================  yellow-color values */
  --clr-yellow: #ffc200;
  --clr-yellow-rgb: 255, 194, 0;
  /*================  semi-dark-color values */
  --clr-semi-dark: #b8b8b8;
  --clr-semi-dark-rgb: 184, 184, 184;
  /*================  dark-grey-color values */
  --clr-dark-grey: #4d4d4d;
  --clr-dark-grey-rgb: 77, 77, 77;
  /*================  extra-dark-grey-color values */
  --clr-extra-dark-grey: #202020;
  --clr-extra-dark-grey-rgb: 32, 32, 32;
  /*================  dark-blue-color values */
  --clr-dark-blue: #060922;
  --clr-dark-blue-rgb: 6, 9, 34;
  /*================  semi-dark-blue-color values */
  --clr-semi-dark-blue: #000531;
  --clr-semi-dark-blue-rgb: 0, 5, 49;
  /*================  danger-color values */
  --clr-danger: #fc0000;
  --clr-danger-rgb: 252, 0, 0;
  /*================  success-color values */
  --clr-success: #217234;
  --clr-success-rgb: 33, 114, 52;
  /*================  warning-color values */
  --clr-warning: #9b6a01;
  --clr-warning-rgb: 155, 106, 1;
  --ltr-main-font-f: "Jost", "sans-serif";
  --rtl-main-font-f: "Tajawal", "sans-serif";
}

body {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
}

.full-screen {
  padding: 15rem 0;
}

.small-text {
  background: var(--clr-white);
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
  box-shadow: 0px 3px 15px 0px rgba(var(--clr-dark-blue-rgb), 0.25);
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
a:hover {
  color: #ffc200 !important;
}

.navbar-brand .uil {
  font-size: 40px;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5b5b;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: -1px;
}

h1 {
  color: #212121;
  font-size: 2.8em;
  margin: 24px 0;
}

h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: bold;
}

h3 {
  color: #484848;
}

h3,
b, strong {
  font-weight: bold;
}

.custom-btn {
  background: #eee;
  color: #5b5b5b;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  transition: all 0.4s ease;
}
.custom-btn:hover {
  color: #ffc200;
}
.custom-btn.custom-btn-bg {
  background: #474559;
  color: #ffffff;
}
.custom-btn.custom-btn-bg:hover {
  background: #ffc200;
  color: #ffffff !important;
}

.animated {
  position: relative;
}

.animated-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  min-width: 260px;
  position: relative;
}

.animated-item {
  color: #ffc200;
}

.animated-item {
  font-size: 38px;
  line-height: inherit;
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  animation: BottomTotop 6s linear infinite 0s;
}
.animated-item:nth-child(2n+2) {
  animation-delay: 2s;
}
.animated-item:nth-child(3n+3) {
  animation-delay: 4s;
}
.animated-item:nth-child(4n+4) {
  animation-delay: 6s;
}

@keyframes BottomTotop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: translateY(5px);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  30% {
    opacity: 0;
    transform: translateY(5px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  will-change: transform;
  transition: transform 200ms linear;
}
.navbar[class*="-unpinned"] {
  transform: translate(0, -150%);
}
.navbar[class*="-pinned"] {
  transform: translate(0, 0);
  background: var(--clr-white);
}
.navbar[class*="headroom--not-top"] {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 20px;
}

.nav-link {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}
.nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
}
.nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffc200;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus span,
.navbar-light .navbar-nav .nav-link:hover span {
  transform: translateY(-100%);
}

.navbar-light .navbar-toggler-icon {
  background: none;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
  transform: rotate(-45deg);
  bottom: 1px;
}
.navbar-toggler .navbar-toggler-icon {
  background: #212121;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  transition: all 0.4s ease;
  position: relative;
}

.copyright-text {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.color-mode {
  font-weight: bold;
  cursor: pointer;
}

.color-mode-icon, .flags-icon {
  position: relative;
  right: 6px;
}
.color-mode-icon:after {
  font-family: 'unicons';
  content: '\ea9f';
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
}
.color-mode-icon.active:after {
  font-family: 'unicons';
  content: '\eb65';
  font-size: 30px;
  color: var(--clr-black);
}

.flags-icon {
  padding: 6px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

/****** DARK MODE init **********/
.dark-mode {
  background: #0c0c0d;
}
.dark-mode .navbar[class*="-pinned"] {
  background: transparent;
}
.dark-mode .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.dark-mode .navbar-light .navbar-nav .nav-link:hover {
  color: #ffc200;
}
.dark-mode .navbar[class*="headroom--not-top"] {
  background: #0c0c0d;
  border-bottom: 1px solid #1f1f1f;
}
.dark-mode .overlay-photo-image-bg {
  background-image: url(/images/65ac57d882ccd.png)!important;
}
.dark-mode .project,
.dark-mode-section.project {
  background-image: url(/images/65ac580a683b2.png);
}
.dark-mode .interview,
.dark-mode-section.interview {
  background-image: url(/images/about.jpg);
}
.contact .dark-mode-section {
  opacity: 0.3 !important;
  background: var(--clr-extra-dark-grey) !important;
}
.dark-mode .small-text {
  background: #0d0c15;
  color: #ffffff;
}
.dark-mode #resume .small-text {
  background: #ffffff;
  color: #474559;
}
.dark-mode .feature-card .uil,
.dark-mode .navbar-light .navbar-brand,
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode p,
.dark-mode .color-mode, .dark-mode .about-text p, .dark-mode .footer .copyright-text {
  color: #ffffff;
}
.dark-mode .owl-carousel .owl-nav button.owl-next,
.dark-mode .owl-carousel .owl-nav button.owl-prev,
.dark-mode .owl-carousel button.owl-dot {
  color: #ffffff;
}
.dark-mode .navbar-toggler .navbar-toggler-icon {
  background: var(--clr-white);
}
/********** DARK MODE end *************/

.timeline-wrapper {
  position: relative;
  padding: 22px 0;
}
.timeline-wrapper:last-child:before {
  height: 0;
}
.timeline-wrapper:before {
  content: "";
  background: #474559;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
}

.timeline-yr {
  background: #474559;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.timeline-yr span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 75px;
}

.timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 6em;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border: 1px solid #474559;
}

.owl-carousel .owl-nav span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'unicons';
  font-size: 100px;
  line-height: normal;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: -45px;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: -45px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.owl-theme .owl-nav [class*=owl-]:hover, .project .owl-theme .owl-nav [class*=owl-]:hover, .interview .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffc200;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b5b5b;
}

.google-map iframe {
  width: 100%;
}

#map {
  height: 300px;
  width: 100%;
}

.contact-form {
  position: relative;
}
.contact-form .form-control {
  background: var(--clr-white);
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  margin: 16px 0;
}
.contact-form .form-control:not(textarea) {
  height: 48px;
}
.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #ffc200;
}
.contact-form .submit-btn {
  background: #ffc200;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.contact-form .submit-btn:hover {
  background: #474559;
}

.contact-info {
  background: #474559;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px;
}
.contact-info p, .contact-info a {
  color: #f7f3f3;
}

.social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0;
}
.social-links .uil:hover {
  color: #ffc200;
}

img.uil {
  width: 56px;
}

.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-photo-image-bg,
.overlay-shape-image-bg,
.overlay-pattern-image-bg,
.overlay-gradient-color,
.overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.overlay-photo-image-bg {
  background-image: url(/images/high-tec-bg.png)!important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}

.project, .interview {
  background-repeat: no-repeat;
  background-size: cover;
}

.project {
  background-image: url(/images/cropped-titleTYCHE5-w.jpg);
}

.interview {
  background-image: url(/images/slider1.jpg);
}

.project h2, .interview h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--clr-white);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--clr-white);
  background-color: rgba(var(--clr-yellow-rgb), 1);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  position: fixed;
  bottom: -100px;
  right: 30px;
  z-index: 20;
  box-shadow: 0px 3px 15px 0px rgba(var(--clr-dark-blue-rgb), 0.25);
}

.back-to-top:hover {
  background-color: rgba(var(--clr-yellow-rgb), 0.8);
}

.back-to-top:after {
  content: "";
}

.back-to-top .icon {
  display: flex;
}

.back-to-top.show {
  bottom: 30px;
}

.color-mode-mobile, .flags-mobile {
  display: none !important;
}

.contact {
  position: relative;
  background-image: url(/images/metaverso-arquitectura-tec-cem-decentraland.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .light {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--clr-white);
  opacity: 0.8;
}

.interview {
  margin-top: -10rem;
}

.interview-info {
  height: 450px;
}

#interview video {
  height: 100%;
}

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: var(--clr-dark-blue);
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: var(--clr-yellow);
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .progress-line {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  right: auto;
  height: 1px;
  background-color: rgba(var(--clr-white-rgb), 0.35);
  transform: scale(0);
  transform-origin: center;
}

.loading-screen .loading-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--clr-white);
  font-size: 3rem;
  font-weight: 800;
}

.chat-icon {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  cursor: pointer;
}

.chat-icon-link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-icon-link img {
  width: 100px;
}

#form-result {
  width: 100%;
  text-align: center;
}
#form-result img {
  width: 48px;
}

.captcha-container {
  text-align: center;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 10%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  padding: 20px;
  background-color: #f1f1f1;
  text-align: center;
  border-radius: 10px;
  display: none;
}

.cookie-banner p {
  margin-bottom: 10px;
  color: var(--clr-dark-grey);
}

.cookie-banner div {
  margin-bottom: 10px;
}

#save-preferences {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

#close-banner {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
  }
  #interview .owl-theme .owl-dots {
    position: relative;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .full-screen {
    padding: 0;
  }

  .dark-mode .small-text {
    border: 1px solid white;
  }

  .navbar-brand {
    font-size: .75rem;
  }

  .small-text {
    display: inline-block;
  }

  .color-mode, .flags-desktop {
    display: none;
  }

  .color-mode-mobile {
    display: flex !important;
    top: 1rem;
    right: 4rem;
    position: absolute;
  }

  .flags-mobile {
    display: flex !important;
  }

  .flags-mobile .flags-icon {
    right: 2px;
    padding: 4px;
  }

  .about-image {
    margin-top: 4em;
  }

  .mobile-mt-2,
  .contact-form {
    margin-top: 2em;
  }

  .contact-info {
    padding: 0 2rem;
  }

  .contact {
    margin-top: 0;
  }

  .cookie-banner {
    left: 50%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  .animated-item {
    font-size: 28px;
  }

  .about-image {
    margin-top: 0;
  }

  .navbar-collapse {
    background: var(--clr-white);
    text-align: center;
    padding-bottom: 5px;
    border-radius: 0 0 10px 10px;
  }

  .dark-mode .navbar-collapse {
    background: #0c0c0d;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px;
  }

  .interview {
    margin-top: 0;
  }

  .interview-info {
    height: 250px;
  }
}
@media (max-width: 580px) {
	.animated-info {
		min-width: 200px;
	}
  .animated-item {
    font-size: 30px;
  }

  .custom-btn-group {
    text-align: center;
  }

  .custom-btn {
    display: block;
    margin: 10px 0;
  }

  .owl-theme .owl-nav {
    display: none;
  }

  .timeline-info small {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 320px) {
  .animated-text {
    margin-top: 0;
  }

  .about-text {
    text-align: center;
  }

  .full-screen {
    padding: 4rem 0;
  }

  .mobile-block {
    display: block;
  }

  .contact-info {
    flex-direction: column;
  }

  .social-links li {
    display: inline-block;
    vertical-align: top;
  }
}
