body{
    background: whitesmoke;
    font-family: system-ui;
    /* background-image: url('./image/back2.jpg');
    background-size: 100%;
    background-repeat: no-repeat; */
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url('./image/back2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
}


.navbar .logo
{
    display: flex;
    display: inline-block;
}
.navbar .logo :hover
{
    animation: bounce;
    animation-duration: 2s; 
}
.navbar .theul
{
    display: flex;
    display: inline-block;
    
}
.navbar h3 {
   display: inline-block;
   color: #e16009;
   /* font-family: 'Honk', system-ui; */
   /* font-family: 'Indie Flower', cursive; */
   font-size: 30px;
   font-family: 'Pacifico', cursive;
}
.navbar img
{
    width: 60px;
    height: 60px;
    margin-left:5px ;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
}

.navbar li {
    display: inline;
    margin: 10px;
}

.navbar li.logo {
    margin-right: auto; /* Pushes the logo to the left */
}

.navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
}

.navbar li a:hover {
   color:  #e16009;
}

.navbar .dropdown {
    position: relative;
    background-color:   #e16009;;
    border-radius: 20px;
    min-width: 140px;
}

.navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #e16009;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 20px;
}

.navbar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar .dropdown-content a:hover {
    background-color: #dddddd;
    border: solid 2px rgb(125, 92, 14);
    border-radius: 5px;
}

.navbar .dropdown:hover .dropdown-content {
    display: block;
   
}

.navbar .dropbtn {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar .dropbtn:hover {
    background-color: #dddddd;
    color:black;
    border: solid 2px rgb(125, 92, 14);
    border-radius: 5px;
}
/*book*/
.book_section {
    position: relative;
  }
  
  .book_section .heading_container {
    margin-bottom: 25px;
  }
  
  .book_section .form_container .form-control {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 25px;
    border: 1px solid #999;
    outline: none;
    color: #000000;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .book_section .form_container .form-control::-webkit-input-placeholder {
    color: #222222;
  }
  
  .book_section .form_container .form-control:-ms-input-placeholder {
    color: #222222;
  }
  
  .book_section .form_container .form-control::-ms-input-placeholder {
    color: #222222;
  }
  
  .book_section .form_container .form-control::placeholder {
    color: #222222;
  }
  
  .book_section .form_container .nice-select .current {
    font-size: 16px;
  }
  
  .book_section .form_container button {
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color:#e16009;
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }
  
  .book_section .form_container button:hover {
    background-color: #e69c00;
  }
  
  .book_section .table_container {
    width: 100%;
    height: 345px;
    border-radius: 10px;
    overflow: hidden;
    /* background-color: #e16009; */
  }
  
  .book_section .table_container img {
    height: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 50%;
  }
  
/*footer */

.footer
{
  margin: 20px 0 0 0;
  padding:20px;
  background-color: black;
  color: white;
  right: 0px;
  left: 0px;

}
.footer .row{
    height: 320px;
    width: 90%;    
}

.footer h3
{
    font-family: 'Pacifico', cursive;
}
.footer a
{
  text-decoration: none;
  color: white;
  padding: 5px;

}
.footer li
{
  list-style-type: none;
}

.footer a
{
  color: #737171;
}
.footer span{
    color: #dd6f20;
    line-height: 15px;
    margin-bottom: 5px;
}
.footer a:hover
{
  color:white;
}
.footer  h3::after {
    content: '';
    position:relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #e16009;
    bottom: 0;
    left: calc(5% - 25px);
    
    margin: 20px
}
.footer input
{
  width: 180px;
  height: 40px;
  margin-bottom: 15px;
}
.footer .subscribe-btn
{
   color: #fff;
    width: 100px;
    border: 2px solid white !important;
    background-color: #e16009;
    padding: 10px;
    text-align:center;
    border-radius: 5px;
  
 
}
.footer .last
{
  background-color: #0c0b0b;
  padding: 30px;

}
.footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
.footer .copy
{
  display: inline-block;
}
.footer .last .social-links 
{
  float:right;
  display: inline-block;
}
.footer .last .social-links a
{
  float: left;
 
}
.footer .social-links a {
  padding: 10px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  background: #2b2b2b;
  margin-right: 10px; 
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: #e16009;
  color: #fff;
  text-decoration: none;
}

