* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html {
    font-size: 18px;
}

html,body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: sticky;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 30;
}

nav div {
    font-size: 1.2rem;
    display: flex;
    gap: 20px;
}

nav img {
    height: 40px;
    width: auto;
}

#rainbowline {
    position: sticky;
    top: 60px;
    left: 0;
}

#rainbowline {
    margin-bottom: -4px;
    width: 100%;
}

.mainimage {
    width: 100%;
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2.2rem;
    background-image: url(https://ninjacart.com/wp-content/uploads/2024/12/main-banaer5.png);
    background-repeat: no-repeat;
    background-size: 100% 90vh;
}

.mainimage h1 {
    width: 40vw;
    height: auto;
    color: white;
    margin: -6vw 0 0 7vw;
    font-size: 2.1rem;
}

.mainimage button {
    height: 45px;
    width: 180px;
    color: white;
    background-color: blue;
    border: none;
    border-radius: 20px;
    font-size: 1.2rem;
    margin-left: 7vw;
}

#imagediv {
    width:100%;
    height: 700px;
}

.mainimage span {
    font-weight: 300;
}

.grouppart {
    display: flex;
    background-color: rgb(168, 168, 168, 0.2);
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    height: 30vh;
    margin:50px 0;
    gap: 30px;
}

.grouppart img:nth-child(1) {
    height: 60px;
    width: auto;
}

.grouppart p {
    font-size: 1rem;
    margin: 30px 0 0 0;
}

#building {
    width: 80vw;
    height: auto;
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 100px;
}

#building img {
    width: 10vw;
    height: 6px;
    display: flex;
    margin: 30px 0;
}

#building div:nth-child(1) {
    width: 20vw;
}
#building div:nth-child(2) {
    width: 50vw;
}


#building p {
    font-size: 1.3rem;
}

#building button {
    height: 50px;
    width: 250px;
    background-color: orange;
    border-radius: 50px;
    border: none;
    font-size: 1.1rem;
    color: white;
    margin: 30px 0;
}

video {
    height: 70vh;
    width: 70vw;
}

.contributor {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    position: relative;
    z-index: 20;
}

.image1 {
    height: 400px;
    width: 250px;
    display: flex;
}

.image2 {
    height: 440px;
    width: 260px;
    display: flex;
}

#backgroundcolor {
    background-color: rgb(78, 137, 116, 0.2);
    width:100%;
    height: 20vh;
    position: relative;
    bottom: 40vh;
    z-index: 10;
}

#focusing img {
    width: 20vw;
    height: 6px;
    margin: 30px 0 50px 0;
}

#focusing {
    text-align: center;
    background-color: rgba(137, 204, 151, 0.3);
    padding: 100px 0;
}

#focusing p {
    font-size: 1.4rem;
    width: 70vw;
    display: flex;
    justify-self: center;
}

#logocomponant {
    height: 70vh;
    width: 98vw;
}

hr {
    border: 3px solid black;
    width: 10vw;
    margin: 30px 0 40px 0;
}

.ninja {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: orange;
    padding: 20px;
    margin-top: -10px;
}

.ninja p {
    font-size: 1.4rem;
}

#types img {
    height: 400px;
    width: 260px;
}

#types {
    display: flex;
    gap: 20px;
    align-items: center;
}

#line1 {
    width: 15vw;
    height: 6px;
    display: flex;
    justify-self: center;
    margin: 20px 0 30px 0;
}

#empowering {
    width: 20vw;
    margin: 20px;
}

#venture {
    width: 20vw;
    margin: 60px 0;
}

.media {
    text-align: center;
    width: 80vw;
    position: relative;
    top: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
}

.media img {
    height: 6px;
    width: 20vw;
    display: flex;
    justify-self: center;
    align-self: center;
    margin: 30px 0;
}

.media p {
    font-size: 1.4rem;
}

#imagesalign {
    display: flex;
    height: 250px;
    justify-content: center;
    width: 100%;
    position: relative;
    top: 30vh;
}

#imageone {
    position: relative;
    top: 80px;
    border-radius: 15px;
}

#imagetwo {
    position: relative;
    bottom: 20px;
    right: 30px;
    border-radius: 15px;
}

#imagethree {
    position: relative;
    top: 20px;
    right: 10px;
    border-radius: 15px;
}

#imagefour {
    position: relative;
    top: 60px;
    right: 40px;
    border-radius: 15px;
}

.mainmedia {
    height: 800px;
    background-color: rgba(137, 204, 151, 0.3);
}

#line {
    height: 6px;
    width: 20vw;
    display: flex;
    justify-self: center;
    align-self: center;
    margin: 30px 0;
}

.investor img {
    height: 100px;
    width: 200px;
    margin: 20px;
}

.investor {
    text-align: center;
    padding: 70px 0;
}

#teamphoto {
    display: flex;
}

#teamphoto div {
    width: 35vw;
}

#teamphoto p {
    font-size: 1.2rem;
}

#people {
    padding: 60px 0;
    background-color: rgba(137, 204, 151, 0.3);
}

#people h1 {
    text-align: center;
}

#people img {
    height: 6px;
    width: 20vw;
    display: flex;
    justify-self: center;
}

@keyframes slide1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

#animation1 {
    display: flex;
    width: auto;
    justify-content: space-evenly;
    animation: slide1 20s linear infinite;
}

@keyframes slide2 {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

#animation2 {
    display: flex;
    width: 190vw;
    justify-content: space-evenly;
    animation: slide2 20s linear infinite;
}

#blockanim {
    width: 90vw;
    display: flex;
    justify-self: center;
    overflow-x: hidden;
}

#blockanim2 {
    width: 70vw;
    display: flex;
    justify-self: center;
    overflow-x: hidden;
}

/* #face{
    height: 65vw;
    width: 90vw;
} */
#teamphoto img {
    height: 20vw;
    width: 23vw;
    display: flex;
    justify-self: center;
}

#teamphoto h2 {
    margin-top: 50px;
}

#teamphoto {
    display: flex;
    justify-content: center;
    margin: 10vh 0;
    align-items: center;
}

#people span {
    height: 15px;
    width: 15px;
    border: none;
    background-color: rgb(107, 107, 107);
    border-radius: 50px;
}

#dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.logos {
    height: 55px;
    width: auto;
}

#footer {
    display: flex;
    line-height: 30px;
    justify-content: center;
    padding: 20px 20px 40px 20px;
    background-color: rgb(224, 224, 224);
}

#footer div {
    padding: 20px;
    width: 33vw;
}

#linerow {
    width: 10vw;
    height: 4px;
}

#footer div:nth-child(1),
#footer div:nth-child(2) {
    width: 33vw;
    background-color: rgb(224, 224, 224);
    border-right: 1px solid black;
}

#redcolor {
    color: red;
    margin: 20px 0;
}

#copyright {
    display: flex;
    justify-content: center;
    height: auto;
    font-size: 1.1rem;
    align-items: center;
}

#blackshade {
    height: inherit;
    width: inherit;
    display: flex;
    justify-self: center;
    background-color: rgba(0, 0, 0, 0.5);
}

#bottomrow {
    background-color: rgb(255, 255, 255);
    display: flex;
    width: 70vw;
    border-radius: 15px;
    justify-self: center;
    position: relative;
    bottom: 70px;
    padding: 20px;
}

#bottomrow p {
    display: block;
}

#bottomrow img {
    height: 90px;
    width: 150px;
}

.box {
    display: flex;
    gap: 15px;
    width: 30vw;
    font-size: 0.8rem;
    align-items: center;
}

#mypivot {
    display: flex;
    color: white;
    font-size: 3.1rem;
    display: flex;
    margin-left: 15vw;
    align-self: center;
    justify-self: center;
}

#bigimage {
    height: 80vh;
    width: 75vw;
    display: flex;
    justify-self: center;
    background-image: url(https://ninjacart.com/wp-content/uploads/2023/10/Rectangle-9643-1-300x178.webp);
    /* background-position: 50vw 10vw; */
    background-repeat: no-repeat;
    background-size: cover;
}

#slideside div {
    height: 450px;
    width: 40px;
    background-position: center;
    background-size: 800px 900px;
    background-repeat: no-repeat;
    border-radius: 50px;
}

#slideside {
    width: 50vw;
    height: auto;
    display: flex;
    gap: 5px;
    justify-content: space-around;
}

#slideside div:nth-child(1):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#slideside div:nth-child(2):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#slideside div:nth-child(3):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#slideside div:nth-child(4):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#slideside div:nth-child(5):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#slideside div:nth-child(6):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#slideside div:nth-child(7):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#slideside div:nth-child(8):hover {
    height: 450px;
    width: 190px;
    border-radius: 70px;
}

#parabyanim {
    display: flex;
    justify-content: space-evenly;
    padding: 30px;
}

#dropdown {
    display: none;
}

#dropdown ul {
    list-style-type: none;
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
    width: 10vw;
    position: absolute;
    top: 6vh;
    left: 28vw;
    border-radius: 15px;
    background-color: rgb(231, 231, 231);
}

#firstdrop img {
    height: 25px;
    width: 25px;
}

#firstdrop:hover #dropdown {
    display: block;
}

#firstdrop1:hover #dropdown1 ul {
    display: block;
}

#dropdown1 ul {
    list-style-type: none;
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
    width: 10vw;
    position: absolute;
    top: 6vh;
    left: 40vw;
    border-radius: 15px;
    display: none;
    background-color: rgb(231, 231, 231);
}

#firstdrop1 img {
    height: 25px;
    width: 25px;
}

#navbar {
    font-size: 17px;
}

#hamberg img {
    height: 30px;
    width: 30px;
    display: none;
}
#kisan{
        text-decoration: none;
        color: black;
    }
    #invest a{
         text-decoration: none;
        color: black;
    }

@media all and (max-width:1240px){
    html{
        font-size: 16px;
    }
    #navbar{
        display: none;
    }
    .social-icons{
        display: none;
    }
    #hamberg img{
        display: block;
    }
    #logocomponant{
        width:100%;
    }
    .image1{
        width:200px;
        height: 340px;
    }
    .image2{
        width:200px;
        height: 355px;
    }
    #backgroundcolor{
        height:15vh;
        position: relative;
        bottom:250px;
    }
    #imageone{
        position: relative;
        left:20px;
    }
    .mainimage{
        height: 550px;
    }
    #imagediv{
        height:550px;
    }
}
@media all and (max-width:970px){
    #bottomrow p{
       display: none;
    }
    .mainmedia{
        height:1000px;
    }

}
@media all and (max-width:850px){
    html{
        font-size: 14px;
    }
    #footer{
        flex-direction: column;
    }
    #footer div{
        width:90vw;
    }
    #footer div:nth-child(1),#footer div:nth-child(2){
        border-right: none;
        width:90vw;
    }
    #teamphoto{
        flex-direction: column;
    }
    #teamphoto div{
        width:80vw;
    }
    #teamphoto img{
        width:16rem;
        height:16rem;
    }
    .ninja{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
   #venture{
    width:80vw;
   }
   #types img{
    width:13rem;
    height:19rem;
   }
   #parabyanim{
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
   #empowering{
    width:90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
   #building{
    flex-direction: column;
    padding:0px;
    display: flex; 
    align-items: flex-start;
    padding: 10vw;
   }
   #building h1,#building p{
    width: 90vw;
    padding:0px;
   }
   .image1{
        width:8rem;
        height: 16rem;
    }
    .image2{
        width:8rem;
        height: 17rem;
    }
    #backgroundcolor{
        position: relative;
        bottom:220px;
    }
    #imagesalign img{
        height:10rem;
        width:10rem;
    }
    .mainmedia{
       height:650px;
    }
    #slideside div{
      height:400px;
      width:50px;
    }
    #slideside{
        display: flex;
        justify-content: center;
    }
    #slideside div:nth-child(1):hover ,#slideside div:nth-child(2):hover,#slideside div:nth-child(3):hover,#slideside div:nth-child(4):hover,#slideside div:nth-child(5):hover,#slideside div:nth-child(6):hover,#slideside div:nth-child(7):hover,#slideside div:nth-child(8):hover{
    height:400px;
      width:160px;
    border-radius: 70px;
}
}
@media all and (max-width:740px){
    html{
        font-size: 13px;
    }
    #bottomrow img {
    height: 70px;
    width: 100px;
}
}
@media all and (max-width:570px){
    html{
        font-size: 12px;
    }
    .grouppart{
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .grouppart div{
        width:35vw;
    }
     #slideside div{
      height:350px;
      width:40px;
    }
    #slideside{
        display: flex;
        justify-content: center;
    }
    #slideside div:nth-child(1):hover ,#slideside div:nth-child(2):hover,#slideside div:nth-child(3):hover,#slideside div:nth-child(4):hover,#slideside div:nth-child(5):hover,#slideside div:nth-child(6):hover,#slideside div:nth-child(7):hover,#slideside div:nth-child(8):hover{
    height:350px;
      width:100px;
    border-radius: 70px;
}
#logocomponant{
    width:47rem;
    height:26rem;
}
#backgroundcolor{
    position: relative;
    bottom:170px;
}
}
@media all and (max-width:460px){
    html{
        font-size: 11px;
    }
    .mainimage{
        height:500px;
        width:700px;

    }
    #imagesalign{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    video{
        height:400px;
    }
    #logocomponant{
    width:42rem;
    height:24rem;
}
 #bottomrow img {
    height: 5rem;
    width: 6rem;
}
#backgroundcolor{
    height:5vh;
    bottom:250px;
}
.contributor{
    position: relative;
    bottom:10vh;
}
.mainimage{
    display: flex;
    justify-content: center;
    line-height: 40px;
    width:600px;
}
.mainimage h1{
    width:70vw;
    position: relative;
    top:40px;
}
.mainimage button{
    width:70vw;
    position: relative;
    top:40px;
}
#imagediv{
    height:500px;
}
 #imagesalign img{
        height:100px;
        width:100px;
    }
    #imageone{
        position: relative;
        left:30px;
    }
    #imagetwo{
        position: relative;
        top:20px;
        left:20px;
    }
    #imagethree{
        position: relative;
        left:30px;
    }
    #imagefour{
        position: relative;
        top:100px;
    }

}
@media all and (max-width:350px){
    html{
        font-size: 7px;
    }
      #slideside div{
      height:280px;
      width:30px;
    }
    #backgroundcolor{
    height:5vh;
    bottom:10px;
}
    #slideside div:nth-child(1):hover ,#slideside div:nth-child(2):hover,#slideside div:nth-child(3):hover,#slideside div:nth-child(4):hover,#slideside div:nth-child(5):hover,#slideside div:nth-child(6):hover,#slideside div:nth-child(7):hover,#slideside div:nth-child(8):hover{
    height:280px;
      width:60px;
    border-radius: 70px;
}
  #logocomponant{
    width:49rem;
    height:35rem;
}
.grouppart div{
        width:35vw;
    }
    #imagesalign img{
        height:100px;
        width:100px;
    }
    #imageone{
        position: relative;
        left:30px;
    }
    #imagetwo{
        position: relative;
        top:20px;
        left:20px;
    }
    #imagethree{
        position: relative;
        left:30px;
    }
    #imagefour{
        position: relative;
        top:100px;
    }
}
@media all and (max-width:300px){
    html{
        font-size: 7px;
    }
     #logocomponant{
    width:35rem;
    height:24rem;
}
#backgroundcolor{
    height:5vh;
    bottom:100px;
}
.contributor img{
    margin: 5px;
}

}