/*@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


    body {
        margin: 0;
        font-family: "Poppins", sans-serif;
        background: #000;
        color: #fff;
		font-size: 18px;
    }
	
	h1,h2,h3,h4,h5,h6{
		 font-family: "Playfair Display", serif;
	}

    .banner {
        background: #000;
        position: relative;
		overflow: hidden;
    }


    .header {
        display: flex;
        justify-content: space-between;
        padding: 30px 80px;
        align-items: center;
    }

    nav ul li {
        list-style: none;
    }

    nav ul {
        display: flex;
        flex-direction: row;
        gap: 30px;
        padding: 0;

    }

    nav ul a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 300;
    }

    .logo img {
        height: 80px;
        width: auto;
    }

    .about-cnt {
display: flex;
  flex-direction: row;
  padding: 60px 80px 15px 80px;
  gap: 60px;
    }

    .about-cnt .lft-cnt,
    .about-cnt .rgt-cnt {
        width: 50%;
    }

    .about-cnt .lft-cnt img {
        height: 260px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
		margin-top: 30px;
    }

    .about-cnt h1 {
        font-weight: 300;
        margin-top: 0;
    }

    .about-cnt p {
        line-height: 1.8;
        font-weight: 300;
        margin-bottom: 40px;
    }

    .about-cnt .btn{
        border: 1px solid #7E807F;
        padding: 15px 30px;
        border-radius: 10px;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        font-weight: 300;
    }
	
	.about-cnt h1.tt{
		font-size:28px;
		text-transform:uppercase;
		font-weight:normal;
	}
	
	.about-cnt p b{
		color:#ab751a;	
		font-weight:normal;		
	}
	
	.album-bg{
		background: #000000;
  display: flex;
  flex-direction: column;
  padding: 0px 80px 40px;
  gap: 10px;
  margin: 0;
	}
	
	.album-bg .album-ts{
		display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  flex-direction: row;
	  flex-wrap: wrap;
	  column-gap: 80px;
	  row-gap: 60px;
  
	}
	
	.album-bg .album-ts .ls{
		display:flex;
		flex-direction:row;
		gap: 40px;
		justify-content:flex-start;
	}

	.album-bg .album-ts .ls .lft{ 
		width: 175px;
  height: 175px;				
	}
	
	.album-bg .album-ts .ls .lft img{  
border-radius: 50%;
  width: 170px;
  height: 170px;
	}
	
	.album-bg .album-ts .ls .rgt h3{
		color:#835507;
		font-size:20px;
		font-weight:normal;
		margin: 0;
	}
	
		.album-bg .album-ts .ls .rgt h4{
		color:#af7717;
		font-size:30px;
		font-weight:normal;
		margin: 0;
	}
	
	.album-bg .album-ts .ls .rgt {
		display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
	}
	
	.ct-tt{
		font-size: 28px;
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 45px;
	}

    
	
	.header {
	  display: flex;
	  justify-content: space-between;
	  padding: 30px 80px;
	  align-items: center;
	  background: #090908;
	}
	
	
	.header .logo {
		width: 100px;
	}
	
	.header .logo img{
		width: 100%;
		height: auto;
	}
	
	.cs-btn-bg {
	  display: flex;
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	}
	
	
	.cs-btn-bg .btn-primary {
	  position: relative;
	  padding: 40px 40px;
	  color: #fff;
	  border: 0;
	  font-size: 18px;
	  background:transparent;
	  z-index: 1;
	  cursor: pointer;
	}

	.cs-btn-bg .btn-primary::before {
	  content: "";
	  position: absolute;
	  inset: 0;	
	  background: #000;
	  transform: skew(-15deg);
	  z-index: -1;
	  left:0;
	  right:0;
	  width:100%;
	  height:100%;
	}
	
	.cs-btn-bg .btn-primary:nth-child(1)::before {
		transform: skew(15deg);
	}
	
	.cs-btn-bg .cs-bg{
		display: flex;
		  justify-content: space-between;
		  width: 100%;
	}
	
	.cs-btn-bg .cs-bg .btn-primary span{
		color:#ab751a;
	}
	
	
	.album-bg .album-ts.music .ls .lft img{
		  width: 70px;
		  height: 70px;
	}
	
	.album-bg .album-ts.music .ls .lft{
		width:auto;
		height:auto;
	}
	
	/*.album-bg .album-ts.music{
		border-top: 1px solid rgba(255,255,255,0.3);
		padding-top: 30px;
	}*/
	.album-bg .music .ct-tt {
		margin-bottom: 10px;
	}
	
	.album-bg .album-ts.music .ls {  
		width: 100%;
	}
	
	.album-bg .album-ts.music .ls .rgt {
		width:100%;
	}
	
	.album-bg .album-ts.music .ls .rgt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.album-bg .album-ts.music .ls .rgt .icon{
	width:40px;
}

.album-bg .album-ts.music .ls .rgt .icon img{
	width:100%;
}

.album-bg .album-ts {
	row-gap: 15px;
}

.cs-hmn-bg{
	width:100%;
	height:auto;
}


.cs-hmn-bg .cnt{	
  width: 50%;
  padding: 60px 60px;
}



.cs-hmn-bg .cnt h1{	
font-size: 75px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0px;
}

.cs-hmn-bg .cnt p{	
	font-size:20px;	
}


.cs-hmn-bg .cnt h4 {
    font-family: "Poppins", sans-serif;
	font-size: 16px;
  font-weight: normal;
  /*border-top: 5px solid #fff;*/  
  padding-top: 15px;
  margin-top: 60px;
  position: relative;
}


.cs-hmn-bg .cnt h4::before{
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 7px;
  top:-5px;
  left: 0;
  background: linear-gradient(to bottom,  rgb(168,129,62) 0%,rgb(255,237,143) 49%,rgb(160,126,63) 100%);
}


.cs-hmn-bg .cs-cnt{
width: calc(80% - 120px);
  display: flex;
  flex-direction: column;
  min-height: 850px;
  padding: 0px 60px;
  justify-content: flex-start;
  margin: 0 auto;
}

.cs-hmn-bg .cs-cnt h2{
	font-size: 60px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 60px;
  background: linear-gradient( 180deg, #e6c878 0%, #c6a75e 40%, #a8863b 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;      
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}


.cs-hmn-bg .cs-cnt h4{
font-size: 40px;
  text-align: center;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}


.cs-hmn-bg .cs-cnt p{
	font-size:18px;
}

.cs-ls-bg{
background: linear-gradient(to bottom, rgb(13,16,20) 0%,rgb(26,30,33) 52%,rgb(20,23,27) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 60px 60px 60px;
  text-align: center;
  width: calc(100% - 120px);
  background-size: cover;
  background-position: center;
}

.cs-ls-bg .tt{
font-size: 50px;
  font-weight: normal;
}


.cs-ls-bg .cs-ls-cnt{
	display:flex;
	flex-direction:row;
	gap:60px;
}


.cs-ls-bg .cs-ls-cnt .cs-ls{	
width: 33.3%;
  display: flex;
  flex-direction: column;
  
}

.cs-ls-bg .cs-ls-cnt .cs-ls img{
	width:100%;
}


.cs-ls-bg .cs-ls-cnt .sb-tt{
	font-size:24px;
	margin-bottom: 0px;
}
.cs-ls-bg .cs-ls-cnt .ssb-tt{
  font-size:20px;	
  margin-top:0px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 56px;              
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;    
  background: linear-gradient(
    180deg,
    #e6c878 0%,
    #c6a75e 40%,
    #a8863b 100%
  );  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}

.collection-section {
  background: linear-gradient(
    180deg,
    #0c1824 0%,
    #0a1420 50%,
    #000000 100%
  );
  padding: 40px 20px;  
  
  font-family: 'Playfair Display', serif;
  font-size: 56px;              
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;    
 
  
  
}

.ct-title {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 22px;        /* Desktop */
  font-weight: 500;
  color: #E5E5E5;         /* Soft light gray */
  text-align: center;
  margin-bottom: 8px;
  background: linear-gradient(to bottom,  rgb(249,249,249) 0%,rgb(96,96,96) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;      
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}
.ct-sb-tt {
  font-size: 40px;
  background: linear-gradient(rgb(249, 249, 249) 0%, rgb(96, 96, 96) 100%) padding-box text;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: rgba(198, 167, 94, 0.25) 0px 0px 20px;
  margin: 30px 0px 15px 0px;
}
.ct-sb-tt span{
width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.ct-sb-tt:hover {
 background: linear-gradient( 180deg, #e6c878 0%, #c6a75e 40%, #a8863b 100% );
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}
.ct-desc {
  /*font-family: 'Montserrat', sans-serif;*/   
  font-size: 17px;
  font-weight: 300;
  color: #BFBFBF;         /* Slightly darker gray */
  text-align: center;
  letter-spacing: 0.3px;
  margin-top: 0;
}

.cs-cnt-bg{
    display: flex;
  padding: 60px 60px;
}

.cs-cnt-bg .cs-img{
  width: 48%;
}

.cs-cnt-bg .cs-img img{
  width: 100%;
}

.cs-cnt-bg .cs-cnt{
  min-height: auto;
  width: 72%;
}
.cs-cnt-bg .cs-cnt p{
text-align: center;
} 

.cs-cnt-bg .cs-cnt .cs-img{
  width: 450px;
  margin: 0 auto;
}


.cs-cnt-bg .cs-cnt h2{
margin-top: 0;
}

.cs-cnt-bg .cs-cnt h4{
background: linear-gradient( 180deg, #e6c878 0%, #c6a75e 40%, #a8863b 100% );
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}

.cs-cnt-bg .cs-cnt.spl-bg{
padding: 0;
  margin: 0;
  text-align: left;
  justify-content: center;
  width: 55%;
  }

  .cs-cnt-bg .cs-cnt.spl-bg h2,.cs-cnt-bg .cs-cnt.spl-bg h4,.cs-cnt-bg .cs-cnt.spl-bg p{
    text-align: left;
  }

  .cs-cnt-bg .cs-cnt.spl-bg .cs-img{
    margin: 0;
  }


  .cs-cnt-bg .cs-cnt.mn-spl-bg {
    width: 70%;
  }

.cs-cnt-bg .cs-cnt.mn-spl-bg h2{
  font-size: 70px;
  margin-bottom: 40px;
}


.cs-cnt-bg .cs-cnt.mn-spl-bg p{
  width:70%;
  margin-bottom: 30px;
}

.cs-cnt-bg .cs-cnt.vl-spl-bg h2{
 font-size: 80px;
  background: linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(96,96,96) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}

.cs-cnt-bg .cs-cnt.vl-spl-bg h4{
  background: linear-gradient(to bottom,  rgb(252,255,244) 0%,rgb(241,249,229) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}

.cs-cnt-bg .cs-cnt.vl-spl-bg p{
width: 70%;
}


.cs-cnt-bg.vl-cl{
border: 2px solid #787a79;
  padding: 30px 30px 30px 60px;
  margin: 30px 30px;
}

.cs-ls-bg.vl-cl{
  padding-top: 60px;
}

.cs-cnt-bg .cs-cnt.vl-spl-bg1 h4 {
  background: linear-gradient(to bottom, rgb(252,255,244) 0%,rgb(241,249,229) 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(198, 167, 94, 0.25);
}
.cs-ls-bg .cs-ls-cnt.cs-ls-4{
  gap: 30px;
}
.cs-ls-bg .cs-ls-cnt.cs-ls-4 .cs-ls {
  width:25%;
}

.cs-ls-bg .cs-ls-cnt.cs-ls-4 .cs-ls .ct-title{
color:#f1d58c;
-webkit-text-fill-color: #f1d58c;
font-weight: normal;
font-family: "Playfair Display", serif;
margin-top: -15px;
}

.cs-ls-bg .cs-ls-cnt.cs-ls-4 .cs-ls .ct-desc{
color:#f1d58c;
}

.cs-ls-bg .cs-ls-cnt.cs-ls-4.spl .cs-ls img{ 
  width: 70px;
  margin: 0 auto;
}

.cs-ls-bg .cs-ls-cnt.cs-ls-4.spl .cs-ls:nth-child(even){
  margin-top: 10%;
}

.cs-spl-bg .cs-cnt{
  padding-top: 60px;
  padding-bottom: 30px;
}
.cs-spl-bg .cs-cnt{
  min-height: auto;
  text-align: center;
}

.cs-spl-bg .cs-cnt .cs-logo{
  width:350px;
  margin: 0 auto;
  opacity: 0;
}

.cs-spl-bg .cs-cnt h2{
  margin-top: 30px;
}

.pdt-null{
  padding-top: 0px !important;
}

.s-cs-img{
  width:100%;
}

.mon-pre-bg{

}
/* 
.mon-pre-bg::before{
position: absolute;
  top: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  background: url('../images/mon-premier-amour-img.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  content: '';
  z-index: 0;
  background-repeat: no-repeat;
  right: -60px;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
} */
/* .mon-pre-bg .cs-cnt-bg{
  z-index: 1;
}
.mon-pre-bg .cs-cnt-bg .cs-cnt{
  z-index: 1;
}*/

.mon-pre-bg .cs-cnt-bg .spl-cs-img{
  display: none;
} 

.hmn-bg{
  display: flex;
  position: relative;
  flex-direction: column;
}

.hmn-bg img{
  width: 100%;  
}

.hmn-tt{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  text-align: center;
  font-size: 35px;
  font-weight: normal;
  color:#c1b19a;
}


.txt-lft{
text-align: left;
}


.cs-menu{
	position: absolute;
  top: 30px;
  right: 30px;
  color:#c1b19a;
}


.cs-menu a{
	color:#c1b19a;
	text-decoration:none;
	}
	
	.cs-menu a:hover{
		color:#f1d58c;
		text-decoration:underline;
	}
	
.cs-menu a.active{
	color:#f1d58c;
	
	}
	
	.cs-hmn-bg .cs-cnt .jt-txt{
		font-size: 30px;
	}
	
		.cs-hmn-bg .cs-cnt .jt-txt{
		font-size: 30px;
	}
	
	.cs-hmn-bg .cs-cnt .ad-txt{
		font-size: 20px;
  margin-top: 0;
  color: #d7b660;
	}

  .sm-txt{
  font-size: 15px !important;
  }