/* utilities */

.container-fluid{
      height:100%;
}
.cursor-pointer {
  cursor: pointer;
}
.row.gx-6 {
  --bs-gutter-x: 6rem;
}

.arrow-wrapper {
  position: relative;
}

.arrow-hover {
  display: none;
}

.thumbnail:hover .arrow-default {
  display: none;
}

.thumbnail:hover .arrow-hover {
  display: inline;
}
.caption-showcase h3 span {
  font-size: 20px;
  font-weight: 400;
}
.thumbnail:hover .caption-showcase h3 span {
  color: white !important;
}
.thumbnail-showcase a {
  text-decoration: none;
}
.mfp-container {
  background: white !important;
}
.mfp-arrow-right::after {
  border-left: 17px solid black;
}
.mfp-arrow-left::after {
  border-right: 17px solid black;
}
.mfp-counter {
  color: black !important;
}
.mfp-close {
  color: black !important;
  cursor: pointer !important;
}

* {
  scrollbar-width: none !important;
}

/* animations */

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.25;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  75% {
    transform: scale(1.05);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.pulsing-img {
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

/* header */

header {
  height: 80px;
}

.header {
  height: 80px;
}
.header-main-site-link {
  font-size: 20px;
  font-weight: 500;
}

.header-seperator {
  height: 20px;
  width: 1px;
  background-color: #dadadb;
}

/* Theme Toggle */

.toggle-container {
  width: 80px;
  height: 40px;
  margin: 100px auto;
  position: relative;
  cursor: pointer;
}

.toggle-icon {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 4px solid orange;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  box-sizing: border-box;
  transition: 0.3s, border 0.3s;
}

.sun-icon,
.moon-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

.sun-icon {
  background-color: #ffe4b3;
}

.sun-icon-inactive {
  display: none;
}
.moon-icon {
  display: none;
}

.light-mode .toggle-icon .sun-icon {
  opacity: 1;
}

.dark-mode .toggle-icon .moon-icon {
  opacity: 1;
}

/* Hero Section */
.hero-image {
  width: 100%;
}
.hero-description {
  text-align: left;
  margin-top: 5%;
}

.hero-description p {
  font-size: 20px;
  font-weight: 500;
}

.hero-container {
  position: relative;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 5%;
  width: 50%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
}

/* Domains */
.domain-container {
  width: 80%;
}

.tile {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  max-width: 420px;
}

.tile.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* .home .tile.revealed:last-child {
  margin-top: 2rem !important;
} */

/* Scroll & Back Button */
.scroll-lower {
  position: absolute;
  left: 50%;
  top: 88%;
}

.back-btn {
  position: absolute;
  left: 45%;
  top: 93%;
  cursor: pointer;
}

/* webapps */
.caption-showcase {
  margin-top: 0% !important;
  background: white !important;
  border-radius: 0px 0px 8px 8px;
}
.caption-showcase h3 span {
  color: black !important;
}

/* Footer */
.reserve {
  background: #04081d;
  height: 110px;
  font-size: 14px;
  font-weight: 500;
  color: #51545f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
}

footer {
  position: relative;
  bottom: -10px;
}

footer .container-fluid {
  background: #131627;
  color: #ffffff;
  height: 188px;
}
footer .container-fluid h6 {
  font-size: 16px;
}

.footer-contact {
  color: #b5aec4;
  font-size: 14px;
}

.footer-text-container {
  text-align: left;
}

.follow {
  text-align: end;
  margin-right: 10%;
}
.desktop-contact {
  display: flex;
}
.responsive-text-contact {
  font-size: 1.75rem;
  margin-left: 50px;
}

.footer-margin {
  margin-right: 12%;
}

/* Image Gallery */

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 20px;
  max-height: none !important;
  margin-top: 50px;
  margin-top: 100px;
}
.lg-outer .lg-thumb-item.active {
  border: 3px solid #ef7717;
  position: relative;
}

.lg-outer .lg-thumb-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ef7717;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}

.lg-outer .lg-thumb-item:hover {
  border: 3px solid #ef7717;
}
.lg-custom-title {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin-top: -38px;
  margin-left: 5%;
}

.lg-outer .lg-video-poster {
  margin-top: 10px;
  max-width: 100% !important;
}

.lg-sub-html {
  display: none !important;
}
.lg-image {
  pointer-events: none;
}

.toggle-thumb {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.lg-thumb-item {
  border-radius: 8px !important;
  height: 40px !important;
}

.lg-thumb-outer {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.lg-thumb {
  display: inline-flex !important;
  flex-direction: row !important;
}

.lg-thumb-item {
  margin-right: 5px;
  display: inline-block;
}

/* Optional: hide scrollbar */
.lg-thumb-outer::-webkit-scrollbar {
  display: none;
}

/* Allow vertical scrolling inside the lightbox */

.lg-outer .lg-toggle-thumb {
  background-image: url("../images/icons/thumbnails.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: 9px !important;
}

.lg-outer .lg-toggle-thumb:after {
  content: none !important;
}
.lg-container .lg-img-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 20px;
}

.lg-container .lg-img-wrap img.lg-object {
  height: auto !important;
  width: auto;
  max-width: 100%;
}
.lg-toolbar {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.lg-backdrop {
  background: black !important;
}
.lg-outer .lg-thumb-outer {
  width: 100%;
  max-height: 100px;
  overflow-x: scroll;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

/* Dark mode */

.dark-mode {
  background: #212529 !important;
}
.dark-mode .caption-showcase {
  background: #232d37 !important;
}
.dark-mode .caption-showcase h3 span {
  color: white !important;
}

.dark-mode .hero-description p {
  color: white !important;
}
.dark-mode .header-main-site-link {
  color: white !important;
}

/* Dark Mode */
.dark-mode .navbar {
  background: #212529 !important;
  opacity: 0.9 !important;
  border-radius: 0px !important;
}
.dark-mode .mfp-container {
  background: #232d37 !important;
}
.dark-mode .mfp-arrow-right::after {
  border-left: 17px solid white !important;
}
.dark-mode .mfp-arrow-left::after {
  border-right: 17px solid white !important;
}
.dark-mode .mfp-close {
  color: white !important;
  cursor: pointer !important;
}
.dark-mode .mfp-counter {
  color: white !important;
}
