.hp-jumbotron {
    margin-bottom: 10%;
    position: relative;
    height: 100vh;
    min-height: 800px;
}

.hp-jumbotron .img-container {
    padding-top: 15%;
}
.hp-jumbotron img {
    width: 85%;
    position: relative;
    opacity: 0;
}
.hp-jumbotron .headline-container-wrapper {
    width: 85%;
    margin: auto
}
.hp-jumbotron .headline-container {

    width: 75%;
    color: #ebebeb;
    text-align: right;
}

.hp-jumbotron .headline-container .headline {
    opacity: 0;
    transform: translateX(-300px);
    font-size: 1.80rem;
}
.hp-jumbotron .headline-container .button-container {
    opacity: 0;
}
/* Arrow & Hover Animation */
#more-arrows {
    width: 75px;
    height: 65px;
}

#more-arrows.init polygon, #more-arrows:hover polygon {
    fill: #FFF;
    transition: all .2s ease-out;
}
#more-arrows.init polygon.arrow-bottom, #more-arrows:hover polygon.arrow-bottom {
    transform: translateY(-18px);
}
#more-arrows.init polygon.arrow-to, #more-arrows:hover polygon.arrow-top {
    transform: translateY(18px);
}

polygon {
    fill: #FFF;
    transition: all .2s ease-out;
}
polygon.arrow-middle {
    opacity: 0.75;
}
polygon.arrow-top {
    opacity: 0.5
}

#hp-first-container .main-container, #hp-second-container .main-container {
    background-color: rgba(35, 31, 32, 0.95);
}

.hp-img-copy-container {
    width: 95%;
    padding-right: 1rem;
}
.hp-img-copy-container.first-section .copy-container {
    width: 45%;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    box-shadow: 5px 0 9px 0 #111;
    background-color: rgba(0, 0, 0, 0.85);
    font-size: 1.2rem;
}

.hp-img-copy-container.first-section .img-container {
    width: 55%;
    text-align: end;
}
.hp-img-copy-container.first-section .img-container img {
    width: 100%;
}

.hp-video-embed-wrapper {
    width: 95%;
    padding-right: 1rem;
}

.hp-video-embed-wrapper iframe {
    width: 100%;
    aspect-ratio: 1.777;
    /*height: 500px;*/
    box-shadow: 5px 0 9px 0 #111;
    /*width: 100%;*/
    /*height: 56.25vw; !* height:width ratio = 9/16 = .5625  *!*/
    /*max-height: 100vh;*/
    /*max-width: 177.78vh;*/
}
#hp-first-container .second-section {
    width: 95%;
    padding-right: 1rem;
}



#hp-first-container .second-section .content.card-container .card {
    width: 300px;
    height: 300px;
    background-color: #000;
    box-shadow: 5px 0 9px 0 #111;
}

#hp-first-container .second-section .content.card-container .card i {
    font-size: 3rem;
}

#hp-first-container .second-section .content.card-container .card .card-bar {
    font-size: 3rem;
    width: 50px; background-color: #fff; height: 2px;
}
#hp-first-container .third-section {
    width: 95%;
    padding-right: 1rem;
}



.work-container .first-section img {
    max-width: 150px;
    margin: 5px;
}
.work-container .second-section img {
    max-width: 150px;
    margin: 5px;
 }

.work-container .third-section img {
    /*height: 158px;*/
    /*margin: 5px;*/
}
.work-img-container {
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #f0f0f0; !* optional: for a neutral background *!*/
    margin: 15px;
    border-radius: 5px;
}
.work-img-container.big{
    width: 500px;
    height: 500px;
}

.work-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#hp-second-container .first-section .img-container {
    width: 75%;
}

#hp-second-container .second-section .pod-element-group {
    background: #111;
    box-shadow: 5px 0 9px 0 #111;
}

.pod-element .pod-element-inner {
    width: 293px;
    height: 325px;
    transition: all 500ms ease-in-out;
    background:
            linear-gradient(to right, #ed2d31 2px, transparent 2px) 0 0,
            linear-gradient(to left, #ed2d31 2px, transparent 2px) 100% 100%,
            linear-gradient(to bottom,  #ed2d31 2px, transparent 2px) 0 0,
            linear-gradient(to top, #ed2d31 2px, transparent 2px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.pod-element-inner i {
    font-size: 1.75rem;
}
.pod-element-img {
    background-size: cover;
    width: 325px;
    height: 325px;
}

.pod-element:hover .pod-element-inner {
    background-size: 40px 60px;
    transition: all 500ms ease-in-out;
}

#bf-image-pod {
    background-image: url('../media/pod_images/bf-studios/led_stage_7.jpeg');
}

#a3-image-pod {
    background-image: url('../media/pod_images/a3-artists/a3-artists-agency-bug-final.png');
}

.bucket {
    background-color: rgb(0, 0, 0, 0.35);
    margin: 15% 0;
}

.bucket-header-container {
    color: #fff;
    background-color: rgb(237, 45, 49, 0.75 );
    width: fit-content;
    width:-moz-fit-content;
    margin-top: -35px
}
.bucket-header-container h3 {
    margin-bottom: 0!important;
    margin-block-end: 0!important;
}

.bucket-copy-container {
    color: #fff;
    font-size: 1rem;
}

.our-work-outer-wrapper {
    border-radius: 0.2rem;
    box-shadow: 5px 0 9px 0 #111;

 }
.hp-img-copy-container.third-section .our-work-header-container {
    background: rgba(0,0,0, 0.95);
    padding: 15px 125px 35px  125px;
    margin-top: -85px;
    border-radius: 0.2rem;
    box-shadow: 5px 0 9px 0 #111;
}
.our-work-inner {
    width: 100%;
}
.our-work-main-container.original-content {
    background-size: cover;
    background-image: url('../media/our-work-bkgd-top.png');
    margin-top: -33px;
}
.our-work-main-container.branded-content {
    background-size: cover;
    background-image: url('../media/our-work-bkgd-bottom.png');
}
.services-section {
    padding: 40px;
    color: white;
}

.services-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    border-bottom: 3px solid #d4af37;
    padding-bottom: 15px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.star {
    color: #d4af37;
    font-size: 1.5rem;
    border: 2px solid #d4af37;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Prevents star from shrinking */
    line-height: 1; /* Removes extra line spacing */
    font-family: Arial, sans-serif; /* Ensures consistent star rendering */
}

.service-text {
    font-size: 1.1rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1024px) {
    .hp-img-copy-container {
        padding: 0;
        margin: auto;
    }
    .hp-video-embed-wrapper {
        padding: 0;
        margin: auto;
    }

    .hp-img-copy-container.first-section .copy-container {
        width: 65%;

    }
    .hp-img-copy-container.first-section .img-container {
        width: 35%;
    }
    #hp-first-container .second-section {
        width: 100%;
        padding-right: 0;
    }

    #hp-second-container .second-section, #hp-first-container .third-section {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 768px) {

    .main-container-inner .first-section, .main-container-inner .third-section {
        text-align: center;
        flex-direction: column-reverse;
    }

    #hp-first-container .main-container .copy-container {
        width: 100%;
    }
    #hp-first-container .main-container .img-container {
        width: 100%;
    }
    #hp-first-container .hp-img-copy-container.third-section {
        align-items: center;
    }
    #hp-first-container .hp-img-copy-container.third-section .img-container {
        flex-direction: column-reverse;
    }
    #hp-first-container .hp-img-copy-container.third-section .img-container img {
        width: 75%;
        margin: auto;
        min-width: 300px;
    }
    #hp-first-container .main-container .left-copy-container, #hp-first-container .third-section .right-copy-container {
        width: 100%;
        text-align: center!important;
        align-items: center!important;
    }

    #hp-second-container .first-section {
        text-align: center;
        flex-direction: column;
    }
    #hp-second-container .first-section .img-container {
        width: 100%;
    }
    #hp-second-container .first-section .img-container img {
        width: 45%;
        margin: auto;
    }
    #hp-second-container .first-section .btn-container {
        justify-content: center;
    }

    .our-work-main-container.branded-content, .our-work-main-container.original-content {
        align-items: center!important;
        text-align: center;!important;
    }


    .work-container {
        margin: 1rem!important;
    }
    .work-container .first-section{
        margin: 1rem!important;
    }
}




