/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --transition: all 0.3s ease-in-out;
}

*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: 'Raleway', sans-serif; font-size: 16px; color: var(--black); line-height: 2; }
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 {  }
p { margin-bottom: 20px; }
p a { text-decoration: underline; color: #6351ff; }
p a:hover { text-decoration: none; }
p:last-child { margin-bottom: 0; }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; font-weight: 700; line-height: 1.2; font-family: 'Raleway', sans-serif; }
h2 { font-size: 32px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }

/* global */
.centered { padding-right: calc((100% - 820px)/ 2); padding-left: calc((100% - 820px)/ 2); }
 
/* wrapper */
.wrapper { width: 100%; position: relative; overflow: hidden; }

/* hero */
.hero { margin-bottom: 40px; width: 100%; overflow: hidden; position: relative; height: 720px; background-color: var(--black); }
.hero .text { padding: 70px 15px; width: 100%; height: 100%; position: relative; z-index: 4; transition-delay: 1.5s; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.hero .logo { margin: 0 auto 30px auto; width: 300px; height: 69px; display: block; }
.hero .logo svg { width: 300px; height: 69px; fill: var(--white); }
.hero h1 { margin-bottom: 25px; font-weight: 900; text-transform: uppercase; font-size: 220px; line-height: 0.8; text-align: center; color: var(--white); text-shadow: 1px 8px 34px rgba(0,0,0,0.8); font-family: 'Span Cond', sans-serif; width: 100%; }
.hero h1 strong { color: transparent; font-weight: 900; text-shadow: none; background-image: url(../images/hero-mask.png); background-repeat: no-repeat; background-size: cover; background-clip: text; -webkit-background-clip: text; animation: effect 5s linear;  }
.hero h1 span { display: block; font-size: 180px; }
.hero .subtitle { margin-bottom: 35px; text-align: center; color: var(--white); line-height: 1.2; font-size: 30px; font-weight: 600; text-transform: capitalize; letter-spacing: 2px; text-shadow: 1px 8px 20px rgba(0,0,0,0.5); width: 100%; }
.hero .arrow { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); width: 30px; z-index: 8; animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.hero .marquee { position: absolute; top: 0; z-index: 9; color: var(--white); writing-mode: vertical-rl; white-space: nowrap; display: flex; gap: 20px; text-transform: uppercase; font-weight: 700; }
.hero .marquee:hover { animation-play-state: paused; }
.hero .marquee.left { left: 10px; transform: rotate(180deg); animation: marqueeLeft 15s linear infinite; }
.hero .marquee.right { right: 10px; animation: marqueeRight 15s linear infinite; }
.hero .image { position: absolute; box-shadow: 0px 0px 55px 0px rgba(0,0,0,0.6); overflow: hidden; }
.hero .image:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ''; width: 120%; height: 120%; background-color: rgba(0, 0, 0, 0.5); z-index: 1; }
.hero .image img { filter: grayscale(100%); width: 100%; height: auto; }
.hero .image.one { left: 20px; top: 20px; width: 25%; }
.hero .image.two { left: 50%; top: -100px; transform: translateX(-50%); width: 40%; }
.hero .image.two img { transition-delay: 0.5s; }
.hero .image.three { right: 0; top: 50px; width: 27%; transition-delay: 0.7s; }
.hero .image.four { left: -40px; top: 50%; width: 28%; transition-delay: 0.5s; }
.hero .image.five { left: 27%; top: 60%; width: 24%; transition-delay: 0.8s; }
.hero .image.six { left: 55%; top: 56%; width: 26%; transition-delay: 1s; }
.hero .image.seven { right: -60px; top: 60%; width: 20%; transition-delay: 0.9s; }

@keyframes bounce {
    50% { transform: translate(-50%, -15px); }
}

@keyframes effect {
    0% { color: var(--white); background-image: none; }
    50% { color: transparent; background-image: url(../images/hero-mask.png); background-position: center bottom; }
    100% { background-position: center top; }
}

@keyframes marqueeLeft {
    0%   { top: -8em; }
    100% { top: 11em; }
}

@keyframes marqueeRight {
    0%   { top:   8em; }
    100% { top: -11em; }
}

/* text */
.textSec { /*padding-bottom: 120px;*/ margin-bottom: 60px; width: 100%; /*background: url(../images/devaider.png) center bottom repeat-x;*/ }
.textSec .story { margin: 30px 0; text-align: center; text-transform: uppercase; line-height: 1.6; } 
.textSec .blockquote { margin-top: 40px; margin-bottom: 40px; width: 100%; }
.textSec .blockquote:last-child { margin-bottom: 0; }
.textSec blockquote { padding: 70px 80px 0 80px; font-size: 25px; 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 .graphic { margin-bottom: 20px; width: 100%; }
.textSec .graphic ul.list { width: 100%; max-width: 550px; }
.textSec .graphic ul.list li { padding: 15px; margin-bottom: 30px; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; line-height: 1.6; font-size: 15px; width: 100%; color: var(--white); background-image: linear-gradient(to right, rgba(192,48,147,1) 0%,rgba(255,114,8,1) 100%); border-radius: 60px; }
.textSec .graphic ul.list li:after { position: absolute; left: 50px; top: 100%; width: 75px; height: 100px; content: ''; background: url(../images/graphic-arrow.svg) no-repeat; background-size: contain; }
.textSec .graphic ul.list li:nth-child(2) { left: 90px; background-image: linear-gradient(to right, rgba(255,116,8,1) 0%,rgba(252,218,5,1) 100%); }
.textSec .graphic ul.list li:nth-child(3) { left: 180px; background-image: linear-gradient(to right, rgba(0,184,195,1) 0%,rgba(17,196,156,1) 100%); }
.textSec .graphic ul.list li:nth-child(4) { left: 270px; background-image: linear-gradient(to right, rgba(0,184,196,1) 0%,rgba(80,86,148,1) 100%); }
.textSec .graphic ul.list li strong { font-size: 20px; }
.textSec .graphic ul.list li:last-child:after { display: none; }
.textSec .graphic .number { padding-bottom: 10px; color: #43386b; font-size: 45px; font-weight: 700; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: var(--white); }
.textSec .graphic .content { width: calc(100% - 80px); }
.textSec .circleGraphic { padding-right: 50px; margin: 0 auto; position: relative; width: 100%; max-width: 672px; min-height: 631px; background: url(../images/circleGraphic-bg.png) no-repeat; background-size: contain; }
.textSec .graphicBlock { display: flex; flex-wrap: wrap; justify-content: center; }
.textSec .graphicBlock:nth-child(2) { margin-top: -65px; }
.textSec .item { padding: 25px; width: 310px; height: 320px; text-align: center; display: block; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center; transition-delay: 1s; line-height: 1.6; }
.textSec .item.white { padding: 40px; color: var(--white); transition-delay: 1.2s; }
.textSec .item:nth-child(2) { transition-delay: 1.4s; color: var(--white); }
.textSec .idea { margin: 0 -20px; display: flex; flex-wrap: wrap; }
.textSec .idea li { margin-bottom: 40px; padding: 0 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 50%; border-right: 1px dotted var(--black) ; }
.textSec .idea li:nth-child(even) { border-right: 0; }
.textSec .idea li.full { width: 100%; border-right: 0; }
.textSec .idea .icon { width: 48px; }
.textSec .idea .detail { width: calc(100% - 70px); }
.textSec .audio { margin-top: 30px; margin-bottom: 20px; display: flex; justify-content: center; }
.textSec .audiosub { text-align: center; width: 100%; }
.textSec .image { margin-bottom: 20px; width: 100%; }
.textSec .image img { width: 100%; height: auto; }
.textSec .source { width: 100%; text-align: right; font-size: 12px; }
.textSec .source a { color: blue; }

/* audio */
.music-player-container { display: inline-block; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; }
.music-player-container h3 { margin-bottom: 0; text-align: center; width: 100%; }
.music-player-container .audioSub { width: 100%; text-align: center; }
.album { margin-bottom: 20px; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.65); width: 150px; height: 150px; position: relative; border-radius: 50%; }
.album-art { height: 150px; position: relative; width: 150px; z-index: 10; border-radius: 50%; overflow: hidden; }
.album-art:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: rgba(0, 0, 0, 0.3); }
.album-art img { filter: grayscale(100%); }
.audiobg { animation: spin 2s linear infinite; transition: all 500ms; background-image: url('../images/audio-bg.png'); background-position: center, center; background-size: cover, 40% auto; background-repeat: no-repeat; border-radius: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); position: absolute; left: 10px; top: 10px; width: 130px; height: 130px; z-index: 5; will-change: transform, left; display: flex; align-items: center; justify-content: center; }
.audiobg img { width: 25%; border-radius: 50%; }
.is-playing .audiobg { left: -15px; top: -15px; width: 180px; height: 180px; }
.music-player-controls { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; text-align: center; z-index: 11; }
[class^="control-"] { border-radius: 100%; display: inline-block; height: 44px; margin: 0 3px; width: 44px; }
[class^="control-"]:hover { cursor: pointer; }
.control-play { background: transparent url('../images/play-button.png') center / cover no-repeat; }
.is-playing .control-play { background: transparent url('../images/pause-button.png') center / cover no-repeat; }

@keyframes spin {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}

/* credit */
.credit { padding-top: 50px; padding-bottom: 50px; margin-top: 100px; position: relative; color: var(--white); width: 100%; background-color: var(--black); }
.credit:before { position: absolute; left: 0; top: -58px; z-index: -1; content: ''; width: 100%; height: 68px; background: url(../images/devaider.png) center bottom repeat-x; }
.credit h2 { margin-bottom: 20px; color: var(--white); }
.copyright { padding-top: 20px; font-size: 14px; text-align: center; color: var(--white); 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 .logo,
    .hero .logo svg { width: 216px; height: 50px; }
    .hero h1 { font-size: 180px; }
    .hero h1 span { font-size: 140px; }
    .hero .subtitle { font-size: 26px; }
    .hero .marquee.left { left: 0; }
    .hero .marquee.right { right: 0; }
    .hero .image.one { top: 13%; }
    .hero .image.two { top: 0; }
    .hero .image.four { top: 54%; }
    .hero .image.five { top: 71%; }
    

    .textSec .graphic ul.list { max-width: 520px; }
    .textSec .graphic ul.list li:nth-child(2) { left: 70px; }
    .textSec .graphic ul.list li:nth-child(3) { left: 140px; }
    .textSec .graphic ul.list li:nth-child(4) { left: 215px; }
    
}

@media screen and (max-width: 767px)  {
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }

    .hero .logo { margin-bottom: 20px; }
    .hero .logo,
    .hero .logo svg { width: 174px; height: 40px; }
    .hero { height: 550px; }
    .hero h1 { font-size: 110px; }
    .hero h1 span { font-size: 80px; }
    .hero .subtitle { font-size: 18px; letter-spacing: 0; }
    .hero .image.four { width: 32%; }
    .hero .image.five { width: 30%; }
    .hero .image.six { top: 48%; width: 30%; left: 59%; }
    .hero .image.seven { right: 0; top: unset; bottom: 20px; }
    .hero .arrow { width: 20px; }
    .hero .marquee { font-size: 11px; }

    .textSec .story { font-size: 14px; }
    .textSec .graphic ul.list li { font-size: 12px; border-radius: 50px; }
    .textSec .graphic ul.list li strong { font-size: 15px; }
    .textSec .graphic .number { padding-bottom: 4px; width: 40px; height: 40px; font-size: 30px; }
    .textSec .graphic .content { width: calc(100% - 55px); }
    .textSec blockquote { padding: 40px 20px 0 20px; font-size: 20px; }
    .textSec blockquote:before { height: 38px; width: 54px; }
    .textSec blockquote:after { height: 20px; width: 30px; }
    .textSec blockquote span { font-size: 14px; }
    .textSec .graphic ul.list { max-width: 100%; }
    .textSec .graphic ul.list li:after { display: none; }
    .textSec .graphic ul.list li:nth-child(2) { left: 0; transition-delay: 0.3s; }
    .textSec .graphic ul.list li:nth-child(3) { left: 0; transition-delay: 0.6s; }
    .textSec .graphic ul.list li:nth-child(4) { left: 0; transition-delay: 0.9s; }
    .textSec .idea { margin: 0; width: 100%; }
    .textSec .idea li { padding: 20px 0; margin-bottom: 0; font-size: 14px; width: 100%; border-bottom: 1px dotted var(--black); border-right: 0; }
    .textSec .idea .icon { width: 35px; }
    .textSec .idea .detail { width: calc(100% - 53px); }
    .textSec .circleGraphic { padding-right: 36px; width: 470px; min-height: 443px; }
    .textSec .item { padding: 20px; width: 216px; height: 216px; font-size: 12px; }
    .textSec .graphicBlock:nth-child(2) { margin-top: -26px; }
    .textSec .item.white { padding: 18px; }

    .music-player-container .audioSub { font-size: 14px; }
}

@media screen and (max-width: 479px)  {
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }

    .hero h1 { font-size: 78px; }
    .hero h1 span { font-size: 50px; }
    .hero .subtitle { font-size: 16px; }
    .hero .image.two { top: 4%; }
    .hero .image.three { top: 18%; }
    .hero .image.four { left: -25px; }
    .hero .image.seven { width: 28%; }

    .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 .graphic ul.list li { padding: 10px; margin-bottom: 20px; border-radius: 15px; }
    .textSec .circleGraphic { padding-right: 25px; width: 350px; min-height: 330px; }
    .textSec .item { padding: 20px; width: 162px; height: 162px; font-size: 10px; }
    .textSec .graphicBlock:nth-child(2) { margin-top: -26px; }
    .textSec .item.white { padding: 18px; }
}