/* STICKY HEADER */
html,
body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}


.hero-video-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    background: transparent;
}


/* =========================================
   DESKTOP
========================================= */

.hero-video-desktop {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-video-desktop video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/* =========================================
   MOBILE HIDDEN
========================================= */

.hero-video-mobile {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .hero-video-desktop {
        display: none;
    }

    .hero-video-mobile {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .hero-video-mobile video {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

}
.animated-text{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}

.animated-text span{
    opacity:0;
    transform:translateY(30px);
    display:inline-block;
    animation:letterAnim 0.5s forwards;
}
#navbar-spy{
    position: relative; /* or relative */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all .4s ease;
}

#navbar-spy.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    animation: stickyMenu .4s ease;
	padding:0 60px;
	z-index: 99;
}

@keyframes stickyMenu{
    from{
        transform: translateY(-100%);
	}
    to{
        transform: translateY(0);
	}
}
/* Space */
.animated-text .space{
    width:5px;
}

/* Delay for each letter */
.animated-text span:nth-child(1){ animation-delay:0.1s; }
.animated-text span:nth-child(2){ animation-delay:0.2s; }
.animated-text span:nth-child(3){ animation-delay:0.3s; }
.animated-text span:nth-child(5){ animation-delay:0.4s; }
.animated-text span:nth-child(6){ animation-delay:0.5s; }
.animated-text span:nth-child(7){ animation-delay:0.6s; }
.animated-text span:nth-child(8){ animation-delay:0.7s; }
.animated-text span:nth-child(9){ animation-delay:0.8s; }
.animated-text span:nth-child(10){ animation-delay:0.9s; }

@keyframes letterAnim{
    to{
        opacity:1;
        transform:translateY(0);
	}
}

.logo-inverse{
    filter: invert(1);
}

.card:hover .card-body h3{
    color: #F37032;
    transition: 0.3s;
}

.card:hover a{
    letter-spacing: 1px;
    transition: 0.3s;
}

.card{
    transition: all 0.4s ease;
}

.card:hover{
    box-shadow: 0 15px 33px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-10px);
}


.map-container {
	width: 100%;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.map-iframe {
	width: 100%;
	height: 280px;
	border: 0;
}

/* Tablet */
@media (max-width: 991px) {
	.map-container {
		padding-top: 30px;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.map-iframe {
		height: 240px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.map-container {
		padding-top: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.map-iframe {
		height: 220px;
	}
	.map-container {
		width: 100%;
		padding-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.map-iframe {
		width: 100%;
		height: 280px;
		border: 0;
	}
	#navbar-spy.sticky{
   
	padding:0 0px;
}

@keyframes stickyMenu{
    from{
        transform: translateY(-100%);
	}
    to{
        transform: translateY(0);
	}
}
	
}
	/* Tablet */
	@media (max-width: 991px) {
		.map-container {
			padding-top: 30px;
			padding-left: 8px;
			padding-right: 8px;
		}
		
		.map-iframe {
			height: 240px;
		}
	}
	
	/* Mobile */
	@media (max-width: 767px) {
		.map-container {
			padding-top: 20px;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.map-iframe {
			height: 220px;
		}
		.contact .contact-form {
			padding: 20px;
		}
	}

.portfolio-creative .portfolio-item .portfolio-content {
	left: -80px;
}
.portfolio-creative .portfolio-item-left .portfolio-content {
	left: 50% !important;
}
.bg-blue {
	background-color: #f5f0da;
}
.mb-20 {
	margin-bottom: 20px !important;
}

.entry .entry-title h3 {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.pt-0 {
	padding-top: 0px !important;
}
.text-white {
	color: white !important;
}
.page-title .title .title-content:before {
	height: 185px !important;
}
.break-hidden {
	display: block;
}

.creative-studio {
	width: 100%;
}

.creative-studio__container {
	position: relative;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 30% 70%;
	min-height: 350px;
	background: #f3f3f4;
}

.creative-studio__content {
	position: relative;
	z-index: 2;
	background: #f3f3f4;
	padding: 80px 40px 80px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.creative-studio__accent {
	display: block;
	width: 60px;
	height: 3px;
	margin: 12px 0 20px;
}

.creative-studio__title {
	position: relative;
	z-index: 3;
	width: 900px;
	max-width: none;
	margin: 0 0 24px;
}

.creative-studio__description {
	max-width: 380px;
	margin: 0;
}

.creative-studio__media {
	position: relative;
	min-height: 350px;
	height: 100%;
}

.creative-studio__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.creative-studio__title {
		width: 700px;
	}
}

@media (max-width: 991px) {
	.creative-studio__container {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	
	.creative-studio__content {
		order: 2;
		padding: 40px 20px;
	}
	
	.creative-studio__media {
		order: 1;
		min-height: 450px;
	}
	
	.creative-studio__title {
		width: 100%;
		max-width: 100%;
	}
	
	.creative-studio__description {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.creative-studio__media {
		min-height: 320px;
	}
	
	.creative-studio__content {
		padding: 30px 15px;
	}
}
.mt-20 {
	margin-top: 20px;
}
.md-hidden {
	display: none;
}
@media (max-width: 768px) {
	.break-hidden {
		display: none;
	}
	.md-hidden {
		display: block;
	}
}
.eyewear-banner {
	width: 100%;
}

.eyewear-banner__container {
	position: relative;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

/* Background */
.eyewear-banner__bg,
.eyewear-banner__image {
	width: 100%;
	height: 100%;
}

.eyewear-banner__image {
	display: block;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
}

.eyewear-banner__border {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 1;
	pointer-events: none;
}

.eyewear-banner__content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(640px, calc(100% - 40px));
	aspect-ratio: 640 / 264;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/* Border Image */

/* White Patch */
.eyewear-banner__inner {
	position: absolute;
	top: 14px;
	left: 14px;
	right: 14px;
	bottom: 14px;
	background: #f3f3f4;
	z-index: 2;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	text-align: center;
	padding: 20px;
}

.eyewear-banner__inner .slider-description {
	max-width: 540px;
	margin: 0 auto 28px;
}

.eyewear-banner__inner .custom-btn {
	position: absolute;
	left: 50%;
	bottom: -34px;
	transform: translateX(-50%);
	max-width: 800px !important;
	z-index: 3;
	padding:0px 20px;
}

@media (max-width: 767px) {
	.eyewear-banner__container {
		height: 700px;
	}
	
	.eyewear-banner__content {
		width: calc(100% - 48px);
		max-width: 640px;
		aspect-ratio: 640 / 340;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.eyewear-banner__inner {
		top: 8px;
		left: 8px;
		right: 8px;
		bottom: 8px;
		padding: 22px 18px 58px;
	}
	
	.eyewear-banner__inner .slider-title {
		margin: 0 0 10px;
	}
	
	.eyewear-banner__inner .slider-description {
		max-width: 100%;
		margin: 0 auto 18px;
		line-height: 1.6;
	}
	
	.eyewear-banner__inner .btn {
		min-width: 170px;
		bottom: -24px;
	}
}

@media (max-width: 575px) {
	.eyewear-banner__container {
		height: 700px;
	}
	.eyewear-banner__content {
		width: calc(100% - 40px);
		aspect-ratio: 640 / 400;
	}
	
	.eyewear-banner__inner {
		padding: 18px 14px 54px;
	}
	
	.eyewear-banner__inner .slider-title {
		margin-bottom: 8px;
	}
	
	.eyewear-banner__inner .slider-description {
		margin-bottom: 14px;
	}
	
	.eyewear-banner__inner .btn {
		min-width: 150px;
		bottom: -22px;
	}
}
.mb-100{
	margin-bottom: 100px;
}
.mb-50{
	margin-bottom: 50px;
}


/* =========================
	HERO SECTION
========================= */



/* OPTIONAL GLASS EFFECT */
.about-card,
.content-box,
.floating-box{
    background:rgba(255,255,255,0.72);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
	
    border:1px solid rgba(255,255,255,0.5);
}


/* OPTIONAL IMAGE HOVER */
.hero-image-wrap img,
.about-image-box img{
    transition:.5s ease;
}

.hero-image-wrap img:hover,
.about-image-box img:hover{
    transform:translateY(-8px) scale(1.02);
}

/* =========================
	HERO SECTION
========================= */

.heading-1-1{
    padding:120px 0;
    position:relative;
    overflow:hidden;
	
    /* PREMIUM BACKGROUND */
    background:
    radial-gradient(circle at top left, rgba(13,92,171,0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(245,158,11,0.08), transparent 30%),
    linear-gradient(135deg,#f8fafc,#eef4ff);
	
    z-index:1;
}

/* GRID PATTERN */
.heading-1-1::before{
    content:'';
    position:absolute;
    inset:0;
	
    background-image:
    linear-gradient(rgba(13,92,171,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,92,171,0.04) 1px, transparent 1px);
	
    background-size:40px 40px;
	
    z-index:-1;
}

/* BLUR SHAPES */
.heading-1-1::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#0d5cab;
    filter:blur(120px);
    opacity:.12;
    border-radius:50%;
    top:-180px;
    right:-150px;
    z-index:-1;
}


/* =========================
	ABOUT SECTION
========================= */

.about-1{
	position:relative;
    overflow:hidden;
	
    /* MODERN LIGHT PATTERN BG */
    background:
    linear-gradient(135deg,#ffffff,#f4f7fb);
	
    z-index:1;
}

/* DOT PATTERN */
.about-1::before{
    content:'';
    position:absolute;
    inset:0;
	
    background-image: radial-gradient(rgba(13,92,171,0.08) 1px, transparent 1px);
	
    background-size:22px 22px;
	
    opacity:.7;
	
    z-index:-2;
}

/* SOFT COLOR GLOW */
.about-1::after{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:#0d5cab;
    border-radius:50%;
    filter:blur(130px);
    opacity:.08;
    bottom:-220px;
    left:-120px;
	
    z-index:-1;
}


/* OPTIONAL GLASS EFFECT */
.about-card,
.content-box,
.floating-box{
    background:rgba(255,255,255,0.72);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
	
    border:1px solid rgba(255,255,255,0.5);
}


/* OPTIONAL IMAGE HOVER */
.hero-image-wrap img,
.about-image-box img{
    transition:.5s ease;
}

.hero-image-wrap img:hover,
.about-image-box img:hover{
    transform:translateY(-8px) scale(1.02);
}
/* CLIENT LOGO */
.client-logo{
     object-fit:contain;
	 filter:grayscale(100%);
    opacity:.7;
	transition:all .4s ease;
}
/* HOVER */
.client-logo:hover{
    filter:grayscale(0%);
    opacity:1;
}
.clients-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.clients-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: clientsScroll 30s linear infinite;
}
.client {
    flex: 0 0 auto;
    width: 160px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo {
    width: 250px;
    max-width: 250px;
    height: auto;
    object-fit: contain;
}
/* Continuous movement */
@keyframes clientsScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
/* Pause on hover */
.clients-marquee:hover .clients-track {
    animation-play-state: paused;
}
/* Tablet */
@media (max-width: 991px) {
    .client {
        width: 200px;
        margin-right: 30px;
    }
    .client-logo {
        width: 200px;
        max-width: 110px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .clients-track {
        animation-duration: 25s;
    }
    .client {
        width: 180px;
        margin-right: 25px;
    }
    .client-logo {
        width: 180px;
        max-width: 180px;
    }
}
.border-radius-10{
	border-radius:10px !important;
}
.border-radius-20{
	border-radius:20px !important;
}
.border-radius-30{
	border-radius:30px !important;
}
/* Sticky Side Button whatsapp*/
.vgc-whatsapp-tab{
	position:fixed;
	right:-165px; /* hide text */
	bottom:80px;
	width:215px;
	height:50px;
	background:#198754;
	display:flex;
	align-items:center;
	border-radius: 10px 0px 0px 10px;
	text-decoration:none !important;
	box-shadow:0 6px 20px rgba(0,0,0,0.25);
	transition:all .4s ease;
	z-index:99999;
}
/* Hover Slide */
.vgc-whatsapp-tab:hover{
	right:0;
}
/* Icon */
.vgc-icon{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#1ebe5d;
	flex-shrink:0;
	border-radius: 10px 0px 0px 10px;
}
.vgc-icon img{
	width:32px;
	height:32px;
}
/* Text */
.vgc-label{
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding-left:18px;
	white-space:nowrap;
}
/* Mobile */
@media(max-width:768px){
	.vgc-whatsapp-tab{
        width:205px;
        height:56px;
        right:-148px;
        bottom:20px;
	}
	
	.vgc-icon{
        width:56px;
        height:56px;
	}
	
	.vgc-icon img{
        width:28px;
        height:28px;
	}
	
	.vgc-label{
        font-size:14px;
        padding-left:14px;
	}
}
/***link over class****/
.link-hover {
    transition: color 0.3s ease;
}
.link-hover:hover {
    color: #000 !important;
    text-decoration: none;
}