* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

}

body {
  background-color: rgb(239, 238, 255);
  /* font-family: Arial, Helvetica, sans-serif; */
}


a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}


/* images slider */

.slider {
  max-width: 1800px;
  margin: auto;
  margin-top: -70px;
}

.slider .png {
  max-width: 1800px;
  width: 103%;
  height: 200px;
  position: absolute;
  left: 0;
  z-index: 10;
  margin-left: 0%;
  bottom: 0;
  rotate: -5deg;
  margin-bottom: -70px;
  /* opacity: 0.5; */
}

.slider .swiper {
  width: 100%;
  /* max-height: 800px; */
}

.slider .swiper-slide {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 65%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  height: fit-content;
  text-align: left;
  margin: auto;
  margin-left: -3%;
  padding: 50px;
  border-radius: 0;

}

.slider .swiper-slide .text h5 {
  color: #000000;
  font-weight: 400;
  font-family: cursive;
}

.slider .swiper-slide .text h5 img {
  width: 30px;
  margin-top: -15px;
}

.slider .swiper-slide .text h1 {
  font-size: 60px;
  width: 90%;
  color: #1f0e0e;
  margin-top: 0px;
  position: relative;
  z-index: 100;
  opacity: 1;
  font-weight: 700;
}

.slider .swiper-slide .text h1 span {
  color: #a27d6a;
  font-weight: 700;

}

.slider .swiper-slide .text p {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
  color: rgba(43, 38, 38, 0.726);
}

.slider .swiper-slide .text button {
  padding: 8px 25px;
  border: none;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  margin-right: 20px;
  background-color: #28190f;
  border: 0.8px solid rgba(255, 255, 255, 0.507);

}

.slider .swiper-slide .text button img {
  margin: 0;
}


.slider .swiper-slide .text .btn2 {
  background-color: transparent;
  border: 0.8px solid white;
  color: white;
  background-color: rgba(255, 255, 255, 0.267);
  display: none;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.904), rgba(0, 0, 0, 0.199)), url(../images/slider\ img.avif);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.904), rgba(0, 0, 0, 0.199)), url(../images/Bed\ Slider2.avif);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.736), rgba(0, 0, 0, 0.199)), url(../images/Dining\ Tables\ Slider2.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.904), rgba(0, 0, 0, 0.199)), url(../images/Executive\ Desks\ Slider3.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.904), rgba(0, 0, 0, 0.199)), url(../images/Nightstands\ &\ Dressers\ Slider.jpg);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.904), rgba(0, 0, 0, 0.199)), url(../images/slider\ img.avif);
  background-position: center;
  background-size: cover;
}

.slider .swiper-slide .img-sec {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 200px;
}

.slider .swiper-slide .img-sec .box {
  width: 32%;
  height: 600px;
  margin-top: -20px;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 10px;
}

.slider .swiper-slide .img-sec .box:hover {
  margin-top: -50px;
}

.slider .swiper-slide .img-sec .box .tx {
  width: 100%;
  position: relative;
  z-index: 20;
  height: 80px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.842), rgba(0, 0, 0, 0));
}

.slider .swiper-slide .img-sec .box img {
  width: 100%;
  height: 100%;
  transform: scale(2, 1);
}

.slider .swiper-slide .img-sec .box h3 {
  color: white;
  margin-top: -80px;
  font-size: 30px;
  margin-left: 20px;
}

.slider .swiper-slide .img-sec .box h5 {
  color: rgba(255, 255, 255, 0.716);
  margin-left: 20px;
}

.sliderbtn {
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 6%;
  z-index: 10;
  margin-top: 25%;
}

.sliderbtn img {
  width: 35px;
  border-radius: 50%;
  padding: 5px;
  transform: rotate(0deg);
  background-color: rgba(255, 255, 255, 0.531);
  margin-bottom: 20px;
  border: 2px solid #a27d6a;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  border: 2px solid #c9b043;

}

.sliderbtn .prev {
  transform: rotate(180deg);
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.906), rgba(255, 255, 255, 0.959)), url(../imagess/bg\ img\ 6.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0px;
}

.sec1 h4 {
  font-size: 18px;
  color: #a27d6a;
  display: flex;
  place-items: center;
}

.sec1 .text h4 img {
  width: 30px;
  margin-bottom: -10px;
  margin-right: 5px;
}

.sec1 h1 {
  font-size: 30px;
  color: #1f0e0e;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 h5 {
  font-size: 20px;
  color: #a27d6a;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

.sec1 h6 {
  font-size: 18px;
  color: #c9b043;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}

.sec1 .text {
  width: 55%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
}

.sec1 .text img {
  width: 100px;
  margin-top: -20px;
}

.sec1 .text p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
  border-top: 0.1px solid rgba(79, 79, 42, 0.571);
  padding-top: 20px;
}

.sec1 .btn-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.sec1 .btn-sec .box {
  width: 48%;
  display: flex;
  justify-content: left;
  place-items: center;
}

.sec1 .btn-sec .box img {
  width: 60px;
  margin-bottom: -20px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #1f0e0e;
}

.sec1 .btn-sec .box:nth-child(2) img {
  width: 50px;
  padding: 10px;
}

.sec1 .btn-sec .box .tx {
  margin: 0;
  padding: 0;
}

.sec1 .btn-sec .box .tx h3 {
  font-size: 18px;
  margin: 0;
}

.sec1 .btn-sec .box .tx p {
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: none;
  color: #a27d6a;
}


.sec1 .img-container {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: left;
  position: relative;
  border-radius: 5px;
}

.sec1 .img-container .img {
  width: 88%;
  height: 500px;
  /* background-color: #1f0e0e; */
  padding: 10px;
  border-radius: 5px;
}

.sec1 .img-container .img img {
  width: 100%;
  height: 100%;
  border-radius: 10p;
}

.sec1 .img-container .img2 {
  width: 45%;
  position: absolute;
  top: -20px;
  margin-top: 50px;
  /* background-color: #0c3669; */
  /* padding: 10px; */
  right: 0;
}

.sec1 .img-container .img2 img {
  width: 100%;
  border: 5px solid white;
  border-radius: 10px;
}


.sec1 .img-container .tx {
  width: 50%;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  height: fit-content;
  background-color: #c9b5aa;
  margin-top: 320px;
  border-radius: 15px;
  border: 2px solid #ffffff;
  animation: aboutEX 5s infinite;
  margin-left: -30px;
}

@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img-container .tx span {
  width: fit-content;
  font-size: 45px;
  color: #1f0e0e;
}

.sec1 .img-container .tx h3 {
  color: #000000b9;
  font-size: 18px;
  place-items: center;
  display: flex;
}




.sec2 {
  max-width: 1800px;
  margin: auto;
  width: 88%;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  background-color: #ffffff;
  margin-top: -80px;
  border-radius: 20px;
}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #a27d6a, rgba(214, 29, 29, 0));
}

.sec2 .box {
  width: 22%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  padding-left: 0;
}

.sec2 .box2 {
  border: none;
}


.sec2 .box img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 0;
}

.sec2 .box h4 {
  font-size: 13.1px;
  font-weight: 400;
  color: rgba(8, 38, 48, 0.802);
}

.sec2 .box h1 {
  color: #361a1a;
  font-size: 18px;
}




.sec3 {
  max-width: 1800px;
  margin: auto;
  margin-top: 30px;
  padding: 20px 5%;
  position: relative;
  display: flex;
  justify-content: space-between;
}


.sec3 .box {
  width: 48.8%;
  padding: 60px;
  background-color: #8994a1;
  padding-left: 23.5%;
  padding-right: 20px;
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bannerImg1.webp);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.sec3 .box:hover {
  background-size: 110% 110%;

}

.sec3 .box2 {
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bannerImg2.webp);
  background-position: center;
  background-size: 100% 100%;
  padding-right: 10px;

}

.sec3 .box h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1f0e0e;

}

.sec3 .box h1 {
  font-size: 32px;
  font-family: 'Times New Roman', Times, serif;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #361a1a;
  font-weight: 600;

}


.sec3 .box button {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
  color: #1f0e0e;
  margin-top: 5px;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  margin-top: 50px;
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bg\ img6.JPG);
  background-position: center;
  background-size: 100% 100%;
  text-align: center;

}


.sec4 .text {
  width: 45%;
  margin: auto;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  text-align: center;
}

.sec4 .text h1 {
  font-size: 38px;
  color: #361a1a;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-family: 'Courier New', Courier, monospace;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.sec4 .text p {
  font-size: 20px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.634);
}

.sec4 .text button {
  background-color: #361a1a;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}


.sec5 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.sec5 .box {
  width: 25%;
  height: 500px;
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bg\ img4.jpg);
  background-position: center;
  background-size: 100% 100%;
  color: #28190f;
}

.sec5 .box:first-child {
  padding: 30px;
  color: #28190f;
}

.sec5 .box:first-child h1 span {
  color: #a27d6a;
  font-weight: 700;
}

.sec5 .box button {
  border: none;
  background-color: transparent;
  margin-top: 10px;
}

.sec5 .box button img {
  width: 20px;
  filter: brightness(0);
}

.sec5 .box2 {
  width: 75%;
}

.sec5 .box2 .tx-sec {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bg\ img2.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 5%;
  padding-right: 0;
  padding-left: 20%;
}

.sec5 .box2 .tx-sec h1 {
  width: 40%;
}

.sec5 .box2 .tx-sec h1 span {
  color: #a27d6a;
  font-weight: 600;
}

.sec5 .box2 .tx-sec2 {
  width: 100%;
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bg\ img3.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 5%;
}

.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 0%;
  margin-top: 80px;
}

.sec6 h5 {
  width: 100%;
  margin: auto;
  justify-content: center;
  color: #c9b043;
  text-align: center;
  display: flex;
  place-items: center;

}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  background-color: #c9b043;
  margin: 0 10px;
}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  margin: 8px;
  background: #c9b043;
}

.sec6 h1 {
  width: 80%;
  text-align: center;
  color: black;
  margin: auto;
  font-weight: 600;
  margin-top: 10px;
}

.sec6 h1 span {
  font-weight: 600;
  color: #c9b043;
}

.sec6-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec6-container .box {
  width: 23.5%;
  padding: 20px;
  text-align: center;
  transition: ease-in-out 0.5s;
  overflow: hidden;
  text-align: center;
}

.sec6-container .box:hover .img-sec {
  box-shadow: none;
  border: 3px solid #c9b043;
}

.sec6-container .box .img-sec {
  width: 100%;
  margin: auto;
  border-radius: 20px;
  background-color: white;
  padding: 10px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.462);
}

.sec6-container .box .img-sec img {
  width: 100%;
  height: 150px;
  border-radius: 10px;

}

.sec6-container .box .text {
  width: 100%;
  margin: auto;
  z-index: 10;
  padding: 5px;
  position: relative;
  background-color: rgb(240, 240, 240);
  margin-top: 10px;
  border-radius: 10px;
}

.sec6-container .box:hover .text {
  background-color: #c9b043;
  color: rgb(0, 0, 0);
}


.sec6-container .box .text h6 {
  background-color: #c9b043;
  font-size: 28px;
  padding: 10px;
  width: fit-content;
  border-radius: 50%;
  position: absolute;
  margin-top: -100px;
  margin-left: -10px;
  transition: ease-in-out 0.5s;
}

.sec6-container .box .text h6 span {
  padding: 5px;
  border-radius: 50%;
  background-color: #c9b043;
}

.sec6-container .box:hover .text h6 {
  margin-top: -180px;
}

.sec6-container .box .text h4 {
  font-size: 20px;
  width: 80%;
  margin-top: 10px;
  text-align: left;
  padding: 0 10px;
}

.sec6-container .box .text p {
  text-align: left;
  padding: 10px;
}

.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 20px 0%;
  background-color: #ffffff;
  padding-bottom: 40px;
  justify-content: space-evenly;
  padding-top: 30px;
  padding-bottom: 30px;
}


.sec7 .swiper {
  width: 100%;
}

.sec7 .swiper-slide a:hover {
  text-decoration: none;
}

.sec7 .swiper-slide h1 {
  font-size: 45px;
  color: rgb(0, 0, 0);
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  /* color: #ffffff4a; */
  font-weight: bold;
  border: 1px solid #0000001f;
  text-align: center;
  border-left: none;
  border-right: none;
  background-images: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(13, 44, 81, 0.825), rgba(0, 0, 0, 0));
}

.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  padding-top: 0px;
  /* background-color: rgb(239, 244, 255); */
  padding-bottom: 50px;
}

.sec8 .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.sec8 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec8 h5 {
  width: 100%;
  text-align: left;
  color: #c9b043;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec8 h5 .shape {
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background-color: #c9b043;
  position: relative;
  z-index: 20;
}

.sec8 h1 {
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: #0f2c4d;
  margin-bottom: 0px;
  position: relative;
  z-index: 20;
}

.sec8 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #c9b043;
  color: white;
  border-radius: 10px;
  border: none;
}

.sec8 .swiper {
  width: 95%;
  padding: 5px 15px;
}

.sec8 .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(233, 233, 233);
  padding-bottom: 0;
}

.sec8 .swiper-slide img {
  width: 100%;
  height: 250px;
  border-radius: 15px;
}


.sec8 .swiper-slide h1 {
  font-size: 25px;
  margin-bottom: 0;
  color: #0f2c4d;
}

.sec8 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  text-align: justify;
}

.sec8 .swiper-slide .btn {
  width: 100%;
  background-color: #0f2c4d;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  place-items: center;
}

.sec8 .swiper-slide a {
  width: 90%;
  text-decoration: none;
}

.sec8 .swiper-slide button {
  width: 100%;
  padding: 2% 20%;
  display: flex;
  place-items: center;
  border: none;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.891);
  padding-left: 20px;
  transition: ease-in-out 0.5s;
}

.sec8 .swiper-slide button:hover {
  background-color: #0f2c4d;
  padding-left: 20%;
  color: white;
}

.sec8 .swiper-slide button img {
  width: 30px;
  height: fit-content;
  filter: brightness(0);
  opacity: 0.5;
}

.sec8 .swiper-slide .btn img {
  width: 30px;
  height: fit-content;
  margin-right: 10px;
}

.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  position: relative;
}


.sec9 .png-img {
  width: 30%;
  position: absolute;
  right: -12px;
  opacity: 0.1;
  margin-top: 6px;
}



.sec9 .color-png {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-top: -54px;
}

.sec9 .png {
  width: 200px;
  height: 200px;
  padding: 5px;
  border: 3px dashed rgb(0, 0, 0);
  position: absolute;
  left: -100px;
  margin-top: -100px;
  border-radius: 50%;
}


.sec9 .head-tx {
  width: 95%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  margin-top: 0px;
}

.sec9 h5 {
  width: fit-content;
  font-size: 20px;
  color: #c9b043;
  text-align: left;
  margin-left: 30px;
  display: flex;
  place-items: center;
}

.sec9 h5 .line {
  width: 30px;
  background-color: #c9b043;
  height: 2px;
  margin-right: 10px;
}

.sec9 h1 {
  font-size: 30px;
  color: #0f2c4d;
  text-align: left;
  width: 70%;
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 30px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec9 .head-tx .btn {
  width: 20%;
  display: none;
}

.sec9 .head-tx .btn img {
  width: 35px;
}

.sec9 .head-tx .btn img:first-child {
  rotate: 180deg;
}


.sec9 .swiper {
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-top: 50px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;

}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img .color-box {
  width: 30%;
  height: 100px;
  padding: 5px;
  border: 2px dashed white;
  position: absolute;
  right: -30px;
  margin-top: -30px;
  border-radius: 50%;
}

.sec9 .swiper-slide:hover .img .color-box {
  border: 2px dashed #c9b043;

}

.sec9 .swiper-slide .img .color-box .span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c9b043;
}

.sec9 .swiper-slide:hover .img .color-box .span {
  background-color: white;
}


.sec9 .swiper-slide .img img {
  width: 100%;
  height: 400px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;

}

.sec9 .swiper-slide .text {
  width: 80%;
  margin-top: -180px;
  z-index: 10;
  position: relative;
  text-align: left;
  padding: 00px;
  z-index: 10;
  margin-bottom: 30px;
  border-radius: 0 10px 10px 0;
  margin-left: -5px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-color: #ffffff;
  backdrop-filter: blur(5px);
}

.sec9 .swiper-slide .text .heading {
  width: 100%;
  padding: 15px;
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  margin-right: 20px;
  rotate: 20deg;
}


.sec9 .swiper-slide h4 {
  font-size: 18px;
  color: #142334;
  position: relative;
  z-index: 10;
  width: 100%;
  font-weight: 500;
}

.sec9 .swiper-slide h5 {
  font-size: 15px;
  color: #c9b043;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 11;
  text-align: left;
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  place-items: center;
  background-color: #f6f6f6;
  padding-top: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.928), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg2.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.sec10 .form-sec {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  z-index: 20;
  display: flex;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #a27d6a;
  font-weight: 800;
  display: flex;
  place-items: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec10 .form-sec h5 .line {
  width: 30px;
  height: 2px;
  background-color: #a27d6a;
  margin-right: 10px;
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 35px;
  text-align: left;
  margin-top: 10px;
  color: #361a1a;

}

.sec10 .form-sec p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.594);
  margin-bottom: 30px;
  margin-top: 15px;
}

.sec10 .form-sec form {
  width: 50%;
  padding: 0 30px;
  border-radius: 30px;
}

.sec10 .form-sec input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  color: rgba(0, 0, 0, 0.591);
  margin-left: 0;
  background-color: rgb(240, 240, 240);
  /* border: none; */
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #562419;
  outline: none;
}

.sec10 .form-sec select {
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.591);
  background-color: rgb(240, 240, 240);

}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #4a2217;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}


.sec10 .form-sec textarea {
  width: 95%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin-top: 5px;
  background-color: rgb(240, 240, 240);

}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}

.sec10 .form-sec button {
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
  background-color: #a27d6a;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  place-items: center;
  display: flex;
}

.sec10 .form-sec button img {
  width: 25px;
  margin-left: 8px;
}



.sec10 .form-sec .text-sec {
  width: 36%;
  margin-top: 50px;
}

.sec10 .form-sec .text-sec .box {
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 25px rgb(224, 221, 221);
  margin-top: 20px;
  border-radius: 10px;
}

.sec10 .form-sec .text-sec .box:hover {
  background-color: #0c3669;
  cursor: pointer;
}


.sec10 .form-sec .text-sec .box img {
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
  height: fit-content;
  background-color: #c9b043;
}

.sec10 .form-sec .text-sec .box:hover img {
  background-color: rgb(16, 36, 66);
}

.sec10 .form-sec .text-sec .box h5 {
  margin: 0;
}

.sec10 .form-sec .text-sec .box:hover h5 {
  color: rgb(255, 255, 255);
}

.sec10 .form-sec .text-sec .box p {
  margin: 0;
  margin-top: 5px;
}

.sec10 .form-sec .text-sec .box:hover p {
  color: rgb(255, 251, 251);
}



.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
}


.sec11 h1 {
  text-align: center;
  font-size: 25px;
  display: flex;
  place-items: center;

}


.sec11 h1 .line {
  width: 38%;
  height: 1px;
  background-color: #c9b043;
  margin: auto;
}

.sec11-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sec11 .sec11-container img {
  width: 12%;
  height: 80px;
  background-color: white;
  margin: 15px 10px;
  border: 0.1px solid rgba(128, 128, 128, 0.473);
  border-radius: 10px;
  padding: 10px;
}






.sec12 {
  margin: auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 0;
  padding-right: 20px;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.099);
  border-radius: 20px;
}


.sec12 .text {
  width: 30%;
  color: rgb(255, 255, 255);
  padding: 40px;
  margin-top: -20px;
}


.sec12 .contact {
  width: 100%;
  padding: 20px 0;
  color: rgb(255, 255, 255);
  place-items: center;
  display: flex;
  justify-content: space-evenly;
}

.sec12 .contact h5 {
  margin-top: 20px;
  width: 80%;
  /* text-transform: uppercase; */
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  margin-left: 50px;
}

.sec12 .contact h5 span {
  color: #c9b043;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}


.sec12 .contact .btn {
  width: 40%;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.sec12 .contact input {
  width: 95%;
  padding: 10px;
  padding-left: 20px;
  border-radius: 30px;
  color: black;
  background-color: white;
  border: none;
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 10px;
  border: none;
  background-color: #c9b043;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  margin: 5px;
  margin-left: -50px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 25px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.642)), url(../imagess/bg\ img\ 18.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 10px;
  padding-top: 3%;
}


.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h1 {
  font-size: 35px;
  color: #1f0e0e;
  margin-top: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

.sec13 .text .line {
  width: 100px;
  height: 2px;
  margin: auto;
  background-color: #a27d6a;
}


.sec13 .sec13-container {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec13 .sec13-container a {
  width: 18.2%;
  margin: 10px;
  border: 0.1px solid rgba(128, 128, 128, 0.113);
  margin-top: 10px;
  list-style: none;
  text-decoration: none;
}

.sec13 .sec13-container .box {
  width: 100%;
  padding: 10px;
  padding-left: 15px;
  height: fit-content;
  /* border-radius: 10px; */
  display: flex;
  overflow: hidden;
  place-items: center;
  justify-content: space-between;
  padding-right: 0;
  background-color: #ba5c1d14;
  cursor: pointer;
}

.sec13 .sec13-container .box .tx {
  width: fit-content;
}

.sec13 .sec13-container .box h3 {
  font-size: 18px;
  color: #1f0e0e;
}

.sec13 .sec13-container .box p {
  color: rgb(49, 49, 49);
}

.sec13 .sec13-container .box img {
  width: fit-content;
  height: 80px;
  margin-right: -10px;
  transition: ease-in-out 0.5s;
}

.sec13 .sec13-container .box:hover img {
  margin-right: 0;
}

.sec15 {
  max-width: 1800px;
  margin: auto;
  padding: 0 5%;
  padding-top: 0%;
}

.sec15 .sec15-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.sec15 .sec15-container .box {
  width: 32%;
  margin-top: 38px;
}


.sec15 .sec15-container .box .img {
  width: 100%;
  background-color: #28190f;
}

.sec15 .sec15-container .box .img img {
  width: 100%;
  height: 350px;
  opacity: 0.95;
}


.sec15 .sec15-container .box h3 {
  color: #28190f;
  text-align: left;
  margin: 15px 0;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 22px;
  position: relative;
  font-weight: 400;

}

.sec15 .sec15-container .box h3 p {
  position: absolute;
  right: 20px;
  top: 0px;
  color: rgb(255, 128, 0);
}

.sec15 .sec15-container .box h5 {
  color: #87614e;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 5px;
  margin-top: 10px;
  font-size: 22px;
  position: relative;
  font-weight: 400;

}

.sec15 .sec15-container .box h5 del {
  color: rgb(165, 165, 165);
  font-size: 18px;
}

.sec15 .sec15-container .box h5 button {
  padding: 5px 20px;
  border: 1px solid rgb(0, 0, 0);
  font-size: 15px;
  position: absolute;
  right: 5px;
  color: rgb(0, 0, 0);
  /* border-radius: 8px; */
  margin-top: -0px;
  background-color: transparent;
}

.sec15 .sec15-container .box h5 button:hover {
  background-color: #28190f;
  color: rgb(255, 255, 255);
}





.sec16 {
  max-width: 1800px;
  margin: auto;
  height: 260px;
  justify-content: space-evenly;
  position: relative;
  background-color: #28190f;
  margin-top: 380px;
}

.sec16 .text {
  width: 100%;
  padding: 50px 5%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.sec16 h5 {
  color: #a27d6a;
  font-size: 22px;
  margin-top: -350px;
}

.sec16 h1 {
  width: 80%;
  font-size: 35px;
  color: #1f0e0e;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  font-weight: 700;

}

.sec16 h1 span {
  color: #c9b043;
}

.sec16 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #142334;
  color: white;
}

.sec16 .swiper {
  width: 90%;
  margin-top: -200px;
  background-color: #f0e9e5;
  border-radius: 20px;
}

.sec16 .swiper-slide {
  padding: 20px;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
  justify-content: center;
  position: relative;
  border-right: 0.1px solid rgb(169, 169, 169);
}

.sec16 .swiper-slide img {
  width: 60px;
}

.sec16 .swiper-slide h3 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  color: #1f0e0e;
  margin-top: 10px;
}

.sec16 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  color: #474747;
}

.sec16 .swiper-slide .btn {
  width: 45px;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  margin-top: 30px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.sec16 .swiper-slide:hover .btn {
  background-color: #a27d6a;
}

.sec16 .swiper-slide .btn img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.5;
  rotate: -20deg;
  transition: ease-in-out 0.5s;

}

.sec16 .swiper-slide:hover .btn img {
  filter: brightness(1);
  rotate: 0deg;
  opacity: 1;
}


.sec16 .text .sliderbtn {
  margin-top: -230px;
  display: flex;

}

.sec16 .text .sliderbtn img {
  margin-left: 15px;
}

.sec16 .text .sliderbtn img:first-child {
  rotate: 180deg;
}



.sec17 {
  max-width: 1800px;
  height: 400px;
  margin: auto;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(rgba(6, 29, 46, 0.729), rgba(5, 24, 41, 0.812)), url(../images/bg\ img.avif);
  background-position: center;
  background-size: 100% 140%;
  /* margin-top: 80px; */
}

.sec17 h1 {
  width: 70%;
  font-size: 45px;
  color: white;
  text-transform: capitalize;
}

.sec17 h1 span {
  font-weight: 700;
  color: #a27d6a;
}

.sec17 button {
  padding: 10px 20px;
  background-color: #a27d6a;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 10px;
}


.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  text-align: center;
  justify-content: center;
  padding-bottom: 80px;
  background-image: linear-gradient(rgba(244, 244, 244, 0.680), rgba(240, 240, 240, 0.089));
}

.sec18 h1 {
  color: #28190f;
}

.sec18 .line {
  width: 120px;
  margin: auto;
  height: 2px;
  background-color: #a27d6a;
}

.sec18 .swiper {
  width: 100%;
  margin-top: 30px;
}

.sec18 .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #28190f;

}

.sec18 .swiper .swiper-slide img {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  opacity: 0.92;
}

.sec18 .swiper .swiper-slide h3 {
  color: white;
  text-align: left;
  margin: 15px 0;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}

.sec18 .swiper .swiper-slide h3 p {
  position: absolute;
  right: 20px;
  top: 0px;
  color: orange;
}

.sec18 .swiper .swiper-slide h5 {
  color: #d49575;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}

.sec18 .swiper .swiper-slide h5 del {
  color: rgb(196, 196, 196);
  font-size: 18px;
}

.sec18 .swiper .swiper-slide h5 button {
  padding: 8px 20px;
  border: 0.1px solid white;
  font-size: 16px;
  position: absolute;
  right: 20px;
  color: white;
  border-radius: 8px;
  margin-top: -5px;
  background-color: transparent;
}

.sec18 .swiper .swiper-slide h5 button:hover {
  background-color: white;
  color: black;
}


.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 80;
  width: fit-content;
  right: 0;
  margin-top: 30%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}




/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  background-color: #28190f;
  color: rgba(255, 255, 255, 0.781);
  padding-top: 80px;
  border-top: 5px solid #a27d6a;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding: 0 4%;
}

.sec2-text {
  width: 25%;
}

.sec2-text:nth-child(2) {
  width: 15%;
  margin-left: 5%;
}


.sec2-text:nth-child(2) span {
  width: 10px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.692);
  margin-right: 15px;
}

.sec2-text:nth-child(3) {
  width: 25%;
}

.sec2-text li span {
  color: #e7b00b;
  margin-right: 10px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
}

.sec2-text .box {
  display: flex;
}

.sec2-text .box .line {
  width: 50px;
  height: 2px;
  background-color: #a27d6a;
  margin-bottom: 10px;
}

.sec2-text .box .circle {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  border: 2px solid #a27d6a;
  background-color: white;
}

.sec2-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #a27d6a;

}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #a27d6a;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 15px;
}

.icons {
  margin: 0;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #a27d6a;
}

.icons ul {
  display: flex;
  margin-top: -20px;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 35px;
  border-radius: 50%;
  padding: 5px;
  border: 0.2px solid #a27d6a;
  margin-right: 20px;
  margin-top: 15px;
}

.icons ul li a img:hover {
  margin-top: 10px;
}

.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;
}

.sec2-text ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.853);
  list-style: none;
  display: flex;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #a27d6a;
}

.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: rgba(255, 255, 255, 0.832);
  margin-top: 10px;
  font-size: 20px;
}

.col-xl-3 nav:hover {
  background: transparent;
}


.sec2-text .input-sec {
  display: flex;
  place-items: center;
  margin-top: 20px;
}

.sec2-text .input-sec input {
  padding: 12px;
  border-radius: 5px;
  border: none;
}

.sec2-text .input-sec button {
  padding: 9px 10px;
  background-color: #a27d6a;
  border: none;
  border-radius: 0 5px 5px 0;
  margin-left: -8px;
}

.sec2-text .input-sec button img {
  width: 30px;
}



.footer-base {
  text-align: center;
  padding: 0px 4%;
  color: rgb(0, 0, 0);
  background-color: #a27d6a;
  font-size: 16px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  padding-left: 0;
  /* clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%); */
  place-items: center;
}

.footer-base p {
  margin-bottom: 0;
  padding: 10px 4%;
  text-align: center;
  font-weight: 400;
  padding-bottom: 15px;
  color: rgb(255, 255, 255);
  padding-right: 8%;
}



@media screen and (max-width: 900px) {

  .footer {
    padding-top: 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text h2 {
    font-size: 25px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text:nth-child(1) p {
    text-align: justify;
  }

  .sec2-text:nth-child(2) {
    width: 100%;
    margin: 0;
  }


  .sec2-text:nth-child(3) {
    width: 100%;
  }

  .footer-base {
    padding: 0;
  }

  .footer-base p {
    font-size: 15px;
    padding: 10px;
  }

  .sec2-text .input-sec input {
    width: 90%;
  }


}