:root{
	--themecolor:#ffd54f;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
button {
	outline: none;
}
input {
	outline: none;
}
input:focus {
	background-color: inherit;
}
textarea {
	outline: none;
}

p {
}
a {
	color: inherit;
}
img {
	vertical-align: middle;
	height: auto;
	display: inline-block;
}
.header-area {
    border-bottom: 1px solid #ffd799;
    padding-top: 11px;
    padding-bottom: 14px;
    background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);

}
.header-text span {
    color: #fff;
    font-size: 13px;
    margin-right: 23px;
}
.header-text span i {
    margin-right: 5px;
}
.header-icon a {
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
    transition: .3s;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
	font-weight:600;
	text-transform:uppercase;
}

.nav-item.dropdown:hover .dropdown-menu{
	display:block;
	margin:0;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);
color:#fff;
}
.item {
  height: 100vh;
  position: relative;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-nav .owl-prev:hover {
  background: #000 !important;
}
.owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-next:focus {
  outline: 0;
}
.owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.mobile-top {
        background-color: #3f0d12;
    background-image: linear-gradient(
360deg
, #3f0d12 0%, #a71d31 74%);
    color: #fff;
    padding: 10px 0;
	font-size: 9px;
}
.aniket_feat{
	margin:-60px 0 60px;
	z-index:99	;
	position:relative;
}
.aniket_featbox{
	margin-bottom:20px;
	background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);
}
.aniket_featext{
	padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.navbar-collapse.collapse.show{
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
    top: 100%;
    z-index: 99999;
	}
.aniket_btn{
	display:block;
	font-size: 16px;
	margin-top:20px;
	    text-align: center;
    padding: 10px;
	background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);
color:#fff;
transition:0.8s;
}
.aniket_btn:hover{
	border:1px solid #3f0d12;
	background:transparent;
	color:#3f0d12;
transition:0.8s;
}
.aniket_satisfacbtn{
	display:block;
	font-size: 19px;
	    text-align: center;
    padding: 20px;
	background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);
color:#fff;
transition:0.8s;
}
.aniket_satisfacbtn:hover{
	border:1px solid #3f0d12;
	background:transparent;
	color:#3f0d12;
transition:0.8s;
}
.aniket_serv{
	padding:50px 0;
	background:url(../img/serv-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aniket_servbox{
	padding: 70px 15px;
	background: url(../img/bg.png) no-repeat;
    transition: all 0.5s ease 0s;
    background-size: cover;
    background-position: 0 0;
}
.aniket_servbox{
	padding: 30px 15px;
	background: url(../img/serv-bg.png) no-repeat;
    transition: all 0.5s ease 0s;
    background-size: cover;
    background-position: 0 0;
	text-align:center;
	margin-bottom:20px;
}
.aniket_servbox:hover{
	padding: 70px 15px;
	background: url(../img/serv-hover.png) no-repeat;
    transition: all 0.5s ease 0s;
    background-size: cover;
    background-position: 0 0;
	box-shadow:0 1px 5px 2px #a6a6a6;
}
.aniket_servimg img{
	height:150px;
}
.aniket_servhead h2{
	font-size: 26px;
    font-weight: 600;
    margin: 10px;
}
.aniket_servhead p{
	text-align:justify;
	    font-size: 14px;
}
@media (max-width:767px){
	.copyright {
    padding: 28px 0 80px !important;
	}
	.aniket_feat {
    margin: -30px 0 60px;

	}
	.navbar-brand img{
		height:50px;
	}
	.aniket_featext{
		font-size:10px;
	}
}
.aniket_heading h3, .aniket_heading h4{
	font-weight:700;
	font-size:30px;
	margin-bottom:20px;
}
.aniket_heading h3:before{
	content:"";
	background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);
width:50px;
height:5px;
top:10%;
position:absolute;
line-height:80px;
}
.aniket_servtext p{
	    text-align: justify;
    font-weight: 600;
    font-size: 14px;
	line-height:24px;
}
.aniket_services{
	padding:50px 0;
	background:url(../img/service-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aniket_marcer{
	padding:50px 0;
	background:url(../img/act-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.aniket_why{
	padding:50px 0;
	background:url(../img/why-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aniket_rating{
	padding:50px 0;
	background:url(../img/addi-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aniket_faq{
	padding:50px 0;
	background:url(../img/faq-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aniket_marq{
	padding:100px 0;
	background:url(../img/marq-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.aniket_footer{
	padding:100px 0;
	background:url(../img/footer-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aniket_contact{
	padding:100px 0;
	background:url(../img/contact-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aniket_bread{
	margin:0;
	padding:50px 0;
	background:url(../img/bread-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}
.aniket_prodet{
	margin:0;
	padding:50px 0;
	background:url(../img/pro-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-weight:500;
}
.aniket_why img{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px; 
}
.aniket_hebox{
	    background-color: #3f0d12;
    background-image: linear-gradient(
360deg
, #3f0d12 0%, #a71d31 74%);
padding:10px;
text-align:center;
color:#fff;
margin:0 0 10px 0;
}
.aniket_hetext{
	padding:10px;
	text-align:justify;
	font-weight:600;
}
.aniket_heabox{
	border:1px solid;
	margin-bottom:20px;
	background: #ffffff8c;
}
.aniket_whylist{
	margin:20px 0;
}
.aniket_whylist ul li{
	border: 1px solid #3f0d12;
	    margin-bottom: 10px;
	list-style:none;
	font-size:16px;
}
.aniket_heading h6{
	    font-size: 24px;
    font-weight: 700;
}
.aniket_faq .card-header{
	    background-color: #3f0d12;
    background-image: linear-gradient(
360deg
, #3f0d12 0%, #a71d31 74%);
color:#fff;
padding:10px;
}
.aniket_faq .collapse, .aniket_faq .card-body{
	background: #ffffff26;
}
.aniket_faq .card{
	background:none;
	margin-bottom:20px;
}
.aniket_marqbox{
	background: #ffffff9e;
    padding: 50px 20px;
}
.aniket_marqbox h5{
	    font-size: 30px;
    font-weight: 700;
}

.dk-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;}
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#ff8294; }

.dk-footer-box-info {
  background: #fff;
  padding: 40px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook-f {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-youtube {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }


.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #ff8294; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0 10px;
      background-color: #3f0d12;
    background-image: linear-gradient( 
360deg
 , #000 0%, #000 74%); }
  .copyright span,
  .copyright a {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 50px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    bottom: 50px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 99999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
.aniket_bread .breadcrumb{
	    display: -webkit-inline-box;
    background: none;
}
.theme-bg, .theme-btn{
	background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);
color:#fff;
}
.theme-border{
	border:1px solid #3f0d12;
}
.aniket_context{
	        display: grid;
    margin-bottom: 40px;
	text-align:left;
}
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }


@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-title, .price, .sizes, .colors {
	font-size:24px;
  text-transform: UPPERCASE;
  font-weight: bold; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.classic-tabs .nav-link.active{
	background-color: #3f0d12;
background-image: linear-gradient(360deg, #3f0d12 0%, #a71d31 74%);
color:#fff;
}
.classic-tabs .nav-link{
	border:1px solid #3f0d12;
}
.classic-tabs{
	border:1px solid #3f0d12;
}
.classic-tabs .tab-content{
	padding:20px;
}
.aniket_decstext{
	margin:20px 0;
}
.aniket_decstext ul li{
	list-style:disc;
	line-height:30px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:999;
  border-bottom:1px solid ;
}
.navbar{
	padding:0;
}
.modal{
	z-index:999999;
}
  /* CSS for the popup with smooth transitions */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0);
            z-index: 1000;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-in-out;
        }
        
        .popup-overlay.active {
            background-color: rgba(0, 0, 0, 0.7);
            opacity: 1;
            visibility: visible;
        }
        
        .popup-content {
            background-color: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            max-width: 80%;
            max-height: 80vh;
            overflow: auto;
            transform: scale(0.8);
            transition: transform 0.3s ease-in-out;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
        .popup-overlay.active .popup-content {
            transform: scale(1);
        }
        
        .popup-image {
            max-width: 100%;
            max-height: 60vh;
            display: block;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }
        
        .popup-image:hover {
            transform: scale(1.02);
        }
        
        .close-btn {
            margin-top: 20px;
            padding: 10px 25px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.2s ease;
        }
        
        .close-btn:hover {
            background-color: #45a049;
            transform: translateY(-2px);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }