.sadt-loader {
  position: fixed;
  inset: 0;
  background: #0a0a0f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  animation: fadeOut 0.6s ease forwards;
  animation-delay: 1.8s; 
}

.sadt-ring {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid#740452;
  border-top-color: #b450ff;
  animation: spin 1.2s linear infinite;
  filter: drop-shadow(0 0 12px #b450ff);
}

.sadt-text {
  margin-top: 18px;
  font-size: 20px;
  font-family: 'AGForeignerBoldItalic', sans-serif;
  color: #e9d4ff;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #b450ff;
  animation: pulse 1.6s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.7; text-shadow: 0 0 10px #b450ff; }
  50% { opacity: 1; text-shadow: 0 0 20px #d691ff; }
}

@keyframes fadeOut {
  to { opacity: 0; visibility: hidden; }
}

.tp-portfolio-showcase-full-subtitle{
color:#740452;
font-size : 90px;
}

/* .tp-word-span{
color:#740452;
} */

.tp-portfolio-wd-thumb {
    position: relative;
}

.tp-portfolio-overlay-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    z-index:30;
}

@media (max-width: 768px) {
    .tp-portfolio-overlay-text {
        font-size: 15px;
        line-height: 1.2;
        white-space: normal;
        max-width: 90%;
        text-align: center;
    }
}

.tp-portfolio-overlay-footer {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    white-space: nowrap;
    z-index: 32;
    pointer-events: none;
}

@media (max-width: 768px) {
    .tp-portfolio-overlay-footer {
        font-size: 7px;
        bottom: 12px;
        max-width: 100%;
        white-space: normal;
        line-height: 1.3;
    }
}

.tp-portfolio-wd-category a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
    padding: 7px 12px;
    transition: 0.3s;
    letter-spacing: 0.4px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: var(--tp-ff-heading);
}

.tp-portfolio-wd-category {
    display: flex;
    gap: 16px;
}

.tp-portfolio-wd-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 20px;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

/* HOVER STATE */
.tp-portfolio-wd-link:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

@media (max-width: 768px) {

    .tp-portfolio-wd-link {
        font-size: 11px;      /* ↓ 3px */
        padding: 4px 11px;    /* ↓ ~3px all around */
        border-radius: 18px;
    }

.tp-portfolio-wd-category a {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    border-radius: 20px;
    padding: 7px 12px;
    transition: 0.3s;
    letter-spacing: 0.4px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: var(--tp-ff-heading);
}
}

.tp-portfolio-wd-item {
    position: relative;
}

.tp-portfolio-wd-content {
    position: absolute;
    top: 102px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 10;
}

.tp-portfolio-wd-content h2 a {
    display: block;
}

/* Center the email horizontally across the screen */
.tp-footer-area .row {
  justify-content: center;
}

.tp-footer-area .col-lg-7 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tp-footer-area .tp-footer-vp-widget {
  width: 100%;
  text-align: center;
}

.tp-footer-area .tp-footer-vp-widget a {
  display: inline-block;
}

.tp-portfolio-wd-category a {
    display: inline-flex;
    align-items: center;      /* vertical centering */
    justify-content: center;  /* horizontal centering */
    text-align: center;
}

.scrollToTop .water {
position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: purple;
    transition: all 0.3s;
    border: 1px solid purple;
}

.scrollToTop .water_wave_back{
right: 0;
    fill: deeppink;
    animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water svg use{
fill:deeppink !important;
}

.scrollToTop .water_wave_back{
fill:deeppink;
}

@media (min-width: 992px) {
    .col-lg-6{
width: 29%;

}
 }

@media (max-width: 768px) {
.tp-portfolio-wd-content{
position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    padding: 8px;
    z-index: 10;
}


.tp-portfolio-wd-content h2 a{
font-size:34x;
}

.tp-portfolio-overlay-text{
font-size:12px;

}
}

@media (max-width: 768px) {
 .tp-ff-inter {

font-size:25px;
}
}

.copyright{
color:white;
z-index:30;
}

@media (min-width: 768px) and (max-width: 1024px) {
.tp-portfolio-overlay-text{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    z-index: 30;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.tp-portfolio-wd-content h2{
font-size:40px;

}
.tp-portfolio-wd-content {
position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    padding: 17px;
    z-index: 10;
}
}

.pt-155{
padding-top: 36px;
}

@media (max-width: 768px) {
.tp-footer-vp-bigtext {
    font-weight: 600;
    font-size: 298px;
    line-height: 50%;
    color: #740452;
}

}