.font-13{ font-size: 13px !important; }
.font-14{ font-size: 14px !important; }
.min-w-max{ min-width: max-content !important;}
.text-underline{ text-decoration: underline;}
.why-choose-content{
	position: relative;
}
.cta-box{
	background: linear-gradient(45deg, #06090b, #0b1216);
}
.best-selling .menu-list-item{
	position: relative;
	display: grid;
	max-width: 350px;
	margin: auto;
	margin-bottom: 25px;
	overflow: hidden;
	gap: 15px;
}
.best-selling .menu-list-image{
	margin: 0;
}
.best-selling .menu-list-image figure,
.best-selling  .menu-item-body{
	width: 100%;
	max-width: unset;
}
.best-selling .menu-list-image figure{
	display: flex;
    height: 400px;
    border-radius: unset;
}
.best-selling .menu-list-image img{
	border-radius: 3px;
	aspect-ratio: unset;
}
.best-selling .menu-item-content p{
	font-size: 16px;
}
.best-selling .menu-item-content span{
	font-weight: 500;
    font-size: 17px;
    color: var(--accent-color);
}
.best-selling .menu-item-title hr{
	width: 20%;
}
@media(max-width: 991px){
	.best-selling .menu-list-item{
		max-width: 320px;
	}
	.best-selling .menu-list-image figure{
		height: 350px;
	}
}
@media(max-width: 764px){
	.best-selling .menu-list-image figure{
		height: 360px;
	}
}
@media(max-width: 575px){
	.best-selling .menu-list-image figure{
		height: 420px;
	}
	.best-selling .menu-item-content p{
		font-size: 15px;
	}
}


/* sticky header */
header.main-header{
	display: flex;
    width: 100%;
    min-height: 110px;
    align-items: center;
}
header.main-header .header-sticky{
	width: 100%;
}
header.main-header .header-sticky.scrolling{
    position: fixed;
    width: 100%;
    background: #121d23;
    box-shadow: 0 1px 5px #0003;
}
header.main-header .navbar{
	padding: 0;
}
header.main-header .header-sticky.scrolling .navbar{
	animation: slideTopBottom 0.5s;
}
@keyframes slideTopBottom {
	0% { opacity: 0; transform: translateY(-15px); }
	100% { opacity: 1; transform: translateY(0); }
  }
@media(max-width: 991px){
	header.main-header{
		min-height: 90px;
	}
}
.main-menu .nav-menu-wrapper{
	display: flex;
	justify-content: center;
	min-width: max-content;
	padding: 0 25px;
    margin: 0 auto;
}
.main-menu ul.navbar-nav > li > a.active{
    color: var(--accent-color);
}
.slicknav_menu ul{
	padding: 20px 10px;
}
.slicknav_menu ul ul{
	background: rgba(255, 255, 255, 0.133);
    padding: 15px 0px;
	border-radius: 6px;
}

.breadcrumb-item a{
	transition: all 0.4s ease;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:active{
	color: var(--accent-color) !important;
}

.product-main-box{
	display: flex;
	width: 100%;
	gap: 30px;
}
.product-menu-box{
	position: relative;
	width: 280px;
}
.product-list-box{
	width: calc(100% - 280px);
}
.product-list-box .menu-list-item{
	animation: slideTopBottom 1s;
}
.product-menu-box ul.nav.nav-tabs{
	display: grid;
	border: none;
	gap: 5px;
}
.product-menu-box ul li button.btn-default{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border: none;
	text-align: unset;
	padding: 0 10px;
	min-height: 40px;
	outline: unset !important;
	border-radius: 0;
}
.product-menu-box ul li button.btn-default:before{
	border-radius: 3px;
}
.product-menu-box ul li button.btn-default > span:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    width: 22px;
    height: 22px;
    background: var(--accent-color);
    color: #121d23;
    border-radius: 50%;
	transition: all 0.7s ease;
}
.product-menu-box ul li button.btn-default:hover > span:last-child{
	background: #121d23;
    color: var(--accent-color);
}
.product-menu-box ul li button.btn-default.active{
	color: #fff;
}
.product-menu-box ul li button.btn-default.active > span:last-child{
	background: #fff;
}
.product-sticky-menu{
	position: relative;
}
.product-sticky-menu > div{
	position: sticky;
    top: 140px;
    z-index: 1;
}
@media(max-width: 991px){
	.product-main-box{
		display: grid;
		gap: 10px;
	}
	.product-list-box,
	.product-menu-box{
		width: 100%;
		max-width: 860px;
		animation: unset !important;
		margin: auto;
	}
	.product-menu-box .section-title{
		position: relative;
		background: #3d4950;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 37px;
		border-radius: 50px;
		overflow: hidden;
		padding: 0 20px;
	}
	.product-menu-box .section-title:after{
		content: "\f229";
		font-family: bootstrap-icons !important;
		font-size: 12px;
	}
	.product-menu-box .section-title h3{
		margin: 0;
	}
	.product-menu-box ul.nav.nav-tabs{
		position: absolute;
		display: none;
        background: linear-gradient(30deg, #1c2b33, #121d23);
        border-radius: 5px;
        width: 100%;
        padding: 15px;
        box-shadow: 0 1px 5px #0003;
        border: 1px solid #3d4950;
		animation: slideTopBottom 0.7s;
        z-index: 10;
	}
	.product-menu-box.active ul.nav.nav-tabs{
		display: grid;
	}
	.product-list-box .tab-pane .row > *{
		padding: 0 5px;
	}
}
@media (max-width: 575px) {
	.product-list-box .menu-list-image figure{
		height: 280px;
	}
}

.product-item-box{
	padding: 40px 0;
	margin-bottom: 80px;
}
.project-entry{
	position: sticky;
    top: 120px;
    z-index: 1;
	padding-left: 40px;
}
.page-gallery-box{
	display: grid;
	grid-template-columns:  repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 40px !important;
}
.page-gallery-box .photo-gallery{
	width: 100%;
	margin: 0;
}
.page-gallery-box .photo-gallery figure,
.page-gallery-box .photo-gallery img{
	aspect-ratio: unset;
	border-radius: 3px;
}
.project-connection-box{
	margin-top: 10px;
}
.project-connection-box .section-title{
	margin-bottom: 15px;
}
.project-connection-box .section-title h2{
	margin-bottom: 5px;
}
.project-connection-box .section-title h3{
    font-weight: 300;
    color: var(--accent-secondary-color);
	margin: 0;
}
.project-entry p{
	font-size: 17px;
	line-height: 150%;
}
@media (max-width: 1400px) {
	.project-entry,
	.page-gallery-box{
		padding: 0 10px;
	}
	.project-connection-box{
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	.project-entry,
	.page-gallery-box{
		padding: 0 30px;
	}
	.project-entry p{
		font-size: 16px;
	}
	.page-gallery-box{
		gap: 20px;
        margin: auto;
	}
}
@media (max-width: 575px) {
	.project-entry,
	.page-gallery-box{
		padding: 0 10px;
	}
	.page-gallery-box{
		gap: 10px;
		grid-template-columns:  repeat(1, 1fr);
	}
	.product-item-box{
		margin-bottom: 20px;
	}
	.page-gallery-box .photo-gallery:not(:first-child){
		display: none;
	}
}


/* tiktok video */
.tiktok-embed {
	max-width: 100% !important;
	background-color: #121d23 !important;
	border: none !important;
}
.tiktok-embed > * {
	width: 100% !important;
}
.tiktok-embed>a{
	display: none !important;
}

.hero::before{
	opacity: 50%;
}
.navbar-brand img{
	max-width: 120px;
	max-height: 80px;
}



/* video galleries */
.video-gallery-image {
	margin-bottom: 30px;
	transition: transform 0.3s ease;
  }
  .video-gallery-image:hover {
	transform: scale(1.03);
  }
  .video-gallery-image a{
	cursor: pointer;
  }
  .video-gallery-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
  }
  .video-gallery-image:hover a::before{
	border-radius: 0;
  }
  /* tiktok */
  #tiktokIframe{
	  width: 100%;
	  background: unset;
	  height: calc(100vh - 10px);
  }
  #tiktokModal{
	  overflow: hidden;
  }
  #tiktokModal .modal-dialog{
	  margin-top: 0;
	  margin-bottom: 0;
  }
  #tiktokModal .modal-body{
	  padding: 0;
  }
  #tiktokModal .modal-content{
	  background: unset;
  }
  #tiktokModal button.close{
	  position: absolute;
	  display: flex;
	  top: 15px;
	  right: 20px;
	  border: none;
	  background: #444;
	  color: #fff;
	  align-items: center;
	  justify-content: center;
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  cursor: pointer;
  }
  #tiktokModal button.close:hover{
	  background: #555;
  }
  #tiktokModal button.close:before{
	  content: "\f659";
	  font-family: bootstrap-icons !important;
	  font-weight: 400;
	  font-size: 20px;
  }
  .blockquote{
	  border: none;
	  background: unset;
	  box-shadow: unset;
  }

  .preloader{
	animation: fadeInPreloader 3s;
	animation-fill-mode: forwards;
  }
  @keyframes fadeInPreloader {
	0% { opacity: 1; }
	60% { opacity: 1; }
	99% { opacity: 0; }
	100% { opacity: 0; display: none; }
  }