/*-- Start Slider --*/
#home-slider {
    position: relative;
    margin-bottom: 0px;
}
#home-slider .owl-carousel .item {
    position: relative;
}
#home-slider .owl-carousel .item .slider-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 795px;
    position: relative;
}
#home-slider .owl-carousel .item .slider-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    width: 100%;
    height: 795px;
/*     background-color: #000; */
    opacity:0.2;
}
#home-slider .item-caption {
    text-align: left;
}
#home-slider .owl-carousel .item .item-caption {
    bottom: 0;
    top: 0;
    height: 795px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
#home-slider .owl-carousel .item .item-caption-inner {
    display: table;
    height: 795px;
    width: 100%;
}
#home-slider .owl-carousel .item .item-caption-wrap {
    display: table-cell;
    vertical-align: middle;
}
#home-slider .item-caption h4 {
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    color: var(--colorBlack);
    line-height: 1;
    text-align: center;
} 
#home-slider .item-caption h1 {
    font-size: 75px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--colorBlack);
    line-height: 1.2;
    margin: 20px 0;
    text-align: center;
} 
#home-slider .item-caption p {
    font-size: 16px;
    font-weight: 400;
    color: var(--colorBlack);
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
	font-weight: 700;
} 
#home-slider .item-caption .thm-btn-br {
    margin: 0 auto;
    margin-top: 50px;
    display: table;
    color: var(--colorBlack);
}
#home-slider .owl-item .item-caption {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s ease-in-out,opacity .3s ease-in-out;
    -o-transition: visibility .3s ease-in-out,opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out,opacity .3s ease-in-out;
}
#home-slider .owl-item.active .item-caption {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .3s ease-in-out,opacity .5s ease-in-out .2s;
    -o-transition: visibility .3s ease-in-out,opacity .5s ease-in-out .2s;
    transition: visibility .3s ease-in-out,opacity .5s ease-in-out .2s;
}
#home-slider .owl-theme .owl-nav {
    margin: 0px;
}   
#home-slider .owl-centered .owl-item {
    display: table-cell;
    vertical-align: middle;
} 
#home-slider .owl-theme .owl-dots .owl-dot {
    display: block;
    margin-left: auto;
}
#home-slider .owl-theme .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
	transform: translate(0%,-50%);
}
#home-slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 6px 0 6px auto;
    cursor: pointer;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
    -webkit-transition: all 0.4s ease-in-out;
}
#home-slider .owl-theme .owl-dots .owl-dot:hover span {
    width: 25px;
    height: 12px;
    margin: 6px 0 6px auto;
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: default;
}
#home-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    height: 12px;
    margin: 6px 0 6px auto;
    border-radius: 30px;
    background-color: #fff;
    border-color: #fff;
    cursor: default;
}
#home-slider .scroll-discover {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -80px;
    margin-left: -7px;
    width: 15px;
    height: 130px;
}
#home-slider .scroll-discover:before {
    top: 10px;
    left: 0;
    height: 75px;
}
#home-slider .scroll-discover:before {
    content: "";
    position: absolute;
    width: 5px;
    background-color: var(--mainTheme);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#home-slider .scroll-discover:after {
    right: 0;
    height: 100%;
}
#home-slider .scroll-discover:after {
    content: "";
    position: absolute;
    width: 5px;
    background-color: var(--mainTheme);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*-- End Slider --*/

/*-- Start --*/
.feature-box {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    z-index: 1;
}
.feature-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    bottom: -15px;
    border: 5px solid transparent;
    margin-left: -25px;
    padding: 0 20px;
    z-index: -1;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
.feature-box:hover:before {
    border-color: var(--mainTheme);
}
.feature-box .img-icon {
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 65px;
}
.feature-box h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--colorBlack);
    text-align: center;
    margin-bottom: 10px;
}
/*-- End --*/

/*-- Start --*/
.special-offer h2 {
    background-image: url(../images/home/special_offer_text_bg.jpg);
    font-size: 100px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: masked-animation;
    animation-name: masked-animation;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes masked-animation {
    0%,100% {
        background-position: 50% 35%;
    }

    50% {
        background-position: 50% 65%;
    }
}
@keyframes masked-animation {
    0%,100% {
        background-position: 50% 35%;
    }

    50% {
        background-position: 50% 65%;
    }
}
.about-bg {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*-- End --*/

/*-- Start --*/
.our-store {
    background-image: url(../images/home/our-store.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}
.our-store::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(7 1 1 / 33%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.our-store-content {
    position: relative;
    z-index: 1;
}
.our-store-content h2 {
    font-size: 40px;
    font-weight: 900;
    color: var(--colorWhite);
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-grid;
}
.our-store-content h2 span {
    font-weight: 100;
}
.our-store-content p {
    font-size: 18px;
    font-weight: 300;
    color: var(--colorWhite);
    line-height: 1.4;
    margin-top: 25px;
}
.our-store-content .thm-btn-br {
    margin-top: 15px;
}
.our-store-content .thm-btn-br {
   color: var(--colorWhite);
}
/*-- End --*/

/*-- Start --*/
.m-lr-20 {
    margin: 0 20px;
}
.product-preview .product-item {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 325px;
    margin-bottom: 10px;
    -webkit-transition: padding .5s;
    -o-transition: padding .5s;
    transition: padding .5s;
}
.product-preview .product-info-text {
    margin-left: auto;
    width: 100%;
    max-width: 636px;
}
.product-info-text h2 {
    font-size: 40px;
    font-weight: 900;
    color: var(--colorBlack);
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-info-text h2 span {
    font-weight: 100;
}
.product-info-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--colorText);
    margin: 25px 0;
}
.gx-5 {
    --bs-gutter-x: 10px;
}

.product-box {
    height: 325px;
    position: relative;
    -webkit-perspective: 750pt;
    perspective: 750pt;
    margin-bottom: 10px;
}
.product-box:hover .product-card {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.product-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
.product-card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.product-item-image {
    display: table-cell;
    float: left;
    height: 325px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.product-img-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-card .product-back {
    transform: rotateY(-180deg);
    z-index: 1;
    position: relative;
    background-color: var(--mainTheme);
    width: 100%;
    height: 100%;
    transition: background-color .3s ease-in-out;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
}
.product-card .product-back img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.9375rem;
}
.product-card .product-back h5 {
    font-size: 28px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-card .product-back p {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorWhite);
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-card .product-back a {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorWhite);
    text-transform: uppercase;
    opacity: 0.5;
}
.product-card .product-back a i {
    margin-left: 10px;
}
.product-card .product-back a:hover {
    opacity: 1;
}

@media(max-width: 1800px){
    #home-slider .owl-carousel .item .slider-img,
    #home-slider .owl-carousel .item .item-caption,
    #home-slider .owl-carousel .item .slider-img:before,
    #home-slider .owl-carousel .item .item-caption-inner {
        height: 625px;
    } 
}

@media(max-width: 1599.98px) {
    #home-slider .owl-carousel .item .slider-img,
    #home-slider .owl-carousel .item .item-caption,
    #home-slider .owl-carousel .item .slider-img:before,
    #home-slider .owl-carousel .item .item-caption-inner {
        height: 585px;
    } 
}
@media(max-width: 1399.98px) {
    #home-slider .item-caption h1 {
        font-size: 66px;
    }
    #home-slider .owl-carousel .item .slider-img,
    #home-slider .owl-carousel .item .item-caption,
    #home-slider .owl-carousel .item .slider-img:before,
    #home-slider .owl-carousel .item .item-caption-inner {
        height: 502px;
    } 
}
@media(max-width: 1199.98px) {
    #home-slider .item-caption h1 {
        font-size: 58px;
    }
    #home-slider .owl-carousel .item .slider-img,
    #home-slider .owl-carousel .item .item-caption,
    #home-slider .owl-carousel .item .slider-img:before,
    #home-slider .owl-carousel .item .item-caption-inner {
        height: 414px;
    } 
}    
@media (min-width: 992px){
	.product-back-plus-icon {
		display:none;
	}
	.modal-backdrop {
		display: none;
	}
	.modal-open {
    	overflow: auto !important;
	}
	.modal-open .product-card-modal {
		display: none;
	}
}
@media(max-width: 991px) {
    #home-slider .item-caption h1 {
        font-size: 54px;
    }
    #home-slider {
    	margin-top: 90px;
    }
    .special-offer h2 {
        font-size: 85px;
    }
    .sec-about-img img {
        margin: 30px 0;
    }
	.product-box:hover .product-card {
    	transform: rotateY(0deg);
    	-webkit-transform: rotateY(0deg);
    	-moz-transform: rotateY(0deg);
    	-o-transform: rotateY(0deg);
	}
	.product-back-plus-icon {
		display:block;
		position: absolute;
    	right: 15px;
    	top: 15px;
	}
	.product-back-plus-icon button {
		padding:0;
		background-color:transparent;
		border:none;
	}
	.product-back-plus-icon i {
		font-size: 24px;
		color: #fff;
	}
	.modal-open {
    	overflow: hidden;
	}
	.modal-open .product-card-modal {
		display: block;
	}
	.product-card-modal .product-box {
    	margin-bottom: 0;
	}
	.product-card-modal .product-card .product-back {
    	transform: rotateY(0deg);
	}
	.modal-open .modal {
		background-color: rgb(0 0 0 / 50%);
	}
	.modal-backdrop {
		position: absolute;
		z-index: 0;
		display: block;
	}
	.product-card-modal .modal-content {
		background-color:transparent;
		border:none;
	}
	.product-card-modal .modal-header {
		border: 0;
		border-radius:0;
		padding: 0;
	}
	.product-card-modal .modal-header .close {
		padding: 1rem 0rem;
		opacity: 1;
		text-shadow: none;
		background-color: transparent;
    	border: 0;
		margin-left: auto;
	}
	.product-card-modal .modal-header i {
		font-size: 24px;
		color: #fff;
	}
	.product-card-modal .modal-body {
    	padding: 0;
	}
} 
@media(max-width: 767.98px) {
    #home-slider .item-caption h1 {
        font-size: 48px;
    }
    #home-slider .owl-carousel .item .slider-img,
    #home-slider .owl-carousel .item .item-caption,
    #home-slider .owl-carousel .item .slider-img:before,
    #home-slider .owl-carousel .item .item-caption-inner {
        min-height: 142px;
    }     
   .our-store-content h2 {
      font-size: 36px;
    }

    .special-offer h2 {
        font-size: 65px;
    }
    .product-info-text h2 {
        font-size: 36px;
    }
    
}  
@media(max-width: 575.98px) {
    #home-slider .item-caption h1 {
        font-size: 36px;
    }
    #home-slider .item-caption h4 {
        font-size: 32px;
    }
/*     #home-slider .owl-theme .owl-dots {
        top: 83%;
    } */
    .special-offer h2 {
        font-size: 45px;
    }
} 

