* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Sans-serif;
}
:root {
  --color: #a92024;
  --swiper-theme-color: grey;
}

/************* header css start **************/
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 10;
  box-shadow: 2px 2px 2px rgb(219, 218, 218);
  padding: 0; 
  left: 0; 
}

.logo {
  max-width: 12%;
}
/* .navbar{
 margin: 0 auto
} */
.navbar-nav {
  margin-left: auto;
}

.navbar .navbar-nav .nav-item .active {
  color: var(--color);
}
nav .nav-link {
  color: grey;
  margin-inline: 10px;
  font-size: 19px;
  font-weight: 500;
  transition: color 1s linear;
}
nav .nav-link:hover {
  color: var(--color);
}
/************* header css end **************/

/********************************************************************* Home page start ***************************************************************/

/************* banner swiper start ***************/
.banner{
  margin-top: 150px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  position: relative;
  margin-top: 15px;
}
/************* banner swiper end ***************/

/************* hand-made luxury css start *******************/

.hand-made-luxury p {
  color: var(--color);
  font-weight: 500;
}
.btn-link {
  background-color: #333333;
  color: white;
  transform: scale(1.2);
  transition: all 1s linear;
  border-radius: 0;
  padding: 10px;
}
.btn-link:hover {
  background-color: var(--color);
  transform: scale(0.8);
  color: white;
}
.hand-made-luxury .experience p {
  line-height: 24px;
}
.hand-made-luxury .experience .exp-img {
  background-image: url("../images/home/vector-polka-background-with-small-dots_1017-13972\ \(1\).avif");
  background-repeat: no-repeat;
  background-size: cover;
}
.hand-made-luxury .experience .exp-img .exp-img1 {
  width: 80%;
  height: 90%;
  margin: 5% 27%;
}

@media (max-width: 992px) { 
      .hand-made-luxury .experience {
        display: flex;
        flex-direction: column-reverse;
      }
 } 
 @media (max-width: 767px) { 
  .hand-made-luxury .experience {
    display: flex;
    flex-direction: column-reverse;
  }
  }
/************* hand-made luxury css end *******************/
/*********************************************************************** Home page end ********************************************************/

/************************** footer start **********************************/
/* get in touch css start  */

.get-in-touch {
  /* height: 45vh; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/home/img71.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.get-in-touch .que {
  /* margin-top: 8%; */
  padding: 10px;
}
.get-in-touch a {
  transform: scale(1.2);
  background-color: var(--color);
  color: white;
  transition: all 1s linear;
  border-radius: 0;
}
.get-in-touch a:hover {
  transform: scale(1);
  background-color: white;
  color: var(--color);
}

/* get in touch css end  */

.footer .contact-details {
  border-bottom: 2px dotted grey;
  padding-bottom: 50px;
}

/************************** footer end **********************************/

/***************************************************************** About Us start *******************************************************************/

.title {
  height: 30vh;
  background-image: url("../images/about/DIAMOND-BLACK-SUPER-JUMBO-138-x79-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-tiles .tiles {
  /* width: 40%; */
  background-image: url("../images/home/vector-polka-background-with-small-dots_1017-13972\ \(1\).avif");
  background-repeat: no-repeat;
  background-size: 70% 60%;
  background-position: center center;
}
/***************************************************************** About Us end *******************************************************************/

/***************************************************************** Product start *******************************************************************/
.bookmatch {
  background-color: lightgrey;
  padding: 30px 0;
}
.card {
  margin: 10px 3px;
}
.bookmatch .card-tiles {
  width: 90%;
  margin: 2% auto;
}
.calacatta-series .card-img-top {
  height: 10rem;
}
/***************************************************************** Product end *******************************************************************/

/***************************************************************** catalog start *****************************************************************/
.product-catalog {
  margin: 5% 10%;
}
.product-catalog .catalog {
  background-image: url("../images/product/G1-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.product-catalog .catalog div {
  border: 2px dotted black;
}
.pro-cat p:nth-child(1) {
  color: var(--color);
}
/***************************************************************** catalog end *****************************************************************/

/***************************************************************** contact us start *****************************************************************/
.contact-form {
  background-color: grey;
}
.contact-form form input {
  background-color: grey;
}
.contact-form form input::placeholder {
  color: white;
}
.contact-form form textarea {
  background-color: grey;
}
.contact-form form textarea::placeholder {
  color: white;
}
.contact-form form button {
  background-color: white;
  color: black;
  transition: all 1s linear;
}
.contact-form form button:hover {
  background-color: var(--color);
  color: white;
}
/***************************************************************** contact us end *****************************************************************/
