/* header css */
.header-logo {
    width: 50%;
}

/* .dropdownmain{
    position: relative;
} */
.dropdownmain p:hover {
    opacity: 1;
    visibility: visible;
}

.margin-80{
    margin-top: 80px;
}
/* .dropdown{
   
    position: absolute;
    background-color:rgb(181, 138, 104);
    padding: 10px;
    transition: all 0.5s;
    visibility:hidden;
    opacity: 0;
    z-index: 999;
    transform: translatey(25px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);

}
.dropdown li a{
    text-decoration: none;

} */
/* Basic styling for the dropdown container */
/* Basic styling for the dropdown container */
.dropdown-custom {
    position: relative;
    display: inline-block;
}

/* Style for the dropdown button */
.dropdown-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Add space between the text and the icon */
.dropdown-button i {
    margin-left: 8px;
}

/* Dropdown content hidden by default */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style for dropdown items */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.navbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.navbar-search input {
    padding: 8px;
    border: none;
    border-radius: 5px;
    width: 200px;
}

.navbar-search button {
    background-color: #555;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.navbar-search button i {
    color: white;
}

.navbar-dropdowns {
    display: flex;
    gap: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: rgb(181, 138, 104);
    color: white;
    padding: 10px 20px;
    /* Set padding here to make the button and links the same size */
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    /* Ensure font size is consistent */
    height: 40px;
    /* Set height to match the dropdown links */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* Set a fixed width for the dropdown button */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(181, 138, 104);
    border: 1px solid rgb(181, 138, 104);
    width: 100%;
    /* Ensure the dropdown stretches to match button */
    z-index: 1;
    border-radius: 5px;
}

.dropdown-content a {
    color: white;
    padding: 10px 20px;
    /* Match the button's padding */
    text-decoration: none;
    display: block;
    font-size: 14px;
    /* Ensure font size matches */
    height: 40px;
    /* Ensure height matches the dropdown button */
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-content a:hover {
    background-color: white;
    border-color: rgb(181, 138, 104);
    color: rgb(181, 138, 104);
    border-radius: 5px;
}

/* Show dropdown on hover */
/* .dropdown:hover .dropdown-content {
    display: block;
} */

.dropdown:hover .dropbtn {
    background-color: white;
    border-color: rgb(181, 138, 104);
    color: rgb(181, 138, 104);
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: white;
    border-color: rgb(181, 138, 104);
    color: rgb(181, 138, 104);
}

/* Style for dropdown icon when active */
.dropdown-button.active i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


.header-input input {
    padding-bottom: 0px;
    outline: none;
    border: none;
    width: 80%;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.248);
}

body {
    font-family: 'Josefin Sans';
}

.header-input i {
    color: rgba(0, 0, 0, 0.352);
    cursor: pointer;
}

.header-input input::placeholder {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    padding-right: auto;
    color: rgba(0, 0, 0, 0.358);
}

.nav-link {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    transition: all 0.8s;
}

.nav-link:hover {
    text-decoration: underline;
    color: black;
}

.active {
    /* text-decoration: underline; */
    color:rgb(181, 138, 104)  !important;
}

.padding-80 {
    padding: 80px 0px;
    /* overflow: hidden; */
}
.padding-40{
    padding: 40px 0px;
}
.padding-70 {
    padding: 80px 0px;

}

/* baner css  */
.baner-bg {
    background-image: url(../img/baner\ 1.jpg);
    background-position: center;
    background-size: cover;
}

.baner-bg-2 {
    background-image: url(../img/parallax-bg-1.jpg);
    background-position: center;
    background-size: cover;
}

.baner-bg-3 {
    background-image: url(../img/baner\ 2.jpg);
    background-position: center;
    background-size: cover;
}

.baner-details-bg {
    background-image: url(../img/site-header.jpg);
    background-position: center;
    background-size: cover;
}

.baner-bg-2 {
    background-image: url(../img/parallax-bg-1.jpg);
    background-position: center;
    background-size: cover;
}

.baner-bg-3 {
    background-image: url(../img/baner\ 2.jpg);
    background-position: center;
    background-size: cover;
}

.product-bg {
    background-image: url(../img/4-2\ \(1\).jpg);
    background-position: center;
    background-size: cover;
}

.about-main-bg {
    background-image: url(../img/site-header.jpg);
    background-position: center;
    background-size: cover;
}

.blog-main-bg {
    background-image: url(../img/bgimage\ for\ collection.jpg);
    background-position: center;
    background-size: cover;
}

.baner-content {
    margin: 100px 0px;
}

.baner-content-product {
    margin: 40px 0px;
} 
.baner-content-product h1 {
    font-family: 'Borel';
    /* letter-spacing: -1px; */
    color:  rgb(181, 138, 104);
    font-size: 25px;
}

.baner-content-product h2 {
    letter-spacing: 0px;
    font-size: 35px;

}

.overlay {
    background-color: rgba(0, 0, 0, 0.201);
    height: 100%;

}

.baner-content-product a {
    text-decoration: none;
    color: rgb(181, 138, 104);
    padding: 10px 20px;
    margin: 0px 10px;
    transition: all 0.5s;
    border: 1px solid  rgb(181, 138, 104);
}

.baner-content-product a:hover {
    border-color:white;
    color:  white;
}




.baner-content h1 {
    font-family: 'Borel';
    letter-spacing: -1px;
    font-size: 35px;
}

.baner-content h2 {
    letter-spacing: 0px;
    font-size: 52px;

}

.overlay {
    background-color: rgba(0, 0, 0, 0.201);
    height: 100%;

}

.baner-content a {
    text-decoration: none;
    color: white;
    padding: 20px 40px;
    margin: 0px 10px;
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.347);
}

.baner-content a:hover {
    border-color: white;
}

.about-bg {
    border-bottom: 1px solid rgba(252, 151, 9, 0.225);
}

.about-imgs image {
    width: 50%;

}

.about-imgs {
    margin: 0 auto;
    width: 400px;
    overflow: hidden;
}

.about-content h3 {
    font-size: 40px;
    font-family: 'Borel';
    letter-spacing: -5px;
    color: rgb(181, 138, 104);
}

.padding-80 h3 {
    font-size: 40px;
    font-family: 'Borel';
    /* letter-spacing: -5px; */
    color: rgb(181, 138, 104);
}

.about-content h2 {
    font-size: 48px;
    font-weight: bold;
    margin-top: -6px;
    letter-spacing: 0px;
}

.about-content p {
    font-size: 16px;
    margin: 30px 0px;
}

.about-content a {
    padding: 20px 40px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.5s;
    border: 1px solid rgba(252, 151, 9, 0.385);
}

.about-content a:hover {
    border-color: rgb(181, 138, 104);

}

.product-anchor {
    padding: 20px 40px;
    text-decoration: none;
    font-size: 25px;
    transition: all 0.5s;
    border: 1px solid rgba(252, 151, 9, 0.385);
}

.product-anchor:hover {
    border-color: rgb(181, 138, 104);

}

.video-section iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-bg {
    overflow: hidden;
    background-image: url(../img/baner\ 2.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.play-icon {
    padding: 70px;
    margin: 0 auto;
    z-index: 999 !important;
    border-radius: 100%;
    line-height: 250px;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    transition: all 0.5s;
}

.play-icon:hover {
    color: rgb(181, 138, 104);
    z-index: 999 !important;
    border-color: rgb(181, 138, 104);
}

.play-icon i {
    margin-right: 10px;
    transform: rotate(45deg);
}

/* services css */
.services-bg {
    background-color: rgb(181, 138, 104);
}

/* logo  section*/
.logo-bg {
    border-bottom: 1px solid rgba(252, 151, 9, 0.225);
    border-top: 1px solid rgba(252, 151, 9, 0.225);
}

.logo-imgs {
    transition: all 0.5s;
}

.logo-imgs:hover {
    opacity: 100 !important;
}

ul,
li {
    list-style: none;
}

/* product 2  */
.product2-bg {
    background-image: url(../img/bgimage\ for\ collection.jpg);
    background-position: right;
    background-size: cover;
}

/* footer  */
footer {
    background-color: #f4f2f2;
}

.icon-main li {
    height: 35px;
    width: 35px;
    transition: all 0.5s;
    cursor: pointer;
    line-height: 35px;
    border-radius: 100%;
    border: 1px solid black;
}

.icon-main li:hover {
    opacity: 100 !important;
}

.footer-box ul li a {
    transition: all 0.5s;
}

.footer-box ul li a:hover {
    text-decoration: underline !important;
}

.productmainbox {
    background-color: white;
    padding: 15px;

    /* width: 350px; */
    height: auto;
}

.flexbox2 a {
    padding: 10px 20px;
    background-color: rgb(181, 138, 104);
    font-size: 10px;
    color: white !important;
    border: 1px solid rgb(181, 138, 104);
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 5px;
}

.flexbox2 a:hover {
    background-color: transparent;
    color: rgb(181, 138, 104) !important;
    border-color: rgb(181, 138, 104) !important;
}

.flexbox1 h4 {
    font-size: 14px;
    display: block;
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal; /* Ensure text wraps properly */
}

.flexbox1 h5 {
    font-size: 12px;
    font-weight: 300;
}

.flexbox2 h5{
   font-size: 12px;
}
/* .flexbox2 {
    text-align: right;
    max-width: 50%; 
    overflow: hidden;
} */

.flexbox1 {
    max-width: 50%;
    flex: 1;
    text-align: left;
}
.flexbox2 {
    max-width: 50%;
    flex: 1;
    text-align: right;
}
.productmainbox img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.productimagebox {
    text-align: center;
}

.flexmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 15px 15px 0px 15px; */

}

#product1 .row{
    /* display: flex;
    flex-wrap: wrap;*/
     justify-content: center; 

}

#product2 .row{
    /* display: flex;
    flex-wrap: wrap;*/
    justify-content: center;
}


.productmainbox {
    background-color: white;
    padding: 15px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out; /* Smooth transition for both rotation and zoom */
}
.productimagebox {
    text-align: center;
    overflow: hidden;
}
.productmainbox:hover img {
    transform: scale(1.1); /* Rotate and zoom the image */
}

.productimagebox img {
    width: 100%; /* Ensure the image fills its container */
    height: auto;
    transition: transform 0.3s ease-in-out; /* Smooth transition for the zoom */
}
.productimagebox img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.flexmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 0px 15px;
}
.flexbox1, .flexbox2 {
    flex: 1;
}
/* .flexbox1 h4, .flexbox2 h5 {
    font-size: 16px;
} */
.flexbox2 a {
    padding: 5px;
    background-color: rgb(181, 138, 104);
    font-size: 8px;
    color: white;
    border: 1px solid rgb(181, 138, 104);
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.flexbox2 a:hover {
    background-color: transparent;
    color: rgb(181, 138, 104);
}
/* <link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'> */


.product-details-content h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: -6px;
    letter-spacing: 0px;
}

.product-details-content h3{
    font-family: "Josefin Sans";
    font-size: 40px;
}
.product-details-content p {
    font-size: 16px;
    margin: 30px 0px;
}

.product-details-content a {
    padding: 20px 40px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.5s;
    border: 1px solid rgba(252, 151, 9, 0.385);
}

.product-details-content a:hover {
    border-color: rgb(181, 138, 104);

}

#ProductRatingIcon{
    color: rgb(181, 138, 104);
    font-size: 12px;
}

#carouselImages .carousel-item{
/* border: 1px solid rgb(181, 138, 104); */
overflow: hidden;
/* border-radius: 10px; */
}
.form-style-10 {
    width: 450px;
    padding: 30px;
    margin: 40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.form-style-10 .inner-wrap {
    padding: 30px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
}

.form-style-10 h1 {
    background: #2A88AD;
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}

.form-style-10 h1>span {
    display: block;
    margin-top: 2px;
    font: 13px Arial, Helvetica, sans-serif;
}

.form-style-10 label {
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    margin-bottom: 15px;
}

.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section {
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}

.form-style-10 .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}

.form-style-10 input[type="button"],
.form-style-10 input[type="submit"] {
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}

.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover {
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}

.form-style-10 .privacy-policy {
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}

.carousel-control-next-icon {
    background-image: url("../img/chevron-right-solid.svg");
}

.carousel-control-prev-icon {
    background-image: url("../img/chevron-left-solid.svg");
}

.navbar-toggler-icon{
    background-image: url("../img/menu.svg");
}
/* .navbar-toggler:focus{
    box-shadow: 0 0 0
} */
/* styles.css */
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
   */
/* Loader Styles */
.diamondCon ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.diamondCon li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* hmtl,
body {
  margin: 0;
  padding: 0;
  background-color: #005F75;
} */

.diamondCon {
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}

.diamond {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
}

.diamond li {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  z-index: 100;
  transition: 400ms ease;
}

.diamond li:nth-child(1) {
  border-width: 20px 20px 0 20px;
  border-color: #7AD997 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle1 200ms 2.2s ease, opacity 2s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(2) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #64C592;
  left: 59px;
  animation: traingle2 200ms 1.8s ease, opacity 2s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(3) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #54B28D;
  right: 59px;
  animation: traingle3 200ms 2s ease, opacity 2s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(4) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #7AD997 transparent transparent transparent;
  animation: traingle4 200ms 1.6s ease, opacity 2s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(5) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #B4FEA5 transparent transparent transparent;
  animation: traingle5 200ms 1.4s ease, opacity 2s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(6) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #90EF9D;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle6 200ms 1.2s ease, opacity 2s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(7) {
  border-width: 20px 20px 0 20px;
  border-color: #C9FEAC transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle7 200ms 1s ease, opacity 2s 2.8s ease infinite;
  animation-fill-mode: forwards;
}

.textCon {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-family: Dancing Script;
  color: #fff;
  opacity: 0;
  animation: text 500ms 2.4s ease;
  animation-fill-mode: forwards;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-btn {
    background-color: #f4f4f4;
    border: 1px solid rgb(181, 138, 104);
    color: rgb(181, 138, 104);
    padding: 8px 12px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.page-btn:hover {
    background-color: rgb(181, 138, 104);
    color: white;
}

.page-btn.active {
    background-color:rgb(181, 138, 104);
    color: white !important;
    border-color: rgb(181, 138, 104);
}


@keyframes traingle1 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes traingle2 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 1px;
    opacity: 1;
  }
}

@keyframes traingle3 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 1px;
    opacity: 1;
  }
}

@keyframes traingle4 {
  0% {
    right: 59px;
    top: -33px;
    opacity: 0;
  }
  100% {
    right: 59px;
    top: 22px;
    opacity: 1;
  }
}

@keyframes traingle5 {
  0% {
    left: 59px;
    top: -33px;
    opacity: 0;
  }
  100% {
    left: 59px;
    top: 22px;
    opacity: 1;
  }
}

@keyframes traingle6 {
  0% {
    top: -33px;
    opacity: 0;
  }
  100% {
    top: 23px;
    opacity: 1;
  }
}

@keyframes traingle7 {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 44px;
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 70px;
    opacity: 1;
  }
}

.backtotop {
    width: 45px;
    height: 45px;
    border: 2px solid  rgb(181, 138, 104);
    text-align: center;
    z-index: 99;
    bottom: 25px;
    right: 25px;
}
.bfixed{
  position: fixed;
}
.backtotop i {
    line-height: 43px;
    color: rgb(181, 138, 104);
}

.store-bg-overlayes{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.288);
}

.blog-image-box{
    height: 250px;
}



.product-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
}
/* .product-card:hover {
    transform: scale(1.05);
} */
.product-image img {
    width: 100%;
    border-radius: 8px;
}
.product-info h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
.product-info .price {
    font-weight: bold;
    color: #b58a68;
}
.view-details {
    display: inline-block;
    margin-top: 5px;
    color: #b58a68;
    text-decoration: none;
}
.view-details i {
    margin-right: 5px;
}

.product-item{
    padding: 0px 5px;
    margin: 5px 0px;
}

.how-we-wrok h1{
    font-size: 34px;
}

.navbar-nav {
    white-space: nowrap;
    flex-wrap: nowrap;
}

.navbar-nav .nav-item {
    margin: 0 10px; /* Reduce the space between items */
}

.navbar {
    overflow: hidden; /* Prevents accidental wrapping */
}

.white-border {
    color: white !important;
    border-color: white;
    transition: color 0.3s ease-in-out;
}

.white-border i{
    color: white;
}