
@import url('https://fonts.googleapis.com/css?family=Raleway|Tilt Warp');
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: Raleway;
}
html,body {
	font-size: 16px;
	font-family: Tahoma;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
p {
	font-size: 25px;
	line-height: 40px;
}
[id*="col-"] {
    float: left;
    transition:.5s;
    /*border: 1px solid red;*/
}
#col-1 {width: 8.33%;}
#col-1-a {width: 10%;}
#col-1-b {width: 15%;}
#col-2 {width: 16.66%;}
#col-2-a {width: 22.5%;}
#col-3 {width: 25%;}
#col-3-a {width: 30%;}
#col-4 {width: 33.33%;}
#col-4-a {width: 37.5%;}
#col-5 {width: 41.66%;}
#col-5-0 {width: 45%;}
#col-5-a {width: 48.7%;}
#col-6 {width: 50%;}
#col-7 {width: 58.33%;}
#col-7-0 {width: 55%;}
#col-7-a {width: 62.5%;}
#col-8 {width: 66.66%;}
#col-8-a {width: 77.5%;}
#col-9 {width: 75%;}
#col-9-a {width: 80%;}
#col-10 {width: 83.33%;}
#col-11 {width: 91.66%;}
#col-11-a {width: 94.5%;}
#col-12 {width: 100%;}	
#main-content {width: 100%;float: left;}

.parallax{
  background-image: url("../images/img3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-container {
	position: fixed;
	background-color: #fcb13d;
	z-index: 100;
	height: 48px;
}
.top-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 20px;
    margin-top: 0px;
}
.top-icon{
	margin: -5px 4px -5px 15px;	
	width: 22px;
	height: 21px;
}
.search-cart{
	float: right;
	text-align: right;
}
.search-input, .search-but{
	border: none;
    font-size: 1rem;
    outline: none;
    padding: 5px 10px;
    color: #545252;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.search-but{
	border: none;
    padding: 10px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: rgb(255, 201, 0);
    background: linear-gradient(90deg, rgba(255, 201, 0, 1) 0%, rgba(255, 89, 0, 1) 96%);
    position: relative;
    left: -30px;
}        
.search-but img{
	width: 20px;
}                                                                                                                                                                   
.search-but:hover{
	transition: .5s;
	cursor: pointer;
	background-color: #fdc925;
}
.cart-small{
	width: 30px;
	margin: -6px 7px;
}
.cart a{
	padding: 0px!important;
    margin-top: 8px;
    margin-left: 15px;
}
.row1{
	background: #F44336;
	padding: 10px 0px;
}
.row1 #col-9{
	text-align: right;
	transition: .3s;
}
.cart{
	padding: 8px 5px;
    text-align: left;
}
.cart-text{
	font-size: 20px;
	display: none;
}
.row1 a{
	text-decoration: none;
	color: black;
	font-size: 20px;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.row1 a:hover{
	color: white;
}
.nav-container{
	display: block;
	background: #0000009c;
	height: 120px;
}
.logo-nav img{
	width: 400px;
	margin-left: 5%;
	margin-top: 6%;
}
/*===================*/
/* PULSE GROW
/*===================*/

@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pulse-grow-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow-on-hover:hover, .pulse-grow-on-hover:focus, .pulse-grow-on-hover:active {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.row2{
	text-align: center;
}
.row2 a{
	text-decoration: none;
	display: inline-block;
	margin: 40px 0px 0px 20px;
	text-decoration: none;
	font-size: 25px;
	color: white;
}
.row2 a:hover{
	color: #fcb13d;
}
/*Style for DROPDOWN*/
.navbar {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-menu {
	margin: 0;
	display: flex;
	list-style: none;
	justify-content: center;
}
.nav-menu a {
	position: relative;
	z-index: 2;
	display: block;
	/* letter-spacing: 0.01rem; */
	padding: 5px;
	text-decoration: none;
	/* font-weight: 600; */
	font-size: 25px;
	transition: 0.2s;
	cursor: pointer;
	}
.dropdown > a {
	display: flex;
	align-items: center;
}
.dropdown:hover .dropdown-nav {
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.dropdown-nav {
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
	transform: translateY(-4rem);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	background: rgb(252 177 61 / 80%);
	margin-left: 1.4%;
}
.dropdown-nav a {
	font-size: 18px;
	margin: 0px;
	padding: 13px 20px;
}
.dropdown-nav a:hover {
	background: #fcb13d;
	color: #fff;
}

.row3 {
	padding: 30px 0px 0px 20px;
    text-align: right;
}

#menuImg{
	width: 40px;
    float: right;
    margin: 30px;
    cursor: pointer;
    transition: .5s;
}
.menu{
	display: none;
}
.responsive-nav{
	height: 100%;
    width: 0%;
    background: #fcb13dd1;
    z-index: 1;
    position: fixed;
    right: 0;
    transition: 0.5s;
}
.show-nav{
	width: 30%;
}
.close-btn{
	width: 40px;
    margin-top: 30px;
    margin-left: 80%;
}
.close-btn:hover{
	cursor: pointer	;
}
ul{
	list-style: none;
	margin-top: 36px;
}
.nav-links a{
	text-decoration: none;
    font-size: 20px;
    color: black;
    font-weight: 500;
    transition: .2s;
    padding: 10px 10%;
    font-weight: bolder;
    display: block;
    width: 100%;
}

.nav-links a:hover{
	background: #fb9d0b!important;
    color: white;
    border: 2px solid white;
}
.banner-img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 950px;
	object-fit: cover;
}
.row4{
	margin-top: 250px;
}
.intro {
	height: 950px;
	position: relative;
	display: flex;
}
.intro-slideshow img {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: 900px;
	object-fit: cover;
	z-index:-1;
	opacity: 0;
	transition: visibility 0s 2s, opacity 2s linear;
}
.ban-container{
 	height: 800px;
}
.ban-text-cont{
	float: right;
  	margin-right: 3%;
}
.ban-text-cont span{
	font-family: Tilt Warp;
	font-size: 60px;
	color: black;
	text-shadow: 3px 3px 3px #f44336;
}
.color-text{
	color: #f44336!important;
	text-shadow: 2px 3px 3px #000!important;
}
.row5{
	margin-top: 50px;
}
.ban-btn-cont{
	float: right;
  	margin-right: 19%;
}
.banner-btn{
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	color: white;
	background: #fcb13d;
	padding: 10px;
	border: 3px solid;
	border-color: white;
	cursor: pointer;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);

	background: linear-gradient(to right, black 50%, #fcb13d 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
}
.banner-btn:hover{
	background-position: left bottom;
	color: #fcb13d;
	border-color: #fcb13d;
}
.footer-container{
	margin-top: 150px;
	height: 21%;
	background-color: black;
}
.small-logo img{
	margin: 125px 53px 0px;
	width: 100%;
}
.copyr{
	text-align: center;
	font-size: 23px;
	color: white;
	margin-left: 20px;
}
.links-container{
	margin-top: 70px;
	float: right;
}
.links-container span{
	color: white;
  	font-size: 30px;
}
.links{
	margin-top: 20px;
	display: flex;
    flex-direction: column;
    text-decoration: none;
    color: white;
    font-size: 25px;
}
.link{
	text-decoration: none;
    color: white;}
.links a{
	margin-top: 10px;
}
.link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fcb13d;
    transition: width .7s;
}
.link:hover::after {
    width: 90%;
    color: #fcb13d;
}
.link:hover{
	color: #fcb13d;
}
.social img{
	width: 75px;
  	margin-top: 20px;
  	margin-left: 10px;
}
.bot-container{
	background: #fcb13d;
    height: 50px;
    margin-top: 25px;
}
.bot-ul{
	display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    flex-direction: row;
    margin-top: 10px;
}
.yellow-container{
	margin-top: 90px;
	height: 50px;
	background-color: #f44336;
	font-size: 25px;
}
.yellow-container a{
	text-decoration: none;
	color: black; 
}
.yellow-container a:hover{
	color: #fff94a;
}
.yellow-content{
	margin-top: 10px;
}
.login-cont{
	text-align: center;
    margin-top: 50px;
    display: none;
}
.login-cont a{
	text-decoration: none;
    color: white;
    background-color: #fcb13d;
    padding: 10px 25px;
    border-radius: 25px;
}
.title-container{
	text-align: center;
	font-family: Tilt Warp;
	color: #951c14;
	padding: 15px;
	border-top: solid 10px;
}
.tit-mar{
    margin-top: 145px;
}
.title-img{
	width: 400px;
}
.term-cont{
	text-align: right;
	margin-left: -30px;
}
.hide-span{
	display: none;
}
.about-content{
	margin-top: 100px;
	text-align: center;
}
.about-box{
	font-size: 30px;
	font-weight: bold;
}
.left-slide{
	transform: translateX(-200%);
	transition: transform 1s ease;
}
.up-slide{
  	transform: translateY(50%);
	transition: transform 1s ease;
	opacity: 0;
}
.up-slide.show{
	animation: slide-up-anim 1.5s ease-out forwards;
}
.right-slide{
  	transform: translateX(200%);
	transition: transform 1s ease;
}
.left-slide.show, .right-slide.show {
  	animation: slide-in-anim 1.5s ease-out forwards;
}
.box-content {
    margin-top: 20px;
    margin-left: auto;
    background-color: #951c14;
    width: 540px;
    height: 353px;
    margin-right: auto;
    box-shadow: 0 14px 28px rgb(251 176 61), 0 10px 10px rgb(0 0 0 / 22%);
    color: white;
}
.text-about{
	margin-top: 40px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 28px;
}
.about-icon{
	width: 30px;
	margin-right: 10px;
}
.marquee{
	font-size: 50px;
	font-family: Tahoma;
	margin-top: 150px;
	font-weight: bold;
	color: red;
	width: 2001px!important;
	/* animation properties */
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);

	-moz-animation: rolling-text 30s linear infinite;
	-webkit-animation: rolling-text 30s linear infinite;
	animation: rolling-text 30s linear infinite;
}

/* for Firefox */
	@-moz-keyframes rolling-text {
	  from { -moz-transform: translateX(100%); }
	  to { -moz-transform: translateX(-100%); }
	}

/* for Chrome */
	@-webkit-keyframes rolling-text {
	  from { -webkit-transform: translateX(100%); }
	  to { -webkit-transform: translateX(-100%); }
	}

@keyframes rolling-text {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.product-container{
	background-color: #951c14;
    height: 600px;
    margin-top: 150px;
}
.product-container span{
	font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    font-family: Tilt Warp;
    color: lightgray;
}
.brand-container span {
	font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    font-family: Tilt Warp;
}
.prd-list, .prd-lists{
	margin-top: 65px;
    margin-left: 1%;
}
.prd-list-row1{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}
.prd-list-row2{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    flex-wrap: wrap;
}
.prd-img{
	width: 200px;
    text-align: center;
    margin-left: 1%;
    margin-top: 23%;
}
.prd-text{
	font-size: 24px!important;
    font-family: sans-serif!important;
    font-weight: bold;
    color: black;
    margin-top: 70px!important;
}
.rev-title{
	background-color: #ffffff;
	height: 220px;
	width: 220px!important;
	border-radius: 200px;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	margin-left: 20px;
}
.rev-title:hover{
	transform: scale(1.10);
    transition: .3s;
    cursor: pointer;
}
/*^^ PAGINATION ^^ */
.for-gallery{
	background-color: #951c14;
    padding: 50px 0px;
}
.image-container {
    position: relative;
    margin-left: 8%;
    max-width: 766px;
    height: auto;
    background-color: #222222;
}
.big-photo {
    display: none;
}
.big-photo img{
	width: 762px;
}
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: #fcb13d;
    font-size: 20px;
    height: 56px;
    margin-top: 61%;
    width: 83.33%;
    margin-left: 8%;
}
#caption{
	font-size: 25px;
	line-height: 40px;
	margin-top: 1%;
}
.thumbnail-container:after {
    content: "";
    display: table;
    clear: both;
    transition: 1s;
}
.thumbnail-container{
    text-align: center;
}
.column {
    display: inline-block;
    width: 16.66%;
}
.dot {
    opacity: 0.6;
}
.active, .dot:hover {
    opacity: 1;
}
.fade{
	animation-name: fade;
	animation-duration: 1.5s;
}
@keyframes fade{
	from{opacity: .4;}
	to {opacity: 1;}
}
.map{
	height: 800px;
	width: 100%;
}
.direct-description{
    font-weight: bold;
	text-align: center;
    height: 100px;
    margin-top: 50px;
    font-size: 25px;
    padding: 20px;
}
.contact-cont{
	margin-left: 60px;
}
.mob-footer-cont{
    background-color: black;
    margin-top: 50px;
}
.mob-footer-logo{
	width: 350px;
}
.mob-logo-cont{
	text-align: center;
    margin-top: 30px;
    background: #4a463f7a;
    padding: 10px 0px;
}
.mob-links-cont{
	text-align: justify;
    margin-left: 16%;
    margin-top: 5%;	
}.mob-links-cont span{
	color: white;
	font-size: 25px;
    font-weight: bold;
}
.slide-ani{
	transform: translateX(-200%);
	opacity: 0;
	animation: slide-in-anim 1.5s ease-out forwards;
}
@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
	75% {
		transform: translateX(4%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@keyframes slide-up-anim {
	0% {
		opacity: 0;
	}
	75% {
		transform: translateY(4%);
	}
	100% {
		opacity: 1;
		transform: translatey(0%);
	}
}
.paragraph{
	text-align: center;
    padding: 40px 50px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    background: #951c14;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgb(251 176 61), 0 10px 10px rgb(0 0 0 / 22%);
    color: white;
}
.prod-wrap{
/*	text-align: center;
    margin: 0px 20%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-color: #e3e3e3;
    margin-top: 100px;*/
    text-align: center;
    padding: 0px 20%;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}
.prod-img{
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prod-content{
	height: 300px;
    width: 29%;
    -webkit-box-shadow: 0px 0px 8px 8px rgba(252,176,61,0.9);
    -moz-box-shadow: 0px 0px 8px 8px rgba(252,176,61,0.9);
    box-shadow: 0px 0px 8px 8px rgba(252,176,61,0.9);
    margin: 20px 20px;	
}
.box{
    height: 300px;
    background-color: white;
}
.box:hover{
	background-color: #fcb13d;
	transition: .3s;
}
.prod-name{
	font-size: 26px;
    color: black;
    font-weight: bold;
    display: block;
}
.prod-content:hover{
	transform: translateY(-5px);
  	-webkit-box-shadow:0px 0px 20px 8px rgba(252,176,61,0.9);
	-moz-box-shadow: 0px 0px 20px 8px rgba(252,176,61,0.9);
	box-shadow: 0px 0px 20px 8px rgba(252,176,61,0.9);
    transition: .3s;
}
.directory{
	display: inline-block;
    font-size: 25px;
    margin-top: 30px;
    margin-left: 50px;
}
.count-prd{
	text-align: right;
	margin-bottom: 20px;
}

.brands-opt{
	height: auto;
    background: #fcb13d;
    padding: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.opt-input{
	appearance: none;
    height: 25px;
    width: 25px;
    position: relative;
    top: 4px;
    border: none!important;
    background: white!important;
    border-radius: 5px;
}
.opt-label{
	font-size: 20px;
    line-height: 40px;
    padding: 0px 5px;
}
.opt-input:hover {
	background: #a8a8a8 !important;
	cursor: pointer;
}
.opt-input:checked {
	/*	*/
}
.opt-input:checked::before {
	width: 25px;
	height: 25px;
	display:flex;
	content: '\2713';
	font-size: 25px;
	font-weight:bold;
	position: absolute;
	align-items:center;
	justify-content:center;
}
.ul-opt{
	column-count: 2;
}
.brands-title{
	padding-right: 75%;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
	width: 200px;
	border-bottom: 2px solid black;
}
.items-list{
	min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 70%;
}
.card-info a{
	text-decoration: none;
}
.card{
	position: relative;
	background: #fff;
	/*max-width: 325px;*/
	/*width: 325px;*/
	height: 415px;
	/*margin: 10px;*/
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.card-image{
	max-height: 200px;
	min-height: 185px;
	background: gainsboro;
}

.card-image img{
    max-width: 90%;
    min-height: 172px;
    height: auto;
    width: 70%;
    margin-left: 45px;
    margin-top: 10px;
}
.card:hover .card-image img{
    transform: scale(1.10);
    transition: 0.5s;
}

.card-info{
	position: relative;
	color: #222;
	padding: 10px 20px 0px;
	transition: 0.5s;
}

.card-info h3{
	font-size: 19px;
	font-weight: 800;
	margin-bottom: 15px;
	color: black;
}
.card-details{
	margin-top: 20px;
}

.card-info p{
	font-size: 1em;
	margin-bottom: 5px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.active{
	background: #fcb13d;
}

.disable{
	background: #ccc;
}
.top{
    font-size: 65px;
    position: absolute;
    left: 50%;
    text-decoration: none;
    -webkit-animation: up-animation 1s infinite  alternate;
    animation: up-animation 1s infinite  alternate;
}
.top img{
	width: 40px;
}
	
.cont-pad{
	padding: 20px 50px;
}
.uncheck-btn{	
    text-align: center;
}
.uncheck-btn a{
	margin-top: 20px;
    padding: 2%;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 20px;
    background: #fff;
    border: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-decoration: none;
    color: black;
}

/*card-grid*/
.card-grid{
    display: grid;
    grid-template-columns: auto auto;
    gap: 0px;
    padding: 3px;
    margin-bottom: 15px;
  }
  .card-grid > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 20px;
  }
  .info2 span, .info3 span{
    font-weight: bold;
    font-size: 18px;
    color: gray;
  }
  .info4 span, .info5 span{
    font-size: 16px;
  }
  .pagination li a{
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ccc;
    color: white!important;
  }
  .pagination li {
    display: inline-block;
    margin-left: 15px;
    font-size: 25px;
   }
  .pagination{
    width: 75%;
    float: right;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .current {
    border-radius: 100%;
    background-color: #fcb13d!important;
   }
  .card-content {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    justify-content: start;
    padding-left: 20px;
}
  .view-btn{
    text-align: center;
  }
  .view-btn a{
    text-align: center;
    opacity: 1;
    transition: opacity .35s ease;
    z-index: 1;
    background: #fcb13d;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 7px;   
  }
  .filter-prd{
    display: none;
  }
  .filter-prd img{
    width: 40px;
  }
  .product-image {
    text-align: center;
  }
  .product-image img{
    width: 380px;
  }
  .product-details{
    width: 30%;
    float: left;
  }
  .product-details span{
    font-size: 28px;
    font-weight: bold;
  }
  .product-details p{
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    color: red;
    margin-left: 20px;
    margin-top: 20px;
  }
  .prd-container{
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .container{
    padding: 0px 50px;
  }
  .prd-info{
    text-align: left;
    margin-left: 20px;
    font-size: 16px;
    margin-top: 20px;
  }
  .prd-info span{
    font-size: 20px;
    font-weight: normal;
  }
  .add-btn{
  	margin-top: 30px;
  }
  .add-btn a{
    text-align: center;
    text-decoration: none;
    background-color: #972239;
    background-image: linear-gradient(315deg, #972239 0%, #db6885 74%);
    color: white;
    padding: 15px 10%;
    border-radius: 35px;
    font-size: 20px;
    font-weight: bold;
    width: 250px;
    margin: 20px auto;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 20px;
  }
.skin-7 .num-in {
	float: left;
	width: 138px;
	border: 1px solid #a4a4a3;
	margin-top: 20px;
}

.skin-7 input.in-num {
	font-family: 'HelveticaNeueCyr-Roman';
	font-size: 14px;
	float: left;
	height: 32px;
	width: 83px;
	border-left: 1px solid #a4a4a3;
	border-right: 1px solid #a4a4a3;
	background-color: #fff;
	text-align: center;
}

.skin-7 .num-in span  {
	font-size: 24px;
	text-align: center;
	display: block;
	width: 46px;
	float: left;
	height: 32px;
	background-color: #f4f4f6;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.skin-7 .num-in span:hover {
	background-color: #d7d7d8;
}

.skin-7 .num-in input {
  border: none;
	float: left;
	width: 44px;
	line-height: 34px;
	text-align: center;
	font-family: 'helveticaneuecyrbold';
}

/* / skin 7 */

.logo{
	background-color: #222223;
}
.logo img{
	width: 300px;
	padding: 35px 0px;
}
.error-cont h3{
	font-size: 35px;
	padding: 25px;
}
.error-cont span{
    font-size: 23px;
    padding: 20px 20%;
    line-height: 35px;
}
.link-btn{
	margin-top: 50px;
	height: 70px;
}
.home-btn{
	padding: 10px 40px;
	background: linear-gradient(90deg, rgba(252,177,61,1) 70%, rgba(252,225,15,1) 100%);
	text-decoration: none;
	color: white;
	margin-top: 20px;
	border-radius: 27px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}
.error-cont img{
	margin-top: 50px;
}
.home-btn:hover{
    transform: scale(1.10);
    transition: .3s;
}
.grid-brand{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	text-align: center;
}
.brand-title{
	font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0px;
    color: #951c14;
}
.flex-centered{
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-invent{
	padding: 0px 80px;
}
.p-invent h2{
	font-size: 30px;
	margin: 25px 0px;
}
.p-invent p{
	font-size: 20px;
	line-height: 30px;
}
.contact-container {
  width: 100%;
  display: grid;
  place-items: center;
}


/* Popup */

.cd-popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center; 
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #87292270;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  overflow: hidden;
  border: none;
  position: relative;
  width: 500px;
  padding: 20px 25px;
  background: #fff;
  border-radius: .25em .25em .4em .4em;
  box-shadow: none;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  margin: 0;
  padding: 1em 1em;
  padding-top: 1em;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-close-button {
  color: #545454;
  border-bottom: none;
  text-decoration: none;
   font-weight: bold;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.field-con{
  width: 100%;
  margin: 0 0 1.5em 0;
}
.field-con label{
  font-weight: bold;
  padding-top: 0;
  padding-left: 0;
  letter-spacing: 0.025em;
  font-size: 1.125em;
  line-height: 1.25;
  position: relative;
  z-index: 100;
}
.field-con input, .field-con textarea{
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.field-con textarea{
  height: 100px;
}
.field-con ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
.field-con li {
  float: left;
  margin: 1px;
}
.checkbox-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkbox-input + label {
  display: inline-block;
  width: auto;
  color: #4E4E4E;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px;
  border: 1px solid;
}
.checkbox-input:checked + label {
  background-image: linear-gradient(to right, #a73737 0%, #7a2828  51%, #a73737  100%);
  color: white;                  
}
         
.btn-grad {
  background-image: linear-gradient(to right, #000000 0%, #e74c3c 51%, #000000 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 35px;
  display: block;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  margin: auto;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}














/*ABOUT US*/
 .box-about-us {
        background-color: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #951c14;
        border-radius: 20px;
        width: 90%;
    }
    .box-about-us-re {
        background-color: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #951c14;
        border-radius: 20px;
        width: 90%;
        flex-direction: row-reverse;
    }
    .box-details-cont {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 50px;
    }
    .image-cont-detail {
        width: 30%;
    }
    .container-box {
        padding: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-container {
        margin-top: 0px;
    }
    .image-cont {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .image-cont img{
        width: 585px;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-webkit-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-moz-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
    }
    .image-cont:before {
        width: 350px;
        content: "";
        background-color: #222223;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .image-cont-re {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .image-cont-re img{
        width: 585px;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-webkit-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-moz-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
    }
    .image-cont-re:before {
        width: 350px;
        content: "";
        background-color: #222223;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .box-details-cont h1, .box-details-cont p {
        color: white;
    }
    .box-details-cont p {
        line-height: 35px;
        margin-top: 20px;
    }
    .box-details-cont h1 img {
        width: 30px;
        margin-right: 10px;
    }
    .box-container-mo-about {
        padding: 85px 20px;
        background-color: #fcb13d;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    




.carousel-wrapper {
    position: relative;
    max-width: 955px;
    overflow: hidden;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    padding: 0;
    margin: 0;
}

.carousel-track li {
    list-style: none;
    flex: 0 0 auto;
    width: 200px;
    margin: 0 10px;
    padding: 10px;
    border: 2px solid black;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-track img {
    width: 100%;
    height: auto;
}

.carousel-btn {
    background: black;
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    opacity: 0.7;
}

.carousel-indicator {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 80px;
}
.bot-indi {
    margin-top: 10px;
    width: 150px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bran-about-us h1 span{
    color: #951c14;
    font-weight: bold;
    letter-spacing: 1px;
}
.bran-about-us p {
    margin-top: 20px;
}
.bran-about-us {
    width: 580px;
}
.container-box-facilities {
    display: flex;
    width: 1500px;
    height: 490px;
    margin-bottom: 40px;
    background-color: white;
    box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-webkit-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-moz-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
}
.dis-facilit-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.text-para-cont {
    margin-left: 15px;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cont-image-faci {
    width: 45%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-image-faci img {
    display: block;
}
.container-box-other {
    width: 1500px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.container-box-other-small {
    width: 450px;
    background-color: white;
    box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-webkit-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
-moz-box-shadow: -5px 5px 15px 0px rgba(252,177,61,0.75);
}
.container-box-other-img {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-box-other-img img {
    display: block;
}
.container-box-other-paragra {
    padding: 30px;
}