/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #DF3F74;
    --pink: #FCC7CD;
    --transition: all 0.3s ease-in-out;
}

*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: "Anek Devanagari", sans-serif; font-size: 16px; color: var(--black); line-height: 2; background-color: var(--pink); }
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: 30px; }
p a { color: var(--primary); }
p a:hover { color: var(--black); }
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.4; }
h2 { margin-bottom: 20px; font-size: 100px; }
h3 { margin-bottom: 10px; font-size: 20px; }
h4 { font-size: 18px; }

/* global */
.centered { padding-right: calc((100% - 820px)/ 2); padding-left: calc((100% - 820px)/ 2); }

/* wrapper */
.wrapper { width: 100%; position: relative; }

/* header */
.header { padding: 15px 20px; position: absolute; left: 0; top: 0; z-index: 99; width: 100%; display: flex; justify-content: center; align-items: center; } 
.header .logo { width: 200px; height: 46px; display: block; }
.header .logo svg { width: 200px; height: 46px; }

/* hero */
.hero { padding-top: 20px; padding-bottom: 20px; width: 100%; overflow: hidden; position: fixed; top: 0; z-index: 9; height: 100svh; background-color: var(--pink); background-image: url(../images/hero-bg.png); background-repeat: repeat; background-position: center center; }
.hero .logoBlock { margin-bottom: 10px; width: 100%; display: flex; justify-content: center; }
.hero .logo { width: 130px; height: 30px; display: block; }
.hero .logo svg { width: 130px; height: 30px; }
.hero h1 { margin-inline: auto; text-transform: uppercase; color: var(--primary); font-family: 'The Bold Font', sans-serif; text-align: center; font-size: 80px; line-height: 0.9; max-width: 650px; width: 100%; }
.hero .subtitle { font-family: 'The Bold Font', sans-serif; text-transform: uppercase; font-size: 28px; color: var(--white); text-align: center; text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25); }
.hero .heroImg { width: 100%; display: flex; justify-content: center; position: relative; }
.hero .title { position: absolute; left: 0; top: 70px; z-index: 1; width: 100%; font-size: 35px; text-align: center; color: var(--white); font-family: 'The Bold Font', sans-serif; text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);}
.hero .title.india { top: unset; bottom: 80px; }
.hero .heart { margin: 0 auto; max-width: 400px; width: 100%; }
.hero .scroll { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); color: var(--black); font-size: 12px; display: flex; justify-content: center; text-transform: uppercase; font-weight: 700; z-index: 1; }
.hero .icon { animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.hero .icon img { width: 10px; }
.hero .story { position: absolute; left: 0; bottom: 40px; font-size: 12px; width: 100%; text-align: center; text-transform: uppercase; line-height: 1.6; }
.hero .story strong { font-size: 14px; }

@keyframes bounce {
    50% { transform: translateY(-10px); }
}

/* text */
.textSec { margin-top: 30px; margin-bottom: 100px; width: 100%; }
.textSec:last-child { margin-bottom: 0; }
.textSec .top { margin-bottom: 50px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.textSec .left { width: calc(100% - 400px); position: sticky; top: 80px; z-index: 1; }
.textSec .right { width: 400px; }
.textSec h2 { color: var(--primary); line-height: 1.2; text-transform: capitalize; }
.textSec h2 span { color: var(--white); }
.textSec .imgAni { padding: 8px; width: 100%; position: sticky; top: 20px; box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2); background-color: var(--white); }
.textSec .imgAni img { width: 100%; height: auto; }
.textSec .imgAni:nth-child(1) { transform: translateX(-20px) rotate(4deg); }
.textSec .imgAni:nth-child(2) { transform: translateX(10px) rotate(-4deg); }
.textSec .imgAni:nth-child(3) { top: 20px; transform: translateX(-10px) rotate(7deg); }
.textSec .imgAni:nth-child(4) { top: 20px; transform: translateX(10px) rotate(-7deg); }
.textSec .imgAni:nth-child(5) { top: 30px; transform: translateX(-6px) rotate(5deg); }
.textSec .imgAni:nth-child(6) { top: 30px; transform: translateX(6px) rotate(-3deg); }
.textSec .imgAni:nth-child(7) { top: 30px; transform: translateX(-6px) rotate(3deg); }
.textSec .imgAni:nth-child(8) { top: 30px; transform: translateX(-8px) rotate(-2deg); }
.textSec .chartBlock { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.textSec .chart { width: 48%; }
.textSec .chartText { width: 48%; }
.textSec .chartText ul { list-style: none; }
.textSec .chartText li { padding-left: 20px; margin-bottom: 10px; width: 100%; font-weight: 700; position: relative; }
.textSec .chartText li:before { position: absolute; left: 0; top: 14px; content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: var(--black); }
.textSec .highcharts-credits { display: none; }
.textSec .highcharts-background { fill: transparent; }
.textSec .highcharts-label text { text-shadow: none!important; }
.textSec .slogan { margin-bottom: 50px; width: 100%; display: flex; justify-content: center; }
.textSec .slogan:last-child { margin-bottom: 0; }
.textSec .slogan img { max-width: 650px; width: 100%; }
.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: 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 .audio { margin-top: 30px; margin-bottom: 30px; display: flex; justify-content: center; }
.textSec .audiosub { text-align: center; width: 100%; }
.textSec .source { width: 100%; text-align: center; font-size: 12px; position: relative; top: 40px; }
.textSec .video { width: 100%; display: flex; justify-content: center; }
.textSec .video video { width: 300px; height: auto; }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
   }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
   }
}

/* 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: 50%; top: 50%; transform: translate(-50%, -50%); 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 { 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; }

/* credit */
.credit { padding-top: 50px; padding-bottom: 50px; color: var(--white); width: 100%; background-color: var(--black); }
.credit h3 { 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; }
}

@media screen and (max-width: 767px)  {
    body { font-size: 16px; }
    h2 { font-size: 60px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }

    .header .logo,
    .header .logo svg { width: 140px; height: 32px; }

    .hero { display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
    .hero .logo,
    .hero .logo svg { width: 110px; height: 26px; }
    .hero h1 { font-size: 80px; }
    .hero .subtitle { font-size: 30px; }
    .hero .title { font-size: 30px; }
    .hero .heroImg { margin-top: 20px; }
    .hero .heart { max-width: 300px; }

    .textSec { margin-bottom: 50px; }
    .textSec .left { margin-bottom: 20px; width: 100%; position: relative; top: unset; }
    .textSec .right { width: 100%; }
    .textSec .imgAni { margin: 0 auto; max-width: 300px; }
    .textSec .chart { margin-bottom: 20px; width: 100%; }
    .textSec .chartText { width: 100%; }
    .textSec blockquote { padding: 40px 20px 20px 20px; font-size: 18px; }
    .textSec blockquote:before { height: 38px; width: 54px; }
    .textSec blockquote:after { height: 20px; width: 30px; }
    .textSec blockquote span { font-size: 14px; }
}

@media screen and (max-width: 479px)  {
    h2 { font-size: 50px; }

    .hero h1 { font-size: 50px; }
    .hero .subtitle { font-size: 20px; }
    .hero .title { font-size: 20px; }

    .textSec .imgAni { max-width: 280px; }
    .textSec blockquote { padding-left: 0; padding-right: 0; font-size: 16px; }
    .textSec blockquote span { font-size: 13px; }
    .textSec blockquote:before { height: 30px; width: 42px; }
}