@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */
:root {     
    --base-color: #ffce00; 
    --accent-color:#f06721;	
    --dark-gray: #232323;
    --light-medium-gray: #cbcbcb;
    --primary-font: 'Urbanist', serif;
    --alt-font: 'Urbanist', serif;
	--purle:#301950;
} 
/* reset */
body {
    font-size: 16px;
    line-height: 1.25em; 
    letter-spacing: .4px;
	color: var(--dark-gray);
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 12px;
    height: 12px;
}
.headerbor {
	border-color: #f7f7f724 !important;
}
.text-purle {
	color:var(--purle);
}
.bg-purple {
	 background-color: var(--purle);
}
.bgover {
    background-image:linear-gradient(-65deg, #18366E00 3%, #000000 100%);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}
.text-accent-color {
	color:var(--accent-color);
}
header .navbar {
	background-color:transparent;
}
header .navbar-brand {
    padding: 15px 0;
}
header .navbar-brand img {
    max-height: 95px;
}
.header-push-button .push-button {
    height: 8px;
}
.header-push-button .push-button span:first-child {
    
    
}
.show-menu .header-push-button .push-button span:nth-child(1) {
    
    top: 0;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 70px;
    line-height: 50px;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
    padding-left: 10px;
}
/* sticky image */
.stickyImageContainer {
    height: 100vh;
    background-color: var(--black) !important;
}
.stickyImageContainer .bg-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
}
.stickyImageContainer.scrolling .bg-overlay {
    transform: scale(0.75);    
}
.stickyImageContainer .slide {
    justify-content: center;
}
/* magic view cursor */
.magic-view-cursor #ball-cursor {
    background-color: rgba(255,255,255,.2);
    width: 150px;
    height: 150px;
}
.magic-view-cursor #ball-cursor:before {
    content: "Click and drag";
    font-family: var(--primary-font) !important;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
/* portfolio filter */
.portfolio-filter li:hover a, .portfolio-filter li:focus a, .portfolio-filter li.active a {
    color: var(--white);
}
/* font size */
.fs-230 {
    font-size: 14.375rem;
    line-height:12rem ;
}
/* footer */
.home-page-footer {
    position: fixed;
    bottom: 0;
    padding:55px 40px;
    width: 100%;
}
/* page title */
.page-title-extra-large h1 {
    font-size:8.5rem;
    line-height:8.5rem;
}
/* bg color */
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #0c0c0b), to(transparent));
    background: linear-gradient(to top, #0c0c0b 7%, transparent 100%);
}
.bg-maire-yellow {
    background-color: #181817;
}

.bg-bistre-brown {
    background-color: #3a2d1f;
}
.bg-nero-grey {
    background-color: #1f1f1f;
}
.hover-box.dark-hover:hover .text-light-opacity {
    opacity: 0.5;
}
/* footer */
.footer-dark {
    color: var(--medium-gray);  
}
.footer-dark p, .footer-dark a {
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
}
footer .footer-logo img {
    max-height: 35px;
}
.dropdown-with-icon a::after {
   content: "\f107";
    position: relative;
    right: -9px;
    font-size: 13px;
    top: 3px;
    font-family: FontAwesome;
}
.dropdown-with-icon .dropdown-menu a::after {
  display:none;
}
.mob-on {
	display:none;
}
.breadcrumbs a {
    color: #fff;
    text-decoration: none;
	
}

.breadcrumbs a:hover {
    text-decoration: none;
}
.whatsApp-floating {
    position: fixed;
    right: 35px;
    z-index: 111;
    bottom: 5%;
    background: #25d366;
    padding: 4px 10px;
    padding-bottom: 6px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
}
.whatsApp-floating:hover {
	color:#fff;
	background: #25d366;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
	color: #000;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover {
	color: #000;
}

.coll-desc {
	font-weight:500;
}
.imgwrap {
    width: 100%;
    aspect-ratio: 1 / 1; /* Ensures a square shape */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f0f0f0; /* Fallback color */
}

.imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures full image is visible */
}
.pgid:hover .bk {
	background:#f6f6f6 !important;
	font-weight:700 !important;
}
.dropdown-toggle{
        display: flex;
        justify-content: center;
        align-items: center;
       width: 30px;
    height: 30px;
        right: 0;
        position: absolute;
        top: 0;
        text-align: center;
        color: #000;
		background: #fed113;
		margin: 5px;
    }
	.dropdown-toggle::after {
		    margin-top: 15px;
	}

.search-results-container {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    border: 0px solid #ddd;
    margin-top: 5px;
    max-height: 300px;
    overflow-y: auto;
}
.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.search-result-item:hover {
    background: #f5f5f5;
}
.search-result-item a div .small {
    color: #999;
    display:block;
    margin-right: 4px;
}
.header-infor {
	width:100%;
	padding:10px;
	margin-top:20px;
}
.btn-accent-color {
	background:#ffde59;
}

@media (max-width: 991px) {
	
.footer-navbar li {
	display:block;
	text-align:left;
}
.main-content {
    position: relative;
    z-index: 2;
    background: var(--white);
    margin-top: 100px;
}
	
	.dropdown-menu.show {
		display:block !important;
	}
    .fs-230 {
        font-size: 13.375rem;
        line-height:11rem ;
    }
    .page-title-extra-large h1 {
        font-size: 7.5rem;
        line-height: 7.5rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 50px;
        line-height: 40px;
    }
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }
    header .hamburger-push-button .push-button-text {
        color: var(--white)!important;
    }
}
@media (max-width: 767px) {
    .page-title-extra-large h1 {
        font-size: 6.2rem;
        line-height: 6.2rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 46px;
        line-height: 38px;
    }
	.mobilebtn {
	right: 10px;
    position: absolute;
    top: 20px;
	}
	header .navbar-brand img {
    max-height: 55px;
}
.sm-order-1 {
	order:1 !important;
}
.sm-order-2 {
	order:2 !important;
}
.sm-order-3 {
	order:3 !important;
}
.header-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-nav li {
	text-align:left;
	width: 100%;
        border-bottom: solid 1px #ccc;
}
.btn.btn-medium {
    font-size: 13px;
    padding: 7px 20px;
}
.dropdown-with-icon a::after {
  display:none;
}
.dropdown-with-icon .dropdown-menu a::after {
  display:none;
}
.mob-on {
	display:none;
}
.dropdown-menu {
	display:none !important;
}
}
@media (max-width: 575px) {
    .fs-230 {
        font-size: 7.2rem;
        line-height:6.5rem ;
    }
    #stickyImgContainer .slides {
        padding: 0 4.5vw;
    }
    /* footer */
    .home-page-footer {
        padding: 35px 15px;
    } 
}

.header-button a i:hover {
    color: #f79e77 !important;
}