.header-lp-01{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0
}
.header-inner-lp {
    width: 95%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 999;
}
.lp-logo img{
	display: block;
	width: 200px;
}
.studio-section1 {
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    padding: 220px 0 0 0
}
.studio-section2 {
    width: 100%;
    min-height: 100vh;
    background-color: #1C1C1C;
    padding: 100px 0
}
.studio-section3 {
    width: 100%;
    min-height: 100vh;
    background-color: #000000 !important;
	padding-bottom: 70px !important;
	position: relative;
	margin-bottom: 0 !important
}
.studio-section3 .video-wrapper {
    border-radius: 20px;
    overflow: hidden;
	border: 1px solid #333
}
/*
#studio-hero-video {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 20%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-size: contain;
    object-fit: cover;
    z-index: 99;
    background-position: center center;
    display: block;
}
*/
#studio-hero-video {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 5%;
    width: 120%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-size: contain;
    object-fit: cover;
    z-index: 99;
    background-position: center center;
    display: block;
}
.hero-content {
  width: 50%;
  margin: 0;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
	justify-content: flex-start
}
.hero-copy {
  width: 450px;
}
.contact-from-black{
	
}
.contact-from-208.contact-from-black .wpforms-field-container input[type="text"], 
.contact-from-208.contact-from-black .wpforms-field-container input[type="email"], 
.contact-from-208.contact-from-black .wpforms-field-container input[type="number"], 
.contact-from-208.contact-from-black .wpforms-field-container select, 
.contact-from-208.contact-from-black .form-field input, 
.contact-from-208.contact-from-black .form-field select {
    background-color: #2c2c2c !important;
	color: #ffffff !important
}

/* Placeholder */
.contact-from-black input::placeholder, .form-field textarea::placeholder {
  color: #fff !important;
  opacity: 1;
}
/* Focus */
.contact-from-black input:focus, .form-field textarea:focus, .form-field select:focus {
  background: #2c2c2c !important;
  box-shadow: 0 0 0 1px #999;
}
.contact-from-208.contact-from-black h1{
	font-size: 50px !important;
	line-height: 60px !important
}

.section-heading h2{
	color: #E1FFAD !important;
	padding-bottom: 15px;
}
.section-heading p{
	color: #ffffff;
	margin: 0;
	padding: 0
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1420px;
    margin: 0 auto;
}

.service-card {
	background-color: #E4F0CE;
    color: #1d1d1d;
    min-height: 540px;
    padding: 33px 36px 35px;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.service-card:hover{
	background-color: #E1FFAD
}

.service-card h2 {
 	color: #000;
	font-size: 35px;
	padding: 0 0 10px
}

.service-card h3 {
	font-family: 'agencyregular';
	font-weight: normal;
	font-size: 18px;
    color: #577E13
}

.divider {
    width: 100%;
    height: 1px;
    background: rgba(72, 101, 28, 0.25);
    margin: 17px 0 20px;
}
.service-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-card li {
	font-size: 18px;
    color: #525252
		
}
.contact-from-black .custom-extra-button::after {
	display: none
}
.contact-from-black .custom-extra-button::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    background-image: url("../images/whatsapp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 0.2s ease;
    position: relative !important;
    border: none !important;
    border-radius: 0 !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
}
.contact-from-black .custom-extra-button:hover::before {
    background-image: url("../images/whatsapp-black.png");
}

.swiper-footer2 .swiper-button-next.promo-video-next, .swiper-footer2 .swiper-button-prev.promo-video-prev {
    width: 40px;
    height: 40px;
    background-color: #333;
    padding: 12px;
}
.swiper-footer2 .swiper-button-next.promo-video-next, .swiper-footer2 .swiper-button-prev.promo-video-prev {
    margin: 0;
	top: 0
}
.swiper-footer2 svg path {
    stroke: #fff;
}

.featured-content-progress {
    width: 100%;
}

.featured-content-progress-line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #1c1c1c;
    cursor: pointer;
}

.featured-content-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #E1FFAD;
    transform: translateX(0);
}
.swiper-footer2 {
    width: 90%;
    max-width: 700px;
    height: 46px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    margin: 40px auto 0;
}
.featuredContentSwiper .swiper-slide {
  width: 280px
}
.featuredContentSwiper .swiper-slide.featured-content-wide {
  width: 880px
}
.featured-content-next{display: none !important}
.featured-content-prev{display: none !important}

@media only screen and (max-width: 1580px), only screen and (max-device-width: 1580px) {
	#studio-hero-video {
    left: 10%
}
.featuredContentSwiper .swiper-slide {
  width: 240px
}
.featuredContentSwiper .swiper-slide.featured-content-wide {
  width: 750px
}
}
@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
	.lp-logo img {
    width: 160px;
}
	.studio-section1 {
    padding: 180px 0 0 0;
}
	.contact-from-208.contact-from-black h1 {
    font-size: 40px !important;
    line-height: 45px !important;
}
	#studio-hero-video {
    left: 5%;
    width: 130%
}
	
}
@media only screen and (max-width: 1366px), only screen and (max-device-width: 1366px) {
	.service-card {
    min-height: 500px
}
	.service-card h2 {
    font-size: 30px
}
	.service-card li {
    font-size: 16px
}
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
	.service-card h2 {
    font-size: 30px
}
	.service-card h3 {
    font-size: 16px;
}
	.service-card li {
    font-size: 14px
}
	.service-card {
    min-height: 450px;
}
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
	.services-grid {
    gap: 5px;
}
	.service-card h2 {
    font-size: 22px;
}
	.service-card h3 {
    font-size: 12px;
}
	.service-card li {
    font-size: 12px;
}
	.service-card {
    min-height: 415px;
}
	
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
	.lp-logo img {
    width: 100px;
}
	.studio-section1 {
    padding: 100px 0 0 0;
}
	#studio-hero-video {
	left: 0%;
	width: 100%
}
	.hero-content {
    width: 100%
}
	.studio-section1-form{
		padding-block: 50px
	}
	.contact-from-208.contact-from-black h1 {
    font-size: 30px !important;
    line-height: 35px !important;
}
	.services-grid {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
	.service-card {
    min-height: inherit;
    height: auto;
    width: 300px;
    margin: 0 auto;
		padding: 25px
}
	.service-card h2 {
    font-size: 22px
}
	.service-card h3 {
    font-size: 16px;
}
	.service-card ul {
    gap: 10px;
}
	.service-card li {
    font-size: 14px
}
	.case-study-slider-wrap {
    width: 280px;
    margin: 0 auto;
}
	.studio-section2,
	.studio-section3{
		padding: 50px 0 !important
	}
	
	.header-inner-lp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: -100%;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
}
	.header-inner-lp.is-open {
    opacity: 1;
    visibility: visible;
    left: 0;
}
	.header-inner-lp .nav a {
    font-size: 30px;
    font-family: 'poppinslight';
}
	.header-inner-lp .nav ul.menu li {
    padding: 0 0 20px 0;
    text-align: center;
}
	.header-inner-lp .lp-logo{
		display: none
}
	.header-lp-01{
    	padding: 0
}
	.featuredContentSwiper .swiper-slide,
  .featuredContentSwiper .swiper-slide.featured-content-wide {
    width: 100%;
  }
	.featuredContentSwiper .swiper-slide.featured-content-wide {
    display: none
  }
	.featured-content-next{display: flex !important}
	.featured-content-prev{display: flex !important}
}
@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
	.contact-from-black .custom-extra-button::before {
    width: 15px;
    height: 15px
}
}








