@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  padding: 0;
  margin: 0;
}
main{
    overflow: hidden;
}
body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

a {
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  text-decoration: none !important;
  transition: 0.5s all;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

ul {
  list-style: none;
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #1E1C1C;
  font-family: "Open Sans", sans-serif;
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  position: relative;
  letter-spacing: 0.8px;
  color: #000;
}

:focus {
  outline: 0;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: transparent;
  outline: none;
}

.plr-10{
  padding: 0 10%;
}
.plr-18{
  padding: 0 15%;
}
.ps-20{
  padding-left: 20%;
}
.pb-10{
  padding-bottom: 10%;
}
/*-----------Header------------------*/

.upper-header{
  background: url(../img/upper_bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: start;
}
.upper-header p{
  color: #fff;
  margin-bottom: 0;
  padding: 6px 0;
  line-height: 22px;
  font-size: 12px;
    display: flex;
    align-items: center;
}
.upper-header p a{
  color: #fff;
  padding: 0 6px;
}

.upper-header img{
  width: 15px;
  height: auto;
  object-fit: contain;
  
}
.logodiv{
  border-bottom: 1px solid rgba(222, 194, 115, 1);
}

.logodiv img{
  width: 190px;
  height: auto;
  object-fit: contain;
}
header .navbar>.container-fluid{
  display: block;
}
.nav-link{
   font-size: 13px;
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 0 !important;

}
.nav-item{
    padding: 15px;
}
.nav-item:first-child{
  padding-left: 0;
}
/*-----------Footer------------------*/
footer{
  background: url(../img/footerbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
footer h6{
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.brandUl{
  display: flex;
    gap: 70px;
    justify-content: start;
}
.brandUl div{
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
   text-transform: capitalize;
   color: #fff;
}
.brandUl div a{
  color: #fff;
  width: fit-content;
  display: block;
  padding: 8px 0;
  font-weight: 400;
  font-size: 13px;
}

.aboutUl{
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
   text-transform: capitalize;
   color: #fff;
}
.aboutUl a{
  color: #fff;
  width: fit-content;
  display: block;
  padding: 7px 0;
  font-weight: 400;
  font-size: 13px;
}

footer a img{
  width: 30px;
  object-fit: contain;
}


.breadcrumb-item{
  display: flex;
  align-items: center;
}
.breadcrumb-item.active{
  font-size: 14px;
  font-weight: 400;
  color: #5f5864;
  line-height: 1;
}
.breadcrumb-item a{
  color: #000;
  line-height: 1;

}
.collec_filter h5{
  font-size: 18px;
  font-weight: 600;
}
.collec_filter .card-header a{
  font-size: 18px;
  font-weight: 600;
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.collec_filter .card-header{
  position: relative;
  padding: 15px 0;
}
.collec_filter .card-header::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CD9700;
  background: linear-gradient(90deg,rgba(205, 151, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}
.collec_filter label{
  font-size: 13px;
}
.collec_filter .form-check{
  height: 30px;
  min-height: 32px;
}
.form-check-input{
  width:20px !important;
  height: 20px !important;
  margin-top: 0;
  vertical-align: middle;
  border-color: #D0D5DD;
  border-radius: 6px !important;
  margin-right: 12px;
}
.form-check-input:checked {
    background-color: #CD9700;
    border-color: #CD9700;
}

.form-check-input:focus {
  box-shadow: none;
  outline: inherit;
}
.bestfil .form-select{
  width: 200px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  height: 45px;
  border: 1px solid #3E2D3F;
}
.bestfil .form-select:focus{
  outline: none;
  box-shadow: none;
}

.collec_filter .card-body a{
  font-size: 14px;
  font-weight: 600;
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0px;
    content: "";
    border-top: inherit;
    border-right: inherit;
    border-bottom:inherit;
    border-left: inherit;
    background: url('{{ asset('assets/img/droparrow.svg') }}') no-repeat center center;
    background-size: 100%;
    width: 8px;
    height: 8px;
}
/*-----------Range Slider------------------*/
.reanginput{
  font-size: 13px;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(222, 194, 115, 1);
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
}
.range-slider span{
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
}

.range-values {
   display: flex;
    height: 40px;
  }

.range-values input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

.range-values input[type=range]:focus {
	outline: none;
}

.range-values input[type=range]:focus::-webkit-slider-runnable-track {
	background: #CD9700;
}

.range-values input[type=range]:focus::-ms-fill-lower {
	background: #2497e3;
}

.range-values input[type=range]:focus::-ms-fill-upper {
	background: #2497e3;
}

.range-values input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #CD9700;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-values input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: none;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #CD9700;
  background: linear-gradient(90deg,rgba(205, 151, 0, 1) 0%, rgba(108, 79, 37, 1) 100%);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

.range-values input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-values input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.range-values input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.range-values input[type=range]::-ms-fill-lower,
.range-values input[type=range]::-ms-fill-upper {
	background: #CD9700;
  background: linear-gradient(90deg,rgba(205, 151, 0, 1) 0%, rgba(108, 79, 37, 1) 100%);
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-values input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #CD9700;
  background: linear-gradient(90deg,rgba(205, 151, 0, 1) 0%, rgba(108, 79, 37, 1) 100%);
	cursor: pointer;
}

/*-----------Product List------------------*/
.product_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
}
.product_list li{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 60px) / 4);
  text-align: center;
  transition: all 0.3s ease;
}
.product_list li img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product_list li h6{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #2D2533;
  text-transform: uppercase;
  padding: 0 15px;
}
.product_list li p{
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
  background: #3E2D3F;
  background: linear-gradient(90deg,rgba(62, 45, 63, 1) 0%, rgba(141, 100, 92, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.product_list li p span{
  display: block;
  line-height: 1.9;
}
.product_list li a{
  font-size: 13px;
  display: block;
  width: fit-content;
   padding: 8px 15px;
  text-align: center;
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 5px auto;
}
.product_list li:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.book_nowDiv img{
  width: 100%;
  height: auto; 
  object-fit: contain;
  padding: 15px;
  margin: 35px 0;
}

/*-----------Pagination------------------*/

.pagination {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 4px;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
  width: 100%;
}

.page-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #313131;
}

.page-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.page-info {
  font-size: 14px;
  color: #313131;
}


/*--------------Banner-----------------*/

.luxuryswiper{
  height: 75vh;
  overflow: hidden;
}

.luxuryswiper img{
  object-fit: cover;
}
.luxuryswiper .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  display: inline-block;
  border-radius: 23px;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.05) 100%);
  opacity: 1;
  transition: all 0.3s ease;
}
.luxuryswiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FFF;
  width: 80px;
}

/*--------------Lixury Liens-----------------*/
.lixuryliensswiper{
  padding: 40px 0;
}
.lixuryliensswiper h4{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4px;
  padding-bottom: 35px;
  display: flex;
}
.lixuryliensswiper h4 span{
  width: 80%;
}
.lixuryliensswiper h4 span img{
  width: 100%;
  object-fit: contain;
}
.lixuryliensswiper .swiper-button-prev, .lixuryliensswiper .swiper-button-next {
    
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #8D645C;
}
.lixuryliensswiper .swiper-button-prev{
  left: auto;
  right: 3%;
  top: 12%;
}
.lixuryliensswiper .swiper-button-next{
  left: auto;
  right: 0;
  top: 12%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 12px;
    color: #8D645C;
}
.lixuryliensswiper .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-title h4{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4px;
  padding-bottom: 35px;
  display: flex;
}
.page-title h4 span{
  width: 80%;
}
.page-title h4 span img{
  width: 100%;
  object-fit: contain;
}

.newarrivals_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
}
.newarrivals_list li{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 62px) / 4);
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
  padding-top: 15px;
}
.newarrivals_list li a{
    display: block;
}
.newarrivals_list li img{
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.newarrivals_list li h6{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #696969;
  text-transform: uppercase;
}
.newarrivals_list li p{
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px;
  color: #9EADB7;
  margin-bottom: 0;
}
.newarrivals_list li span{
  font-size: 14px;
  display: block;
  text-align: center;
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
   transition: all 0.5s ease;
}
.newarrivals_list li:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.calldiv{
  transition: all 0.5s ease;
  position: relative;
  height: 54px !important;
  overflow: hidden;
}
.calldiv a{
  visibility: hidden !important; 
  padding: 0 !important;
   transition: all 0.1s ease;
   opacity: 0;
   margin: 0 !important;
}
.calldiv a img{
  width: 54px;
  height: 54px;
  object-fit: contain;
  transition: all 0.5s ease;
  
}
.newarrivals_list li:hover .calldiv{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newarrivals_list li:hover .calldiv span{
  text-align: left;
  margin: 0 !important;
  padding-left: 20px;
}
.newarrivals_list li:hover .calldiv a{
  visibility: visible !important;
  opacity: 1;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
  }
  @keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
  } 
/*-------------------For Hero-----------------*/

.forher{
  background: url(../img/decbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.forher img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.forher h4{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 5px;
  padding-bottom: 35px;
}
.forher h6{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  line-height: 1.5;
}
.forher a{
  display: block;
  width: 140px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 20px;
  transition: all 0.5s ease;
}
.forher a:hover{
  background: -webkit-linear-gradient(60deg,rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  border-color: rgba(222, 194, 115, 1);
}
/*-----------Artical------------------*/

.ariticalsec{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
}
.ariticalsec li{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 92px) / 4);
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
}
.ariticalsec li:first-child{
  width: 100%;
}
.ariticalsec li .card{
  background: hsla(44, 62%, 66%, 1);
  background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -moz-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -webkit-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DEC273", endColorstr="#6C4F25", GradientType=1 );
  border-radius: 20px;
  overflow: hidden;
  border: 0;
}
.ariticalsec li:first-child .card{
  border-radius: 40px;
}
.ariticalsec li:first-child h5{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.ariticalsec li:first-child span{
  font-size: 16px;
  font-weight: 400;
  text-transform: normal;
  color: #fff;
}
.ariticalsec li:first-child p{
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  width: 75%;
  line-height: 40px;
}
.card-img-top{
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.ariticalsec li h5{
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.ariticalsec li span{
  font-size: 10px;
  font-weight: 400;
  text-transform: normal;
  color: #fff;
}
.ariticalsec li p{
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  line-height: 24px;
  margin: 20px 0 0px 0;
}


/*-----------Shop--------------*/


.filmstrip-wrapper {
  padding: 70px 0;
  background: url(../img/shopbg.png) no-repeat center center;
  background-size: cover;
  height: auto;
}

/* .filmstrip-wrapper::before,
.filmstrip-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000 0%, #000 100%), repeating-linear-gradient(
    to right,
    transparent,
    transparent 20px,
    white 20px,
    white 24px
  );
  pointer-events: none;
} */

.shopswiper.swiper-slide {
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.shopswiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #333;
  border-radius: 15px;
}
.shopswiper .swiper-slide{
  position: relative;
}
.shopswiper .swiper-slide p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 0px 25px;
  width: 85%;
}
.shopswiper .swiper-slide::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.91) 100%);
}


.watchservice .card{
  background: hsla(44, 62%, 66%, 1);
  background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -moz-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -webkit-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DEC273", endColorstr="#6C4F25", GradientType=1 );
  padding: 10px;
  border: 0;
  border-radius: 15px;
}
.watchservice .card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.watchservice .card-body{
  position: relative;
  overflow: hidden;
}
.watchservice .card-body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0) 100%); 
  border-radius: 15px;
}
.watchser{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;

}
.watchser h6{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.watchser p{
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin: 15px 0 10px 0;
  line-height: 24px;
}

.watchser a{
  display: block;
  width: fit-content;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  margin-top: 0px;
  transition: all 0.5s ease;
}

.watchliul{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fastChild{
  height: 705px;
}
.fastChild img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.watchliul{
  text-align: left;
}
.watchliul h6{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
}
.watchliul .watchser{
  top: auto;
  bottom: 0;
}
.watchliul .card-body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 91) 100%); 
  border-radius: 15px;
}

/*-----------Contact Details------------------*/

.contact_det .card{
  background: hsla(44, 62%, 66%, 1);
  background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -moz-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -webkit-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DEC273", endColorstr="#6C4F25", GradientType=1 );
  padding: 10px;
  border: 0;
  border-radius: 15px;
}
.contact_det iframe{
    width: 100%;
    height: 100%;
}
.morContact{
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-bottom: 40px;
}
.morContact h5{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.morContact p{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
}
.morContact a.needstore{
  font-weight: 600;
  background: hsla(44, 62%, 66%, 1);
  background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -moz-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -webkit-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DEC273", endColorstr="#6C4F25", GradientType=1 );
  padding: 12px 15px;
  border: 0;
  font-size: 15px;
  border-radius: 10px;
  color: #fff;
}
.contactswiper .swiper-slide .card{
  background: transparent;
  border: 0;
}
.contactswiper .swiper-wrapper{
    align-items: start;
}
.morContact p b{
  letter-spacing: 2px;
}

.contactswiper{
  padding-top: 80px;
}
.contactswiper .swiper-button-prev, .contactswiper .swiper-button-next {
    
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #8D645C;
    z-index: 88;
}
.contactswiper .swiper-button-prev{
  left: auto;
  right: 6%;
  top: 10%;
}
.contactswiper .swiper-button-next{
  left: auto;
  right: 0;
  top: 10%;
}

.seuptext h4{
  font-size: 30px;
  font-weight: 600;
  color: #141718;
  margin-bottom: 15px;
}

.seuptext h6{
  font-size: 20px;
  font-weight: 400;
  background: -webkit-linear-gradient(60deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom:0;
  font-style: italic;
}
.seuptext img{
  width:46%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  margin-bottom: 15px;
}
.seuptext p{
  color: #6C7275;
  font-size: 16px;
  font-weight: 400;
  width: 57%;
  margin: 0 auto;
}

.custonbutton{
  font-weight: 600;
    background: hsla(44, 62%, 66%, 1);
    background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
    background: -moz-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
    background: -webkit-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DEC273", endColorstr="#6C4F25", GradientType=1 );
    padding: 12px 15px;
    border: 0;
    font-size: 18px;
    border-radius: 10px;
    color: #fff;
    width: 380px;
}

.srv2 img{
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.srv2 p{
color: #2D2533;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

.brandswip .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.serpagetitle h6{
  font-size: 20px;
  font-weight: 600;
  color: #141718;
  margin-bottom: 0;
  text-align: center;
}
.w-250{
  width: 340px !important;
}
.contact_det img{
  border-radius: 10px;
}
.howwo{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
}
.howwo li{
  display: flex;
  gap: 25px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.hoeicon{
  text-align: center;
}
.hoeicon div{
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: #482E34;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howwo li:first-child .hoeicon div{
  background: #8D645C;
}
.howwo h6{
  font-size: 18px;
  font-weight: 600;
  color: #141718;
  margin-bottom: 10px;
  text-align: left;
}
.howwo p{
  font-size: 13px;
  font-weight: 400;
  color: #141718;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.4;
}
.imgborder{
  padding: 8px;
}

.modal-content{
  border: 0;
  border-radius: 0;
  background: #fff url(../img/card.png) no-repeat top left;
  position: relative;
  background-size: cover;
}
.btn-close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #fff;
}
.modal-content h6{
  font-size: 20px;
  font-weight: 600;
  color: #141718;
  margin-bottom: 10px;
}
.modal-content p{
  font-size: 12px;
  font-weight: 600;
  color: #141718;
  margin-bottom: 0;
  line-height: 1.3;
}

.modal-body input, .modal-body textarea, .offcanvas-body input, .offcanvas-body textarea{
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #e3dfd5;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background: #FFF;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0.15) 35%, rgba(211, 211, 211, 0) 100%);
  resize: none;
}
.modal-body input::placeholder, .modal-body textarea::placeholder, .offcanvas-body input::placeholder, .offcanvas-body textarea::placeholder{
  color: #fff;
  opacity: 0.85;
}
.modalbg{
  background: url(../img/modalbg.jpg) no-repeat center center;
  background-size: cover;
  height: 575px;
}
.breadcrumb-item+.breadcrumb-item::before {
    top: -26px;
    position: relative;
    height: 11px;
}
.breadcrumb-item.active::before {
    top: -1px;
    position: relative;
}

.prodet .product_list li{
  width: calc((100% - 101px) / 5);
  padding: 15px;
}

.prodet_tab .tab-area{
   margin: 30px 0 15px 0;
   background: #FFF;
  background: url(../img/tabbg.png) no-repeat center center;
  background-size: cover;
  height: 66px;
  overflow: hidden;
}
.prodet_tab li{
   display: inline-block;
   cursor: pointer;
   padding: 10px 15px;
   margin-right: 5px;
   color: #2D2533;
   font-weight: 600;
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 2px;
}
.prodet_tab li.active{
   color: #000;
   position: relative;
}
.prodet_tab li.active::before{
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/tabbor.png) no-repeat center center;
  background-size: 100%;

}
.prodet_tab .tab-content{
   display: none; 
   font-size: 18px;
   line-height: 1.5;
   color: #d8d6d6;
}
.prodet_tab .tab-content.active{
   display: block; 
   padding: 20px;
}

.prodet_tab .tab-content h6{
  font-size: 15px;
  font-weight: 600;
  background: -webkit-linear-gradient(263deg, rgba(222, 194, 115, 1) 66%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}
.prodet_tab .tab-content p{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 6px;
}
.prodet_tab .tab-content h5{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.product_detailstext h4{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.product_detailstext h4 span{
  display: block;
   font-weight: 400;
   font-style: italic;
   background: -webkit-linear-gradient(269deg, rgba(222, 194, 115, 1) 66%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;

}
.product_detailstext h4 small{
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.50);
  margin-top: 8px;
}

.product_detailstext h2{
  font-size: 28px;
  font-weight: 500;
  background: -webkit-linear-gradient(265deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
  margin-bottom: 0;
  line-height: 34px;
}
.product_detailstext h2 span{
  font-size: 20px;
  font-weight: 400;
  color:  #6C7275 !important;
  margin-left: 20px;
}
.product_detailstext h2 small{
  font-size: 12px;
  font-weight: 400;
  color: #C0C0C0;
  margin-top: 8px;
  display: block;
  line-height: 1.5;
}
.product_detailstext p, .description__text{
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 26px;
}
.social_icon a img{
  width: 30px;
  object-fit: contain;

}
.social_icon p{
  font-size: 13px;
  font-weight: 600;
  color: #8D645C;
}
.peoductSl{
    margin-top:15px !important;
}
/*-----------thumb-Product Slider------------------*/

.main-swiper {
    width: 80%;
    float: right;
    height: 664px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
  }
.main-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
  .thumbs-swiper {
    width: 20%;
    float: right;
    height: 580px;
    box-sizing: border-box;
    padding: 50px 0px;
  }

  .thumbs-swiper .swiper-slide {
    cursor: pointer;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    border-radius: 12px;
    overflow: hidden;
  }
.thumbs-swiper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  /* .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */


  /*---------------- cartpage ----------------*/

  .cartpage .card{
    border: 1px solid #6C4F25;
  }
  .cartpage .card table th{
    background: #F1F1F1;
    border-bottom: 1px solid #6C4F25;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .cartpage .card table th:first-child{
    text-align: left;
  }
  .cartpage .card table img{
    width: 105px;
    height: 100%;
    object-fit: contain;
    border: 1px solid #D3D3D3;
    padding: 15px;
    border-radius: 12px;
  }
  .cartpage .card table td{
    padding: 20px 25px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
      font-weight: 400;
      color: #000;
      margin-bottom: 8px;
      line-height: 1.2;
      text-align: center;
  }
    .cartpage .card table td h6{
      font-size: 12px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
     .cartpage .card table td p{
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 8px;
      line-height: 1.2;
    }
     .cartpage .card table td:first-child{
      text-align: left;
     }

     .payment-box, .summary-box {
      border: 1px solid #ccc;
      padding: 0;
      border-radius: 6px;
      background-color: #fff;
    }
    .btn-gold {
      background: linear-gradient(to right, #cfa75d, #a78646);
      color: white;
      border: none;
    }
    .btn-gold:hover {
      opacity: 0.9;
    }
    .order-total {
      font-weight: bold;
      font-size: 1.2rem;
      color: #b1862d;
    }
    .disabled-btn {
      pointer-events: none;
      opacity: 0.6;
    }
    .bank-options img {
      height: 30px;
      margin: 5px;
    }
.cart_table:last-child{
  border-bottom: 0;
}
.cart_table td p{
  color: #3E2D3F;
}
.cart_table td .input-group{
  width: 120px;
  margin: 0 auto;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
}
.cart_table td button.addbtn{
  border: 0;
  padding: 0 10px;
}
.cart_table td button.addbtn:hover{
  background: transparent;
}
.cart_table td input{
  font-size: 12px;
    border: 0;
    font-weight: 600;
    color: #000;
    padding: 8px 0;
    height: 36px;
    text-align: center;
}
.cart_table td input:focus{
  outline: none;
  box-shadow: none;
}

.cartpage .card .card-header h6{
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.orderBTN h6{
  font-size: 12px;
  font-weight: 600;
  color: #3E2D3F;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.orderBTN p{
  font-size: 12px;
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.orderBTN input{
  font-size: 13px;
  border: 1px solid #D3D3D3;
  font-weight: 600;
  color: #000;
  padding: 0 0 0 40px;
  height: 45px;
  text-align: left;
  border-radius: 6px 0 0 6px;
  background-image: url(../img/persent.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  border-right: 0;
}
.orderBTN input:focus{
  outline: none;
  box-shadow: none;
}

.persentImg{
  position: absolute;
  top: 11px;
  left: 6px;
  width: 24px;
  height: 24px;
  z-index: 2 !important;
}
.applybtn{
  font-size: 13px;
   font-weight: 600;
   color: #fff;
   text-transform: capitalize;
   letter-spacing: 2px;
   background: linear-gradient(to right, #cfa75d, #a78646);
   border-right: 0;
   padding: 8px 15px;
   display: inline-block;
   border-radius: 0 6px 6px 0;
}

.secureText .col-12{
  text-align: center;
}
.secureText img{
  width: 40px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.secureText h6{
  font-size: 14px;
    font-weight: 600;
    color: #3E2D3F;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 10px 0;
    line-height: 1.5;
}
.secureText p{
  font-size: 13px;
  font-weight: 400;
  color: #3E2D3F;
  margin-bottom: 0;
  line-height: 1.5;
}
.secureText p span{
  display: block;
}
.checkout{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  background: #DEC273;
  background: linear-gradient(155deg,rgba(222, 194, 115, 1) 0%, rgba(108, 79, 37, 1) 100%);
  border-radius: 10px;
  padding: 10px 25px !important;
  display: inline-block;
  line-height: 32px !important;
  width: 100%;
  transition: all 0.5s ease;
  border: 0;
}
.checkout:hover{
  color: #fff;
  background: linear-gradient(155deg, rgba(108, 79, 37, 1) 0%, rgba(222, 194, 115, 1) 100%) !important;
}
.billform input.form-control, .billform select.form-select{
  box-sizing: border-box;
   border:1px solid rgba(222, 194, 115, 1) ;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding: 10px 15px;
  height: 45px;
  text-align: left;
  border-radius: 6px;
}
.billform input.form-control:focus, .billform select.form-select:focus{
  outline: none;
  box-shadow: none;
}
/* .billform .form-control::before {
  border-radius: 100%;
  content: '';
  background-image: linear-gradient(180deg,rgba(222, 194, 115, 1) 0%, rgba(108, 79, 37, 1) 100%);
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  position: absolute;
  z-index: -1;
} */

.continue{
  color: #2D2533;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.continue img{
  width: 6px !important;
  height: auto !important;
  object-fit: contain !important;
  border: 0 !important;
  padding: 0 !important;
  margin-right: 5px;
}
.billform .form-label{
  font-size: 13px;
  font-weight: 600;
  color: #2D2533;
}

.summary-box p{
  font-size: 13px;
  font-weight: 500;
  color: #2D2533;
}

.summary-box h6{
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding:0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1;
}
.summary-box h6 span{
  color: #8D645C;
  margin-left: 12px;
}

.summary-box h5{
  font-size: 16px;
  font-weight: 600;
  background: -webkit-linear-gradient(0deg, rgba(222, 194, 115, 1) 50%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.summary-box p{
  line-height: 1.8;
}

.paymentTap .tab-container {
  display: flex;
  width: 100%;
}

.paymentTap .tab-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
  border: 1px solid #DEC273;
  background: #fff;
  border-bottom: 0;
  height: fit-content;
}

.paymentTap .tab-menu li {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #DEC273;
  font-size: 14px;
  font-weight: 400;
  color: #A4A4A4;
  text-transform: capitalize;
}

.paymentTap .tab-menu li.active {
  background: -webkit-linear-gradient(0deg, rgba(222, 194, 115, 1) 50%, rgba(108, 79, 37, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
}
.paymentTap .tab-menu li.active::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  z-index: 1;
  background: #DEC273;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(0deg, rgba(222, 194, 115, 1) 50%, rgb(202, 174, 96) 100%);
}
.paymentTap .tab-content {
  padding: 0;
  flex: 1;
}
.paymentTap .tab-content p{
  font-size: 13px;
  font-weight: 500;
  color: #2D2533;
  line-height: 1.5;
}
.paymentTap .tab {
  display: none;
}

.paymentTap .tab.active {
  display: block;
}
.paymentTap .tab-content label{
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;

}
.paymentTap .form-check .form-check-input{
  margin-left: 0;
  border-radius: 50% !important;
} 

.paymentTap .form-select{
  box-sizing: border-box;
   border:1px solid rgba(222, 194, 115, 1) ;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 10px 15px;
  height: 45px;
  text-align: left;
  border-radius: 6px;
}
.paymentTap .tab-content h5{
  font-size: 13px;
  font-weight: 600;
  background: -webkit-linear-gradient(263deg, rgb(211, 179, 91) 50%, rgba(108, 79, 37, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  padding: 30px 0;
  display: block;
}
.edtcanves{
    width: 550px !important;
}
.edtcanves .offcanvas-body{
  border: 0;
  border-radius: 0;
  background: #fff url(../img/card.png) no-repeat top left;
  background-size: cover;
}
.offcanvas {
    z-index: 1045; /* Bootstrap default */
}
#searchmodal .modal-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    position: relative;
    background-size: cover;
}

#searchmodal::before {
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgb(255 255 255 / 36%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
}

#searchmodal input{
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 0 15px 50px;
  font-size: 20px;
  color: #000;  
  border-bottom: 2px solid rgb(211, 179, 91);
}
/* #searchmodal input::placeholder{
  color: #4b4b4b;
} */
.searchform{
  position: relative;

}
.searchform img{
    position: absolute;
    top: 5px;
    left: 0px;
    width: 24px;
    height: auto;
    object-fit: contain;
}
.popularsearch h6{
  font-size: 14px;
  color: #000;
  width: 150px;
}
.popularsearch ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
  width: calc(100% - 150px);
}
.popularsearch ul li{
  line-height: 1;
}
.popularsearch ul li a{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  background: #DEC273;
  background: linear-gradient(155deg,rgba(222, 194, 115, 1) 0%, rgba(108, 79, 37, 1) 100%);
    border-radius: 4px;
  padding: 5px 18px !important;
  display: inline-block;
  line-height: 32px !important;
  transition: all 0.5s ease;
  border: 0;
}
.sizeguide a{
  font-size: 13px;
  color: #000;
   font-weight: 600;
}
.sizeguide a img{
  width: 30px;
   object-fit: contain;
   margin-right: 10px;
}

 .shopswiper .swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}


    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    z-index: 9999; /* Ensure it is above all other elements */
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Initially invisible */
    pointer-events: none; /* Prevent interactions with the loader */
    transition: visibility 0s, opacity 0.3s ease-in-out; /* Smooth transition for visibility */
    display: flex;/* Flexbox for centering */
}

.loader-container[wire\:loading] {
    visibility: visible; /* Make it visible when loading */
    opacity: 1; /* Make it fully opaque */
    pointer-events: all; /* Enable interactions with the loader */
}

.loader {
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.addbg{
    background-size: cover !important;
    height: 330px;
    padding: 4% 0 4% 0;
    margin: 5% 0;
}
.addbg h4 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase;
}
.addbg p{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px;
    text-transform: capitalize;
    line-height: 1.5;
    margin: 25px 0;
    width:85%;
}
.calview {
    display: block;
    width: 140px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 15px 0;
    margin-top: 20px;
    transition: all 0.5s ease;
}
.luxdiv{
  background: url(../img/lixbg.png) no-repeat center center;
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.luxdiv h6{
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding:0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  text-align: center;
}
.luxdiv img{
  position: relative;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 50px 0 0 55px;
}

.innerbanner nav{
    padding: 0 !important;
}
/*--------------------------*/


.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
}
    
.div1 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
}

.div2 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
}

.div3 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 3;
}

.div4 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3;
}


.benq_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.benq_list li{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 60px) / 4);
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  background: url(../img/card.png) no-repeat center center;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
}

.benq_list h6{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.benq_list p{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: normal;
  margin-bottom: 6px;
  line-height: 22px;
}


/*-----------Artical------------------*/

.blog{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
}
.blog li{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 92px) / 4);
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
}

.blog li .card{
  background: hsla(44, 62%, 66%, 1);
  background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -moz-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  background: -webkit-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DEC273", endColorstr="#6C4F25", GradientType=1 );
  border-radius: 20px;
  overflow: hidden;
  border: 0;
}
.card-img-top{
  width: 100%;
  height: 255px;
  object-fit: cover;
}
.blog img{
    border-radius: 20px;
}
.artical .card-body p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.blog li h5{
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.blog li span{
  font-size: 10px;
  font-weight: 400;
  text-transform: normal;
  color: #fff;
}
.blog li p{
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  line-height: 24px;
  margin: 20px 0 0px 0;
}
.page-btn {
    color: #313131 !important;
    padding: 0;
    background: transparent !important;
}
.page-info {
    margin: 0 !important;
}


/*-------------------hover to big div-----------------------*/

 .accordion {
    display: flex;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    gap: 10px;
    
    }

    .panel {
      flex: .5;
      background-size: cover;
      background-position: center center;
      transition: flex 0.5s ease-in-out;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-radius: 15px;
      background-repeat: no-repeat;
    }

    .panel:hover {
      flex: 4;
    }

    .panel .content {
      transform: rotate(-90deg);
      white-space: nowrap;
      transition: transform 0.5s ease;
      font-size: 1rem;
      opacity:1;
    }

    .panel:hover .content {
      transform: rotate(0deg);
      white-space: normal;
      padding: 20px;
      /* background: rgba(0,0,0,0.7); */
      height: 100%;
      width: 100%;
      opacity: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .content h3 {
      font-size: 20px;
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
    }

    .content p {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 0;
      color: #fff;
      margin-bottom: 15px;
      display: none;
      opacity: 0;
       -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .panel:hover .content p{
     display: inline-flex;
    opacity: 1;
      align-items: center;
      justify-content: space-between;
    }
    .content button {
      padding: 8px 16px;
      background: #fff;
      color: #000;
      border: none;
      cursor: pointer;
      font-weight: bold;
      align-self: flex-start;
    }
    .panel .content p a{
      background: -webkit-linear-gradient(60deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    /* Example Backgrounds */
    .panel:nth-child(1) {
      background-image: url('../img/ser1.jpg');
    }

    .panel:nth-child(2) {
      background-image: url('../img/ser2.jpg');
    }

    .panel:nth-child(3) {
      background-image: url('../img/ser3.jpg');
    }

    .panel:nth-child(4) {
      background-image: url('../img/ser4.jpg');
    }

    @-webkit-keyframes fadeInUpBig {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 200px, 0);
      transform: translate3d(0, 200px, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
    }
    @keyframes fadeInUpBig {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 200px, 0);
      transform: translate3d(0, 200px, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
    } 

.thumbs-swiper .swiper-wrapper {
    flex-direction: column;
}


/*-------------Range---------------------*/

    .range-wrapper {
      max-width: 600px;
      margin: auto;
    }

    .inputs {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
    }

    .inputs input {
      /*width: 48%;
      padding: 8px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 4px;*/
      
        font-size: 13px;
        width: 120px;
        height: 30px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid rgba(222, 194, 115, 1);
        background: -webkit-linear-gradient(60deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .inputs span{
        background: -webkit-linear-gradient(60deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-weight: 600;
    }
    .slider-container {
      position: relative;
      height: 36px;
    }

    .track,
    .range-highlight {
      position: absolute;
      height: 8px;
      top: 14px;
      border-radius: 4px;
    }

    .track {
      width: 100%;
	height: 5px;
	cursor: pointer;
	background: #CD9700;
	border-radius: 1px;
	box-shadow: none;
      z-index: 1;
    }

    .range-highlight {
      background: #cfcfcf;
      z-index: 2;
    }

    input[type="range"] {
      position: absolute;
      width: 100%;
      pointer-events: none;
      -webkit-appearance: none;
      background: transparent;
      height: 36px;
      z-index: 3;
      top:-2px;
    }
    
    

    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 18px;
      width: 18px;
      background: white;
      border: 0;
      cursor: pointer;
      pointer-events: all;
		border-radius:50%;
		background: #CD9700;
  background: linear-gradient(90deg,rgba(205, 151, 0, 1) 0%, rgba(108, 79, 37, 1) 100%);
    }

    input[type="range"]::-moz-range-thumb {
      height: 18px;
      width: 18px;
      background: white;
      border: 0;
      cursor: pointer;
      pointer-events: all;
		border-radius:50%;
		background: #CD9700;
  background: linear-gradient(90deg,rgba(205, 151, 0, 1) 0%, rgba(108, 79, 37, 1) 100%);
  
    }
    
    .contactswiper .swiper-wrapper{
        align-items: start;
    }
    
    
    
    
    
.orb {
    width: 242px;
    height: 315px;
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    margin: 0;
    float: left;
    transition: all .2s ease-out;
    overflow: hidden;
}

.shopswiper .orb {
    width: 382px;
    height: 264px;
    background: #000;
    border-radius: 15px;
    display: inline-block;
    margin: 0;
    float: left;
    transition: all .2s ease-out;
    overflow: hidden;
}

.shopswiper .orb{
  position: relative;
}
.shopswiper .orb p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 0px 25px;
  width: 85%;
}
.shopswiper .orb::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.91) 100%);
}
/*.orb:hover {
  transform: scale(1.2);
  opacity: .5;
  cursor: pointer;
}*/

.orb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.shopswiper .orb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 269px;
}

.marquee--inner {
    display: flex;
    width: 100%;
    margin: 0;
    position: absolute;
    animation: marquee 25s linear infinite;
    top: 0;
    gap:15px;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/

.lexWatch .marquee{
  height: 340px;
}

.marquee--inner span {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}


/* Mega Menu Styles */


.mega-dropdown {
    position: static;
}

.mega-dropdown .dropdown-menu.mega-menu {
    width: 100vw;
    left: 0;
    right: 0;
    top: 86%;
    border: none;
    border-radius: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding-top: 30px !important;
}

.mega-dropdown .dropdown-menu .dropdown-item {
    padding: 10px 0px;
    margin-bottom: 5px;
}



.mega-menu p{
    font-size: 14px;
    font-weight: 600;
    color: #141718;
}

.mega-menu .dropdown-item {
    font-size: 13px !importanti;
    background: -webkit-linear-gradient(94deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
    
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow:none;
}
.viewcont{
    position: relative;
}
.viewcont h6{
     font-size: 14px;
    font-weight: 600;
    color: #141718;
    margin-bottom: 28px;
}
.viewcont img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.viewcont_sub{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 15px 45px;
}
.viewcont_sub p{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 65%;
    line-height: 18px;
}
.viewcont_sub a{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    padding: 15px 15px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 5px;
}

.thumbs-swiper .swiper-button-prev {
    right: auto;
    left: 30%;
    top: auto;
    bottom: -27px;
    position: relative;
    /* height: 100%; */
}
.thumbs-swiper  .swiper-button-prev:after {
   contain: '';
   position: absolute;
   top: 0;
   left: 0;
   width:30px;
   height: 30px;
   background-size: contain;
   background: url(../img/down_arrow.svg) no-repeat center center;
   color: transparent;
   z-index: 1;
}
.thumbs-swiper .swiper-button-next {
    right: auto;
    left: 30%;
    top: -103%;
    bottom: auto;
     position: relative;
    /* height: 100%; */
}
.thumbs-swiper  .swiper-button-next:after {
   contain: '';
   position: absolute;
   top: 0;
   left: 0;
   width:30px;
   height: 30px;
   background-size: contain;
   background: url(../img/uparrow.svg) no-repeat center center;
   color: transparent;
   z-index: 1;
}

#stickyBar.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}

#stickyBar.unfixed {
    position: absolute !important;
    top: auto;
}

#filterSidebar .close-btn{
    display: none;
}


/*-------------------Cooke policy---------------------*/
.modal-dialog-cookey .modal-content{
    background: #fff !important;
}
.cookies-popup-wrap {
    height: auto !important;
    background-color: #fff !important;
    bottom: 0 !important;
    top: auto !important;
    border-top: solid 1px #212121 !important;
    overflow: auto !important;
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    z-index: 999999 !important;
}

.popup-content {
    padding: 20px !important;
}

.popup-botttom-fixed {
    display: flex !important;
    justify-content: space-between !important;
}

.cookie-heading {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

.cookie-bottom-left {
    width: 100% !important;
}

.ck-more-option {
    color: #006039 !important;
    font-size: 15px;
    display: flex !important;
    align-items: center !important;
    font-weight: bold !important;
    margin-top: 15px !important;
    text-decoration: none !important;
}

.cookies-popup-wrap .form-check-input, .form-switch .form-check-input{
    width: 40px !important;
    height: 20px !important;
        background-repeat: no-repeat !important;
}
.cookies-popup-wrap .form-check-input:checked, .form-switch .form-check-input:checked{
    background-color: #CD9700 !important;
    border-color: #CD9700 !important;
}
.btnCookey {
    color: #000 !important;
    border-width: 2.5px !important;
    background: hsla(44, 62%, 66%, 1)  !important;
    background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%)  !important;
    background: -moz-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%)  !important;
    background: -webkit-linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%)  !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DEC273", endColorstr="#6C4F25", GradientType=1 )  !important;
}

.cookies-bottom-btn {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    gap: 21px !important;
    width: 21% !important;
}

.more-data-btn {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    width: 100% !important;
    padding: 10px 10px 10px 10px !important;
}

.btn-box {
    flex-grow: 1 !important;
}

.cookie-choice {
    display: flex !important;
}

.modal-dialog-cookey {
    width: 1000px !important;
    max-width: 1000px !important;
    height: 600px !important;
    max-height: 600px !important;
}

.modal-content {
    height: 100% !important;
    overflow-y: auto !important;
    border-radius: 0 !important;
}

.modal-logo {
    margin: 0px !important;
    padding: 0px !important;
}

.cookie-content {
    font-size: 15px !important;
    line-height: 150% !important;
}

.nav-link.collection-pr-title.active {
    border-bottom: 2px solid #73562a !important;
    color: #7a5c2f !important;
}

.nav-link.collection-pr-title:hover {
    color: #127749 !important;
}

.nav-link.collection-pr-title {
    color: #000000 !important;
    border-bottom: 2px solid transparent !important;
}

.cookey-header {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.fw-bold{
    font-size: 14px;
}
@media (max-width: 992px) {
    .popup-botttom-fixed {
        flex-wrap: wrap !important;
    }

    .cookie-bottom-left {
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .cookies-bottom-btn {
        gap: 15px !important;
        width: 100% !important;
    }

    .cookie-choice {
        flex-wrap: wrap !important;
    }

    .modal-content {
        padding: 0px 20px !important;
    }

    .modal-dialog-cookey {
        width: 350px !important;
        max-width: 350px !important;
        height: 700px !important;
        max-height: 700px !important;
    }

    .more-data-btn {
        flex-direction: column;
        width: 100%;
    }

    .btn-box {
        width: 100%;
    }

    .cookey-header {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .cookey-model {
        padding: 0 !important;

    }

    .nav-link {
        margin-top: 20px !important;
    }

}
