/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #42700c;
    --transition: all 0.3s ease-in-out;
}

*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: 'Anek Devanagari', sans-serif; position: relative; font-size: 18px; font-weight: 400; color: var(--black); line-height: 2; background-color: var(--white); }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: var(--black); text-decoration: none; transition: var(--transition); }
p { margin-bottom: 40px; }
p:last-child { margin-bottom: 0; }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.2; }
h1 { font-size: 90px; }
h2 { margin-bottom: 20px; font-size: 26px; color: #000; text-transform: uppercase; font-weight: 700; line-height: 1.4; }
h3 { margin-bottom: 20px; font-size: 20px; color: #000; font-weight: 600; }
h4 { font-size: 20px; }
h5 { margin-bottom: 30px; font-size: 24px; }
p a { position: relative; display: inline-block; color: blue; }
p a:before { position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%); transition: var(--transition); content: ''; height: 2px; width: 100%; background-color: var(--black); }
p a:hover:before { width: 0; }

/* global */
.centered { padding-right: calc((100% - 820px)/ 2); padding-left: calc((100% - 820px)/ 2); }
 
/* wrapper */
.wrapper { width: 100%; position: relative; overflow: hidden; }
.wrapper:before,
.wrapper:after { position: absolute; content: ''; top: 0; z-index: -1; height: 100%; background-size: contain; background-repeat: repeat-y; }
.wrapper:before { left: 0; width: 450px; background-image: url(../images/leftbg.png); }
.wrapper:after { right: 0; width: 500px; opacity: 0.4; background-image: url(../images/rightbg.png); }

/* header */
.header { padding: 20px 20px; position: absolute; left: 0; top: 5px; z-index: 9; width: 100%; }
.header .logo,
.header svg { display: block; width: 130px; height: 22px; }

/* hero */
.hero { margin-bottom: 50px; width: 100%; position: relative; z-index: 1; height: 720px; overflow: hidden; }
.hero .block { padding-top: 80px; width: 100%; height: 100%; position: relative; }
.hero .title { width: 100%; }
.hero h1 { margin-bottom: 15px; font-weight: 400; font-size: 30px; position: relative; z-index: 1; text-align: center; }
.hero h1 cite { display: block; font-style: normal; }
.hero h1 strong { display: block; text-align: center; color: var(--primary); line-height: 1.2; font-size: 80px; }
.hero .date {width: 100%; text-align: center; font-weight: 700; }
.hero .heading { width: 100%; text-align: center; font-size: 22px; line-height: 1; }
.hero .bottomImg { position: absolute; bottom: 0; left: 50%; max-width: 530px; width: 100%; transform: translateX(-50%); }
.hero .food { position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 71%; }
.hero .food img { transition-delay: 1s; }
.hero .hand { width: 100%; position: relative; z-index: 1; transition-delay: 0.5s; }
.hero .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero .topright { position: absolute; right: 0; top: 0; width: 170px; animation: mover 1.5s infinite  alternate; }
.hero .topleft { position: absolute; left: 0; top: 16%; width: 45px; animation: mover 2s infinite  alternate; }
.hero .ani { position: absolute; left: 0; bottom: 0; width: 100%; }
.hero .ani img { width: 100%; height: auto; }
.hero .broccoli { position: absolute; top: 45%; right: -80px; width: 60px; animation: mover 1s infinite  alternate; }
.hero .broccoli.left { left: 0; top: 65%; animation: mover 1.5s infinite  alternate; }
.hero .broccoli.left img { transform: rotateY(180deg); }
.wave { background: url(../images/ribbon.png) repeat-x; background-size: contain; position: absolute; bottom: 60px; width: 6400px; height: 120px; animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; transform: translate3d(0, 0, 0); }

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1052px;
  }
}

@keyframes swell {
  0%,
	100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

/* text sec */
.textSec { margin-bottom: 80px; width: 100%; position: relative; }
.textSec .byline { margin-bottom: 30px; text-align: center; width: 100%; font-size: 14px; font-weight: 400; text-transform: uppercase; line-height: 1.6; }
.textSec .graphic { margin: 0 auto 40px auto; width: 100%; max-width: 450px; position: relative; }
.textSec .graphic ul { list-style: none; width: 100%; }
.textSec .graphic li { padding: 0 15px; width: 100%; min-height: 150px; position: relative; display: flex; align-items: center; justify-content: space-between; }
.textSec .graphic li:before { position: absolute; left: 0; top: 0; width: 85%; height: 100%; content: ''; border: 1px dotted var(--black); border-right: 0; border-bottom: 0; border-radius: 75px 0 0 75px; z-index: -1; }
.textSec .graphic li:nth-child(even) { flex-direction: row-reverse; }
.textSec .graphic li:nth-child(even):before { left: unset; right: 0; border: 1px dotted var(--black); border-bottom: 0; border-left: 0; border-radius: 0 75px 75px 0; }
.textSec .graphic li:last-child:before { border-bottom: 1px dotted var(--black); }
.textSec .graphic .icon { width: 100px; }
.textSec .graphic .title { width: calc(100% - 115px); }
.textSec .graphic .title span { color: var(--primary); font-weight: 700; }
.textSec .table { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; }
.textSec .table ul { margin-bottom: 10px; width: 100%; border: 1px solid var(--black); }
.textSec .table li {width: 100%; display: flex; border-bottom: 1px solid var(--black); }
.textSec .table li:first-child { font-weight: 700; }
.textSec .table li:last-child { border-bottom: 0; }
.textSec .table .name { padding: 7px 15px; font-size: 16px; width: 25%; border-right: 1px solid var(--black); }
.textSec .table .name:first-child { background-color: #f2f2f2; }
.textSec .table .name:last-child { border-right: 0; }
.textSec .caption { padding-top: 10px; width: 100%; text-align: center; font-size: 14px; }
.textSec .graph { margin-bottom: 40px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.textSec .graph h3 { padding: 0 10px; font-weight: 700; }
.textSec .middle { padding: 0 15px; margin-bottom: 20px; width: 200px; border-left: 1px solid var(--black); border-right: 1px solid var(--black); }
.textSec .middle h3 { text-align: center; }
.textSec .dataContent { width: 100%; }
.textSec .dataContent li { margin-bottom: 15px; font-weight: 500; line-height: 32px; text-align: center; width: 100%; font-size: 16px; }
.textSec .dataContent li:last-child { margin-bottom: 0; }
.textSec .chartBars { position: relative; max-width: 600px; /*height: 100%;*/ }
.textSec .chartBars .bars { display: flex; justify-content: space-around; border: 0; width: 100%; height: 100%; padding: 0; margin: 0; }
.textSec .chartBars .bars li { margin-bottom: 15px; display: inline-flex; align-items: center; flex: 0 1 24%; height: 100%; text-align: center; position: relative; font-size: 16px; }
.textSec .chartBars .bars li:last-child { margin-bottom: 0; }
.textSec .chartBars .bars li .bar { width: 100%; background: #49E; position: absolute; font-size: 1.5em; color: #fff; padding-top: 18px; bottom: 0; height: 0; overflow: hidden; font-weight: bold; outline: 2px solid transparent; transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1); }
.textSec .chartBarsWrap.chartBarsHorizontal { flex-direction: column; width: calc(50% - 100px); }
.textSec .chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar { width: 0; padding: 0 10px; height: 100% !important; text-align: right; display: flex; align-items: center; justify-content: flex-end; font-weight: 400; font-size: 0; transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1); border-radius: 0; background: #f5a61c; text-indent: -9999px; }
.textSec .chartBarsHorizontal .chartBars .bars { flex-direction: column; }
.textSec .chartBars .bars.leftanitmation li { display: inline-flex; justify-content: flex-end; }
.textSec .chartBarsWrap.chartBarsHorizontal .chartBars .bars.leftanitmation .bar { justify-content: flex-start; }
.textSec .chartDetail { padding: 0 10px; color: var(--black); position: relative; }
.textSec .video { margin-bottom: 20px; width: 100%; }
.textSec .video video { width: 100%; height: auto; }
.textSec .image { margin-bottom: 40px; width: 100%; position: relative; }
.textSec .image img { width: 100%; height: auto; }
.textSec .image.small img { margin: 0 auto; max-width: 500px; width: 100%; }
.textSec .leftIcon,
.textSec .rightIcon { position: absolute; width: 120px; z-index: -1; }
.textSec .leftIcon { left: 0; top: 30%; animation: mover 1s infinite  alternate; }
.textSec .rightIcon { right: 0; top: 70%; animation: mover 1.2s infinite  alternate; }
.textSec .content { padding: 20px 60px 20px 20px; position: absolute; left: 0; top: 0; display: flex; justify-content: flex-end; align-items: center; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 73%,rgba(0,0,0,0.8) 100%); }
.textSec .content ul { width: 100%; max-width: 250px; margin-left: auto; }
.textSec .content li { padding: 30px 0; display: block; font-size: 20px; color: var(--white); border-bottom: 1px dashed var(--white); }
.textSec .content li:last-child { border-bottom: 0; }
.textSec .content li strong { font-size: 70px; width: 100%; text-align: center; line-height: 1.2; }
.textSec .content li cite { font-style: normal; line-height: 1.6; display: block; }
.textSec .imageText { display: flex; align-items: center; gap: 20px; }
.textSec .smallImg { width: 200px; }
.textSec .text { width: calc(100% - 220px); }
.textSec .blockquote { margin-top: 40px; margin-bottom: 40px; width: 100%; }
.textSec .blockquote:last-child { margin-bottom: 0; }
.textSec .quoteImg { margin-bottom: 20px; display: flex; justify-content: center; }
.textSec .quoteImg img { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; }
.textSec blockquote { padding: 70px 80px 0 80px; font-size: 20px; font-weight: 700; text-align: center; line-height: 1.5; position: relative; }
.textSec blockquote:before,
.textSec blockquote:after { position: absolute; content: ''; }
.textSec blockquote:before { left: 0; top: 0; width: 100px; height: 72px; background: url(../images/quote-top.png) no-repeat; background-size: contain; }
.textSec blockquote:after { right: 0; bottom: 0; width: 50px; height: 36px; background: url(../images/quote-bottom.png) no-repeat; background-size: contain; }
.textSec blockquote span { margin-top: 10px; display: block; font-size: 18px; font-weight: 400; text-align: center; }
.textSec .list { position: absolute; left: 30px; top: 50%; transform: translateY(-50%); max-width: 260px; width: 100%; }
.textSec .list li { margin-bottom: 20px; width: 100%; display: flex; align-items: center; gap: 20px; color: var(--black); line-height: 1.4; }
.textSec .list li strong { font-size: 50px; width: 90px; line-height: 1; }
.textSec .list li cite { font-style: normal; width: calc(100% - 100px); }
.textSec .list li:last-child { margin-bottom: 0; }
.textSec .list li:nth-child(1) { transition-delay: 0.2s; }
.textSec .list li:nth-child(2) { transition-delay: 0.5s; }
.textSec .list li:nth-child(3) { transition-delay: 0.8s; }
.textSec .list li:nth-child(4) { transition-delay: 0.9s; }
.textSec .textOverlay { padding: 20px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-end; color: var(--white); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.8) 100%); }
.textSec .textOverlay p { margin-bottom: 0; max-width: 300px; font-size: 24px; line-height: 1.6; }
.textSec .textCenter { text-align: center; }


/* credit */
.credit { padding-top: 50px; padding-bottom: 50px; color: var(--white); width: 100%; background-color: var(--black); }
.credit h2 { margin-bottom: 20px; color: var(--white); }

/* copyright */
.copyright { padding-top: 15px; padding-bottom: 15px; font-size: 16px; text-align: center; color: var(--white); width: 100%; background-color: var(--black); }

/* share btn */
.share-btn { position: fixed; right: 20px; bottom: 20px; z-index: 99; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #404040; cursor: pointer; border: 0; transition: var(--transition); opacity: 0; visibility: hidden; }
.share-btn.show { opacity: 1; visibility: visible; }
.share-btn svg { width: 25px; height: 25px; fill: var(--white); }

@media screen and (max-width: 860px)  {
    h1 { font-size: 70px; }
    .centered { padding-left: 20px; padding-right: 20px; }
}

@media screen and (max-width: 767px)  {
  body { font-size: 16px; }
  h1 { font-size: 50px; }
  h2 { margin-bottom: 30px; font-size: 20px; }
  h3 { font-size: 18px; }
  p { margin-bottom: 30px; }

  .wrapper:before { width: 200px; }
  .wrapper:after { width: 200px; }
  
  .header { top: 0; }

  .hero { height: 600px; }
  .hero h1 { font-size: 26px; }
  /* .hero h1 strong { line-height: 1.4; } */
  .hero h1 strong { font-size: 64px; }
  .hero .topleft { width: 30px; top: 25%; }
  .hero .topright { width: 90px; }
  .hero .bottomImg { max-width: 400px; }
  .hero .broccoli { right: 0; width: 40px; }
  .hero .broccoli.left { top: 58%; }
  .hero .date { margin-top: 0; }
  .hero .heading { font-size: 18px; }

  .textSec .graphic .icon { width: 70px; }
  .textSec .graphic .title { width: calc(100% - 85px); }
  .textSec .graphic li { min-height: 120px; }
  .textSec .graphic li:before { width: 87%; }
  .textSec .middle { width: 120px; }
  .textSec .chartBarsWrap.chartBarsHorizontal { width: calc(50% - 60px); }
  .textSec .table .name { font-size: 14px; }
  .textSec .leftIcon, .textSec .rightIcon { display: none; }
  .textSec blockquote { padding: 40px 20px 0 20px; font-size: 18px; }
  .textSec blockquote:before { height: 38px; width: 54px; }
  .textSec blockquote:after { height: 20px; width: 30px; }
  .textSec blockquote span { font-size: 14px; }

  .textSec .content { padding-right: 20px; }
  .textSec .content ul { width: 220px; }
  .textSec .content li { padding: 15px 0; font-size: 16px; }
  .textSec .content li strong { font-size: 35px; }
  .textSec .smallImg { width: 150px;}
  .textSec .text { width: calc(100% - 170px); }  
  .textSec .list { left: 15px; max-width: 150px; }
  .textSec .list li { gap: 10px; font-size: 14px; }
  .textSec .list li strong { font-size: 25px; width: 60px; }
  .textSec .list li cite { width: 100%; }
  .textSec .textOverlay p { max-width: 250px; font-size: 18px; }
  .textSec .quoteImg img { width: 80px; height: 80px; }

}

@media screen and (max-width: 479px)  {
  h1 { font-size: 45px; }

  .hero h1 { font-size: 24px; }
  .hero h1 strong { font-size: 52px; }

  .hero .bottomImg { width: calc(100% + 50px); max-width: unset; }
  
  .textSec .graphic li:before { width: 82%; }
  .textSec blockquote { padding-left: 0; padding-right: 0; font-size: 16px; }
  .textSec blockquote span { font-size: 13px; }
  .textSec blockquote:before { height: 30px; width: 42px; }
  .textSec .content ul { width: 160px; }
  .textSec .content li { padding: 10px 0; font-size: 14px; }
  .textSec .content li strong { font-size: 20px; }
  .textSec .imageText { flex-wrap: wrap; }
  .textSec .smallImg { width: 100%; display: flex; justify-content: center; }
  .textSec .smallImg img { max-width: 150px; }
  .textSec .text { width: 100%; }
  .textSec .list { margin-top: 20px; width: 100%; max-width: 100%; position: relative; left: unset; top: unset; transform: unset; }
  .textSec .textOverlay { padding: 0; margin-bottom: 20px; position: relative; left: unset; top: unset; height: auto; background: transparent; }
  .textSec .textOverlay p { font-size: 16px; color: var(--black); max-width: 100%; line-height: 2; }
}
