/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Yatra+One&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #cb2870;
    --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: url(../images/texture.jpg) center top repeat; }
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 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: 'Yatra One', sans-serif; }
h2 { padding-bottom: 25px; margin-left: -230px; font-size: 50px; color: var(--primary); text-align: center; width: 100%; position: relative; }
h2:after { position: absolute; left: 230px; bottom: 0; width: 162px; height: 20px; content: ''; background: url(../images/heading-border1.png) no-repeat; background-size: contain; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }

/* global */
.centered { padding-right: calc((100% - 660px)/ 2); padding-left: calc((100% - 660px)/ 2); }
 
/* wrapper */
.wrapper { width: 100%; position: relative; }

/* hero */
.hero { padding-top: 20px; padding-right: calc((100% - 1120px)/ 2); padding-left: calc((100% - 1120px)/ 2); margin-bottom: 40px; width: 100%; overflow: hidden; position: relative; z-index: 1; height: 720px; }
.hero .logo { margin: 0 auto 15px auto; width: 170px; height: 40px; display: block; }
.hero .logo svg { width: 170px; height: 40px; }
.hero h1 { margin: 0 auto 25px auto; max-width: 660px; width: 100%; font-size: 54px; line-height: 1; text-align: center; color: var(--black); width: 100%; }
.hero .subtitle { margin-bottom: 35px; text-align: center; color: var(--black); line-height: 1.2; font-weight: 500; font-size: 22px; width: 100%; }
.hero .img { margin: 0 auto; max-width: 446px; width: 100%; }
.hero .arrow { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); width: 12px; z-index: 8; animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.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 bottom; }
.hero .byline { margin: 30px 0; text-align: center; text-transform: uppercase; line-height: 1.6; } 

@keyframes bounce {
    50% { transform: translate(-50%, -15px); }
}

/* text */
.textSec { margin-bottom: 60px; width: 100%; }
.textSec .byline { margin: 30px 0; text-align: center; text-transform: uppercase; line-height: 1.6; } 
.textSec h2 { position: relative; }
.textSec .votingGraphic { padding-top: 100px; margin-bottom: 20px; position: relative; width: 100%; }
.textSec .votingGraphic .girl { margin: 0 auto; width: 50%; }
.textSec .votingGraphic .girl img { width: 100%; height: auto; }
.textSec .votingGraphic .top { padding-bottom: 75px; position: absolute; left: -28%; top: 0; width: 100%; max-width: 420px; transition-delay: 0.3s; }
.textSec .votingGraphic .bottom { position: relative; left: 32%; width: 100%; max-width: 600px; transition-delay: 0.3s; }
.textSec .votingGraphic h3 { text-align: center; font-size: 38px; line-height: 1.2; }
.textSec .full { display: flex; justify-content: center; flex-wrap: wrap; }
.textSec .percentage { width: 114px; height: 114px; font-size: 14px; line-height: 1.2; font-weight: 700; display: flex; align-content: center; justify-content: center; flex-wrap: wrap; align-items: center; border: 12px solid var(--white); border-radius: 50%; box-shadow: inset 0px 6px 10px -3px rgba(0,0,0,0.1); background-color: var(--white); transition-delay: 0.4s; }
.textSec .percentage:nth-child(2) { margin: 40px 0 0 -30px; width: 114px; height: 114px; transition-delay: 0.5s;  }
.textSec .number { width: 100%; font-weight: 700; text-align: center; font-size: 20px; line-height: 1; color: #f285ad; text-transform: uppercase; }
.textSec .number.green { font-size: 22px; color: #78c327; }
.textSec .top .arrow { position: absolute; left: 50%; bottom: 0; width: 80px; }
.textSec .bottom .arrow { position: absolute; left: 50%; top: -90px; width: 80px; }
.textSec .full.voting { justify-content: flex-start; }
.textSec .votingBlock { padding: 0 10px; width: 25%; line-height: 1.5; text-align: center; }
.textSec .votingBlock:nth-child(1) { transition-delay: 0.2s; }
.textSec .votingBlock:nth-child(2) { transition-delay: 0.4s; }
.textSec .votingBlock:nth-child(3) { transition-delay: 0.6s; }
.textSec .votingBlock:nth-child(4) { transition-delay: 0.8s; }
.textSec .votingBlock .percentage { margin: 0 auto 10px auto; width: 90px; height: 90px; border-width: 8px; }
.textSec .votingBlock .number { color: #000; }
.textSec .imageSticky { margin-bottom: 20px; position: relative; width: 100%; display: flex; justify-content: center; flex-wrap: wrap; }
.textSec .sticky { position: sticky; width: 100%; max-width: 468px; top: 20px; border: 10px solid var(--white); box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1); transform: rotate(-3deg); }
.textSec .sticky:nth-child(2) { margin-left: 40px; top: 40px; }
.textSec .sticky:nth-child(3) { top: 20px; }
.textSec .videoBlock { margin-bottom: 20px; width: 100%; position: relative; }
.textSec .videoFrame { margin: 0 auto 20px auto; max-width: 462px; z-index: 1; width: 100%; position: relative; }
.textSec .frame { z-index: 1; width: 100%; position: relative; }
.textSec .videoImg { width: 88%; height: 62%; position: absolute; left: 50%; top: 13px; transform: translateX(-50%); overflow: hidden; }
.textSec .videoImg img { width: 100%; height: 100%; object-fit: cover; }
.textSec .leftIcon { position: absolute; left: -80px; top: 37%; width: 76px; }
.textSec .rightIcon { position: absolute; right: -80px; top: -50px; width: 112px; }
.textSec .imageRight { margin: 0 -200px 20px 0; width: 50%; float: right; }
.textSec .graphic { margin-bottom: 30px; width: 100%; }
.textSec .graphic img { margin-inline: auto; width: 70%; }
.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; }
.textSec .blockquoteBlock { margin: 40px auto; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; position: relative; }
.textSec .blockquote { padding: 30px 50px 30px 50px; line-height: 1.6; display: flex; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center; text-align: center; width: 298px; height: 220px; background-size: contain; background-repeat: no-repeat; }
.textSec .blockquote.one { padding: 30px 50px 85px 30px; margin-top: -70px; width: 300px; height: 225px; background-image: url(../images/quotebg1.png); transition-delay: 0.7s; }
.textSec .blockquote.two { padding: 15px 40px 70px 15px; width: 240px; height: 178px; background-image: url(../images/quotebg3.png); }
.textSec .blockquote.three { padding: 76px 50px 50px 56px; margin-top: 80px; width: 222px; height: 220px; background-image: url(../images/quotebg2.png); transition-delay: 0.5s; }
.textSec .blockquote.four { padding: 30px 50px 90px 30px; margin-top: -90px; width: 370px; height: 277px; background-image: url(../images/quotebg5.png); transition-delay: 0.3s; }
.textSec .blockquote.five { padding: 30px 30px 75px 30px; width: 210px; height: 190px; background-image: url(../images/quotebg4.png); transition-delay: 0.5s; }
.textSec .blockquote.six { padding: 106px 110px 50px 60px; font-size: 14px; width: 320px; height: 316px; background-image: url(../images/quotebg6.png); transition-delay: 0.9s; }
.textSec .magazineBlock { margin-bottom: 20px; position: relative; width: 100%; z-index: 1; display: flex; flex-wrap: wrap; justify-content: space-between; }
.textSec .magazineBlock h3 { font-family: 'Montserrat', sans-serif; font-size: 30px; }
.textSec .magazineLeft { padding: 150px 0 100px 0; width: calc(100% - 230px); }
.textSec .magazineRight { margin-right: -100px; width: 300px; position: relative; }
.textSec .magazineBg { position: absolute; left: -160px; top: 0; width: calc(100% + 160px); height: 100%; z-index: -1; }
.textSec .magazineBg img { width: 100%; height: 100%; object-fit: fill; }
.textSec .magazineImg { display: block; position: relative; width: 300px; }
.textSec .magazineImg:nth-child(1) { transform: rotate(10deg); z-index: 1; }
.textSec .magazineImg:nth-child(2) { position: absolute; left: 45px; top: 40px; transform: rotate(25deg); }
.textSec .magazineImg img { box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.47); }
.textSec .slide { width: 100%; position: relative; overflow: hidden; }
.textSec .slideBlock { padding-bottom: 30px; width: 300%; height: auto; display: flex; flex-wrap: nowrap; overflow: hidden; }
.textSec .slideBlock:before { width: 100vw; position: absolute; left: 0; top: 0; content: ''; height: 64px; background: url(../images/slide-bg.png) center top repeat-x; }
.textSec .panel { height: auto; }
.textSec .panel:nth-child(2) { position: relative; top: 30px; }
.textSec .insta { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
.textSec .instaImg { width: 48%; } 
.textSec .instaImg:nth-child(2) { margin-top: 70px; } 
.textSec .audio { margin-bottom: 20px; width: 100%; } 
.textSec .story { margin: 0 auto 30px auto; width: 100%; max-width: 390px; position: relative; }
.textSec .story:after { position: absolute; right: -50px; top: 0; content: ''; width: 140px; height: 140px; background: url(../images/story-icon.png) no-repeat; background-size: contain; }

/* 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 { padding: 0; text-align: left; margin: 0 0 20px 0; font-size: 26px; color: var(--white); }
.credit h2:after { display: none; }
.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: 1160px)  {
    h2 { margin-left: 0; text-align: left; }
    h2:after { left: 0; }

    .hero { padding-left: 20px; padding-right: 20px; }

    .textSec .votingGraphic { padding-top: 130px; }
    .textSec .votingGraphic .top { padding-bottom: 50px; left: -20px; max-width: 300px; }
    .textSec .votingGraphic h3 { font-size: 30px; }
    .textSec .top .arrow { width: 50px; }
    .textSec .votingGraphic .bottom { left: 60px; }
    .textSec .bottom .arrow { top: -70px; left: 75%; width: 60px; }
    .textSec .percentage { font-size: 12px; width: 100px; height: 100px; border-width: 8px; }
    .textSec .percentage:nth-child(2) { width: 100px; height: 100px; }
    .textSec .number { font-size: 16px; }
    .textSec .number.green { font-size: 18px; }
    .textSec .votingGraphic .girl { width: 50%; }
    .textSec .imageRight { margin-right: 0; width: 50%; }
    .textSec .magazineLeft { width: calc(100% - 270px); }
    .textSec .magazineRight { padding-left: 10px; margin-right: 60px; width: 200px; }
    .textSec .magazineImg { width: 200px; }
    .textSec .magazineImg:nth-child(2) { left: 27px; top: 34px; }
    .textSec .magazineBg { left: -20px; width: calc(100% + 40px); }
}

@media screen and (max-width: 700px)  {
    h2 { font-size: 24px; }
    h2:after { width: 110px; height: 14px; }
    h3 { font-size: 20px; }
    .centered { padding-left: 20px; padding-right: 20px; }   

    .hero .logo { margin-bottom: 20px; }
    .hero .logo,
    .hero .logo svg { width: 174px; height: 40px; }

    .hero { height: 576px; }
    .hero h1 { font-size: 40px; }
    .hero .subtitle { font-size: 15px; letter-spacing: 0; }
    .hero .img { max-width: 320px; }
    .hero .arrow { width: 20px; }

    .textSec .byline { font-size: 14px; }
    .textSec .imageRight { margin-inline: auto; width: 100%; max-width: 260px; float: none; }
    .textSec .votingGraphic { padding: 0; }
    .textSec .votingGraphic h3 { font-size: 22px; line-height: 1.4; }
    .textSec .votingGraphic .top { padding-bottom: 0; margin-bottom: 20px; position: relative; top: 0; left: 0; max-width: 100%; }
    .textSec .votingGraphic .bottom { left: 0; }
    .textSec .votingGraphic .girl { margin-bottom: 10px; width: 80%; }
    .textSec .top .arrow,
    .textSec .bottom .arrow { display: none; }
    .textSec .percentage { width: 90px; height: 90px; border-width: 5px; }
    .textSec .percentage:nth-child(2) { width: 90px; height: 90px; border-width: 5px; }
    .textSec .leftIcon { left: -20px; width: 40px; }
    .textSec .rightIcon { right: -20px; width: 40px; }
    .textSec .magazineBlock { margin-bottom: 80px; }
    .textSec .magazineLeft { padding: 0; margin-bottom: 30px; width: 100%; }
    .textSec .magazineRight { margin-inline: auto; width: 260px; }
    .textSec .magazineBlock h3 { font-size: 20px; }
    .textSec .magazineBg img { object-fit: contain; object-position: center bottom; }
    .textSec .blockquote { margin: 0; }
    .textSec .panel { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
    .textSec .graphic img { width: 100%; }
    .textSec .full.voting { gap: 20px; }
    .textSec .votingBlock { padding: 0; width: calc(50% - 10px); font-size: 14px; }
    .textSec .blockquote { margin-bottom: 20px; }
    .textSec .blockquote.three { margin-top: 0; margin-bottom: 20px; }
    .textSec .blockquote.one  { margin-top: 0; margin-bottom: 20px; }
    .textSec .blockquote.four { margin-top: 0; }
    .textSec .story:after { width: 100px; height: 100px; bottom: -20px; top: unset; right: 0; }
}