/* slider home page start */
#home_slider_section {
	margin-top: 132px !important;
	
}
.owl-carousel {
	position: relative;
	margin-top: 80px;
}
.owl-carousel .owl-item {
	opacity: 0.4;
}
.owl-carousel .owl-item.active {
	opacity: 1;
}
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	color: #c49b63 !important;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
	left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
	right: -25px;
}
.owl-carousel.home-slider {
	position: relative;
	height: 100%;
	z-index: 0;
}
.owl-carousel.home-slider .slider-item {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	/* height: 100vh; */
	width: 100% !important;
	position: relative;
	z-index: 0;
}
/* .banner_img {
	background-repeat: no-repeat;
	background-size: contain !important;
	background-position: center center;
	width: 100% !important;
} */
.owl-carousel.home-slider .slider-item {
	background-position: top center !important;
}
@media (max-width: 1199.98px) {
	.owl-carousel.home-slider .slider-item {
		background-position: top center !important;
	}
}
.owl-carousel.home-slider .slider-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0;
}
.owl-carousel.home-slider .slider-item .slider-text {
	color: #fff;
	/* height: 100%; */
	text-align: right;
}
@media (min-width: 992px) {
	.owl-carousel.home-slider .slider-item .slider-text .order-md-last {
		text-align: left !important;
	}
}
@media (max-width: 767.98px) {
	.owl-carousel.home-slider .slider-item .slider-text {
		text-align: center;
	}
}
.owl-carousel.home-slider .slider-item .slider-text .subheading {
	font-family: "Great Vibes", cursive;
	font-size: 30px;
	color: #c49b63;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 1px;
}
.owl-carousel.home-slider .slider-item .slider-text h1 strong {
	color: #fff;
	font-family: "Josefin Sans", Arial, sans-serif;
	font-size: 50px;
}
@media (max-width: 991.98px) {
	.owl-carousel.home-slider .slider-item .slider-text h1 {
		font-size: 30px;
	}
}
.owl-carousel.home-slider .slider-item .slider-text p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	color: white;
}
.owl-carousel.home-slider .slider-item .slider-text p.sub-p {
	font-weight: 400;
}
.owl-carousel.home-slider .slider-item .slider-text p strong {
	font-weight: 700;
}
.owl-carousel.home-slider .slider-item .slider-text p strong a {
	color: #fff;
}
.owl-carousel.home-slider .slider-item .slider-text .unstyled-list {
	width: 50%;
	padding: 0;
}
.owl-carousel.home-slider .slider-item .slider-text .unstyled-list li {
	list-style: none;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
	color: #fff;
}
.owl-carousel.home-slider .owl-nav .owl-prev span,
.owl-carousel.home-slider .owl-nav .owl-next span {
	color: #fff;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
	opacity: 1;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
	left: 20px;
}
.owl-carousel.home-slider:hover .owl-nav .owl-next {
	right: 20px;
}
.owl-carousel.home-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	display: none;
}
@media (max-width: 767.98px) {
	.owl-carousel.home-slider .owl-dots {
		bottom: 5px;
		display: none;
	}
}
/* @media (max-width: 700px) {
	.owl-carousel.home-slider .slider-item .slider-text {
		height: 60vh;
	}
	.owl-carousel.home-slider .slider-item {
		height: 60vh;
	}
} */
.owl-carousel.home-slider .owl-dots .owl-dot {
	width: 18px !important;
	height: 18px !important;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	background: none;
	border: 2px solid rgba(255, 255, 255, 0.5);
	outline: none !important;
	position: relative;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: inline-block;
}
.owl-carousel.home-slider .owl-dots .owl-dot span {
	position: absolute;
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50% !important;
	left: 50%;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.owl-carousel.home-slider .owl-dots .owl-dot.active {
	border: 2px solid white;
}
.owl-carousel.home-slider .owl-dots .owl-dot.active span {
	background: white;
}

.owl-custom-nav {
	float: right;
	position: relative;
	z-index: 10;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
	padding: 10px;
	font-size: 30px;
	background: #ccc;
	line-height: 0;
	width: 60px;
	text-align: center;
	display: inline-block;
}

/* slider end */

.category-container {
    position: relative !important;
    width: 100%;
    height: 100%;
    transition: var(--transition) !important;
	overflow: hidden !important;
}
.category-container:hover {
    transform: var(--transform);
    box-shadow: var(--box-shadow);
}
.category-container .img {
    width: 100%;
	transition: var(--transition);
	z-index: -1 !important;
}
.category-container:hover .img {
	transform: scale(1.1) !important;
	z-index: 99 !important;
}
.category-container:hover .link {
	z-index: 100 !important;
}
.category-container .link {
    /* position: relative !important; */
    width: 100% !important;
    background-color: var(--third);
    color: var(--second);
    text-decoration: none;
    font-weight: bold !important;
    padding: 12px 10px;
    text-align: center;
	font-size: large;
	border: 1px solid var(--third);
	display: grid;
	flex-direction: column;
    align-items: center;
	z-index: 10 !important;
}
.category-container .link a {
	background-color: var(--third);
    color: var(--second);
    text-decoration: none;
}
.banner-img {
    width: 100%;
    height: 100vh;
}
@media (max-width: 1000px) {
	.banner-img {
        width: 100%;
        height: 50vh;
    }
}
.slide-content {
    margin: 0 40px !important;
    overflow: hidden !important;
  }
.swiper-wrapper {
    position: relative !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  /* .swiper-button-prev, .swiper-button-next {
    z-index: 2;
    visibility: hidden;
    width: 50px;
    height: 50px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #333333;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    background-color: #fff;
} */

  .swiper-button-prev {
    left: 0px;
    border-radius: 50%;
    background-color: var(--third);
    color: var(--first);
    padding: 15px;
  }

  .swiper-button-next {
    right: 0px;
    border-radius: 50%;
    background-color: var(--third);
    color: var(--first);
    padding: 15px;
  }
  .swiper-pagination {
    position: relative !important;
    margin-top: 30px !important;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0px;
    font-variant: initial;
    line-height: 0;
    color: var(--first);
    margin-left: 4px;
}
