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;
    font-family: "Galada", cursive;
}

.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;
}
.container 
{
    display: flex;
    margin-top: 20px;
}
.Enjoy {
    color: #fffdfd;
    font-size: 20px;
    display: inline-block;
    margin-left: 50px;
    width: 350px;
}
.Enjoy .table
{
    color: #ffffff;
    background-color: #e16009;
    border-radius: 5px;
    width: 250px;
    height: 70px;
    border: #dddddd solid 2px;
}
@keyframes imgRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

 .rotatimage
{
    display: inline-block;
   
    margin-left: 50px;
}
.container img {
    animation: imgRotate 50s linear infinite;
    margin-left: 45px;
    float: right;
    border-radius: 50%;
    width: 600px;
    height: 600px;
}
/*about*/
.aboutsection
{
  display: flex;
  color:#000000;
  background-color: #fff;
  /* padding: 1%;
  margin: 1%;
  width: 100%; */
}
.aboutamage
{
  display: inline-block;
  width: 45%;
  height: 40%;
  justify-content: center;
}
.aboutamage img
{
  width: 90%;
  height: 80%;
 
}
.content
{
  display: inline-block;
  width: 45%;
 padding: 2%;
}
.content .images
{
  display: flex;
}
.content .images img
{
  width: 95%;
  height: 60%;
  border-radius: 50%;
  margin-right: 30px;
}
.content h2, h3
{
  color: #e16009;
  font-family: 'Pacifico', cursive;
}
.Specialimg
{
  display: inline-block;
  justify-content: center;
}
.Specialimg img
{
   width: 70%;
   height: 70%;
   margin: 8% 8%;
}

/* our team */
.container6
{
  background: black;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
    color: #FFFFFF;
    padding: 50px;
    margin-top:50px;
    margin-bottom:40px;
    
}
.container6 .card
{
  margin: 20px;
  width: 300px;
  color: black;
  border-radius: 10px;
  transform: skewY(0deg);
}
.container6 span
{
    margin-left: 1%;
    font-family: 'Pacifico', cursive;
     font-size: 30px;
     color:#e16009;
     margin-bottom: 0;
   
}
.container6 h2
{
    margin-top: 0;
    transform: translateY(-40%);
}
.container6   h2::after {
    content: '';
    position:relative;
    display: block;
    width: 40px;
    height: 3px;
    background:#e16009;
    bottom: 0;
    left: calc(48% - 25px);
    
    margin: 20px
}
.container6 img
{
  height: 250px;
  
}
.container6 .card-body
{
  color: #e16009;;
}
.container6 .card-body p
{
  color: #000000;;
}
.container6 .social
{
  margin-top: -45px;
  text-align: center;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.container6 .card:hover >.social
{
  opacity: 1;
  transition: 1s ease-in-out;
 
}

/*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;
}


/* client section start */
.heading {
  
  color: #dddddd;
  width: 100%;
 display: inline-block;
}
.heading h2
{
     margin-left: 350px;
     font-family: 'Pacifico', cursive;
}
.client_section .item
{
 
  display: flex;
  width:100%;
}
.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
  margin: 15px;
 
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 50%;
  height: 100px;
  border: 5px solid #e16009;
  margin-top: 1px;
  transform: rotate(0deg);
  animation: imgRotate 500s linear infinite;
  width: 40000px;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 60%;
  top: 0;
  width: 20px;
  height: 20px;
  /* margin-left: 10px; */
  background-color:#e16009;
  -webkit-transform: rotate(40deg) translateX(-50%);
          transform: rotate(40deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color:  black;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

/* .client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
} */

/*arrow*/
.uparrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.uparrow a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #e16009; 
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.uparrow a:hover {
    background-color: #dd6f20;
}
