.content-page {
	margin-top: 0px !important;
	padding: 0px;
}

.view .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.7);
}

body[data-layout="horizontal"] .navbar-custom {
	padding: 0px;
	background-color: #fff;
	position: relative;
	left: 0;
	right: 0;
	height: auto;
}
.form-control:focus {
	border-color: var(--primary) !important;
}
.card-img-overlay {
	top: 0%;
}

.notification-list .noti-icon {
	font-size: unset;
}

.logo-box {
	background-color: transparent;
}

.header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: rgba(34, 34, 34, 0);
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
	/* box-shadow: 0 0 25px 0 rgb(73 80 87 / 10%); */
}

header.header.active {
	position: fixed;
	top: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-weight: 500;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	line-height: 4;
	/* font-size: 17px; */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: #295aa1;
	border-bottom: 2px solid;
}

.list-group-item.head {
	z-index: 2;
	color: #fff;
	background-color: #295aa1;
	border-color: #295aa1;
}

.list-group-item .list-link {
	color: #000;
	font-weight: 500;
	text-decoration: none;
}

.search-box .dropdown-groups {
	border: 2px solid rgb(115 176 242);
	height: auto;
	border-radius: 0px;
	padding: 8px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #3ba2ff;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.search-box .dropdown-groups:after {
	position: absolute;
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.border-left {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.h-logo {
	height: auto;
	width: 150px;
	object-fit: contain;
}

.carousel-caption {
	position: absolute;
	right: 5%;
	top: 0;
	bottom: unset;
	left: 5%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #000;
	text-align: left;
}

.banner .carousel-caption {
	/* top: 50px !important; */
}

.carousel-indicators [data-bs-target] {
	background-color: #ffffff;
}

.carousel-control-next,
.carousel-control-prev {
	width: 5%;
}

.h-banner {
	height: 570px !important;
}

.h-banner2 {
	height: 240px !important;
}

.blog-img-height {
	height: 170px;
}

.card.card-plain.card-blog {
	height: 370px;
}

.fs-1 {
	font-size: 45px;
}

.fs-25 {
	font-size: 25px;
}

.fs-7 {
	font-size: 1.875rem;
}

.bg-gray3 {
	background: #f1f5fa;
}

.bg-teal {
	background-color: #8f36f0 !important;
}

.bg-black {
	background-color: #000;
}

.bg-pink {
	background-color: #fff6f6;
}

.fw-600 {
	font-weight: 600;
}

body {
	background-color: #fff;
	padding: 0px;
}

.text-black {
	color: #000;
}

.btn-success {
	color: #fff;
	background-color: #295aa1;
	border-color: #0c4394;
}

.btn-light {
	color: #000;
	background-color: #e3e3e3;
	border-color: #f8f9fa;
}

.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
	color: #000;
	background-color: #0c4394;
	border-color: #0c4394;
}

.btn-light a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.btn-info.active a {
	color: #fff !important;
}

.twelve h1 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5em;
	padding-bottom: 10px;
	position: relative;
	color: #000;
}

.twelve h1:before {
	content: "";
	position: absolute;
	left: 47%;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: #111;
}

.twelve h1:after {
	content: "";
	position: absolute;
	left: 39%;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color: #333;
}

.core-feature-single .core-feature-single-item {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
	box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
	padding: 20px 30px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.core-feature-single .core-feature-single-item h3 {
	font-weight: 600;
	margin-bottom: 10px;
}

.core-feature-single .hover-shape {
	width: 20px;
	height: auto;
	position: absolute;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transform: rotate(260deg);
}

.core-feature-single .hover-shape-1 {
	left: 30px;
	top: 30px;
}

.core-feature-single .hover-shape-2 {
	right: 35%;
	top: 40px;
}

.core-feature-single .hover-shape-3 {
	right: 30px;
	bottom: 40%;
}

.core-feature-single .hover-shape-4 {
	right: 35%;
	bottom: 40px;
}

.core-feature-single .hover-shape-5 {
	left: 30px;
	bottom: 35%;
}

.core-feature-single:hover .hover-shape {
	opacity: 1;
	transform: rotate(100deg);
}

.core-feature-single:hover .hover-shape-1 {
	left: 2px;
	top: 25px;
}

.core-feature-single:hover .hover-shape-2 {
	right: 35%;
	top: -12px;
}

.core-feature-single:hover .hover-shape-3 {
	right: 6px;
	bottom: 40%;
}

.core-feature-single:hover .hover-shape-4 {
	right: 35%;
	bottom: -9px;
}

.core-feature-single:hover .hover-shape-5 {
	left: 14px;
	bottom: 35%;
}

a.link-f {
	padding: 5px 14px;
	color: #6c757d;
	text-decoration: none;
	display: block;
	font-size: 16px;
}

a.link-f:hover {
	color: #fff;
}

.footer {
	position: relative;
	background-position: left !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	z-index: 1;
	/* overflow: hidden; */
	margin-top: 200px;
}
.footer::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
.social-login-btn {
	margin: 5px;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 30px;
}

.social-google {
	background-color: #da573b;
	border-color: #be5238;
}

.social-google:hover {
	background-color: #be5238;
	border-color: #9b4631;
}

.social-twitter {
	background-color: #1daee3;
	border-color: #3997ba;
}

.social-twitter:hover {
	background-color: #3997ba;
	border-color: #347b95;
}

.social-facebook {
	background-color: #4c699e;
	border-color: #47618d;
}

.social-facebook:hover {
	background-color: #47618d;
	border-color: #3c5173;
}

.social-linkedin {
	background-color: #4875b4;
	border-color: #466b99;
}

.social-linkedin:hover {
	background-color: #466b99;
	border-color: #3b5a7c;
}

.social-insta {
	background-color: #9a3762;
	border-color: #be1d8b;
}

.social-insta:hover {
	background-color: #be1d8b;
	border-color: #9a3762;
}

.social-pinterest {
	background-color: #c8232c;
	border-color: #ba161f;
}

.social-pinterest:hover {
	background-color: #d22831;
	border-color: #c11821;
}

.product-rating {
	display: flex;
	align-items: center;
}

.star-icon {
	color: #ffd700;
}

/* owl css start */

.post-slide {
	background: #fff;
	margin: 20px 15px 20px;
	border-radius: 15px;
	padding-top: 1px;
	box-shadow: none;
	border: 1px solid transparent;
	overflow: hidden;
	transition: all 0.5s;
	height: 100%;
	margin-bottom: 0;
}

.post-slide:hover {
	border: 1px solid var(--primary);
	box-shadow: 0 0 5px 0 var(--primary);
}

.post-slide.blog-box .post-img {
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.post-slide.blog-box:hover .post-img {
	filter: blur(1.5px);
	transition: all 0.5s;
}

.post-slide .post-img img {
	width: 100%;
	height: 230px;
	transform: scale(1, 1) rotate(0deg);
	transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
	transform: scale(1.1) rotate(5deg);
}

.post-slide .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(-45deg, #00000075 0%, #00000012 100%);
	transition: all 0.5s linear;
}

.post-slide:hover .over-layer {
	opacity: 1;
	text-decoration: none;
}

.post-slide .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
}

.post-slide .post-content {
	background: #fff;
	padding: 10px;
}

.post-slide .post-content .meta-date {
	color: #606060;
}

.btn.btn-outline-primary {
	color: #606060;
	padding: 12px 2rem;
	border-color: #e7e7e7;
}

.btn.btn-sm.btn-outline-primary {
	color: #606060;
	padding: 12px 1rem;
	border-color: #e7e7e7;
	font-size: 14px;
}

.btn.btn-outline-primary:hover {
	color: #fff;
}

.post-slide .post-title a {
	/* font-size: 15px; */
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
	text-decoration: none;
	color: #3498db;
}

.post-slide .post-description {
	line-height: 24px;
	color: #808080;
	margin-bottom: 25px;
}

.post-slide .post-date {
	color: #a9a9a9;
	font-size: 14px;
}

.post-slide .post-date i {
	font-size: 20px;
	margin-right: 8px;
	color: #cfdace;
}

.post-slide .read-more {
	padding: 7px 20px;
	float: right;
	font-size: 12px;
	background: #2196f3;
	color: #ffffff;
	box-shadow: 0px 10px 20px -10px #1376c5;
	border-radius: 25px;
	text-transform: uppercase;
}

.post-slide .read-more:hover {
	background: #3498db;
	text-decoration: none;
	color: #fff;
}

.owl-controls .owl-buttons {
	text-align: center;
	margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
	background-color: var(--primary);
	position: absolute;
	top: 50%;
	left: -20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
	background-color: var(--primary);
	position: absolute;
	top: 50%;
	right: -20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	box-shadow: -3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}

.blog .owl-controls .owl-buttons .owl-prev {
	left: 20px;
}

.blog .owl-controls .owl-buttons .owl-next {
	right: 20px;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #ffffff;
	font-size: 20px;
}

.owl-controls .owl-buttons .owl-next:after {
	content: "\f105";
}

.owl-controls .owl-buttons {
	opacity: 0;
	transition: all 0.5s;
}

.owl-carousel.owl-theme:hover .owl-buttons {
	opacity: 1;
}

/* owl css end */
/********************* shopping Demo-1 **********************/
.product-grid {
	font-family: Raleway, sans-serif;
	background: #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0 0 109px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	transition: all 0.5s;
}

.product-grid:hover {
	box-shadow: 0 0 40px 0 rgb(22 22 25 / 10%);
}

.product-grid:before {
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	width: 200%;
	z-index: -1;
	transform: skewY(14deg);
	transform-origin: 0px 0px 0px;
	background-color: #fafafa;
}

.product-grid .product-image {
	position: relative;
	transition: all 0.3s ease 0s;
}

.product-grid .product-image a {
	display: block;
}

.product-grid .product-image img {
	width: 100%;
	height: 280px;
}

.product-grid .pic-1 {
	opacity: 1;
	transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-1 {
	opacity: 1;
}

.product-grid .pic-2 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-2 {
	opacity: 1;
}

.product-grid .social {
	width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.product-grid:hover .social {
	opacity: 1;
	top: 50%;
}

.product-grid .social li {
	display: inline-block;
}

.product-grid .social li a {
	color: #fff;
	background-color: #333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: 0 2px;
	display: block;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.product-grid .social li a:hover {
	color: #fff;
	background-color: #ef5777;
}

.product-grid .social li a:after,
.product-grid .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 1px 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px;
}

.product-grid .social li a:after {
	content: "";
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -20px;
	z-index: -1;
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
	opacity: 1;
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
	color: #fff;
	background-color: #ef5777;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 7px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}

.product-grid .product-discount-label {
	background-color: #333;
	left: auto;
	right: 0;
}

.product-grid .rating {
	color: #ffd200;
	font-size: 16px;
	padding: 0px;
	margin: 0;
	list-style: none;
	position: relative;
	top: -1rem;
	z-index: 999;
}

.product-grid .rating li.disable {
	color: rgba(0, 0, 0, 0.2);
}

.product-grid .product-content {
	background-color: #fafafa;
	text-align: left;
	padding: 15px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	z-index: 1;
	transition: all 0.3s;
}

.product-grid:hover .product-content {
	bottom: 0;
}

.product-grid .title {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}

.product-grid .title a {
	color: #000;
}

.product-grid .title a:hover,
.product-grid:hover .title a {
	color: #ef5777;
}

.product-grid .price {
	color: #333;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.6px;
	margin-bottom: 8px;
	transition: all 0.3s;
}

.product-grid .price span {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 3px;
	display: inline-block;
}

.product-grid .add-to-cart {
	color: #000;
	font-size: 13px;
	font-weight: 600;
}

.jb-bg-img {
	background-attachment: scroll;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.jb-bg-img:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
}

.jb-bg-img .jb-promo-block-content {
	padding: 80px 0px 71px;
}

.jb-bg-img .jb-promo-block-content h3 {
	line-height: 30px;
	color: #ffffff;
}

.jb-bg-img .jb-promo-block-content .brand {
	color: #3ba2ff;
}

.jb-bg-img .jb-promo-block-content .jb-promo-border {
	padding: 5px 0px;
	margin: 30px 0px;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-style: italic;
	font-size: 18px;
}

.btn-white {
	border: 2px solid #ffffff;
	border-radius: 2px;
	padding: 10px 20px;
	background: transparent;
	color: #ffffff !important;
}

.btn-white:hover {
	background: #ffffff;
	border: 2px solid #ffffff;
	color: #3ba2ff !important;
}

.contact-card {
	border-width: 1px;
	border-style: solid;
	border-color: #6a6a6a;
	border-color: rgba(0, 0, 0, 0);
	background: #ededed;
	padding: 25px;
}

.contact-card:hover .icon-c i {
	background: #fff;
	color: #24201c;
}

.grid-h {
	/* background: #fff; */
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}

.grid-h:hover {
	border-color: #161619;
	box-shadow: 0 0 40px 0 rgb(22 22 25 / 10%);
}

.grid-h:before {
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	top: 48%;
	width: 200%;
	z-index: -1;
	transform: skewY(14deg);
	transform-origin: 0px 0px 0px;
	background-color: #eeeeee;
}

.footer-icon i {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 38px;
	margin-right: 12px;
	padding-right: 2px;
	padding-top: 10px;
	text-align: center;
	width: 38px;
}

@media (min-width: 1200px) {
	body[data-layout="horizontal"] .container-fluid {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1280px) {
	.post-slide .post-content {
		padding: 0px 15px 25px 15px;
	}
}

@media only screen and (max-width: 990px) {
	.product-grid {
		margin-bottom: 30px;
	}
}

.modal-header {
	background-color: #295aa1;
}

.modal-header.title h4 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.modal-header .close {
	background-color: transparent;
	border: none;
	font-size: 30px;
	line-height: 0;
	color: #fff;
}

.post-slide .post-title a {
	text-decoration: none;
}

.product-grid .title a {
	text-decoration: none;
}

.product-grid .add-to-cart {
	text-decoration: none;
}

.media-body h2 a {
	text-decoration: none;
}

.add-to-cart {
	text-decoration: none;
}

.card-body {
	padding: 2rem 1rem;
}

@media only screen and (max-width: 768px) {
	.card-body {
		margin: 2rem 1rem !important;
	}
}

.seemore a {
	text-decoration: none;
}

.rarrowp {
	font-size: 10px;
	height: 8px;
	margin-left: 6px;
	width: 30px;
}

.rarrowpclor {
	fill: #0a58ca !important;
	height: 1em;
}

/* pre define */
a {
	text-decoration: none;
}

li {
	list-style: none;
}

ul {
	padding: 0;
}

/* pre define */

/* header start */

.header .top-bar {
	background-color: var(--primary);
	padding: 5px 0;
}

.header .top-bar .top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .top-bar .top-bar-inner .top-bar-title {
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.05em;
}

.footer-bottom .social-icon {
	justify-content: end;
}
@media screen and (max-width: 991px) {
	.footer-bottom .social-icon {
		justify-content: start;
		margin: 5px 0;
	}
}
.social-icon {
	display: flex;
	margin-bottom: 0;
}

.social-icon li {
	margin-right: 5px;
}

.social-icon li a {
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	justify-content: center;
	transition: all 0.5s;
}

.social-icon li a:hover {
	color: var(--primary);
	border: 1px solid var(--primary);
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.5s;
}

.header .header-top {
	display: block;
}

.header.active .header-top .navbar-custom.nav-top {
	display: none;
}

.header.active .header-top .navbar-custom.nav-bottom {
	display: block;
}

.header.active .top-bar {
	display: none;
}

.header.active .header-top .navbar-custom.nav-bottom {
	display: block;
}

.header.active
	.header-top
	.navbar-custom.nav-bottom
	.main-bar
	.header-nav
	.navbar-brand {
	display: block;
}

@media only screen and (max-width: 991px) {
	.header
		.header-top
		.navbar-custom.nav-bottom
		.main-bar
		.header-nav
		.navbar-brand {
		display: block;
	}

	.header .header-top .navbar-custom.nav-bottom .main-bar .header-nav {
		padding: 10px;
	}

	.header .header-top {
		display: block;
	}

	.header .header-top .nav-bottom .navbar-collapse {
		display: block !important;
		margin-bottom: 20px;
		text-align: center;
	}

	.header .top-bar .top-bar-inner {
		display: block;
		text-align: center;
	}

	.header .top-bar .top-bar-inner .social-icon {
		margin-top: 10px;
		justify-content: center;
	}
}

.header .header-top .nav-bottom .navbar-collapse {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .header-top .nav-bottom .navbar-collapse .nav-details h6 {
	margin-bottom: 0;
	color: #606060;
	font-weight: 400;
}

.header .header-top .nav-bottom .navbar-collapse .nav-details i {
	color: var(--primary);
	font-size: 20px;
	margin-right: 10px;
}

.header .header-top .nav-bottom .navbar-collapse .nav-details p span i {
	color: var(--primary);
	font-size: 20px;
	margin-right: 10px;
}

.header .header-top .navbar-custom.nav-top .navbar {
	padding: 15px 0;
	box-shadow: none;
	border-bottom: 1px solid #e7e7e7;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
	transition: all 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--primary);
}

.header-top
	.nav-top
	.navbar
	.header-form
	.input-group
	.search-box
	.form-select {
	height: 50px;
	border-radius: 0;
}

.header-top .nav-top .navbar .header-form .input-group .form-control {
	height: 40px;
	min-width: 400px;
}

/* header end */

/* footer start */
.footer {
	color: #fff;
	text-align: left !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-color: var(--bg-dark);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer .footer-inner {
	padding: 3rem 0;
}

.footer .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-dark,
.bg-dark {
	background-color: #000;
}

.footer-light,
.bg-light {
	background-color: #f3f3f3;
}

.widget.widget-logo {
	text-align: left;
}

.widget.widget-logo .footer-logo {
	margin-right: auto;
	max-width: 350px;
	margin-bottom: 20px;
}

.widget.widget-logo .footer-logo img {
	max-width: 150px;
	width: 100% !important;
	height: 60px;
	object-fit: contain;
}

.widget.widget-logo .social-icon {
	width: 220px;
	/* height: 60px; */
	object-fit: contain;
}

.widget.widget-logo .social-icon {
	width: 220px;
	/* height: 60px; */
	object-fit: contain;
}

.widget.widget-logo .social-icon ul {
	display: flex;
	align-items: center;
}

.widget.widget-logo .social-icon ul li a {
	color: #fff;
	margin-right: 10px;
	transition: all 0.5s;
}

.widget.widget-logo .social-icon ul li a:hover {
	color: var(--primary);
}

.footer .widget.widget-logo .logo-content {
	margin-right: auto;
	max-width: 350px;
}

.footer .widget.widget-logo .social-icon ul li {
	margin-right: 10px;
}

.footer .widget .widget-title {
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	z-index: 1;
	/* border-left: 4px solid var(--primary);
	border-right: 4px solid var(--primary); */
	line-height: 1;
	/* padding: 10px; */
	/* border-radius: 8px; */
}

.footer .widget.widget-link ul .link-f {
	color: #d8d8d8;
	padding: 3px 0px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	font-size: 14px;
	font-weight: 700;
}

.footer .widget.widget-link ul li i {
	transition: all 0.5s;
	font-size: 14px !important;
}

.footer .widget.widget-link ul li:hover i {
	transition: all 0.5s;
	transform: rotate(45deg);
	color: var(--primary);
	font-size: 14px !important;
}

.footer .widget.widget-link ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer .widget.widget-link ul li i {
	font-size: 10px;
	margin-right: 10px;
}

.footer .widget.widget-link ul .link-f:hover {
	color: var(--primary);
}

.footer .widget.widget-images ul {
	display: flex;
	flex-wrap: wrap;
}

.footer .widget.widget-images ul .widget-media {
	margin: 0 10px 10px 0px;
}

.footer .widget.widget-images ul .widget-media img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 10px;
}

.widget.widget-letter .input-group .form-control {
	margin-bottom: 10px;
}

/* footer end */
.mfp-preloader {
	width: 30px;
	height: 30px;
	background-color: #fff;
	opacity: 0.65;
	margin: 0 auto;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

/* banner start */
.banner {
	height: 550px;
	/* background-color: #f0f1f5; */
}

/* banner end */

/* discount box */
.bg-gray {
	background-color: #dbdcd7 !important;
}

.bg-pink {
	background-color: #ffd2df !important;
}

.top-discount-box .top-discount-box-inner {
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.5s;
	background-size: cover;
	transform: scale(1);
	background-position: center;
	background-repeat: no-repeat;
	padding: 2px;
	border-radius: 10px;
	background-color: var(--primary);
}

.top-discount-box .top-discount-box-inner img {
	border-radius: 10px;
}

.top-discount-box .top-discount-box-inner:hover .media img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.top-discount-box .top-discount-box-inner.box-lg {
	width: 100%;
	height: 530px;
}

@media only screen and (max-width: 768px) {
	.top-discount-box .top-discount-box-inner.box-lg {
		width: 100%;
		height: 250px;
	}
}

.top-discount-box .top-discount-box-inner.box-sm {
	width: 100%;
	height: 250px;
}

.top-discount-box .top-discount-box-inner .content .title {
	font-weight: 700;
	margin: 10px 0;
}

.top-discount-box .top-discount-box-inner .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-discount-box .top-discount-box-inner .media {
	position: absolute;
	right: 0;
	bottom: 0px;
	height: 100%;
	margin-left: 20px;
}

.top-discount-box .top-discount-box-inner .content {
	width: 100%;
	height: 100%;
	z-index: 99;
}

.top-discount-box .top-discount-box-inner .content .detail-link {
	transition: all 0.5s;
}

.top-discount-box .top-discount-box-inner .content .detail-link i {
	color: var(--primary);
}

.top-discount-box .top-discount-box-inner .content .detail-link:hover {
	color: var(--primary);
}

.section-title {
	position: relative;
	margin-bottom: 30px;
}

.banner-section-bottom .banner-section-inner {
	padding: 50px;
}

.btn {
	padding: 15px 25px;
	border-radius: 0;
}

.banner-section-bottom .banner-section-inner {
	position: relative;
	z-index: 1;
}

.banner-section-bottom .banner-section-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: -1;
	opacity: 0.4;
}

.card.product-card .card-body {
	padding: 0 !important;
}

.card.product-card {
	border: none;
}

.card.product-card .card-body .card-media {
	margin-bottom: 20px;
	transition: all 0.5s;
	overflow: hidden;
	height: 250px;
	position: relative;
}

.card.product-card .card-body .card-media .badge {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	border-radius: 0 5px 0 5px;
}

.card.product-card .card-body .card-media .img-1 {
	display: block;
	transition: all 0.5s;
	transform: scale(1);
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.card.product-card .card-body .card-media .img-2 {
	display: none;
	transition: all 0.5s;
	transform: scale(1);
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.card.product-card {
	transition: all 0.5s;
}

.card.product-card:hover .card-body .card-media .img-1 {
	display: none;
	transition: all 0.5s;
}

.card.product-card:hover .card-body .card-media .img-2 {
	display: block;
	transition: all 0.5s;
}

.card.product-card .card-body .card-content .card-buttom {
	display: flex;
	flex-wrap: wrap;
}

.card.product-card .card-body .card-content .card-buttom li {
	margin-bottom: 10px;
}

.card.product-card .card-body .card-content .product-items-price {
	margin-bottom: 0.5rem;
}

.card.product-card .card-body .card-content .product-items-price {
	margin-bottom: 0.5rem;
}

.card.product-card .card-body .card-content .product-items-price {
	color: #606060;
}

.card.product-card .card-body .card-content .product-items-price .old-price {
	text-decoration: line-through;
}

.card.product-card
	.card-body
	.card-content
	.product-items-price
	.price-divided {
	width: 1.2rem;
	height: 0.1rem;
	vertical-align: middle;
	margin: 0 0.3rem;
	background-color: #606060;
	display: inline-block;
}

.card.product-card .card-body .card-content .rating {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.card.product-card .card-body .card-content .rating li .yellow {
	color: var(--yellow-color);
	margin-right: 5px;
}

.newproducts .nav.nav-tabs {
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 10px;
	border-color: transparent;
}

.newproducts .nav.nav-tabs .nav-link {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

.newproducts .nav.nav-tabs .nav-link:hover {
	color: var(--primary);
	font-weight: 600;
	border-color: transparent;
}

.newproducts .nav.nav-tabs .nav-link.active {
	color: var(--primary);
	font-weight: 600;
	border-color: transparent;
}

.product-detail-box .custom-swiper2 {
	margin-bottom: 30px;
}

.product-detail-box .custom-swiper2 .big-images .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail-box .custom-swiper.thumb-images .swiper-slide {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px;
}

.product-detail-box .custom-swiper.thumb-images .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail-box .swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: 20px !important;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary);
	border-radius: 50%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	width: 40px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	width: 40px !important;
}

.product-detail-box .custom-swiper .swiper-slide-thumb-active {
	border: 1px solid var(--primary) !important;
}

.product-detail-box .custom-swiper2 .big-images .swiper-slide {
	position: relative;
	max-height: 550px;
	width: 100%;
}

.product-detail-box .custom-swiper2 .big-images .swiper-slide .popup-image {
	background-color: var(--primary);
	color: #fff;
	height: 30px;
	width: 30px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 10px;
}

.card-title {
	font-weight: 600;
}

.product-detail-content .product-items-price {
	font-size: 18px;
}

.product-detail-content .product-items-price .old-price {
	text-decoration: line-through;
}

.product-detail-content .product-items-price .price-divided {
	width: 1.2rem;
	height: 0.1rem;
	vertical-align: middle;
	margin: 0 0.3rem;
	background-color: #606060;
	display: inline-block;
}

.product-detail-content .rating {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.product-detail-content .rating li .yellow {
	color: var(--yellow-color);
	margin-right: 5px;
}

.product-detail-content .rating li .rating-content {
	margin-bottom: 0;
}

.product-color
	.variant__input--fieldset
	.variant__color--value
	.variant__color--value__img {
	width: 30px;
	height: 30px;
	border: 1px solid;
	padding: 3px;
	border-radius: 50%;
}

.product-color input[type="radio"]:checked + label .variant__color--value__img {
	border-color: var(--primary);
}

.product-color .variant__input--fieldset input[type="radio"]:checked + label {
	color: var(--primary);
}

.product-color input[type="radio"] + label:before {
	border-radius: 50%;
	content: none;
}

.product__variant--title {
	font-size: 1.1rem;
	font-weight: 700;
	margin-right: 1rem;
	color: #000;
}

.product-color .product-color-inner {
	display: flex;
	align-items: center;
	justify-content: left;
}

.product-color .product-color-inner .variant__color--value {
	margin-right: 5px;
}

.product-weight .variant__input--fieldset .variant__size--value {
	border: 1px solid;
	border-radius: 5px;
	padding: 5px 10px !important;
	margin-right: 5px;
	font-weight: 400;
}

.product-weight
	input[type="radio"]:checked
	+ label
	.variant__color--value__img {
	border-color: var(--primary);
}

.product-weight .variant__input--fieldset input[type="radio"]:checked + label {
	color: var(--primary);
}

.product-weight input[type="radio"] + label:before {
	border-radius: 50%;
	content: none;
}

.product-weight .product__variant--title {
	font-size: 1.1rem;
	font-weight: 700;
	margin-right: 1rem;
	color: #000;
}

.product-weight .product-color-inner {
	display: flex;
	align-items: center;
	justify-content: left;
}

.product-weight .product-color-inner .variant__color--value {
	margin-right: 5px;
}

.product-quantity .quantity-field {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	margin-right: 20px;
}

.product-detail-content .product-quantity .quantity-field .value-button {
	border: 1px solid #ddd;
	margin: 0px;
	width: 35px;
	height: 100%;
	padding: 0;
	background: #eee;
	outline: none;
	cursor: pointer;
}

.product-detail-content .product-quantity .quantity-field .value-button:hover {
	background: rgb(230, 230, 230);
}

.product-detail-content .product-quantity .quantity-field .value-button:active {
	background: rgb(210, 210, 210);
}

.product-detail-content .product-quantity .quantity-field .decrease-button {
	border-radius: 17px 0 0 17px;
}

.product-detail-content .product-quantity .quantity-field .increase-button {
	border-radius: 0 17px 17px 0;
}

.product-detail-content .product-quantity .quantity-field .number {
	display: inline-block;
	text-align: center;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	width: 35px;
	height: 100%;
	line-height: 40px;
	font-size: 18px;
	box-sizing: border-box;
	background: white;
}

.product-detail-content .product-quantity {
	display: flex;
	align-items: center;
}

.product-detail-content .product-quantity .quantity-field .number::selection {
	background: none;
}

.product-detail-content .product-list li {
	display: flex;
}

.product-detail-content .product-list li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.product-detail-content .product-list li span {
	font-weight: 700;
}

.product-detail-content .product-list li p {
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: 400;
}

@media (min-width: 576px) {
	.model-big .modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}
}

.model-big .close {
	color: #000000;
	font-size: 35px;
	opacity: 1;
	text-shadow: none;
	vertical-align: middle;
	background-color: #fff;
	width: 35px;
	height: 35px;
	border: 1px solid #777;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	border-radius: 50px;
}

.model-big .close .close-btn {
	width: 100%;
	height: 25px;
}

.mfp-wrap {
	z-index: 9999999;
}

.mfp-bg {
	z-index: 9999999;
}

.mfp-close {
	right: 20px;
	top: 20px;
	font-size: 40px;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: none;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: auto;
	bottom: 20px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 0.7;
	transition: opacity 0.15s ease;
}

.banner-slider:hover .carousel-control-next {
	opacity: 1;
}

.banner-slider:hover .carousel-control-prev {
	opacity: 1;
}

.carousel-control-next i,
.carousel-control-prev i {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.5s;
	border-radius: 50% !important;
	color: var(--primary);
	background-color: #ffff !important;
}

.banner .title {
	font-weight: 600;
	color: #fff;
	line-height: 40px;
	font-size: 30px;
}
.banner {
	position: relative;
	z-index: 1;
}
.banner .banner_element1 {
	position: absolute;
	width: 500px;
	max-height: 500px;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.banner .site_banner_element {
	position: absolute;
	top: -80px;
	max-width: 700px;
	max-height: 700px;
	/* width: 100%;
	height: 100%; */
	left: -30px;
	animation: rotate_earth 50s linear infinite alternate-reverse;
}
@keyframes rotate_earth {
	0% {
		rotate: 0deg;
	}
	100% {
		rotate: 360deg;
	}
}
.banner .content {
	font-weight: 500;
	color: #fff;
}

.form-select {
	border: 1px solid #e7e7e7;
	color: #606060;
}

.form-control {
	border-color: #e7e7e7;
	font-size: 1rem;
	font-weight: 400;
	color: #606060;
}

.site-header .top-bar .top-bar-inner .nav-icon {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-header .top-bar .top-bar-inner .nav-icon li {
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.site-header .top-bar .top-bar-inner .nav-icon li:after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
}

.site-header .top-bar .top-bar-inner .nav-icon li:after:last-child {
	content: none;
}

.site-header .top-bar .top-bar-inner .nav-icon li:last-child::after {
	content: none;
}

.header-bottom .header-nav .nav > li > a {
	border-radius: 0px;
	font-size: 14px;
	padding: 20px 15px;
	cursor: pointer;
	font-weight: 400;
	display: inline-block;
	position: relative;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border: none;
	opacity: 0;
	background: #00e676;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}

.scroll-top:hover {
	background: #5ab185;
	color: #fff;
}

.scroll-top i {
	font-size: 20px;
}

#menuActive {
	background-color: transparent;
	color: var(--primary);
}

.main-banner {
	/* background-image: url(/assets/images/back_banner_img1.png); */
	/* background-image: url(https://images.unsplash.com/photo-1540221652346-e5dd6b50f3e7?q=80&w=1469&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	/* padding: 30px 0; */
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: -1;
}

.main-banner .banner .banner-img {
	width: 100%;
	height: 100%;
	display: block;
	max-width: 500px;
	margin: 0 auto;
	/* border: 2px dashed #fff; */
	width: 400px;
	height: 400px;
	object-fit: cover;
	/* border-radius: 100%; */
	padding: 10px;
}

.product-list-box .product-image {
	text-align: center;
}

.product-list-box .tool-box {
	padding: 20px;
	border: 2px solid var(--rgba-primary-3);
	border-radius: 10px;
	text-align: center;
	transition: all 0.5s;
}

.product-list-box .tool-box .icon-box {
	width: 40px;
	height: 40px;
	border: 2px solid var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	color: var(--primary);
	transition: all 0.5s;
}

.product-list-box .product-details .product-price {
	padding: 2px 8px;
	background: var(--primary);
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	margin: 0;
	margin-bottom: 5px;
}

.product-list-box .product-details .product-details-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0;
}

.product-list-box .tool-box:hover {
	box-shadow: 0 0 5px 0 var(--primary);
	transition: all 0.5s;
	border: 2px solid var(--primary);
}

.product-list-box .tool-box:hover .icon-box {
	background-color: var(--primary);
	color: #fff;
}

.spinner-border {
	width: 15px !important;
	height: 15px !important;
}

.page-box {
	border: 2px solid var(--primary);
	padding: 10px;
	overflow: hidden;
	margin-top: 30px;
	border-radius: 10px;
	background-color: #fff;
}

#loading-bar-spinner {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	align-items: center;
	justify-content: center;
}

.spinner {
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	z-index: 19 !important;
	animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner .spinner-icon {
	width: 40px;
	height: 40px;
	border: solid 4px transparent;
	border-top-color: #01ff8d !important;
	border-left-color: #01ff8d !important;
	border-radius: 50%;
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

.form-card {
	text-align: left;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

#msform input,
#msform textarea {
	padding: 8px 15px 8px 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2c3e50;
	background-color: #eceff1;
	font-size: 16px;
	letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid var(--primary);
	outline-width: 0;
}

#msform .action-button {
	width: 100px;
	background: var(--primary);
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0px 10px 5px;
	float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
	background-color: #311b92;
}

#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right;
}

.fs-title {
	font-size: 25px;
	color: var(--primary);
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left;
}

.purple-text {
	color: var(--primary);
	font-weight: normal;
}

.steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
}

.fieldlabels {
	color: gray;
	text-align: left;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
}

#progressbar .active {
	color: var(--primary);
}

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f13e";
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f007";
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f030";
}

#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
}

#progressbar li:after {
	content: "";
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: var(--primary);
}

.music-controls .progress {
	height: 5px;
}

.progress-bar {
	background-color: var(--primary);
}

.fit-image {
	width: 100%;
	object-fit: cover;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
	background-color: #000000;
}

.video-box img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
}

.video-box {
	position: relative;
	transition: all 0.5s;
}

.video-box .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	opacity: 0;
	transition: all 0.5s;
	opacity: 0;
}

.video-box:hover img {
	filter: blur(1px);
}

.video-box:hover .video-btn {
	opacity: 1;
}

.radio-custom {
	position: absolute;
	top: -13px;
	left: -9;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.radio-custom::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background-color: #337ab7;
	border-radius: 50%;
	opacity: 0;
}

.radio-label input[type="radio"] {
	display: none;
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
	opacity: 1;
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.music-controls {
	display: flex;
	align-items: center;
}

.time-bar {
	width: 150px;
	height: 5px;
	background-color: #ddd;
	margin-right: 10px;
}

.music-duration {
	margin-right: 10px;
}

.music-controls .progress {
	margin-bottom: 0;
}

.radio-custom {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
	transform: translate(0, -50%);
}

.nav-tabs.style-1 {
	border: none;
}

.nav-tabs.style-1 .nav-item.nav-link {
	background-color: var(--rgba-primary-2);
	border-bottom: 5px solid var(--rgba-primary-4);
	color: #000;
	transition: all 0.5s;
	margin: 0 10px;
}

.nav-tabs.style-1 .nav-item:hover .nav-link {
	background-color: var(--rgba-primary-8);
	border-bottom: 5px solid var(--primary);
	color: #fff;
}

.nav-tabs.style-1 .nav-item.nav-link.active {
	background-color: var(--rgba-primary-8);
	border-bottom: 5px solid var(--primary);
	color: #fff;
}

.img-media {
	margin-bottom: 30px;
	position: relative;
}

.img-media .rbtn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.main-banner {
	position: relative;
}

.top-discount-box .top-discount-box-inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s;
}

/* .top-discount-box .top-discount-box-inner:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
} */
.top-discount-box .top-discount-box-inner:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.section-title {
	/* text-align: center; */
	display: block;
}

.section-title .title {
	font-size: 26px;
	position: relative;
	padding-bottom: 0px;
	background: var(--primary);
	color: #ffffff;
	padding: 0px 20px;
	border-radius: 100px;
	box-shadow: rgb(117 73 208 / 44%) 0px 7px 29px 0px;
	font-size: 24px;
	border: 1px solid rgba(0, 0, 0, 10%);
	display: inline-flex;
}

/* .section-title .title:after{
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% + 50px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
} */

.product-box {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}

.product-box:hover {
	border: 1px solid var(--primary);
	transition: all 0.5s;
}

.product-box .product-media {
	height: 280px;
	width: 100%;
	overflow: hidden;
}

.product-box .product-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
	border-radius: 10px;
}

.product-box:hover .product-media img {
	transform: scale(1.1) rotate(5deg);
	transition: all 0.5s;
}

.product-box .product-content {
	padding: 0;
}

.product-box .product-content .product-content-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
	margin: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.05);
}

.product-box .product-content .product-content-inner .product-price {
	padding: 2px 8px;
	background: var(--primary);
	border-radius: 6px;
	color: #fff;
	margin: 0;
}

.product-box .product-content .product-content-inner .product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.product-box .product-content .product-content-inner .product-rating li {
	margin-right: 5px;
}

.banner-head {
	display: flex;
	justify-content: center;
	align-items: center;
}

.portrait-img {
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.5s;
}

.portrait-img .media {
	height: 450px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.5s;
}

.portrait-img .media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

.portrait-img .media .media-content .media-icon .icon-box {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0;
	transition: all 0.5s;
}

.portrait-img:hover .media .media-content .media-icon .icon-box {
	opacity: 1;
}

.portrait-img:hover .media img {
	transition: all 0.5s;
	filter: grayscale(1);
}

.landscape-img {
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.5s;
}

.landscape-img .media {
	height: 160px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.5s;
}

.landscape-img .media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

.landscape-img .media .media-content .media-icon .icon-box {
	position: absolute;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	transition: all 0.5s;
}

.landscape-img:hover .media .media-content .media-icon .icon-box {
	opacity: 1;
}

.landscape-img:hover .media img {
	transition: all 0.5s;
	transform: scale(1.1) rotate(5deg);
	filter: blur(1px);
}

.gif-img {
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.5s;
}

.gif-img .media {
	height: 300px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.5s;
}

.gif-img .media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

.gif-img .media .media-content .media-icon .icon-box {
	position: absolute;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	transition: all 0.5s;
}

.gif-img:hover .media .media-content .media-icon .icon-box {
	opacity: 1;
}

.gif-img:hover .media img {
	transition: all 0.5s;
	transform: scale(1.1) rotate(5deg);
	filter: blur(1px);
}

.btn.btn-dark a {
	color: #fff;
}

.btn.btn-primary a {
	color: #fff;
}

.custom-dropdown:hover .dropdown-menu {
	display: block;
}

.custom-dropdown .dropdown-toggle:active {
	pointer-events: none;
}

.header-transparent .top-bar {
	background-color: var(--primary) !important;
}

.header-transparent .alch-topbar-left ul li a,
.header-transparent .header-nav .nav > li > a,
.header-transparent .extra-nav .site-button-link,
.header-transparent .navbar-toggler {
	color: #000 !important;
}

.welcome-btn {
	width: 30%;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 100px !important;
	transition: 0.5s;
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 16px !important;
	font-weight: 400 !important;
}

.welcome-btn .btn-text {
	transform: translateX(40px);
	transition: 0.5s;
	color: #fff;
}

.welcome-btn:hover .btn-text {
	transform: translateX(0px);
	color: #fff;
}

.welcome-btn::after {
	content: "";
	background-color: var(--primary);
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	inset: 0;
	transition: 0.5s;
	left: 100%;
	border-radius: 100px;
}

.welcome-btn:hover::after {
	left: 0;
}

.welcome-btn i {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	margin: 0;
}

.welcome-btn:hover i {
	background: #fff;
	color: var(--primary);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.carousel-control-prev {
	/* left: auto; */
	top: 50%;
	left: 40px;
	transform: translate(-50%, -50%);
}

.carousel-control-next {
	top: 50%;
	transform: translate(-15px, -50%);
}
.banner .title_highlight {
	background: var(--primary);
	color: #fff;
	padding: 5px 10px;
}

.btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn:hover::before {
	width: 100%;
}

.banner .sub-title {
	position: relative;
	display: inline-block;
	z-index: 1;
	/* font-family: cursive; */
	font-size: 20px;
	margin-bottom: 20px;
}

/* .banner .sub-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background-color: var(--primary);
    bottom: 0;
    left: 0;
    z-index: -1;
} */

.product-box .product-content .title {
	font-size: 18px;
	line-height: 1.2;
	padding: 15px 10px 5px 10px;
	margin: 0;
}

.product-box .product-content .product-btn {
	text-align: center;
	padding: 5px 0 15px 0px;
}

.header-transparent .main-bar {
	padding: 0 20px;
}

@media (max-width: 1200px) {
	.top-bar {
		display: none;
	}
}

footer a,
footer a:visited {
	color: #fff;
}

footer .input-group {
	position: relative;
}

footer .input-group .form-control {
	border-radius: 5px !important;
	background-color: transparent;
	color: #fff;
}

footer .input-group .form-control::placeholder {
	color: #fff;
}

footer .input-group > .form-control:focus,
footer .input-group > .form-select:focus {
	z-index: 0;
}

footer .input-group .footer-btn {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 5px 10px;
	z-index: 1;
}

footer p {
	line-height: 24px;
	margin-bottom: 20px !important;
	font-size: 15px;
}

.post-slide .post-title a {
	font-size: 16px;
}

.card-area {
	/* padding: 10px; */
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	border-radius: 10px;
	transition: all 0.5s;

	padding-left: 20px;
	padding-right: 20px;
	background-color: #f0f0f0;
}

.card-area:hover {
	border-color: var(--primary);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.blog-section .blog-box {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 20px;
	transition: 0.5s !important;
}
.blog-section .blog-box:hover {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.blog-section .info-blog {
	/* margin-top: 40px;
    text-align: center; */
	margin-top: 6px !important;
	text-align: left !important;
	/* border: 1px solid #d3d3d37a; */
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	z-index: 2;
	position: relative;
}
/* 
.blog-section .info-blog:hover {
	transition: all 0.5s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
} */

.blog-section .info-blog .title {
	font-size: 22px;
}

.card-img.w-100.h-banner1 {
	height: 500px;
}

body.search-open {
	overflow: hidden;
}

.head-form .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: 0;
	font-size: 1rem;
	font-weight: 700;
	display: block;
	cursor: pointer;
	color: #000;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 10px;
	outline: none;
}

.head-form .close:hover {
	background: var(--primary);
	color: #fff;
}

.head-form .search-box.search-elem {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.9);
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.head-form .search-box.search-elem .inner {
	width: 70%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.head-form .search-box.search-elem label {
	color: white;
	font-weight: 300;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.head-form .search-box.search-elem button.submit {
	outline: none;
	position: absolute;
	top: 0;
	right: 15px;
	height: 70px;
	padding: 10px 2rem;
	background: #00a896;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	color: white;
}

.head-form .search-box.search-elem button.submit[disabled] {
	background: #ccc;
	color: #32213a;
}

.head-form .search-box.search-elem input[type="text"] {
	transition: border 0.3s;
	border-radius: 0;
	background-color: transparent;
	border: none;
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.head-form .search-box.search-elem input[type="text"]::placeholder {
	color: #fff;
}

.head-form .search-box.search-elem input[type="text"]:focus {
	border-bottom: solid 2px var(--primary) !important;
	box-shadow: none;
}

.head-form .search-box.search-elem label.placeholder {
	position: absolute;
	top: 10px;
	left: 2rem;
	font-size: 32px;
	font-weight: 300;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	color: #999;
	transition: all 0.3s;
}

.head-form .search-box.search-elem label.placeholder.move-up {
	top: -25px;
	color: white;
	font-size: 1rem;
}

.head-form .search-box.search-elem.search-open {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.search-btn {
	text-transform: uppercase;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	transition: all 0.5s;
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}

.search-btn:hover {
	color: #fff;
	background-color: var(--primary);
	transition: all 0.5s;
}

.product-list-box.style-1 {
	padding: 20px;
	border-radius: 10px;
	transition: all 0.5s;
	background-color: #f8f8f8;
}

.product-list-box.style-1:hover {
	transition: all 0.5s;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.product-list-box.style-1 .brand {
	margin-bottom: 10px;
	font-weight: 700;
}

.product-list-box.style-1 .rating-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px dashed rgba(0, 0, 0, 0.1);
	background-color: #e7e7e7;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.product-list-box.style-1 .rating-count {
	font-weight: 700;
}

.product-list-box.style-1 .product-name {
	font-size: 28px;
	line-height: 1.2;
}

.shop-card {
	position: relative;
	/* height: 100%; */
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 10px;
	transition: all 0.5s;
}
.shop-card:hover {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}

.shop-card .shop-media {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 360px;
	position: relative;
}
.shop-card .shop-media:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	transition: all 0.5s;
}
.shop-card:hover .shop-media:after {
	height: calc(100% - 20px);
	transition: all 0.5s;
}

.shop-card .shop-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 10px;
	background-color: #e4e5f7;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	position: relative;
	z-index: -1;
}
.shop-card .shop-media img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999999999999;
}

.shop-card:hover .shop-media img {
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	transform: translateY(20px);
}

.shop-card .shop-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: end;
	gap: 5px;
	padding: 15px;
}

.shop-card .shop-meta .shop-btn {
	position: absolute;
	border-radius: 45px;
	top: -50px;
	border: 4px solid #fffaf3;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px !important;
	padding: 8px 25px;
	border: 4px solid #fffaf3;
	background-color: var(--primary);
}

.shop-card:hover .shop-meta .shop-btn {
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	top: -4px;
}

.shop-card .shop-content {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-card .shop-content .title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shop-card .shop-content .content-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-box-wrapper .product-box-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.product-box-wrapper .nav.nav-pills {
	border: 1px solid #000;
	width: fit-content;
	border-radius: 5px;
	padding: 3px;
}

.product-box-wrapper .nav-pills .nav-link {
	margin: 0;
	padding: 5px 20px;
	border-radius: 5px;
	color: var(--text-dark);
	font-weight: 700;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: var(--primary);
	color: var(--bg-light);
}

.box-box-wrapper {
	/* margin: 0 10px 30px 10px; */
	overflow: hidden;
	border-radius: 15px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	border: 1px solid rgba(0, 0, 0, 10%);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	max-height: 400px;
	height: 100%;
}

.box-box-wrapper:hover {
	transform: translateY(-10px);
}
#blog-slider .box-box-wrapper {
	margin: 0 10px 30px 10px;
}

.box-box-wrapper .blog-media {
	position: relative;
	border-radius: 20px;
	z-index: 1;
	max-height: 200px;
}
.box-box-wrapper .blog-media:before {
	content: "";
	position: absolute;
	inset: 0;
	top: 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--primary), transparent);
	opacity: 0.7;
	transition: 0.6s;
}
.box-box-wrapper .blog-media::after {
	content: "";
	position: absolute;
	inset: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: 0.6s;
	background: linear-gradient(0deg, #000, transparent);
	opacity: 1;
}
.box-box-wrapper:hover .blog-media::after {
	opacity: 0;
}
.box-box-wrapper:hover .blog-media::before {
	top: 0;
}

.box-box-wrapper:hover {
	transition: all 0.5s;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.box-box-wrapper .blog-media {
	position: relative;
	overflow: hidden;
	/* height: 350px; */
}

.box-box-wrapper .blog-media img {
	width: 100%;
	border-radius: 20px;
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.box-box-wrapper .blog-content {
	/* position: absolute;
	left: 50%;
	bottom: -50px; */
	width: 100%;
	/* transform: translateX(-50%); */
	/* padding: 10px; */
	z-index: 9;
	border-radius: 10px;
	transition: all 0.5s;
	margin-top: 20px;
}
.box-box-wrapper:hover .blog-content {
	bottom: 10px;
	transition: all 0.5s;
}

.box-box-wrapper .blog-content .title {
	font-size: 20px;
	font-weight: 700;
	color: #252525;
	/* background: #fff; */
	/* padding: 10px; */
	/* border-radius: 10px; */
	width: 100%;
	transition: 0.3s;
}

.box-box-wrapper:hover .blog-content .title {
	background: transparent;
	color: var(--primary);
}

.card-box.card-area .section-title .title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 28px;
	line-height: 1.2;
}

/* -------------------------- */
.breadcrumb-title {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.breadcrumb-title::before {
	content: "";
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 50%;
	background-color: var(--primary);
	opacity: 0.5;
	position: absolute;
	left: -2.5rem;
	top: -2rem;
	z-index: -1;
	animation: animation-two linear infinite 5s;
}

.card-text.breadcrumb-title::before {
	width: 80px;
	height: 80px;
	left: 80%;
	opacity: 0.3;
	animation-delay: 1s;
}

@keyframes animation-two {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}
	30% {
		transform: translateY(15px) translateX(10px) rotate(5deg);
		transform-origin: center center;
	}
	50% {
		transform: translateY(15px) translateX(10px) rotate(15deg);
		transform-origin: right bottom;
	}
	80% {
		transform: translateY(15px) translateX(10px) rotate(5deg);
		transform-origin: left top;
	}
	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

.default-card {
	border: 3px solid var(--primary) !important;
	box-shadow: rgba(111, 0, 255, 0.15) 0px 15px 25px,
		rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
}

.default-card .section-title .title {
	background: var(--primary);
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 8px;
	padding-left: 20px;
	color: #fff;
}

.footer-svg {
	position: absolute;
	top: -240px;
	width: 100%;
	left: 5px;
	rotate: 6deg;

	right: 0;
}

.footer .footer-element {
	max-width: 300px;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	opacity: 1;
	left: -100px;
	bottom: 0;
	z-index: -1;
	animation: zoom-out 5s linear infinite;
}

@keyframes zoom-out {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1) translateX(50px);
	}
	100% {
		transform: scale(0.8);
	}
}
.floating--three {
	top: 30%;
	right: 6%;
	transform: translateY(-50%);
	position: absolute;
	height: auto;
	width: auto;
	z-index: 1;
}
.floating--four {
	top: 60%;
	left: 6%;
	transform: translateY(-50%);
	position: absolute;
	height: auto;
	width: auto;
	z-index: 1;
}
.floating--three img {
	animation: floating--rotate 24s infinite linear;
}
.floating--four img {
	animation: floating--rotate 10s infinite linear;
}

@keyframes floating--rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.news-card {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	/* height: fit-content; */
	position: relative;
	z-index: 0;
	background-color: #fff;
	/* max-height: 380px; */
	height: 100%;
}
.news-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000, transparent);
	opacity: 1;
	transition: 0.6s;
}
.news-card::before {
	content: "";
	position: absolute;
	inset: 0;
	top: 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--primary), transparent);
	opacity: 0.5;
	transition: 0.6s;
}
.news-card:hover::before {
	top: 0;
}

.news-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.news-card .card-img-container {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.news-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	border: 0;
}
.avatar-overlay img {
	object-fit: contain;
}
.news-card:hover img {
	transform: scale(1.1);
}

.news-card .category {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #7549d0;
	color: white;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.news-card .card-body {
	padding: 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 100%;
	z-index: 2;
}

.news-card .card-title {
	font-weight: 700;
	margin-bottom: 12px;
	color: #fff;
	transition: color 0.3s ease;
}

.news-card:hover .card-title {
	color: #fff;
}

.news-card .card-text {
	color: #ffffffc9;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card .view-btn {
	display: inline-flex;
	align-items: center;
	color: #7549d0;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.news-card .view-btn i {
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.news-card:hover .view-btn i {
	transform: translateX(5px);
}

.news-card:hover .view-btn {
	color: #fff;
}

/* ----------------- News Details Page --------------- */
.news_post_wrap .category {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 600;
	background: var(--primary);
	color: #fff;
	padding: 5px 10px;
	border-radius: 100px;
	display: inline-block;
	margin: 0;
}

.news_post_wrap .read-time {
	color: #6c757d;
	font-size: 0.9rem;
}

.news_post_wrap .main-title {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.news_post_wrap .author-info {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.news_post_wrap .author-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.news_post_wrap .author-name {
	font-weight: 600;
	margin-bottom: 0;
}

.news_post_wrap .publish-date {
	color: #6c757d;
	font-size: 0.9rem;
}

.news_post_wrap .social-icons a {
	color: #6c757d;
	margin-right: 15px;
	font-size: 1.1rem;
}

.news_post_wrap .main-image {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

.news_post_wrap .article-text {
	font-size: 1.05rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.news_post_wrap .section-title {
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.news_post_wrap .quote {
	font-style: italic;
	border-left: 4px solid #6c63ff;
	padding-left: 1rem;
}

.news_post_wrap .ai-reader {
	background-color: #f8f9fe;
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.news_post_wrap .ai-reader-title {
	font-weight: 600;
	text-align: center;
	margin-bottom: 1rem;
}

.news_post_wrap .ai-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 1rem;
	display: block;
}

.news_post_wrap .ai-text {
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}

.news_post_wrap .player-controls {
	text-align: center;
}

.news_post_wrap .play-button {
	background-color: #6c63ff;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	border: none;
}

.news_post_wrap .skip-button {
	background-color: transparent;
	color: #6c757d;
	border: none;
	font-size: 1.2rem;
}

.news_post_wrap .progress-container {
	margin: 1.5rem 0;
}

.news_post_wrap .progress-bar {
	background-color: #6c63ff;
}

.news_post_wrap .control-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}

.news_post_wrap .control-icon {
	color: #6c757d;
	font-size: 1.2rem;
	cursor: pointer;
}

.news_post_wrap .newsletter {
	background-color: #f8f9fe;
	border-radius: 12px;
	padding: 1.5rem;
}

.news_post_wrap .newsletter-title {
	font-weight: 600;
	margin-bottom: 1rem;
}

.news_post_wrap .newsletter-text {
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}

.news_post_wrap .subscribe-btn {
	background-color: #6c63ff;
	border: none;
	width: 100%;
}

.news_post_wrap .form-control:focus {
	border-color: #6c63ff;
	box-shadow: 0 0 0 0.25rem rgba(108, 99, 255, 0.25);
}

.news_post_wrap .speed-label,
.news_post_wrap .bits-label {
	display: flex;
	justify-content: space-between;
	font-size: 0.8rem;
	color: #6c757d;
	margin-bottom: 0.5rem;
}

.ai-avatar_wrap .player-container {
	background-color: #f5f5ff;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border: 1px solid rgba(0, 0, 0, 10%);
}

@media (min-width: 1200px) {
	.ai-avatar_wrap .player-container {
		max-width: 310px;
	}
}

.ai-avatar_wrap .title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 24px;
}

.ai-avatar_wrap .subtitle {
	text-align: center;
	color: #666;
	margin-bottom: 25px;
	font-size: 14px;
}

.ai-avatar_wrap .avatar-container {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
}

.ai-avatar_wrap .avatar {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: contain;
	border: 3px solid #fff;
}

.ai-avatar_wrap .avatar-border {
	display: inline-block;
	padding: 3px;
	border-radius: 10px;
	/* background: linear-gradient(135deg, #6246ea, #7758f8); */
	background: radial-gradient(circle at 50%, #fff, #7758f8);
	width: 100%;
	height: 100%;
}
.avatar-container #avatar-video {
	width: 100% !important;
	height: 100% !important;
	/* mix-blend-mode: darken; */
	border: 3px solid #fff;
}
.news_post_wrap {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	border-radius: 20px;
}
.ai-avatar_wrap .speed-container {
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

.ai-avatar_wrap .speed-label {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ai-avatar_wrap .slider-container {
	position: relative;
	height: 6px;
	background-color: #e6e6e6;
	border-radius: 3px;
}

.ai-avatar_wrap .slider {
	-webkit-appearance: none;
	width: 100%;
	height: 6px;
	background: transparent;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.ai-avatar_wrap .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: #6246ea;
	border-radius: 50%;
	cursor: pointer;
}

.ai-avatar_wrap .slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #6246ea;
	border-radius: 50%;
	cursor: pointer;
}

.ai-avatar_wrap .slider-fill {
	position: absolute;
	height: 6px;
	background-color: #6246ea;
	border-radius: 3px;
}

.ai-avatar_wrap .controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.ai-avatar_wrap .control-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.ai-avatar_wrap .play-btn {
	background-color: #6246ea;
	width: 56px;
	height: 56px;
}

.ai-avatar_wrap .play-icon {
	color: white;
	font-size: 22px;
}

.ai-avatar_wrap .progress-container {
	position: relative;
	height: 4px;
	background-color: #e6e6e6;
	border-radius: 2px;
	margin-bottom: 10px;
}

.ai-avatar_wrap .progress-bar {
	position: absolute;
	height: 4px;
	background-color: #6246ea;
	border-radius: 2px;
	width: 30%;
	/* Initial value */
}

.ai-avatar_wrap .progress-time {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #666;
}

.ai-avatar_wrap .footer-controls {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 20px;
}

.ai-avatar_wrap .footer-btn {
	background: none;
	border: none;
	color: #666;
	font-size: 22px;
	cursor: pointer;
}

.ai-avatar_wrap .rate-value {
	font-weight: bold;
	color: #333;
}
/* ----------------- News Details Page End --------------- */
.site_dropdown {
	position: relative;
	z-index: 1;
}
.site_dropdown .dropdown_mega {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: 0.5s;
	position: absolute;
	z-index: 0;
	background: #fff;
	width: 100%;
	border-radius: 1px;
	/* min-width: 350px; */
	width: 100%;
	/* padding: 10px; */
	/* display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap; */
	border: 1px solid rgba(0, 0, 0, 10%);
	border-left: 2px solid var(--primary);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.site_dropdown:hover .dropdown_mega {
	transform: translateY(10px) !important;
}
.site_dropdown .dropdown-content li a {
	color: #000;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 500;
}
.site_dropdown .dropdown-content li a:hover {
	color: #fff !important;
}
.site_dropdown .dropdown-content li {
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 10%);
}
.site_dropdown .dropdown-content li:hover,
.site_dropdown .dropdown-content li:focus-within {
	/* background: var(--primary);
	color: #fff; */
}
.site_dropdown .dropdown-content li:hover a,
.site_dropdown .dropdown-content li:focus-within a {
	color: var(--primary) !important;
}
.site_dropdown:hover .dropdown_mega,
.site_dropdown:focus-within .dropdown_mega {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.site_dropdown .dropdown-content {
	transition: 0.5s;
}

.header-nav .nav li a:hover {
	color: var(--primary);
}

.top-discount-box .top-discount-box-inner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.top-discount-box .top-discount-box-inner::before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	transform: skewX(-25deg);
	z-index: 1;
}

.top-discount-box .top-discount-box-inner:hover::before {
	animation: shine 1s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
.top-discount-box .top-discount-box-inner:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.footer-svg {
		rotate: 2deg;
		left: 4px;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	.footer-svg {
		rotate: 0deg;
		left: 0px;
		top: -200px;
	}
}

@media (max-width: 992px) {
	.content-page {
		padding: 0 !important;
	}
	.header-nav .nav > li > a {
		border: 0 !important;
	}
	.link-78::before {
		display: none !important;
	}
	.header-nav .nav li a.link-78:hover {
		color: var(--primary) !important;
	}
	.carousel-caption .welcome-btn {
		width: 50% !important;
	}
	.top-discount-box .top-discount-box-inner.box-sm {
		height: fit-content;
	}
	.footer-svg {
		position: absolute;
		top: -200px;
		width: 100%;
		left: 0px;
		rotate: 360deg;
		right: 0;
	}
	.footer-svg {
		display: none;
	}
	.footer {
		margin-top: 20px;
	}
	.main-banner:before {
		opacity: 0.8;
	}
}

@media (max-width: 767px) {
	.carousel-caption .welcome-btn {
		width: 30% !important;
	}
	.section-title .title {
		font-size: 18px;
	}
	.news-card .card-img-container {
		height: fit-content;
	}
	.news-card::before {
		display: none;
	}

	.news-card::after {
		display: none;
	}
	.news-card .card-body {
		position: unset;
		transform: unset;
		width: auto;
		margin: 10px !important;
	}
	.news-card .card-title {
		color: #000;
	}
	.news-card .card-text {
		color: #2e2e2e;
	}
	.banner .site_banner_element {
		opacity: 0.5;
	}

	.news-card:hover .card-title {
		color: var(--primary) !important;
	}
	.news-card:hover .view-btn {
		color: var(--primary) !important;
	}
}
@media (max-width: 575px) {
	.carousel-caption .welcome-btn {
		width: 50% !important;
	}
	.banner .sub-title {
		font-size: 16px;
	}
	.banner .title {
		font-size: 20px;
	}
	.banner .content {
		font-size: 14px;
	}
}

.category_news .card-media img {
	border-radius: 20px;
	transition: 0.5s;
}
.category_news .card-media {
	position: relative;
	z-index: 2;
	margin: 0 30px;
	transform: translateY(20px);
	transition: 0.5s;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 10%);
	border-radius: 20px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
		rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.category_news .card_inner_content {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 15px;
	transform: translateY(-50px);
	background: #fff;
	padding-top: 100px;
	border: 1px solid rgba(0, 0, 0, 10%);
	position: relative;
	z-index: 1;
	transition: 0.5s;
	overflow: hidden;
}

.category_news .card .card_inner_content::after {
	transition: 0.5s;
}
.category_news .card_inner_content::after {
	content: "";
	position: absolute;
	bottom: -30px;
	right: -40px;
	width: 200px;
	height: 200px;
	background: #b5b5b5;
	border-radius: 20px;
	rotate: 60deg;
	z-index: -1;
	opacity: 0.2;
}
.category_news .card:hover .card_inner_content::after {
	background: #6f45c2;
	rotate: 130deg;
}

.category_news .card-media::before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	transform: skewX(-25deg);
	z-index: 1;
}

.category_news .card:hover .card-media::before {
	animation: shine 1s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.category_news .card:hover .card-media img {
	transform: scale(1.1);
}
@media(max-width:992px){
	.site_dropdown .dropdown-content{
		display: block !important;
		background: unset !important;
		border: 0;
	}
	.site_dropdown:hover .dropdown_mega{
		transform: translateY(0px) !important;
	}
	.site_dropdown .dropdown_mega{
		opacity: 1 !important;
		visibility: visible !important;
		transform: translateY(0px) !important;
		display: none !important;
		position: unset !important;
		margin: 10px;
		margin-left: 20px;
		border: 0;background: unset !important;
	}
	.site_dropdown:hover .dropdown_mega, .site_dropdown:focus-within .dropdown_mega{
		display: block !important;
		width: auto !important;
	}
}
@media (max-width: 1500px) and (min-width: 1200px) {
	/* .ai-avatar_wrap .player-container.active {
		position: fixed;
		top: 100px;
		z-index: 1;
		max-width: 300px;
		width: 100%;
		transition: 1s;
	} */
}

