@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	font-family: "Inter", sans-serif;
	margin: 0;
	overflow-x: hidden;
	background: #eee;
}
body,
div {
	margin: 0;
	padding: 0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: 100%;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	/* height: 100vh; */
	position: relative;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img {
	object-fit: fill;
	width: 100%;
	/* height: 100vh; */
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 22%;
	left: 50px;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(
		at center right,
		#ffffff00 50%,
		#00000096 100%
	);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: #fff;
	font-size: 8vw;
	font-family: "Inter", sans-serif;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-left: -12px;
	text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #ffffffb0;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 1.4em;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1),
		background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow {
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover {
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #f0992752;
	backdrop-filter: blur(20px);
	height: 65px;
	width: 65px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}
.swiper-container-h
	.slider-pagination-area
	.swiper-pagination
	.swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 30px;
}
.swiper-container-h .swiper-button-prev::after {
	content: "\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 30px;
}
.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
	background: #ffffff0d;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
		width: 100%;
		text-align: center;
		left: 0;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next,
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area {
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after,
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next,
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		background: #ffffff3b;
	}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
	button {
    padding: 15px;
}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 64px;
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag {
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc {
		margin: 20px auto 20px auto;
		font-size: 16px;
		width: 95%;
	}
	.swiper-container-h .slider-pagination-area {
		/* display: none; */
	}
	.swiper-slide .slider-inner .swiper-content p.disc br {
		display: none;
	}
	button {
    padding: 15px !important;
}
}

/* ====================== Buy Me A Coffee =============================== */

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
.coffee-button {
	position: fixed;
	z-index: 9;
	top: 20px;
	right: 20px;
	background-color: #ffc107;
	color: #333;
	padding: 8px 16px;
	border-radius: 20px;
	text-decoration: none;
	font-family: "Dancing Script", cursive;
	font-weight: 600;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	gap: 8px;
	transition: background-color 0.3s;
}

.coffee-button:hover {
	background-color: #ffd54f;
}

.coffee-icon {
	font-size: 24px;
	line-height: 1;
}
button {
	padding: 20px;
	background: #f98805;
	color: #fff;
	border-radius: 50px;
	border: #f98805;
	font-size: 20px; 
	width: 180px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.category-heading h1 {
	font-size: 45px;
	text-align: center;
}

.our-category {
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.category-heading {
	text-align: center;
	margin-bottom: 30px;
}

.category-heading h1 {
	font-size: 2.5rem;
	color: #fff;
}

/* Slick slider container styling */
.category-slider {
	width: 100%;
	padding: 20px 0;
}

/* Category items styling */
.category-items {
	text-align: center;
	margin: 0 10px;
}

.category-items .img {
	width: 100%;
	/* height: 200px; */
	overflow: hidden;
	border-radius: 10px;
}

.category-items img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.category-items img:hover {
	transform: scale(1.1);
}

.category-items h3 {
	margin-top: 10px;
	font-size: 1.2rem;
	color: #fff;
}

/* Slick navigation arrows */
.slick-prev,
.slick-next {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
	z-index: 1;
}

.slick-prev:before,
.slick-next:before {
	color: #333;
	font-size: 40px !important;
}
.slick-prev {
	left: -50px !important;
}
.slick-next {
	right: -50px !important;
}

/* Slick dots */
.slick-dots li button:before {
	font-size: 12px;
	color: #fff !important;
	opacity: 0.5;
}

.slick-dots li.slick-active button:before {
	color: #007bff;
	opacity: 1;
}
section.our-category-section {
	background: radial-gradient(circle, rgb(0 0 0 / 80%) 0%, rgb(0 0 0) 100%);
}

/* Responsive design */
@media (max-width: 768px) {
	.category-heading h1 {
		font-size: 2rem;
	}

	.category-items .img {
		/* height: 150px; */
	}

	.category-items h3 {
		font-size: 22px;
	}
	.slick-prev,
	.slick-next {
		display: none !important;
	}
	.announcement-bar {
		display: none;
	}
	.desk-top-banner {
		display: none;
	}
	.mobile-banner {
		display: block !important;
	}
	.header-wrapper {
    padding: 10px 0px 10px 0px !important;
}
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px !important;
	height: 15px !important;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.header-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 26px;
	padding: 10px 25px 10px 0px;
	align-items: center;
}
.logo img {
	width: 200px;
}

header {
	position: fixed; /* stays at the top */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000; /* ensures it appears above banner */
	background: #000; /* or your desired color */
	padding: 10px 20px;
}

header .header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

.creative-fullpage--slider {
	margin-top: 80px; /* give space so banner isn't hidden under header */
}

/* Announcement Bar */
.announcement-bar {
	overflow: hidden;
	max-width: 500px; /* adjust width inside header */
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 4px;
	margin: 0 20px; /* space between logo and button */
}

.announcement-track {
	white-space: nowrap;
}

.announcement-item {
	text-align: center;
	font-weight: 500;
}

.announcement-item a {
	color: #fff;
	text-decoration: underline;
}
.announcement-item.slick-slide p {
	font-size: 18px;
}
.mobile-banner {
	display: none;
}

.header-btn a button {
	cursor: pointer;
}
button:hover {
	background: #fff;
	color: #000;
	transform: scale(1.05);
	opacity: 0.9;
}
