/**
*	Theme Name: 
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo+2:400,500,600";
@font-face {
  font-family: 'Cera Pro Light';
  src: url("CeraPro-Light.eot");
  src: url("CeraPro-Light.eot?#iefix") format("embedded-opentype"), url("CeraPro-Light.woff2") format("woff2"), url("CeraPro-Light.woff") format("woff"), url("CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 26, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 30, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 34, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 41, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 45, sass/style.scss */
.searchform {
  position: relative;
}

/* line 48, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 54, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 62, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 76, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 91, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 95, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 101, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 105, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 112, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 119, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 126, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 136, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

/* line 145, sass/style.scss */
.site-btn {
  display: flex;
  gap: 14px;
}
/* line 148, sass/style.scss */
.site-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--radius) - 4px);
  padding: .75rem 1.75rem;
  font-size: 14px;
  line-height: 1rem;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: .18em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: .5s;
  animation-duration: .5s;
  background: linear-gradient(135deg, #f6d68a, #c9a24a 35%, #8a6a25 65%, #f6d68a);
  background-size: 200% 200%;
  color: #18120a;
  box-shadow: 0 8px 24px -8px #c9a24a8c, inset 0 1px #ffffff59;
  animation: gold-shine 6s ease-in-out infinite;
 text-transform: math-auto; 
}

.site-btn a:hover {
     background: linear-gradient(135deg, #c9a24a, #f6d68a 35%, #8a6a25 65%, #f6d68a);
     color: #18120a;
}

/* line 171, sass/style.scss */
.section-label {
  margin-bottom: 2rem;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #8c8c8c;
}

/* line 182, sass/style.scss */
.site-main-text {
  line-height: 1.625;
  max-width: 36rem;
  font-size: 1rem;
  margin-bottom: 3rem;
  color: #8c8c8c;
}

/* line 191, sass/style.scss */
.site-main-heading {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.025em;
  color: #fff;
}

/* line 202, sass/style.scss */
.site-header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  background: transparent;
}
/* line 212, sass/style.scss */
.site-header.sticky-active {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  padding: 14px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
/* line 218, sass/style.scss */
.site-header.sticky-active .site-logo img {
  max-width: 200px;
}
/* line 222, sass/style.scss */
.site-header.sticky-active .nav-menu a {
  color: #fff;
}
/* line 227, sass/style.scss */
.site-header .row {
  align-items: center;
}
/* line 231, sass/style.scss */
.site-header ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
/* line 240, sass/style.scss */
.site-header .site-logo img {
  max-width: 240px;
  transition: all 0.3s ease;
}
/* line 245, sass/style.scss */
.site-header .nav-menu a {
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: .025em;
  color: #8c8c8c;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: .3s;
  animation-duration: .3s;
}
/* line 256, sass/style.scss */
.site-header .nav-menu a:hover {
  color: #fff;
}
/* line 261, sass/style.scss */
.site-header .site-btn {
  text-align: center;
  justify-content: center;
}
/* line 265, sass/style.scss */
.site-header .site-btn a {
  font-size: 12px;
  text-transform: uppercase;
}

.site-header .site-btn a:hover {
    color: rgb(24, 18, 10);
    box-shadow: rgba(201, 162, 74, 0.55) 0px 8px 24px 2px, rgba(255, 255, 255, 0.35) 0px 1px inset;
    background: linear-gradient(135deg, rgb(246, 214, 138), rgb(201, 162, 74) 35%, rgb(138, 106, 37) 65%, rgb(246, 214, 138)) 0% 0% / 200% 200%;
}

/* line 273, sass/style.scss */
.site-header .nav-menu li {
  position: relative;
}
/* line 276, sass/style.scss */
.site-header .nav-menu li a {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
/* line 281, sass/style.scss */
.site-header .nav-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
/* line 294, sass/style.scss */
.site-header .nav-menu li.active a {
  color: #fff;
}
/* line 297, sass/style.scss */
.site-header .nav-menu li.active a::after {
  width: 100%;
}

/* line 308, sass/style.scss */
.cta-primary, .cta-secondary {
  padding: 17px 28px !important;
  box-shadow: unset;
}

/* line 313, sass/style.scss */
.cta-primary {
  background-color: #fff !important;
  background: #fff !important;
}

.site-btn .cta-primary:hover {
    transform: translateY(-2px) rotate(0deg);
    background: rgb(255 255 255 / 72%) !important;
}

/* line 318, sass/style.scss */
a.cta-secondary {
	
  background-color: transparent !important;
  background: transparent;
  border: 1px solid #292929;
  color: #fff;
  box-shadow: unset;
}

a.cta-secondary:hover {
	 transform: translateY(-2px) rotate(0deg);
   background: linear-gradient(135deg, #1F1F1F, #1F1F1F 35%, #1F1F1F 65%, #1F1F1F);
    color: #fff;
}

/* line 330, sass/style.scss */
.hero-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #292929;
  overflow: hidden;
}
/* line 338, sass/style.scss */
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
/* line 352, sass/style.scss */
.hero-banner h1 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: -.025em;
  font-size: 6rem;
  line-height: 1;
  color: #EBEBEB;
}
/* line 362, sass/style.scss */
.hero-banner h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #D9D9D9;
}
/* line 370, sass/style.scss */
.hero-banner .banner-side-img {
  position: absolute;
  right: 0;
}
/* line 375, sass/style.scss */
.hero-banner .banner-content {
  position: relative;
  z-index: 1;
}
/* line 380, sass/style.scss */
.hero-banner .banner-content-wrapper {
  max-width: 895px;
  margin: auto;
}

/* line 390, sass/style.scss */
.about {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0A0A0A;
  border-bottom: 1px solid #292929;
}
/* line 395, sass/style.scss */
.about ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 48px;
}
/* line 403, sass/style.scss */
.about ul li {
  width: 47%;
  padding-top: 1rem;
  border-top: 1px solid #292929;
}
/* line 408, sass/style.scss */
.about ul li h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: .25rem;
  color: #fff;
}
/* line 419, sass/style.scss */
.about p {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #fff;
}
/* line 426, sass/style.scss */
.about .about-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 433, sass/style.scss */
.about .about-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

/* line 444, sass/style.scss */
.creative {
  padding: 160px 0;
  background-color: #0A0A0A;
  border-bottom: 1px solid #292929;
}
/* line 448, sass/style.scss */
.creative h2.site-main-heading {
  max-width: 700px;
  line-height: 48px;
}
/* line 453, sass/style.scss */
.creative h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: .75rem;
  color: #fff;
}
/* line 461, sass/style.scss */
.creative p {
  font-size: .875rem;
  line-height: 1.625;
  color: #8C8C8C;
}
/* line 468, sass/style.scss */
.creative .creative-content-block {
  padding: 3rem;
  transition: all 0.2s linear;
  height: 100%;
}
/* line 474, sass/style.scss */
.creative .creative-content-block:hover {
  background-color: #121212;
  transition: all 0.2s linear;
}
/* line 480, sass/style.scss */
.creative svg {
  margin-bottom: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  animation-duration: .3s;
  color: #ccc;
}
/* line 490, sass/style.scss */
.creative .row .col-md-6:nth-child(1),
.creative .row .col-md-6:nth-child(2) {
  border-bottom: 1px solid #292929;
}
/* line 495, sass/style.scss */
.creative .row .col-md-6:nth-child(1),
.creative .row .col-md-6:nth-child(3) {
  border-right: 1px solid #292929;
}
/* line 501, sass/style.scss */
.creative .col-md-6 {
  padding: 0;
}

/* line 509, sass/style.scss */
.workflow {
  padding: 160px 0;
  background-color: #0A0A0A;
  border-bottom: 1px solid #292929;
}
/* line 513, sass/style.scss */
.workflow h2.site-main-heading {
  max-width: 646px;
  line-height: 55px;
}
/* line 519, sass/style.scss */
.workflow h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .75rem;
}
/* line 527, sass/style.scss */
.workflow p {
  line-height: 1.625;
  font-size: .875rem;
  color: #8C8C8C;
}
/* line 533, sass/style.scss */
.workflow .num {
  transition: all 0.2s linear;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  border-bottom: 1px solid #292929;
  padding-bottom: 24px;
  color: #8C8C8C;
  opacity: .8;
}
/* line 543, sass/style.scss */
.workflow .num:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
/* line 552, sass/style.scss */
.workflow .workflow-content-block:hover .num {
  opacity: 1;
  transition: all 0.2s linear;
}
/* line 559, sass/style.scss */
.workflow .site-btn {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 64px;
}

/* line 569, sass/style.scss */
.studio {
  padding: 160px 0;
  background-color: #0A0A0A;
  border-bottom: 1px solid #292929;
}
/* line 573, sass/style.scss */
.studio .site-main-text {
  font-size: 18px;
  margin: 0;
}
/* line 578, sass/style.scss */
.studio .row {
  align-items: center;
}

/* line 585, sass/style.scss */
.contact {
  padding: 160px 0;
  background-color: #0A0A0A;
  border-bottom: 1px solid #292929;
}

/* line 593, sass/style.scss */
.custom-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
/* line 598, sass/style.scss */
.custom-contact-form .cf7-field {
  margin-bottom: 22px;
}
/* line 602, sass/style.scss */
.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea {
  width: 100%;
  background: #1f1f1f;
  border: 1px solid #333;
  color: #fff;
  padding: 18px 20px;
  font-size: 16px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 616, sass/style.scss */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #9c9c9c;
  opacity: 1;
}
/* line 622, sass/style.scss */
.custom-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 45px;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
/* line 640, sass/style.scss */
.custom-contact-form select option {
  background: #1f1f1f;
  color: #fff;
}
/* line 646, sass/style.scss */
.custom-contact-form textarea {
  min-height: 140px;
  resize: none;
}
/* line 651, sass/style.scss */
.custom-contact-form .wpcf7-submit {
  width: 100%;
  background: #fff;
  color: #000;
  border: none;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
/* line 662, sass/style.scss */
.custom-contact-form .wpcf7-submit:hover {
    transform: translateY(-2px) rotate(0deg);
    background: rgb(255 255 255 / 72%) !important;
}

/* line 670, sass/style.scss */
.work {
  padding: 160px 0;
  background-color: #0A0A0A;
  border-bottom: 1px solid #292929;
}
/* line 676, sass/style.scss */
.work h2.site-main-heading {
  max-width: 710px;
  line-height: 54px;
}
/* line 681, sass/style.scss */
.work .slick-initialized .slick-slide {
  display: block;
  padding: 23px;
}

/* line 691, sass/style.scss */
.work {
  background: #000;
  overflow: hidden;
  padding: 100px 0;
}
/* line 697, sass/style.scss */
.work .workSlider {
  padding: 0 12%;
}
/* line 701, sass/style.scss */
.work .swiper-slide {
  opacity: .35;
  transition: .4s ease;
  padding: 20px;
}

/* line 707, sass/style.scss */
.work .swiper-slide-active {
  opacity: 1;
}
/* line 711, sass/style.scss */
.work .work-card {
  position: relative;
  overflow: hidden;
/*   height: 760px; */
}
/* line 717, sass/style.scss */
.work .work-card .work-media:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2));
  z-index: 2;
}
/* line 725, sass/style.scss */
.work .work-video,
.work .work-card img {
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* line 732, sass/style.scss */
.work .work-card .work-video {
  display: none;
}
/* line 736, sass/style.scss */
.work .work-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: .3s ease;
}

.work-media {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    padding-bottom: 40%;
}
.work-video {
    display: none;
}

.play-btn {
    position: absolute;
    z-index: 10;
}

.work-card {
    perspective: 1200px;
}

.work-media {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.15s linear;
    will-change: transform;
}

.work-img,
.work-video {
    transition: transform 0.3s ease;
}

.work-card:hover .work-img,
.work-card:hover .work-video {
    transform: scale(1.05);
}

.play-btn,
.stop-btn {
    transform: translateZ(40px);
}

.stop-btn {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: .3s ease;
}

/* line 754, sass/style.scss */
.work .work-card .play-btn svg {
  position: relative;
  left: 2px;
}
/* line 760, sass/style.scss */
.work .work-card .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
/* line 764, sass/style.scss */
.work .work-card .work-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 5;
}
/* line 770, sass/style.scss */
.work .work-card .work-content span {
  display: block;
  color: #d8d8d8;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 779, sass/style.scss */
.work .work-card .work-content h3 {
  color: #fff;
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
/* line 787, sass/style.scss */
.work .work-card .work-content p {
  color: #d1d1d1;
  max-width: 500px;
  margin: 0;
}
/* line 795, sass/style.scss */
.work .swiper-button-next,
.work .swiper-button-prev {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
/* line 804, sass/style.scss */
.work .swiper-button-next::after,
.work .swiper-button-prev::after {
  color: #fff;
  font-size: 18px;
}
.work .slick-list.draggable {
    padding: 0 300px !important;
}

.work .slick-dots {
    position: initial;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
    text-align: center;
}
.work .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}

.work .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background-color: #fff;
    width: 50px;
    height: 5px;
	opacity: .5;
}
.work .slick-dots li.slick-active button {
	opacity: 1;
}
.work .slick-dots li button::before {
	display: none;
}



@media (max-width: 991px) {
  /* line 812, sass/style.scss */
  .work .site-main-heading {
    font-size: 42px;
  }
  /* line 816, sass/style.scss */
  .work .workSlider {
    padding: 0 20px;
  }

  /* line 825, sass/style.scss */
  .work .work-card .work-content h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  /* line 691, sass/style.scss */
  .work {
    padding: 70px 0;
  }
  /* line 836, sass/style.scss */
  .work .site-main-heading {
    font-size: 30px;
  }
  /* line 840, sass/style.scss */
  .work .site-main-text {
    margin-bottom: 40px;
  }
  /* line 844, sass/style.scss */
  .work .workSlider {
    padding: 0 15px;
  }

  /* line 851, sass/style.scss */
  .work .work-card .play-btn {
    width: 70px;
    height: 70px;
  }
  /* line 856, sass/style.scss */
  .work .work-card .work-content {
    left: 20px;
    bottom: 20px;
  }
  /* line 860, sass/style.scss */
  .work .work-card .work-content h3 {
    font-size: 28px;
  }
  /* line 864, sass/style.scss */
  .work .work-card .work-content p {
    font-size: 14px;
  }
  /* line 870, sass/style.scss */
  .work .swiper-button-next,
  .work .swiper-button-prev {
    display: none;
  }
}

/* line 879, sass/style.scss */
.video-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.94);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
}
/* line 894, sass/style.scss */
.video-popup.active {
  opacity: 1;
  visibility: visible;
}
/* line 899, sass/style.scss */
.video-popup .popup-video {
  width: 100%;
  max-width: 1100px;
  max-height: 85vh;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
/* line 908, sass/style.scss */
.video-popup .video-popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


@media (max-width: 767px) {
  /* line 879, sass/style.scss */
  .video-popup {
    padding: 15px;
  }
  /* line 929, sass/style.scss */
  .video-popup .video-popup-close {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
    font-size: 18px;
  }
}

/* line 940, sass/style.scss */
.site-footer {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  color: #f2f2f2;
  padding: 48px 0 28px;
}
/* line 947, sass/style.scss */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.03) 34%, rgba(0, 0, 0, 0) 55%), radial-gradient(circle at 52% 76%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08) 14%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
  filter: blur(2px);
}
/* line 958, sass/style.scss */
.site-footer .container {
  position: relative;
  z-index: 1;
}
/* line 963, sass/style.scss */
.site-footer__top {
  min-height: 220px;
}
/* line 967, sass/style.scss */
.site-footer__brand {
  max-width: 380px;
}
/* line 970, sass/style.scss */
.site-footer__brand-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
/* line 977, sass/style.scss */
.site-footer__brand h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}
/* line 986, sass/style.scss */
.site-footer__brand span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
/* line 995, sass/style.scss */
.site-footer__brand p {
  margin: 0;
  max-width: 310px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.42);
}
/* line 1004, sass/style.scss */
.site-footer__logo {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 42px;
  background: rgba(255, 255, 255, 0.06);
}
/* line 1012, sass/style.scss */
.site-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* line 1020, sass/style.scss */
.site-footer__label {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
/* line 1031, sass/style.scss */
.site-footer__nav ul li + li {
  margin-top: 18px;
}
/* line 1035, sass/style.scss */
.site-footer__nav ul a {
  display: inline-block;
  text-decoration: none;
  color: #f3f3f3;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
/* line 1045, sass/style.scss */
.site-footer__nav ul a:hover {
  opacity: 0.72;
  transform: translateX(2px);
}
/* line 1054, sass/style.scss */
.site-footer__contact p {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.56);
}
/* line 1062, sass/style.scss */
.site-footer__email {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}
/* line 1070, sass/style.scss */
.site-footer__email:hover {
  opacity: 0.8;
  color: #c9a24a;
}
/* line 1075, sass/style.scss */
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 18px;
}
/* line 1080, sass/style.scss */
.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  opacity: 0.72;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
/* line 1089, sass/style.scss */
.site-footer__socials a:hover {
  opacity: 1;
  transform: translateY(-1px);
}
/* line 1095, sass/style.scss */
.site-footer__socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
/* line 1105, sass/style.scss */
.site-footer__newsletter h4 {
  margin: 0 0 30px;
  max-width: 320px;
  letter-spacing: -0.05em;
  color: #f4f4f4;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
/* line 1117, sass/style.scss */
.site-footer__newsletter-form {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 260px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 10px;
}
/* line 1125, sass/style.scss */
.site-footer__newsletter-form input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #f5f5f5;
  font-size: 15px;
  padding: 0;
  box-shadow: none;
}
/* line 1135, sass/style.scss */
.site-footer__newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}
/* line 1140, sass/style.scss */
.site-footer__newsletter-form button {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #f5f5f5;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 26px;
  padding: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
/* line 1153, sass/style.scss */
.site-footer__newsletter-form button:hover {
  transform: translateX(2px);
  opacity: 0.85;
}
/* line 1160, sass/style.scss */
.site-footer__center-title {
  padding: 74px 0 64px;
}
/* line 1163, sass/style.scss */
.site-footer__center-title h2 {
  margin: 0;
  font-size: clamp(64px, 11vw, 211px);
  color: #f2f2f2;
  white-space: nowrap;
  letter-spacing: -.04em;
  line-height: .85;
  font-weight: 900;
}
/* line 1174, sass/style.scss */
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/* line 1182, sass/style.scss */
.site-footer__bottom span {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}
/* line 1190, sass/style.scss */
.site-footer__copyright {
  text-align: right;
}
@media (max-width: 1199px) {
  /* line 1195, sass/style.scss */
  .site-footer__center-title {
    padding: 56px 0 44px;
  }
  /* line 1198, sass/style.scss */
  .site-footer__center-title h2 {
    white-space: normal;
  }
}

@media (max-width: 1170px) {
.site-header.sticky-active {
    backdrop-filter: unset;
}    
    
.site-header .nav-menu li a {
    padding: 0px;
}
    
    
  /* line 2, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    margin-right: 20px;
    cursor: pointer;
  }

  /* line 13, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 22, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 26, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 41, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 46, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 50, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 55, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 60, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 66, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 72, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 76, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 80, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 84, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 89, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 92, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 97, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 102, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 109, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 121, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 124, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 127, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 131, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 137, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 140, sass/_screen.scss */
  .nav-menu li a {
    color: #000;
    padding: 15px 0;
  }

  /* line 144, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 147, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 151, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 154, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 159, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 162, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 167, sass/_screen.scss */
  .nav-bar {
    background-color: #333333;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
  }

  /* line 180, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  /* line 195, sass/_screen.scss */
  .hero-banner h1 {
    font-size: 4rem;
  }

  /* line 199, sass/_screen.scss */
  .hero-banner .banner-side-img {
    position: absolute;
    right: 0;
    display: none;
  }

  /* line 206, sass/_screen.scss */
  .hero-banner {
    background-position: center;
  }
}


@media (max-width: 991px) {
.site-footer__newsletter-form {

    max-width: 100%;

}    
    
    
  /* line 215, sass/_screen.scss */
  .site-header .site-btn {
    text-align: center;
    display: none !important;
    justify-content: center;
  }

  /* line 222, sass/_screen.scss */
  #menuToggle {
    align-items: end;
    margin: 0;
  }

  /* line 228, sass/_screen.scss */
  .nav-bar {
    background-color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
  }

  /* line 242, sass/_screen.scss */
  .site-header ul {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-direction: column;
  }

  /* line 253, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    opacity: .7;
    position: relative;
    background: #fff !important;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  /* line 940, sass/style.scss */
  .site-footer {
    padding: 34px 0 22px;
  }
  /* line 1209, sass/style.scss */
  .site-footer__brand {
    max-width: 100%;
  }
  /* line 1214, sass/style.scss */
  .site-footer__newsletter h4 {
    max-width: 100%;
  }
  /* line 1219, sass/style.scss */
  .site-footer__center-title {
    padding: 36px 0 28px;
  }
  /* line 1222, sass/style.scss */
  .site-footer__center-title h2 {
    font-size: clamp(48px, 11vw, 92px);
  }
  /* line 1227, sass/style.scss */
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1232, sass/style.scss */
  .site-footer__copyright {
    text-align: left;
  }	
	
}
@media (max-width: 767px) {
.work .work-card svg {
    width: 15px;
}	
	
.work .work-card .play-btn {
    width: 40px;
    height: 40px;
    top: 10%;
    left: auto;
    right: 0%;
}
	
.stop-btn {
    right: 0px;
    top: 10%;
    width: 40px;
    height: 40px;
    bottom: auto;
}	
	
.work .slick-initialized .slick-slide {
    padding: 5px;
}	
	
	
.work .slick-list.draggable {
    padding: 0 30px !important;
}	
	
.work-media {
    padding-bottom: 100%;
}	
	
	
  /* line 271, sass/_screen.scss */
  .hero-banner h1 {
    font-size: 3rem;
  }

  /* line 275, sass/_screen.scss */
  .site-btn {
    display: flex;
    gap: 14px;
    flex-direction: column;
  }

  /* line 281, sass/_screen.scss */
  .about {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0A0A0A;
    border-bottom: 1px solid #292929;
  }

  /* line 288, sass/_screen.scss */
  .creative {
    padding: 80px 0;
  }
	

  /* line 292, sass/_screen.scss */
  .workflow {
    padding: 80px 0;
  }

  /* line 296, sass/_screen.scss */
  .studio {
    padding: 80px 0;
  }

  /* line 300, sass/_screen.scss */
  .contact {
    padding: 80px 0;
  }

  /* line 304, sass/_screen.scss */
  .about .row {
    gap: 27px;
  }

  /* line 309, sass/_screen.scss */
  .site-main-heading {
    font-size: 30px !important;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: #fff;
  }

  /* line 319, sass/_screen.scss */
  .creative h2.site-main-heading {
    max-width: 700px;
    line-height: 36px;
  }

  /* line 324, sass/_screen.scss */
  .site-main-text {
    margin-bottom: 1rem;
  }

  /* line 328, sass/_screen.scss */
  .workflow h2.site-main-heading {
    line-height: 36px;
  }
}
