:root {
  --bg-color:#FCF8EE;
  --primary-color:#63513d;
  --secondary-color:#63513d;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #F8F8F8;
  --light-gray: #767676;
  --red-color: #DD1414;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    color: var(--black-color);
    background-color: var(--bg-color);
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {margin-top: 0;font-family: var(--body-font);  margin-bottom: 0.5em;}.d-block{display:block}.m-0{margin: 0!important;}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.justify-content-center{justify-content:center!important}.g-0,.gy-0,.row{--bs-gutter-y:0}.container,.row>*{width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5)}.g-0,.gx-0{--bs-gutter-x:0}.container{margin-right:auto;margin-left:auto}.row{--bs-gutter-x:1.5rem;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;max-width:100%;margin-top:var(--bs-gutter-y)}.col-1{flex:0 0 auto;width:8.33333333%}.col-2,.col-3{flex:0 0 auto}.col-2{width:16.66666667%}.col-3{width:25%}.col-4,.col-5{flex:0 0 auto}.col-4{width:33.33333333%}.col-5{width:41.66666667%}.col-6,.col-7{flex:0 0 auto}.col-6{width:50%}.col-7{width:58.33333333%}.col-8,.col-9{flex:0 0 auto}.col-8{width:66.66666667%}.col-9{width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.align-items-center{align-items: center}.align-self-center{align-self:center}
h1,.h1{
  font-size: 45px;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: 600;
}
h2,.h2{
  font-size: 35px;
  color: var(--primary-color);
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
}

h4,.h4 {
  font-size: 20px;
  line-height: 1.4;
}

h5,.h5{
  font-size: 18px;
  line-height: 1.4;
}
h6,.h6{
  font-size: 16px;
}
a{
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: all 0.3s ease;
}
p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1em;
}
.text-primary{
  color: var(--primary-color)
}
.text-white{
  color: #ffffff !important;
}
.text-bold{
  font-weight: 600;
}
img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.overflow-hidden{
  overflow: hidden;
}
.navbar {
    position: fixed;
    width: 100%;
    height: 60px;
    display: flex;
    z-index: 100;
    padding: 5px 25px;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--primary-color);
}
.transition{
   -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: all 0.3s ease;
}
.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
.navbar .logo{
    width: 130px;
}
.navbar .brand {
    display: flex;
}
.navbar ul {
  width: 50%;
  height: 100%;
  margin: auto;
  display: flex;
  padding: 0;
}
.navbar ul li {
    margin: auto;
    list-style: none;
    font-weight: 400;
}
.rect {
    margin: auto;
    margin-left: 0px;
    width: 0%;
    height: 2px;
    background-color: var(--primary-color);
}
.navbar ul li:hover .rect {
    width: 100%;
    transition: all 0.5s;
}
.navbar ul li a {
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    color: var(--primary-color);
}
.navbar .navbar-toggler {
    margin: auto;
    width: 50px;
    height: 40%;
    display: none;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 20px;
}
.navbar .navbar-toggler .line1,.navbar .navbar-toggler .line2{
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: rgb(0, 0, 0);
}
.overlay-dropdown {
    display: none;
}
.overlay-dropdown ul li {
    display: none;
}
a.active{
  color: var(--primary-color);
  font-weight: 600;
}
.nav-social{
  display: flex;
  align-items: center;
}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis.line-1{
  -webkit-line-clamp: 1;
}
.ellipsis.line-2{
  -webkit-line-clamp: 2;
}
.btn {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 8px 15px;
  min-width: 150px;
  cursor: pointer;
  color: var(--primary-color);
    -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  border-radius: 35px;
}
.btn-read{
 background-color: #fff;
 box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
 border: 1px solid var(--primary-color);
}
.btn-link{
  background-color: #fff;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
}
.btn-send{
  background-color: #98887F;
  min-width: 120px;
  color: #fff;
}
.btn-read:hover,.btn-link:hover{
   background-color: var(--primary-color);
  color: #fff;
}
.btn-send:hover{
  background-color: #fff;
  color: var(--primary-color);
}
.icon-social{
  width: 30px;
}
.section-top{
  padding-top: 60px;
}
.banner{
  height: 90vh;
  object-fit: cover;
}
.name{
  position: absolute;
  left: 30px;
  width: 40%;
  bottom: 10%;
}
.name h1{
  font-size: 45px;
  color: var(--primary-color);
}
.img-fit{
  /* height: 80vh; */
  /* overflow: hidden; */
}
.img-fit .img-main{
  object-fit: cover;
  height: 100%;
}
.product-main{
  flex: 0 0 auto;
  width: 60%;
}
.product-muti{
  flex: 0 0 auto;
  width: 40%;
}
.img-product img{
  height: 450px;
  object-fit: cover;
}
.d-flex{
  display: flex;
}
.d-block{
  display: block;
}
.price{
  width: 50%;
  font-weight: 500;
  font-size: 21px;
}
.link{
  width: 50%;
}
.slide-section::before {
  content: "";
  position: absolute;
  top: 2.8%;
  left: 0;
  right: 0;
  width: 90%;
  height: 32vh;
  z-index: -1;
  margin: 0 auto;
  background-color: #f4ebe2;
}
.slide-section::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -93px;
  width: 350px;
  height: 55vh;
  z-index: -2;
  background-image: url(/images/side.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.materials-0 .arrow::before {
    content: "";
    position: absolute;
    top: 16.8%;
    right: -120px;
    width: 125px;
    height: 50px;
    z-index: 0;
    margin: 0 auto;
    background-image: url(/images/arrow-right.png);
    background-repeat: no-repeat;
}
.materials-1 .arrow::before {
    content: "";
    position: absolute;
    top: 20.8%;
    left: -120px;
    width: 125px;
    height: 50px;
    z-index: 0;
    margin: 0 auto;
    background-image: url(/images/arrow-left.png);
    background-repeat: no-repeat;
}
.arrow{
  width: 50%;
  margin:  0 auto;
}
.step-btn{
  cursor: pointer;
  border: 0;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.step-btn svg{
    width: 50px;
    height: 50px;
    display: inline-block;
}
.cls-1, .cls-2 {
  fill: none;
  stroke: #63513d;
  stroke-width: 2px;
}
.cls-3 {
  fill: #fdf8ee;
}
.cls-2 {
  stroke-linecap: round;
}
.step-btn:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.step-btn:hover .cls-3{
  fill: #63513d;
  stroke: #63513d;
}
.step-btn:hover .cls-2{
  fill: #fff;
   stroke: #fff;
}
.prev-step{
  left: -60px;
}
.next-step{
  right: -60px;
}
.bg-materials{
  padding: 3rem 0;
  margin-bottom: 8rem;
}
.bg-materials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  z-index: -1;
  margin: 0 auto;
  background-color: #f4ebe2;
}
.how-use{
  background-color: #f4ebe2;
  margin-bottom: 8rem;
}
.badge {
    position: absolute;
    top: 15%;
    left: 8%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    font-size: 36px;
}
.review-main img{
  object-fit: cover;
}

.border-radius{
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}
.card{
  display: flex;
  padding: 15px;
  border: 1px solid var(--primary-color);
  min-height: 210px;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
   .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pt-md-5{
    padding-top: 3rem;
  }

}
@media (min-width: 1200px) {
  .container-sm{
    max-width: 1140px;
  }
  .container-md{
    max-width: 1340px;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .md-my-5{
    margin: 3rem 0;
  }
  .md-mt-5{
    margin-top: 3rem;
  }
  .md-mb-5{
    margin-bottom: 3rem;
  }
    .pe-md-4{
    padding-right: 2.5rem !important;
  }
  .pe-md-5{
    padding-right: 3rem !important;
  }
}

.image-materials{
  width: 65%;
  margin: auto;
}
.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
}
.materials{
 top: 0;
 width: 35%;
}
.materials-0{
  left: 30px;
}
.materials-1{
  right: 30px;
}

.uses-say .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.uses-say .swiper-pagination-bullet {
	padding: 5px 10px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
   font-size: 14px;
	color:#000;
	opacity: 1;
	background: rgba(0,0,0,0.2);  
}
.uses-say .swiper-pagination-bullet-active {
	color:#fff;
	background: #007aff;
}

.uses-say .swiper-pagination-bullet {
   width: 25px;
   height: 25px;
     -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
   text-align: center;
   line-height: 25px;
   font-size: 14px;
   color: #B2B5BE;
   opacity: 1;
   background: transparent;
   display: flex; 
   cursor: pointer;
   justify-content: center;
   align-items: center;
     text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: all 0.3s ease;
 }

.uses-say .swiper-pagination-bullet {
  margin:0 1px;
  background:var(--primary-color);
  color:#fff;
}
.uses-say .swiper-pagination-bullet-active{
  background-color:#fff !important;
  color:#000 !important;
 }
 .user-say-image{
  flex:  0 0 40%;
  width: 40%;
 }
 .get-touch{
  background-color: var(--primary-color);
 }
 label{
   font-size: 18px;
 }
 .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
 .rating {
  --dir: right;
  --fill: gold;
  --fillbg: rgba(100, 100, 100, 0.15);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 1.5rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
  height: auto;
  margin-left: -5px;
}
[dir="rtl"] .rating {
  --dir: left;
}
.rating::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}
.rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}
.rating--nojs::-moz-range-track {
  background: var(--fillbg);
}
.rating--nojs::-moz-range-progress {
  background: var(--fill);
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}
.rating--nojs::-webkit-slider-runnable-track {
  background: var(--fillbg);
}
.rating--nojs::-webkit-slider-thumb {
  background-color: var(--fill);
  box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
  opacity: 1;
  width: 1px;
}
[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
  box-shadow: var(--w) 0 0 var(--w) var(--fill);
}
.get-in-touch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 30vh;
  z-index: -1;
  margin: 0 auto;
  background-color: #f4ebe2;
}
.flex-shrink-0 {
    flex-shrink: 0!important;
}
.flex-grow-1 {
    flex-grow: 1!important;
}
footer{
  background-color: var(--primary-color);
}
footer a{
  color: #fff;
}
.logo-footer{
  width: 160px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover-blog figure img {
-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover-blog:hover figure img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.page-link:hover {
  z-index: 2;
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination .page-item .page-link {
    border: 2px solid  var(--primary-color) !important;
}
.pagination .page-item.active .page-link {
  color: var(--primary-color);
  background-color: transparent;
}
.img-detail-blog{
  max-width: 80%;
  margin: auto;
  display: block;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; 
  width: 100%;
  margin: auto;
}
.grid-container .item {
    background-color: #F3E9DF;
    color: #fff;
    padding: 20px;
    min-height: 200px;
}
.grid-social {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; 
  width: 100%;
}
.grid-social .item-icon {
  flex: 0 0 50%;
  width: 50%;
}
footer .icon-social{
  width: 40px;
}
.alert_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999999999999;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri;
    font-weight: 900;
  }
  .alert_container {
    width: 90%;
    background-color: white;
    border-radius: 10px;
    animation: 0.5s 1 alert_container_animation;
    -webkit-animation: 35s 1 alert_container_animation;
  }
  .th p{
    font-size: 15px;
  }
  @media (min-width: 600px) {
    .alert_container {
      width: 350px;
    }
  }
  @keyframes alert_container_animation {
    0% {
      transform: scale(0.5);
    }
    1% {
      transform: scale(1.1);
    }
    2% {
      transform: scale(1);
    }
  }
  @-webkit-keyframes alert_container_animation {
    0% {
      transform: scale(0.5);
    }
    1% {
      transform: scale(1.1);
    }
    2% {
      transform: scale(1);
    }
  }
  .alert_heading {
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
  }
  .alert_details {
    padding: 15px;
    text-align: center;
  }
  .alert_details h2 {
    font-size: 20px;
  }
  .alert_details p {
    font-size: 14px;
    color: #525252;
    line-height: 1.5em;
    margin-top: 5px;
  }
  .alert_footer {
    background-color: #E3E3E3;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .alert_footer span {
    color: #979797;
    cursor: pointer;
  }
  .alert_footer span:hover {
    color: #353535;
  }
@media only screen and (max-width: 1540px) {
  .slide-section::before {
      height: 42vh;
  }
  .slide-section::after {
      right: 0;
      width: 280px;
      height: 60vh;
  }
  .arrow{
    width: 70%;
  }
}
@media only screen and (max-width: 1440px) {
  .slide-section::before {
    height: 40vh;
  }
  .slide-section::after {
    right: 0;
    width: 250px;
  }
  .arrow {
    width: 75%;
  }
}
@media only screen and (max-width: 1340px) {
  .name {
    width: 50%;
}
  .product-main {
      flex: 0 0 auto;
      width: 60%;
  }
  .product-muti {
    flex: 0 0 auto;
    width: 40%;
  }
  .materials {
    width: 40%;
  }
  .materials-0 {
      left: 0;
  }
  .materials-1 {
      right: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .banner {
      height: 75vh;
  }
  .image-materials {
    width: 80%;
  }
  .materials-box{
    width: 95.333333%;
  }
  .materials-0 {
    left:  0;
  }
  .materials-1 {
    right: 0;
  }
  .materials {
      width: 32%;
  }
  .product-main{
    padding-left: 2px !important;
    padding-right: 0 !important;
  }
  .product-muti {
      padding-left: 0 !important;
      padding-right: 12px !important;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .materials-box{
    display: flex;
    flex-wrap: wrap;
  }
 .image-materials {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 auto 2rem;
  }
  .image-materials img{
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .materials{
    position: relative !important;
  }
  .materials {
    flex:  0 0 auto;
    width: 50%;
  }
  .bg-materials::before {
    width: 100%;
  }
  .materials-0 .arrow::before,.materials-1 .arrow::before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  h1,.h1{
    font-size: 40px;
  }
  h2,.h2{
    font-size: 30px;

  }
  h3 {
    font-size: 21px;
  }

  h4,.h4 {
    font-size: 18px;
  }
    .navbar ul {
        display: none;
    }
    .navbar .navbar-toggler {
      display: flex;
      margin-left: 0;
      margin-right: 0;
    }
    .navbar .navbar-toggler .line1, .navbar .navbar-toggler .line2 {
      margin: auto 0 auto auto;
    }
    .overlay-dropdown {
        position: fixed;
        width: 100%;
        height: 100%;
        margin: auto;
        display: none;
        flex-direction: column;
        background-color: rgb(255, 255, 255);
        z-index: 2;
    }
    .overlay-dropdown ul {
      width: 100%;
      height: auto;
      margin: 0;
      display: flex;
      flex-direction: column;
      margin-left: 30px;
      padding: 0;
      justify-content: center;
      margin-top: 60px;
      text-align: center;
  }
  .overlay-dropdown ul li {
      display: flex;
      list-style-type: none;
  }
  .overlay-dropdown ul li a,.overlay-dropdown ul li span {
      color: black;
      font-size: 30px;
  }
  .nav-social {
    margin-left: auto;
  }
  .next-step {
    right: 15px;
  }
  .prev-step {
      left: 15px;
  }
  .banner {
    height: 42vh;
  }
  .name h1{
    font-size: 40px;
  }
  .name {
      bottom: 20px;
  }
  .slide-section::before {
    top: 2%;
  }
  .image-materials {
    width: 40%;
    margin: 0 auto 2rem;
  }
  .materials{
    position: relative !important;
  }
  .materials {
    width: 100%;
  }
  .bg-materials::before {
    width: 100%;
  }
  .uses-say{
    padding-top: 0 !important;
  }

 .materials-box{
    display: flex;
    flex-wrap: wrap;
  }
 .image-materials {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 auto 2rem;
  }
  .image-materials img{
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .materials{
    position: relative !important;
  }
  .arrow {
    width: 90%;
  }
  .materials {
    flex:  0 0 auto;
    width: 50%;
  }
  .bg-materials::before {
    width: 100%;
  }
  .materials-0 .arrow::before,.materials-1 .arrow::before {
    display: none;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .materials-box{
    display: flex;
    flex-wrap: wrap;
  }
 .image-materials {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 auto 2rem;
  }
  .image-materials img{
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .materials{
    position: relative !important;
  }
  .materials {
    flex:  0 0 auto;
    width: 50%;
  }
  .bg-materials::before {
    width: 100%;
  }
  .materials-0 .arrow::before,.materials-1 .arrow::before {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .materials-box{
    display: flex;
    flex-wrap: wrap;
  }
 .image-materials {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 auto 2rem;
  }
  .image-materials img{
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .materials{
    position: relative !important;
  }
  .arrow {
    width: 90%;
  }
  .materials {
    flex:  0 0 auto;
    width: 50%;
  }
  .bg-materials::before {
    width: 100%;
  }
  .materials-0 .arrow::before,.materials-1 .arrow::before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .desktop{
    display: none;
  }
  .navbar .navbar-toggler {
    width: 35px;
  }
  .navbar {
    padding: 5px 15px;
}
  .banner {
      height: 62vh;
  }
  .name h1 {
    font-size: 23px;
  }
  .product-main {
    width: 100%;
  }
  .product-muti {
    width: 100%;
  }
  .product-box {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
.product-box .img-product {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: .5rem;
}
  .product-muti {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .product-box .d-flex {
    flex-direction: column;
    margin-bottom: 0 !important;
    gap: 10px;
}
  .product-box .w-100{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .price,.link {
    width: 100%;
  }
  .step-btn svg {
    width: 40px;
    height: 40px;
  }
  .btn {
    padding: 5px 10px;
    min-width: 130px;
  }
  .image-materials {
    width: 80%;
  }
  .materials,.bg-materials{
    text-align: center;
  }
  .bg-materials .col-md-4{
    margin-top: 2rem;
  }
  .materials {
    flex: 0 0 auto;
    width: 100%;
  }
  .image-materials img {
    width: 70%;
  }
  .how-use img{
    width: 45%;
  }
  .uses-say .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
  }
  .copyright,.ps-4,.copyright .text-end{
    text-align: center !important;
  }
  .copyright,.copyright .text-end{
    font-size: 14px;
  }
  .grid-container {
      grid-template-columns: repeat(1, 1fr);
  }
  .grid-container .item {
    min-height: auto;
  }
  h2, .h2 {
    font-size: 23px;
  }
  .slide-section::before {
    height: 15vh;
  }
  .slide-section::after {
      right: 0;
      top: 6%;
      width: 100px;
      height: 250px;
  }
  .bg-materials,.how-use{
    margin-bottom: 3rem;
  }
  .step-btn {
    top: 40%;
  }

}
@media only screen and (max-width: 430px) {
  .name {
    left: 15px;
  }
  .my-5{
    margin: 2rem 0 !important;
  }
}
@media only screen and (max-width: 385px) {
  .name {
    left: 15px;
     bottom: 0;
  }
  .name h1{
  font-size: 19px;
  }
}