.nav-item a {
  font-size: 17px;
  color: #19132e;
  font-weight: 600;
}
.search {
  outline: none;
  border: 1px solid;

}

.btn1 {

  font-size: 17px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: #000000;
  border: none;
}

.nav_h:hover {
  
  cursor: pointer;
  opacity: 0.8;
  color: #ed9279;
  transition: all 0.5s linear;
  transform: scale(1.1);
}

.navbar-toggler-icon {
  color: #a24a1e;
}

/* ------------------------------------------- */

.home-img {
  background: url(/img/hero.jpg);
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 650px;
  background-attachment: fixed;
}
.home-text h1 {
  color: white;

  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 70px;
  margin-top: 100px;
}
.home-text p {
  color: white;
  font-size: 18px;
  opacity: 0.9;
  font-weight: 500;
}

.home-text .btn2 {
  font-size: 17px;
  font-weight: 500;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: none;
}

.home-text .btn2:hover {
  background-color: rgb(255, 255, 255);
  color: black;
  border: 2px solid black;
}
/* -------------------------- */

.trend-text h6 {
  opacity: 0.8;
  font-size: 18px;
}
.trend-text h1 {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-size: 50px;
  color: black;
}

.fa_star i {
  border: none;
  color: rgb(255, 149, 0);
}

.btn3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: none;
}

.btn3:hover {
  border: 2px solid black;
  background-color: white;
  color: black;
}

.section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
}

.half {
  width: 24%;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200;

}

.half img{
  overflow: hidden;
}

.half img:hover{
  transition: 1.2s;
  transform: scale(1.01);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);

}
/* -------------------------------------------------- */
.hero-img {
  background: url(/img/bg-03.jpg);
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 450px;
  background-attachment: fixed;
}

.hero-text h1 {
  color: rgb(255, 255, 255);
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 48px;
  margin-top: 50px;
}
.hero-text p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  opacity: 0.9;
  font-weight: 500;
}

.hero-text .btn2 {
  font-size: 17px;
  font-weight: 500;
  background-color: white;
  color: rgb(0, 0, 0);
  border: none;
}

.hero-text .btn2:hover {
  border: 2px solid black;
}
.hero-img1 {
  background: url(/img/bg-02.jpg);
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 450px;
  background-attachment: fixed;
}
/* -------------------------------------------------------------------------- */
.hr {
  width: 15%;
  border: 1px solid black;
}
.div-img {
  background: url(/img/bg-001.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 370px;
}
.div-img h6,
.div-img1 h6 {
  font-size: 18px;
  color: white;
}
.div-img h2,
p,
.div-img1 h2 {
  color: white;
}
.div-img1 {
  background: url(/img/bg-02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 370px;
}
/* --------------------------------------------------------------------------- */

.dilvry-i i {
  font-size: 18px;
  color: white;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  background-color: black;
  cursor: pointer;
  transition: 0.3s linear;
}
.dilvry-i i:hover {
  background-color: rgb(208, 145, 156);
}
.display-f {
  flex-direction: row;
}
.social-i i {
  margin: 5px;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
  color: #0a132e;
  background-color: white;
  border-radius: 50%;
}

.social-i i:hover {
  color: #fdfdfd;
  background-color: #e7a391;
}
/* ---------------------------------------- */
.cart_div,
.cart_div2,
.card_section,
.card_section1 {
  display: none;
}

.cartText p {
  margin-top: 6px;
  color: black;
}

.cartText span {
  font-size: 20px;
}

.btn4 {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 500;
  background-color: #f9a82f;
  color: rgb(0, 0, 0);
  border: none;
}

.btn4:hover {
  background-color: #ff9900;
}
.btn5 {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 500;
  background-color: #ffd814;
  color: rgb(22, 22, 22);
  border: none;
}

.btn5:hover {
  background-color: #fad000;
}

.img-cart {
  background-image: url(./img/bg-07.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 450px;
}
.nav_ho:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #e7a391;
  transition: all 0.2s linear;
}
span a {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 17px;
}

span a:hover {
  color: #e7a391;
}

/* ---------------------------------Shop All Page---------------------------------- */

.bodr {
  height: 1px;
  width: 100%;
  color: #4c4c4c;
  margin: 0;
  padding: 0;
}

.shoptxt {
  font-size: 17px;
  color: #8e8e8e;
  font-weight: 500;
}

.shoptxt a {
  text-decoration: none;
  color: #909090;
}
.shoptxt a:hover {
  color: #e7a391;
}
.Peerly {
  color: #0a132e;
  padding: 12px 87px;
  line-height: 27px;
}

.shphead {
  font-size: 60px;
  color: rgb(24, 24, 24);
  font-weight: 500;
}

/*---------------------------------- Services Page -------------------------------------*/

.roud {
  border-radius: 30px;
}
.carousel-caption {
  height: 50vh;
  text-align: left;
  left: 2%;
  top: 25%;
}

.carousel-caption h1 {
  font-size: 5rem;
  font-weight: 600;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.carousel-caption h1 > span {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: white;
}
.btnM {
  width: 15%;
  padding: 13px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  background-color: #fffdfd;
  border: none;
  border-radius: 50px;
  transition: all 1s;
}

.btnM:hover {
  color: rgb(255, 255, 255);
  background-color: #000000;
}
.slid-imges {
  background-image: url(./img/demo1-slide01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 650px;
}
.slid-imges1 {
  background-image: url(./img/demo1-slide02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 650px;
}

.slid-imges2 {
  background-image: url(./img/demo1-slide03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 650px;
}

.slide-h {
  width: 100%;
  height: 650px;
}

.mssgh {
  font-size: 50px;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.box-massage {
  background-image: url(./img/static-box-01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 274px;
}

.box-massage2 {
  background-image: url(./img/static-box-02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 274px;
  transition: 1s ease-in-out;
}
.box-massage:hover {
  transform: scale(0.98) Open(0.1deg);
  cursor: pointer;
}
.box-text h4 {
  font-size: 30px;
}
.br {
  border-bottom: 1px solid #cacaca;
  margin-top: 20px;
  width: 90%;
}

.box-text p {
  color: black;
  font-size: 18px;
  opacity: 0.6;
  font-weight: 500;
}
.lux-hedng h1 {
  text-align: center;
  font-size: 48px;
  font-family: "Bitter", serif;
  font-weight: 600;
  color: #0a132e;
}

.fa-i {
  float: right;
  margin-right: 20px;
  font-size: 20px;
  background-color: #f8b5a3;
  color: white;
  padding: 12px;
  border-radius: 50%;
}

 .card-footer .text-cd {
  color: #0a132e;
  font-weight: 600;
}
.fa-i:hover {
  cursor: pointer;
  background-color: #0a132e;
  transition: 0.7s ease-in-out;
}

.Peerly {
  font-size: 16px;
  color: #0a132e;
  font-weight: 500;
}

.col img {
  transition: all 0.5s linear;
}
.h-100:hover {
  transform: scale(0.98);
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
}

/* --------------------------------------------About Page --------------------------------------------------- */

.about-bg {
  background-image: url(./img/bg-04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  transition: 1s ease-in-out;
}

.about-bg h1 {
  margin-top: 145px;
  font-size: 80px;
  color: white;
}

.half-aout-img {
  background-image: url(./img/about-half-img.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  transition: 1s ease-in-out;
}

.half-aout-txt button {
  background-color: #f6f3ed;
  border: none;
  font-weight: 700;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #404a3d;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.half-aout-txt h1 {
  letter-spacing: 3px;
  font-size: 55px;
  line-height: 65px;
  font-family: "Bitter", serif;
  color: #0a132e;
  font-weight: 800;
}
.half-aout-txt p {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.half-aout-txt .btn-about {
  padding: 17px 35px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  background-color: #0a132e;
  border: none;
  border-radius: 30px;
  transition: all 1s;
}

.half-aout-txt .btn-about:hover {
  color: black;
  background-color: #f6f3ed;
}

.ard-img-top {
  border-radius: 50%;
}
.card-body img {
  transition: all 0.2s ease-out;
}

.card-body img:hover {
  border: 5px solid #e7a391;
}

.card-body h5 {
  color: #0a132e;
  font-size: 25px;
  transition: all 0.5s linear;
}

.card-body h5:hover {
  color: #e7a391;
  cursor: pointer;
}

.our-text .btn-our {
  background-color: #ffffff;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #404a3d;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.our-text h1 {
  font-size: 55px;
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #0a132e;
}

.our-social-i i {
  margin: 5px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
  color: #0a132e;
  background-color: #f6f3ed;
  border-radius: 50%;
}

.our-social-i i:hover {
  color: #fdfdfd;
  background-color: #e7a391;
}

.owl-carousel .item {
  transition: all 5s ease-out;
}

/* ------------------------------------ Contace Page --------------------------------------------- */

.conct-img {
  background-image: url(./img/bg-06.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
}

.conct-text {
  margin-top: 180px;
  font-size: 60px;
  color: white;
  font-weight: 700;
  font-family: "Bitter", sans-serif;
}

.form-container-fluid {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 650px;
}
.form-container-fluid h3 {
  font-size: 40px;
  color: #0a132e;
}

.form-label {
  font-size: 18px;
  color: #0a132e;
  font-weight: 500;
  font-family: "Bitter", sans-serif;
}
.form-control {
  font-size: 16px;
  color: #0a132e;
  font-family: "Bitter", sans-serif;
  border: none;
}
.form-control:focus {
  box-shadow: none;
}

.btn-send {
  width: 170px;
  height: 55px;
  background-color: #0a132e;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-send:hover {
  background-color: #fb8a6b;
  color: white;
}

.form-check-input {
  border: none;
}

.form-check-input:focus {
  box-shadow: none;
}

@media screen and (max-width: 820px) {
  .btn3 {
    width: 58%;
  }
}
@media (max-width: 995px) {
  #navbarSupportedContent {
    background-color: #f6f3ed;
  }

  .nav_h:hover {
    border-bottom: none;
  }
}
.item {
  transition: all 2s ease-out;
}
@media (max-width: 800px) {
  .cr_img img {
    height: 400px;
  }
  .half1 img {
    height: 215px;
  }
  .roud {
    border-radius: 0px;
  }
}

@media (max-width: 600px) {
  #navbarSupportedContent {
    background-color: #f6f3ed;
  }

  .nav_h:hover {
    border-bottom: none;
  }

  #newImg {
    height: 300px;
  }

  .home-img {
    background-repeat: no-repeat;
    height: 400px;
  }
  .home-text h1 {
    font-size: 40px;
    margin-top: 35px;
  }
  .half {
    width: 48%;
  }
  .navbar-toggler {
    background-color: #f6f1ed;
    border: 2px solid rgb(0, 0, 0);
    color: white;
  }
  .navbar-toggler-icon {
    font-weight: 900;
    color: rgb(0, 0, 0);
  }
  .hero-img {
    height: 430px;
  }

  .hero-text h1 {
    font-size: 35px;
    margin-top: 20px;
  }
  .hr {
    width: 40%;
  }
  .display-f {
    flex-direction: column;
  }

  .img-cart {
    height: 350px;
  }

  /* ---------------------------------Shop All Page--------------------------------------------------- */
  .bodr {
    display: none;
  }

  .divcrd img {
    height: 400px;
  }
  .shphead {
    font-size: 40px;
  }

  .roud {
    border-radius: 0px;
  }

  .slide-h {
    height: 500px;
  }

  .slid-imges {
    background-position: -410px 0px;
    background-size: 1090px auto;
    height: 490px;
  }

  .slid-imges1 {
    background-position: -350px 0px;
    background-size: 1090px auto;
    height: 490px;
  }

  .slid-imges2 {
    background-position: -350px 0px;
    background-size: 1090px auto;
    height: 490px;
  }

  .carousel-caption {
    text-align: left;
    left: 2%;
    top: 15%;
  }

  .carousel-caption h1 {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .carousel-caption h1 > span {
    font-size: 2rem;
  }

  .btnM {
    width: 58%;
    font-size: 18px;
  }

  .mssgh {
    font-size: 30px;
  }

  .Peerly {
    color: #0a132e;
    padding: 12px 15px;
    line-height: 27px;
  }

  .h-100:hover {
    transform: scale(0.96);
    cursor: pointer;
    transition: all 0.5s ease-out 0s;
  }
  .lux-hedng h1 {
    text-align: center;
    font-size: 25px;
    font-family: "Bitter", serif;
    font-weight: 600;
    color: #0a132e;
  }


  /*------------------------------------------ About Page ---------------------------------------------- */
  .about-bg h1 {
    margin-top: 23px;
    font-size: 50px;
    color: white;
    text-align: center;
  }

  .about-bg {
    background-position: -514px 0px;
    background-size: 890px auto;
    height: 490px;
  }

  .half-aout-txt h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }

  .our-text h1 {
    font-size: 35px;
    font-weight: 600;
  }

  .form-container-fluid .send-text {
    font-size: 35px;
  }

  .conct-img {
    height: 300px;
    background-position: -350px 0px;
    background-size: 1090px auto;
  }

  .conct-text {
    margin-top: 120px;
    font-size: 35px;
  }

  .iframe-section iframe {
    height: 400px;
  }
}
