a{text-decoration: none !important; color: #000 !important;}
ul{list-style: none; padding: 10px !important;}
.color{color: #ffb91d;}

.wrap-1{background: #000;}

.navbar-toggler {border-color: rgba(255, 255, 255, 0.5); }
.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* This will make the lines of the toggle button white */}
.navbar {background: #000;}
.nav-item a{color: #ffb91d !important;}

.wrap-2{background: #000;}
.wrap-2 .carousel-item img { height: 100vh;  object-fit: cover;  }

.wrap-3{background: #000;}
.wrap-3 .imgCenter{position: relative;}
.wrap-3 .position{position: absolute;top: 70%; left: 50%; transform: translate(-50%, -50%);}


.wrap-4{background: #000;}
.wrap-4 .cart a{background: #000; color: #ffb91d !important;}
.wrap-4 .card-body{background: #000 !important; color: #ffb91d;}
.wrap-4 .card-review,.price{color: #fff;}
.wrap-4 .card-body h5{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.wrap-4 .orignalPrice{font-size: 14px; color: #808080;}
.wrap-4 .card{overflow: hidden; border: 1px solid #ffb91d;}
.wrap-4 .card img{transition: 0.5s; }
.wrap-4 .card img:hover{transform: scale(1.1);}

.wrap-5{background: #000;}
.wrap-5 .circle {width: 150px; height: 150px; overflow: hidden; border: 1px solid #ffb91d; border-radius: 50%; margin: auto;}
.wrap-5 h2 a{color: #ffb91d !important;}

.wrap-6{background: #000;}
.wrap-6 .box{border: 1px solid #ffb91d !important;}

.wrap-7{background: #000;}
.wrap-7 .container{background: url(/Img/our-story-banner.webp) no-repeat center/cover; width: 100%; height: 450px; height: fit-content; background-color: #e4d9ce33; background-attachment: fixed; border-radius: 24px;}
.wrap-7 .Button{width: 170px; height: 50px; border: 2px solid #ffc107; border-radius: 50%; text-align: center; display: grid; place-items: center; font-size: 18px; font-weight: 500;}

.wrap-8{background: #000;}
.wrap-8 .container{background: #f0efef;}
.wrap-8 .left{border-left: 2px solid #cdcbcb;}

.wrap-9{background: #000 0% 0% no-repeat padding-box;}
.wrap-9 .right{border-right: 2px solid #cdcbcb;}
.wrap-9 ul li a{font-size: 13px; font-weight: 600;}
.wrap-9 .social ul li{ border: 1px solid#fff; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; }

@media screen and (max-width:767px){
    .wrap-9 .second.right{border-right: none;}

}
@media screen and (max-width:575px){
    .wrap-9 .first.right{border-right: none;}
}