*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: AP Gavel;
  font-weight: 700;
  src: url(/wp-content/themes/twentytwentyfour/assets/fonts/GavelVF.CKlO2c0Q.woff2) format("woff2");
}

@font-face {
  font-family: AP Grotesk;
  font-weight: 500;
  src: url(/wp-content/themes/twentytwentyfour/assets/fonts/APAllPurposeGrotesk-Medium.ByDT9Ph8.woff2) format("woff2");
}

@font-face {
  font-family: 'OutfitVar';
  src: url('/wp-content/themes/twentytwentyfour/assets/fonts/outfit/Outfit-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
}

@font-face {
  font-family: 'HomemadeApple';
  src: url('/wp-content/themes/twentytwentyfour/assets/fonts/Home-made-apple/HomemadeApple-Regular.woff2') format('woff2');
  font-weight: 100;
}

@font-face {
  font-family: 'FontspringDEMOintegralcfheavy';
  src: url('/wp-content/themes/twentytwentyfour/assets/fonts/FontspringDEMO/FontspringDEMOintegralcfheavy.woff2') format('woff2');
}

html {
  display: block;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  background: #000;
  font-family: 'OutfitVar';
  color: red;
}

.wp-site-blocks footer {
  color: #fff;
}

.preloader img {
  content: url("/wp-content/uploads/2026/03/bt-logo_20260323082633-1.gif");
}

header {
  position: fixed;
  z-index: 101;
  width: 100%;
  top: 0;
}

.header {
  transition: all 0.3s ease;
}

.header.scrolled-20 {
  background: rgba(0, 0, 0, 0.75);
}

#page-loader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.5s ease;
}

.text-white {
  color: #fff;
}

#Home-Hero .sow-slider-base .sow-slider-pagination {
  display: none !important;
}

.sow-slider-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
  background-position: top;
}

.sow-slider-image-wrapper h1 {
  text-transform: uppercase;
  font-size: 80px !important;
  line-height: 70px !important;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  font-family: 'FontspringDEMOintegralcfheavy';
  text-shadow: none !important;
}

.blog-slider .sow-slider-image-wrapper img {
  width: auto !important;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-background-element {
  object-fit: cover;
  object-position: center center;
}

.sow-slider-base ul.sow-slider-images {
  z-index: 0;
}

.sow-slider-base:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 5.84%, rgba(0, 0, 0, 0.61) 12.04%, rgba(0, 0, 0, 0.00) 49.99%, rgba(0, 0, 0, 0.76) 88.43%, #000 92.78%);
  z-index: 1;
  display: none;
}

.work-slider .sow-slider-base:before {
  display: none;
}

.more-work-btn {
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 100;
}

#more-work {
  text-decoration: none;
  color: #ff0000;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: AP Gavel;
}
.error404 main {
    padding: 10% 10%;
}
.more-work-btn img {
  max-width: 17px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-120 {
  margin-top: 100px !important;
}

main {
  position: relative;
  z-index: 1;
}

footer {
  width: 100%;
  z-index: 0;
}
@keyframes waveFlow {
  0% {
    background-position: 0% 50%, 100% 50%;
  }
  50% {
    background-position: 50% 30%, 50% 70%;
  }
  100% {
    background-position: 100% 50%, 0% 50%;
  }
}

/* numbers */
#awards-col {
  color: red;
  transition:
    color 0.3s ease,
    text-shadow 0.3s ease,
    transform 0.3s ease;
}
.awards-counts {
	transition: all 0.3s ease;
}
/* glow on hover */
#awards-col .awards-counts:hover {
  text-shadow:
    0 0 5px rgba(255, 0, 0, 0.6),
    0 0 10px rgba(255, 0, 0, 0.6),
    0 0 20px rgba(255, 0, 0, 0.5),
    0 0 40px rgba(255, 0, 0, 0.4),
    0 0 80px rgba(255, 0, 0, 0.3);
}

.footer-top {
  justify-content: center;
}

.footer-top p {
  margin: 0;
}

.footer-logo.is-default-size img {
  width: 70px;
  filter: brightness(0) invert(1);
}

.footer-menu {
  margin-top: 1em;
}

.footer_email a {
  color: #4f4f4f;
  text-decoration: none;
}

.body-copy h2 {
  font-size: 56px;
  text-transform: uppercase;
  line-height: 47px;
  margin: 0;
  font-family: AP Gavel;
  font-family: 'FontspringDEMOintegralcfheavy';
}

.body-copy p {
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 0;
}

.custom-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.align-center {
  align-items: center !important;
}

.pos-rel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100vh;
  padding: 72px 20px 0;
}

.hero-scroll {
  position: relative;
  height: 100vh;
  /* scroll space */
  background: #000;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/03/hero-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background: none;
}

.bg-text {
  position: relative;
  top: 0;
  height: 100vh;
  display: flex;
}

.trophy {
  position: absolute;
  bottom: 0;        /* 👈 anchor to bottom */
  left: 50%;        /* center horizontally */
  transform: translateX(-50%);  /* center align */
  z-index: 3;
}

.trophy img {
  max-height: 90vh;
		display: block;
}

.shop-img {
  /*position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    padding: 10px 0 10px 0;*/
  text-align: right;
}

.shop-img img {
  max-width: 80%;
}

.bigtime-img {
  /*position: absolute;
    top: 53%;
    left: 0;
    transform: translate(0%, -100%);
    z-index: 0;*/
}

.hero-bottom-line {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}

.lion-img {
  position: absolute;
  top: 26%;
  right: 0;
}

.lion-img img {
  max-width: 380px;
  width: 100%;
}

.awards {
  position: absolute;
  z-index: 2;
  opacity: 1;
  will-change: opacity;
  width: 210px;
}

.awards img {
  max-width: 100%;
  display: block;
}

.awards-1 {
  top: 10%;
  left: 4%;
  width: 250px;
}

.awards-2 {
  top: 12%;
  left: 58%;
}

.awards-3 {
  top: 40%;
  left: 20%;
}

.awards-4 {
  top: 33%;
  left: 50%;
}

.awards-5 {
  top: 34%;
  left: 67%;
}

.awards-6 {
  left: 45%;
  top: 52%;
  width: 250px;
}

.awards-7 {
  top: 74%;
  left: 5%;
}

.awards-8 {
  top: 63%;
  left: 21%;
}

.awards-9 {
  top: 62%;
  left: 71%;
}

.awards-10 {
  top: 70%;
  left: 56%;
}

.awards-1,
.awards-2,
.awards-3,
.awards-4,
.awards-5 {
  opacity: 1;
}

.awards-6,
.awards-7,
.awards-8,
.awards-9,
.awards-10 {
  opacity: 1;
}

.project-video-link {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.project-video-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  transition: all 0.3s ease;
}

.project-video-link:hover:before {
  background: rgba(0, 0, 0, 0);
}

.project-video-link video {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.project-logo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 70px;
}

.project-video-link h2 {
  color: #ff0000;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0;
  font-family: AP Gavel;
  font-family: 'FontspringDEMOintegralcfheavy';
  margin-top: 10px;
  letter-spacing: 2px;
}

.sow-slider-base .sow-slide-nav a {
  color: #ff0000 !important;
}

.info-page {
  padding-bottom: 0;
  background: red;
}

.info-page footer {
  color: #000;
}

.info-page .footer-top .wp-block-image img,
.info-page .mobile-footer-logo .wp-block-image img {
  filter: brightness(0);
}

.info-page .custom-logo {
  filter: brightness(0);
}

.info-page .header.scrolled-20 .custom-logo {
  filter: brightness(1);
}

.info-page .header.scrolled-20 a.wp-block-navigation-item__content {
  color: #ff0000 !important;
}

.info-page .home-work-title,
.info-page .footer-top p,
.info-page .footer_email a {
  color: #000 !important;
}

.brands-title-right .home-work-title strong {
  text-transform: none;
  color: #fff;
  bottom: -37px;
  right: -50px;
  left: auto;
  font-size: 36px;
}

.Info h2 {
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100%;
  font-family: 'FontspringDEMOintegralcfheavy';
  margin: 0;
}

.Info h3 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
  font-family: AP Gavel;
  margin: 0;
}

.email-col {
  text-align: right;
}

.social-feed ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 0;
  margin: 0;
}

.social-feed ul a {
  display: block;
}

.social-feed ul a img {
  width: 35px;
  height: 35px;
}

.partners-img img {
  mix-blend-mode: multiply;
  max-width: 45px;
}

.partner-accordion {
  max-width: 100%;
}

.partner-accordion .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}

.partner-accordion .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title span {
  display: block;
  font-size: 40px;
  font-weight: 300;
}

.partner-accordion .sow-accordion-panel-header {
  align-items: flex-start !important;
  padding-left: 16px !important;
}

.partner-accordion .sow-icon-ionicons {
  font-size: 26px;
  opacity: 0.8;
}

.partner-accordion .sow-accordion-panel-content {
  font-size: 24px;
  line-height: 28px;
}

.info-page footer .wp-container-core-group-is-layout-aeb9b024 {
  display: none;
}

.info-page footer .wp-container-core-group-is-layout-9081ba03 {
  padding-top: 60px !important;
}

.partner-gallery .gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-gallery .gallery .gallery-item {
  margin: 0 70px 0 0;
}

.partner-gallery .gallery .gallery-item .gallery-icon {
  width: 100%;
  text-align: center;
}

.partner-gallery .gallery .gallery-item img {
  width: 160px;
  height: auto;
}

.info-page footer .wp-container-core-group-is-layout-9081ba03 .is-layout-flow.wp-block-column-is-layout-flow:first-child {
  margin-top: 1rem;
}

.trophy-gallery,
.video-gallery {
  padding-bottom: 60px;
}

.trophy-gallery .swiper-pagination-bullet {
  background: #D9D9D9;
  border-radius: 0;
  width: 17px;
  height: 2px;
  opacity: 1;
}

.trophy-gallery .swiper-pagination-bullet-active {
  background: #F0281B;
}

.trophySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.video-gallery .swiper-pagination-bullet {
  background: #D9D9D9;
  border-radius: 0;
  width: 100px;
  height: 3px;
  opacity: 1;
}

.video-gallery .swiper-pagination-bullet-active {
  background: #F0281B;
}

.video-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 20;
  bottom: 12px;
  width: 100%;
}

.video-pagination-bar {
  height: 4px;
  width: 100px;
  background: #868686;
  overflow: hidden;
  cursor: pointer;
}

.video-pagination-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #F0281B;
  transition: width 0.1s linear;
}

.sow-sub-headline {
  font-size: 22px;
  display: block;
}

body.privacy-policy {
  padding: 100px 0 500px;
}

body.privacy-policy h1 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 47px;
  margin: 0;
  font-family: AP Gavel;
}

.page-policy {
  color: #ff0000;
}

.page-policy a {
  text-decoration: none;
  color: #ff0000;
}

.home-cate .so-widget-sow-button-grid .sow-buttons-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-cate .so-widget-sow-button .sowb-button {
  background: none;
  border: none;
  color: red !important;
  text-transform: uppercase;
  font-family: 'FontspringDEMOintegralcfheavy';
  font-size: clamp(15px, 1.9vw, 36px);
  padding: 0;
  text-align: center;
  text-shadow: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-cate .so-widget-sow-button .sowb-button:hover {
  background: none !important;
}

.home-cate .so-widget-sow-button .sowb-button:focus {
  outline: none !important;
}

.home-cate .so-widget-sow-button .sowb-button:after {
  content: "";
  position: relative;
  background: red;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: block;
  margin: 0 35px;
  top: 3px;
}

.home-cate .sow-buttons-grid .so-widget-sow-button:last-child .sowb-button::after {
  display: none;
}

.home-work-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 90px;
  font-family: 'FontspringDEMOintegralcfheavy';
  position: relative;
  display: inline-block;
  margin: 0;
}

.home-work-title strong {
  font-family: HomemadeApple;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  bottom: -40px;
  left: -10px;
  font-size: 46px;
  font-weight: 100;
}

.home-work-list {
  flex-direction: column;
}

.See-more-work {
  text-decoration: none;
  text-align: center;
  padding: 4px 12px 14px 10px;
  font-size: 25px;
  cursor: pointer;
  transition: 0.3s ease;
  color: red;
  background: transparent;
  border: 1px solid red;
  text-transform: uppercase;
  font-family: 'FontspringDEMOintegralcfheavy';
  line-height: 100%;
  display: inline-block;
  border-radius: 100px;
  letter-spacing: -3px;
}

.See-more-work:hover {
  background: red;
  border-color: red;
  color: #000;
}

.See-more-work h2 {
  margin: 0;
}

.home-work-list .project-video-link video {
  height: 400px !important;
  object-fit: cover;
  transform: scale(1) !important;
  transition: all 0.3s ease;
}

.home-work-list .project-video-link:hover video {
  transform: scale(1.2) !important;
}

.home-work-list .mt-120 {
  margin-top: 30px !important;
}

.home-work-list .project-video-link h2 {
  display: none;
}

#brand-logos {
  background: red;
  padding: 40px 0;
}

#brand-logos .partner-gallery .gallery {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 10px;
  display: grid;
  place-items: center;
  align-items: center;
}

#brand-logos .partner-gallery .gallery .gallery-item {
  margin: 0;
  width: 70%;
}

#brand-logos .partner-gallery .gallery .gallery-item img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

#brand-logos .home-work-title {
  color: #000;
}

#brand-logos .home-work-title strong {
  text-transform: none;
  color: #fff;
  bottom: -37px;
  right: -20px;
  left: auto;
  font-size: 36px;
}

.blog-slider .sow-slide-nav,
.blog-slider .sow-slider-pagination {
  display: none !important;
}

.awards-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.awards-marquee .gallery {
  display: flex;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
  align-items: center;
  gap: 20px;
}

.awards-marquee .gallery .gallery-item {
  margin: 0;
}

.awards-marquee .gallery img {
  height: 100px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.awards-row {
  color: #fff;
}

.awards-counts {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.awards-counts h2 {
  font-size: 90px;
  line-height: 70%;
  margin-bottom: 22px;
  margin-top: 20px;
}

.awards-counts p {
  font-size: 30px;
  font-weight: 255;
  margin: 50px 0 0;
}

.awards-row .panel-grid-cell {
  border-right: 4px solid red;
}

.awards-row .panel-grid-cell:first-child {
  border-left: 14px solid red;
}

.awards-row .panel-grid-cell:last-child {
  border-right: 14px solid red;
}

.custom-video-card {
  background: #000;
  overflow: hidden;
  transition: .3s ease;
  display: block;
  position: relative;
}

.card-media {
  height: 450px;
}

.card-media.card-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-media video {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.card-body {
  padding: 20px;
  display: none;
}

.card-footer {
  position: absolute;
  display: flex;
  flex-direction: row;
  color: #fff;
  opacity: 0.5;
  font-weight: 250;
  bottom: 10px;
  left: 20px;
  align-items: center;
}
.card-date {
display: none;
}
.total-results-found,
button.filter-button.left-icon.is-disabled {
  display: none !important;
}

.card-tags {
  display: block;
  margin-right: 7px;
}

.card-gallery {
      display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 10px;
    right: 20px;
}

.card-gallery .gallery-thumb {
  display: block;
  margin-right: 15px;
}

.card-gallery img {
  height: 40px;
  display: block;
  max-width: 100%;
  width: 40px;
}

.work-filter {
  max-width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

.work-filter .posts-grid {
  display: block !important;
}

.work-filter .posts-grid .custom-row-wrap {
  display: grid;
  grid-template-columns: 60% 40%;
  width: 100%;
  margin-bottom: 10px;
  column-gap: 10px;
}

.work-filter .posts-grid .custom-row-wrap:nth-child(even) {
  grid-template-columns: 40% 60%;
}

.mobile-img {
  display: none;
}

.form-fields-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  flex-wrap: wrap;
  container-type: inline-size;
}

.contact-form-wrapper .Info h2 {
  font-size: 13.6cqw;
  display: inline-block;
}

.contact-form .form-fields-wrapper .wpcf7-form-control {
  background: #000;
  color: #fff;
  border: none;
  height: 55px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}

.contact-form .form-fields-wrapper .form-group {
  width: 47%;
}

.contact-form .form-fields-wrapper .form-group:last-child {
  width: 100%;
}

.contact-form .form-fields-wrapper textarea.wpcf7-form-control {
  resize: vertical;
  font-family: 'OutfitVar';
  min-height: 160px;
}

.form-fields-wrapper label {
  display: block;
}

.form-fields-wrapper label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.contact-form .wpcf7-not-valid-tip {
  color: #000;
}

.submit-btn {
  text-align: center;
  position: relative;
}

.submit-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
}

.submit-btn p {
  margin: 0;
}

.submit-btn .wpcf7-form-control {
  background: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 50px;
  padding: 3px 10px 15px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 20px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  font-family: 'FontspringDEMOintegralcfheavy';
  letter-spacing: -3px;
}

.wpcf7-response-output {
  color: #000;
}

.submit-btn .wpcf7-form-control:hover {
  background: #000;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fff;
  background: #fff;
  color: #46b450;
  text-align: center;
  font-size: 25px;
  padding: 20px 10px;
  max-width: 38%;
  margin: 2em auto 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
}

footer .custom-container {
  max-width: 650px;
  opacity: 0.7;
}

.info-page footer .custom-container {
  opacity: 1;
}

.footer-social {
  display: flex;
  justify-content: space-evenly;
  margin-top: 12px;
}

.footer-social .footer_email a {
  text-decoration: underline;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header .wp-block-navigation-item {
  padding: 0 0 0 60px;
  font-weight: 500;
}

.top-header .wp-block-navigation-item.current-menu-item,
.top-header .wp-block-navigation-item:hover {
  font-weight: 900;
}

.home .wp-block-navigation .wp-block-navigation-item:first-child {
  font-weight: 900;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #000;
}

.wp-block-navigation__responsive-container-close {
  color: red;
  right: 10px;
  top: 20px;
}

.wp-block-navigation__responsive-dialog {
  padding-top: 50px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0;
  width: 100%;
  color: red;
}

.wp-block-navigation ul {
  width: 100%;
  padding: 0 20px !important;
}

.top-header .wp-block-navigation-item {
  padding: 10px 20px;
  width: 100%;
  border-bottom: 1px solid #393636;
  align-items: flex-start !important;
}

.info-page .wp-block-navigation__responsive-container-open {
  color: #000;
}

#home-banner-heading h2::after,
#home-banner-heading h2::before {
  content: '"';
  font-family: monospace;
}

.ymc-container .filter-default-inner .filter-buttons {
  justify-content: center;
  width: 100%;
  gap: 0;
}

.ymc-container .filter-default-inner .filter-buttons .filter-button,
.ymc-extra-container .filter-default-inner .filter-buttons .filter-button {
  margin: 0;
  position: relative;
}

.ymc-container .filter-default-inner .filter-buttons .filter-button,
.ymc-extra-container .filter-default-inner .filter-buttons .filter-button {
  font-weight: 100;
}

.ymc-container .filter-default-inner .filter-buttons .is-active,
.ymc-extra-container .filter-default-inner .filter-buttons .is-active {
  font-weight: bold;
}

html.has-modal-open {
  overflow: auto;
}

.wp-block-navigation__responsive-container {
  width: 300px;
  left: auto;
}

.wp-block-navigation__responsive-container {
  right: -300px;
  display: flex;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.75) !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
  right: 0;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  color: red;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  height: 44px;
  width: 44px;
}

html.has-modal-open .wp-block-navigation__responsive-container-open {
  opacity: 0;
}

.info-page .wp-block-navigation__responsive-container-open svg {
  color: #000;
}

.info-page .header.scrolled-20 .wp-block-navigation__responsive-container-open svg {
  color: red;
}

.custom-container.new-container {
  max-width: 1850px;
}

.mobile-footer-logo {
  display: none;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1300px) {
  .custom-container.pos-rel {
    max-width: 1000px;
  }
}

@media (min-width: 1900px) {
  .custom-container {
    max-width: 1550px;
  }
}

@media (min-width: 2000px) {
  .custom-container {
    max-width: 1550px;
  }

  .home-cate .so-widget-sow-button .sowb-button {
    font-size: 1.6vw;
  }

  .home-cate .so-widget-sow-button .sowb-button:after {
    margin: 0 56px;
    top: 5px;
  }
}

@media (min-width: 2200px) {
  .home-cate .so-widget-sow-button .sowb-button {
    font-size: 1.6vw;
  }

  .home-cate .so-widget-sow-button .sowb-button:after {
    margin: 0 35px;
    top: 3px;
  }
}

@media (max-width: 1440px) {
  .Info h2 {
    font-size: 180px;
  }
}

@media (max-width: 1024px) {
  .home-cate .so-widget-sow-button .sowb-button:after {
    margin: 0 40px;
  }

  .Info h2 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .Info h2 {
    font-size: 44px;
  }

  .partner-accordion {
    max-width: 100%;
  }

  .sow-slider-image-wrapper h1 {
    font-size: 40px !important;
    line-height: 40px !important;
    max-width: 100%;
  }

  #more-work {
    font-size: 16px;
  }

  .more-work-btn img {
    max-width: 12px;
  }

  .body-copy h2 {
    font-size: 40px;
    line-height: 40px;
  }

  #pl-5550 .panel-grid .panel-grid-cell-empty,
  #pg-5550-0>.panel-row-style {
    display: none;
  }

  .work-filter .filter-default-inner .filter-buttons {
    margin-bottom: 0;
    gap: 0 20px;
  }

  .work-filter .filter-default-inner .filter-button {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
  }

  .ymc-container .filter-default-inner .filter-buttons .filter-button::before,
  .ymc-extra-container .filter-default-inner .filter-buttons .filter-button:before {
    font-size: 20px;
  }

  .card-media {
    height: 200px;
  }

  .card-footer {
    font-size: 13px;
  }

  .card-media video {
    height: 200px;
  }

  .card-gallery .gallery-thumb {
    margin-right: 5px;
  }

  .card-gallery img {
    height: 30px;
    width: 30px;
  }

  .home-cate .so-widget-sow-button .sowb-button:after {
    margin: 0 34px;
    width: 10px;
    height: 10px;
  }

  .home-work-title {
    font-size: 70px;
  }

  .home-work-title strong {
    font-size: 40px;
    bottom: -40px;
  }

  .project-logo {
    width: 100px;
  }

  #brand-logos .home-work-title strong {
    bottom: -20px;
    font-size: 24px;
  }

  #brand-logos .partner-gallery .gallery .gallery-item {
    width: 60%;
  }

  .body-copy p {
    font-size: 17px;
  }

  .awards-row {
    flex-direction: row !important;
  }

  .awards-counts h2 {
    font-size: 40px;
  }

  .awards-counts p {
    font-size: 16px;
    margin: 30px 0 0;
  }

  .awards-marquee .gallery {
    gap: 0;
  }

  .awards-marquee .gallery img {
    height: 90px;
  }

  .awards {
    width: 130px !important;
  }

  .trophy img {
    max-height: 50vh;
  }
}

@media (max-width: 767px) {
  .partner-accordion {
    max-width: 100%;
  }

  .custom-container {
    max-width: 100%;
    width: 100%;
  }

  .body-copy h2 {
    font-size: 27px;
    line-height: 27px;
  }

  .project-video-link h2 {
    font-size: 21px;
    line-height: 22px;
  }

  .project-video-link {
    padding: 0;
  }

  .sow-slider-image-wrapper h1 {
    font-size: 20px !important;
    line-height: 25px !important;
    max-width: 100%;
  }

  .more-work-btn {
    bottom: 40px;
  }

  #more-work {
    font-size: 20px;
  }

  .trophySwiper .swiper-slide .gallery-icon,
  .email-col,
  .Info {
    text-align: center;
  }

  .form-fields-wrapper label {
    text-align: left;
  }

  .contact-form-wrapper .Info h2 {
    margin: 70px 0 40px;
  }

  .Info h2 {
    font-size: 40px;
  }

  .partner-accordion .sow-accordion-panel-header {
    align-items: flex-start !important;
    padding: 0 0px 10px 0 !important;
  }

  .brands-title-right .home-work-title strong {
    bottom: -17px;
    font-size: 16px;
  }

  .form-fields-wrapper {
    gap: 10px;
    flex-direction: column;
  }

  .form-fields-wrapper p {
    margin: 0;
  }

  .social-feed ul {
    gap: 20px;
  }

  .social-feed ul a img {
    width: 25px;
    height: 25px;
  }

  .Info h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .partner-accordion .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
    font-size: 20px;
    line-height: 27px;
  }

  .partner-accordion .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title span {
    font-size: 18px;
  }

  .partner-accordion .sow-accordion-panel-content {
    font-size: 18px;
    line-height: 21px;
  }

  .partner-accordion .sow-icon-ionicons {
    font-size: 20px;
  }

  .partner-gallery .gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .partner-gallery .gallery .gallery-item {
    margin: 0;
  }

  .partner-gallery .gallery .gallery-item img {
    width: 70px;
  }

  .mt-120 {
    margin-top: 0px !important;
  }

  .Middle-East {
    max-width: 150px;
    height: auto;
  }

  .trophySwiper .swiper-slide img {
    max-width: 100%;
    height: auto;
  }

  .trophy-gallery,
  .video-gallery {
    padding-bottom: 30px;
  }

  .trophySwiper .swiper-slide img {
    width: 50%;
  }

  .home-cate .so-widget-sow-button-grid .sow-buttons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px 0;
  }

  .home-cate .so-widget-sow-button .sowb-button {
    font-size: 27px;
  }

  .home-cate .so-widget-sow-button .sowb-button:after {
    margin: 0 10px;
    width: 10px;
    height: 10px;
  }

  #work-section .panel-layout .panel-grid {
    flex-direction: row !important;
    text-align: center;
  }

  .body-copy p {
    font-size: 15px;
    font-weight: 200;
    line-height: 118%;
    text-align: -webkit-left;
  }
  #work-section .panel-layout .inner-col .panel-grid-cell:first-child {
    width: 10%;
    margin-bottom: 20px;
  }

  #work-section .panel-layout .inner-col .panel-grid-cell:last-child {
    width: 85%;
  }

  #work-section .panel-layout .inner-col .panel-grid-cell img {
    width: 50px !important;
    margin: 0 auto;
    display: block;
  }

  #work-section .panel-layout #pgc-w69ef3215e9ea1-0-1 .body-copy p {
    text-align: -webkit-right;
  }

  .awards-row .panel-grid-cell {
    border-width: 1px;
    margin: 0 0 !important;
    width: 33.33%!important;
    padding: 0 !important;
  }

  #awards-col .panel-grid-cell:nth-child(-n+3) {
    margin-bottom: 50px !important;
  }

  #awards-col {
    border-right: 10px solid red;
    border-left: 10px solid red;
    padding: 0 !important;
    margin: 50px 0px;
  }

  .awards-row .panel-grid-cell:first-child {
    border-left-color: transparent;
  }

  .awards-row .panel-grid-cell:last-child {
    border-right-color: transparent;
  }

  .awards-row .panel-grid-cell:nth-child(3) {
    border-right-color: transparent;
  }

  .awards-row .panel-grid-cell:nth-child(4) {
    border-left-color: transparent;
  }

  .home-work-title {
    font-size: 40px;
  }

  .home-work-title strong {
    font-size: 25px;
    bottom: -30px;
  }

  #brand-logos .home-work-title strong {
    bottom: -17px;
    font-size: 16px;
  }

  #brand-logos .partner-gallery .gallery {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 20px 5px;
  }

  #brand-logos .partner-gallery .gallery .gallery-item {
    width: 100%;
  }

  .awards-row {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }

  .blog-slider .sow-slider-image-wrapper img {
    width: 100px !important;
  }
		.home-work-list {
				padding-top: 40px;
		}
  .home-work-list .mt-120 {
    margin-top: 0px !important;
  }

  .awards {
    width: 95px !important;
  }

  .awards-1 {
    top: 16%;
  }

  .lion-img {
    top: 44%;
  }

  .lion-img img {
    max-width: 35vw;
  }

  .trophy {
    left: 24%;
  }

  .trophy img {
    max-height: 40vh;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  .welcome-img {
    width: 50%;
  }

  lottie-player {
    width: 100px !important;
    height: 100px !important;
  }

  .wp-block-navigation__responsive-container {
    width: 250px;
  }

  footer .custom-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
    padding: 10px 10px;
    max-width: 100%;
  }

  .contact-form .form-fields-wrapper .form-group {
    width: 100%;
  }

  footer {
    text-align: center;
  }

  .See-more-work {
    padding: 3px 10px 9px 7px;
    font-size: 15px;
    letter-spacing: -1px;
  }

  .awards-counts {
    font-size: 30px;
  }

  .awards-counts h2 {
    font-size: 90px;
  }

  .awards-marquee .gallery img {
    height: 70PX;
  }

  .hide-on-phone {
    display: none;
  }

  .mobile-footer-logo {
    display: flex;
  }

  .footer-top p {
    font-size: 17px !important;
  }

  .submit-btn .wpcf7-form-control {
    font-size: 35px;
    padding: 3px 10px 13px;
    line-height: 20px;
    letter-spacing: -2px;
  }

  .work-filter .filter-default-inner .filter-buttons {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .ymc-container .filter-default-inner .filter-buttons .filter-button,
  .ymc-extra-container .filter-default-inner .filter-buttons .filter-button {
    letter-spacing: 0;
    text-transform: capitalize;
    display: block;
    min-width: auto;
  }

  .ymc-container .filter-default-inner .filter-buttons .filter-button,
  .ymc-extra-container .filter-default-inner .filter-buttons .filter-button {
    font-weight: 200;
  }
}

@media (max-width: 599px) {
  .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #000;
  }

  .wp-block-navigation__responsive-container-close {
    color: red;
    right: 10px;
    top: 20px;
  }

  .wp-block-navigation__responsive-dialog {
    padding-top: 50px;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 0;
    width: 100%;
  }

  .wp-block-navigation ul {
    width: 100%;
    padding: 0 20px !important;
  }

  .top-header .wp-block-navigation-item {
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #393636;
  }

  .top-header .wp-block-navigation .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    font-size: 25px;
    color: #f0281b !important;
  }

  .work-filter .posts-grid .custom-row-wrap,
  .work-filter .posts-grid .custom-row-wrap:nth-child(even) {
    grid-template-columns: 100%;
    row-gap: 10px;
  }

  .work-filter .filter-default-inner .filter-button {
    padding: 0 !important;
    font-size: 16px !important;
  }

  .trophy {
    left: 44%;
  }

  .footer-top p {
    margin: 10px 0 0;
  }

  .awards-counts {
    font-size: 20px;
  }

  .awards-counts h2 {
    font-size: 60px;
  }

  .body-copy p {
    font-size: 11px;
    font-weight: 200;
    line-height: 110%;
    text-align: -webkit-left;
  }

  #work-section .panel-layout .inner-col .panel-grid-cell:first-child{
    width: 15%;
    margin-bottom: 20px;
  }

  #work-section .panel-layout .inner-col .panel-grid-cell:last-child {
    width: 75%;
  }

  #work-section .panel-layout .inner-col .panel-grid-cell img {
    width: 50px !important;
    margin: 0 auto;
    display: block;
  }

  .body-copy h2 {
    font-size: 18px;
    line-height: 21px;
  }

  .home-cate .so-widget-sow-button .sowb-button {
    font-size: 21px;
  }

  .home-cate .so-widget-sow-button .sowb-button:after {
    margin: 0 22px;
    width: 10px;
    height: 10px;
  }

  .footer-top p.address,
  .footer-top p {
    font-size: 14px !important;
  }
}

@media (max-width: 500px) {
  .work-filter .filter-default-inner .filter-button {
    font-size: 15px !important;
  }
}

@media (max-width: 410px) {
  .work-filter .filter-default-inner .filter-button {
    font-size: 12px !important;
  }

  .footer-top p.address,
  .footer-top p {
    font-size: 13px !important;
  }

  .trophy {
    left: 50%;
  }

  #work-section .panel-layout .inner-col .panel-grid-cell:first-child {
    width: 25%;
  }

  #work-section .panel-layout .inner-col .panel-grid-cell:last-child {
    width: 75%;
  }

  .home-cate .so-widget-sow-button .sowb-button {
    font-size: 12px;
  }

  .home-cate .so-widget-sow-button .sowb-button:after {
    margin: 0 10px;
    width: 6px;
    height: 6px;
  }

  .awards-counts {
    font-size: 14px;
  }

  .awards-counts h2 {
    font-size: 40px;
  }
}