.row{
  width: auto;
}
.carousel-indicators .active{
  background-color: #DBAE27;
}
.carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.get_started , .description , .collection{
  background-color: #ffffff;
}
.get_started h1 , .collection h1{
  font-size: 45px;
}

.get_started .card-title{
  font-size:40px;
  padding-top:90%
}

.decorative-description{
  font-size:24px;
  padding-top:35px;
  padding-bottom:35px
}

.description b{
  font-size:40px
}
  
.top-and-bottom, .left-and-right, .corner-border, .bottom-corner {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;

}
/* Top line */
.top-and-bottom::before {
  content:'';
  position: absolute;
  background-color: black;
  width: 30%;
  height: 3px;
  top: 10px;
  left:35%;
}
/* bottom line */
.top-and-bottom::after {
  content:'';
  position: absolute;
  background-color: black;
  width: 30%;
  height: 3px;
  bottom: 10px;
  left:35%;
}

.pt-50{
  padding-top:50px
}

.owl-nav{
  text-align: center;
  font-size: 35px;
  color: #dbae27 !important;
  padding-top: 30px;
  padding-bottom: 30px;

}
.owl-prev:focus , .owl-next:focus{
  outline: none;
}

.card-img-overlay{
  opacity: 0;
}
.card-img-overlay:hover {
  background-color: #000000b8;
  opacity: 1;
}
.card, .decorative-image{
  background-color: #ffffff;
}

.pt-4{
  padding-top: 4px;
}

.category{
  font-size:16px;
  white-space:nowrap
}
.catalogue{
  background-color:#e0e0e0;
}

.p-25{
  padding:25px
}
.mb-30{
  margin-bottom: 30px;
}
.w-45{
  width: 45%;
}
.catalogue-img{
  max-width:100%;
  max-height:100%
}
.catalogue-link{
  color:#dbae27;
}

.product-card:hover .product-description {
visibility: visible;
opacity: 1;
}
.product-card{
text-align: center;
border: 1px solid whitesmoke;
}
.product-card:hover .product-name{
background: #DBAE27;
color: #fff !important;
  font-weight: bolder;
}

.product-card{
border:none !important;
}
.product-name{
font-size: 30px;
border-bottom: 1px solid #DBAE27;
}
.product-card{
  padding: 0 !important;
  position: initial;
}

.view-collection{
  padding: 20px;
  color:#DBAE27 !important
}
.view-collection:hover{
  color:#DBAE27 !important

}
a.text-white:hover, a.text-white:focus{
  color: white !important;
}
.carousel-caption{
  /* display: block !important; */
  text-align: left;
  background-color: red;
  background-color: #00000075;
  left: 0;
  bottom: 0;
  background-color: #00000075;
  width: 100%;
  padding-left: 11%;
  padding-bottom: 5%;
  position: absolute;

}
.carousel-control-next, .carousel-control-prev{
  width:10%;
}

.arabic .carousel-caption{
  text-align: right;
  padding-left: 0;
  padding-right: 11%;
  direction: rtl;
}

.family-name{
  font-size: 40px;
  color:#DBAE27
}
.family-slogan{
  font-size: 20px;
}
.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s linear both;
	        animation: tracking-in-contract-bck 1s linear both;
}
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.image-marble{
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  animation: left 3s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 alternate-reverse forwards;

}

@keyframes left {
	0% {
		background-position: left center;
		background-size: 100%;
	}

	100% {
		background-position: left center;
		background-size: 150%;
	}
}

.image-altin{
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  animation: top 3s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 alternate-reverse forwards;
}

@keyframes top {
	0% {
		background-position: center top;
		background-size: 100%;
	}

	100% {
		background-position: center top;
		background-size: 150%;
	}
}



@keyframes right {
	0% {
		background-position: right center;
		background-size: 100%;
	}

	100% {
		background-position: right center;
		background-size: 150%;
	}
}

.image-orb{
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  animation: right 3s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 alternate-reverse forwards;
}
.image-pug{
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  animation: right 3s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 alternate-reverse forwards;
}
.image-halos{
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  animation: top 3s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 alternate-reverse forwards;
}

.carousel-indicators{
  bottom: 55px;
}
.carousel-caption{
  padding-bottom: 8%;
}
@media (min-width: 810px) and (max-width: 912px) 
{
  .image-halos ,.image-pug,.image-orb,.image-altin,.image-marble{
    height: 450px !important;
  }
  .carousel-caption {
    bottom: 0 !important;
  }
}


@media (max-width: 575.98px) { 
  .get_started h1 , .collection h1{
    font-size: 25px;
  }
  .description p{
    font-size: 14px;
  }
  .description .decorative-description b{
    font-size: 25px;
  }
  .top-and-bottom::before , .top-and-bottom::after{ 
    width: 60%;
    left: 20%;
  }
  .fa-chevron-left ,.fa-chevron-right{
    font-size: 25px;
  }
  .view-collection{
    font-size: 25px;
  }
  .carousel-indicators{
    bottom:-30px
  }
  .owl-item{
    width: 100%;
  } 
  .card-img-overlay:hover {
    margin-bottom: 5px;
    } 
    .card{
      padding-bottom: 5px;
    }
  .image-marble, .image-halos,.image-altin,.image-orb,.image-pug{
    height:200px !important;
  
  }
  .carousel-caption{
    bottom: 0 !important;
  }
   
}