*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial", "Helvetica", sans-serif;
}

html,body{
    width: 100%;
    height: 100%;
}

#main{
    width: 100%;
}

#nav{
    padding: 2vw 10vw;
    display: flex;
    justify-content: space-between;
    font-weight:600;
}
#nav a{
    text-decoration: none;
    color: #000;
}

#nleft{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.3rem;
    font-size: 1vw;
    
}

#ncenter{
    font-size: 1.5vw;
}

#nright{
    font-size: 1vw;
}

#mobile-nav{
    z-index: 999;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    padding: 2vw 10vw;
    justify-content: space-between;
    font-size: .7rem;
}

#mobile-nav .mobile-nav-name{
    text-decoration: none;
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
}

#mobile-nav .hamButtons{
  cursor: pointer;

}

.hamButtons .bar{
    display: block;
    background: #000;
    width: 24px;
    height: 2px;
    margin: 4px 0;
    transition: all 300ms ease-in-out;
}

.hamButtons.active .bar:nth-child(2){
    opacity: 0;
}

.hamButtons.active .bar:nth-child(1){
    background-color: red;
    transform: translateY(5px) rotate(45deg);
}

.hamButtons.active .bar:nth-child(3){
    background-color: red;
    transform: translateY(-8px) rotate(-45deg);
}

#ham-options{
    margin-top: 10vw;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: #fff;
    text-align: center;
    transition: 750ms;
    z-index: 100;
    transition: 750ms;
}
#ham-options.active{
    display: flex;
    left: 0;
}


#ham-options div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 5rem;
}
#ham-options button{
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #000;
}

#ham-options button:hover{
    transform: scale(1.1);
    color: red;
}

#ham-options a{
    text-decoration: none;
    color: #000;
}
#ham-options a:hover{
    border-bottom: 1px solid #000;
}

#hero{
    width: 100%;
    padding: 2vw 10vw;
    margin-top: 16vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#hleft{
   width: 10vw;
   line-height: 1.5rem;
}

#hleft p{
  font-size: 12px;
  margin: 10px 0;
  opacity: .5;
  text-transform: capitalize;
}

#hleft #hleftImage{
    width:  100%;
    height: 15vw;
}
#hleftImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hcenter{
    width: 30vw;
    min-height: 42v;
    position: relative;
}

#hcenter .headings{
    position: absolute;
    line-height: 5vw;
    top: -11%;
    left: -20%;
}
#hcenter h1{
    letter-spacing: -.3vw;
    font-size: 5.8vw;
    font-weight: 100;
}

#hcenter p{
    margin-top: 10px;
    /* line-height: 1.3vw; */
    width: 50%;
    font-size: 1.3vw;
    opacity: .5;
}

#hcenter img{
    width: 600px;
    height: 100%;
    object-fit: cover;
}

#hcenter .imgntext{
    width: fit-content;
    height: fit-content;
}



#hright{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#hright #circlev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:1px solid #5e5e5e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

#hright h3{
    font-weight: 400;
    color: #5e5e5e;
}

#circlev i{
    font-size: 1.4rem;
    color: #5e5e5e;
}

#hright #circlev:hover{
    transform: scale(1.1);
    
}


#motive{
    padding: 3vw 10vw;
    display: flex;
    justify-content:space-between;
    flex-direction: column;
}

#motive h3{
    opacity: .5;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.3rem;
}

#motive p{
    text-align: center;
    font-size: 1.2vw;
    width: 70%;
    margin: 0 auto;
    align-self: center;
    line-height: 3rem;
}

#motive span{
    display: inline-block;
    border-radius: 100px;
    background-color: red;
    margin: 0 13px;
    margin-bottom: -12.5px;
}

#onespan {
    width: 80px;
    height: 45px;
    background-image: url(./assests/bluegirl.jpg);
    background-size: cover;
    background-position: 0 60%;
}

#twospan{
    width: 120px;
    height: 45px;
    background-image: url(./assests/shaljam.jpg);
    background-size: cover;
    background-position: 0 60%;
}

#threespan{
    width: 80px;
    height: 45px;
    background-image: url(./assests/grass.jpg);
    background-size: cover;
    background-position: 0 60%;
}


 .images{
    padding: 3vw;
    padding-left: 14vw;
    padding-right: 12vw;
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}


#firstImage{
    width: 17vw;
    margin-bottom: 1vw;
}

#firstImage p ,#secondImage p {
    width: 60%;
    font-size: 14px;
    opacity: .8;
    margin-top: 10px;
}

#firstImage h2,#secondImage h2{
  margin-top: 10px;
  font-size: 1.9rem;
}

#firstImage img{
    width: 100%;
   height: 24vw;
    object-fit: cover;
}

#secondImage{
   width: 25vw;
   margin-top: 1vw;
   display: flex;
    flex-direction: column;
    align-items: end;
}

#secondImage p{
    width: 50%;
    text-align: right;
}

#secondImage img{
    width:100%;
    height: 37vw;
    object-fit: cover;
}



#banner{
    width: 100%;
    margin-top: 8vw;
    display: flex;
    align-items: center;
}
#banner #bimg{
    width: 65%;
    height: 70vh;
}
#bimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 10% 70%;

}

#btext{
    width: 35%;
    padding: 0 3vw;
}

#btext h2{
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 1;
}

#btext p{
    margin-top: 20px;
    width: 60%;
    font-size: 1vw;
}

#future{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: 1vw;
}

#future video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

#ftext{
   position: relative;
   z-index: 999;
   align-items: center;
   display: flex;
   flex-direction: column;
}
#ftext h1{
    mix-blend-mode: difference;
}
#ftext button{
    padding: 1vw 1.3vw;
    font-size: .7vw;
    font-weight: 900;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #6f6f6f;
}



@media screen and (max-width:1053px){
   

    #hright{
           visibility: hidden;
           
    }
   }
   
   @media screen and (max-width:947px){
       #hcenter .headings{
           top: -8%;
       }
      }
   
   @media screen and (max-width: 878px){
    #nav{
        display: none;
    }
    #mobile-nav{
        display: flex;
    }

    #hright{
        display: none;
        
 }
 #hcenter{
    margin-right: 3rem;
    /* background-color: red; */
 }
    #hcenter .headings{
        top: -11%;
        left: -20%;
    }
    #hcenter h1{
        letter-spacing: -.3vw;
        font-size: 5.8vw;
        font-weight: 100;
    }
    
    #hleft{
        line-height: 20px;
    }
    .imgntext{
        width: 550px;
        height: 100%;
    }
    #hcenter img{
        width: 100%;
        margin-right: 3rem;
        object-fit: cover;
    }

    #hleft h2{
       font-size: 1.2rem;
    }
    #hleft p{
        font-size: 10px;
    }

    #onespan,#threespan{
        width: 55px;
    }
    #twospan{
        width: 70px;
    }

    #firstImage h2,#secondImage h2{
        font-size: 1.1rem;
    }
    #firstImage p,#secondImage p{
        font-size: .7rem;
    }
    #motive p{
        font-size: .8rem;
    }

   
    #ftext button{
        
        font-size: 1rem;
        
    }
   }


   @media screen and (max-width: 470px){

    #nav{
        display: none;
    }
    #mobile-nav{
        display: flex;
    }
      #hero{
        flex-direction: column;
        width: 100%;
      }

      #hleft{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: row-reverse;
      }

        #hleft #hleftImage{
            width: 100px;
            height: 100px;
            aspect-ratio: 1/1;
            margin-right: 10px;
        }
      #hleft .imgff img{
        width: 100%;
        object-fit: cover;
      }

      #hcenter{
        margin-top: 3rem;
        width: 100%;
        height: 100%;
        display: flex;
       align-items: center;
        justify-content: center;
        /* background-color: rgb(161, 93, 4); */
      }

      #hcenter .imgntext{
        width: 250px;
        height: 100%;
        object-fit: cover;
        display: flex;
        flex-direction: row-reverse;
        align-items:center;
        justify-content: flex-end;
        gap: 15px;
    }
    .imgntext{
        width: 100%;
        height: 100%;
    }
    #hcenter .headings{
        top: -9%;
        left: 30%;
    }
    #hcenter p{
       
        font-size: 2.3vw;
    }

    #firstImage p,#secondImage p{
        display: none;
    }

    

   }