@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #41ba85;
    --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(--white); }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: var(--black); transition: var(--transition); }
a:hover { color: var(--primary); }
p { margin-bottom: 20px; }
p a { text-decoration: underline; }
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.2; font-family: "Anek Devanagari", sans-serif; }
h1 { font-size: 120px; }
h2 { font-size: 42px; }
h3 { font-size: 24px; }
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: 50px; width: 100%; overflow: hidden; position: relative; z-index: 1; height: 720px; background-color: #b11f24; }
.hero .logo { position: absolute; left: 50%; top: 15px; transform: translateX(-50%); z-index: 2; width: 125px; height: 29px; }
.hero .logo svg { width: 125px; height: 29px; display: block; fill: #fff; }
.hero .block { padding: 80px 0 80px 0; width: 100%; height: 100%; align-items: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.hero .left { width: 55%; color: var(--white); text-align: center; font-size: 18px; }
.hero .right { margin-left: -80px; width: 44%; position: relative; }
.hero h1 { color: var(--white); line-height: 0.8; text-align: left; }
.hero h1 span { margin-left: 130px; display: block; transition-delay: 0.2s; }
.hero h1 strong { margin-left: 35px; display: block; transition-delay: 0.3s; }
.hero .subtitle { margin-bottom: 15px; text-align: center; font-size: 42px; font-weight: 600; font-family: "Anek Devanagari", sans-serif; line-height: 1.2; color: var(--white); transition-delay: 0.5s; }
.hero .left p { transition-delay: 0.6s; }
.threesixty-container { margin: 0 auto; user-select: none; background-size: cover; }
#threesixty1 { width: 150px; height: 150px; width: 100%!important; height: 100%!important; }
#threesixty2 { width: 100px; height: 100px; width: 100%!important; height: 100%!important; }
#threesixty3 { width: 320px; height: 320px; }
.hero .scroll { padding-bottom: 30px; position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); color: var(--white);  text-transform: uppercase; font-weight: 500; z-index: 1; }
.hero .icon { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.hero .icon img { width: 15px; filter: invert(1) brightness(100%); }
.hero .bg { position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; }
.hero .bg:before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background-color: rgba(177,31,36,0.6); }
.hero video { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.hero .bottombg { position: absolute; left: 0; bottom: 0; width: 100%; height: 100px; }
.hero .bottombg img { width: 100%; height: 100%; object-fit: fill; }
.hero .girl { position: absolute; left: 0; top: 0; width: 28%; }
.hero .girl img { mix-blend-mode: overlay; opacity: 0.5; }
.hero .bat { position: absolute; right: 0; top: 0; width: 35%; }
.hero .bat img { mix-blend-mode: color-dodge; opacity: 0.5; }
.hero .bacteriabg { position: absolute; left: -50px; bottom: -30px; width: 25%; }
.hero .bacteriabg.right { left: auto; right: 25%; }
.hero .bacteriabg img { mix-blend-mode: multiply; }

#animationDiv { position: relative; width: 700px; height: 700px; }
canvas { position: absolute; top: 0; left: 0; }

/* text side */
.textSide { margin-bottom: 80px; width: 100%; position: relative; }
.textSide .author { margin-bottom: 20px; width: 100%; text-align: center; }
.textSide .top { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.textSide .icon { width: 90px; }
.textSide .heading { width: calc(100% - 110px); }
.textSide .block { margin-top: 20px; margin-bottom: 40px; display: flex; justify-content: space-between; }
.textSide .box { padding: 30px; font-size: 18px; width: 20%; height: 150px; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; align-content: center; box-shadow: 5px 10px 13px 0px rgba(0,0,0,0.1); clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); background-color: #ff9c90; }
.textSide .box:nth-child(odd) { margin-top: 75px; }
.textSide .box span { display: block; text-align: center; font-size: 24px; line-height: 1.2; width: 100%; font-weight: 700; }
.textSide .box:nth-child(2) { transition-delay: 0.5s; }
.textSide .box:nth-child(3) { transition-delay: 0.6s; }
.textSide .box:nth-child(4) { transition-delay: 0.7s; }
.textSide .box:nth-child(5) { transition-delay: 0.8s; }
.textSide .list { margin-bottom: 20px; }
.textSide .list:last-child { margin-bottom: 0; }
.textSide .list li { padding-left: 22px; position: relative; }
.textSide .list li:before { position: absolute; left: 0; top: 6px; content: ''; width: 12px; height: 12px; background: url(../images/arrow.svg) no-repeat; background-size: contain; }
.textSide .blockquote { margin-top: 40px; margin-bottom: 40px; width: 100%; }
.textSide .blockquote:last-child { margin-bottom: 0; }
.textSide blockquote { padding: 30px 0 30px 0; text-align: center; line-height: 1.8; position: relative; }
.textSide blockquote:before,
.textSide blockquote:after { position: absolute; content: ''; }
.textSide blockquote:before { left: 50%; top: 0; transform: translateX(-200px); width: 100px; height: 72px; background: url(../images/quote-top.png) no-repeat; background-size: contain; }
.textSide blockquote:after { right: 0; bottom: 0; width: 50px; height: 36px; background: url(../images/quote-bottom.png) no-repeat; background-size: contain; }
.textSide .quoteImg { margin: 0 auto 20px auto; width: 150px; border-radius: 50%; overflow: hidden; }
.textSide .quoteImg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.textSide .name { text-align: center; font-weight: 700; font-size: 20px; }
.textSide .post { margin-bottom: 20px; text-align: center; }
.textSide h4 { margin-bottom: 20px; text-align: center; }
.textSide .feature { margin: 0 auto 20px auto; max-width: 500px; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; position: relative; border: 2px solid #f4f4f4; border-radius: 50%; }
.textSide .featureImg { padding: 15px; width: 360px; height: 360px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #f4f4f4; }
.textSide .featureText { position: absolute; z-index: 1; max-width: 200px; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; font-size: 20px; line-height: 1.4; font-weight: 600; color: var(--white); min-height: 84px; text-align: center; border-radius: 45px; background-color: #ff9c90; }
.textSide .featureText:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; content: ''; width: calc(100% + 16px); height: calc(100% + 16px); border-radius: 50px; background-color: rgba(0,0,0,0.1); }
.textSide .featureText strong { display: block; text-align: center; width: 100%; font-size: 25px; }
.textSide .featureText.one { left: 2%; top: 10px; }
.textSide .featureText.two { right: 2%; top: 10px; transition-delay: 0.2s; }
.textSide .featureText.three { left: -60px; top: 140px; transition-delay: 0.3s; }
.textSide .featureText.four { right: -60px; top: 140px; transition-delay: 0.4s; }
.textSide .featureText.five { left: -90px; top: 270px; transition-delay: 0.5s; }
.textSide .featureText.six { right: -90px; top: 270px; transition-delay: 0.6s; }
.textSide .featureText.seven { left: 0; bottom: 15px; transition-delay: 0.7s; }
.textSide .featureText.eight { right: 0; bottom: 15px; transition-delay: 0.8s; }
.textSide .source { margin-bottom: 20px; width: 100%; text-align: center; font-size: 14px; }
.textSide .source:last-child { margin-bottom: 0; }
.textSide .text { padding-left: 80px; width: 100%; }
.textSide .text h3 { position: relative; color: #ff0000; }
.textSide .text h3::before { position: absolute; left: -80px; top: 5px; content: ''; width: 65px; height: 10px; background: url(../images/icon.png) right center no-repeat; background-size: contain; }
.textSide .quesBlock { padding: 0 50px; margin: 40px 0; width: 100%; }
.textSide .ques { padding: 30px 40px; margin: 0 auto 30px auto; width: calc(100% - 100px); font-size: 20px; line-height: 1.4; color: var(--white); position: relative; z-index: 1; border-radius: 60px;  border: 1px solid var(--black); background-color: var(--white); }
.textSide .ques:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ''; z-index: -1; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 60px; background-color: #ff9c90; }
.textSide .ques strong { display: block; font-weight: 700; font-size: 25px; }
.textSide .quesImg { position: absolute; left: -60px; bottom: -30px; width: 100px; height: 100px; border: 2px solid var(--black); border-radius: 50%; overflow: hidden; }
.textSide .ans { padding: 30px 50px; margin: 0 auto 30px auto; width: 100%; font-size: 16px; line-height: 1.6; color: var(--black); position: relative; z-index: 1; border-radius: 120px; border: 1px solid var(--black); background-color: var(--white); }
.textSide .ans:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ''; z-index: -1; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 120px; background-color: #e9f2ed; }
.textSide .ans strong { display: block; font-weight: 700; font-size: 25px; }
.textSide .ansImg { position: absolute; right: -30px; top: -50px; width: 100px; height: 100px; border: 2px solid var(--black); border-radius: 50%; overflow: hidden; }
.textSide .virusLeft { position: absolute; left: -40px; top: 60%; z-index: -1; }
.textSide .virusRight { position: absolute; right: -20px; top: 20%; z-index: -1; }
.textSide .audio { padding: 20px; margin-bottom: 30px; width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; background-color: #fcfcfb; }
.textSide .audio h5 { margin-bottom: 10px; }
.textSide .audio-img { margin-right: 20px; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; }
.textSide .audio-img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.textSide .audio-text { width: calc(100% - 100px); }
.textSide audio { width: 100%; height: 46px; }


/* footer */
.footer { width: 100%; }
.footer .footerImg { width: 100%; }
.footer .footerImg img { width: 100%; height: auto; }

/* credit */
.credit { padding-top: 50px; padding-bottom: 50px; color: var(--white); width: 100%; background-color: var(--black); }
.credit h2 { margin-bottom: 20px; color: var(--white); }
.copyright { padding-bottom: 20px; font-size: 12px; 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); }

/* animation */
@keyframes bounce {
    50% { transform: translate(-50%, -15px); }
}

@media screen and (max-width: 860px)  {
    .centered { padding-left: 20px; padding-right: 20px; }
}

@media screen and (max-width: 767px)  {
    h1 { font-size: 40px; }
    h2 { font-size: 24px; }    
    h3 { font-size: 20px; }

    .hero { height: 650px; }
    .hero .left { width: 100%; line-height: 1.6; }
    .hero .right { margin: 0 auto; width: 180px; }
    .hero h1 { margin-bottom: 15px; text-align: center; }
    .hero h1 span,
    .hero h1 strong { margin: 0; display: inline-block; }
    .hero .subtitle { font-size: 22px; }
    .hero .bottombg { height: 60px; }
    .hero .bottombg img { object-fit: cover; }
    .hero .scroll { bottom: 50px; }
    .hero .bacteria-1 { top: 1%; }
    .hero .bacteria-2 { top: 39%; }
    .hero .bacteria-3 { left: 25%; top: 32%; }
    .hero .girl { top: unset; bottom: 0; width: 50%; }

    .textSide .icon { width: 50px; }
    .textSide .heading { width: calc(100% - 65px); }
    .textSide .text { padding-left: 50px; }
    .textSide .text h3::before { left: -50px; top: 4px; width: 40px; } 
    .textSide .block { flex-wrap: wrap; justify-content: center; }
    .textSide .box { width: 150px; }
    .textSide .box:nth-child(odd) { margin-top: 30px; }
    .textSide .feature { margin-left: auto; margin-right: auto; max-width: 300px; height: 300px; }
    .textSide .featureImg { width: 200px; height: 200px; }
    .textSide .featureText { font-size: 14px; max-width: 150px; min-height: 50px; border-radius: 27px; }
    .textSide .featureText:before { border-radius: 35px; }
    .textSide .featureText strong { font-size: 18px; }
    .textSide .featureText.one { left: -15px; top: 0; }
    .textSide .featureText.two { right: -15px; top: 0; }
    .textSide .featureText.three { left: -15px; top: 85px; }
    .textSide .featureText.four { right: -15px; top: 85px; }
    .textSide .featureText.five { left: -15px; top: 165px; }
    .textSide .featureText.six { right: -15px; top: 165px; }
    .textSide .featureText.seven { left: -15px; bottom: 0; }
    .textSide .featureText.eight { right: -15px; bottom: 0; }
    .textSide .quoteImg { width: 100px; }
    .textSide blockquote:before { width: 60px; height: 46px; transform: translateX(-120px); }
    .textSide .quesBlock { padding: 0; }
    .textSide .ques { padding: 20px 25px; font-size: 16px; width: calc(100% - 50px); }
    .textSide .quesImg { left: -20px; width: 60px; height: 60px; }
    .textSide .ques strong { font-size: 20px; }
    .textSide .ans { padding: 25px; border-radius: 60px; }
    .textSide .ans:before { border-radius: 60px; }
    .textSide .ansImg { top: -20px; right: -15px; width: 60px; height: 60px; }

    .footer .footerImg { height: 80px; }
    .footer .footerImg img { height: 100%; object-fit: cover; }
}
