/*
Theme Name: Vulcan Studio
Theme URI: https://vulcanstudio.in/
Author: Chandni Patel
Author URI: http://chandnipatel.in/
Description: Vulcan Studio Theme
*/

:root {
	--color--black: #000000;
	--color--white: #FFFFFF;
	--color-light-white: #f0f0f0;
	--color-light-black: #121212;

	--font-vulcan-large: 120px;
	--font-vulcan-medium: 80px;
	--font-vulcan-normal: 40px;
	--font-vulcan-regular: 30px;
	--font-vulcan-small: 24px;
	--font-vulcan-responsive-normal: 18px;
	--font-vulcan-responsive-body: 16px;
	--font-vulcan-responsive-tiny: 12px;

	--font-gladiora: "Gladiora";

	--transition: all 0.3s ease;
	--transition-opacity: opacity 0.3s ease;
}

/* Global Style */
*, ::after, ::before {
	box-sizing: border-box;
}

@font-face {
	font-family:Gladiora;
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('assets/fonts/Gladiora-Medium.woff2') format('woff2');
}

@font-face {
	font-family:Gladiora;
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('assets/fonts/Gladiora-Regular.woff2') format('woff2');
}

@font-face {
	font-family:Gladiora;
	font-style:normal;
	font-weight:100;
	font-display:swap;
	src:url('assets/fonts/Gladiora-Thin.woff2') format('woff2');
}

html {
/*	scroll-behavior: smooth;*/
	margin: 0;
	padding: 0;
	--scrollbar-width: 0px;
}

body {
    word-break: break-word;
    background: var(--color-light-black);
	cursor: none;
	font-family: var(--font-gladiora);
	font-weight: 100;
	font-size: var(--font-vulcan-small);
	line-height: 34px;
	letter-spacing: 1px;
	color: var(--color-light-white);
	margin: 0;
}

:focus-visible,
:focus,
a:focus {
    outline: unset;
    box-shadow: unset;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p:empty {
	display: none;
}

a {
	color: var(--color-light-white);
	text-decoration: none;
}

h1 {
	font-size: var(--font-vulcan-large);
	font-family: var(--font-gladiora);
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 46px 0;
}

h2 {
	font-size: var(--font-vulcan-medium);
	font-family: var(--font-gladiora);
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 22px 0;
}

h3 {
	font-size: var(--font-vulcan-normal);
	font-family: var(--font-gladiora);
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 46px 0;
}

h4 {
	font-size: var(--font-vulcan-regular);
	font-family: var(--font-gladiora);
	font-weight: 400;
	text-transform: none;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 13px 0;
}

h5 {
	font-size: var(--font-vulcan-small);
	font-family: var(--font-gladiora);
	font-weight: 100;
	text-transform: capitalize;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 26px 0;
}

body.display-popup {
	overflow: hidden;
}

/*html.has-modal-open {
	overflow: unset !important;
}*/

.button-black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    min-width: 110px;
    border-radius: 0;
    font-size: var(--font-vulcan-small);    
    line-height: 30px;
    font-weight: 100;
    font-family: var(--font-gladiora);
    padding: 10px 18px;
    text-transform: capitalize;
    background: var(--color-light-black);
    color: var(--color-light-white);
    transition: all 0.5s;
    border: 1px solid var(--color-light-white);
    text-align: center;
    cursor: none;
}

.button-black:hover,
.button-black:active {
    background-color: var(--color-light-white);
    color: var(--color-light-black);
}

.hide-on-desktop {
	display: none;
}

.hide-on-mobile {
	display: block;
}

#cursorCanvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: difference; /* Inverts colors */
    z-index: 99999;
}

#pointer-dot {
	border-color: transparent !important;
}

#pointer-ring {
	position: fixed;
    border: 1px solid var(--color-light-white) !important;
    width: 25px;
    height: 25px;
    mix-blend-mode: exclusion;
    background-color: var(--color-light-white);
    border-radius: 420px;
    z-index: 1000;
    pointer-events: none;
    padding: 10px !important;
}


body .main {
	margin: 0;
}

/*body:note(.home) .main,*/
body.about-page .main {
	margin-top: 131px;
}

/* Header */
body.menu-items {
	height: 100%;
/*	overflow: hidden;*/
}

header {
	position: absolute;
	z-index: 9;
	width: 100%;
}

header .header-container {
	padding: 40px 47px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

header .header-container .site-logo {
	/*display: none;*/
	box-sizing: border-box;
	line-height: 0;
}

header .header-container .site-logo a {
	width: 440px;
	height: 51px;
	/*height: 100%;*/
	display: block;
}

header .header-container .site-logo a img {
	max-height: 100%;
	width: auto;
}

header .header-container .site-logo a:after {
	content: '';
	width: 48.68%;
	height: 3px;
	display: inline-block;
	background-color: var(--color-light-white);
	position: relative;
	bottom: -8px;
}

header .header-container .content-wrapper {
	margin: 0 0 0 auto;
	padding: 0 !important;
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: 40px;
}

header .content-wrapper .header-menu-icon + .logo-toggle {
	content: '';
	width: 14px;
	height: 14px;
	background-color: var(--color-light-white);
	border-radius: 50%;
	display: block;
	margin: 5px 0 0 0;
}

body.menu-items header .header-menu-icon .header-nav-btn .btn-menu-icon svg.menu-icon {
	display: none;
}

body.menu-items header .header-menu-icon .header-nav-btn .btn-menu-icon i.menu-icon {
	display: block;
}

header .header-menu-icon .header-nav-btn .btn-menu-icon i.menu-icon {
	display: none;
}

body.menu-items header .header-menu-icon .header-nav-menu {
	transform: translateX(0);
}

header .header-menu-icon .header-nav-menu {
	transform: translateX(100%);
	background-color: var(--color-light-black);
	left: unset;
	right: 0;
	width: 50%;
	padding: 35px 47px 35px max(4.1666666667vw, 32px);
	animation: unset;
	height: max-content;
	max-height: 100dvh;
	overflow-y: auto;
	min-height: 100dvh;
	position: fixed;
	top: 0;
	transition: 800ms;
	display: flex;
}

header .header-menu-icon .header-nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	row-gap: 25px;
	font-size: var(--font-vulcan-regular);
	line-height: 1.2;
	font-weight: 100;
	letter-spacing: 0px;
	color: var(--color-light-white);
	text-transform: capitalize;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: calc(100dvh - 70px);
	align-self: center;
	width: 100%;
	overflow-y: auto;
}

header .header-menu-icon .header-nav-menu ul li {
	font-size: var(--font-vulcan-regular);
	line-height: 1.2;
	font-weight: 100;
	letter-spacing: 0px;
	color: var(--color-light-white);
	text-transform: capitalize;
}

header .header-menu-icon .header-nav-menu ul li a {
/*	display: block;*/
	display: inline-block;
}

header .header-menu-icon .header-nav-menu ul li a:hover {
	transform: scale(1.5);
/*	font-weight: 600;*/
	transform-origin: left;
	transition: transform 165ms cubic-bezier(0,.4,.2,1),font-weight 165ms cubic-bezier(0,.4,.2,1);
}

header .header-menu-icon .header-nav-menu ul li a:after,
header .header-menu-icon .header-nav-menu ul li ul.header-sub-menu li a:after,
header .header-menu-icon .header-nav-menu ul li ul.header-sub-menu li.active a:after,
header .header-menu-icon .header-nav-menu ul li.active a:after {
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background-color: var(--color-light-white);
	position: absolute;
	bottom: 0;
	transition:
	all 0.3s ease;
}

header .header-menu-icon .header-nav-menu ul li ul.header-sub-menu li.active a:after,
header .header-menu-icon .header-nav-menu ul li ul.header-sub-menu li a:hover:after,
header .header-menu-icon .header-nav-menu ul li.active a:after,
header .header-menu-icon .header-nav-menu ul li a:hover:after {
	width: 40%;
}

body.portfolio-page header .header-menu-icon .header-nav-menu ul li.active ul.header-sub-menu li a:after {
/*	content: unset;*/
}

header .header-menu-icon .header-nav-menu ul li a {
	position: relative;
}

header .header-menu-icon .header-nav-menu ul li ul.header-sub-menu {
	border: none;
	min-width: 200px;
	width: auto;
	height: auto;
	overflow: initial;
	position: static;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 20px;
	row-gap: 15px;
}

header .header-container .content-wrapper .header-menu-icon {
	flex-shrink: 0;
	height: 40px;
	width: 40px;
}

header .header-container .content-wrapper .header-menu-icon nav.header-nav-btn {
	height: 40px;
	width: 40px;
}

body.menu-items header .header-container .content-wrapper .header-menu-icon nav.header-nav-btn {
	height: 30px;
	width: 30px;
	position: fixed;
	top: 40px;
	right: 47px;
	z-index: 1;
}

body.menu-items header .header-container .content-wrapper .header-menu-icon nav.header-nav-btn .btn-menu-icon {
	height: 100%;
	width: 100%;
}

header .header-menu-icon .header-nav-btn .btn-menu-icon {
	background: transparent;
	border: unset;
	padding: 0;
	margin: 0;
	line-height: 0;
	width: 100%;
	height: 100%;
}

header .header-menu-icon .header-nav-btn .btn-menu-icon i.menu-icon {
	color: var(--color-light-white);
	font-size: 30px;
	font-weight: 900;
	position: relative;
	z-index: 999;
	top: 0;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 30px;
}

header .header-menu-icon .header-nav-btn .btn-menu-icon svg {
	fill: currentColor;
	display: block;
	color: var(--color--white);
	height: 100%;
	width: 100%;
}

/* Home page baner slider */
.vulcan-home-slider-images .particles-logo.hide,
.vulcan-home-slider-images .overlay-logo.hide {
	display: none;
}

@keyframes spin { 
	0% { 
		-webkit-transform: rotate(0deg);
		transform:rotate(0deg);	
	}
	100% { 
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);	
	}
}

.vulcan-home-slider-images .images .image {
	height: 100dvh;
	position: relative;
	margin: auto;
}

.vulcan-home-slider-images .particles-logo.hide,
.vulcan-home-slider-images .overlay-logo.hide {
	display: none;
}

.vulcan-home-slider-images .images .image:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--color-light-black);
	opacity: 0.6;
	position: absolute;
	top: 0;
}

.vulcan-home-slider-images {
	position: relative;
}

.vulcan-home-slider-images .overlay-logo,
.vulcan-home-slider-images .particles-logo {
	position: absolute;
	width: 100%;
	height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vulcan-home-slider-images .overlay-logo {
	width: 75%;
	margin: auto;
	left: 50%;
    transform: translateX(-50%);
}

.vulcan-home-slider-images .overlay-logo img {
	object-fit: contain;
}

.vulcan-home-slider-images .particles-logo img {
	display: none;
}

.vulcan-home-slider-images .images .image i {
	cursor: pointer;
}

.vulcan-home-slider-images .slick-list.draggable {
	width: 100%;
}

.vulcan-home-slider-images .slick-slide,
.vulcan-home-slider-images .slick-active {
	opacity: 1;
	margin: 0 21px;
}

.vulcan-home-slider-images .slick-arrow {
	position: absolute;
	background: transparent;
	color: transparent;
	border: none;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
}

.vulcan-home-slider-images .slick-prev.slick-arrow {
	display: none!important;
}

.vulcan-home-slider-images .slick-next.slick-arrow {
	right: 47px;
	bottom: 52.75px;
	padding: 0;
}

.vulcan-home-slider-images .current-index {
	font-size: 44px;
	line-height: 44px;
	font-weight: 100;
}

.vulcan-home-slider-images .total-index {
	font-size: var(--font-vulcan-small);
	line-height: 30px;
	font-weight: 100;
}

.vulcan-home-slider-images .logo-image {
	position: absolute;
	right: 30px;
	bottom: 20px;
	height: 100px;
	width: 100px;
	animation: spin 4s linear infinite;

	-webkit-animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

/* Footer */
footer .footer-container {
	background-color: var(--color-light-black) !important;
	padding: 63px 50px 60px;
}

footer .footer-nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 33px;
	column-gap: 40px;
	display: flex;
	color: var(--color-light-white);
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

footer .footer-nav-menu ul li {
	font-size: var(--font-vulcan-small);
	line-height: 34px;
	font-weight: 100;
	position: relative;
}

footer .footer-nav-menu ul li a,
footer .footer-nav-menu ul li a  span {
	display: block;
}

footer .footer-nav-menu ul li a span:hover::after,
footer .footer-nav-menu ul li a.current-menu-item span::after,
footer .footer-nav-menu ul li a.current-menu-item a::after {
	width: 40%;
}

footer .footer-nav-menu ul li a span::after {
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background-color: var(--color-light-white);
	position: absolute;
	bottom: 0;
	transition:
	all 0.3s ease;
}

footer  ul.footer-social-icons {
	list-style: none;
	padding: 0;
	margin: 0 0 33px;
	gap: 0.5em;
	display: flex;
	color: var(--color-light-white);
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

footer  ul.footer-social-icons li {
	width: 30px;
	height: 30px;
}

footer  ul.footer-social-icons li a {
	color: currentColor;
	fill: currentColor;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 0;
}

footer  ul.footer-social-icons li a svg {
	height: 100%;
	width: 100%;
}

footer .copyrigt-text {
	text-align: center;
	font-size: var(--font-vulcan-responsive-body);
	line-height: 26px;
	margin: 0 0 33px;
}

footer .footer-arrow {
	width: 33px;
	height: 100px;
	line-height: 0;
	display: block;
	text-align: center;
	margin:auto;
}

footer .footer-nav-menu ul li.active a span:after {
	content: '';
	width: 40%;
	height: 1px;
	display: block;
	background-color: var(--color-light-white);
	position: absolute;
	bottom: 0;
	transition:
	all 0.3s ease;
} 

/* About page Testimonial */
.vulcan-about-page .vulcan-studio-testimonial {
	max-width: 1331px;
	margin: 120px auto 0;
	background: var(--color-light-black);
	position: relative;
}


.vulcan-about-page .vulcan-studio-testimonial h2 {
	text-align: left;
	margin: 0 auto 22px;
	text-transform: capitalize;
/*	max-width: calc(100% - 200px - 40px);*/
}

.vulcan-about-page .vulcan-studio-testimonial:before {
	content: '';
	position: absolute;
	background-image: url( 'assets/images/about/quote.png' );
	background-size: contain;
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	right: 250px;
	top: 100px;
	opacity: 5%;
}

.vulcan-about-page .vulcan-studio-testimonial .no-posts {
	color: var(--color-light-white);
	text-align: center;
}

.vulcan-about-page .vulcan-studio-testimonial h5 {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.vulcan-about-page .vulcan-studio-testimonial h5:before {
	content: '';
	background: var(--color-light-white);
	height: 1px;
	width: 10px;
}

.testimonial-list .desc {
	margin: 0 auto 20px;
	max-width: calc(100% - 200px);
}

.testimonial-list .list-info {
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.testimonial-list .slick-slide {
	opacity: 1;
}

.testimonial-list ul.slick-dots li button {
	background: var(--color-light-white);
    border: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	padding: 6px;
}

.testimonial-list ul.slick-dots:has(li:only-child) {
	display: none;
}

.testimonial-list ul.slick-dots li {
	opacity: 0.5;
}

.testimonial-list ul.slick-dots li.slick-active {
	opacity: 1;
}

.testimonial-list ul.slick-dots {
	margin: 0;
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}

/* About page content */
.vulcan-about-page .vulcan-about-content {
	column-gap: 62px;
	display: flex;
	max-width: 1331px;
	/*margin: 60px auto 0;*/
	margin: 0 auto;
	padding-top: 60px;
}

.vulcan-about-page .vulcan-about-content .image {
	width: 615px;
	flex-shrink: 0;
	align-self: stretch;
	min-width: 615px;
}

.vulcan-about-page .vulcan-about-content .about-content {
	display: flex;
	gap: 20px;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 62px - 615px);
	padding: 0;
}

.vulcan-about-page .vulcan-about-content .about-content h1 {
	position: relative;
	flex-grow: 1;
	transform: translateX(-190px);
	font-size: 140px;
	margin: 30px 0 0 0;
	line-height: 100%;
	text-transform: none;
	background: linear-gradient(to right, #121212 0, #121212 128px, #fff 128px, #fff 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: capitalize;
}

.vulcan-about-page .vulcan-about-content .about-content .about-content-wrapper {
	align-self: flex-end;
	margin: auto 0 0;
	padding: 0 12px 0 0;
}

.vulcan-about-page .vulcan-about-content .about-content .about-content-wrapper p {
	margin: 0 0 26px;
}

.vulcan-about-page .vulcan-about-content .about-content .about-content-wrapper p:nth-child(2) {
	margin-bottom: 36px;
}

.about-page header {
	top: 0;
}

.about-page header .site-logo a img:before {
	content: unset;
}

/* Portfolio page */
.portfolio-page .vulcan-portfolio-page {
	display: flex;
	gap: 10px;
	width: calc(100vw - var(--scrollbar-width));
	min-height: 100dvh;
	flex-wrap: nowrap;
	margin-bottom: 1.75em;
}

.portfolio-page .vulcan-portfolio-page .interior-image,
.portfolio-page .vulcan-portfolio-page .architecture-image {
	flex-basis: 0;
	flex-grow: 1;
	position: relative;
	min-height: 100dvh;
	height: 600px;
	padding: 0;
}

.portfolio-page .vulcan-portfolio-page .interior-image a,
.portfolio-page .vulcan-portfolio-page .architecture-image a {
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	text-align: center;
	z-index: 1;
	width: 100%;
}

.portfolio-page .vulcan-portfolio-page .interior-image a {
	right: 50%;
	transform: translate(50%);
}

.portfolio-page .vulcan-portfolio-page .architecture-image a {
	left: 50%;
	transform: translate(-50%);
}

.portfolio-page .vulcan-portfolio-page .architecture-image a h2,
.portfolio-page .vulcan-portfolio-page .interior-image a h2 {
	margin-bottom: 0;
	color: var(--color-light-white);
}

.portfolio-page .vulcan-portfolio-page .architecture-image .bg-image,
.portfolio-page .vulcan-portfolio-page .interior-image .bg-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.7);
}

.fancybox-navigation .fancybox-button {
	padding: 0;
	top: auto;
	bottom: 30px;
	opacity: 1;
	visibility: visible;
	background: none;
	height: 17px;
	width: 38px;
	right: 30px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
	right: 98px;
	left: auto;
}

.fancybox-is-open .fancybox-bg {
	background: rgb(18, 18, 18);
	opacity: 0.95;
}

.fancybox-navigation .fancybox-button div {
	padding: 0;
	height: auto;
}

/* Contact page */
.vulcan-contact-page .banner-image {
	padding: 0;
	height: 600px;
	width: calc(100vw - var(--scrollbar-width));
}

.vulcan-contact-page .contact-info {
	margin: 63px auto 0;
	max-width: 1104px;
}

.vulcan-contact-page .contact-info h3 {
	text-align: left;
	padding-bottom: 30px;
}

.vulcan-contact-page .contact-info h4 {
	text-align: left;
}

.vulcan-contact-page .contact-info h4:after {
	content: '';
	background: var(--color-light-white);
	width: 9%;
	height: 1px;
	display: block;
}

.vulcan-contact-page .contact-info p {
	margin: 0 0 64px;
	line-height: 32px;
}

.vulcan-contact-page .contact-info p a {
	font-weight: 400;
}

.vulcan-contact-page .contact-info .contact-form .user-name,
.vulcan-contact-page .contact-info .contact-form .user-info {
	display: flex;
	width: 100%;
	gap: 35px;
	margin-bottom: 34px;
}

.vulcan-contact-page .contact-info .contact-form .user-message {
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
}

.vulcan-contact-page .contact-info .contact-form .user-info .user-email,
.vulcan-contact-page .contact-info .contact-form .user-info .user-phone,
.vulcan-contact-page .contact-info .contact-form .user-name .first-name,
.vulcan-contact-page .contact-info .contact-form .user-name .last-name {
	display: flex;
	flex-direction: column;
	width: calc( 50% - 18px );
}

.vulcan-contact-page .contact-info .contact-form label {
	margin-bottom: 10px;
	font-size: var(--font-vulcan-small);
	font-family: var(--font-gladiora);
	font-weight: 100;
	line-height: 30px;
	text-transform: capitalize;
	display: block;
	text-align: left;
}

.vulcan-contact-page .contact-info .contact-form input,
.vulcan-contact-page .contact-info .contact-form textarea {
	font-size: var(--font-vulcan-responsive-body);
	font-family: var(--font-gladiora);
	font-weight: 100;
	line-height: 26px;
	color: var(--color-light-white);
	border: 1px solid rgba(255,255,255,.3);
	background: var(--color-light-black);
	padding: 6px;
	height: 42px;
	text-transform: capitalize;
	border-radius: unset;
	-webkit-appearance: none;
	border-color: rgba(255,255,255,0.3) !important;
	box-shadow: unset;
}

.vulcan-contact-page .contact-info .contact-form textarea {
	height: 89px;
	resize: none;
}

.vulcan-contact-page .contact-info {
/*	text-align: center;*/
}

.vulcan-contact-page .contact-info .contact-form .user-info .user-email input {
	text-transform: unset;
}

/* portfolio list page */
.vulcan-studio-portfolio {
	background-color: #121212;
	border: 10px solid #121212;
	border-bottom: unset;
	position: relative;
	width: calc(100vw - var(--scrollbar-width));
}

.vulcan-studio-portfolio .portfolio-detail {
	line-height: 0;
	margin-bottom: 10px;
	position: relative;
	width: calc(50% - 5px);
}

.vulcan-studio-portfolio .portfolio-detail span,
.vulcan-studio-portfolio .portfolio-detail link {
	display: none;	
}

.vulcan-studio-portfolio .portfolio-detail img {
	transition: all 1s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vulcan-studio-portfolio .portfolio-detail:hover img {
	opacity: 0.7;
}

.vulcan-studio-portfolio .portfolio-detail img.no-thumbnail {
	height: 500px;
}

.vulcan-studio-portfolio .title {
	display: none;
	color: #f0f0f0;
}

.vulcan-studio-portfolio .load-more-posts {
	margin-top: 80px;
	pointer-events: all;
	text-align: center;
	width: 100%;
	opacity: 0;
}

.vulcan-studio-portfolio #load-more {
/*			margin-top: 80px;*/
	/*pointer-events: all;
	text-align: center;
	width: 100%;
	display: block;
	position: relative;*/
}

.vulcan-studio-portfolio .portfolio-detail:hover:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #121212;
	opacity: 0.7;
	transition: 800ms;
	pointer-events: none;
}

.vulcan-studio-portfolio .portfolio-detail:hover .title {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 18px;
	text-transform: capitalize;
	line-height: 22px;
	/*font-weight: 100;
	color: var(--wp--preset--color--vulcan-light-white);*/
	z-index: 1;
	max-width: fit-content;
}

.vulcan-studio-portfolio .portfolio-detail.left-column .title {
	right: 18px;
	left: unset;
}

.vulcan-studio-portfolio .portfolio-detail:hover .title:after {
	content: '';
	width: 40%;
	height: 1px;
	display: block;
	background-color: #f0f0f0;
	position: relative;
	bottom: -5px;
}

.vulcan-studio-portfolio .no-posts {
	padding: 40px;
	width: 100%;
	margin: auto;
	text-align: center;
	color: #f0f0f0;
}

.vulcan-studio-portfolio .vulcan-popup-slider {
	/*position: fixed;
	height: 100dvh;
	width: 100%;
	top: 0;
	z-index: 9;
	left: 0;
	background-color: #121212;*/
}

.vulcan-studio-portfolio .vulcan-popup-slider:empty {
	height: 0;
}

.vulcan-studio-portfolio .slick-list.draggable {
	width: 100%;
	height: 100%;
}

.vulcan-studio-portfolio .slick-list.draggable button i {
	cursor: pointer;
}

.vulcan-studio-portfolio .slick-active,
.vulcan-studio-portfolio .slick-slide {
	opacity: 1;
}

.vulcan-studio-portfolio .slick-track {
	height: 100%;
}

.vulcan-studio-portfolio .image {
	margin: 0;
	border: 10px solid #121212;
	background-color: #121212;
	position: relative;
}

.vulcan-studio-portfolio .image:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #121212;
	opacity: 0.2;
	transition: 800ms;
	pointer-events: none;
}

.vulcan-studio-portfolio .image img {
	width: auto;
	margin: auto;
	max-width: 100%;
}

.vulcan-studio-portfolio .portfolio-popup {
	display: none;
}

.vulcan-studio-portfolio .portfolio-popup i {
	position: fixed;
	right: 30px;
	top: 30px;
	font-size: 30px;
	z-index: 9;
	color: #f0f0f0;
	cursor: pointer;
}

/*.vulcan-studio-portfolio .slick-prev.slick-arrow {
	right: 98px;
}

.vulcan-studio-portfolio .slick-next.slick-arrow {
	right: 30px;
}

.vulcan-studio-portfolio .slick-next.slick-arrow::after {
	content: url(images/Vector-right.png);
}

.vulcan-studio-portfolio .slick-prev.slick-arrow::after {
	content: url(images/Vector-left.png);
}

.vulcan-studio-portfolio .slick-arrow {
	position: absolute;
	background: transparent;
	color: transparent;
	border: none;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	padding: 0;
	bottom: 30px;
	right: 0;
}*/

.portfolio-list .portfolio-banner {
	position: relative;
	height: 600px;
	width: calc(100vw - var(--scrollbar-width));
	line-height: 0;
}
.portfolio-list .portfolio-banner span.bg-color {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-list .portfolio-banner h1 {
	position: absolute;
	z-index: 1;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	margin-bottom: 0;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1367px) {
	/* Home page baner slider */
	.vulcan-home-slider-images spline-viewer {
		width: 80vw;
		left: 10vw;
	}

	/* About page testimonial */
	.vulcan-about-page .vulcan-studio-testimonial h2 {
		max-width: calc(100% - 60px);
	}

	/* About page content section */
	.vulcan-about-page .vulcan-about-content {
		max-width: calc(100% - 100px);
	}

	.vulcan-about-page .vulcan-about-content .about-content .about-content-wrapper {
		padding: 0;
	}
}

@media screen and (max-width: 1196px) {
	/* About page content section */
	.vulcan-about-page .vulcan-about-content {
		column-gap: 30px;
	}

	.vulcan-about-page .vulcan-about-content .image {
		width: 45%;
		min-width: 45%;
	}

	.vulcan-about-page .vulcan-about-content .about-content {
		width: calc(100% - 30px - 45%);
	}

	.vulcan-about-page .vulcan-about-content .about-content h1 {
		transform: translateX(-157px);
	}

	/* Contact page */
	.vulcan-contact-page .contact-info {
		max-width: calc(100% - 200px);
	}
}

@media screen and (max-width: 951px) {
	.hide-on-desktop {
		display: block;
	}

	.hide-on-mobile {
		display: none;
	}

	#cursorCanvas {
		display: none;
	}

	body {
		cursor: default;
	}

	a {
		cursor: default;
	}

	/* Home page baner slider */
	.vulcan-home-slider-images .index {
		min-width: 65px;
	}

	.vulcan-home-slider-images .current-index {
		font-size: var(--font-vulcan-small);
		line-height: 30px;
	}

	.vulcan-home-slider-images .total-index {
		font-size: var(--font-vulcan-responsive-normal);
		line-height: 30px;
	}

	.vulcan-home-slider-images .index {
		bottom: 30px;
		right: 79px;
	}

	.vulcan-home-slider-images .slick-next.slick-arrow {
		bottom: 36px;
		right: 21px;
	}

	.vulcan-home-slider-images spline-viewer {
		width: 100%;
		left: 0;
	}

	.vulcan-home-slider-images .logo-image {
		height: 80px;
		width: 80px;
	}

	.vulcan-home-slider-images .particles-logo {
		display: none !important;
	}

	.vulcan-home-slider-images .overlay-logo.hide {
		display: block;
	}

	/* Footer */
	footer .footer-container {
		padding: 40px 20px 38.64px;
	}

	footer .footer-nav-menu ul {
		gap: 20px 30px;
	}

	footer .footer-nav-menu ul li {
		font-size: var(--font-vulcan-responsive-body);
		line-height: 26px;
	}

	footer ul.footer-social-icons li {
		width: 20px;
		height: 20px;
	}

	footer .copyrigt-text {
		margin: 0 0 18px;
		font-size: var(--font-vulcan-responsive-tiny);
		line-height: 26px;
	}

	footer .footer-arrow {
		width: 16px;
		height: 48.12px;
	}

	/* Header */
	body.menu-items {
		overflow: hidden;
	}

	body.menu-items header .header-container .content-wrapper .header-menu-icon nav.header-nav-btn {
		right: 20px;
	}

	header .header-container {
		padding: 40px 20px;
	}

	header .header-container .site-logo a {
		max-height: 21px;
		height: 100%;
		width: 185px;
	}

	header .header-container .site-logo a img {
		height: auto;
		width: 100%;
	}

	header .header-menu-icon .header-nav-menu {
		width: 100%;
	}

	header .header-menu-icon .header-nav-menu {
		padding: 30px 20px;
	}

	header .header-menu-icon .header-nav-menu ul {
		row-gap: 15px;
	}

	header .header-menu-icon .header-nav-menu ul li {
		font-size: 24px;
		line-height: 1.2;
	}

	header .header-menu-icon .header-nav-menu ul li ul.header-sub-menu {
		padding: 10px 0 0 25px;
		font-size: 20px;
		min-width: unset;
		gap: 6px;
		line-height: 30px;
	}

	header .header-menu-icon .header-nav-menu ul li ul.header-sub-menu li {
		font-size: 20px;
		line-height: 30px;
	}

	/* About pag testimonial */
	.vulcan-about-page .vulcan-studio-testimonial {
		padding: 0 23px;
		max-width: 100%;
		margin-top: 40px;
	}

	.vulcan-about-page .vulcan-studio-testimonial h5 {
		font-size: var(--font-vulcan-responsive-normal);
	    line-height: 28px;
	}

	.vulcan-about-page .vulcan-studio-testimonial h2 {
		font-size: var(--font-vulcan-regular);
    	line-height: 36px;
    	margin-bottom: 14px;
    	max-width: 100%;
	}

	.testimonial-list .list-info .desc {
		margin-bottom: 15px;
	    font-size: var(--font-vulcan-responsive-body);
	    line-height: 26px;
	    max-width: calc(100% - 100px);
	}

	.vulcan-about-page .vulcan-studio-testimonial:before {
		right: 180px;
		width: 80px;
		height: 80px;
		top: 40px;
	}

	/* About page content secion */
	.vulcan-about-page .vulcan-about-content {
		flex-direction: column;
		display: flex;
		row-gap: 38px;
		padding: 0;
		margin: 0 23px 0 !important;
		max-width: 100%;
	}

	.vulcan-about-page .vulcan-about-content .image {
		width: 100%;
		min-width: 100%;
	}

	body.menu-items .vulcan-about-page .vulcan-about-content .image h1 {
		z-index: unset;
	}

	.vulcan-about-page .vulcan-about-content .image h1 {
		display: block;
		margin: auto;
		margin-top: auto;
		margin-right: auto;
		line-height: 100%;
		text-transform: none;
		background: linear-gradient(to bottom, #fff 0, #fff calc(100% - 35px), #121212 calc(100% - 35px), #121212 100%);
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: right;
		transform: translateY(35px);
		margin-top: -40px;
		margin-right: 50px;
		font-size: 80px;
		line-height: 90px;
		text-transform: capitalize;
		position: relative;
		z-index: 999;
	}

	.vulcan-about-page .vulcan-about-content .image img {
		height: auto;
		offset-position: top;
		min-width: 100%;
	}

	.vulcan-about-page .vulcan-about-content .about-content {
		width: 100%;
	}

	.vulcan-about-page .vulcan-about-content .about-content .about-content-wrapper p {
		margin: 0 0 30px;
		font-size: var(--font-vulcan-responsive-body);
		line-height: 26px;
	}

	.vulcan-about-page .vulcan-about-content .about-content .about-content-wrapper a.button-black {
		min-height: 46px;
		min-width: 107px;
		font-size: var(--font-vulcan-responsive-body);
		line-height: 26px;
		padding: 8px 18px;
	}

	/* Portfolio Page */
	.portfolio-page .vulcan-portfolio-page .architecture-image a h2,
	.portfolio-page .vulcan-portfolio-page .interior-image a h2 {
		font-size: var(--font-vulcan-normal);
	}

	.portfolio-page .vulcan-portfolio-page .interior-image,
	.portfolio-page .vulcan-portfolio-page .architecture-image {
		min-height: 100dvh;
		height: 100dvh;
	}

	.portfolio-page .vulcan-portfolio-page {
		min-height: 100dvh;
		height: 100dvh;
	}

	.portfolio-page .vulcan-portfolio-page .interior-image a,
	.portfolio-page .vulcan-portfolio-page .architecture-image a {
		top: 50%;
	}

	/* Contact Page */
	.vulcan-contact-page .banner-image {
		height: 350px;
	}

	.vulcan-contact-page .contact-info {
		max-width: calc(100% - 150px);
		margin: 40px auto 0;
	}

	.vulcan-contact-page .contact-info h3 {
		font-size: var(--font-vulcan-responsive-normal);
		line-height: 28px;
		margin-bottom: 26px;
	}

	.vulcan-contact-page .contact-info .contact-form label {
		font-size: var(--font-vulcan-responsive-normal);
		line-height: 28px;
		text-transform: capitalize;
	}

	.vulcan-contact-page .contact-info .contact-form input,
	.vulcan-contact-page .contact-info .contact-form textarea {
		font-size: 14px;
		line-height: 16px;
		height: 32px;
	}

	.vulcan-contact-page .contact-info .contact-form textarea {
		height: 200px;
	}

	.vulcan-contact-page .contact-info .contact-form .user-name,
	.vulcan-contact-page .contact-info .contact-form .user-info {
		margin-bottom: 20px;
	}

	.vulcan-contact-page .contact-info .contact-form a.button-black {
		font-size: var(--font-vulcan-responsive-body);
		line-height: 26px;
		font-weight: 300;
		padding: 8px 18px;
	}

	.vulcan-contact-page .contact-info p {
		font-size: var(--font-vulcan-responsive-body);
		line-height: 30px;
		margin-bottom: 18px;
	}

	/* portfolio list page */
	.vulcan-studio-portfolio .portfolio-detail:hover .title {
/*		right: 10px;*/
		left: 10px;
		font-size: var(--font-vulcan-responsive-normal);
		line-height: 28px;
	}

	.vulcan-studio-portfolio .portfolio-detail.left-column .title {
		right: 10px;
		left: unset;
	}

	.vulcan-studio-portfolio .portfolio-detail:hover .title::after {
		bottom: -4px;
	}

	.vulcan-studio-portfolio {
		margin-bottom: 0;
		border-bottom: unset;
	}

	.vulcan-studio-portfolio .load-more-posts {
		margin-top: 40px;
	}

	.portfolio-list .portfolio-banner {
		height: 350px;
		min-height: 350px;
	}

	.portfolio-list .portfolio-banner h1 {
		font-size: var(--font-vulcan-normal);
	}
}

@media screen and (max-width: 569px) {
	/* About page testimonial */
	.vulcan-about-page .vulcan-studio-testimonial h2,
	.testimonial-list .list-info .desc {
		max-width: 100%;
	}

	.testimonial-list .slick-slide {
		margin: 0 10px;
	}

	.vulcan-about-page .vulcan-studio-testimonial:before {
        right: 70px;
    }

    .vulcan-about-page .vulcan-about-content .image h1 {
    	margin-right: 30px;
    }

    /* Portfolio Page */
    .portfolio-page .vulcan-portfolio-page {
		height: 100%;
		min-height: 100%;
		flex-direction: column;
    }

    .portfolio-page .vulcan-portfolio-page .interior-image,
    .portfolio-page .vulcan-portfolio-page .architecture-image {
		min-height: 350px !important;
		height: 350px;
		width: 100%;
    }

    .wp-block-group.contact-form h5::after {
		width: 19%;
	}

	.vulcan-contact-page .contact-info,
	.wp-block-group.contact-form {
		max-width: 100%;
    	margin: 40px 23px 0;
	}
}

@media screen and (max-width: 413px) {
	/* portfolio list page */
	.vulcan-studio-portfolio .portfolio-detail.left-column .title,
	.vulcan-studio-portfolio .portfolio-detail:hover .title {
		right: 10px;
		left: unset;
	}
}

@media screen and (max-width: 376px) {
	/* About page testimonial */
	.vulcan-about-page .vulcan-studio-testimonial:before {
		right: 50px;
	}
}

@media screen and (max-width: 321px) {
	footer .footer-nav-menu ul {
		gap: 15px 25px;
	}
}

@media screen and (max-width: 391px) {
	/* portfolio list page */
	.vulcan-studio-portfolio .portfolio-detail {
/*		width: calc(100% - 10px);*/
		width: 100%;
	}

	.vulcan-studio-portfolio .portfolio-detail:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 951px) {
	body { cursor: none; } /* Hide cursor above 950px */

	a, button, input, textarea, select {
        cursor: none !important; /* Keep pointer cursor on interactive elements */
    }
}