@font-face {
    font-family: 'Helvetica';
    src: url('../font/helvetica/helvetica-light.ttf') format('ttf'),
        url('../font/helvetica/helvetica-light.ttf') format('truetype');

}

.logo-w {
    width: 29px;
}

body {
    font-family: 'Helvetica';
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
    height: 100vh;
}
.cursor {
    pointer-events: none;
    position: fixed;
    display: block;
    border-radius: 0;
    mix-blend-mode: difference;
    top: 0;
    left: 0;
    z-index: 9999999999999999;  
  }
  
  .circle {
      position: absolute;
      display: block;
      width: 26px;
      height: 26px;
      border-radius: 20px;
      background-color: #fff;
  }
.top-bar {
    background-color: #75FB4C;
    height: 17px;
    font-size: 10px;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    padding: 0px;
}

.top-bar a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.top-bar a:hover {
    text-decoration: underline;
}

.navbar-nav {
    flex-direction: row;
    gap: 15px;
}

.header-style {
    min-height: 98vh;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.header-b-img {
    width: 190px;
    height: auto;
}

#reel-video {
    position: relative;
    width: 100%;
    height: auto;
    background-color: black;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    display: flex;
}

.play-overlay::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: black;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 12px;
    flex-shrink: 0;

}

.text1 {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.6;
    word-spacing: normal;
    margin-bottom: 0;
    text-transform: uppercase;

}

.text2 {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.6;
    word-spacing: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.projects-section {
    padding: 40px 0;
}

.project-card {
    width: 100%;
    min-height: 574px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    border-bottom: 1px solid #000;
}

/* Project Image */
.project-image {
    height: auto;
    overflow: hidden;
    background-color: #f7f7f7;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-content {
    padding: 16px 0;
    text-align: left;
}

.project-tags {
    font-size: 12px;
    color: #000;
    margin-bottom: 8px;
}

.project-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}

.see-all-projects-btn {
    font-size: 16px;
    color: #000;
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: Helvetica, sans-serif;
    box-shadow: 0px 1px 9.6px -2px rgba(0, 0, 0, 0.26), inset 0px 0px 1.8px rgba(0, 0, 0, 0.25);
    border-radius: 47px;

}

.see-all-projects-btn:hover {
    background-color: #000;
    color: #fff;
}

.featured-work-heading {
    font-size: 6rem;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin: 20px 0;
    line-height: 1.2;
}


.area-of-expertise {
    background-color: #1F2EF1;
    color: #fff;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.expertise-heading {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}

.expertise-card {
    height: 425px;
    width: 100%;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: left;
}

.expertise-card .card-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 32px;
    line-height: 26px;
}

.expertise-card .card-list {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}

.expertise-card .card-list li {
    line-height: 2;
    border-bottom: 2px dotted #000;
    font-family: 'Helvetica';

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 0;
}

.expertise-card .card-title-bottom {
    transform: translateX(0%) rotate(180deg);

    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 32px;
    line-height: 26px;
}

.custom-footer {
    padding: 0;
    background-color: #fff;
    color: #000;
    font-family: Arial, sans-serif;
}

.footer-heading img {
    max-width: 50%;
    height: auto;
    margin-bottom: 40px;
}

.social-item img {
    width: 120px;
    height: auto;
}

.footer-contact {
    text-align: left;
}

.contact-label {
    font-size: 14px;
    font-style: italic;
    color: #555;
    display: block;
}

.contact-info {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* work me talents meta verse */
.para-3 {
    font-size: 1rem;
    color: black;
    font-weight: 500;
    font-family: 'Helvetica';
}

.video-wrapper-metaverse {
    position: relative;
    width: 100%;
    overflow: hidden;
    
}

.video-metaverse {
    width: 100%;
    height: auto;
    
}

.play-overlay-metaverse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.play-overlay-metaverse::after {
    content: '▶';
    color: white;
    font-size: 32px;
}

.video-gallery-section {
    padding: 40px 20px;
    background-color: #fff;
}

.video-card {
    position: relative;
    overflow: hidden;
    
}

.video-wrapper-gallery {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    
    background-color: #000;
}

.video-gallery {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-overlay-gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play-overlay-gallery::after {
    content: '▶';
    font-size: 32px;
    color: #fff;
}

@media (max-width: 768px) {
    .video-wrapper-gallery {
        aspect-ratio: 16 / 9;
    }
}


.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #000;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.footer-bottom a {
    text-decoration: none;
    color: #000;
    font-style: italic;
}


@media (max-width: 992px) {
    .project-card {
        height: auto;
    }

    /* .project-image {
        height: 574px;
    } */

    .featured-work-heading {
        font-size: 4.5rem;
    }

    .expertise-card .expertise-heading {
        font-size: 2rem;
    }

    .expertise-card .expertise-card {
        height: auto;
    }
}

@media (max-width: 768px) {

    .featured-work-heading {
        font-size: 3rem;
    }

    .navbar-nav {
        justify-content: center;
    }

    .bullet {
        width: 8px;
        height: 8px;
        margin-top: 3px;
    }

    .text1 {
        display: inline-block;
        font-size: 1rem;
        line-height: 1.6;
        word-spacing: normal;
        margin-bottom: 0;

    }

    .text2 {
        display: inline-block;
        font-size: .8rem;
        line-height: 1.6;
        word-spacing: normal;
        margin-bottom: 0;
    }

    .expertise-card .expertise-heading {
        font-size: 1.8rem;
    }

    .expertise-card .card-title-bottom {
        font-size: 16px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    /* .project-image {
        height: 574px;
    } */

    .project-title {
        font-size: 18px;
    }

    .project-tags {
        font-size: 12px;
    }

    .see-all-projects-btn {
        font-size: 14px;
    }

    .featured-work-heading {
        font-size: 2.25rem;
    }

    .expertise-card .expertise-heading {
        font-size: 1.5rem;
    }

    .expertise-card .card-title {
        font-size: 16px;
    }

    .expertise-card .card-list li {
        font-size: 12px;
    }

    .expertise-card .card-title-bottom {
        font-size: 14px;
    }
}