* {
    margin: 0px;
    padding: 0px;
  }
 
  /* Navbar CSS  */
  #navbar {
    display: flex;
    align-items: center;
    position: sticky;
    flex-wrap: wrap;
    top: 0px;
    width: 100%;
    background-color:  rgb(10, 5, 77);
    box-shadow: 0px 2px 30px 2px rgb(5, 0, 49);
    font-family: 'Bree Serif', serif;
    z-index: 1;
    /* background-color: rgb(63, 5, 24); */
}


#navbar ul {
    display: flex;
    flex-direction: row;
    position: relative;
    right: 0px;
    /* left: 30%; */
    /* margin-right: 0; */
    flex-wrap: wrap;
    /* background-color: beige; */
}

#navbar ul li {
    list-style: none;
    font-size: 1rem;
  }
  .navlist{
    right:0px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: end;
    justify-content: end;
    position: absolute;
    /* left: 30%; */
    margin-left: 20%;
    margin-right: 5%;
    
  }
  #navbar ul li a {
    display: block;
    flex-wrap: wrap;
    padding: 0.3rem 2rem;
    border-radius: 1rem;
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  #navbar ul li a:hover {
    color: rgb(47, 6, 94);
    font-weight: 600;
    background-color: rgb(255, 255, 255);
  }
  #navbar ul li a:active{
    color: rgb(1, 1, 48);
    background-color:rgb(255, 238, 6) ;
  }
  
  #dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(50, 13, 110);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 12px 16px;
    z-index: 1;
  }
  
  #dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* LOGO  */
  #logo {
    margin: 0.2rem 1rem;
  }
  
  #logo img {
    height: 50px;
    border-radius: 8px;
  }
  #profilename{
    font-size: 2rem;
    /* margin-right: 30%; */
  }
  #profilename a{
    
    text-decoration: none;
    color: white;
  }

  body{
    background-color: rgba(29, 25, 88, 0.137);
    /* height: 100vh; */
  }
  
  /* ********************* */
  #home{
    display: flex;
    flex-direction: column;
  /* background-color: rgb(189, 166, 166); */
  font-family: 'Bree Serif', serif;
 
  width: 90%;
  height: cover;
  margin: 1.5% 5%;
  justify-content: center;
  text-align: justify;
}
.container-intro{
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: justify;
  border-radius: 1rem;
  padding: 1.2rem 0.8rem;
  margin-bottom: 1rem;
}

  .left-box{
    display: block;
    /* background-color: red; */
    /* height: auto; */
    width: 29%;
    margin-right: 1%;
   }
 
  #profile-pic{
    width: 100%;
    border-radius: 1rem; 
    /* position: ; */
  }
  .img-nw{
    border-radius: 1rem; 
  }
  .h-intro{
    color: rgb(45, 11, 126);
    font-family: 'Satisfy', cursive;
    text-align: center;
    font-size: 3em;
    overflow: hidden;
    box-sizing: border-box;
    /* font-size: 3rem; */
  }
  
  .right-box{
    /* background-color: rgb(0, 248, 41); */
    border-radius: 1.5rem;
    height: auto;
    width: 70%;
  }
  .p-intro{
    /* padding: 10px; */
    font-family: 'Satisfy', cursive;
    font-size: 2.2rem;
    color: rgb(119, 32, 32);
    /* text-align: center; */
    font-weight: 500;
  }
  .right-box-item{
    padding: 2%;
    text-align: end;
  }
  .about{
    background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  font-size: 18;
  margin-bottom: 1rem;
  justify-content: center;
  text-align: justify;
  border-radius: 1rem;
  padding: 1.2rem 1.2rem;
  box-sizing: content-box;

  }
  .about-h{
    color: rgb(133, 37, 37);
    /* padding: 0.1rem 0rem; */
    /* text-align: center; */
  }
  .about-para{
    color: rgb(0, 0, 0);
  }


  footer{
    width: 100%;
    background-color: rgb(10, 5, 77);
    box-shadow: 0px 2px 30px 2px rgb(5, 0, 49);
    color: white;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
  }
  /* #footer{
    bottom: 0px;
  } */
  .section-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position:relative;
    margin: 0px;
    /* padding: 1rem; */
  }
  .copyright{
    text-align: center;
    font-size: 14px;
    background-color: rgb(0, 0, 0);
    font-family:'Times New Roman', Times, serif;
    
  }
  .follow-me{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .follow-icon{
    height: 30px;
    margin: 0.2rem;
  }
  .box-1{
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 1%;
    font-family: 'Arima', cursive;
    background-color: rgba(30, 68, 102, 0.267);
    border-radius: 1rem;
    margin: 0.5%;
    /* flex-wrap: wrap; */
    
  }
  /* *.box-1{
    font-size: 14px;
  } */
  .box-1 a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  /* font-size: 14px; */
  
}
.contact-txt{
  word-wrap: break-word;
}

.info-list{
  padding-left: 1.1rem;
}



/* ********************* CONTACT US******************************* */

.contact-pg-cont{
  background-color: rgb(255, 255, 255);
  display: flex;
  /* height: 700px; */
  flex-direction: column;
  font-size: 18;
  /* margin-bottom: 1rem; */
  /* justify-content: center; */
  text-align: justify;
  border-radius: 1rem;
  padding: 1.2rem 1.2rem;
  box-sizing: content-box;
}

.map-box{
  display: block;
  position: relative;
  /* height: px; */
  /* padding: 10px; */
  width:100% ;
  height: 300px;

  margin-top: 3rem;
  border:3px solid rgb(36, 16, 92);
  border-radius: 1rem;
  /* background-color: rgba(42, 47, 116, 0.411); */
  /* background-color: blue; */
}

/* ****************RESPONSIVE******************************************* */

@media only screen and (max-width: 600px){
  .navlist{
    display: block;
    flex-direction: column;
    left: 0px;
    position: relative;

  }
  .container-intro{
    display: block;
    flex-direction: column;
    /* background-color: rgb(255, 255, 255); */
  }
  .left-box{
    width: 100%;
  }
  .right-box{
    width: 100%;
  }

  #profile-pic{
    width: 100%;
  }
  .section-footer{
    display: block;
    flex-direction: column;
    width: 100%;
  }
  .box-1{
    width: 90%;
    margin-left:5% ;
    margin-right: 5%;
  }
}

@media only screen  and (max-width:835px){
  .navlist{
    display: block;
    position: relative;
    
  }
}