* {
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}
body{
background-color: rgb(145, 231, 217);
}

#navbar {
    /* overflow: hidden; */
    position: fixed;
    margin-bottom: 5%;
    top: 0;
    width: 100%;
    z-index: 2;
}

#navbar ul {
    display: flex;
    top: 0px;
    left: 0px;
    background-color: black;
   
}

#navbar ul li {
    list-style: none;
    color: white;
    margin: 10px;

}

#navbar ul li a {
    font-size: 1rem;
    color: aliceblue;
    display: block;
   padding: 5px 15px;
    margin-top: 20px;
    border: 3px solid white;
    border-radius: 15px;
    text-decoration: none;
   
}

#navbar ul li a:hover {
    background-color: white;
    color: black;

    border-radius: 10px;
}

#welcome::before {
    content: "";
    background-color: black;
    position: absolute;

    left: 0px;
    height: 26%;
    width: 100%;
    z-index: -1;
    opacity: 1;
}

#welcome {
    margin-top: 5%;
    display: flex;
}

#welcome h1 {
    text-align: left;
    font-size: 3rem;
    color: bisque;
    margin-top: 5%;
    margin-left: 5%;

}


#welcome img {
    height: 153px;
    width: 591px;
    border-radius: 20px;
    margin-left: 10%;
    margin-top: 4%;
}

#pic1 {
    display: flex;
}

#pic1 img {
    height: 500px;
    width: 500px;
    border-radius: 20px;
    padding: 10px 10px;
    margin-top: 30px;
    margin-left: 50px;
}


#pic1 h2 {
    font-family: Comic Sans MS;
    margin-top: 50px;
    margin-left: 90px;
    margin-right: 4%;
}

#pic1 h2 img {
    height: 200px;
    width: 400px;
    border-radius: 20px;
}

#pearl {
    flex-direction: row;
}

#pearl h1 {
    margin-top: 0%;
    text-align: center;
    font-size: 4rem;
    font-family: Comic Sans MS;
}

#pearl {
    margin-left: 8%;
    display: flex;
}

#pearl ul {
    display: flex;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-top: 20px;
}

#pearl ul li a {


    font-size: 1.5rem;
    color: rgb(7, 7, 242);
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    border: 3px solid rgb(219, 45, 45);
    border-radius: 15px;
    text-decoration: none;
    background-color: rgb(178, 255, 127);
    top: 0px;
    left: 0px;
    cursor: pointer;
    scroll-behavior: smooth;
}

#pearl ul li a:hover {
    background-color: rgb(7, 7, 242);
    color: white;
    border-radius: 10px;

}


#pearl img {
    height: 400px;
    width: 600px;
    align-items: right;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 20px;
}

/* body {
    background-color: antiquewhite;

} */


.monument h1 {
    font-size: 3rem;
    margin-left: 5%;
}

.monument img {
    height: 400px;
    width: 600px;
    align-items: right;
    margin-top: 5px;
    margin-bottom: 1%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 20px;

}

.monument h2 {
    display: flex;
    margin-top: 1%;
    margin-left: 4%;
    margin-right: 5%;
    font-family: 'Neuton', serif;
}

#team img {
    align-items: center;
    margin-top: 10%;
    margin-bottom: 3%;
    margin-left: 25%;
    border-radius: 20px;

}

#follow {
    display: flex;
    margin-left: 6%;
}

#follow li {
    list-style: none;
}

#follow h3 {
    font-size: 1.5rem;
}

#follow li img {
    height: 80px;
    width: 100px;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 100px;
    margin-right: 40px;

}
#follow li img:hover{
    padding: 10px 10px;
    background-color: greenyellow;
}



.important {
    font-size: 1.5rem;
    margin-left: 7%;
}
.book button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.book a{
    display: block;
    border: 3px solid black;
    border-radius: 10px;
    color: black;
    background-color: rgb(226, 191, 16); 
    cursor: pointer;
    text-decoration: none;
    
    padding: 10px 10px;
    font-size: 1.5rem;
   
    font-family: 'Neuton', serif;
    transition-duration: 0.5s;
   
    
}
.book a:hover{
   
    background-color: rgb(14, 153, 21);
    color: white;
    border-radius: 10px;
}



.dropbtn {
    background-color: rgb(226, 191, 16);
    color: black;
    padding: 5px 15px;
    font-size: 1rem;
    border: 2px solid brown;
    cursor: pointer;
    border-radius: 20px;
   
    
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: rgb(14, 153, 21);
    color: white;
  }
  
  .dropdown {
    position: relative;
    display: block;
    
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
   
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 0;
  }
  
  .dropdown-content a {
    color: black;
    background-color: aquamarine;
    padding: 9px 11px;
    text-decoration: none;
    display: block;
    border: 2px solid white;
    border-radius: 20px;
  }
  
  .dropdown a:hover {
      background-color: blueviolet;
      color: white;
}
  
  .show {display: block;}

  .dropbtn1 {
    background-color: black;
    color: white;
   padding: 7px 15px;
    font-size: 1rem;
    border: 2px solid brown;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 30px;
  }
  
  .dropbtn1:hover, .dropbtn1:focus {
    background-color: white;
    color: black;
  }
  
  .dropdown1 {
    position: relative;
    display: block;
  }
  
  .dropdown-content1 {
    display: none;
    position: absolute;
   
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content1 a {
    color: black;
    background-color: pink;
    padding: 9px 11px;
    text-decoration: none;
    display: block;
    border: 2px solid white ;
    z-index: 1;
    overflow: auto;
    border-radius: 20px;
  }
  
  .dropdown1 a:hover {
      background-color: blue;
      color: white;
    }
    .show {display: block;}

  /* .chandan {display: block;} */