/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #ff0000;
    --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: 1.8; background-color: #330c32; }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: var(--white); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary); }
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: 40px; }
h3 { font-size: 24px; }

/* global */
.centered { padding-right: calc((100% - 1160px)/ 2); padding-left: calc((100% - 1160px)/ 2); }
.btn { padding: 4px 30px 0 30px; min-width: 200px; min-height: 60px; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; font-weight: 700; cursor: pointer; color: var(--black); border-radius: 35px; background-color: var(--white); }
.btn:hover { color: var(--white); background-color: var(--primary); }
.readBtn { padding: 8px 20px 0 20px; height: 40px; display: inline-flex; align-items: center; gap: 5px; justify-content: center; text-transform: uppercase; font-weight: 600; cursor: pointer; color: var(--white); border-radius: 35px; background-color: var(--primary); }
.readBtn svg { margin-top: -4px; width: 14px; height: 12px; fill: #fff; transition: var(--transition); }
.readBtn:hover { color: var(--black); background-color: var(--white); }
.readBtn:hover svg { fill: var(--black); }

/* wrapper */
.wrapper { width: 100%; position: relative; }

/* header */
.headerSec { padding: 0 50px; position: absolute; left: 0; top: 0; z-index: 99; width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 60px; background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); }
.headerSec .logo { display: block; height: 28px; }
.headerSec .logo svg { height: 28px; width: 163px; }
.headerSec .back { color: var(--white); position: relative; text-transform: uppercase; font-size: 14px; font-weight: 500; }
.headerSec .back:before { position: absolute; left: -12px; top: 6px; content: ''; width: 0; height: 0; border-width: 5px 6px 5px 0; border-color: transparent #e81616 transparent transparent; border-style: solid; }
.headerSec .back:hover { color: var(--primary); }

/* hero */
.heroSec { padding-top: 100px; padding-bottom: 50px; width: 100%; min-height: 720px; overflow: hidden; position: relative; }
.heroSec .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.heroSec .bg::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 40px; background: url(../images/hero-bg.png) repeat-x; background-size: contain; }
.heroSec video { width: 100vw; height: 100%; object-fit: cover; object-position: center center; }

/* text sec */
.textSec { padding-top: 100px; padding-bottom: 150px; width: 100%; position: relative; }
.textSec .title { margin-bottom: 30px; font-size: 40px; font-weight: 600; text-align: center; color: var(--white); line-height: 1.5; }
.textSec .block { padding: 35px 200px; position: relative; width: 100%; background: url(../images/text-bg.png) no-repeat; background-size: 100% 100%; }
.textSec .block .event { padding-bottom: 20px; margin-bottom: 20px; position: relative; width: 100%; }
.textSec .block .event::before { position: absolute; left: 50%; bottom: 0; content: ''; width: 100px; height: 1px; transform: translateX(-50%); background-color: rgba(255,255,255,0.3); }
.textSec .block .event.last { padding-bottom: 0; margin-bottom: 0; }
.textSec .block .event.last::before { display: none; }
.textSec .block h3 { margin-bottom: 10px; font-size: 24px; text-align: center; color: var(--white); }
.textSec .block p { text-align: center; font-size: 16px; font-weight: 500; color: var(--white); }
.textSec .block .diya { position: absolute; left: 80px; /*top: 50%; transform: translateY(-50%);*/ bottom: 20px; width: 130px; }
.textSec .block .diya.right { left: unset; right: 80px; }

/* quiz sec */
.quizSec { margin-bottom: 40px; width: 100%; }
.quizSec .heading h2 { margin-bottom: 0; width: 100%; color: var(--white); font-size: 70px; line-height: 1; }
.quizSec .quizblock { padding-top: 50px; padding-bottom: 50px; margin-top: -24px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; background: url(../images/quiz-bg.jpg) center center no-repeat; background-size: 100% 100%; }
.quizSec .quizmain, 
.quizSec .registerBox, 
.quizSec .thanksBox{ border-radius: 20px; background: #fff; }
.quizSec .thanksBox{  margin: 30px 0px; display: none; }
.quizSec .thanksquiz { padding: 30px 0; line-height: 2.4; font-size: 30px; gap: 10px; display: flex; justify-content: center;}
.quizSec .thanksquiz p { text-align: center; line-height: 1.4; }
.quizSec .quizmain { width: calc(100% - 420px); align-self: center;}
.quizSec .formquiz { padding: 30px 30px;  text-align: center;}
.quizSec .formquiz h2{margin-bottom: 20px; padding-top: 0px; background: #52137F; background: linear-gradient(to bottom, #52137F 0%, #D01084 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.quizSec .formquiz h3{margin-bottom: 30px; text-align: left;}
.quizSec .formquiz ul{display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px;}
.quizSec .formquiz li{ width: 100%; padding: 15px; border: 1px solid #ececec; font-weight: 600; text-align: left; border-radius: 10px; cursor: pointer;}
.quizSec .formquiz li.wrong{background: #f3e0e1;}
.quizSec .formquiz li.correct{background: #d3f6e5;}
.quizSec .formquiz .btn { min-height: 50px; color: var(--white); transition: var(--transition); border: 0; border-radius: 10px; background-color: var(--primary); }
.quizSec .formquiz .btn:hover { color: var(--black); background-color: #fee001; }
.quizSec #valuedDetails { display: flex; justify-content: center; text-align: center; }
.quizSec .magazine { padding: 35px 25px; margin: -100px 0; width: 320px; height: calc(100% + 200px); border-radius: 20px; background-color: #fee001; }
.quizSec .magazine h3 { font-size: 34px; color: var(--black); text-align: center; }
.quizSec .magazine p { margin-bottom: 10px; text-align: center; font-size: 18px; line-height: 1.6; }
.quizSec .magazine img { width: 100%; height: auto; }
.quizSec .magazine .button { margin-top: 20px; width: 100%; display: flex; justify-content: center; }
.quizSec .magazine .btn { min-width: 160px;  min-height: 50px; color: var(--white); border-radius: 10px; background-color: var(--primary); }
.quizSec .magazine .btn:hover { color: var(--black); background-color: var(--white); }

/* news Sec */
.newsSec { padding-top: 80px; width: 100%; overflow: hidden; }
.newsSec .top { display: flex; flex-wrap: wrap; justify-content: space-between; }
.newsSec h2 { color: var(--white); }
.newsSec .sliderBlock { padding-bottom: 80px; width: 100%; border-bottom: 2px solid rgba(255,255,255,0.1); }
.newsSec .block { padding-bottom: 80px; width: 100%; display: flex; gap: 30px; flex-wrap: wrap; border-bottom: 2px solid rgba(255,255,255,0.1); }
.newsSec .item { width: calc(25% - 23px); }
/* .newsSec .item:first-child { width: 100%; }
.newsSec .item:first-child .cardStory { display: flex; flex-wrap: wrap; justify-content: space-between; }
.newsSec .item:first-child .cardStory .image { width: 48%; height: auto; }
.newsSec .item:first-child .cardStory .sliderText { width: 49%; font-size: 40px; font-weight: 600; line-height: 1.4; } */
.newsSec .button { margin-top: 50px; width: 100%; display: flex; justify-content: center; }
.newsSec.last .block { border: none; }

/* card Story */
.cardStory { width: 100%; height: 100%; }
.cardStory .image { width: 100%; }
.cardStory .image img { width: 100%; height: auto; object-fit: fill; }
.cardStory .sliderText { padding-top: 20px; width: 100%; color: var(--white); font-weight: 500; }

/* footer */
.footerSec { padding-top: 20px; padding-bottom: 20px; width: 100%; background-color: var(--black); }
.footerSec .copyright { font-size: 12px; width: 100%; text-align: center; color: var(--white); }

/* cracker */
.hide { opacity: 0; visibility: hidden; }
.remove { display: none !important; }
.blur { filter: blur(12px); }
.stage-container { position: fixed; left: 0; top: 0; width: 100vw; height: 100svh; z-index: -1; overflow: hidden; box-sizing: initial; border: 0; opacity: 0.3; }
.help-modal { display: none; }
.canvas-container { width: 100%; height: 100%; transition: filter 0.3s; }
.canvas-container canvas { position: absolute; mix-blend-mode: lighten; transform: translateZ(0); }
.controls { display: none;}
.menu { display: none; }

@media screen and (max-width: 1200px)  {
    .centered { padding-left: 20px; padding-right: 20px; }
}

@media screen and (max-width: 992px)  {
    .heroSec h1 { font-size: 100px; }

    .heroSec { min-height: 580px; }

    .textSec { padding-bottom: 120px; }
    .textSec .title { font-size: 30px; }
    .textSec .block { padding: 25px 160px; }
    .textSec .block .diya { width: 100px; left: 30px; }
    .textSec .block .diya.right { right: 30px; }

    .quizSec .heading h2 { font-size: 50px; }
    .quizSec .quizblock { margin-top: -17px; }
    .quizSec .quizmain { width: calc(100% - 360px); }
    .quizSec .magazine h3 { font-size: 30px; }
    .quizSec .magazine p { font-size: 16px; }
    
    .newsSec .item { width: calc(33.33% - 20px); }
    /* .newsSec .item:first-child .cardStory .sliderText { font-size: 30px; } */
}

@media screen and (max-width: 767px)  {
    h2 { font-size: 26px; }

    .headerSec { min-height: 46px; }
    .headerSec .logo { height: 20px; }
    .headerSec .logo svg { width: 120px; height: 20px; }
    .headerSec .back { font-size: 12px; }
    .headerSec .back:before { top: 5px; }

    .heroSec { padding-top: 60px; min-height: 580px; }

    .textSec { padding-top: 80px; }
    .textSec .title { width: 100%; font-size: 20px; }
    .textSec .block h3 { font-size: 24px; }
    .textSec .block p { font-size: 18px; }
    .textSec .block { padding: 70px 25px 30px 25px; margin: 0 auto; max-width: 340px; width: 100%; background: url(../images/text-m-bg.png) no-repeat; background-size: 100% 100%; }
    .textSec .block .diya { margin: 15px auto 0 auto; position: relative; left: unset; top: unset; transform: unset; width: 120px; }
    .textSec .block .diya.right { display: none; }

    .quizSec .quizblock { background-size: cover; }
    .quizSec .quizmain { margin-bottom: 20px; width: 100%; }
    .quizSec .magazine { margin: 0 auto; width: 300px; }
    .quizSec .formquiz{ padding: 30px 20px; }
    .quizSec .formquiz h3 { margin-bottom: 20px; font-size: 20px; }
    .quizSec .displayQuiz { flex-wrap: wrap; }
    .quizSec .formquiz h2 { line-height: 1.6;}
    .quizSec .thanksBox{ padding: 0 20px; }

    .cardStory .sliderText { font-size: 16px; line-height: 28px; }

    .newsSec { padding-top: 50px; }
    .newsSec .sliderBlock { padding-bottom: 50px; }
    .newsSec .block { padding-bottom: 50px; }
    .newsSec .item { width: calc(50% - 20px); }
    .newsSec .swiper-slide { width: 270px; }
    /* .newsSec .item:first-child .cardStory .image { width: 100%; }
    .newsSec .item:first-child .cardStory .sliderText { width: 100%; font-size: 18px; line-height: 1.6; } */
}

@media screen and (max-width: 480px)  {
    /* .newsSec .block { gap: 10px; } */
    .newsSec .item { width: 100%; }
}