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

}

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

}

#main{
     position: relative;
     background-color: #0a3cce;
}

#page1{
    height: 100vh;
    width: 100vw;
    background-color: rgb(111, 171, 111);
    position: relative;
}


#navbar{
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 0px 3px;
    position: fixed;
    top: 0px;
    height:10vh;
    width: 100vw;
    background-color: rgb(46, 78, 225);
    z-index: 20;
}
#right-nav>button{
    color:#0a3cce;
    height: 36px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 1.0rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#right-nav>button:hover{
    /* font-size: 1rem; */
    background-color: #0149b6;
}
/*  */
.dropbtn {
    background-color: #ffffff;
    color:#0149b6;
    padding: 9px 50px ;
    font-size: 16px;
    border-radius: 200px;
    margin: 0px 25px 0px 5px;
  }
  
 
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  
  .dropdown-content {
    display: none;
    position:absolute;
    background-color: #ffffff;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: 2px 2px;
    border-radius: 20px;

    right: 50px;
    
  }
  #e{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #e>img{
    margin: 0px 10px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    position:relative;
    top: 10px;
    /* right: 200px; */
    color: black;
    padding: 16px 20px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #7ca9ed;
    color: white;
    border-radius:20px;
}
  
  .dropdown:hover .dropdown-content {
    display: block;
    /* width: 200px; */
}
  
  .dropdown:hover .dropbtn {background-color:#4570f1;}


  /*  */


#logo{
     height:8vh;
     
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 1vh;
     

}
#menu>img{
    height: 8vh;
}

#book>a:link{
    text-decoration: none;
}


/* arow */

#down-arrow{
   height: 60px;
   position:relative;
   text-align:right;
   top: 90px;
   right: 50px;
   z-index: 200;

}

#down-arrow>a>img{
    height: 70px;
    background-color: white;
    border-radius: 200px;

 }
 #up-arrow{
    height: 60px;
    position:absolute;
    text-align:right;
    bottom: 90px;
    right: 50px;
    z-index: 200;
 
 }
 
 #up-arrow>a>img{
     height: 70px;
     background-color: white;
     border-radius: 200px;
 
  }
 
#page1>video{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
#bottom-page1{
    position: absolute;
    bottom: 5%;
    height: 35vh;
    left: 2%;
    z-index: 5;
}

 #bottom-page1>h1{
    font-family:Arial, Helvetica, sans-serif;
       color: white;
       font-size: 5vw;
       height: 0vh;
 }

 .bottom-page1-inner{
    position: absolute;
    font-family:Arial, Helvetica, sans-serif;
    font-style: italic;
       color: white;
       bottom: -30%;
       left: 5%;
       font-size: 1vw;
       line-height: 1.5;
       height: 35vh;

    display: flex;
    align-items: center;
    justify-content: space-between;

       
 }

 
 #bottom-page1-inner-button{
      padding: 4px 8px;
      border: 3px solid white;
      border-radius: 10px;
      font-size: 13px;
      background-color: white;
      color:blue;


 }
 /* page 2 */
/* 
 #page2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: aqua;
    position: relative;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0px 80px;
    color: white;
    background-color: #0a3cce;
 }

 #pag2>h3{
    margin-bottom: 3vm;
       font-weight: 100;
 }
 #page2>h1{
    font-weight: 100;
       width: 90%;
       line-height: 2;
       font-size: 30px;
 } */


 
#page2{
    display: flex;
    align-items: start;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    position: relative;
    padding: 0vw 8vw;
    color: #fff;
    background-color: #0a3cce;
}
#page2>h3{
    margin-bottom: 3vw;
    font-weight: 100;
}
#page2>h1{
    font-weight: 60;
    line-height: 1.3;
    width: 90%;
    font-size: 4vw;
    color: #dadada69;
}

#page3>canvas{
       max-height: 100vh;
       max-width: 100vw;
       position: relative;
       /* background-color: green; */
}


#page4{
    display: flex;
    align-items: start;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    position: relative;
    padding: 0vw 8vw;
    color: #fff;
    background-color: #0a3cce;
}


#page4>h1{
    font-weight: 60;
    line-height: 1.3;
    width: 90%;
    font-size: 3vw;
    color: #dadada69;
}

#page5{
    position: relative;
    max-height: 100vh;
    max-width: 100vw;
    
    background-color: aqua;
}
#page5>canvas{
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
}
#page6{
    display: flex;
    align-items: start;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    position: relative;
    padding: 0vw 8vw;
    color: #fff;
    background-color: #0a3cce;
}

#page6>h1{
    font-weight: 60;
    line-height: 1.3;
    width: 90%;
    font-size: 4vw;
    color: #dadada69;
}

#page8{
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    
}
#page8>video{
    height: 100%;
    width: 50%;
    object-fit: cover;
    background-color: white;
    z-index: -1;
}
#page8-bottom{
    display: flex;
    flex-direction: column;
   position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%); 
}
#page8-bottom>h1{
  color: white;
  font-size: 2.3rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
#page8-bottom>a>button{
    margin: 30px;
    border: 3px solid white;
    padding: 5px 10px;
    border-radius: 50px;
    color:#0a3cce;
    background-color: #fff;
    font-family:sans-serif;
    /* background-color: aqua; */
    z-index: 999;
    cursor: pointer;
}



#page10{
    /* height: 100vh;
    width: 100vw; */
    background-color: rgb(255, 255, 255);
}
#page10>h1{
    padding: 20px 50px;
    color: #0149b6;
}
#toor{
    display: flex;
    /* justify-content: center; */
    align-items: center;

}
#toor>img{
     height: 400px;
     width: 700px;
     margin: 40px;
     /* border: 3px solid #000000; */
     border-radius: 50px;
     object-fit: cover;

}
#toor-content{
    font-weight: 1;
    line-height: 1.5;
    /* width: 90%; */
    color: #0149b6;
    
}
#toor-content>h2{
    font-size: 1.2vw;
}
#toor-content>h3{
    font-size: 2vw;
}


#page11{
    bottom: 10px;
    position: relative;
    height: 40vh;
    width: 100vw;
    background-color: black;
    display: flex;
    justify-content: space-between;
}
#follow>h1{
     color: white;
     margin: 0px 150px;
     padding: 50px 0px 0px 0px ;
}
#social{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35%;
    margin: 20px 20px;
    /* background-color: green; */
    

}
#social>a>img{
    height:100px ;

}

#contact{
    color: white;
    margin: 50px 100px;
    line-height: 1.5;

}
