
    *{
        font-family: "Roboto", sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
} */

   :root {
      --bg: #f4f6f8;
      --card: #ffffff;
      --text: #1f2933;
      --primary: #2563eb;
    }

    body.dark {
      --bg: #0f172a;
      --card: #1e293b;
      --text: #e5e7eb;
      --primary: #38bdf8;
    }



html {
  scroll-behavior: smooth;
}

/* Global Styles */

/* h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #222;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
} */

.section-p1 {
  padding: 40px 80px;
}

.section-m1 {
  margin: 40px 0;
}

button.normal {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: black;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}

button.white {
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  outline: none;
  transition: 0.2s;
}


body {
  width: 100%;
}

/* header*/
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
  background: #e3e6f3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  z-index: 10;
  position: sticky;
  top: 0;
  left: 0;

}

#close {
  display: none;
}

#navbar {
  display: flex;
  align-items: center;
  justify-content: center;

}

#navbar li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}

.mobile {
  display: none;
}


#navbar li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
  color: rgb(255, 109, 4);

}


#navbar li a.active::after,
#navbar li a:hover::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: rgb(255, 149, 0);
  position: absolute;
  bottom: -4px;
  left: 20px;
}

/* home page */
#hero {
  background-image: url("img/hero4.png");
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#hero h4 {
  padding-bottom: 15px;
}


#hero h1 {
  color: rgb(255, 166, 0);
}


#hero button {
  background-image: url("img/button.png");
  background-color: transparent;
  color: rgb(255, 98, 0);
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;

}

#feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


#feature .fe-box {
  width: 180px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 1px solid rgb(255, 128, 0);
  border-radius: 5px;
  margin: 15px 0;

}

#feature .fe-box:hover {
  box-shadow: 10px 10px 54px rgba(0, 0, 0, 0.1);
}

#feature .fe-box img {
  width: 100%;
  margin-bottom: 10px;
}

#feature .fe-box h6 {
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  color: rgb(255, 128, 0);
  background-color: #fddde4;
}

#feature .fe-box:nth-child(2) h6 {
  background-color: #cdebbc;

}


#feature .fe-box:nth-child(3) h6 {
  background-color: #bfef4f;

}

#feature .fe-box:nth-child(4) h6 {
  background-color: #1ae0ee5f;

}

#feature .fe-box:nth-child(5) h6 {
  background-color: #e19ac6;

}

#feature .fe-box:nth-child(6) h6 {
  background-color: #2fdf41d3;

}

#feature .fe-box:nth-child(2) h6 {
  background-color: #cdebbc;

}

#product1 {
  text-align: center;
}

#product1 .pro-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;

}

#product1 .pro {
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #bfef4f;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;

}

#product1 .pro:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .pro img {
  width: 100%;
  border-radius: 20px;

}


#product1 .pro .des {
  text-align: start;
  padding: 10px 0;
}

#product1 .pro .des span {
  color: #606063;
  font-size: 12px;
}

#product1 .pro .des h5 {
  padding-top: 7px;
  color: #1a1a1a;
  font-size: 14px;
}

#product1 .pro .des h4 {
  padding-top: 7px;
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 128, 0);
}

#product1 .pro .cat {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #e8f6ea;
  font-weight: 500;
  color: violet;
  border: 1px solid #cce7d0;
  position: absolute;
  bottom: 20px;
  right: 10px;


}


#banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
 background: var(--blues);
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;

}

#banner h4 {
  color: #fff;
  font-size: 16px;
}


#banner h2 {
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
}

#banner h2 span {
  color: red;
}

#banner button:hover {
  background-color: rgb(255, 128, 0);
  color: #fff;
}

#sm-banner {
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
}

#sm-banner .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
 background: var(--greyshade);
  min-width: 500px;
  height: 50vh;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

#sm-banner .banner-box2 {
  background-color: #0365ed;
}

#sm-banner h4 {
  color: white;
  font-size: 20px;
  font-weight: 300;
}

#sm-banner h2 {
  color: white;
  font-size: 28px;
  font-weight: 800;
}

#sm-banner span {
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}

#sm-banner .banner-box:hover button {
  background: #088178;
  border: 1px solid #088178;

}

#banner3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;


}

#banner3 .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url("img/banner/b7.jpg");
  min-width: 30%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  padding: 30px;
  margin-bottom: 20px;
}

#banner3 .banner-box2 {
  background-image: url("img/banner/b4.jpg");
}

#banner3 .banner-box3 {
  background-image: url("img/banner/b18.jpg");
}


#banner3 h2 {
  color: #ec6f6f;
  font-weight: 900;
  font-size: 22px;
}

#banner3 h3 {
  color: #ec7575;
  font-weight: 800;
  font-size: 15px;
}

#newsletter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-image: url("img/banner/b14.png");
  background-repeat: no-repeat;
  background-position: 20% 30%;
  background-color: #041e42;

}

#newsletter h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#newsletter p {
  font-size: 14px;
  font-weight: 600;
  color: #818ea0;
}

#newsletter p span {
  color: #b1d336;
}

#newsletter .form {
  display: flex;
  width: 40%;

}

#newsletter input {
  height: 3.125rem;
  padding: 0 1.25em;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#newsletter button {
  background-color: #088178;
  color: #fff;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* 
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

} */



footer .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;

}

footer .logo {
  margin-top: 30px;
}

footer h4 {
  font-size: 14px;
  padding-bottom: 20px;
}

footer p {
  font-size: 13px;
  margin: 0 0 8px 0;
}

footer a {
  font-size: 13px;
  text-decoration: none;
  color: #222;
  margin-bottom: 10px;

}

footer .follow {
  margin-top: 20px;
}

footer .follow .svg {
  color: #b1d336;
  padding-right: 4px;
  cursor: pointer;

}

footer .install .row img {
  border: 1px solid #088178;
  border-radius: 6px;



}

footer .install img {
  margin: 10px 0 15px 0;
}

footer .follow .svg:hover,
footer a:hover {
  color: yellow;

}

footer .copyright {
  width: 100%;
  text-align: center;
}


/*Shop page*/


#page-header.about-header {
  background-image: url("img/about/banner.png");
}

#about-head {
  display: flex;
  align-items: center;
}


#about-head img {
  width: 50%;
  height: auto;
}

#about-head div {
  padding: 40px;
}

#about-app {
  text-align: center;
}

#about-app .video {
  width: 70%;
  height: 100%;
  margin: 30px auto 0 auto;


}

#about-app .video video {
  width: 100%;
  height: 100%;
  border-radius: 20px;

}

#page-header {
 background: var(--greyshade);
  width: 100%;
  height: 40vh;
  margin-top: 20px;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 14px;
}

#page-header h2,
#page-header p {
  color: #f7f4f4;
  filter: drop-shadow(2px 2px 14px white);
}

#pagination {
  text-align: center;
}

#pagination a {
  text-decoration: none;
  background-color: #088178;
  padding: 15px 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

#pagination a i {
  font-size: 16px;
  font-weight: 600;
  align-content: center;
}

#prodetails {
  display: flex;
  margin-top: 20px;
}

#prodetails .single-pro-image {
  width: 40%;
  margin-right: 50px;
}

.small-img-group {
  display: flex;
  justify-content: space-between;
}

.small-img-col {
  flex-basis: 24%;
  cursor: pointer;
}

#prodetails .single-pro-details {
  width: 50%;
  padding-top: 30px;
}

#prodetails .single-pro-details h4 {
  padding: 40px 0 20px 0;
}

#prodetails .single-pro-details h2 {
  font-size: 25px;
}

#prodetails .single-pro-details select {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#prodetails .single-pro-details input {
  width: 50px;
  height: 47px;
  padding-left: 10px;
  font-size: 16px;
  margin-right: 10px;
}

#prodetails .single-pro-details input:focus {
  outline: none;
}

#prodetails .single-pro-details button {
  background-color: #088178;
  color: #fff;
}

#prodetails .single-pro-details span {
  line-height: 25px;
}

/* blog*/

#page-header.blog-header {
  background-image: url("begin.jpg");
}

#blog {
  padding: 150px 150px 0 150px;
}

#blog .blog-box {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}

#blog .blog-img {
  width: 50%;
  margin-right: 40px;

}

#blog img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 3px 17px black;
}

#blog .blog-details {
  width: 50%;

}

#blog .blog-details a {
  text-decoration: none;
  font-size: 11px;
  color: #000;
  font-weight: 700;
  position: relative;
  transition: 0.35s;
}

#blog .blog-details a::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 4px;
  right: -60px;
}

#blog .blog-details a:hover {
  color: #088178;
}

#blog .blog-details a:hover::after {
  background-color: #088178;
}

#blog .blog-box h1 {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 70px;
  font-weight: 700;
  color: #0a0a0a;
  z-index: -61;
}

#blog .blog-details p{
 
  text-align: justify;
  

}


/*contact details*/

#contact-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact-details .details {
  width: 40%;
}

#contact-details .details span, 
#form-details form span {
  font-size: 12px;
}

#contact-details .details h2,
#form-details form h2{
  font-size: 26px;
  line-height: 35px;
  padding: 20px 0;
}

#contact-details .details h3 {
  font-size: 16px;
  padding-bottom: 15px;
}


#contact-details .details li {
  list-style: none;
  display: flex;
  padding: 10px 0;
}


#contact-details .details li i {
  font-size: 10px;
  padding-right: 22px;
}

#contact-details .details li p{
 margin: 6px;
  font-size: 14px;
}

#contact-details .map{
  width: 55%;
  height: 400px;
   border-radius: 20px;
   box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.52);
  
}

#contact-details .map iframe{
  width: 100%;
  height: 100%;
  border-radius: 20px;
 
}

#form-details{
  display: flex;
  justify-content: space-between;
  margin: 30px;
  padding: 80px;
  border: 1px solid #e1e1e1;
}

#form-details form{
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items:flex-start ;
}

#form-details form input, 
#form-details form textarea{
  width: 100%;
  padding: 12px 15px;
  outline: none;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;

}

#form-details form button{
  background-color: #088178;
  color: #fff;
}

#form-details .people div{
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;

}

#form-details .people div img{
  width: 65px;
  height: 55px;
  object-fit: cover;
  margin-right: 50px;
}

#form-details .people div p{
  margin: 0;
  font-size: 13px;
  line-height: 25px;
}

#form-details .people div p span{
  display: block;
  font-size:16px ;
  font-weight: 600;
  color: #000;
}

/* cart */

#cart table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  white-space: nowrap;
}

#cart table img{
  width: 70px;
  border-radius: 50%;
}

#cart table td:nth-child(1){
  width: 100px;
  text-align: center;
}

#cart table td:nth-child(2){
  width: 150px;
  text-align: center;
}

#cart table td:nth-child(3){
  width: 250px;
  text-align: center;
}

#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(6){
  width: 150px;
  text-align: center;
}

#cart table td:nth-child(5) input{
  width: 70px;
  padding: 10px 5px 10px 15px;
}

#cart table thead{
  border: 1px solid #e2e9e1;
  border-left:none;
  border-right:none;
}

#cart table thead td{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
}

#cart table tbody tr td{
  padding-top: 15px;

}

#cart table tbody td{
  font-size: 13px;
}

#cart-add{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#coupon{
  width: 50%;
  margin-bottom: 30px;
}

#coupon h3,
#subtotal h3{
  padding-bottom: 15px;
}

#coupon input{
  padding: 10px 20px;
  outline: none;
  width: 60%;
  margin-right: 10px;
  border: 1px solid #e2e9e1;
}
#coupon button{
  background-color: #088178;
  color: #fff;
  padding: 12px 20px;
}



#subtotal{
  width: 50%;
  margin-bottom: 30px;
  border: 1px solid #e2e9e1;
  padding: 30px;
}

#subtotal table{
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
 

}

#subtotal table td{
  width: 50%;
  border: 1px solid #e1e1e1;
  padding: 10px;
  font-size: 13px;
}





 .bottom-nav {
      position: fixed;
      bottom: 40px; /* 50px from bottom */
      left: 50%;
      transform: translateX(-50%);
      width: 30%; /* 30% width */
      background:rgba(0, 0, 0, 0.82);
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px 0;
      color: rgb(24, 22, 22);
      border-radius: 7px; /* rounded edges */
      transition: transform 0.4s ease, opacity 0.4s ease;
      border-radius: 2px 4px 5px rgb(230, 55, 6);
    }

    .bottom-nav.hide {
      transform: translate(-50%, 150%);
      opacity: 0;
    }

    .bottom-nav a {
      color: white;
      text-decoration: none;
      font-size: 16px;
    }









    :root{
        --greyshade: grey;
        --blues: blue;
        --simpshadow: 2px 2px 3px black;
    }

    body{
        display: flex;
        flex-direction: column;
        
    }

    #home{
        width: 100%;
        height: 100%;
        background-color: var(--bg);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .promotion{
        width: 100%;
        height: 250px;
       background-image: url(chopped.jpg);
       background-position:center;
       background-size: cover;
       background-repeat: no-repeat;
     
    }

    .messa h1{
        filter: drop-shadow(2px 3px 14px black);
    }

     #home .minibook{
        width: 90%;
        height: 250px;
  
        margin: auto;
        margin-top: 15px;
        padding: 20px;

        
       
    }

    .top2{
        width: 100%;
        height: 70px;
        
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        border-bottom: 2px solid var(--greyshade);
        color: rgb(0, 0, 0);
         
    }

    .book2{
        width: 100%;
        height: 180px;
        
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .book2 form{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

    .i1, .i2, .i3{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0365ed;
         border: 1px solid black;
    }

    .i1 p{
        position: absolute;
        top: -30px;
        font-size: 20px;
        left: 0;
    }

        .i2 p{
        position: absolute;
        top: -30px;
        font-size: 20px;
        left: 0;
    }

        .i3 p{
        position: absolute;
        top: -30px;
        font-size: 20px;
        left: 0;
    }

    .i1 input{
        height: 50px;
          width: 200px;
          border: none;
          outline: none;
    }

      .i2 input{
        height: 50px;
          width: 200px;
           border: none;
          outline: none;
    }
    /* .i2{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff9800;
        border: 1px solid black;
    }

   

    
    .i3{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff9800;
    } */

     .i3 select{
        height: 50px;
        width: 200px;
    }

    
    .i4{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        
        
    }

    .material-symbols-outlined{
        font-size: 50px;
    }

    #submit{
        width: 250px;
        height: 50px;
        font-weight: 700;
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #eaeaea;
        background-color: blue;
        border: none;
        outline: none;
        border-radius: 5px;
        box-shadow: 2px 3px 17px black;
    }
        #contact{
        width: 100%;
        height: 100vh;
        background-color: rgb(197, 191, 184);
    }

        #bookings{
        width: 100%;
        height: 100vh;
      
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #logz{
            width: 100%;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgb(255, 255, 255);         
            /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    */
    }

    #ogslogol{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      
    }

    /* .container {
    display: flex;
    position: absolute;
    top: 250px;
    left: 550px;
    align-items: center;
    justify-content: center;
    width: 350px;
    background: grey;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
} */

.container{
    width: 350px;
    
    background: linear-gradient(90deg, #2563eb, #14b8a6);
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.form-box {
    padding: 30px;
    display: none;
}

.form-box.active {
    display: block;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.input-box {
    position: relative;
    margin-bottom: 25px;
}

.input-box input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
}

.input-box label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #888;
    pointer-events: none;
    transition: .3s;
}

.input-box input:focus + label,
.input-box input:valid + label {
    top: -6px;
    font-size: 12px;
    color: #333;
    background: #fff;
    padding: 0 5px;
}

.password-box .toggle-pass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
}

    .navigate{
    width:100%;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 15px;
    position:fixed;
    top:0;
    background:var(--bg);
    z-index:1000;
    border-bottom: 4px solid var(--greyshade);
}

.switchlogo{
    font-size:20px;
    font-weight:700;
    display: flex;
    align-items: center;
     /* filter: drop-shadow(2px 3px 1px black); */
}
.switchlogo img{
    width: 60px;
   
}
#l1{
    color:rgb(18, 17, 17);
}

.listmenu ul{
    display:flex;
    gap:20px;
    list-style:none;
}

.listmenu ul li a{
    text-decoration:none;
    color:#000;
    font-weight:500;
}

#but1{
    padding:6px 12px;
    border:none;
    background:orange;
    cursor:pointer;
    border-radius:5px;
}

.bar{
    display:none;
    cursor:pointer;
}

.listmenu a.active{
    color: orange;
    font-weight: 700;
    border-bottom: 2px solid orange;
}

/* Theme toggle button */
#themeToggle{
    border:none;
    background:transparent;
    font-size:20px;
    cursor:pointer;
    transition:transform 0.3s ease;
}

#themeToggle:hover{
    transform:scale(1.1);
}

/* Light mode (default) */
body{
    background:#fff;
    color:#000;
    transition:background 0.4s ease, color 0.4s ease;
}

/* Dark mode */
body.dark{
    background:#121212;
    color:#eaeaea;
}

body.dark .navigate{
    background:#1e1e1e;
}

body.dark a{
    color:#eaeaea;
}

body.dark .listmenu a.active{
    color:#ff9800;
    border-color:#ff9800;
}

body.dark #but1{
    background:#ff9800;
    color:#000;
}

/* Sections dark override */
body.dark #home{ background:#1b1b1b; }
body.dark #contact{ background:#3b2200; }
body.dark #bookings{ background:#173b12; }
body.dark #logz{ background:#3b0f24; }

#themeToggle{
    border:none;
    background:transparent;
    cursor:pointer;
    padding:6px;
}

#themeIcon{
    font-size:26px;
    transition:transform 0.3s ease, color 0.3s ease;
}

#themeToggle:hover #themeIcon{
    transform:rotate(20deg);
}

/* Dark mode icon color */
body.dark #themeIcon{
    color:#ffca28;
}


.basket{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.messa{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;

}

/* footer */
/* footer {
    margin-top: 20px;
    background-color: #b4b4b4;
    border-top: 2px solid blue;
} */
.col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 10px;
    
}

.icon{
    
}

/*

.slides{
    width: 100%;
    height: 400px;
   
}

*/

/* slides */


/*
    .slides{
        display: flex;
        justify-content: space-between;
    }

    .back{
        width: 50px;
        height: 100%;
       
         display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .go{
        width: 50px;
        height: 100%;
        
         display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mid{
     
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .t3{
       
        width: 100%;
        height: 90%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }
    .n2{
        width: 100%;
    
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        height: 35px;
        color: red;
    }

    .o1{
        
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid blue;
        border-radius: 50%;

    }

    /* slider */
/*
    body{
    font-family:Arial, sans-serif;
}

.slides{
    width:500px;
    margin:60px auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.back,.go{
    font-size:28px;
    cursor:pointer;
    user-select:none;
}

.mid{
    text-align:center;
    flex:1;
}

.t3{
    font-size:24px;
    margin-bottom:15px;
    transition:opacity .4s ease;
}

.n2{
    display:flex;
    justify-content:center;
    gap:8px;
}

.o1{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.o1.active{
    background:#000;
    color:#fff;
}

*/

/*slide*/
/* 
.slides{
    width:90%;
    margin:auto;
    display:flex;
    flex-direction: row;
    align-items:center;
    gap:15px;
}

.back,.go{
    font-size:30px;
    cursor:pointer;
    user-select:none;
}

.mid{
    flex:1;
    text-align:center;
}

.slider{
    position:relative;
    height:320px;
    overflow:hidden;
}

.slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity .6s ease;
}

.slide.active{
    opacity:1;
    position:relative;
}

.slide img{
    width:300px;
    height:300px;
    object-fit:cover;
    border-radius:50%;
    background-color: #af0b0b;
    position: absolute;
    left: 30px;
    top: 10px;

}

.n2{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:15px;
}

.o1{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.o1.active{
    background:#000;
    color:#fff;
} */
/* 
#sl1{
    width: 100%;
    height: 100%;
    background-image: url(im1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider h2{
    position: absolute;
    gap: 10px;
    top: 40%;
    right: 20%;
}

.slider p{
    position: absolute;
    right: 20%;
    top: 50%;
}

.imbu{
    position: absolute;
    right: 16%;
    top: 60%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0365ed;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
    border: none;
}

#sl2{
    width: 100%;
    height: 100%;
    background-image: url(im2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sl3{
    width: 100%;
    height: 100%;
    background-image: url(im3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sl4{
    width: 100%;
    height: 100%;
    background-image: url(im4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sl5{
    width: 100%;
    height: 100%;
    background-image: url(im5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sl6{
    width: 100%;
    height: 100%;
    background-image: url(im6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sl7{
    width: 100%;
    height: 100%;
    background-image: url(im7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sl8{
    width: 100%;
    height: 100%;
    background-image: url(im8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sl9{
    width: 100%;
    height: 100%;
    background-image: url(im3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.copyright{
    width: 100%;
   
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mimim{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: end;
}

#aru{
    font-size: larger;
}

.basker{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 2333;
    background-color: #ffffff;
    display: none;
    

}
@media (max-width:1200px){

     #home .minibook{
        display: flex;
        flex-direction: column;
       width: 100%;
        padding: 10px;
        height: 450px;
        
     }

     .top2{
        margin-bottom: 40px;
     }
        .book2 form{
            
       margin-top: 150px;
       margin-bottom: 170px;
       margin: auto;
        height: 350px;
        display: flex;
        flex-direction: column;
     }

         /* .slide img{
        width: 200px;
        height: 200px;
         left: 37%;
         top: 30px;
         border-radius: 20px;
    } */
/* 
    .slider h2{
    position: absolute;
   
    top: 50%;
    right: 30%;
    font-weight: 600;
    filter: drop-shadow(2px 3px 10px rgb(255, 255, 255));
}

.slider p{
    position: absolute;
    right: 25%;
    top: 60%;
}

.imbu{
    position: absolute;
    right: 16%;
    top: 80%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0365ed;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
    border: none;
} */
}
/*moder slider*/

/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

.slides {
    position: relative;
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #111;
    margin-bottom: 40px;
}

/* CENTER CONTAINER */
.mid {
    width: 100%;
    height: 100%;
    position: relative;
}

/* SLIDER WRAPPER */
.slider {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:var(--bg);
    border: none;
  
    
       
}

/* INDIVIDUAL SLIDE */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 10px;
    color: rgb(255, 255, 255);
    opacity: 0;
    border: none;
    transform: scale(1.05);
    transition: all 0.6s ease-in-out;
    
    
}

/* ACTIVE SLIDE */
.slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    
}

/* SAMPLE BACKGROUNDS (You can replace with images later) */
/* #sl1 { background: linear-gradient(135deg, #1e3c72, #2a5298); }
#sl2 { background: linear-gradient(135deg, #ff512f, #dd2476); }
#sl3 { background: linear-gradient(135deg, #11998e, #38ef7d); }
#sl4 { background: linear-gradient(135deg, #fc466b, #3f5efb); }
#sl5 { background: linear-gradient(135deg, #8360c3, #2ebf91); }
#sl6 { background: linear-gradient(135deg, #ff9966, #ff5e62); }
#sl7 { background: linear-gradient(135deg, #56ab2f, #a8e063); }
#sl8 { background: linear-gradient(135deg, #614385, #516395); }
#sl9 { background: linear-gradient(135deg, #e65c00, #f9d423); } */
#sl1 { background: url(images/brainai.jpg);
width: 85%;
margin: auto;
border-radius: 30px;}
#sl2 { background:url(images/aiface.jpg);
width: 85%;
margin: auto;
border-radius: 30px; }
#sl3 { background: url(images/eyeai.jpg); 
width: 85%;
margin: auto;
border-radius: 30px;}
#sl4 { background: url(images/optimxw.jpg);
width: 85%;
margin: auto;
border-radius: 30px; }
#sl5 { background: url(images/brainai.jpg); }
#sl6 { background: linear-gradient(135deg, #ff9966, #ff5e62); }
#sl7 { background: linear-gradient(135deg, #56ab2f, #a8e063); }
#sl8 { background: linear-gradient(135deg, #614385, #516395); }
#sl9 { background: linear-gradient(135deg, #e65c00, #f9d423); }

/* TEXT STYLING */
.slide h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.slide p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    opacity: 0.9;
}

/* BUTTON */
.imbu {
    padding: 12px 28px;
    border: none;
    width: 50%;
    border-radius: 30px;
    background: white;
    color: #111;
    font-weight: bold;
    cursor: pointer;
    font-size: 17px;
    transition: 0.3s ease;
    height: 60px;
   
}

.imbu:hover {
    background: #e22121;
    color: #fff;
}

/* ARROWS */
.back,
.go {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7.5rem;
    color: rgb(55, 53, 53);
    /* background: rgba(0, 0, 0, 0.4); */
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s ease;
    user-select: none;
    z-index: 2;
    
}

.back { left:-40px; }
.go { right: -40px; }

.back:hover,
.go:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    background: transparent;
}

/* NUMBER INDICATORS */
.n2 {
    position: absolute;
    bottom: 3px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 555;
    
}

.o1 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 0.9rem;
}

.o1.active {
    background: white;
    color: #111;
    font-weight: bold;
}

.o1:hover {
    background: white;
    color: #111;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .slide h2 {
        font-size: 1rem;
    }

    .slide p {
        font-size: 1rem;
    }

    .back,
    .go {
        width: 100px;
        height: 100px;
        font-size: 2rem;
        background: transparent;
        
    }
}



/*media*/
@media(max-width:799px) {
  .section-p1 {
    padding: 40px 40px;
  }

  .section-m1 {
    margin: 20px 0;
  }

  #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 300px;
    background-color: #cce7d0;
    backdrop-filter: blur(10px);
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.02);
    padding: 80px 0 0 10px;
    transition: 0.3s;
    background: transparent;
    z-index: 999;
  }






  #navbar.active {
    right: 0px;
  }

  .mobile {
    display: flex;
    align-items: center;
  }

  .mobile i {
    color: #1a1a1a;
    font-size: 24px;
    padding-left: 10px;
  }

  #lg-bag {
    display: none;
  }

  #close {
    display: flex;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
  }

  #navbar li {
    margin-bottom: 30px;
  }

  #hero {
    height: 70vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
  }

  #feature {
    justify-content: center;
  }

  #feature .fe-box {
    margin: 15px 15px;
  }

  #product1 .pro-container {
    justify-content: center;
  }

  #product1 .pro {
    margin: 15px;
  }

  #banner {
    height: 20vh;
  }

  #sm-banner .banner-box {
    min-width: 100%;
    height: 30vh;

  }

  #banner3 {
    padding: 0 40px;

  }

  #banner3 .banner-box {
    width: 28%;
  }
}

@media(max-width:477px) {
  .section-p1 {
    padding: 20px;
  }

  #header {

    padding: 10px 30px;
  }

  /* h1 {
    font-size: 30x;
  }

  h2 {
    font-size: 32px;
  } */

  #hero {
    padding: 0 20px;
    background-position: 55%;
  }

  #feature {
    justify-content: space-between;
  }

  #feature .fe-box {
    width: 155px;
    margin: 0 0 15px 0;

  }

  #product1 .pro {
    width: 100%;
  }

  #banner {
    height: 40vh;
    padding: 10px;
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }

  #sm-banner .banner-box {
    height: 40vh;
  }

  #sm-banner .banner-box2 {
    margin-top: 20px;

  }

  #banner3 {
    padding: 0 20px;
  }

  #banner3 .banner-box {
    width: 100%;
  }

  #newsletter {
    padding: 40px 20px;
  }

  #newsletter .form {
    width: 100%;
  }

  footer .copyright {
    text-align: start;
  }

  #prodetails {
    display: flex;
    flex-direction: column;
  }

  #prodetails .single-pro-image {
    width: 100%;
    margin-right: 0px;
  }

  #prodetails .single-pro-details {
    width: 100%;
  }

  /* blog page */

  #blog {
    padding: 100px 20px 0 20px;
  }

  #blog .blog-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #blog .blog-img {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 20px;
  }

  #blog .blog-details {
    width: 100%;
  }

  /* about page */

  #about-head {
    flex-direction: column;

  }

  #about-head img {
    width: 100%;
    margin-bottom: 20px;
  }

  #about-head div {
    display: flex;
    flex-direction: column;
    padding: 0px;

  }

  #about-head div h2 {
    text-align: center;
  }

  #about-app .video {
    width: 100%;
  }

  #contact-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#contact-details .details {
    width: 100%;
    margin-bottom: 30px;
}


#contact-details .map {
    width: 100%;
    border-radius: 20px;
    margin-top: 40px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.52);
}

#form-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px;
    padding: 20px;
    border: 1px solid #e1e1e1;
}

#form-details form {
    width: 100%;
    margin-bottom: 50px;
  }

  #form-details form button {
    background-color: #088178;
    color: #fff;
    align-self: center;    
}






  footer .copyright {
    text-align: center;
  }

   .bottom-nav{
    width: 70%;
   }


}
/* ===== MOBILE MENU ===== */
@media (max-width:768px){

    .bar{
        display:block;
    }

    .listmenu{
        position:absolute;
        top:60px;
        left:0;
        width:100%;
        background:#fff;
        overflow:hidden;
        max-height:0;
        transition:max-height 0.4s ease;
    }

       .promotion{
        /* background-image: url(choppeds.jpg); */
        background: #fff;
         height: 650px;
         margin-top: 40px;
       }

    .listmenu.active{
        max-height:300px;
    }

    .listmenu ul{
        flex-direction:column;
        padding:15px;
    }
     #home .minibook{
        display: flex;
        flex-direction: column;
       width: 100%;
        padding: 10px;
        height: 350px;
        padding: 0;
     }

 

     .book2 form{
       margin-top: 40px;
        height: 350px;
        display: flex;
        flex-direction: column;
     }

         .i1, .i2, .i3{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0f2102;
         border: 2px solid rgb(0, 105, 226);
         
    }

     .material-symbols-outlined{
        font-size: 20px;
    }

        #submit{
        width: 270px;
        height: 35px;
        font-weight: 700;
        font-size: 10px;
 
    }

        .i1 input{
        height: 40px;
          width: 250px;
     
    }

      .i2 input{
        height: 40px;
          width: 250px;
        
    }

       .i3 select{
        height: 40px;
        width: 250px;
    }


    
    .top2{
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        
        
    }
    /* .slides{
        margin: 50px auto;
    
       
        
    }

    .slide img{
        width: 100px;
        height: 100px;
         left: 37%;
         top: 30px;
         border-radius: 20px;
    }

    .slider h2{
    position: absolute;
   
    top: 50%;
    right: 30%;
    font-weight: 600;
    filter: drop-shadow(2px 3px 10px rgb(255, 255, 255));
} */

/* .slider p{
    position: absolute;
    right: 25%;
    top: 60%;
}

.imbu{
    position: absolute;
    right: 16%;
    top: 80%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0365ed;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
    border: none;
} */

.follow {

    
}
.follow .icon{
    
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
}
    /* .slides{
        display: flex;
        justify-content: space-between;
    }

    .back{
        width: 34px;
        height: 100%;
       
         display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .go{
        width: 34px;
        height: 100%;
      
         display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mid{
       
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .t3{
       
        width: 100%;
        height: 90%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }
    .n2{
        width: 100%;
     
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        height: 35px;
        color: rgb(9, 1, 1);
        font-weight: 700;
        opacity: 0.5;
    } */
/* 
    .basket{
        display:none;
    } */
}

@media (max-width:400px){
    /* .slides{
        margin:auto;
        width: 100%;
        margin-top: 20px;
        padding: 10px;
        
    } */

           .promotion{
        /* background-image: url(choppeds.jpg); */
        background: #e00c0c;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
         height: 650px;
         margin-top: 40px;
         padding: 10px;
       }



    
    /* .container {
    display: flex;
    position: absolute;
    top: 250px;
    left: 21px;
    align-items: center;
    justify-content: center;
    width: 350px;
    background: grey;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
} */
}

/* push sections below navbar */
section{
    padding-top:60px;
}

  
