:root {
    --white: #fff;
    --black: #000;
    --yellow: #f0e303;
    --transition: all 0.3s ease-in-out;
}

*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: 'Poppins', Arial; font-size: 16px; color: var(--black); line-height: 2; background-color: #f7f6f6; }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: var(--black); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary); }
p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0; }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.2; }
h2 { margin-bottom: 20px; font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }

/* global */
.centered { padding-right: calc((100% - 820px)/ 2); padding-left: calc((100% - 820px)/ 2); }
.textCenter { text-align: center; }

/* wrapper */
.wrapper { width: 100%; position: relative; }

/* header */
.header { padding: 20px 20px; position: absolute; left: 0; top: 0; z-index: 99; width: 100%; display: flex; justify-content: center; align-items: center; } 
.header .logo { width: 120px; height: 31px; display: block; }
.header .logo svg { width: 120px; height: 31px; }

/* hero */
.hero { padding-top: 60px; margin-bottom: 20px; width: 100%; overflow: hidden; position: relative; min-height: 800px; z-index: 1; }
.hero .image { margin: 0 auto; max-width: 420px; width: 100%; position: relative; transition-delay: 1s; }
.hero .taraju { padding-top: 5px; position: absolute; right: -130px; top: 34px; max-width: 300px; width: 100%;}
.hero .tarajuMiddle { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 31px; }
.hero .tarajuImg { animation: ani-taraju 3s ease-in-out infinite alternate;  }
.hero .text { position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); width: 100%; max-width: 1100px; width: 100%; }
.hero .title { text-transform: uppercase; font-weight: 900; font-size: 100px; text-align: center; line-height: 1.2; text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 9px 9px 18px rgba(157, 157, 157, 0.65); }
.hero h1 { animation: ani-text 0.6s ease 500ms backwards; }
.hero .heading { animation: ani-text 0.5s ease 200ms backwards; }
.hero .subtitle { margin: 15px 0; text-align: center; text-transform: capitalize; font-size: 25px; font-weight: 500; line-height: 1.4; }
.hero .explain { position: absolute; left: 50%; bottom: 70px; transform: translateX(-50%) rotate(-7deg);  }
.hero .explained { padding: 0 20px; font-size: 45px; font-weight: 500; text-transform: uppercase; line-height: 1.2; z-index: 1; border: 1px solid var(--black); background-image: linear-gradient(to right, rgba(238,175,4,1) 0%,rgba(232,98,71,1) 100%); animation: ani-text 0.6s ease 700ms backwards; }
.hero .byline { text-align: center; width: 100%; font-size: 14px; font-weight: 400; text-transform: uppercase; line-height: 1.6; }
.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; }
.hero .bottom { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 1; height: 250px; }
.hero .bottom img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

@keyframes ani-text {
    from { opacity: 0; transform: translateY(-750px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes ani-taraju {
    0% { transform: rotate(-4deg); }

    100% { transform: rotate(4deg); }
}

/* text */
.textSec { margin-bottom: 40px; width: 100%; } 
.textSec .textBlock { padding-top: 6px; margin: 0 auto; max-width: 654px; width: 100%; min-height: 726px; background: url(../images/text-bg.png) no-repeat; }
.textSec .textBlock ul { list-style: none; }
.textSec .textBlock li { margin-bottom: 9px; width: 100%; }
.textSec .textBlock li:nth-child(4) { margin-bottom: 11px; }
.textSec .textBlock li:nth-child(5) { margin-bottom: 0; }
.textSec .detail { width: 47.3%; flex-direction: row-reverse; display: flex; justify-content: space-between; align-items: center; }
.textSec .textBlock li:nth-child(even) .detail { margin-left: auto; flex-direction: unset; }
.textSec .icon { padding: 20px; width: 114px; height: 114px; display: flex; align-items: center; justify-content: center; }
.textSec .iconText { padding: 15px; text-align: center; line-height: 1.6; width: calc(100% - 114px); }
.textSec .textBlock li:last-child { margin-top: -6px; margin-bottom: 0; }
.textSec .textBlock li:last-child .icon { width: 104px; height: 108px; }
.textSec .textBlock li:last-child .iconText { width: calc(100% - 104px); }
/* .textSec .blockquote { padding: 30px; margin: 0 auto; max-width: 840px; width: 100%; border-radius: 0 100px 0 100px; box-shadow: 9px 9px 57px 0px rgba(0,0,0,0.14); background-color: var(--white); }
.textSec blockquote { padding: 30px; width: 100%; font-size: 16px; position: relative; border-radius: 0 100px 0 100px; border: 5px solid var(--yellow); }
.textSec blockquote:before { position: absolute; left: -15px; top: -27px; content: ''; background: url(../images/quote-top.png) no-repeat; background-size: contain; width: 70px; height: 45px; }
.textSec blockquote:after { position: absolute; right: 10px; bottom: -12px; content: ''; background: url(../images/quote-bottom.png) no-repeat; background-size: contain; width: 42px; height: 26px; } */


.textSec .blockquote { padding: 20px; margin-top: 40px; margin-bottom: 60px; width: 100%; border-radius: 0 100px 0 100px; box-shadow: 9px 9px 57px 0px rgba(0,0,0,0.14); background-color: var(--white); }
.textSec .blockquote:last-child { margin-bottom: 0; }
.textSec .quote { padding: 30px; width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;  border-radius: 0 100px 0 100px; border: 5px solid var(--yellow); }
.textSec .quote:before { position: absolute; left: -15px; top: -27px; content: ''; background: url(../images/quote-top.png) no-repeat; background-size: contain; width: 70px; height: 45px; }
.textSec .quote:after { position: absolute; right: 10px; bottom: -12px; content: ''; background: url(../images/quote-bottom.png) no-repeat; background-size: contain; width: 42px; height: 26px; }
.textSec blockquote { width: 100%; font-size: 16px; position: relative; }
.textSec .quoteImg { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; }
.textSec .quoteImg img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.textSec .quoteText { width: calc(100% - 120px); }
.textSec .name { margin-top: 20px; font-size: 20px; font-weight: 600; line-height: 1.2; }
.textSec .name span { padding: 0 10px; position: relative; display: inline-block; z-index: 1; }
.textSec .name span:before { position: absolute; left: 0; bottom: 0; content: ''; z-index: -1; width: 100%; height: 10px; background-color: var(--yellow); }
.textSec .nameDetail { text-align: left; font-size: 14px; }
.textSec .blockquote.withoutImage .quoteText { width: 100%; }
.textSec .blockquote.withoutImage .name { width: 100%; text-align: center; }
.textSec .blockquote.withoutImage .nameDetail { width: 100%; text-align: center; }

.textSec .image { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; width: 100%; }
.textSec .image img { height: auto; }
.textSec .caption { margin-top: 10px; width: 100%; text-align: center; display: block; font-size: 12px; line-height: 1.6; }
.textSec .list { margin-bottom: 30px; list-style: none; }
.textSec .list:last-child { margin-bottom: 0; }
.textSec .list li { padding-left: 30px; margin-bottom: 15px; position: relative; }
.textSec .list li:before { position: absolute; left: 0; top: 9px; content: ''; width: 17px; height: 17px; background: url(../images/check.png) no-repeat; }

/* timeline sec */
.timelineSec { padding-top: 40px; padding-bottom: 40px; margin-bottom: 40px; width: 100%; background: url(../images/timeline-bg.png) center top repeat; }
.timelineSec h2 { text-align: center; }
.timelineSec li { padding: 40px 0; width: 100%; position: relative;}
.timelineSec li:before { position: absolute; left: 50%; top: 0; content: ''; display: inline-block; width: 6px; height: 100%; background-color: #dd133f; opacity: 1; transform: translateX(-50%) translateY(0); transition: transform .6s cubic-bezier(.165,.84,.44,1) 2.2s,opacity .8s ease-out 2.2s; }
.timelineSec .block { padding-left: 50px; margin-left: auto; position: relative; width: 50%; } 
.timelineSec .block:before,
.timelineSec .block:after { position: absolute; left: 0; top: 50%; transform: translateX(-50%) translateY(-50%); content: ''; border-radius: 50%; }
.timelineSec .block:before { width: 42px; height: 42px; box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.11); background-color: #fff; }
.timelineSec .block:after { width: 20px; height: 20px; background-color: #ee0c3d; }
.timelineSec .text { max-width: 450px; width: 100%; } 
.timelineSec .year { position: absolute; left: -200px; top: 50%; transform: translateY(-50%); font-weight: 700; width: 150px; height: 54px; font-size: 25px; color: #ee0c3d; display: flex; align-items: center; justify-content: center; border: 4px solid #ee0c3d;  }
.timelineSec .year:after { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); content: ''; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #ee0c3d; }
.timelineSec li:nth-child(even) .block { padding-left: 0; padding-right: 50px; margin-left: unset; }
.timelineSec li:nth-child(even) .block:before,
.timelineSec li:nth-child(even) .block:after { left: unset; right: 0; transform: translateX(50%) translateY(-50%); }
.timelineSec li:nth-child(even) .text { margin-left: auto; /*text-align: right;*/ }
.timelineSec li:nth-child(even) .year { left: unset; right: -200px; }
.timelineSec li:nth-child(even) .year:after { right: unset; left: -12px; border-width: 8px 8px 8px 0; border-color: transparent #ee0c3d transparent transparent; }

/* history sec */
.historySec { margin-bottom: 40px; width: 100%; }
.historySec .top { margin-bottom: 20px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.historySec .heading { width: calc(100% - 220px); border-bottom: 1px dotted var(--black); }
/* .historySec h2 { font-size: 60px; font-weight: 400; line-height: 1; }
.historySec h2 strong { display: block; font-weight: 900; } */
.historySec .topIcon { width: 200px; }
.historySec .block { padding: 30px 0; width: 100%; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px dashed var(--black); }
.historySec .block:last-child { margin-bottom: 0; border-bottom: 0; }
.historySec .icon { width: 100px; position: relative; }
.historySec .icon img { width: 100%; position: relative; z-index: 1; }
.historySec .icon:before { position: absolute; left: 50%; top: 50%; content: ''; transform: translate(-50%, -50%); width: 200px; height: 190px; background: url(../images/history-iconbg.png) no-repeat; background-size: contain; mix-blend-mode: multiply; }
.historySec .text { width: calc(100% - 130px); line-height: 1.6; position: relative; z-index: 1; }
.historySec h3 { margin-bottom: 10px; }
.historySec ul { list-style: none; }
.historySec li { padding-left: 30px; position: relative; }
.historySec li:before { position: absolute; left: 0; top: 9px; content: ''; width: 17px; height: 17px; background: url(../images/check.png) no-repeat; }

/* 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: 14px; 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)  {
  .centered { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: 700px; }
  .hero .title { font-size: 100px; }
  .hero .explain { bottom: 55px; }
  .hero .explained { font-size: 32px; }
  .hero .subtitle { font-size: 22px; }
  .hero .bottom { height: 180px; }

  .historySec .heading { width: calc(100% - 170px); }
  .historySec .topIcon { width: 150px; }
  .historySec .heading h2 { font-size: 60px; }
}

@media screen and (max-width: 767px)  {
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }

  .hero { min-height: 600px; }
  .hero .title { font-size: 70px; }
  .hero .subtitle { font-size: 18px; }
  .hero .explain { bottom: 36px; }
  .hero .explained { padding: 0 12px; font-size: 25px; }
  .hero .image { max-width: 330px; }
  .hero .taraju { max-width: 200px; right: -86px; top: 27px; } 
  .hero .tarajuMiddle { width: 22px; }

  .textSec .textBlock { padding-top: 1px; width: 320px; height: 355px; min-height: unset; max-width: unset; background-size: contain; }
  .textSec .textBlock li { margin-bottom: 4px; }
  .textSec .textBlock li:nth-child(4) { margin-bottom: 6px; }
  .textSec .textBlock li:last-child { margin-top: -2px; }
  .textSec .icon { padding: 15px; width: 56px; height: 56px; }
  .textSec .iconText { padding: 10px; font-size: 13px; width: calc(100% - 56px); }
  .textSec .textBlock li:last-child .icon { width: 52px; height: 52px; }
  .textSec .textBlock li:last-child .iconText { padding: 5px; width: calc(100% - 52px); }
  /* .textSec .blockquote { padding: 10px; border-radius: 0 50px 0 50px; }
  .textSec blockquote { padding: 15px; font-size: 14px; line-height: 1.8; border: 2px solid var(--yellow); border-radius: 0 50px 0 50px; }
  .textSec blockquote:before { top: -20px; width: 50px; height: 30px; }
  .textSec blockquote:after { width: 30px; height: 22px; }
  .textSec .name { font-size: 20px; }
  .textSec .nameDetail { font-size: 12px; } */
  .textSec .blockquote { padding: 10px; border-radius: 0 50px 0 50px; }
  .textSec .quote { padding: 15px; font-size: 14px; line-height: 1.8; border: 2px solid var(--yellow); border-radius: 0 50px 0 50px; }
  .textSec .quote:before { top: -20px; width: 50px; height: 30px; }
  .textSec .quote:after { width: 30px; height: 22px; }
  .textSec blockquote {font-size: 14px; line-height: 1.8; }
  .textSec blockquote:before { top: -20px; width: 50px; height: 30px; }
  .textSec blockquote:after { width: 30px; height: 22px; }
  .textSec .quoteImg { margin: 0 auto 15px auto; width: 70px; height: 70px; }
  .textSec .quoteText { width: 100%; }
  .textSec .name { font-size: 20px; }
  .textSec .nameDetail { font-size: 12px; }



  .timelineSec li { padding-top: 40px; padding-bottom: 20px; }
  .timelineSec li:before { left: 0; }
  .timelineSec .block:before, .timelineSec .block:after { top: 26px; }
  .timelineSec .text { max-width: 100%; }
  .timelineSec .block { padding-left: 30px; width: 100%; }
  .timelineSec .block:before { width: 30px; height: 30px; }
  .timelineSec .block:after { width: 15px; height: 15px; }
  .timelineSec .year { margin-bottom: 30px; width: 120px; height: 50px; font-size: 22px; position: relative; left: unset; top: unset; transform: unset; }
  .timelineSec .year:after { right: unset; left: 50%; top: 100%; transform: translateX(-50%); border-width: 10px 10px 0 10px ; border-color: #ee0c3d transparent transparent transparent; }
  .timelineSec li:nth-child(even) .block { padding-left: 30px; padding-right: 0; text-align: left; }
  .timelineSec li:nth-child(even) .year { right: unset; }
  .timelineSec li:nth-child(even) .year:after { right: unset; left: 50%; top: 100%; transform: translateX(-50%); border-width: 10px 10px 0 10px ; border-color: #ee0c3d transparent transparent transparent; }
  .timelineSec li:nth-child(even) .text { text-align: left; }
  .timelineSec li:nth-child(even) .block:before, .timelineSec li:nth-child(even) .block:after { right: unset; left: 0; transform: translateX(-50%) translateY(-50%); }

  .historySec .heading { width: calc(100% - 110px); }
  .historySec .topIcon { width: 100px; }
  .historySec .heading h2 { font-size: 40px; }
  .historySec .icon { width: 60px; }
  .historySec .icon:before { width: 90px; height: 90px; }
  .historySec .text { width: calc(100% - 80px); }

}

@media screen and (max-width: 479px)  {
  .hero .image { max-width: 240px; }
  .hero .taraju { max-width: 150px; right: -66px; top: 20px; } 
  .hero .tarajuMiddle { width: 16px; }
  .hero .title { font-size: 50px; }
  .hero .explained { font-size: 20px; }
  .hero .subtitle { font-size: 16px; }

  .historySec .heading { width: calc(100% - 90px); }
  .historySec .topIcon { width: 80px; }
  .historySec .icon { width: 50px; }
  .historySec .icon:before { width: 80px; height: 80px; }
  .historySec .text { width: calc(100% - 70px); }
}