@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/* 
   CSS RESET
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus,
*:focus-visible {
    outline: none;
}
/* END NORMALIZE CSS */

html,
body {
    box-sizing: border-box;
    scroll-behavior: smooth !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-display: fallback;
    line-height: 1.5;
    color: white;
    overflow-x: hidden;
    overflow-y: auto;
    outline: none;
    padding: 0 !important;
    scroll-padding-top: 100px;
    position: relative;
}

a {
    color: #f29b30;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #a46d29;
}

hr {
    margin: 50px 0;
}

h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: .5;
    color: #f29b30;
}

h3 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 5px;
}

h4 {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.black {
    color: black;
}

.orange {
    color: #f29b30;
}

.white {
    color: white;
}

.img {
    width: 100%;
    height: auto;
}

/* NAVBAR */

.navbar {
    background-color: black;
    border-bottom: 10px solid #f29b30;
    --bs-navbar-padding-y: 0;
}

.navbar-brand img {
    height: 40px;
    margin: 20px 0 20px 16px;
}

.nav-link {
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px 10px 20px !important;
    transition: all 0.35s ease;
}

.nav-link.underline {
    background-color: #f29b30;
}

.nav-link.underline:focus,
.nav-link.underline:hover {
    color: white;
    background-color: #f29b30e4;
}

.nav-link:focus,
.nav-link:hover {
    color: #f29b30;
    transition: color 400ms;
}

.socials {
    font-size: 23px;
    margin: 0;
    display: inline-block;
}

.mobile-menu {
    top: -2px;
    position: relative;
}

.mobile-menu:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1725px;
}

/* SECTIONS MASTER & DIVIDERS */

.section {
    max-width: 1900px;
    padding: 115px;
    margin: auto;
}

.section.modal {
    max-width: 100%;
}

.divider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1);
    height: 39.5vw;
    max-height: 850px;
    max-width: 100%;
    padding-top: 50px !important;
}

.divider1 {
    background-image: url("../images/wp/Catbird-WP-1.webp");
}

.divider2 {
    background-image: url("../images/radio/Movie-Posters-Banner.webp");
}

.divider3 {
    background-image: url("../images/wp/DORA-WP.webp");
}

/* SECTION 1 - MAIN */

#main {
    background-color: rgba(0, 0, 0, .7);
    height: 100vh;
    width: 100vw;
    position: relative;
    padding: 0!important;
    margin: 0!important;
}

.tagline {
    max-width: 850px;
}

.tagline h1 {
    font-size: 80px;
    padding-top: 150px;
}

.subline {
    margin-top: 50px;
    margin-left: 5px;
}

#CTA {
    padding: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    background-color: rgb(0, 0, 0, .4);
    border: rgb(242, 155, 48) 3px solid;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s ease;
}

#CTA:hover {
    background-color: rgb(242, 155, 48, 1);
    color: white;
}

.down-arrow-container {
    display: flex;
    position: absolute;
    justify-content: center;
    bottom: 30px;
}

#down-arrow {
    height: 100px;
}

#video-container {
    position: fixed;
    z-index: -1;
}

#bgVideo {
    z-index: -10000!important;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100vw;
    min-height: 100vh;
    object-fit: cover;
    transform: translateX(calc((100% - 100vw) / 2));
}

/* SECTION 2 - ABOUT */

#about {
    background-color: white;
}

#about .img {
    padding-left: 25px;
    position: relative;
}

/* SECTION 3 - SERVICES */

#services {
    background-color: #1f2126;
}

.arrow {
    transition: left .25s ease-out;
    display: inline-block;
    position: relative;
    bottom: -2px;
    left: 0;
    font-size: 45px;
}

.link-with-arrow {
    position: relative;
    bottom: -13px;
}

.link-with-arrow:hover .arrow,
.link-with-arrow:focus .arrow {
    left: 5px;
}

.services-grid {
    display: flex;
}

.services-img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    transition: all ease .25s;
}

/* SECTION 4 - CLIENTS */

#clients {
    background-color: white;
}

#clients img {
    height: 150px;
    justify-self: center;
}

.logo-container {
    display: grid;
}

/* Animation */
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%)}
}


/* Styling */
.slider {
    height: 150px;
	margin: 80px auto 50px auto;
	overflow: hidden;
	position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	content: "";
	height: 150px;
	position: absolute;
	width: 150px;
	z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 70s linear infinite;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-width: 200%;
    position: absolute;
}

.slider-slide {
    height: 150px;
    padding: 0 40px;
}

/* Pause on Hover */
/* .slider:hover .slide-track{
    animation-play-state: paused;
} */

/* Hover Color Effect */
/* .slider-slide {
    filter: grayscale(100%);
    transition: 300ms all linear;
}

.slider-slide:hover {
    filter: none;
} */

/* .clients-grid {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.clients-grid img {
    width: 100%;
    height: auto;
    padding: 0 20px;
} */

/* SECTION 5 - CONNECT */

#connect {
    background-color: #1f2126;
}

.connect-key-art {
    background-image: url("../images/wp/Silent-Night-WP.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 0;
    width: 100%;
    height: 100%;
    margin-right: 15px;
}

.carousel {
    width: 100%;
    max-width: 700px;
}

.connect-carousel-img {
    width: 100%;
}

.connect-content {
    min-height:400px;
    text-align: center;
    align-items: center;
}

fieldset {
    margin-bottom: 15px;
}

label {
    font-weight: 600;
    padding: 25px 0 9px;
}

#connect label:first-of-type {
    padding-top: 10px;
}

#connect label {
    margin-bottom: 0;
}

.contact-form-input {
    width: 100%;
    max-width: 650px;
    display: block;
}

#connect button {
    background-color: white;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 20px;
    margin-top: 15px;
}

#connect button:hover,
#connect button:focus {
    background-color: #f29b30;
    color: white;
}

.form-elements,
.thankyou_message {
    transition: all ease 1s;
}

.thankyou_message {
    display: none;
    opacity: 0;
    margin-bottom: 250px;
}

.email-gif {
    height: 100px;
    display: block;
}

/* FOOTER */

footer {
    background-color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover,
footer a:focus {
    color: #f29b30;
}

footer img {
    height: 38px;
    margin-top: 50px;
}

.footerCTA {
    max-width: 700px;
    width: 85%;
    margin: auto;
}

#copyright {
    margin: 30px 0 50px;
}

.fancybox__container {
    z-index: 1100;
}

.fancybox__caption {
    font-weight: 600;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.grow-lg:hover,
.grow-lg:active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* BREAKPOINTS */

/* EXTRA EXTRA LARGE - 1400px - 1599px */
@media (max-width: 1599px) {
    html,
    body {
        font-size: 16px;
    }

    #connect p {
        font-size: 20px;
    }

    .connect-content {
        min-height:350px;
    }

    .thankyou_message {
        margin-bottom: 110px;
    }
}

/* EXTRA LARGE | 1200px - 1399px */
@media (max-width: 1399px) {  
    h1 {
        font-size: 50px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 28px;
    }

    .section {
        padding: 91px;
    }
    
    .tagline h1 {
        font-size: 72px;
        padding-top: 180px;
    }

    #CTA {
        font-size: 18px;
    }


    .link-with-arrow {
        bottom: -8px;
    }

    #connect p {
        font-size: 18px;
    }

    /* #connect h1 {
        margin-bottom: 0;
    } */

    #connect h2 {
        font-size: 24px;
    }

    .connect-content {
        min-height: 310px;
    }

    .thankyou_message {
        margin-bottom: 90px;
    }
}

/* LARGE | 992px - 1199px */
@media (max-width: 1199px) {
    h1 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    .tagline {
        max-width: 700px;
    }

    .tagline h1 {
        font-size: 60px;
        padding-top: 185px;
    }

    #about h1 {
        margin-bottom: 20px;
    }

    #CTA {
        font-size: 16px;
    }

    #down-arrow {
        height: 80px;
    }
    
    #about .img {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding: 30px 0 0;
        top: 0;
    }

    .arrow {
        font-size: 40px;
    }

    .link-with-arrow {
        bottom: -6px;
    }

    #connect h1 {
        text-align: center;
        margin-bottom: 20px;
    }

    #connect h2 {
        font-size: 26px;
    }

    .connect-content {
        min-height: 350px;
        margin-bottom: 30px;
    }

    .thankyou_message {
        margin-bottom: 50px;
    }
}

/* MEDIUM | 768px - 991px */
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 20px;
    }

    h4 {
        font-size: 24px;
    }

    #about h1 {
        margin-bottom: 15px;
    }
    
    .nav-link {
        font-size: 13px;
    }

    .section {
        padding: 60px 40px;
    }

    .tagline {
        max-width: 650px;
    }

    .tagline h1 {
        font-size: 54px;
    }

    .arrow {
        font-size: 34px;
    }

    .link-with-arrow {
        bottom: -7px;
    }

    .slider-slide {
        padding: 0 30px;
    }

    .connect-key-art {
        margin-right: 0;
    }
}

/* SMALL | 767px & BELOW */
@media (max-width: 767px) {
    html,
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 18px;
    }

    h4 {
        font-size: 26px;
    }

    hr {
        margin: 40px 0;
    }
    
    .nav-link {
        font-size: 18px;
        padding: 8px 15px 6px 15px !important;
    }

    .socials {
        margin-bottom: 15px;
    }

    .down-arrow-container {
        bottom: 60px;
    }

    .section {
        padding: 40px 40px;
    }

    .tagline {
        max-width: 475px;
    }

    .tagline h1 {
        font-size: 40px;
    }

    .divider h1 {
        font-size: 26px;
    }

    #CTA {
        font-size: 12px;
        padding: 15px;
    }

    #about .img {
        /* padding-top: 20px; */
        display: none;
    }

    .arrow {
        font-size: 32px;
    }

    .link-with-arrow {
        bottom: -2px;
    }

    .slider {
        overflow: visible;
    }

    .slider::before,
    .slider::after {
	    display: none;
    }

    .connect-key-art {
        display: none;
    }

    #connect p {
        font-size: 16px;
    }

    .thankyou_message {
        margin-bottom: 0;
    }
}

/* EXTRA SMALL | 576px & BELOW */
@media (max-width: 576px) {
    hr {
        margin: 30px 0;
    }
    
    .divider h1 {
        font-size: 20px;
    }

    #services .col-8 {
        padding-right: 0;
    }

    .arrow {
        font-size: 26px;
    }

    .link-with-arrow {
        font-size: 12px;
    }

    .slider,
    .slider-slide,
    #clients img {
        height: 100px;
    }

    .slider {
        margin: 50px auto 20px auto;
    }

    .slider-slide {
        padding: 0 20px;
    }
}