/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Hind', sans-serif;
}

h1, h2, h3, h4, h5, h6, nav {
    font-family: 'Montserrat', sans-serif;
}

header {
	background-image: url("../images/top-back.jpg");
	background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

nav {
	font-weight: 600;
}

.navbar-toggler {
	border:none;
	border-radius: 0;
	background-color: #EEEEEE;
	outline: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
	background-color: #CCCCCC;
}

.navbar-expand-lg {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0.5rem 1rem;
}

.nav-link:hover {
	color:#000;
}

.dropdown-menu {
    border:none;
    border-radius: 0;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.dropdown-item {
    font-weight: 600;
    transition: all .3s;
}

.dropdown-item:hover {
    color:rgba(229,57,57,1.00);
    background-color: #FFF;
}

.dropdown-item.active, .dropdown-item:active {
    color:rgba(229,57,57,1.00);
    background-color: #e9ecef;
}

.slider-holder {
	margin-bottom:3rem;
}

.carousel-item {
	height: 600px;
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) { 
	.carousel-item {
	height: 600px;
}
}

.carousel-control-next, .carousel-control-prev {
	width: auto;
	padding: 1rem;
}

.carousel-info-holder {
	background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.75) 78%, rgba(255,255,255,0.5) 100%);
	box-shadow: 30px 30px 50px rgba(0,0,0,0.1);
	width: 60%;
	position: absolute;
	bottom:0;
}

.carousel-info-holder.left{
	left:20%;
}

.carousel-info-holder.right{
	right:20%;
}

.carousel-info {
	padding: 2rem;
	position: relative;
}

.carousel-info h2 {
	font-weight:800;
	font-size: 24px;
}

.carousel-info h2 a{
	color:inherit;
	text-decoration: none;
	transition: all .3s;
}

.carousel-info h2 a:hover{
	color:inherit;
	text-decoration: none;
	color:rgba(229,57,57,1.00);
}

.carousel-info p {
	font-weight:300;
	font-size: 12px;
}

.carousel-info p.link-holder {
	font-weight:800;
	position: absolute;
	right: 1rem;
	bottom: 0;
}

.carousel-info p.link-holder a {
	color:inherit;
	text-decoration: none;
	display: block;
	padding: 0.4rem 0.8rem;
	transition: all .3s;
}

.carousel-info p.link-holder a:before {
	content: "";
	position: absolute;
	width:50px;
	height: 1px;
	border-bottom: 1px solid #000;
	left:0;
	margin-left: -55px;
	top: 1rem;
	pointer-events: none;
}

.carousel-info p.link-holder a:hover {
	color:rgba(229,57,57,1.00);
	text-decoration: none;
}


.carousel-info p.link-holder a:hover:before  {
	border-bottom: 1px solid rgba(229,57,57,1.00);
}

@media (min-width: 992px) { 
.carousel-info-holder {
	width: 40rem;
	bottom:15%;
}
	.carousel-info-holder.left{
	left:10%;
}

.carousel-info-holder.right{
	right:10%;
}
	
.carousel-info {
	padding: 3rem;
}

.carousel-info h2 {
	font-size: 32px;
}

.carousel-info p {
	font-size: 16px;
}

	.carousel-info p.link-holder a:before {
	width:100px;
	margin-left: -105px;
}
}

.home-content-holder {
	margin-bottom: 60px;
}

.category-holder {
	width: 100%;
	aspect-ratio: 1/1;
	background-color: #EEE;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
	position: relative;
}

.category-info-1 {
	position: absolute;
	width: 66%;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	padding: 1rem;
	color:#000;
	bottom:0;
	left:17%;
	font-size: 12px;
}

.category-info-1 h2{
	font-size: 24px;
	font-weight: 700;
}

@media (min-width: 1550px) { 
.category-info-1 {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.3);
	padding: 3rem;
	color:#000;
	font-size: 16px;
}
	
	.row .col-12.col-lg-6:nth-child(2n-1) .category-info-1 {
	left:-20%;
		bottom:10%;
		right: auto;
}

.row .col-12.col-lg-6:nth-child(2n-2) .category-info-1 {
	right:-20%;
	left: auto;
	bottom:10%;
}

.category-info-1 h2{
	font-size: 32px;
}

}

.category-info-2 {
	position: absolute;
	width: 66%;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.3);
	color:#000;
	margin-bottom: -30px;
	bottom:0;
	left:17%;
}

.category-info-2 a{
	display: block;
	color:inherit;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding: 1rem;
	transition: all .3s;
}

.category-info-2 a:hover {
	background-color:rgba(229,57,57,1.00);
	text-decoration: none;
	color:#FFF;
}

/**************************************/

.design-to-real {
	margin: 100px 0;
}

@media (min-width: 1200px) { 
	.design-to-real {
	margin: 150px 0;
}

}

.design-to-real .text-holder {
	padding: 1rem 3rem;
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) { 
.design-to-real .text-holder {
	padding: 1rem 5rem;
}
}

@media (min-width: 1200px) { 
.design-to-real .text-holder {
	padding: 3rem 10rem;
}
}

.design-to-real .text-holder h1 {
	font-weight: 800;
	margin-bottom: 30px;
	color:rgba(229,57,57,1.00);
}

.design-to-real .text-holder p {
	margin-bottom: 30px;
}

.btn-tigin-white-to-red {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
	color:#000;
	font-weight: 700;
	padding: 1rem 2rem;
	border-radius: 0;
}

.btn-tigin-white-to-red:hover {
	background-color: rgba(229,57,57,1.00);
	color:#FFF;
}

.btn-tigin-white-to-black {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
	color:#000;
	font-weight: 700;
	padding: 1rem 2rem;
	border-radius: 0;
}

.btn-tigin-white-to-black:hover {
	background-color: #000;
	color:#FFF;
}

/*****************************/

.home-bulletin{
	position:relative;
	margin-bottom: -60px;;
	z-index: 2;
}
.home-bulletin .container{
	background-image: url("../images/red-cage-back.jpg");
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
	background-size: cover;
}

.join-bulletin-info {
	padding: 2rem 3rem;
}

.join-bulletin-info h3{
	font-weight: 800;
	color:#FFF;
}

.join-bulletin-info p{
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom:0;
}

.bulletin-input-holder {
	padding:0 30px 30px 30px;
}

@media (min-width: 992px) {
	.bulletin-input-holder {
		padding:30px;
	}
}

.bulletin-input-holder input{
	width:100%;
	padding: 1rem 2rem;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.3);
	border:none;
	outline:none;
	transition: all .3s;
}

.bulletin-input-holder input:hover, .bulletin-input-holder input:focus {
	background-color: rgba(255,255,255,1);
	border:none;
	outline:none;
}

.bulletin-input-holder input:focus {
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.66);
}

.bulletin-submit {
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.bulletin-submit {
		text-align: left;
	margin-bottom: 0;
}
}
/***********************************************/

footer {
	padding: 150px 0 0 0;
	background-color: #EEE;
}

.foot-logo {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.foot-logo {
	display: inline;
	text-align: left;
		margin-bottom: 0;
}
}

.foot-nav {
	font-weight: 400;
	text-align: center;
	padding: 15px;
}

@media (min-width: 576px) {
	.foot-nav {
	padding:0;
	text-align:left;
}
}

@media (min-width: 992px) {
	.foot-nav li{
    display:inline-block;
}
    .foot-nav {
        flex-direction: row;
}
}

.foot-nav a {
	transition: all .3s;
	display: inline-block;
	padding-right:0;
}

@media (min-width: 576px) {
	.foot-nav a {
	padding-right:30px;
}
}

.foot-nav a:hover {
	font-weight: 700;
}

a.catalogue-link {
	color: #000;
	text-decoration: none;
	transition: all .3s;
	font-weight: bold;
}

a.catalogue-link:hover {
	color: rgba(229,57,57,1.00);
}

.foot-copyright {
	margin-top: 100px;
}

/************************************/

.page-title  {
    text-align: center;
}

.page-title  h1 {
    font-weight: 900;
    padding: 30px;
    border-bottom: 1px solid #CCC;
    display: inline-block;
    margin: 50px auto;
    text-align: center;
}

.category-item-holder {
	margin-bottom: 50px;
}

.category-item-info {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	color:#000;
    z-index: 10;
    position: relative;
}

.category-item-info a{
	display: block;
	color:inherit;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding: 1rem;
	transition: all .3s;
}

.category-item-info a small{
	font-weight: 400;
}

.category-item-info a:hover {
	background-color:rgba(229,57,57,1.00);
	text-decoration: none;
	color:#FFF;
}

.category-item-img {
    transition: all .3s;
}

@media (min-width: 992px) {
.category-item-holder:hover .category-item-img {
    transform: scale(1.1);
    overflow: hidden;
}
}

/**********************************/

.single-product-holder {
    margin-top: 50px;
    margin-bottom:50px;
}

.product-big-image-holder {
    margin-bottom: 30px;
}

.product-thumbnails img {
    opacity: 0.6;
    transition: all .3s;
    cursor: pointer;
}

.product-thumbnails img.active, .product-thumbnails img:hover {
    opacity: 1;
}

.product-variants img {
	border-bottom: 3px solid rgba(0,0,0,0);
    transition: all .3s;
    cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}

.product-variants img.active, .product-variants img:hover {
	border-bottom-color: rgba(0,0,0,1);
}

.product-title {
    margin-top: 0;
    font-weight: 800;
    text-align: center;
}

.product-title small{
    font-weight: 400;
	font-size: .66em;
}

@media (min-width: 992px) {
.product-title {
    margin-top: 100px;
    font-weight: 500;
    text-align: left;
}
}

.product-property-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 900;
    color: rgba(229,57,57,1.00);
}

.product-variant-category-title {
	margin-top: 100px;
	text-align: center;
}

.product-variants {
    padding: 30px 24px 12px 24px;
    margin: 0 18px 30px 18px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
}

/****************************************/

.page-content-holder {
    margin-bottom: 100px;
}

.splash {
    padding: 0 50px;
    font-weight: 200;
    font-size: 24px;
}

/*****************************************/

.address-holder {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
}

.address-holder .title{
    font-weight: 800;
    color: #FFF;
    padding: 15px 20px;
    background-color: #000;
}

.address-holder .body{
    padding: 15px 0;
}

.address-line {
    padding: 5px 20px;
}

.contact-container {
    background-image: url("../images/world-map.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 48px;
}

.contact-page .page-title {
    margin-top: 0;
}

.contact-container a {
	color:inherit;
}


.contact-container a:hover {
	color:rgba(229,57,57,1.00);
}