

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
}

.txt-cntr {
  text-align: center;
}

.txt-white {
  color: #fff;
}

p {
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.mnpntWrp-wrap {
  max-width: 1120px;
  width: 90%;
  margin: auto;
  /* padding:0px 30px; */
}

.mnpntWrp-wrap-100 {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
.flx-col{
  flex-direction: column;
}
.txt-rgt {
  text-align: right;
}

/*flex*/
.mnpntWrp-flex {
  display: flex;
}

.mnpntWrp-flex-aln {
  align-items: center;
}

.mnpntWrp-flex-jus {
  justify-content: space-between;
}
.mnpntWrp-flex-jus-cen{
  justify-content: center;
}

.mnpntWrp-flex-jus-end{
  justify-content: end;
}
.mnpntWrp-flex-gp {
  gap: 20px;
}

/*flex-child*/
.mnpntWrp-flex-50 {
  flex: 50%;
}

.mnpntWrp-flex-33 {
  flex: 33.33%;
}

.mnpntWrp-flex-80 {
  flex: 80%;
}

.mnpntWrp-flex-20 {
  flex: 20%;
}

.mnpntWrp-flex-40 {
  flex: 40%;
}

.mnpntWrp-flex-60 {
  flex: 60%;
}

.mnpntWrp-flex-30 {
  flex: 30%;
}

.mnpntWrp-flex-70 {
  flex: 70%;
}

.mnpntWrp-flex-10 {
  flex: 10%;
}

.mnpntWrp-flex-25 {
  flex: 25%;
}

.mnpntWrp-flex-75 {
  flex: 75%;
}


/*header*/
.hed-log{
  color: #ffffff;
  margin: 10px 0px;
  font-size: 28px;
}
.mnpntWrp-navbar ul {
  padding: 0px 30px;
}

.mnpntWrp-navbar li {
  list-style-type: none;
  padding: 0px 10px;
}

.mnpntWrp-navbar a {
  color: #ffffff;
  transition: 0.2s;
  font-size: 18px;
}

.mnpntWrp-header {
  padding:10px 20px;
  background-color: #f7501b;
}
.prod-cont{
  padding:10px 20px;
}
.prod-cont h1{
  font-size: 25px;
    font-weight: 700;
    margin: 5px 0;
    line-height: 1.4;
}
.prd-cont p{
  margin-top: 5px;
    font-size: 16px;
}
/*banner*/
.mnpntWrp-banner-head {
font-size: 46px;
    line-height: 1.5;
    margin: 0px 0 15px 0;
    font-weight: 600;
    text-align: start;
    font-family: fangsong;
    text-shadow: 3px 3px #ffffff;
    letter-spacing: 1px;
}

.mnpntWrp-banner-btn {
  max-width: 150px;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
 margin:20px 0px;
  background-color: #f7501b;
  color:rgb(255, 255, 255);
  font-size: 17px;
}
.prd-cont{
  max-width: 538px;
    background-color: antiquewhite;
    padding: 40px;
    /* clip-path: polygon(6% 0, 80% 20%, 81% 85%, 6% 100%); */

}
.higt{
  min-height: calc(100vh - 150px);
}
.mnpntWrp-banner-btn a {
  color: #000;
  font-size: 18px;
}

.mnpntWrp-banner-btn:hover {
  transform: scale(1.1);
}

.mnpntWrp-banner-btn:focus {
  outline: 3px solid #f7501b;
}

.mnpntWrp-banner-blk {
  max-width: 480px;
}
.mnpntWrp-banner-blk p{
  text-transform: uppercase;
  color:gray;
  padding-left:10px;

}
.main-ban{
 background-image: url('../images/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}
.mnpntWrp-banner {
 padding:130px 20px;
  
}
.ban-img{
  text-align: center;
}
.ban-img img{
  border-radius: 50% 50% 0% 0%;
    border: 2px solid black;
    padding: 10px;
    max-width: 363px;
    box-shadow: 1px 1px 8px gray; 
}
/*product*/
.mnpntWrp-btn {
  max-width: 140px;
  padding: 10px;
  margin: 10px auto;
  background-color: #f7501b;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  color:white;
}
.prd:nth-of-type(1) .mnpntWrp-flex-33:nth-child(1){
  border-right:1px solid black;
}
.prd:nth-of-type(1) .mnpntWrp-flex-33:nth-child(2){
border-right:1px solid black;
}
.prd:nth-of-type(1){
  border-bottom: 1px solid black;
}
.prd:nth-of-type(2) .mnpntWrp-flex-33:nth-child(1){
  border-right:1px solid black;
}
.prd:nth-of-type(2) .mnpntWrp-flex-33:nth-child(2){
  border-right:1px solid black;
}
.mnpntWrp-product {
  padding: 0 10px 40px 10px;

}

.mnpntWrp-btn p {
  color: #000;
  text-align: center;
}

.mnpntWrp-product-img {
  /* max-width: 450px; */
  display: block;
  /* border:1px solid black; */
}

.mnpntWrp-btn:hover   {
  transform: scale(1.1);
  background-color: #3a5c85 ;
}

.mnpntWrp-btn:focus {
  outline: 3px solid #f7501b;
}

.mnpntWrp-btn a {
  color: #fff;
}


.mnpntWrp-off {
  background-color: #0A8800;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.mnpntWrp-pro-blk {
  border: 1px solid #e5e5e5;
  border:none;
  border-radius:20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.273);
  backdrop-filter: blur(10px);
}
.strip{
  background-image: url('../images/strp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
 /* background-blend-mode: overlay;
 background-color: #00000078; */
}
.strip-cont{
  padding: 20px;
    /* min-height: 371px; */
    text-align: center;
    
    max-width:700px;
    margin: auto;
}
.strip-cont h1{
  font-size: 46px;
    line-height: 1.5;
    margin: 0px 0 15px 0;
    font-weight: 600;
    text-align: start;
    font-family: fangsong;
    text-shadow: 9px 7px #b4b4b461;
    letter-spacing: 1px;
}
.mnpntWrp-pro-con {
 padding:10px;
  position: relative;
 text-align: center;
}
/* privacy */
/* .row{
  padding:10px 30px;
} */
 .row ul {
  padding-left:20px;
 }
.row p{
  font-size: 17px;
}
.row li{
  font-size: 16px;
  line-height:1.8;
}
.row h3 {
  margin:5px 0px;
  line-height: 1.5;
}
.mnpntWrp-cart {
  background-color: #e9ad3f;
  position: absolute;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  top: 0;
  right: 5%;
  transition: 0.5s;
  cursor: pointer;
}
.mnpntWrp-prod {
  padding-bottom:30px;
}
.mor-prod {
  text-align: center;
  padding: 20px;
}
.mor-prod h1 {
  font-size: 30px;
    margin: 10px 0px;
    line-height: 1.5;
}
.mnpntWrp-prod img{
  display: block;
  border-radius: 50%;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.mnpntWrp-cart:hover {
  background-color: #db1919;
}
/*review  */
.review{
  background-color:#fafafa;
  padding:40px 20px;
 
}
.rev23{
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
/*strip*/
.mnpntWrp-strip {
  padding: 40px 10px;
}

.mnpntWrp-strip-blk img {
  max-width: 50px;
  background-color: #070606ad;
  border-radius: 50%;
  padding: 8px;
}

/*offer*/
.mnpntWrp-offer {
  background-color: #a2746d;
  background-image: url('../images/ws-offer.php');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
}

.mnpntWrp-offer h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.mnpntWrp-offer-blk {
  padding: 0 60px;
}

.mnpntWrp-offer img {
  display: block;
  object-fit: cover;
}
.offer-cont{
  padding:30px;
  background-color: #ddd5ba;
  margin-bottom:10px;
}
.offer-btn {
  max-width: 220px;
  padding: 15px 5px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  margin: 30px auto auto;
  border: #fff solid 1px;
  color:rgb(26, 25, 25);
  background-color: #d98a48;
  font-size: 20px;
}

/* .mnpntWrp-offer-btn a {
  color: #fff;
} */

.offer-btn:hover {
  transform: scale(1.1);
}

/*footer*/
.foot-log{
  color: white;
    margin: 9px 0px;
    font-size: 28px;
}
.mnpntWrp-footer-nav li {
  list-style-type: none;
  line-height: 2;
}
.mnpntWrp-footer h4 {
  margin: 7px 0px;
    font-size: 21px;
}

.mnpntWrp-footer-nav a {
  color: #fff;
  transition: 0.2s;
}

.mnpntWrp-footer ul {
  padding: 0;
  text-align: center;
}

.mnpntWrp-footer-nav {
  max-width: 300px;
  margin: 10px auto;
}

/* .mnpntWrp-footer-nav-p {
  border-left: #fff solid 1px;
  padding-left: 10px;
} */

.mnpntWrp-footer-top {
  padding: 30px;
 background-color: #1c1515;

}

.mnpntWrp-footer-blk {
  max-width: 180px;
  text-align: center;
  margin-top: 10px;
}

.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}

/*back-pages*/
.mnpntWrp-mid {
  padding: 40px 10px;
}
.mnpntWrp-rev{
  border:5px double black;
  padding:20px;
}
.rev h3 {
  margin:10px 0px;
}
.mnpntWrp-rev .mnpntWrp-flex-33 .rev:nth-child(1){
  border-right:1px solid black;
  padding:10px;
}
/* .rev:nth-child(2){
  border-left:1px solid black;
} */

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  display: block;
  max-width: 140px;
  margin:5px auto;
}

.thumbnail-blk:hover {
  border-color: #f7501b;
}

.product img {
  max-width: 550px;
}

.mnpntWrp-abtn {
  background-color: #f7501b;
  text-align: center;
  color: #fff;
  /* padding: 10px; */
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 16px;
  border: none;
  margin-top: 8px;
  cursor: pointer;
}

.mnpntWrp-mid li {
  font-size: 16px;
}

.mnpntWrp-des {
  padding: 0 10px 30px 10px;
}

.mnpntWrp-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}



.thumbnail-blk {
  /* border: #aaa solid 1px; */
  border-radius: 5px;
  transition: 0.3s;
  max-width: 150px;
    width: 100%;
}

/*contact-page-css*/
input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #f7501b;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000;
}
.order{
 /* background-color: rgb(37, 13, 224); */
 border-top:1px solid;
 min-height: 500px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ord-cont{
  text-align: center;
  background-color: #acacad11;
  backdrop-filter: blur(15px);
  border: 1px solid;
  border-radius: 20px;
  max-width:400px;
  padding: 15px;
   margin: 13px;
  
}
.ord-cont img{
  height:70px;
  width:70px;
  
 
}
.ord-cont h1 {
  font-size:25px;
  margin:5px 0px;
  line-height: 1.5;
}
.ord-cont p{
  font-size:16px;
}

/*media*/
@media only screen and (max-width:875px){
  .strip{
        padding: 30px 20px;
  }
  .strip-cont h1{
    font-size: 40px;
  }
  .mnpntWrp-banner {
    padding: 86px 20px;
}
}
@media only screen and (max-width: 767px) {
     /*  */

  .mnpntWrp-popup-modal {
    padding: 1.5rem;
  }

  .mnpntWrp-popup-title {
    font-size: 1.5rem;
  }

  .mnpntWrp-popup-text {
    font-size: 16px;
  }

  .mnpntWrp-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .mnpntWrp-flex-dir {
    flex-direction: column;
  }
.mnpntWrp-banner-blk{
  background-color: rgba(238, 228, 228, 0.343);
  padding:10px;
  margin:0px;
}
  .mob-cntr {
    text-align: center;
  }
  .mnpntWrp-footer ul {
    display: flex;
    flex-direction: column;
}
  .desk-nn {
    display: block;
  }

  .mob-nn {
    display: none;
  }
  .strip-cont h1{
    font-size: 25px;
  }
  .mnpntWrp-banner {
    padding: 20px;
  }
.prod-cont{
  padding:0px;
  text-align: center;
}
  .mnpntWrp-banner-btn {
    margin: 20px  auto;
  }

  .mnpntWrp-banner-head {
    font-size: 28px;
        line-height: 1.4;
        text-align:center;
        text-shadow: 13px 16px #b4b4b400;
  }
  .strip {
         padding: 55px;
  }
  .mnpntWrp-wrap{
    padding:0px ;
  }
  .mnpntWrp-strip {
    padding: 30px 10px;
  }
  .strip-cont h1 {
    text-align: center;
  }
.thumbnails {
  display: flex;
  gap:10px;
}
.prd:nth-of-type(1) .mnpntWrp-flex-33:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0);
}
.prd:nth-of-type(1) .mnpntWrp-flex-33:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0);
}
.prd:nth-of-type(2) .mnpntWrp-flex-33:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.033);
}
.prd:nth-of-type(2) .mnpntWrp-flex-33:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0);
}
  .thumbnails img {
    max-width: 80px;
  }
.prd-cont{
  padding: 40px 20px;
}
  .mnpntWrp-mid {
    padding: 20px 10px;
  }

  .mnpntWrp-flex-dir-rev {
    flex-direction: column-reverse;
  }
  .mnpntWrp-rev .mnpntWrp-flex-33 .rev:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0);
}
.strip-cont{
 max-width: 400px;
  padding:20px;
}
  .mnpntWrp-strip-p {
    font-size: 35px;
  }

  .mnpntWrp-banner h3 {
    font-size: 22px;
  }

  .mnpntWrp-strip h1 {
    font-size: 30px;
  }

  .mnpntWrp-offer h1 {
    font-size: 26px;
  }

  .mnpntWrp-footer-nav {
    margin: 15px auto auto;
  }

  .mnpntWrp-footer-blk {
    margin: 15px auto auto;
  }

  .mnpntWrp-offer {
    padding: 30px 10px;
  }
}
@media only screen and (max-width:500px){
  .strip {
    padding: 14px;
}
.strip-cont h1 {
  font-size: 25px;
}
.strip-cont{
  padding:10px;
  max-width: 280px;
  float:left;
}
.mor-prod h1{
  font-size: 23px;
}
}
@media only screen and (max-width:480px) {
  .mnpntWrp-popup-modal {
    padding: 1rem;
  }

  .mnpntWrp-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .mnpntWrp-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .mnpntWrp-popup-title {
    font-size: 24px
  }

  .mnpntWrp-popup-icon {
    align-self: flex-end;
  }
  .strp {
    padding:40px;
  }
}
/*effects*/
.mnpntWrp-grow img {
  transition: 1s ease;

}

.mnpntWrp-grow {
  overflow: hidden;
  cursor: pointer;
  display:flex;
  justify-content: center;
  align-items:center;
}

/* .mnpntWrp-grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
} */

/**/
.img-content {
  position: relative;

  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
    transition: all .3s ease;
    cursor: pointer;
  }

  &:hover {
    .img-overlay {
      opacity: .8;
    }
  }
}

/**/
.select-container {
  width: 100%;
 max-width: 1220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #f7501b;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}


.lcaspw1-popup {
                position: fixed;
                inset: 0;
                background: #000000d4;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
                padding: 1rem;
                overflow-y: auto;
            }

            .lcaspw1-popup-modal {
                background: #fff;
                padding: 2rem;
                border-radius: 20px;
                min-height: 320px;
                max-width: 600px;
                width: 100%;
                box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
                animation: fadeIn 0.3s ease-out;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .lcaspw1-popup-flx {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
                position: relative;
            }

            .lcaspw1-popup-icon {
                font-size: 30px;
                color: #000;
                cursor: pointer;
                position: absolute;
                right: 0;
                top: -15px;
            }

            .lcaspw1-popup-title {
                font-size: 40px;
                color: #222;
                margin: 5px 0 13px !important;
            }

            .lcaspw1-popup-text {
                font-size: 16px;
                color: #000000;
                line-height: 1.6;
                margin: 10px 0;
            }

            .lcaspw1-popup-actions {
                display: flex;
                justify-content: flex-start;
                gap: 1rem;
                margin-top: 10px;
                flex-wrap: wrap;
            }

            .lcaspw1-popup-actions a {
                flex: 1;
            }

            .lcaspw1-popup-btn {
                padding: 15px 10px;
                color: #fff;
                border: none;
                border-radius: 8px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                font-size: 20px;
                width: 100%;
                flex: 1;
            }

            .lcaspw1-popup-btn--accept {
                background: #1b1c31;
            }

            .lcaspw1-popup-btn--reject {
                background: #58575752;
                color: #1b1c31;
            }