.sliderrbg{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 0.3rem;
}
.sliderrbg img{
	width: 100%;
	height: auto;
}
.sliderrbg .container{
	position: relative;
}
.banneroverlay{
	position: absolute;
	top: 0;
	left: 0px;
	width: calc(100% - 0px);
	height: 100%;
	/*background: linear-gradient(135deg, rgba(30, 42, 56, .85) 0%, rgba(30, 42, 56, .35) 60%, rgba(30, 42, 56, 0) 100%);*/
/*	background: linear-gradient(135deg, rgba(30, 42, 56, .45) 0%, rgba(30, 42, 56, .05) 60%, rgba(255, 255, 255, 0) 100%);*/
}
.banneroverlay .container,
.banneroverlay .container-fluid{
	position: relative;
	top: 60%;
	transform: translateY(-0%);
	padding: 0 0rem;
}
.eyebrow{
	display: block;
	letter-spacing: .12em;
    text-transform: uppercase;
    color: #c1a98f;
    font-weight: 700;
    font-size: 1rem;
}
.banneroverlay .bannertitle{
	display: block;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 500;
	font-family: "Playfair Display", serif;
	margin-bottom: 1rem;
}
.btn-coral {
  position: relative;
  display: inline-block;
  background: none;
  border: 2px solid #c1a98f;
  color: #fff;
  font-size: 1rem;
  line-height: 52px;
  padding: 0 25px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-coral::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a98f;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-coral:hover::before {
  transform: translateX(0);
}

.btn-coral:hover {
  color: #000;
}
.featuredbg{
	display: block;
	position: relative;
	padding: 52px 0;
}
.featuredbg [class*='col-']{
	border-right:1px solid #dcdcdc;
	padding: 0.5rem 0;
}
.featuredbg [class*='col-']:last-child{
	border-right: none;
}
.featuredbg .content{
	display: block;
	text-align: center;
}
.featuredbg .icon{
    display: inline-block;
    width: 50px;
    margin-bottom: 1rem;
}
.featuredbg .icon img {
    width: 100%;
    height: auto;
}
.featuredbg .title{
	display: block;
    font-size: 1rem;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.featuredbg p{
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	color: #444;
}
.collectionheaderbg{
	display: block;
	width: 100%;
	background: #F2F6F9;
	padding: 3rem 0;
	margin-top: 5rem;
}
.collectionheaderbg .title{
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 1rem;
	font-family: "Playfair Display", Sans-serif;
}
.collectionheaderbg .eyebrow{
    color: #c39e76;
    font-weight: 500;
}
.collectionheaderbg .shrtdesc p{
	color: #414141;
}
.collectionbg{
	display: block;
	width: 100%;
	margin:0;
	padding: 1rem 0 1rem;
	background: #F2F6F9;
	position: relative;
}
.collectionbg .figure{
	display: block;
	width: 100%;
	position: relative;
}
.collectionbg .figure img{
	width: 100%;
	height: auto;
}
.colloverlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(32, 32, 32, 0) 75%, #0f0f0f 96%);
    opacity: 1;
}
.colloverlay .caption{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}
.colloverlay .caption .captitile{
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	font-family: "Playfair Display", Sans-serif;
	display: block;
}
.eyeebrow{
    font-size: 0.686em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 2px;
    color: #c1a98f;
    margin-top: 0.5rem;
    text-align: center;
}

.aboutbg{
	display: block;
	width: 100%;
	position: relative;
	padding: 60px 0;
}
.aboutbg .eyebrow{
	color: #414141;
}
.aboutbg .captionbg{
	display: block;
	position: relative;
}
.aboutbg .title{
	font-size: 2.5rem;
	line-height: 1.2;
	color: #202020;
	font-family: "Playfair Display", Sans-serif;
	display: block;
	margin-bottom: 2rem;
}
.aboutbg p{
	margin-bottom: 1rem;
}
.btn-contact {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 2px solid #c1a98f;
  color: #000;
  font-size: 1rem;
  line-height: 52px;
  padding: 0 25px;
  border-radius: 2px;
  margin-top: 1.5rem;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a98f;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-contact:hover::before {
  transform: translateX(0);
}

.btn-contact:hover {
  color: #fff;
}


.counterbg{
	display: block;
	width: 100%;
	margin:0;
	padding: 70px 0;
	pointer-events: ;
}
.counterbg .widthsmall{
	margin-bottom: 3rem;
}
.counterbx{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}
.counter{
  font-size: 3.4rem;
  font-weight: bold;
  color: #414141;
  line-height: 1.2;
  font-family: "Playfair Display", Sans-serif;
  text-align: center`;
}
.countertext{
	display: block;
	font-size: 0.85rem;
	color: #b17f49;
	text-align: center;
}
.homecollection{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.homecollection .figure{
	display: block;
	position: relative;
	width: 100%;
	margin: 1rem 0;
}
.homecollection .figure img{
	width: 100%;
	height: auto;
}
.homecolloverlay{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
/*	background-image: linear-gradient(180deg, rgba(32, 32, 32, 0) 45%, #0f0f0f 96%);*/
}
.homecolloverlay .captionleft{
	display: block;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(193, 169, 143, 0.93);
}
.homecolloverlay .logogwinner{
	display: block;
	width: 170px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.homecolloverlay .logogwinner img{
	width: 100%;
}
.homecolloverlay .captionright{
	display: block;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(193, 169, 143, 0.93);
}
.homecolloverlay .caption{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.homecolloverlay .caption .title{
	display: block;
	padding: 20px 0px 0;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.4px;
	font-weight: 600;
	font-family: "Playfair Display", Sans-serif;
}
.homecolloverlay .caption  p{
	display: inline-block;
	padding: 0px 30px;
	font-size: 0.85rem;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.4px;
	font-weight: 500;
	font-family: "Playfair Display", Sans-serif;
}
.newsletterbg{
	display: block;
	width: 100%;
	position: relative;
	background: #beaa90;
	font-family: "Playfair Display", Sans-serif;
}
.newsleatterinfo{
	display: block;
	position: relative;
	padding: 100px 0;
	text-align: center;
}
.newsleatterinfo .title{
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #000;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin-bottom: 0.5rem;
}
.newsleatterinfo p{
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
	margin-bottom: 2rem;
}
.newsleatterinfo .formbg{
	display: block;
	width: 100%;
	position: relative;
}
.newsleatterinfo .formbg form{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 0;
}
.newsleatterinfo .formbg input[type="text"] {
    display: block;
    flex: 1;
    padding: 0 0px 0 15px;
    font-size: 1rem;
    line-height: 42px;
    border-radius: 5px 0 0 5px;
    color: #000;
    background: #ffffff;
    border: 0;
}
.newsleatterinfo .formbg input[type="submit"] {
    display: inline-block;
    padding: 0 25px;
    font-size: 1rem;
    line-height: 42px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    background: #000;
    border: 0;
    max-width: 135px;
    flex: 0 0 135px;
}
.newsletterbg .figure{
	display: block;
	width: 100%;
}
.newsletterbg .figure img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.owl-nav {
 position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 5;
}

.owl-nav button {
  background: #c1a98f !important;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.owl-nav button:hover {
  background: #f4f4f4 !important;
}

.owl-nav i {
  color: #000;
  font-size: 18px;
/*  -webkit-text-stroke: 1px #202020;*/
}
.partnerbg{
	display: block;
	width: 100%;
	position: relative;
	background: #F2F6F9;
	padding: 72px 0;
}
.partnerbg ul{
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
.partnerbg ul li{

}
.partnerbg ul li img{
	width: 100%;
	height: auto;
}
.partnerbg .maintitle{
	margin-bottom: 1rem;
}
.partnerbg p{
	margin-bottom: 3rem;
}

@media screen and (max-width:767px){
	.banneroverlay{
		display: block;
		position: relative;
		background: #303030;
		padding: 1rem;
		height: auto;
		text-align: center;
	}
	.banneroverlay .container, .banneroverlay .container-fluid{
		transform:  unset;
	}
	.banneroverlay .bannertitle{
		font-size: 1.5rem;
	}
	.featuredbg{
		display: none;
	}
	.homecollection{
		padding-top: 30px;
	}
	.collectionheaderbg{
		margin-top: 0;
		padding: 3rem 0 1rem;
	}
	.collectionheaderbg .title{
		font-size: 2rem;
	}
	.partnerbg ul li {
      flex: 1 1 calc(50% - 15px);
      max-width: calc(50% - 15px);
  }
  .newsleatterinfo{
  	padding: 60px 0;
  }
  .homecolloverlay .logogwinner{
  	width: 120px;
  }
}