/* =========================
   1. GLOBAL & FONTS
   ========================= */
@font-face {
  font-family: 'TTNormsPro';
  src: url('.././fonts/TTNormsPro-ExtraLight.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'TTNormsPro';
  src: url('.././fonts/TTNormsPro-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'TTNormsPro';
  src: url('.././fonts/TTNormsPro-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'TTNormsPro';
  src: url('.././fonts/TTNormsPro-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'TTNormsPro';
  src: url('.././fonts/TTNormsPro-Black.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'IvyMode';
  src: url('.././fonts/IvyMode-Regular.ttf') format('truetype');
  font-weight: 400;
}


   body {
    background-color: #f5f2ec;
    font-family: 'TTNormsPro', sans-serif;
    margin: 0;
    padding: 0;
}


.accordion .accordion-link{
	text-decoration:none ;
}
.accordion .accordion-link:hover{
	color:#fec739 !important;
		
}
/* Big Display Heading */
h1.display-1 {
    font-family: 'TT Norms Pro' !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 140px !important;
    line-height: 1.5 !important;
    color: #FEC739 !important;
}
img{
  max-width: 100%;
}
/* =========================
   2. HEADER & NAVIGATION
   ========================= */
.custom-header {
    padding: 15px;
    font-family: 'TTNormsPro-Regular', sans-serif;
}

.custom-header .navbar-nav .nav-link {
    letter-spacing: 1px;
    font-family: 'TTNormsPro-Regular';
    position: relative;
	    transition: all 0.2s linear;
}
.navbar .dropdown-menu{
	top:90% !important;
}
.studio-section .image-tab img{
    max-width: 400px !important;
    width: 100%;
}
li.nav-item{
	height:100%;
}
.nav-item.dropdown{
transition: all 01s ease;}
/* Active Menu Decor */
.custom-header .navbar-nav .nav-link.active-pill:after {
    content: url(./Images/Layer-2.png);
    position: absolute;
    top: -2px;
    left: -10px;
    right: 0;
    display: block;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
}



/* Buttons */
.custom-header .btn-talk,
.hero-text-banner .btn-talk {
    background: #fec739;
    border-radius: 50px;
    padding: 8px 30px;
    font-family: 'TTNormsPro-Regular';
    border: none;
}

.custom-header .btn-talk {
    padding: 8px 22px;
}

.blog-btn {
    background: transparent;
    color: #222 !important;
    font-family: 'TTNormsPro-ExtraLight';
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 15px;
}

.apply-btn {
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 16px;
    background: transparent;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #000;
    color: #fff;
}

/* Dropdown */
.dropdown-menu {
    border-radius: 10px;
    padding: 10px;
}

/* =========================
   3. HERO & BANNER ELEMENTS
   ========================= */
.hero-text-banner h2 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'IvyMode-Regular', sans-serif;
    line-height: 1;
}

.hero-text-banner .secondary-text {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    line-height: 1.2;
    font-family: 'TTNormsPro', sans-serif;
    font-weight: 400;
}

.banner-text {
    font-family: 'TTNormsPro-Regular' !important;
    font-size: 19px !important;
    max-width: 800px !important;
}
#header .custom-logo-link img{
	width: auto !important;
	height: auto !important;
}
/* Absolute Positioned Banner Images */
#home .banner-middle-image { width: 55%; }

#home .banner-left-top-image {
    top: 3% !important;
    left: 1.5% !important;
    width: 13% !important;
    z-index: 1 !important;
}
img.center-image{
	width:90% !important;
}

#home .banner-left-bottom-image {
    bottom: 3% !important;
    left: 0% !important;
    width: 13% !important;
    z-index: 1 !important;
    transform: rotateY(-180deg);
}

#home .banner-right-top-image {
    top: 3% !important;
    right: 1.5% !important;
    width: 8% !important;
    z-index: 1 !important;
}

#home .banner-right-bottom-image {
    bottom: 7% !important;
    right: 2.9% !important;
    width: 8% !important;
    z-index: 1 !important;
}

#home .banner-scroll-image {
    bottom: 3% !important;
    right: 1.5% !important;
    width: 11% !important;
    z-index: 1 !important;
    animation: rotate 5s linear infinite;
}

/* Main/Car Placement */
.main-img {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 420px;
    z-index: 5;
}

.car {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 380px;
    z-index: 6;
}

/* =========================
   4. SECTION SPECIFIC STYLES
   ========================= */

/* Faded Background Text */
.banner-lighter-text .bg-text {
    font-family: "Rozha One", serif;
    font-size: 8rem;
    font-weight: 600;
    color: #dcd6cc;
    opacity: 0.5;
    white-space: nowrap;
    pointer-events: none;
}

.banner-lighter-text .main-text {
    position: relative;
    font-size: 22px;
    font-weight: 100 !important;
    font-family: 'TTNormsPro', sans-serif;
}

/* Expertise */
.expertice-section .title {
    text-transform: uppercase !important;
    font-family: 'TTNormsPro-Regular', 'TT Norms Pro' !important;
    margin-bottom: 30px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    letter-spacing: 0.26em !important;
    text-align: center !important;
}

.explore-allexpertise {
    width: 85% !important;
    height: 70% !important;
}

/* Studio */
.studio-section h3 {
    font-family: 'IvyMode-Regular', 'IvyMode' !important;
    font-weight: 100 !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    font-size: 3rem;
}
.dropdown-item.active, .dropdown-item:active{
	

    color: #f9e52b !important;
    text-decoration: none;
    background-color: transparent !important;
}
/* Work / Services */
#work span {
    opacity: 0.9;
    letter-spacing: 0.5px;
    font-size: 4.5rem !important;
    min-height: 230px;
	font-weight:100 !important;
	
}

.services span {
    font-weight: 100 !important;
}

/* Reach / Counter Section */
.reach-section { padding: 100px 0; }
.counter-box { position: relative; display: inline-block; }

.counter {
    font-size: 120px !important;
    font-weight: 600;
    color: #f4b422 !important;
    line-height: 1;
}

.counter-box p {
    position: absolute;
    top: 72%;
    width: 100%;
    left: 77%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    letter-spacing: 3px;
    color: #333;
    margin: 0;
}

.counter-box h3 {
    position: absolute;
    top: 82%;
    left: 77%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: 400;
    font-family: 'TTNormsPro', sans-serif;
    margin: 0;
}

.infinity { font-size: 120px; color: #f4b422; line-height: 1; }
.infinity-text { font-size: 40px; font-family: 'TTNormsPro', sans-serif; margin-top: -20px; }

/* Curved Text */
#curve-text { padding: 60px 0; }
#curve-text .wave-text {
    font-size: 6rem;
    fill: #000;
    font-family: serif;
    letter-spacing: 3px;
}

/* Career & Jobs */
.career-title { font-size: 48px; font-weight: 600; color: #FEC735; }
.career-section p { font-size: 20px; line-height: 1.4; }
.career-img { max-width: 260px; }
.career-bottom-text { font-size: 36px; font-weight: 500; }
.career-text { font-size: 18px; max-width: 600px; }
.career-email { font-size: 28px; font-family: 'IvyMode'; color: #000; text-decoration: none; }
.career-email:hover { text-decoration: underline; }
.career-contact-img { max-width: 290px; }
.jobs-section hr { border-top: 1px solid #aaa; }
.job-item h5 { font-size: 18px; }
.job-meta { font-size: 14px; color: #555; }
.letter-spacing { letter-spacing: 2px; }

/* Swiper / Logos */
/* .logoSwiper .swiper-slide { width: 25%; } */
#logo-slider .logoSwiper img {
    height: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: 0.3s ease;
}
/* .logoSwiper .swiper-slide{
	width: 25% !important;
} */
#logo-slider .logoSwiper img:hover { opacity: 1; transform: scale(1.1); }

/* Footer */
footer .f-sub-heading { font-size: 50px; line-height: 1.2; }
footer .social-icon i { font-size: 18px; transition: 0.3s; }

/* =========================
   5. ANIMATIONS
   ========================= */
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rose-hand {
    height: 50vh;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.rose-hand .hand, .rose-hand .rose {
    position: absolute;
    top: 0;
    width: 55%;
    transition: all 1.2s ease;
}

.rose-hand .hand { transform: translateY(20%); right: -200px; }
.rose-hand .rose { transform: translateY(0%); left: -200px; }

.rose-hand.active .rose { left: -5%; }
.rose-hand.active .hand { right: -5%; }

/* =========================
   6. RESPONSIVE QUERIES
   ========================= */

/* Tablets / Small Desktops */
@media (max-width: 991px) {
    .career-title { font-size: 34px; }
    .career-bottom-text { font-size: 22px; }
    .career-img { max-width: 200px; }
    .career-email { font-size: 20px; }
	ul.navbar-nav{
		overflow:scroll;
	}
}

/* Mobile Devices */
@media (max-width: 768px) {
    .banner-lighter-text .bg-text { font-size: 5.5rem; }
    .banner-lighter-text .main-text { font-size: 14px !important; }
    .hero-text-banner h2 { font-size: 2rem; }
    .hero-text-banner .secondary-text { font-size: 1rem; }
    .post-title { font-size: 2rem !important; }
    
    #home .banner-middle-image { width: 80%; }
    #home .banner-left-top-image,
    #home .banner-left-bottom-image,
    #home .banner-right-top-image,
    #home .banner-right-bottom-image,
    #home .banner-scroll-image { display: none; }

    .banner-container .left-image { width: 32%; right: -2% !important; top: -10%; }
    
    .counter { font-size: 60px !important; }
    .counter-box p, .counter-box h3 {margin-top: 5px; font-size: 15px}
    .counter-box h3 { font-size: 28px;  margin-top: 15px}
    .infinity { font-size: 70px; }
    .infinity-text { font-size: 24px; }
	
	h1.display-1 {
    font-size: 100px !important;
    line-height: 1.0 !important;
}
}
.studio-section p{
		font-size:18px !important;
	}
/* Small Phones */
@media (max-width: 576px) {
	.slash{
		display:none !important;
	}
	.explore-allexpertise .services span{
		width:100%;
	}
	.studio-section .image-tab img{
		max-width:200px !important;
	}
	.studio-section .container > .row:nth-child(odd) {
  flex-direction: column-reverse;
}
	.studio-section h3{
		font-size:1.8rem !important;
	}
	.studio-section h6{
		font-size:14px !important;
	}
	.studio-section p{
		font-size:16px !important;
	}
    .hero-text-banner h2 { font-size: 1.5rem; }
    .hero-text-banner .secondary-text { font-size: 0.9rem; }
    .hero-text-banner .btn-talk { padding: 6px 20px; font-size: 0.9rem !important; }
    
     .bg-text { font-size: 4rem !important; }
    #work span { font-size: 1.5rem !important; min-height: 10px; width:100% !important }
    #curve-text .wave-text { font-size: 8rem; }
    #curve-text { padding: 30px 0; }
    
    .rose-hand { height: 22vh; }
    
    .counter { font-size: 40px !important; }
    .counter-box h3 { font-size: 28px;  margin-top: 15px}
    .infinity { font-size: 50px; }
    .infinity-text { font-size: 18px; }

    .career-title { font-size: 28px; }
    .career-section p, .career-text { font-size: 14px; }

    .banner-container .left-image { width: 35% !important; left: 13% !important; bottom: -24% !important; right: auto !important; top: auto !important; }
    .banner-container .right-image { width: 15% !important; right: 1% !important; bottom: 4% !important; }
    .banner-container .left-plane-image { width: 40% !important; right: -2% !important; top: -10% !important; }
    .banner-container img{max-width: 100% !important;}
}

#about-us-banner p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

/* =========================
   FADED BACKGROUND TEXT
========================= */
.banner-lighter-text {
  position: relative;
}

.banner-lighter-text .bg-text {
  font-family: "Rozha One", serif;
  font-size: 7rem;
  color: #e9e2d8;
  opacity: 0.6;
  white-space: nowrap;
  pointer-events: none;
}

.banner-lighter-text .main-text {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
}

/* =========================
   BLOG SECTION
========================= */

/* BUTTON */
.blog-section .btn-link {
  font-size: 11px;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 16px !important;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.blog-section .btn-link:hover {
  background: #fec739;
	border-color:transparent !important;
}
.layer-0{
	  animation: floatUpDown 3s ease-in-out infinite;

}
/* Animation */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* move up */
  }
  100% {
    transform: translateY(0); /* back to original */
  }
}

.layer-0:hover, .layer-1:hover{
    animation: glitch-layer0 1s 1 linear forwards !important;
} 

@keyframes glitch-layer0 {
    0%{
        filter: saturate(0%) hue-rotate(0deg) brightness(1);
    }
    10%{
        filter: saturate(1000%) hue-rotate(336deg) brightness(2);
        /* transform: translate(0, -1%) !important; */
    }
    15%{
        filter: saturate(2000%) hue-rotate(154deg) brightness(2);
        /* transform: translate(0, 6%) !important; */
    }
    16%{
        filter: saturate(900%) hue-rotate(270deg) brightness(2) invert(1);
        /* transform: translate(0, -3%) !important; */
    }
    28%{
        filter: saturate(1000%) hue-rotate(336deg) brightness(2) ;
        /* transform: translate(0, 5%) !important; */
    }
    30%{
        filter: saturate(100%) hue-rotate(0deg) brightness(1) ;
        /* transform: translate(0, 0%) !important; */
    }
    100%{
        filter: saturate(100%) hue-rotate(0deg) brightness(1);
        /* transform: translate(0, 0%) !important; */
    }
}

form .custom-btn{
	background: #fec739;
    border-radius: 50px;
    padding: 8px 30px;
    font-family: 'TTNormsPro-Regular';
    border: none;
	color:#fff;
}
form .custom-btn:hover{
	background: #fec739;
    border-radius: 50px;
    padding: 8px 30px;
	color:#000;
    font-family: 'TTNormsPro-Regular';
    border: none;
}


.blog-page .blog-category li {
  margin-bottom: 10px;
}

.blog-page .blog-category a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.blog-page .blog-category a:hover {
  text-decoration: underline;
}

.blog-page .blog-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-page .read-more-btn {
  display: inline-block;
  font-size: 12px;
  padding: 6px 14px;
  border: 1px solid #000;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.blog-page .read-more-btn:hover {
  background:  #fec739;
	border-color:transparent !important;
}
.blog-item img.img-fluid {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
ul.blog-category li a{
	transition:all 0.2s linear;
}
ul.blog-category li a:hover{
	color:#ccc !important;
	text-decoration:none !important;
}

/* Tablet */
@media (max-width: 991px) {
  .blog-section .card img {
    height: 100%;
  }
}