/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');

*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: 'Poppins', sans-serif; font-size: 17px; color: #000; line-height: 1.6; background: url(https://www.jagranimages.com/images/prime-ministers-of-india/body-bg.jpg) repeat; }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: #000; text-decoration: none; transition: all 0.3s ease-in-out; }
a:hover { color: #ee0c3d; }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; }
h1 { font-size: 80px; }
h2 { font-size: 34px; line-height: 1.3; }
h3 { font-size: 26px; }
h2 span { color: #ee0c3d; }

/* global */
main { padding-top: 0!important; }
.containerCenter { padding-right: calc((100% - 1300px)/ 2); padding-left: calc((100% - 1300px)/ 2); }
.btn { padding: 4px 25px; font-size: 16px; min-height: 40px; display: inline-flex; justify-content: center; align-items: center; color: #fff; background-color: #000; border-radius: 20px; }
.btn:hover { color: #fff; background-color: #f4713f; }

/* wrapper */
.wrapper { width: 100%; position: relative; }

/* header */
.headerSection { padding: 15px 50px; position: absolute; left: 0; top: 0; z-index: 99; width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 80px;}
.headerSection .logo { display: block; background-image: none; }
.headerSection .logo svg { display: block; height: 33px; width: 195px; }
.headerSection .back { margin-left: 30px; color: #000; position: relative; text-transform: uppercase; font-size: 16px; font-weight: 600; }
.headerSection .back:before { position: absolute; left: -20px; top: 3px; content: ''; width: 0; height: 0; border-width: 8px 14px 8px 0; border-color: transparent #e81616 transparent transparent; border-style: solid; }
.headerSection .back:hover { color: #ee0c3d; }

/* hero */
.heroSection { width: 100%; height: 650px; position: relative; background: url(https://www.jagranimages.com/images/prime-ministers-of-india/hero-bg.jpg) repeat; }
.heroSection .block { position: relative; height: 100%; z-index: 1; display: flex; justify-content: center; align-items: flex-end; }
.heroSection .image { bottom: 10px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 40%; }
.heroSection .image img { width: 100%; height: auto; }
.heroSection h1 { position: relative; z-index: 1; line-height: 0.8; font-family: 'Teko', sans-serif; transition-delay: 0.5s; }
.heroSection h1 span { font-size: 90px; text-shadow: -2px -2px 0 #fff, 0px -2px 0 #fff, 2px -2px 0 #fff, 2px  0px 0 #fff, 2px  2px 0 #fff, 0px  2px 0 #fff, -2px  2px 0 #fff, -2px  0   0 #fff; font-family: 'Teko', sans-serif; }
.heroSection h1 strong { display: block; font-size: 180px; font-weight: 700; font-family: 'Teko', sans-serif; color: #C40B13; text-shadow: -7px -7px 4px rgba(0,0,0,0.19); }
.heroSection .bg { position: absolute; left: 0; bottom: 0; width: 100%; }
.heroSection .bg img { width: 100%; height: auto; object-fit: cover; mix-blend-mode: multiply; }

/* timeline */
.timelineSection { margin-bottom: 100px; width: 100%; position: relative; }
.timelineSection .block { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.timelineSection .yearBlock { padding-top: 40px; position: sticky; top: 0; left: 0; width: 80px; }
.timelineSection .year { width: 100%; }
.timelineSection .year li { margin-bottom: 8px; width: 100%; }
.timelineSection .year li a { padding-right: 20px; font-size: 17px; text-align: right; display: block; position: relative; color: rgba(33,31,31,0.6); }
.timelineSection .year li a:after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: ''; border-radius: 50%; width: 10px; height: 10px; border: 1px solid #b5b5b4; transition: all 0.3s ease-in-out; }
.timelineSection .year li a:hover,
.timelineSection .year li.is-active a { font-weight: 700; color: rgba(33,31,31,1); }
.timelineSection .year li a:hover:after,
.timelineSection .year li.is-active a:after { border: 1px solid #d53223; }
.timelineSection .list { padding-top: 100px; position: relative; width: calc(100% - 90px); }
.timelineSection .list:before { position: absolute; left: 50%; top: 0; transform: translateX(-50%); content: ''; height: 100%; border-right: 2px dashed #656864; }
.timelineSection .item { margin-bottom: 50px; width: 100%; }
.timelineSection .item:first-child h3 { position: absolute; left: -410px; top: 0; font-weight: 700; width: 145px; height: 190px; display: flex; align-items: center; text-align: right; background: linear-gradient(to left, rgba(255,152,46,1) 0%,rgba(218,21,103,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.timelineSection .item:first-child h2 { margin-top: 20px; }
.timelineSection .timelineBlock { margin-left: auto; width: 50%; display: flex; flex-wrap: wrap; gap: 20px; }
.timelineSection .image { margin-left: -110px; width: 220px; height: 190px; position: relative; z-index: 2; }
.timelineSection .image img { width: 100%; height: 100%; object-position: top; object-fit: cover; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
.timelineSection .image:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ''; width: calc(100% + 30px); height: calc(100% + 30px); background-color: rgba(255,255,255,0.3); clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
.timelineSection .text { width: calc(100% - 240px); position: relative; }
.timelineSection .text h2 { padding: 10px 0; margin-bottom: 10px; font-size: 34px; color: #fff; position: relative; z-index: 1; transition-delay: 0.3s; }
.timelineSection .text h2:before { position: absolute; left: -50px; top: 0; width: calc(100% + 50px); height: 100%; z-index: -1; content: ''; background-image: linear-gradient(to right, rgba(255,152,46,1) 0%,rgba(218,21,103,1) 100%); border-radius: 0 30px 30px 0; }
.timelineSection .text h3 { font-size: 40px; color: #403f3f; font-weight: 700; }
.timelineSection .textDetail { padding: 15px; position: relative; width: 100%; border: 1px solid #fc8f32; overflow: hidden; border-radius: 20px; background-color: #fff; transition-delay: 0.6s; }
.timelineSection .textDetail:before { position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; width: 2px; height: 100%; background-image: linear-gradient(to right, rgba(255,152,46,1) 0%,rgba(218,21,103,1) 100%); }
.timelineSection .textDetail li { margin-bottom: 8px; color: #403f3f; font-size: 16px; }
.timelineSection .textDetail li strong { font-weight: 400; width: calc(100% - 226px); font-weight: bold; display: inline-block; }
.timelineSection .button { margin-top: 20px; width: 100%; display: flex; justify-content: center; }
.timelineSection .item:nth-child(even) .timelineBlock { margin-left: 0; flex-direction: row-reverse; }
.timelineSection .item:nth-child(even) .image { margin-left: 0; margin-right: -110px; }
.timelineSection .item:nth-child(even) .text h3 { text-align: right; }
.timelineSection .item:nth-child(even) .text h2 { text-align: right; }
.timelineSection .item:nth-child(even) .text h2:before { left: 0; border-radius: 30px 0 0 30px; background-image: linear-gradient(to left, rgba(255,152,46,1) 0%,rgba(218,21,103,1) 100%); }

/* faq */
.faqSection { width: 100%; position: relative; }
.faqSection .block { padding: 30px; width: 100%; border-radius: 30px; background-color: #fff; }
.faqSection .top { margin-bottom: 30px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.faqSection .top h2 { font-size: 60px; background: -webkit-linear-gradient(#fd9032, #dc1c64); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.faqSection .topImg { margin-top: -116px; width: 380px; }
.faqSection .accordion { width: 100%; }
.faqSection .accordionItem { margin-bottom: 20px; width: 100%; }
.faqSection .accordionItem:last-child { margin-bottom: 0; }
.faqSection .accordionTitle { padding-right: 30px; cursor: pointer; font-size: 24px; font-weight: 600; color: #524f50; position: relative; transition: all 0.3s ease-in-out; }
.faqSection .accordionTitle:after { content: "+"; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; transition: all 0.3s ease; font-size: 24px; }
.faqSection .accordionTitle.active:after { content: "-"; }
.faqSection .accordionTab { display: none; padding: 15px 0; line-height: 2; font-size: 16px; }

/* text */
.textSection { padding-top: 90px; width: 100%; position: relative; z-index: 1; overflow: hidden; }
.textSection .left { margin: 0 20px 20px 0; float: left; width: 37.4%; }
.textSection h1 { font-weight: 700; font-size: 35px; }
.textSection .year { margin-bottom: 15px; font-size: 22px; }
.textSection .image { position: relative; }
.textSection p { margin-bottom: 20px; font-size: 18px; }
.textSection .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; } 
.textSection .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }

/* footer */
.footerSection { width: 100%; height: 368px; display: flex; justify-content: center; align-items: flex-end; position: relative; }
.footerSection .footerbg { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; }
.footerSection .footerbg img { width: 100%; height: 100%; mix-blend-mode: multiply; object-fit: cover; object-position: center top; }
.footerSection .copyright { padding: 20px 0; text-align: center; font-size: 16px; position: relative; z-index: 1; font-weight: 600; }

@media screen and (max-width: 1340px)  {
   .containerCenter { padding-left: 20px; padding-right: 20px; }
}

@media screen and (max-width: 1199px)  {
   .heroSection .image { width: 510px; }
   .heroSection h1 span { font-size: 70px; }
   .heroSection h1 strong { font-size: 180px; }

   .timelineSection .text { width: calc(100% - 130px); }   
   .timelineSection .textDetail li strong { width: calc(100% - 130px); }
}



@media screen and (max-width: 991px)  {
   body { font-size: 16px; }
   .heroSection { height: 600px; }
   .heroSection .image { width: 450px; }
   .heroSection h1 span { font-size: 50px; }
   .heroSection h1 strong { font-size: 180px; }

   .timelineSection .image { margin-left: -60px; width: 120px; height: 110px; }
   .timelineSection .image:before { width: calc(100% + 20px); height: calc(100% + 20px); }
   .timelineSection .text { width: calc(100% - 80px); }
   .timelineSection .text h3 { font-size: 28px; }
   .timelineSection .text h2 { font-size: 28px; }
   .timelineSection .textDetail li { font-size: 13px; }
   .timelineSection .textDetail li strong { width: calc(100% - 100px); }
   .timelineSection .item:first-child h3 { left: -260px; width: 100px; height: 110px; }

   .faqSection .block { padding: 20px; } 
   .faqSection .topImg { margin-top: -87px; width: 300px; }
   .faqSection .top h2 { width: calc(100% - 320px); font-size: 50px; }
   .faqSection .accordionTitle { font-size: 20px; }
   .footerSection { height: 300px; }

}

@media screen and (max-width: 767px)  {
   .headerSection { min-height: 60px; }
   .headerSection .logo svg { width: 130px; height: 22px; }
   .headerSection .back { font-size: 14px; }
   .headerSection .back:before { left: -15px; top: 6px; border-width: 5px 10px 5px 0; }

   .heroSection h1 strong { font-size: 100px; }
   .heroSection h1 span { font-size: 35px; }
   .heroSection .image { max-width: 400px; width: 100%; }

   .timelineSection .yearBlock { padding: 5px 15px; width: 100%; border-radius: 30px; z-index: 5; box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); background-color: #fff; }
   .timelineSection .year { padding: 5px 0; width: unset; display: flex; gap: 20px; overflow-x: auto; }
   .timelineSection .year li { margin: 0; }
   .timelineSection .list { padding-top: 50px; width: 100%; overflow: hidden; }
   .timelineSection .timelineBlock { width: 100%; margin-left: unset; }
   .timelineSection .item:last-child { margin-bottom: 0; }
   .timelineSection .image,
   .timelineSection .item:nth-child(even) .image { margin: 0 auto; width: 160px; height: 140px; }
   .timelineSection .text { width: 100%; }
   .timelineSection .text h2:before,
   .timelineSection .item:nth-child(even) .text h2:before { left: 0; width: 100%; border-radius: 30px; }
   .timelineSection .text h2,
   .timelineSection .item:nth-child(even) .text h2 { font-size: 24px; text-align: center; }
   .timelineSection .text h3,
   .timelineSection .item:nth-child(even) .text h3 { font-size: 22px; text-align: center; }
   .timelineSection .item:first-child h3 { padding: 3px 0; position: relative; left: unset; width: 100%; height: unset; justify-content: center; text-align: center; }
   .timelineSection .item:first-child h2 { margin-top: 0; }
   .timelineSection .textDetail li strong { width: calc(100% - 173px); }

   .faqSection .top h2 { width: calc(100% - 160px); font-size: 30px; }
   .faqSection .topImg { margin-top: -53px; width: 150px; }
   .faqSection .accordionTitle:after { right: 0; top: -2px; transform: translateY(0); }
   .faqSection .accordionTitle { padding-right: 20px; font-size: 18px; }

   .textSection h1 { font-size: 30px; }
   .textSection .year { font-size: 20px; }
   .textSection .left { width: 100%; }
   .textSection .image { margin: 0 auto; max-width: 400px; width: 100%; }
   .textSection .bg { height: 600px; }
   
   .footerSection { height: 200px; }
   .footerSection .copyright { font-size: 14px; }
   
}

@media screen and (max-width: 479px)  {
   .heroSection h1 span { font-size: 30px; text-shadow: -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 0px 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff; }
   .heroSection h1 strong { font-size: 80px; }
   .heroSection .image { bottom: 10px; }
}
