* {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

a {
    font-style: oblique;
    font-weight: bold;
}

.m_placeholder {
    display: none;
 }

#ys_logo {
    position: fixed;
    margin-top: 1.25%;
    margin-left: 3%;
    height: 2.8vw;
    width: 2.8vw;
    z-index: 2;
    background-color: transparent;
}

#ys_logo.hover {
    height:4vw;
    width: 4vw;
}

#install {
    position: fixed;
    z-index: 3;
    top: 3.2%;
    height: 2.3vw;
    margin-left: 94%;
    transform: translate(-94%);
}

#install.hover {
    height: 3.3vw;
}

#about {
    position: fixed;
    z-index: 5;
    top: 3.5%;
    height: 2vw;
    margin-left: 99%;
    transform: translate(-99%);
}

#about.hover {
    height: 3vw;
}

.about-full {
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background-color: rgb(209, 151, 43);
    z-index: 4;
    width: 100%;
    height: 100vh;
    clip-path: circle(0px at 96.5% 7vh);
    -webkit-clip-path: circle(0px at 96.5% 7vh);
    transition: all 1.5s ease-out;
}

.about-full.open {
    z-index: 4;
    clip-path: circle(2150px at 100% -50%);
    -webkit-clip-path: circle(2150px at 100% -50%);
}

.about-full img {
    margin-top: 7%;
    height: 12vw;
    width: 12vw;
}

.about-full p {
    text-align: center;
}

#install.about-open {
    display: none;
}

.main {
    position: relative;
    height: 99vh;
    width: 100%;
}

.main video {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(1.08); 
    -moz-transform: scaleX(1.08);
    min-width: 100%;
    min-height: 100%;
}

@keyframes fill {
    from 
    {
        fill: transparent;
    }
    to 
    {
        fill: white;
    }
}
@keyframes show {
    to 
    {
        stroke-dashoffset: 0;
    }
}
#main_svg path:nth-child(16) {
    stroke-dasharray: 269.04656982421875px;
    stroke-dashoffset: 269.04656982421875px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(17) {
    stroke-dasharray: 128.47857666015625px;
    stroke-dashoffset: 128.47857666015625px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(18) {
    stroke-dasharray: 100.66718292236328px;
    stroke-dashoffset: 100.66718292236328px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(19) {
    stroke-dasharray: 100.66717529296875px;
    stroke-dashoffset: 100.66717529296875px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(20) {
    stroke-dasharray: 134.20664978027344px;
    stroke-dashoffset: 134.20664978027344px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(21) {
    stroke-dasharray: 170.2500762939453px;
    stroke-dashoffset: 170.2500762939453px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(22) {
    stroke-dasharray: 136.3161163330078px;
    stroke-dashoffset: 136.3161163330078px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(23) {
    stroke-dasharray: 154.9145050048828px;
    stroke-dashoffset: 154.9145050048828px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(24) {
    stroke-dasharray: 150.144287109375px;
    stroke-dashoffset: 150.144287109375px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(25) {
    stroke-dasharray: 228.6458740234375px;
    stroke-dashoffset: 228.6458740234375px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(26) {
    stroke-dasharray: 171.6467742919922px;
    stroke-dashoffset: 171.6467742919922px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(27) {
    stroke-dasharray: 88.4684829711914px;
    stroke-dashoffset: 88.4684829711914px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(28) {
    stroke-dasharray: 90.2126693725586px;
    stroke-dashoffset: 90.2126693725586px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(29) {
    stroke-dasharray: 155.09658813476562px;
    stroke-dashoffset: 155.09658813476562px;
    animation: show 2s ease forwards;
}
#main_svg path:nth-child(30) {
    stroke-dasharray: 128.47840881347656px;
    stroke-dashoffset: 128.47840881347656px;
    animation: show 2s ease forwards;
}

#main_svg {
    position: absolute;
    fill: transparent;
    height: 10%;
    width: 40%;
    top: 36%;
    margin-left: 50%;
    transform: translate(-50%);
    background-color: transparent;
    animation: fill 0.5s ease forwards 2s;
}

.main p {
    position: absolute;
    top: 50%;
    color: white;
    margin-left: 50%;
    transform: translate(-50%);
    font-family: 'Courier New', Courier, monospace;   
    text-align: center;
    font-weight: 510;
    background-color: transparent;
    font-size: large;
}

@keyframes stretch {
    from
    {
        width: 0%;
    }
    to
    {
        width: 55%;
    }
}
.line {
    position: relative;
    background-color: white;
    top: 47%;
    height: 1.5px;
    margin-left: 50%;
    transform: translate(-50%);
    animation: stretch 1.7s ease forwards;
}

.reviews {
    padding-top: 40px;
    height: fit-content;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2.5vh;
    text-align: center;
}

.reviews>img {
    height: 12vh;
    padding-bottom: 40px;
}

.reviews>#rev_content {
    padding-left: 2vw;
    padding-right: 2vw;
}

.media_cov_logos {
    padding-top: 50px;
    height: fit-content;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.media_cov_logos>img {
    height: 15vh;
}

.media_cov_logos>#jagran {
    height: 12.5vh;
}

.media_cov_logos>#ht {
    height: 20vh;
}

.media_cov_logos>#nd 
{
    height: 8vh;
    
}

.info {
    font-family: 'Courier New', Courier, monospace;
}

.info div {
    position: relative;
    width: 100%;
    z-index: 1;
    height: fit-content;
}

.info p {
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: large;
    color: black;
    font-weight: bold;
    padding-top: 3vh;
}

.info div div {
    background-color: #feffae;
    position: relative;
    height: 60vh;
    width: 150vh;
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.info div div img {
    position: absolute;
    top: 15%;
    margin-left: 50%;
    transform: translate(-50%);
    opacity: 0;
}

@keyframes reveal {
    from 
    {
        opacity: 0;
    }
    to 
    {
        opacity: 100%;
    }
}
#anim.reveal {
    animation: reveal 1.2s ease forwards;
}

@keyframes slide-left {
    to 
    {
        margin-left: 80%;
        transform: rotate(360deg);
    }
}
#slide-left {
    position: absolute;
    z-index: 0;
    margin-top: -22%;
    height: 12.5vw;
}

#slide-left.reveal {
    animation: slide-left 1.2s ease forwards;
}

@keyframes slide-right {
    to 
    {
        margin-left: 7%;
        transform: rotate(-360deg);
    }
}
#slide-right {
    margin-left: 77%;
    position: absolute;
    z-index: 0;
    margin-top: -22%;
    height: 12.5vw;
}
#slide-right.reveal {
    animation: slide-right 1.2s ease forwards;
}

@keyframes rotate-right {
    to
    {
        transform: rotate(-360deg);
    }
}
#slide-right.rotate {
    animation: rotate-right 1.2s ease forwards;
}

@keyframes rotate-left {
    to
    {
        transform: rotate(360deg);
    }
}
#slide-right.rotate-left {
    animation: rotate-left 1.2s ease forwards;
}

.division1 {
    margin-top: -1%;
}

.division1 div {
    display: flex;
    justify-content: row;
}

.division1 p {
    margin-top: 16%;
}

.division1 div img {
    margin-top: 3%;
    height: 10vw;
    box-shadow: -5px 6px 0px;
}

.division2 div {
    margin-left: 100%;
    transform: translate(-100%);
}

.division2 div img {
    top: 5%;
    height: 65%;
    width: 52.5%;
    box-shadow: 5px 6px 0px;
    margin-top: -3%;
}

.division2 p {
    margin-top: 27%;
}

.division3 p {
    margin-top: 20%;
}

.division3 div img {
    margin-top: -1%;
    height: 12vw;
    box-shadow: -5px 6px 0px;
}

.division4 div {
    margin-left: 100%;
    transform: translate(-100%);
}

.division4 div img {
    margin-top: -2%;
    height: 15vw;
    box-shadow: 5px 6px 0px;
}

.division4 p {
    margin-top: 22%;
}

.division5 div img {
    margin-top: -1%;
    height: 15vw;
    box-shadow: -5px 6px 0px;
}

.division5 p {
    margin-top: 27%;
}

.footer {
    margin-top: 4%;
    background-color: black;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    position: relative;
    padding-bottom: 60px;
}

.ft-top {
    width: 100%;
    position: relative;
    margin-left: 50%;
    transform: translate(-50%);
}

.ft-top p {
    margin-left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding: 2px;
}

.ft-top h3 {
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
    padding-bottom: 7px;
}

#pb {
    margin-left: 45%;
    transform: translate(-40%);
}

#py-logo {
    width: 1vw;
}

.ft-bottom {
    padding: 8px;
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
}


@media (max-width: 1150px) {
    .main, .info, .footer, .review-section{
        display: none;
        overflow-y: hidden;
    }
   
    .m_placeholder {
        display: unset;
        height: 100%;
        width: 100%;
        text-align: center;
        font-family: 'Courier New', Courier, monospace;
    }

    .topbar {
        display: flex;
        width: 100%;
        height: 16vh;
        background-color: #feffbd;
    }
    
    .topbar svg {
        position: absolute;
        width: 60vw;
        height: 60vw;
        align-self: center;
        margin-left: 50%;
        transform: translate(-50%);
    }

    @keyframes fill {
        from 
        {
            fill: transparent;
        }
        to 
        {
            fill: black;
        }
    }
    @keyframes show {
        to 
        {
            stroke-dashoffset: 0;
        }
    }
    #logo path:nth-child(16) {
        stroke-dasharray: 269.04656982421875px;
        stroke-dashoffset: 269.04656982421875px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(17) {
        stroke-dasharray: 128.47857666015625px;
        stroke-dashoffset: 128.47857666015625px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(18) {
        stroke-dasharray: 100.66718292236328px;
        stroke-dashoffset: 100.66718292236328px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(19) {
        stroke-dasharray: 100.66717529296875px;
        stroke-dashoffset: 100.66717529296875px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(20) {
        stroke-dasharray: 134.20664978027344px;
        stroke-dashoffset: 134.20664978027344px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(21) {
        stroke-dasharray: 170.2500762939453px;
        stroke-dashoffset: 170.2500762939453px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(22) {
        stroke-dasharray: 136.3161163330078px;
        stroke-dashoffset: 136.3161163330078px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(23) {
        stroke-dasharray: 154.9145050048828px;
        stroke-dashoffset: 154.9145050048828px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(24) {
        stroke-dasharray: 150.144287109375px;
        stroke-dashoffset: 150.144287109375px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(25) {
        stroke-dasharray: 228.6458740234375px;
        stroke-dashoffset: 228.6458740234375px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(26) {
        stroke-dasharray: 171.6467742919922px;
        stroke-dashoffset: 171.6467742919922px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(27) {
        stroke-dasharray: 88.4684829711914px;
        stroke-dashoffset: 88.4684829711914px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(28) {
        stroke-dasharray: 90.2126693725586px;
        stroke-dashoffset: 90.2126693725586px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(29) {
        stroke-dasharray: 155.09658813476562px;
        stroke-dashoffset: 155.09658813476562px;
        animation: show 2s ease forwards;
    }
    #logo path:nth-child(30) {
        stroke-dasharray: 128.47840881347656px;
        stroke-dashoffset: 128.47840881347656px;
        animation: show 2s ease forwards;
    }
    #logo {
        fill: transparent;
        animation: fill 0.5s ease forwards 2s;
    }
    
    @keyframes stretch {
        from
        {
            width: 0vw;
        }
        to
        {
            width: 80vw;
        }
    }
    .line {
        background-color: black;
        height: 2px;
        margin-left: 50%;
        transform: translate(-50%);
        animation: stretch 1.7s ease forwards;
    }

    .m_placeholder img {
        margin-left: 50%;
        transform: translate(-50%);
        margin-top: 5%;
        margin-bottom: 2%;
        width: 65%;
    }

    .m_placeholder p {
        font-size: 18px;
        padding: 15px;
    }
}