@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@100..900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden
}

:root {
  --font-heading:"Anton", sans-serif;
  --site-color: #72842b;
  --site-color1: #5d4b13;
}

body {
  font-family:"Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  background:#f4f8ea;
  overflow-x: hidden
}

.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.margin-none {
  margin-bottom: 0 !important;
}

p a {
  color: var(--green-color);
  font-weight: 600;
}

.padt40 {
  padding-top: 2.5rem;
}

.padt70 {
  padding-top: 4.7rem;
}

.padt80 {
  padding-top: 5rem;
}

.padt90 {
  padding-top: 5.6rem;
}

.padtb60 {
  padding-bottom: 3.75rem;
}

.padtb70 {
  padding-bottom: 4.7rem;
}

.padtb80 {
  padding-bottom: 5rem;
}

.padtb90 {
  padding-bottom: 5.6rem;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.jsb {
  justify-content: space-between;
}
.aic{align-items:center;}


img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.site-title {
  font-size: 50px;
  line-height: 1.2;
  font-family: var(--font-heading);
  font-weight: 400;
  margin: 0 0 30px 0;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.sub-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 20px 0;
}


.site-color {
  color: var(--site-color);
}
.site-color-dark{ color: var(--site-color);}

.align-center {
  align-items: center;
}


/* header */

.overlay:before{
  content:'';
  background:#000;
  opacity:0.5;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:1;
}


header {
  height: 100vh;
  display: flex;
  overflow: hidden;
  justify-content:center;
  align-items:center;
  background:#fff;
}


.logo{position:absolute; top:0; width:100%;z-index:3;padding-top:15px;padding-bottom:15px;}

.symbol {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}


header h1.site-title {
  font-size: 80px;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto;
}

header .sub-title {
  margin-bottom: 0;
  margin-top: 30px;
  border: 2px dashed var(--site-color);
  padding: 20px;
  border-top-width: 5px;
  background:rgba(0,0,0,.3);
}
.note {
  font-size: 13px;
  opacity: 0.5;
}


.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  text-align:left;
}



/* charts css */

.chartone {
  width: 100%;
  margin-bottom: 30px;
}

.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}


/* footer */

footer {
  background: var(--site-color);
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
}

.margin-none{margin-bottom:0 !important;}



.photo-credit {
  margin-bottom: 25px;
  font-size: 12px;
  opacity: 0.4;
}


/* new css */

.paid-advert {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  text-align: center;
  z-index:4;
}

.paid-advert span {
  background: var(--site-color);
  display: inline-block;
  padding: 1px 10px;
  font-size: 15px;
  border-radius: 0 0 6px 6px;
  color: #fff;
}

.symbol {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  background: var(--site-color);
  padding: 6px 15px;
  border-radius: 36px;
  box-shadow: 0 7px 0 #000;
}


.ul-points {
  padding: 0;
  margin: 0;
}

.ul-points li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ul-points li .li-content {
  width: 96%;
}

.ul-points li .li-icon {
  color: var(--site-color);
  font-size: 26px;
  line-height: 1;
}


.ul-points li:last-child{margin-bottom:0;}




.radius {
  border-radius: 20px;
}

.z-index{z-index:2;}





/* new css */




.sub-title span {
  background: var(--site-color);
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px 0;
}


.button-site{margin-top:30px;}
.button-site a {
  background: var(--site-color);
  text-decoration: none;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 36px;
  font-weight: 600;
}




.left-text {
  max-width: 800px;
}


.quote-bg {
  background:var(--site-color1);
  padding: 50px 40px 40px 40px;
  text-align: center;
  color:#fff;
  height:100%;
  border-radius:20px;
  box-shadow:15px 15px 0 #ddd;

}

.quote-bg p {
  margin: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}

.quote-name {
  font-weight:600;
  margin-top:20px;
  font-style:italic;
}





img.width{width:100%;}


/* new css */

.header-icons {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.header-icons svg{color: var(--site-color);
  position: absolute;
  opacity: 0.3;}

.header-icons #zig-1{width:30vw; top:unset; bottom:-10%; left:-5%;}
.header-icons #zig-2{width:30vw; top:30%; right:-5%; transform:rotate(15deg);}

.header-icons #circle-1{width:23vh; height:23vh; right:26%; top:2%;}
.header-icons #circle-2{width:23vh; height:23vh; left:-5%; top:45%;}

.header-icons  #semi-1{left:10%; top:-15%;}
.header-icons  #semi-2{right:20%; bottom:-15%;}

.banner-pet-img{position:absolute; width:100%; height:100%; display:flex; justify-content:space-between; align-items:center; padding:0 5%;}

.bp-i img {
  border-radius: 100%;
  max-width: 320px;
}


.bp-left {
  padding-bottom: 120px;
}
.bp-right{
  padding-top:120px;
}

.l-text {
  max-width: 640px;
  margin-right: auto;
}

.pet-care .left img{width:100%; height:100%; display: block;}

.white-bg{background:#fff;}

.quote-mark {
  width: 70px;
  height: 70px;
  background: var(--site-color);
  border-radius: 100%;
  font-size: 80px;
  line-height: 104px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}

.hero-mask img {
  mask-type: luminance;
}

.hero-mask > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

 .hero-mask > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mask-b {
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzMwIiB2aWV3Qm94PSIwIDAgMzAwIDMzMCI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNDAwIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNMzAwLDMwNC43MjIxNDggQzIwMS4zNjM2MzYsMzQzLjY1MTQwOSAxMzUuMzMyMDA0LDMzNy42MTU3OTIgMTAxLjkwNTEwNCwyODYuNjE1Mjk3IEM3OS4zNDE5NDY2LDI1Mi4xODk5NjMgNzYuMzY1MDE2MiwyMjkuMjQzMjg4IDc0LjcyNzMyMjMsMjA5LjM2MjI2MyBMNzQuNTE1Mjk3NCwyMDYuNzI4ODg4IEw3NC4zMDk1MzMzLDIwNC4xMjc0MTUgQzcyLjU1OTkxNDcsMTgyLjEzNzkyMiA3MC40NDcxNjAzLDE2My4xMjU1NDkgNDEuNDA5MDU4MiwxMzQuODQzNDQ5IEMzLjQ1MDc1NDg1LDk3Ljg3MzM4MzkgLTguNDExMjE0OTUsNTIuOTI1NTY3NCA1LjgyMzE0ODgxLDEuMTM2ODY4MzhlLTEzIEwzMDAsMS4xMzY4NjgzOGUtMTMgTDMwMCwzMDQuNzIyMTQ4IFoiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDMwMCAwKSIvPgogIDwvZz4KPC9zdmc+Cg==) top left/cover no-repeat;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzMwIiB2aWV3Qm94PSIwIDAgMzAwIDMzMCI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxyZWN0IHdpZHRoPSIzMDAiIGhlaWdodD0iNDAwIi8+CiAgICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNMzAwLDMwNC43MjIxNDggQzIwMS4zNjM2MzYsMzQzLjY1MTQwOSAxMzUuMzMyMDA0LDMzNy42MTU3OTIgMTAxLjkwNTEwNCwyODYuNjE1Mjk3IEM3OS4zNDE5NDY2LDI1Mi4xODk5NjMgNzYuMzY1MDE2MiwyMjkuMjQzMjg4IDc0LjcyNzMyMjMsMjA5LjM2MjI2MyBMNzQuNTE1Mjk3NCwyMDYuNzI4ODg4IEw3NC4zMDk1MzMzLDIwNC4xMjc0MTUgQzcyLjU1OTkxNDcsMTgyLjEzNzkyMiA3MC40NDcxNjAzLDE2My4xMjU1NDkgNDEuNDA5MDU4MiwxMzQuODQzNDQ5IEMzLjQ1MDc1NDg1LDk3Ljg3MzM4MzkgLTguNDExMjE0OTUsNTIuOTI1NTY3NCA1LjgyMzE0ODgxLDEuMTM2ODY4MzhlLTEzIEwzMDAsMS4xMzY4NjgzOGUtMTMgTDMwMCwzMDQuNzIyMTQ4IFoiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDMwMCAwKSIvPgogIDwvZz4KPC9zdmc+Cg==) top left/cover no-repeat;
}

.hero-mask::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 110%;
}
.hero-mask {
  width: 90%;
  max-width: 800px;
  top:0;
  left:0;
  position: absolute;
}
.hero-mask::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 110%;
}




.greeting-investors h3.sub-title{margin-bottom:15px;}


.ginvestor-block {
  position: relative;
  max-width: 640px;
  margin-left: auto;
}

.ginvestor-block p:first-child {
  margin-top: 0;
}

.ginvestor-block p:last-child {
  margin-bottom: 0;
}


.about-company .left-text {
  max-width: 800px;
  margin-left: auto;
  padding-left: 50px;
  padding-bottom: 30px;
}


.left.img-l img{height:100%; display: block; object-fit:cover; width:100%;}



.top-reasons-block{background:URL(../images/bg_grass-texture.webp) repeat-x center top; background-size:cover;}
.top-reasons-block::before {
  background-image: url(../images/bg_grass-blades.png);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: -80px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 600px auto;
  height: 80px;
}

.top-reasons h2{color:#fff;}



.top-reasons ul {
  padding: 0;
  margin: 0;
}

.top-reasons ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 15px;
  align-items: center;
  border-bottom: 1px solid var(--site-color1);
}
.top-reasons ul li a{color:#000;}

.top-reasons ul li .count {
  font-size: 26px;
  font-weight: 800;
  width: 50px;
  height: 50px;
  background: var(--site-color);
  border-radius: 36px 36px 0 36px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.top-reasons ul li .tr-text{width:93%;}

.white-block {
  padding: 0;
  margin: 0;
}

.white-block li {
  background: #fff;
  padding:20px;
  border-radius: 20px;
  list-style: none;
  margin-bottom:20px;
}
.white-block li:last-child{margin-bottom:0;}

.white-block li h4 {
  margin: 0 0 5px 0;
  font-size:22px;
  line-height:30px;
}
.white-block li p{margin:0;}

.two-col-block .two-col {
  gap: 0;
}
.c-text{padding:40px;}

.c-text-left .left-text{margin-left:auto;}

.two-col.bg-col .c-text{
background:var(--site-color);
}
.two-col.bg-col .c-text h2{color:#fff;}

.two-col-block .two-col .left {
  height: 100%;
  display: flex;
  align-items: center;
}

.our-approach {
  background: var(--site-color);
  color:#fff;
}


.our-approach  .ul-points{display:grid; grid-template-columns:repeat(2, 1fr); gap:30px;}

.our-approach  .ul-points li{background:#fff; color:#000; padding:20px; border-radius:20px;margin-bottom:0;}
.our-approach  .ul-points li .li-content {
  width: 93%;
}

.white-text{color:#fff;}

.market-research{background:url(../images/background-item.png) repeat center top; }

.box-shadow {
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  box-shadow: 15px 15px 0 #ddd;
}

.box-shadow.dark-bg {
  background: var(--site-color);
  color: #fff;
}
.box-shadow.dark-bg a{color:#fff;}
.box-shadow.dark-bg .li-icon{color:#fff;}

.Sugarland-petcare {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 2px dashed #000;
  margin-top: 40px;
}

.news-block ul{padding:0; margin:0; display:grid; grid-template-columns: repeat(3, 1fr); gap:20px;}

.news-block ul li{list-style:none; background:#fff; padding:20px; border-radius:20px; border:1px solid #000;}
.news-block ul li a{text-decoration:none; color:#000;}

.summery-block {
  background: var(--site-color1);
  color: #fff;
  padding: 30px;
  box-shadow: 15px 15px 0 var(--site-color);
}

.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}