@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Caveat:wght@400..700&family=Indie+Flower&display=swap');




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: var(--c3);
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {font-size: 18px;color: var(--c3);padding: 0;margin: 0;line-height: 24px;}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.relative {
	position: relative;
}

.padding-top {
    padding-top: 14px;
}

:root {
  --c1: #000; /* Black */
  --c2: #FF2780; /* Pink */
  --c3: #FFF; /* White */

  
}
::selection {
  background: var(--c2);
}

.spacer {
    padding: 100px 0px;
}

.background{
	background:var(--c1)
}

/* ......Header...... */

header.header {
    background: var(--c1);
	padding: 15px 40px 0px 40px;
}

.Header-logo a img {
    width: 500px;
}

.navbar {
    position: fixed;
    width: 30%;
    height: 100vh;
    left: -200em;
    top: 0px;
    display: unset;
    background: var(--c1);
    padding: 180px 50px;
    transition: .8s all;
    z-index: 999;
    box-shadow: rgb(255 39 128) 0px 5px 15px;
}
a.active {
    background: var(--c2);
}
.Home-banner-box video {
    width: 100%;
    height: 750px;
    object-fit:cover;
    z-index: 9;
    margin-top: 0px;
}

.Hamburger div {
    width: 20px;
    height: 2px;
    background: var(--c2);
    transition: .4s all;
}

.Header-menu {
    display: flex;
    justify-content: end;
}

.Hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--c2);
    border-radius: 50px;
    cursor: pointer;
    z-index: 9;
    transition: .4s all;
}

.navbar ul li a {
    color: #ffff;
    font-size: 40px;
    padding: 10px 20px;
    position: relative;
    font-family: "Caveat", cursive;
}

.navbar ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.navbar ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: var(--c2);
    z-index: -1;
    left: 0px;
    top: 0px;
    transition: .4s all;
}

.navbar ul li a:hover::before {
    width: 100%;
}

.close-menu i {
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    background: var(--c2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border: 2px solid var(--c2);
    transition: .4s all;
}

.close-menu i:hover {
    background: transparent;
    border: 2px solid var(--c2);
}

.Hamburger:hover {
    background: var(--c2);
}

.Hamburger:hover+div {
    color: white;
}

.Hamburger:hover div {
    background: #ffff;
}
.navbar.active {
    left: 0px;
}
.Button-1 a:hover i {
    color: black;
}
.navbar ul li.current-menu-item a::before {width: 100%;}

/* ......Home-banner....... */

.H-B-side-img img {
    width: 300px;
    position: absolute;
    top: 100px;
    left: 0px;
}

.Home-banner {
    position: relative;
    background: var(--c1);
	overflow:hidden;
}

.Home-banner-box {
}

.H-B-side-img.img2 img {
    left: unset;
    right: 0px;
    bottom: 100px;
    top: unset;
}

.Social-icons ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.Social-icons {
    position: absolute;
    top: 70px;
    right: 50px;
}

.Social-icons ul li a {
    font-size: 20px;
    color: var(--c2);
}

.Social-icons ul li a:hover {
    transform: scale(1.1);
}
.Home-banner-box iframe {
    width: 1000px;
    height: 500px;
}
.page-template-home .About-us.spacer {
    padding: 0px;
}
.video-back {
    position: relative;
}

.video-back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 600px;
    background-image: url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/Home-banner-img.jpg);
    transform: scale(1.3);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    z-index: 9;
}



/* INNER PAGES BANNER */





.inner-banner-title h1, .inner-banner-title h1 font {
    text-align: center;
    color: white;
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px;
    font-family: "Caveat", cursive;
}

section.inner-page-banner {overflow:hidden;}

.inner-banner-title h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/Group-10-e1720714468318.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	filter: grayscale(1) brightness(9);
}


/* .....About-us....... */


.About-us-left h5, .About-us-left h5 font {
    font-size: 25px;
    color: var(--c2);
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    margin-left: 20px;
}

.About-us-left h3, .About-us-left h3 font {
    font-size: 50px;
    color: #60612A80;
    text-transform: uppercase;
}

.About-us-left h2 span {
    font-size: 140px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--c2);
    width: fit-content;
    margin-bottom:10px;
    display: inline;
    font-family: "Caveat", cursive;
    padding: 0px 50px 0px 10px;
}

.About-us-left p, .About-us-left p font {
    font-size: 22px;
    color: white;
    margin-top: 20px;
}

.About-us-left p font {
	margin: 0px
}

.About-us-left h2 {margin-bottom: 15px;}

.About-us-middle ul li, .About-us-middle ul li font {
    font-size: 26px;
    color: white;
    padding-bottom: 10px;
}

.About-us-middle {
	width: 45%;
/* 	background-image:url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/08/A6cnWcJY.jpg);
	padding: 60px;
	background-position: center;
	background-size: cover; */
	position:relative;
}

.About-us-middle ul li span {font-size: 26px;background: var(--c2);}
/* .About-us-middle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000026;
    top: 0px;
    left: 0px;
} */

.About-us-middle ul {
    position: relative;
}
.About-us-end {
    text-align: center;
}

.About-us-end a, .About-us-end a font {
    color: var(--c2);
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid var(--c2);
    border-radius: 50px;
    font-size: 18px;
    transition: .4s all;
}

.About-us-end a font {
    color: var(--c2);
    text-transform: uppercase;
    padding: 10px 0px;
	border: unset;
    font-size: 12px;
    transition: .4s all;
}

.About-us-end a:hover, .About-us-end a:hover {
    background: var(--c2);
    color: white;
}
.About-middle-main {
    margin: 220px 0px 200px;
}

/* .......CTA...... */

.CTA {
	background-image:url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/CTA-back-img-e1722003870276.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	align-items: center;
	position: relative;
}
.CTA-main h2, .CTA-main h2 font {margin-bottom: 10px;}

/* ......stylish-section...... */

.Lunico-side-img img {
    height: 550px;
    object-fit: cover;
}

.Lunico-side-img {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 55%;
}

section.Lunico {
    position: relative;
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.Siamo-side-img img {
    object-fit: cover;
    height: 650px;
	object-position: -150px;
}

.Siamo-side-img {
    position: absolute;
    right: 0px;
    bottom: 100px;
    width: 45%;
}

section.Siamo {
    position: relative;
    padding-bottom: 100px;
    height: 750px;
    display: flex;
    align-items: center;
}

.Lunico-box {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.Lunico-box h2, .Lunico-box h2 font {
    color: white;
    font-size: 40px;
}

.Lunico-box h2 span, .Lunico-box h2 span font {
    background: var(--c2);
	font-size: 18px;
	font-weight: 400px;
}

.Siamo-box2 h2, .Siamo-box2 h2 font {
    font-size: 60px;
    color: white;
    font-weight: 600;
    width: fit-content;
    display:inline;
    font-family: 'Caveat';
}

.Siamo-box2 p {
    font-size: 26px;
    color: white;
    padding-bottom: 10px;
    padding-right: 90px;
    line-height: normal;
}

.Siamo-box2 p:last-child {
    padding-bottom: 0px;
}
.Divider {
    width: 90%;
    height: 1px;
    background: #121112;
    margin: 30px 0px;
}

/* ....Footer..... */

.Footer-logo img {
    width: 250px;
}

.Footer-box h2, .Footer-box h2 font {
    font-size: 40px;
    color: white;
    font-weight: 200;
    width: 60%;
    margin: 10px 0px 0px 0px;
}

.Footer-box {
}

.Footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px 20px 0px;
}

.Footer-Social-links ul {
    display: flex;
    gap: 30px;
}

.Footer-Social-links ul li a, .Footer-Social-links ul li a font {
    color: white;
    font-size: 18px;
    font-weight: 200;
    transition: .4s all;
}

.Footer-Social-links ul li a:hover, .Footer-Social-links ul li a font:hover {
    color: var(--c2);
}

.Footer-bottom h5, .Footer-bottom h5 font {
    font-size: 20px;
    color: #858A99;
}
.Footer-box.Footer-links {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}

.Footer-box.Footer-links a {}

.Button-1 a {
    color: white;
    font-size: 18px;
    padding: 15px 20px;
    border: 1px solid white;
    transition: .4s all;
}

.Button-1 a font {
	border: unset;
	padding: 15px 0;
}

.Button-1 a span i {
    font-size: 22px;
    font-weight: 200;
    transform: rotate(-39deg);
	transition:.4s all;
}

.Button-2 a, .Button-2 a font {
    background: var(--c2);
    padding: 15px 20px;
    color: white;
    border: 1px solid var(--c2);
    font-size: 18px;
    transition: .4s all;
}

.Button-2 a font {
	border: unset;
	padding: 15px 0px;
} 


.Button-1 a:hover {
    background: white;
    color: black;
}

.Button-2 a:hover, .Button-2 a font:hover {
    background: transparent;
    border: 1px solid var(--c2);
}
.Scroll-top a img {
    width: 40px;
    height: 60px;
    transition: .4s all;
}

footer.footer {
    position: relative;
	padding: 6em 40px 0 40px;
}

.Scroll-top {
    position: absolute;
    right: 35px;
	bottom: 14em;
}

.Scroll-top a img:hover {
    transform: translateY(-10px);
}


/************************************** ABOUT US PAGE  ******************************************/

/* ABOUT US FIRST SECTION STYLING START FROM HERE */

.about-page-first-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 42%;
    transform: translate(0px, -50%);
}

section.about-page-first-section {
    height: 1050px;
    display: flex;
    align-items: center;
}

.about-page-first-content p, .about-page-first-content p font {
    line-height: normal;
    font-size: 26px;
    font-weight: 500;
    display: inline;
}

section.about-page-first-section:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 70%;
    height: 55%;
    background-color: #4B5320;
    z-index: 1;
    transform: translate(0px, -50%);
}

.about-page-first-content {
    position: relative;
    z-index: 1;
}

.about-page-first-image img {
    height: 850px;
    object-fit: cover;
    object-position: 10px;
}

.about-page-second-image {
    position: absolute;
    top: 0;
    right: 0;
}


/* section.about-page-second-section.background.relative {
    height: 1550px;
} */

.about-page-second-content {
    position: relative;
    z-index: 1;
    padding: 8em 0 14em 0;
}

.section-title {
    position: relative;
    z-index: 1;
    padding: 5em 0 10em 0;
}

.page-id-28 .section-title {
	padding: 0em 0 12em 0;
}

.section-title h3, .section-title h3 font {
    color: var(--c3);
    font-size: 42px;
    line-height: 48.8px;
    font-weight: 400;
    padding-right: 3em;
    padding-bottom: 2em;
    position: relative;
}

.section-title p span {
    background-color: var(--c2);
    line-height: 38px;
}

.section-title h3:before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 30%;
    height: 1px;
    background-color: var(--c2);
}

.section-title p {
    padding-right: 18em;
    font-size: 22px;
    padding-top: 20px;
}

.about-page-second-content > span, .about-page-second-content p span {
    background-color: #60612A;
    line-height: 38px;
}

.about-page-second-content h3, .about-page-second-content h3 span, .about-page-second-content h3 font {
    font-size: 42px;
    line-height: 48.8px;
    font-weight: 400;
    padding-bottom: 1em;
}


/* ACORDIAN STYLING START FROM HERE */

/* styles.css */
body {
    font-family: Arial, sans-serif;
}

.accordion {
/*     margin-top: 13em; */
    position: relative;
    z-index: 1;
}

.accordion-item {
    background-color: unset;
	border: unset;
}

.accordion-header {
    /* margin-bottom: 2em; */
    display: flex;
    align-items: center;
}

.accordion-header:hover {
/*     background-color: #e7e7e7; */
}

.icon {
    font-size: 80px;
    height: 75px;
    line-height: 75px;
    color: var(--c2);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 120px;
    /*     background-color: #ffffff; */
}

.accordion-content p {
    margin: 10px 0;
}

.accordion-header h3 {
    font-size: 40px;
    
     /* Initial background color */
     /* This will blend colors */
    width: fit-content;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.services:before {
    content: '';
    position: absolute;
    left: 0;
    width: 37%;
    height: 55%;
    background-color: #4B5320;
    z-index: 1;
    bottom: 57px;
}



.services .section-title {
	padding-top: 0;
}

/* Info Cat */

section.cat-info {
    background-image: url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/Group-11-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 210px 0;
}


.cat-info-img-2 img {
    position: absolute;
    top: -70px;
    right: 100px;
    height: 400px;
    width: 500px;
}
.cat-info-img {
    display: flex;
    justify-content: end;
}

/* section.cat-info:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 18%;
    height: 410px;
    background-image: url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/Group-12-e1720803000576.png);
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
    background-size: contain;
} */

section.cat-info:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32em;
    height: 2em;
    background-color: var(--c2);
}


/* BLOGS PAGE STYLING */

.blog-image a {
    width: 100%;
}

.blogs-item {
    border: 1px solid var(--c2);
    margin-bottom: 30px;
    padding: 20px;
}

.post-content {
    display: flex;
    align-items: center;
}

.post-discription {
    padding-right: 8em;
    padding-top: .5em;
}

.post-btn a i {
    font-size: 50px;
    color: var(--c2);
}

.blog-item span, .blog-item span font {
    font-size: 14px;
    color: var(--c2);
}

.blog-item {
    padding: 1em 0 2em 0;
}

.post-discription p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* BLOG DETAILS PAGE STYLING START FROM HERE */

section.blogs {
    padding: 100px 0px 100px;
}

.blogs-details-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.blogs-details-content span.post-date {
    display: block;
    padding: 24px 0 14px 0;
}

.blogs-details-content {
    padding-right: 10px;
}
.CTA-main p {
    font-size: 28px;
    line-height: inherit;
    width: 50%;
}

.CTA-main p span {
    background: var(--c2);
    font-size: 26px;
}
.Lunico-box ul li {
    font-size: 26px;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.Lunico-box ul li:last-child {
    padding: 0px;
}

.Siamo-box2 h2 span, .Siamo-box2 h2 font span {
    font-size: 50px;
}
.inner-page-banner.spacer {
    padding: 0px 0px 80px 0px;
}
.inner-page-banner .H-B-side-img.img2 img {
    bottom: 0px;
}
.inner-page-banner .H-B-side-img.img1 img {
    top: 50px;
}
.services-box {position: relative;z-index: 9;padding-top: 30px;}

.accordion-header:last-child {
    margin: 0px;
}
section.title-section .section-title {
    padding: 0px;
}
.section-title h3 span, .section-title h3 span font {
    font-size: 32px;
    background: var(--c2);
}
.Lunico-box ul li:first-child {
    width: fit-content;
    font-weight: 700;
    font-size: 64px;
    font-family: 'Caveat';
}

.Lunico-box ul li i {
    font-size: 35px;
    transform: translateY(-10px);
    color: var(--c2);
}
.video-back.about-video-img::before{
	background-image:url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/inner-banner-1.jpg)!important;
}
.video-back.services-video-img::before{
	background-image:url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/services-banner.png)!important;
}
.about-page-first-content h2 span {
    font-size: 80px;
    background: var(--c2);
    font-weight: 600;
    display: inline;
    font-family: "Caveat", cursive;
}
.accordion-header h3 i {
    font-size: 35px;
    color: red;
}


.accordion-header h3 span {
    font-size: 48px;
    background: var(--c2);
}

section.Home-banner.spacer {
    padding-top: 30px;
}
.Contact-form.spacer {
    padding-top: 0px;
}
section.CTA::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005e;
    left: 0pc;
    top: 0pc;
}

.CTA-main {
    position: relative;
    display: flex;
    align-items: center;
    gap: 200px;
}
.Siamo-box2 {
    margin-right: 20px;
    position: relative;
}


.CTA-main-text {width: 60%;}
.Lunico-box ul li img {
    width: 60px;
    height: 50px;
}
.CTA-main h2 span {
    
     /* Optional: adjust padding to add space around the text */
    display: inline;
    font-size: 36px;
    font-weight: 600;
    color: white;
    background: var(--c2);
}

.CTA-main h2:first-child span {
    font-size: 59px;
}
.section-title h2 {
    font-size: 106px;
    background: var(--c2);
    display: inline;
}
.services-title h2 {
    font-size: 0px;
    margin-bottom: 20px;
}

.services-title h2 span {
    font-size: 160px;
    background: var(--c2);
    font-family: "Caveat", cursive;
}

.accordion-header h3 img {
    width: 30px;
    height: 30px;
}

.service-box-main {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

h2.s-second-title {
    font-size: 40px;
    background: var(--c2);
    width: fit-content;
    margin: 80px 0px 90px;
}
.page-id-28 .Scroll-top {
    bottom: 170px;
}
.service-box-main h2 {
    font-size: 26px;
    color: white;
    z-index: 9;
    padding-bottom: 10px;
}
.about-page-first-content h2 {
    margin-bottom: 15px;
}
.services-title {
    margin: -70px 0px 130px;
    text-align: left;
}

.services-title p {
    font-size: 26px;
    line-height: 40px;
}
.Social-icons ul li a i {
    font-size: 26px;
}
.Form-title p {
    font-size: 26px;
}
.accordion-header img {
    width: 110px;
    height: 100px;
}
.Lunico-box ul li:first-child img {
    width: 110px;
    height: 100px;
}
.Footer-Social-links ul li a i {
    font-size: 26px;
}
.About-us-middle img {
    width: 1000px;
    height: 340px;
    object-fit: cover;
    position: absolute;
    right: -300px;
    top: -30px;
}
.About-us-img-style img {
    width: 940px;
    height: 520px;
    position: absolute;
    right: 0px;
    bottom: 110px;
    object-fit: cover;
}

section.About-us {
    position: relative;
}
h2.About-us-left-text span {
    padding-right: 315px;
}

section.Siamo::before {
    content: "";
    position: absolute;
    width: 100%;
    650px: 86%;
    background: #e7217a;
    left: 0px;
    top: 0px;
    height: 650px;
}
.Bio-content h2 {
    font-size: 82px;
    background: var(--c2);
    display: inline;
    font-family: "Caveat", cursive;
}

.Bio-content p {
    font-size: 26px;
    margin-top: 20px;
}
.Bio-img {
    position: relative;
    height: 600px;
}

.Bio-img::before {
    content: "";
    background-image: url(https://dev-shape-shift.pantheonsite.io/wp-content/uploads/2024/07/about-img-e1722000986896.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    left: 0px;
    top: 0px;
    position: absolute;
}

.Bio-img img {
    position: relative;
    transform: scale(.74);
	height:100%;
	object-fit:cover;
}
#sticky-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #f39c12; /* Button background color */
    color: white; /* Button text color */
    padding: 10px 15px; /* Button padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor */
    z-index: 9999; /* Ensure it’s on top of other elements */
    transition: background-color 0.3s; /* Smooth background color change */
}

#sticky-button:hover {
    background-color: #e67e22; /* Darker shade on hover */
}

.Creatives-part {
    background: black;
    padding-bottom: 90px;
}

.Creatives-part h2 {
    font-size: 100px;
    font-family: 'Caveat';
}

.Creatives-part h2 span {
    font-size: 100px;
    font-family: 'Caveat';
    background: #ff2780;
}