/*

Tooplate 2115 Marvel

https://www.tooplate.com/view/2115-marvel

*/


@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
body {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
}

.full-screen {
  padding: 8rem 0;
}

.small-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

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: 340px;
  position: relative;
}

.animated-item {
  color: #ffc200;
}

.animated-item {
  font-size: 32px;
  line-height: inherit;
  white-space: nowrap;
  display: block;
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  animation: BottomTotop 22s linear infinite 0s;
}
.animated-item:nth-child(2)  { animation-delay: 2s; }
.animated-item:nth-child(3)  { animation-delay: 4s; }
.animated-item:nth-child(4)  { animation-delay: 6s; }
.animated-item:nth-child(5)  { animation-delay: 8s; }
.animated-item:nth-child(6)  { animation-delay: 10s; }
.animated-item:nth-child(7)  { animation-delay: 12s; }
.animated-item:nth-child(8)  { animation-delay: 14s; }
.animated-item:nth-child(9)  { animation-delay: 16s; }
.animated-item:nth-child(10) { animation-delay: 18s; }
.animated-item:nth-child(11) { animation-delay: 20s; }

@keyframes BottomTotop {
  0%   { opacity: 0; transform: translateY(6px); }
  2%   { opacity: 1; transform: translateY(0px); }
  7%   { opacity: 1; transform: translateY(0px); }
  9%   { opacity: 0; transform: translateY(-4px); }
  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);
}
.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 {
  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: #ffffff;
}

.dark-mode {
  background: #0c0c0d;
}
.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 .small-text {
  background: #0d0c15;
  color: #ffffff;
}
.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 .color-mode {
  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;
}

.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;
}

.owl-carousel .owl-nav span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
  border: 2px solid rgba(255, 194, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc200;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 10;
  backdrop-filter: blur(10px);
}
.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  transform: translateY(-50%) scale(1.12);
  background: linear-gradient(135deg, #ffc200 0%, #ffda5a 100%);
  color: #212121;
  border-color: rgba(255, 194, 0, 0.8);
  box-shadow: 0 15px 40px rgba(255, 194, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.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: 34px;
  line-height: normal;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: 0;
}
.owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: 0;
}

.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 {
  color: inherit;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
  margin: 0 6px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 194, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 194, 0, 0.6);
  transform: scale(1.15);
  box-shadow: 0 0 15px rgba(255, 194, 0, 0.3);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #ffc200;
  box-shadow: 0 0 0 3px rgba(255, 198, 0, 0.3), 0 0 20px rgba(255, 194, 0, 0.4);
  transform: scale(1.2);
  border-color: rgba(255, 194, 0, 0.8);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.project {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 50%, #f0f4f8 100%);
  position: relative;
  overflow: hidden;
}

.project:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 194, 0, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.project h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.project h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #ffc200 0%, #ffda5a 50%, #ffc200 100%);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(255, 194, 0, 0.4);
}

.project .owl-carousel .owl-stage-outer {
  padding-bottom: 40px;
}

.project .owl-item {
  padding: 0 14px;
  animation: slideInUp 0.6s ease-out;
}

.project-info {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  background: #ffffff;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(255, 194, 0, 0.1);
}

.project-info:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 50px rgba(255, 194, 0, 0.2), 0 0 30px rgba(255, 194, 0, 0.1);
  border-color: rgba(255, 194, 0, 0.3);
}

.project-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 194, 0, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.project-info:hover:before {
  opacity: 1;
  background: linear-gradient(135deg, rgba(255, 194, 0, 0.0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.project-info img {
  width: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
  padding: 15px;
  background: #ffffff;
}

.project-info:hover img {
  transform: scale(1.08);
}

.google-map iframe {
  width: 100%;
}

.contact-form {
  position: relative;
}
.contact-form .form-control {
  background: transparent;
  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;
}

@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .full-screen {
    padding-bottom: 4rem;
  }

  .color-mode {
    display: none;
  }

  .about-image {
    margin-top: 4em;
  }

  .mobile-mt-2,
  .contact-form {
    margin-top: 2em;
  }

  .contact-info {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2em;
  }

  .animated-item {
    font-size: 22px;
    white-space: nowrap;
  }
  .animated-info {
    min-width: 280px;
  }

  .navbar-collapse {
    background: #ffffff;
    text-align: center;
    padding-bottom: 20px;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px;
  }
}
@media (max-width: 580px) {
	.animated-info {
		min-width: 200px;
	}
  .animated-item {
    font-size: 20px;
    white-space: nowrap;
  }
  .animated-info {
    min-width: 240px;
  }

  .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;
  }
}

/* ── ACHIEVEMENT BANNER ─────────────────────────────────── */
.achievement-banner {
  background: linear-gradient(135deg, #212121 0%, #474559 100%);
  padding: 28px 40px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #ffc200;
}
.achievement-icon {
  font-size: 2.8rem;
  flex-shrink: 0;
}
.achievement-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.achievement-number {
  font-size: 2rem;
  font-weight: 800;
  color: #ffc200;
  letter-spacing: -0.5px;
}
.achievement-label {
  font-size: 1rem;
  color: #e0e0e0;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .achievement-banner {
    flex-direction: column;
    text-align: center;
    padding: 22px 20px;
    border-left: none;
    border-top: 4px solid #ffc200;
  }
  .achievement-number { font-size: 1.6rem; }
}
