@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100,200,300,400,500,600,700,800,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Spartan', sans-serif;
}
h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}
h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222
}
h3 {
  font-size: 30px;
  line-height: 42px;
  color: #222;
}
h4 {
  font-size: 20px;
  line-height: 32px;
  color: #222;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  color: #222;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  color: #222;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #465b52;
}
.section-p1 {
  padding: 40px 80px;
}
.section-m1 {
  margin: 40px 0;
}
body {
  background-color: #f8f8f8;
  width: 100%;
}
/* Header */
#header {
  display: flex;
  align-items: center;  
  justify-content: space-between;
  padding: 20px 80px;
  background-color: transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
}
#header .logo {
  align-items: flex-start;
  
  max-height: 80px;
  max-width: 80px;
}
#navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
#navbar li {
  list-style: none;
  padding: 0 20px; 
  position: relative;
}
#navbar li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a:active {
  color: #088178;  
}
#navbar li a.active::after,
#navbar li a:hover::after{
  content: "";
  width: 40%;
  height: 2px;
  background: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

/* Home Page */

#feature{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#feature .fe-box {
  width: 230px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 15px;
}
#feature .fe-box:hover {
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}
#feature .fe-box h6 {
  display: inline-block;
  color: #088178;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  background-color: #fddde4;
}
#feature .fe-box:nth-child(2) h6 {
  background-color: #cdebbc;
}
#feature .fe-box:nth-child(3) h6 {
  background-color: #d1e8f2;
}
#feature .fe-box:nth-child(4) h6 {
  background-color: #fff2e5;
}
#feature .fe-box img {
  width: 100%;
  height: 100%  ;
  margin-bottom: 10px;
}
#offer {
  background-color: #f8f8f8;
  padding: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product1 .t1 .item {
  background-color: green;

}

.section3{position:relative;color:#2e5832;background:#f8f5ee; height: 100vh}
.section3 h3{font-size:30px;margin-bottom:15px;font-family:sansation_bold}
.section3 .imgyr {
    color: #ecce00;
    font-size: 5vw;
    font-weight: 700;
    z-index: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 25px;
    line-height: 1.1;
}

.section3 .col-5{position:relative}
.section3 img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 130px;
    max-width: 74%;
}
.section3 .title{margin-bottom:25px}
.slidyrs{position:absolute!important;right:0;top:0;width:100px;text-align:right;padding:100px 0}
.slidyrs:after{content:'';display:inline-block;width:1px;height:100%;position:absolute;right:6px;top:0;background-color:#a7b1a2;z-index:0}
.slidyrs .slick-list{z-index: 1}
.slidyrs .item{height:13px;font-family:sansation_bold;font-size:11px;padding-right:16px;position:relative;cursor:pointer;z-index:1;color:#a7b1a2;margin:15px 0;line-height:13px;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}
.slidyrs .item:after{content:'';display:inline-block;width:11px;height:11px;border:1px solid #a7b1a2;border-radius:100%;box-sizing:border-box;position:absolute;right:0;top:50%;margin-top:-5.5px;background-color:#f8f5ee;z-index:1}

.slidyrs .item.slick-current.slick-active{color:#2e5832;font-size:13px}
.slidyrs .item.slick-current.slick-active:after{background-color:#2e5832;border-color:#2e5832}

.slidyrs{position:absolute!important;right:0;top:0;width:100px;text-align:right;padding:100px 0}
.slidyrs:after{content:'';display:inline-block;width:1px;height:100%;position:absolute;right:6px;top:0;background-color:#a7b1a2;z-index:0}
.slidyrs .item.slick-current.slick-active {
    color: #2e5832;
    font-size: 13px;
}
.slidyrs .item {
    height: 13px;
    font-family: sansation_bold;
    font-size: 11px;
    padding-right: 16px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    color: #a7b1a2;
    margin: 15px 0;
    line-height: 13px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
/* .slidyrs .item:after{content:'';display:inline-block;width:11px;height:11px;border:1px solid #a7b1a2;border-radius:100%;box-sizing:border-box;position:absolute;right:0;top:50%;margin-top:-6px;background-color:#f8f5ee;z-index:1} */
/* .slidyrs .item.slick-current.slick-active:after{background-color:#2e5832;border-color:#2e5832} */
.slidyrs .slick-list{z-index:3}
.section3 .wrapper{position:relative}

.section3 {
    position: cover;
    color: #2e5832;
    width: 100%;
    background-color: white;
    align-items: left;
    height: 100vh;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
.text-bg {
    margin: 0;
    padding: 0;
    background: url(Img/m_media.png) top center;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  
.copy{color:#94958d;text-align:center;padding-top:10px;border-top:1px solid #343717;font-size:12px;margin-top:10px}
.copy a{color:#94958d;padding:0 5px}
.copy a:hover{color:#ecce00}

.bglight,
.front {
   background-color: #faf7f0;
}


.hba {
    font-size: 80px;
    font-weight: 800;
  }
  
  .slider-spin-container .hd1 {
    margin-bottom: 20px;
  }
  
  .hd3 {
    font-size: 22px;
  }
  
  .hp-product-right-data .hd1 span {
    background: url(post10.jpg) top center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

