@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: "Inter", sans-serif; 
   font-family: "Inria Serif", serif;
  */
}

/* hero section css */

.st-hero-container {
  width: 100%;

  background: #090c43;
}
.st-hero-container-wrapper {
  width: 100%;
  height: 100%;
}
.st-hero-image {
  position: relative;
  width: 100%;
  height: 700px;
}
.st-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.st-hero-contents {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.st-hero-contents {
  max-width: 855px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
}
.st-hero-text {
  font-family: "Inria Serif", serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st-hero-details {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st-hero-button-container {
  margin-top: 48px;
}

.st-hero-button {
  width: fit-content;
  color: #000000;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #090c43;
  text-transform: uppercase;
  transition: 0.3s;
}
.st-hero-button:hover {
  background: #090c43;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 992px) {
  .st-hero-image {
    height: 550px;
  }
  .st-hero-text {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .st-hero-contents {
    top: 24px;
  }
  .st-hero-image {
    height: 450px;
  }
  .st-hero-image img {
    object-position: left bottom;
  }
  .st-hero-text {
    font-size: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .st-hero-details {
    font-size: 16px;
  }
  .st-hero-button-container {
    margin-top: 32px;
  }
}
@media (max-width: 567px) {
  .st-hero-details,
  .st-hero-details {
    font-size: 14px;
  }
  .st-hero-button-container {
    margin-top: 24px;
  }
}
/* end of the hero section css */

/* welcome swastik css */

.st-welcome-container-wrapper {
  max-width: 1366px;
  margin: auto;
  padding: 48px 0px;
}
.cpl-0 {
  padding-left: unset !important;
}

.stw-image {
  max-width: 399px;
  height: 518px;
}

.stw-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stw-red-text {
  font-family: "Inria Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ff0032;
  text-transform: uppercase;
  margin-bottom: unset !important;
}

.stw-heading {
  font-family: "Inria Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #090c43;
  margin-bottom: 24px;
}

.stw-details {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #000000bf;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stw-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stw-button {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: #090c43;
  border: 1px solid #090c43;
  transition: 0.3s;
  padding: 12px 24px;
}
.stw-button:hover {
  background-color: #ffffff;
  color: #090c43;
  border: 1px solid #090c43;
}
.stw-left-image-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stw-left-image {
  max-width: 300px;
  height: 225px;
}

.stw-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stw-mimage {
  display: none;
}

@media (max-width: 992px) {
  .stw-image {
    max-width: 100%;
  }
  .stw-contents {
    padding: 0px 12px;
  }

  .stw-left-image {
    max-width: 100%;
    height: 360px;
  }
  .stw-left-image-container {
    /* display: flex; */
    flex-direction: row;
    /* gap: 20px; */
  }
  .stw-heading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .stw-dimage {
    display: none;
  }
  .stw-mimage {
    display: block;
  }
  .stw-contents {
    margin-bottom: 22px;
  }
  .stw-left-image {
    height: 250px;
  }
  .stw-left-image-container {
    flex-direction: column;
  }
  .mc-tp {
    margin-bottom: unset !important;
    margin-top: unset !important;
  }
  .cpr-0 {
    padding-right: unset !important;
  }
  .stw-heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .stw-image {
    height: 320px;
  }
  .stw-left-image {
    height: 150px;
  }
  .st-welcome-container-wrapper {
    padding-bottom: 12px;
  }
  .stw-heading {
    font-size: 24px;
  }
  .stw-button {
    font-size: 12px;
  }
  .stw-details{
    font-size: 14px;
  }
}
/* end of the welcome swastik css */

/* Nepal based export css */

.sth-nbe-container {
  background: #faf9f9;
}
.sth-nbe-container-wrapper {
  max-width: 1366px;
  margin: auto;
  padding: 48px 0px;
  position: relative;
}
.sth-nbe-bg-image {
  max-width: 109px;
  height: 165px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-10%, 10%);
}
.sth-nbe-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sth-nbe-contents {
  padding-left: 92px;
}
.sth-nbe-heading {
  font-family: "Inria Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.sth-nbe-details {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 24px;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sth-nbe-btn-container {
  display: flex;
}
.sth-nbe-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 12px 24px;
  background: #090c43;
  color: #ffffff;
  border: 1px solid #090c43;
  text-decoration: none;
  transition: 0.3s;
}
.sth-nbe-btn:hover {
  background: #ffffff;
  border: 1px solid #090c43;
  color: #090c43;
}
.sth-nbe-image-container {
  display: flex;
  gap: 28px;
}
.sth-nbe-simage {
  max-width: 185px;
  height: 235px;
  margin: auto 0px;
}
.sth-nbe-simage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sth-nbe-limage {
  max-width: 315px;
  height: 365px;
}

.sth-nbe-limage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .sth-nbe-contents {
    padding-left: 72px;
  }
  .sth-nbe-details {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .sth-nbe-contents {
    padding-left: 32px;
  }
  .sth-nbe-simage {
    max-width: 100%;
    width: 40%;
    height: auto;
    min-height: 175px;
  }
  .sth-nbe-limage {
    max-width: 100%;
    width: 50%;
    height: auto;
    min-height: 254px;
  }
  .sth-nbe-image-container {
    padding-top: 36px;
  }
  .sth-nbe-heading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .sth-nbe-bg-image {
    /* display: none; */
  }
  .sth-nbe-details {
    width: 100%;
  }
  .sth-nbe-heading {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .sth-nbe-contents {
    padding-left: 12px;
  }
  .sth-nbe-heading {
    font-size: 24px;
  }
  .sth-nbe-details {
    font-size: 14px;
  }
  .sth-nbe-btn {
    font-size: 12px;
  }
}
/* End of the nepal based export css */

/* most loved item css */
.sth-ml-container-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 48px 0px;
}
.sth-ml-image {
  width: 100%;
  height: 640px;
}
.sth-ml-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sth-ml-heading {
  font-family: "Inria Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 56px;
  text-align: center;
  color: #090c43;
}
.mlr-image {
  max-width: 263px;
  height: 232px;
}
.mlr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sth-ml-btn-container {
  display: flex;
}
/* .sth-ml-contents{
  display: flex;
  flex-direction: column;

} */
.sth-ml-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.sth-ml-details {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sth-ml-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 12px 24px;
  background: #090c43;
  color: #ffffff;
  border: 1px solid #090c43;
  transition: 0.3s;
  text-decoration: none;
}
.sth-ml-btn:hover {
  background: #ffffff;
  border: 1px solid #090c43;
  color: #090c43;
}
.flex-row-reverse .sth-ml-content-reverse .sth-ml-title,
.flex-row-reverse .sth-ml-content-reverse .sth-ml-details {
  text-align: right;
}
.flex-row-reverse .sth-ml-content-reverse .sth-ml-btn-container {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sth-ml-image {
    display: none;
  }
  .mlr-image {
    max-width: 100%;
    width: 100%;
    height: 550px;
  }
  .ml-row {
    margin-top: unset !important;
    padding: 42px !important;
  }
  .sth-ml-title {
    padding-top: 18px;
  }
  .sth-ml-heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .mlr-image {
    height: 450px;
  }
  .sth-ml-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .ml-row {
    padding: 24px !important;
  }
  .mlr-image {
    height: auto;
  }
  .sth-ml-details,
  .sth-ml-btn {
    font-size: 12px;
  }
  .sth-ml-container-wrapper {
    padding: 32px 0px;
  }
}
/* end of the most loved item css */

/* testinomials css */
.sth-testinomial-container {
  background: #f5f5f5;
}

.sth-testinomial-container-wrapper {
  max-width: 1366px;
  margin: auto;
  padding: 48px 0px;
  position: relative;
}

.sth-testi-bg-image {
  max-width: 190px;
  height: 300px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sth-testi-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sth-testinomial-contents {
  max-width: 915px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.sth-testi-heading {
  font-family: "Inria Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #090c43;
  margin-bottom: 22px;
}
.sth-testinomial-details {
  font-family: "Inria Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 18px;
  color: #000000;
}
.sth-testinomial-photo {
  width: 48px;
  height: 48px;
}
.sth-testinomial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sth-testi-name {
  font-family: "Inria Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-bottom: unset;
  margin-top: 12px;
}
.sth-testi-store-name,
.sth-testi-location {
  font-family: "Inria Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  margin-bottom: unset;
}
@media (max-width: 992px) {
  .sth-testi-heading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .sth-testi-heading {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .sth-testinomial-details {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .sth-testi-heading {
    font-size: 26px;
  }
}
/* End of the testinomials css */
/* customer slider css */

.sthc-stl-customer-section {
  max-width: 1366px;
  margin: auto;
  padding: 56px 24px;
}

.sthc-customer-slider-container {
  max-width: 100%;
  margin: auto;
}

.sthc-customer-slider-block {
  position: relative;
}

.sthc-stl-customer-heading-h2 {
  margin-bottom: 40px !important;
  text-align: center;
  font-family: "Inria Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #090c43;
}

.sthc-right-arrow,
.sthc-right-arrow-circle {
  right: 0px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}

.sthc-left-arrow,
.sthc-left-arrow-circle {
  left: 0px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}

.sthc-bg {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #faf9f9;
  position: relative;
  margin: auto;
}
.sthc-customer-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
	height: 100%;
}

.sthc-customer-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.sthc-customer-slider,
.sthc-product-slider {
  max-width: 95%;
  margin: auto;
}

.slick-dots {
  bottom: -45px !important;
}

.slick-dots li {
  margin: 0px !important;
}

.slick-dots li button {
  color: #090c43 !important;
}

.slick-dots li button:before {
  font-size: 14px !important;
  color: #090c43 !important;
}
@media (max-width: 992px) {
  .sthc-stl-customer-heading-h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .sthc-stl-customer-heading-h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .sthc-arrow-circle {
    display: none;
  }
  .sthc-arrow {
    display: none;
  }
  .sthc-stl-customer-heading-h2 {
    font-size: 26px;
  }
}

/* customer slider css  ended*/
/* blue banner css */
.blue-home {
  margin-bottom: unset !important;
}
/* end of the blue banner css */
/* home contact form css */
.sth-contact-form {
  background: #faf9f9;
  padding: 72px 0px;
}
.msjk-stlh-contact-section-form {
  max-width: 1200px;
  margin: auto;
  padding: 0px 24px;
  position: relative;
}
.sth-contact-bg-image {
  position: absolute;
  top: 0;
  left: 0;
}
.sth-contact-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .sth-contact-form {
    padding: 56px 0px;
  }
}
@media (max-width: 576px) {
  .msjk-stlh-contact-section-form {
    padding: 0px 12px;
  }
  .sth-contact-form {
    padding: 42px 0px;
  }
}
/* end of the home contact form css */

/* 404page css */
.down_content_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 0px;
}
.down_content_404 > h2 {
  text-align: center;
  font-family: "Inria Serif", serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.6;
  color: #090c43;
  margin-bottom: 12px;
}
.down_content_404 > p {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.page_404_btns a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 12px 24px;
  background: #090c43;
  color: #ffffff;
  border: 1px solid #090c43;
  transition: 0.3s;
  text-decoration: none;
}

.page_404_btns a:hover {
  background: #ffffff;
  border: 1px solid #090c43;
  color: #090c43;
}

/* end of the 404 page css */
