
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #00000000;
}
  
  #container {
    width: 100%;
    height: 100%;
  }

  #header {
    display: none !important;
  }
  
  body {
    margin: 0;
    overflow: hidden;
    background: #000;
    color: white;
  }
  
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
  transition: opacity 0.5s ease;
}

#progress-container {
  text-align: center;
  width: 80%;
  
}

#progress-text {
  color: white;
  font-size: 5rem;
  margin-bottom: 10px;
}

#progress-bar-container {
  width: 80%;
  height: 10px;
  background: #222;
  border-radius: 5px;
  overflow: hidden;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
  transition: width linear;
}

.fade-out {
  opacity: 0;
  pointer-events: none;
}

.nav-link:hover, .nav-link:focus {
  color:#fff;
}

#about, #blog, #soon, #contact, #terms-and-conditions, #privacy-policy {
  display: none;
}

#popup-content {
  max-height: 70vh;
  overflow-y: auto;
  /* padding-right: 0.5rem; */
  scroll-behavior: smooth;
}

#popup-content::-webkit-scrollbar {
  width: 8px;
}

#popup-content::-webkit-scrollbar-thumb {
  background: #afffff;
  border-radius: 10px;
}

#popup-content::-webkit-scrollbar-thumb:hover {
  filter: brightness(1.2);
}

#popup-content::-webkit-scrollbar-track {
  background: #1a1a1a; 
  border-radius: 10px;
}
.custom-popup,
#popup-content,
.popup-inner,
form {
  box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100%;
}



/* .popup {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  border-radius: 10px;
  z-index: 1000;
  display: none;
} */




/* 
a.corner-link {
  position: absolute;
  background-color: #1c1c1c; 
  color: #ffffff; 
  border: 2px solid #00b3ff; 
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(50% 0%, 90% 30%, 70% 100%, 50% 85%, 30% 100%, 10% 30%);
  box-shadow: 0 0 10px #00b3ff, 0 0 20px #00b3ff;
}

a.corner-link:hover {
  background-color: #00b3ff; 
  color: #1c1c1c; 
  box-shadow: 0 0 15px #00b3ff, 0 0 25px #00b3ff;
  transform: translateY(-5px); 
}

a.corner-link:active {
  background-color: #007acc; 
  color: #ffffff;
  box-shadow: none;
  transform: translateY(2px); 
}
.top-left { top: 10px; left: 10px; }
.top-right { top: 10px; right: 10px; }
.bottom-left { bottom: 10px; left: 10px; }
.bottom-right { bottom: 10px; right: 10px; } */

.interiorpage .corner-link {
  display: none;
}

.interiorpage {
  position: relative;

}

.builder-section-type-article {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.corner-link {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"></path><path fill="currentColor" d="M5 13c0-5.088..."></path></svg>');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px 24px;
  padding-left: 2rem; 
  --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
  --border-width: 0.125em;
  --curve-size: 0.5em;
  --blur: 30px;
  --bg: #080312;
  --color: #afffff;
  color: var(--color);
  cursor: pointer;
  position: absolute;
  isolation: isolate;
  display: inline-grid;
  place-content: center;
  padding: 0.5em 1.5em;
  font-size: 1rem;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
  clip-path: polygon(
    0% var(--curve-size),
    var(--curve-size) 0,
    100% 0,
    100% calc(100% - var(--curve-size)),
    calc(100% - var(--curve-size)) 100%,
    0 100%
  );
  transition: color 250ms;
  min-width: 9rem;
  text-align: center;
}

a.corner-link::after,
a.corner-link::before {
  content: "";
  position: absolute;
  inset: 0;
}

a.corner-link::before {
  background: var(--border-color);
  background-size: 300% 300%;
  animation: move-bg7234 5s ease infinite;
  z-index: -2;
}

@keyframes move-bg7234 {
  0% {
    background-position: 31% 0%;
  }
  50% {
    background-position: 70% 100%;
  }
  100% {
    background-position: 31% 0%;
  }
}

a.corner-link::after {
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(
    var(--border-width) calc(var(--curve-size) + var(--border-width) * 0.5),
    calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width),
    calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)),
    var(--border-width) calc(100% - var(--border-width))
  );
  transition: clip-path 500ms;
}

a.corner-link:hover::after,
a.corner-link:focus::after {
  clip-path: polygon(
    calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)),
    calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width))
  );
  transition: 200ms;
}

a.corner-link:hover,
a.corner-link:focus {
  color: #fff;
}

a.corner-link.top-left {
  margin-top: 0;

}

a.corner-link.bottom-left {
  margin-bottom: 0;
}

a.corner-link.top-right {
  margin-top: 0;
}

a.corner-link.bottom-right {
  margin-bottom: 0;
}


.top-left { top: 10px; left: 10px; }
.top-right { top: 10px; right: 10px; }
.bottom-left { bottom: 10px; left: 10px; }
.bottom-right { bottom: 10px; right: 10px; }


/* #popup-content {
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, .1);
  border: 2px solid hsla(0, 0%, 100%, .2);
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  overflow-x: hidden;
  position: absolute;
  text-shadow: 0 1px 2px #26262b;
  width: 450px;
  z-index: 5;
} */

.custom-popup {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  padding: 2rem;
  background-color: #131313;
  font-size: 1rem;
  min-width: 9rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  --curve-size: 1.5em;
  --border-width: 0.2em;
  --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
  --bg: #080312;
  --color: #afffff;
  color: var(--color);
  clip-path: polygon(
    0% var(--curve-size),
    var(--curve-size) 0,
    100% 0,
    100% calc(100% - var(--curve-size)),
    calc(100% - var(--curve-size)) 100%,
    0 100%
  );
}

.custom-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--border-color);
  z-index: -2;
  clip-path: polygon(
    0% var(--curve-size),
    var(--curve-size) 0,
    100% 0,
    100% calc(100% - var(--curve-size)),
    calc(100% - var(--curve-size)) 100%,
    0 100%
  );
}

.custom-popup::after {
  content: "";
  position: absolute;
  inset: var(--border-width);
  background: var(--bg);
  z-index: -1;
  clip-path: polygon(
    0% calc(var(--curve-size) - var(--border-width)),
    calc(var(--curve-size) - var(--border-width)) 0,
    100% 0,
    100% calc(100% - (var(--curve-size) - var(--border-width))),
    calc(100% - (var(--curve-size) - var(--border-width))) 100%,
    0 100%
  );
  border-radius: calc(var(--curve-size) - var(--border-width)); 
}


.popup-inner {
  position: relative;
  /* padding: 2rem; */
}

.close {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.close:hover {
  transform: rotate(90deg);
}


.close svg path{
  fill: #ffae00;
}

.close:hover svg path{
  fill: #a40675;
}



/* .custom-popup:hover::after {
  clip-path: polygon(
    calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width)) var(--border-width),
    calc(100% - var(--border-width)) calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
    calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)),
    calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width))
  );
  transition: 200ms;
} */


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a073e;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#progress-bar-container {
  width: 80%;
  height: 5px;
  background: rgba(70, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

#progress-bar {
  width: 0;
  height: 100%;
  /* background: #1c1c1c; */

  background: linear-gradient(50deg, #1900f5, #7c09a3, #a40675);
  
  
  transition: width 3s ease;
}


/* .neu-button {
  background-color: #e0e0e0;
  box-shadow: inset 4px 4px 10px #bcbcbc, inset -4px -4px 10px #ffffff;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 18px;
  padding: 20px 40px;
  transition: all 0.2s ease-in-out;
  border: 2px solid rgb(206, 206, 206);
  clip-path: polygon(0% 30%, 10% 50%, 0% 70%, 100% 70%, 90% 50%, 100% 30%);



}

.neu-button:hover {
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}

.neu-button:focus {
  outline: none;
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
} */






.card {
  position: relative;
  background-color: #000 !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -5px;
  margin: auto;
  width: 200px;
  height: 264px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.heading {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.card p:not(.heading) {
  font-size: 14px;
}

.card p:last-child {
  color: #e81cff;
  font-weight: 600;
}

.card:hover::after {
  filter: blur(30px);
}

.card:hover::before {
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

/* contact */

.captcha-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}

.module-form .form-group:last-child {
  /* margin-bottom: 0; */
}

#form-widget-id-4011 {
  margin-bottom: 0;
}

/* about */

#typing-text::after {
  content: '|';
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}