body{
    
    background-color: #fbf8f0;
    padding: 0px;
    margin:0px;
    
    
}
.back{
  display: flex;
  position: fixed;
  z-index: -999;
  opacity: 0.03;
  align-items: center;
  height: 1px;
  top: 40%;
  
}


.bgback{
  display: flex;
  position: absolute;
  padding-left: 63%;
  transform: translateY(-160px);
  height: 180px;
  
}
.bgback img{
  border-radius: 50%;
}



.container-fluid{
 
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #510c0cb0);
    display: flex; 
    justify-content: space-between; /* Distributes items to both ends */
    align-items: center; 
    padding-left: 2%;
    padding-right: 3%;
    background-color: 	 #120301;
   
    
}


#img101{
    max-width: 270px;
    padding-bottom:13px;
}


nav {
  width:100%;
  height: auto;
    background-color: 	 #120301;
    display: flex;
    color:rgb(200, 169, 126);
    letter-spacing: 1px;
    flex-wrap: nowrap; /* Allows columns to wrap on smaller screens */
    font-size: 3vw;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    white-space: nowrap;
    
  }

  

  
  .nav-overline {
   
    text-decoration: none;
    color:rgb(200, 169, 126);
    position: relative; /* Required for :after pseudo-element */
    border-top: 2px solid transparent; /* Initial transparent border-top */
    transition: border-top-color 0.3s ease-in-out; /* Smooth transition */
    font-size: clamp(15px, 2vw, 25px);
    flex: 1;
    flex-wrap: nowrap; /* Allows columns to wrap on smaller screens */
    text-align: center;
    font-family: 'handlee';
    padding-left: 28px;
    
    
    
}
.enquiry{
    padding-left: 60px;
}

  .nav-overline:hover,
  .nav-overline:active,
  .nav-overline:focus {
    border-top-color: rgb(200, 169, 126); /* Show the overline effect */
  }

  .dropdown {
    position: relative;
    display: inline-block;
    padding-top: 2px;
    
    
  }
  
  .dropbtn {
    background-color:transparent;
    color:rgb(200, 169, 126);
    border: none;
    cursor: pointer;
    font-family: 'handlee';
    font-size: clamp(15px, 2vw, 25px);
    padding-right: 20px;
    padding-left: 0px;
    
  }
  



  /* for menu */

   /* Dropdown container */
   .dropdown1 {
    display: inline-block;
    position: relative;
    z-index: 1000;
    align-items: center;
  }

  /* Image trigger */
  .dropdown-image1 {
    
    height: clamp(30px, 58px, 65px);
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    transition: transform 0.2s ease; /* Add hover effect */
  }

  .dropdown-image1:hover {
    transform: scale(1.1); /* Slight zoom on hover */
  }

  /* Dropdown content (hidden by default) */
  .dropdown-content1 {
    display:none;
    position:absolute;
    background: rgba(26, 20, 20, 0.8);
   
    border-radius: 5px;
    padding: 10px 0;
    min-width: 200px;
    z-index: 1;
    left: 0; /* Align with the left edge of the trigger */
    top: 100%; /* Position below the trigger */
    transition: top 0.2s ease, left 0.2s ease;
    padding: 20px;
    
    
  }
  .insidelist{
    background-color: transparent; /* Make the background transparent */
  border: none;                 /* Optional: Remove border */
  color: #ffffff;                  /* Set text color (adjust as needed) */
  font-size: 16px;              /* Set font size */
  cursor: pointer;   
  padding-top: 10px;
  padding-left: 20px;
  }


  /* Dropdown items */
  .dropdown-content1 a {
    color: rgb(254, 254, 254);
    text-decoration: none;
    display: block;
    padding-top: 10px;           /* Change cursor to pointer on hover */
  padding-left: 20px;
    transition: background-color 0.3s ease;
  }

  .dropdown-content1 a:hover {
    background-color: #a58100;
  }

  /* Show the dropdown when .show class is added */
  .dropdown-content1.show {
    display: block;
  }

  /* close menu */

    .strip {
      position: relative;
      width: 100%;
      background: linear-gradient(to right,#9c4e03,#dc9652,#9c4e03);
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      height: 20px;
      box-sizing: border-box;
    }
    
    .strip_text {
      font-family: 'cinzel';
      color: black;
      font-style: normal;
      font-weight: 800;
      letter-spacing: 1px !important;
      font-size: 3vw !important; /* Responsive font size based on viewport width */
      white-space: nowrap; /* Keeps text on a single line */
      overflow: hidden;
      text-align: center;
      margin-top: 5%;
      margin-bottom: 4.5%;
      margin-left: 3%;
      margin-right: 3%;
    }
  
    .sticker{
        width: 22% !important;
        height: auto;
        position: absolute;
        top: 18%;
        left: 2.5%;
        padding-left: 5px;
        z-index: 1;
    }

    
.for_brown_backcolor{
  background-color: 	 #120301;
}
  
  

@media screen and (max-width: 480px){
 .carousel-inner {
  width: 100%;
    height: auto;
}
}
@media screen and (min-width: 480px){
.carousel-inner{
  width: 50%;
  height: auto;
}
}

.fab-container {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Add spacing between icons */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; /* Ensure visibility */
  
}

.fab-link {
 
  
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: transform 0.3s ease;
}

.fab-link:hover {
  transform: scale(1.1); /* Slight zoom effect on hover */
}


.col-sm-12.mob-padd{
  
  transform: translateY(-20px);
}
.sculpture {
 
    font-family: 'Parisienne', cursive;
    font-size: 3rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    color:rgb(218, 215, 215);
    
    margin: 50px 0 30px 0;
    font-weight: 400;
    padding-top: 20px;
    margin-left: 2.5% !important;
}
.sculpture_text {
    margin-left: 50%;
    color: #d0cece;
}
#tag_line{
    
    color:rgb(200, 169, 126);
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    padding-left: 12px;
}
#tag_line1{
    color:rgb(200, 169, 126);
    font-family: 'Caveat';
    font-size: 50px;
    font-weight:300;
    padding-left: 10px;
    padding-right: 10px !important;
    font-size: clamp(20px, 2rem, 25px);
    text-align: center;
}


.subheading1 {
  position: relative;
  
  
  font-weight: normal;
  font-size: 60px;
  margin-left: 26%;
  display: block;
  margin-top: 70px;
  color:rgb(198, 136, 49,.6);
  line-height: 0;
  font-family: "Great Vibes", cursive;
  margin-bottom: 0px;
  z-index: -1;
}
.subheading {
    position: relative;
    
    
    font-weight: normal;
    font-size: 60px;
    margin-left: 22%;
    display: block;
    margin-top: 70px;
    color:rgb(198, 136, 49,.6);
    line-height: 0;
    font-family: "Great Vibes", cursive;
    margin-bottom: 0px;
    z-index: -1;
    
}
.mb-2{
    margin-top: 0px;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    color: #2e2c2c;
    
}
@media screen and (max-width: 768px)
.subheading {
    font-size: 5px !important;
    
}


.para{
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 480;
    font-size: small;
    text-align:justify;
}

ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 15px;
  }
  li{
    padding-bottom: 5px;
    font-family: "Comic Neue";
    font-weight: 350;
  }

  
  ul li:before {
    content: '✓';
    color: green;
    font-size: 30px;
  padding-top: 0px;
  padding-bottom: 0px;

    padding-right: 5px;
    font-weight:bolder; 
  }

  .mb-3{
    margin-top: 0px;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    color: #2e2c2c;
    
}


.rounded.float-starts1 {
  margin-left: 2%;
  width: 30%;
  display: inline;
  border: 4px solid rgb(208, 107, 0);
  border-radius: 15px !important;
}
.rounded.float-starts4 {
  margin-left: 2%;
  width: 30%;
  display: inline;
  border: 4px solid rgb(208, 107, 0);
  border-radius: 15px !important;
  transform: translateY(-25px) !important;
}
.rounded.float-starts7 {
  margin-left: 2%;
  width: 30%;
  display: inline;
  border: 4px solid rgb(208, 107, 0);
  border-radius: 15px !important;
  transform: translateY(-25px) !important;
}
.rounded.float-starts2 {
  width: 33%;
  display: inline;
  border: 4px solid rgb(223, 119, 0);
  border-radius: 15px !important;
  transform: translateY(30px) !important;
}


.rounded.float-starts5 {
  width: 33%;
  display: inline;
  border: 4px solid rgb(223, 119, 0);
  border-radius: 15px !important;
  transform: translateY(-43px) !important;
}
.rounded.float-starts8 {
  width: 33%;
  display: inline;
  border: 4px solid rgb(223, 119, 0);
  border-radius: 15px !important;
  transform: translateY(-69px) !important;
}

.rounded.float-starts3 {
  width: 30%;
  display: inline;
  border: 4px solid rgb(223, 119, 0);
  border-radius: 15px !important;
  margin-right: 2%;
  transform: translateY(36px) !important;
}


.rounded.float-starts6 {
  width: 30%;
  display: inline;
  border: 4px solid rgb(223, 119, 0);
  border-radius: 15px !important;
  margin-right: 2%;
  transform: translateY(5px) !important;
}
.rounded.float-starts9 {
  width: 30%;
  display: inline;
  border: 4px solid rgb(223, 119, 0);
  border-radius: 15px !important;
  margin-right: 2%;
  transform: translateY(-35px) !important;
}

.para1{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 550;
    text-align: center;

    
}
.para2{
    
    font-weight: 400;
    text-align: center;

    
}
.parabelow2{
  margin-left: 6px;
  margin-right: 6px;
  text-align: justify;
}
.mb-4{
    margin-top: 0px;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    color: #2e2c2c;
    
}
.para3{
    text-align: center;
}


.flex-container1 {
    display: flex;
    flex-wrap: wrap;
    
  }
  
  .image {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    text-align: center;
    
  }
  
  .image img {
    max-width: 70%;
    border-radius: 80%;
    
  }
  
  .image p {
    margin-top: 10px;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Parisienne', cursive;
    
  }

  
  
 .w3-sidenav, .w3-sidebar {
    top:0;
    color: #ffffff;
    overflow-y: scroll;
    width: 250px !important;
    z-index: 5 !important;

  }
  #sidebar .sidebar-header {
    padding: 20px;
    background: rgba(26, 20, 20, 0.8);
    font-weight: 400;
    margin: 10px 0;
    border-bottom: 2px solid;

    font-size: 24px;
}
  .w3-white1{
    background-color: rgba(26, 0, 0, 0.8)!important;
    
  }
  .close_buttom{
text-align: left;
font-size: 20px;
padding-left: 0px !important;
  } 
   .sidebar-header{
    color: white;
    border-bottom: 2px solid;
  }
  
  .article1{
   color: burlywood; 
   position: relative;
   font-family: Quicksand; 
   font-size: 20px;
   

  }
  .article2{
    color: burlywood; 
    position: relative;
    font-family: Quicksand; 
    font-size: 18px;
    
 
   }
  .list0{
    color: rgb(254, 254, 254);
    padding-top: 10px;
    font-size: 15px;
  }
  
.list1{
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding-top: 3px;
}

ul li:before {

content: none;
}
.tag_line2{
  font-family: "Sour Gummy", sans-serif;
  margin-left: 5%;
  margin-right: 5%;

}
.para6{
  font-family: "Comic Neue";
  margin-left: 3%;
  margin-right: 1%;
  text-align: justify;
  font-weight: 600;
  margin-top: 6%;
  
}
.frame1{
 
  
  position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}






.gallery-container {
  background: linear-gradient(180deg, #2b1201, transparent);
  position: relative;
  overflow: hidden;
  list-style: none;
  ;
}

.gallery {
  display: flex;
  transition: transform 0.5s;
}

.gallery img {
  width: 150px;
  height: 150px;
  margin: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid #ddd;
  border-radius: 20px;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 401qzzsdeC      px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}


.aff{
  position: relative;
  text-align: center;
  font-weight: 800;
  padding-top: 20px;
 
  
}
.aff img{
  width: 30%;
  padding-left: 10px;
  
  
}

/*footer*/
.footer1{
  background-color: #000000;
  color: #f7efe7;
  padding-top: 2em;
  font-family: poppins;

   bottom: 0;
}
.fheading{
  color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    font-family: poppins;
}
.fpara{
 
    margin-bottom: 30px;
    font-size: 15px;
    padding: 20px;
    text-align: justify;
    font-family: Montserrat;
    

}
.ficon img{
  
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  margin-right: 5px;
  border: 7px solid #181818;
  width: 40px;
  height: 40px;
  font-family: poppins;
}
.fweb{
  margin-left: 20px;
  margin-bottom: 0px;
  color: #fcf0f0;
  text-decoration:none; 
  font-family: poppins;
}


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h3 {
  text-align: center;
  margin-top: 20px;
}

form {
  margin-top: 40px;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 100%;
  border: 2px solid rgba(212,175,55, 0.6);
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 0px 100px rgba(212,175,55, 0.6);

}

label {
  font-weight: bold;
  padding-top: 10px;
  font-family: poppins !important;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 6px;
  margin: 5px 0;
  border-radius: 10px;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-family: inherit;
  
}

input[type="submit"] {

  border-radius: 10px;
  border-color: rgb(255 218 0);
  color: rgb(0, 137, 39);
  background-color: black;
  padding:6px 12px;
  margin-top: 10px;
  border-radius: 15px;
  cursor: pointer;
  border-color:  rgb(0, 154, 31);
  font-weight: 700;
  font-size: 16px;
  display:flex;
  display: inline-block;
  margin-left: 30%;
  margin-bottom: 10px;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-family: inherit;

}
input[type="submit"]:hover {
  background-color: #01458e;
  color: black
}

.required {
  color: red;
}


.popup-message {
  display: none; /* Hidden by default */
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); /* Center the popup */
            padding: 20px;
            max-width: 90%; /* Responsive max width */
            width: 300px; /* Default width */
            background-color: #4CAF50; /* Change color as needed */
            color: white;
            border-radius: 5px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            font-size: 16px;
            z-index: 1000;
            opacity: 1;
            transition: opacity 1s;
            text-align: center;
}

/* Fade out effect */
.fade-out {
  opacity: 0;
}

/* Button styling */
.close-btn {
  margin-left: 10px;
  background: #333;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
}



.fparacopywrite{
  font-size: small;
  text-align: center;
  padding-bottom: 2px;
  margin-bottom: 0px;
}





/* end-footer*/

/* GANEHSJI PRODUCT*/

.rounded.float-starts10 {
  margin-top: 30px;
  margin-left: 10%;
  width: 80%;
  border: 4px solid rgb(208, 107, 0);
  border-radius: 15px !important;
}
 /* lightbox*/




.clickable-img {
  width: 200px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
  margin-top: 30px;
  margin-left: 10%;
  width: 80%;
  border: 4px solid rgb(208, 107, 0);
  border-radius: 15px !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.modal-text {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.ask-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #00c853;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.close-area {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


