html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  font-family:sans-serif;
}

body {
  padding: 0;
  margin: 0;
}

.txt-cntr {
  text-align: center;
}

.txt-white {
  color: #fff;
}

p {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.7;
}

ul li {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.stepercls-wrap {
  max-width: 1155px;
  width: 100%;
  margin: auto;
}

.stepercls-wrap-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}



/*flex-child*/
.stepercls-flex-50 {
  flex: 50%;
}

.stepercls-flex-33 {
  flex: 33.33%;
}

.stepercls-flex-80 {
  flex: 80%;
}

.stepercls-flex-20 {
  flex: 20%;
}

.stepercls-flex-40 {
  flex: 40%;
}

.stepercls-flex-60 {
  flex: 60%;
}

.stepercls-flex-45 {
  flex: 45%;
}

.stepercls-flex-15 {
  flex: 15%;
}

.stepercls-flex-30 {
  flex: 30%;
}

.stepercls-flex-70 {
  flex: 70%;
}

.stepercls-flex-25 {
  flex: 25%;
}

.stepercls-flex-75 {
  flex: 75%;
}

/*flex*/
.stepercls-flex {
  display: flex;
}

.stepercls-flex-aln {
  align-items: center;
}

.stepercls-flex-jus {
  justify-content: space-between;
}

.stepercls-flex-gp {
  gap: 20px;
}



/*banner*/
.stepercls-banner-head {
  font-size: 50px;
  line-height: 1.4;
  margin: 12px 0 5px 0;
  font-weight: 500;
}



.stepercls-banner-btn a {
  color: #fff;
  font-size: 18px;
  background-color: #c0421b;
  max-width: 220px;
  width: 100%;
  padding: 10px 5px;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  display: block;
}

.stepercls-pro-blk {
  text-align: center;
  background: #d5d4d4;
  padding: 20px;
}

.stepercls-banner-btn a:hover {
  transform: scale(1.1);
}

.stepercls-banner-btn a:focus {
  outline: 3px solid #c58bb1;
}


.stepercls-banner {
  padding: 140px 20px;
  background-image: url('../images/s-banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stepercls-banner-blk {
  max-width: 600px;
  margin-left: auto;
  background: #ffffff96;
  padding: 20px;
}


/*header*/
.stepercls-navbar ul {
  padding: 0;
}

.stepercls-navbar li {
  list-style-type: none;
}

.stepercls-navbar a {
  color: #fff;
  transition: 0.2s;
}

.stepercls-header {
  padding: 20px 10px;
  background-color: #c0421b;
}

/*deal*/
.stepercls-deal {
  padding: 0 10px 40px 10px;
}

.stepercls-deal-blk {
  background-image: url('../images/s-strip.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 10px;
}

/*product*/
.stepercls-btn a {
  max-width: 140px;
  width: 100%;
  padding: 10px;
  margin: 20px auto auto;
  background-color: #c0421b;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  color: #fff;
}

.stepercls-product-img {
  max-width: 380px;
}

.stepercls-product {
  padding: 30px 10px;
}

.stepercls-btn p {
  color: #fff;
  text-align: center;
}

.stepercls-product-img {
  max-width: 380px;
}

.stepercls-btn a:hover {
  transform: scale(1.1);
}

.stepercls-btn ::after:focus {
  outline: 3px solid #c58bb1;
}



/*strip*/
.stepercls-strip-p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px auto auto;
  max-width: 700px;
}

.stepercls-strip {
  padding: 80px 10px;
  background-image: url('../images/n-strip.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stepercls-strip h1 {
  font-size: 35px;
  line-height: 1.2;
  margin: 15px 0 5px 0;
}

.stepercls-strip-btn a {
  max-width: 150px;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  display: block;
  transition: 0.3s;
  margin: 25px auto auto;
  background-color: #c0421b;
  text-align: center;
  border-radius: 5px;
}

/*about*/
.stepercls-about {
  background-color: #fcdae2;
}

.stepercls-about-btn {
  background-color: #000;
  max-width: 220px;
  padding: 10px 5px;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
}

.stepercls-about-btn a {
  color: #fff;
}

.stepercls-about-btn:hover {
  transform: scale(1.1);
}

/*footer*/
.stepercls-footer {
  padding: 30px 10px 0px 10px;
  background-color: #1d2625;
}

.stepercls-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.stepercls-footer-nav a {
  color: #fff;
  transition: 0.2s;
}

.stepercls-footer ul {
  padding: 0;
  margin: 0;
}

.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}

.stepercls-footer-btm {
  padding: 30px;
  border-top: 1px solid #2f2f2f;
}

.stepercls-footer-mid h2 {
  margin: 5px 0;
  font-size: 22px;
}

.stepercls-footer-mid {
  padding: 30px;
}

.stepercls-footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #2f2f2f;
}

/*back-pages*/
.stepercls-mid {
  padding: 40px 10px;
  background: #e2e2e2;
}

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  display: inline-flex;
  max-width: 80px;
}

.thumbnail:hover {
  border-color: #333;
}

.product img {
  max-width: 600px;
  border-radius: 50px;
}

.stepercls-abtn {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  padding: 10px 100px;
  font-size: 20px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.stepercls-mid li {
  font-size: 16px;
}

.stepercls-des {
  padding: 0 10px 30px 10px;
}

.stepercls-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}

/*contact-page-css*/
input[type=text],
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: #bc386a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #a33660;
}

/*media*/
@media only screen and (max-width: 767px) {
  .stepercls-flex-dir {
    flex-direction: column;
  }

  .mob-cntr {
    text-align: center;
  }

  .desk-nn {
    display: block;
  }

  .mob-nn {
    display: none;
  }

  .stepercls-banner {
    padding: 20px;
  }

  .stepercls-banner-btn a {
    margin: 30px auto auto;
  }

  .stepercls-banner-head {
    font-size: 35px;
    line-height: 1.2;
  }

  .stepercls-strip {
    padding: 30px 10px;
  }

  .thumbnails img {
    max-width: 80px;
  }

  .stepercls-mid {
    padding: 0 10px 30px 10px;
  }

  .stepercls-flex-dir-rev {
    flex-direction: column-reverse;
  }

  .stepercls-product {
    padding: 30px 10px;
  }

  .stepercls-strip-p {
    font-size: 35px;
  }

  .stepercls-banner h3 {
    font-size: 22px;
  }

  .stepercls-about-btn {
    margin: auto;
  }

  .stepercls-about {
    padding: 20px;
  }

  .stepercls-strip img {
    margin: auto;
  }

  .stepercls-strip-btn a {
    margin: 20px auto auto;
  }
}

/*effects*/
.stepercls-grow img {
  transition: 1s ease;

}

.stepercls-grow {
  overflow: hidden;
  cursor: pointer;
  border: 10px solid #eaeaea;
  border-radius: 50px;
}

.stepercls-grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}

/* Container to hold the image and overlay */
.image-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.image-container img {
  display: block;
  width: 100%;
  /* Adjust as needed */
  height: auto;

}

.image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c5242464;
  /* Semi-transparent black background */
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.image-container:hover .overlay {
  opacity: 1;
}

/**/

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  border: #2f2f2f solid 1px;
  border-radius: 80px !important;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 80px;

  border: #fff solid 1px;
}

.search-button:hover {
  transform: scale(1.1);
}

/**/
.select-container {
  max-width: 100%;
  width: 220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

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;
}


.stepercls-hdr-logo {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}