body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.custom-navbar .nav-link:hover {
    background-color: #ff33cc;
    color: white;
    border-radius: 20px;
}

.btn-primary {
    background-color: #ff33cc;
    border: none;
    font-size: 20px;
    padding: 10px 20px;
    /* border-radius: 50px; */
}

.btn-primary:hover {
    background-color: #e60099;
}

.border-primary {
    border-color: #ff33cc !important;
}

.btn-primary-one {
    border-color: #ff33cc;
    background-color: #ff33cc;
    padding: 10px;
    border: 10px;
}

.btn-primary-one a {
    text-decoration: none;
    color: #ffffff;
}

.text-primary {
    color: #ff33cc !important;
}

.image img {
    width: 65%;
}

.container-two {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.carousel-caption {
    top: 20%;
    transform: translateY(-20%);
    bottom: auto;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.Hello {
    margin-top: 200px;
    margin-bottom: 200px;
    font-size: 54px;
    margin-left: 30px;
}

.Hello {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #ff00bb 0%,
            #f211ba 29%,
            #ff1361 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    /* text-fill-color: transparent; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.image-one {
    margin-right: 50px;
}

.section-title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.highlight {
    color: #ff33cc;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    width: 4px;
    background: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0;
    position: relative;
}

.timeline-content {
    width: 45%;
    font-size: 22px;
    padding: 0 20px;
}

.timeline-marker {
    width: 30px;
    height: 30px;
    background-color: #ff00ff;
    border-radius: 50%;
    border: 6px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease-in-out;
}

.timeline-marker:hover {
    transform: translateX(-50%) scale(1.3);
}

.timeline-marker.dark {
    background-color: #000;
}

.fw-bold {
    font-size: 24px;
    font-weight: bold;
}

.text-muted {
    color: #6c757d;
    font-size: 20px;
}

.text-primary {
    color: #ff33cc !important;
}

.bg-primary-subtle {
    background-color: #ff33cc7a !important;
    margin-left: 13%;
}

.btn {
    border-color: black;
}

.btn:hover {
    border-color: transparent;
    background-color: #ff33cc;
}

.text-primary {
    color: #ff33cc !important;
}

.text-highlight {
    color: #ff33cc;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.portfolio-img:hover {
    transition-delay: 0.2s;
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba #ff33cc(255, 255, 255, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba #ff33cc(255, 255, 255, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba #ff33cc(255, 255, 255, 0.75);
    border-radius: 5px;
    cursor: pointer;
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


/* Box Form Animation start */

.box {
    margin: 5%;
    margin-left: 40%;
    position: relative;
    width: 380px;
    height: 450px;
    background: #1c1c1c;
    border-radius: 10px;
    overflow: hidden;
}

.box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 400px;
    background: linear-gradient(0deg, transparent, transparent, #00eeff, #00eeff, #00eeff);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
}

.box::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 400px;
    background: linear-gradient(0deg, transparent, transparent, #00eeff, #00eeff, #00eeff);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -3s;
}

.border-line {
    position: absolute;
    top: 0;
    inset: 0;
}

.border-line::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 400px;
    background: linear-gradient(0deg, transparent, transparent, #ff00bb, #ff00bb, #ff00bb);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -1.5s;
}

.border-line::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 400px;
    background: linear-gradient(0deg, transparent, transparent, #ff00bb, #ff00bb, #ff00bb);
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay: -4.5s;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box form {
    position: absolute;
    inset: 4px;
    background: #222;
    padding: 50px 40px;
    border-radius: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

/* .box form h2{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
} */

.box form h2 .Purple {
    color: #ff00bb;
}

.input-box {
    position: relative;
    width: 300px;
    margin-top: 20px;
}

.input-box input {
    position: relative;
    width: 100%;
    padding: 20px 10px 10px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #23242a;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.5s;
    z-index: 10;
}

.input-box span {
    position: absolute;
    left: 0;
    padding: 20px 0px 10px;
    pointer-events: none;
    color: #8f8f8f;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.5s;
    z-index: 10;
}

.input-box input:valid~span,
.input-box input:focus~span {
    color: #fff;
    font-size: 12px;
    transform: translateY(-34px);
}

.input-box i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
    pointer-events: none;
}

.input-box input:valid~i,
.input-box input:focus~i {
    height: 44px;
}

.imp-links {
    display: flex;
    justify-content: space-between;
}

.imp-links a {
    color: #ececec;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.imp-links a:hover {
    color: #fff;
}

.btn {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    cursor: pointer;
}

.btn:active {
    opacity: 0.8;
}


/* Box Form Animation end */


/* Footer starts */

.footer {
    padding: 60px 0;
}

.footer h5,
.footer h6 {
    font-weight: bold;
    margin-bottom: 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    margin-right: 12px;
    font-size: 20px;
}

.purple {
    color: #ff33cc;
}

.footer .email-subscribe {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer .email-subscribe input {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: none;
    outline: none;
}

.footer .email-subscribe button {
    background: #ff33cc;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
}

.footer .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    margin-top: 30px;
}


/* media query start */

@media (max-width: 1024px) {
    .box {
        margin-left: 250px;
    }
}

@media (max-width: 715px) {

    .one-parra {
        font-size: 18px;
    }

    .box {
        margin-left: 180px;
    }

    .main-head {
        font-size: 28px;
    }

    .image img {
        margin-left: 60px;
    }

    .whole {
        margin-top: -60px;
    }
}

@media (max-width: 768px) {
    .parra h3 {
        display: none;
    }
}

@media (max-width: 570px) {

    .one-parra {
        font-size: 16px;
    }

    .one-head {
        font-size: 16px;
    }

    .box {
        margin-left: 90px;
    }
}

@media (max-width: 460px) {
    .box {
        margin-left: 40px;
    }
}

@media (max-width: 425px) {
    .box {
      width: 90%;
      height: auto;
      margin: 40px auto;
      padding: 0;
      position: static;
      overflow: visible;
    }
  
    .box::before,
    .box::after,
    .border-line::before,
    .border-line::after {
      display: none; /* Hide animated lines for performance and space */
    }
  
    .box form {
      position: relative;
      inset: 0;
      padding: 20px;
      border-radius: 10px;
      background: #222;
      display: flex;
      flex-direction: column;
      z-index: 1;
    }
  
    .box form h2 {
      font-size: 18px;
      text-align: center;
      line-height: 1.4;
      margin-bottom: 15px;
    }
  
    .input-box {
      width: 100%;
      margin-top: 15px;
    }
  
    .input-box input {
      padding: 14px 10px 8px;
      font-size: 14px;
    }
  
    .input-box span {
      font-size: 14px;
      padding: 14px 0px 8px;
    }
  
    .btn {
      width: 100%;
      font-size: 14px;
      margin-top: 20px;
      padding: 10px;
    }
  }
  




/* media query end */






.card {
    color: rgb(240, 218, 218);
    background: rgba(255, 255, 255, 0.085);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.129);
}

.card:hover {
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.129);
}

.card img {
    opacity: 85%;
}

.card:hover img {
    opacity: 100%;
}