/*
Template Name: Pillarix - Multipurpose Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 1.0
*/
/*
-- Body
-- Navbar
-- Index
-- News
-- Contact
-- Account
-- Footer
*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');

/* Body */
body {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #1b1b1b;
}
a:hover {
	color: #0d6efd;
}
.btn {
	font-size: 14px;
	padding: 12px 30px !important;
	font-weight: 600;
}
.app-nav  a.nav-link.py-4 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	color: #000;
	font-size: 15px;
}
.btn-primary {
	background: #3361c4;
	border-color: #3361c4;
}
.app-nav .navbar-nav .nav-link:hover {
	color: #3361c3;
}
.app-nav .navbar-nav .nav-link.active {
	color: #3361c3;
}
.hero-background {
	background-image: url(../img/bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-primary {
	color: #3361c3 !important;
}
.gradient-text{
	background: linear-gradient(105deg, #3361c3 0%,#8296D6 23.13%,#AC99E3 42.36%,#E7BABB 56.34%,#ef6e45 82.55%);
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.bg-primary {
	background-color: #3361c3 !important;
}
.bg-light {
	background-color: #fff9f5 !important;
}

/* Index */
.icon {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-img {
	width: 40px;
}

/* News */
.admin-icon {
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Contact */
.social-icon {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Account */
.icon-sm {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Footer */
.footer-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropdown-brand-list{list-style-type:none;margin:0 0 15px;padding:0}.dropdown .dropdown-brand-list>li{display:inline-block;padding:0;margin-bottom:5px;margin-right:5px}.dropdown .dropdown-brand-list>li a{display:block;height:60px;padding:10px;min-width:60px;max-width:120px;text-align:center;border:1px solid var(--bs-component-dropdown-border-color);border-radius:6px;display:flex;align-items:center}.dropdown .dropdown-brand-list>li a:focus,.dropdown .dropdown-brand-list>li a:hover{border-color:var(--bs-component-color)}.dropdown .dropdown-brand-list>li img{max-height:100%;max-width:100%;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);opacity:.5;display:block;margin:0 auto;transition:all .2s linear}.dropdown .dropdown-brand-list>li:focus img,.dropdown .dropdown-brand-list>li:hover img{filter:none;-webkit-filter:none;opacity:1}




 
.btn-outline-purple{
	color: #6f31cc;
	border: 1px solid #6f31cc;
}
 
.bg-purple{
	background-color: #8b3dff;
}
.purple-tab .nav-link {
	color: #8b3dff;
}
.border-primary {
	border-color: #8b3dff !important;
}
.form-check-input:checked {
	background-color: #8b3dff;
	border-color: #8b3dff;
}
.breadcrumb.bg-dark .breadcrumb-item+.breadcrumb-item::before {
	color: rgb(204 204 204 / 23%);
}
.bg-opacity-purple {
	background: rgb(139 61 255 / 8%);
}

 
/* Blog */
.svg-border-rounded svg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
}
.sticky-sidebar {
	position: sticky;
	top: 20px;
}
.bg-primary.rounded-circle.admin-icon img {
	height: 22px;
	width: 22px;
	object-fit: cover;
}
.bg-primary.rounded-circle.admin-icon {
	background: transparent !important;
}
.blog-list-osahan .cover-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-author-profile-header .profile-img {
	height: 120px;
	width: 120px;
	object-fit: cover;
}
.portfolio-osahan-w .card-img {
	height: 300px;
	object-fit: cover;
}
.portfolio-osahan-h .card-img {
	height: 600px;
	object-fit: cover;
}
.shop-product-detail-slider {
	margin-top: -155px !important;
}
.shop-product-detail-slider.small-img .img-fluid {
	border: 4px solid #fff;
}
.shop-product-detail-slider.small-img .img-fluid.slick-current.slick-active {
	border-color: #8b3dff;
}

/* My Account */
.avtar-sm {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.osahan-sidebar {
	margin-top: -120px;
	position: relative;
}
.osahan-sidebar .profile-img {
	height: 120px;
    width: 120px;
    object-fit: cover;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	cursor: inherit;
	width: 125px;
	display: block;
	height: 38px;
}
.osahan-sidebar-links .dropdown-item {
	font-size: 15px;
	padding: 12px 15px;
	color: #595c5f;
	border-radius: 8px;
	margin: 2px 0;
}
.osahan-sidebar-links .dropdown-item.active, .osahan-sidebar-links .dropdown-item:hover {
	background: rgb(139 61 255 / 8%);
	color: #8b3dff;
}
.osahan-user-header {
	background-image: url(../img/banner.jpeg);
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 400px;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
	max-width: 1380px;
	margin: auto;
}
.build-something-together {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.jpeg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -10rem;
}
.footer-icon {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-tabs-osahan .nav-link {
	color: #979797;
}
.nav-tabs-osahan .nav-link.active {
	color: #8b3dff;
}

/* About */
.bg-elements {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Cart Page */
.cart-img.rounded-2 {
	height: 70px;
	width: 58px;
	min-width: 58px;
	object-fit: cover;
}
.quantity-osahan {
	width: 110px;
	text-align: center;
	border-radius: 10px;
	border: 0px solid #dee2e6;
	overflow: hidden;
	padding: 3px;
}
.quantity-osahan .quantity-input {
	text-align: center;
}
.quantity-osahan .btn {
	padding: 0 0 1px 0;
	border-radius: 8px !important;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: end;
	justify-content: center;
	font-size: 23px;
}
.quantity-osahan .quantity-input {
	border: none;
	padding: 0px;
}

/* Filter Sidebar */
.osahan-filter .accordion-button {
	border-radius: 0px !important;
	font-weight: bold;
	color: #000;
	padding: 0 0 19px 0px;
	background: none;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #dee2e6;
	box-shadow: none;
	letter-spacing: 1px;
	position: relative;
}
.osahan-filter .accordion-item {
	border: none;
	border-radius: 0px !important;
	margin-bottom: 20px;
}
.osahan-filter .accordion-body {
	padding: 18px 0 27px 0;
}
.osahan-filter .accordion-button:after {
	width: 16px;
	height: 16px;
	background-size: 16px;
}
.osahan-filter .accordion-button:before {
	border-bottom: 3px solid #8b3dff;
	width: 62px;
	position: absolute;
	content: "";
	bottom: -1px;
}

 

 







