@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Supports weights from 100 to 900 */
    font-style: normal; /* Normal style */
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

a {
  text-decoration: none !important;
}

.container-fluid {
  --bs-gutter-x: 200px;


}

header .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #373229;
  text-transform: uppercase;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}


a.nav-link {
   font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    
}
header .nav-link:hover {

  color: #CFB76D;

}

header .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #CFB76D;
  transition: width 0.3s ease-in-out;
}

header .nav-link.active::after {
  width: 100%;
}

header .nav-link:hover::after {
  width: 100%;
}

.noanim::after {

  display: none !important;

}

.bg-light {
  background-color: #fff !important;
}



.searchicon {
  margin-top: -4px;
  width: 15px;
}

.carousel-item {
  height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
  max-height:722px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 500;
  font-size: 86px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  z-index: 2;
}


.carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators [data-bs-target] {
  background-color: white;
}

#about {
  padding: 130px 0 180px;
}

.abouttitle {
  color: #CFB76D;
  font-size: 128px;
  font-weight: 300;
  line-height: 0.8;
  margin-bottom: -18px;
}

.darkgreen {
  color: #333D37;
}

.abouttext {
  color: #333D37;
  font-size: 16px;
      max-width: 604px;
      line-height: 1.3;
}

.btngreen {
  background: #333D37;
  color: #CFB76D;
  font-size: 14px;
  border-radius: 0;
  padding: 12px 40px;
}

.btngreen:hover {
  background: #CFB76D;
  color: #333D37;
}



.btngreen2 {
  background: #fff;
  color: #333D37;
  font-size: 14px;
  border-radius: 0;
  padding: 12px 40px;
  border: 1px solid #333D37;
}

.btngreen2:hover {
  background: #333D37;
  color: #fff;
}



#collection {
  padding: 90px 0 135px;
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /* Adjust spacing between lines and title */
}

.line {
  width: 32px;
  height: 1px;
  background-color: #CFB76D;/
}

.title {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #333D37;
  font-weight: 500;
}






.rel {
  position: relative;
}


.grid-container {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(5, 1fr);
  /* Creates 5 equal-width columns */
  gap: 15px;
  /* Space between items */
}


.grid-container2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  margin-top: 40px;
}

.grid-item2 {
  position: relative;
  overflow: hidden;
}

.grid-item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}


.grid-item2:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}

.grid-item2:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}

.grid-item2:nth-child(5) {
  grid-column: span 2;
  grid-row: span 1;
}

.grid-item2:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
}

#insta {
  padding: 30px 0 200px;
}

.isntatitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.isntatitle span{
    font-size:18px;
    font-weight:500;
}
.grid-container {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(5, 1fr);
  /* Creates 5 equal-width columns */
  gap: 15px;
  /* Space between items */
}

footer {
  background: #333D37;
}

.newsletter {
  padding: 100px 0;
}

.titlenews {
  color: #CFB76D;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.textnews {
  color: #CFB76D;
  font-size: 16px;
   font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
.max763{
    max-width:763px;
}
.newsform {
background: #404641 !important;
    border: 0;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 0;
    color: #B3B5B3 !important;
    padding: 15px 20px;
}

.newsform::placeholder {
  color: #B3B5B3;
  opacity: 1;
}

.abssub {
  position: absolute;
  color: #CFB76D;
  font-size: 14px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  top: 12px;
  right: 18px;
  z-index: 2;
}

.abssub:hover {
  color: #fff;
}

.sepfooter {
  height: 1px;
  background: #5C636C;
  width: 100%;

}

.bottommenu {
  margin-top: 90px;
  margin-bottom: 90px;
}

.menutitlef {
  text-transform: uppercase;
  color: #CFB76D;
  font-size: 14px;
    font-family: "Roboto", sans-serif;

    letter-spacing:2px;
  margin-bottom: 27px;
}

.menuitemsf a {
  display: block;
  margin-bottom: 10px;
  color: #CFB76D;
  opacity:0.8;
  font-weight: 300;
   font-size: 14px;
       letter-spacing:1px;
    font-family: "Roboto", sans-serif;
}

.menuitemsf a:hover {
  color: #fff;
}

.copy {
  padding: 60px 0 60px;
}

.cpytext {
  color: #CFB76D;
  font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.socials {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.btnsearch {
  position: absolute;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  right: 20px;
  top: 16px;
}

.searchtitle {
  font-size: 90px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #CFB76D;
  margin-bottom: 30px;
}

.formsc {
  border: 1px solid #373229 !important;
  border-radius: 0 !important;
  color: #000;
  font-size: 18px;
  padding: 14px 30px;

}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #DCD5C9;
}

.about-banner {
  height: 700px;
 
  background: url(../images/about-hero.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
   background-attachment:fixed;
  position: relative;
}

.absabout {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 704px;
  padding-top: 60px;
  padding-right: 80px;
  padding-bottom: 20px;
  z-index: 2;
  background: #fff;
}

.abt1 {
  line-height: 0.8;
  color: #CFB76D;
  font-weight: 300;

  font-size: 96px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .abt1, .abouttitle {

      text-indent: 10px;
margin-left: -10px;

} 


}
.abt2 {
  color: #333D37;
  text-align: justify;
  font-size: 16px;
}

.abtpadd {
  color: #333D37;
  font-weight: 300;
    max-width:1350px;
  font-size: 48px;
  line-height: 1.2;
  padding: 60px 100px 90px 0;
}

.abtpadd span {
  color: #333D37;
  font-weight: 500;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.abtt1 {
font-size: 36px;
    color: #333D37;
    margin-bottom: 40px;
    max-width: 720px;
    line-height: 1.3;

}

.abtt2 {
  font-size: 22px;
  color: #342F29;
    max-width: 685px;
    text-align: justify;
}

#contact {

  padding-bottom: 150px;

}

.contacbanner {
  height: 1023px;
  background: url(../images/contact-hero.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 78% auto;
  background-attachment:fixed;
  position: relative;
}
.wpcf7 form .wpcf7-response-output{
    display:none !important;
}
.abscontact {
  position: absolute;
  padding: 80px;
  background: #fff;
  right: 0;
  top:200px;
  z-index: 2;
  width: 83%;
}

.contact1 {
  color: #CFB76D;
  font-size: 96px;
  text-transform: uppercase;
  line-height:1;
  margin-bottom: 90px;
}

.contactfrom {
    border: 0 !important;
    border-bottom: 1px solid #B6B6B6 !important;
    width: 100%;
    margin-bottom: 35px;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #333D37;
    padding-bottom: 35px;
    outline: 0 !important;
}


.contactfrom::placeholder {
  color: #333D37;
  opacity: 1;
}

.mapgr {

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */

}
.modal-backdrop {

    --bs-backdrop-opacity: 0.2;
    
}

#nouv {
  padding: 50px 0 150px;
}

.titles1 {
  text-align: center;
  color: #CFB76D;
  font-size: 88px;
  margin-bottom: 40px;
}

.titles12 {
font-weight:300;
  color: #CFB76D;
  font-size: 78px;
  text-transform:uppercase;
  margin-bottom: 40px;
}


.whiteafter {
  overflow: hidden;
}

.whiteafter img {

  transform-origin: center;
  transition: all 0.7s ease-in-out;
}

.whiteafter:hover img {
  transform: scale(1.1);
}



.captiongren {
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  left: 50%;
  display: inline-block;
  font-size: 30px;
    font-weight:300;
  background: #333D37;
  color: #CFB76D;
  padding: 10px 40px;
  text-align: center;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: max-content;

}
.captiongren.f22 {
    font-size:22px;
}
.bread {
  display: flex;
  align-items: center;
  gap: 15px;

}

.bread a {
  font-size: 14px;
  text-transform: uppercase;
  color: #333D37 !important;
}

.bread a.active {
  font-weight: bold;
}

.text-lev {
  padding: 20px 20% 20px 20%;
  font-size: 18px;
  text-align: center;
  color: #333D37;
}

.zoomeffect {
  overflow: hidden;
}

.zoomeffect img {

  transform-origin: center;
  transition: all 0.7s ease-in-out;
}

.zoomeffect:hover img {
  transform: scale(1.1);
}


.magnifier {
    position: relative;
    overflow: hidden; /* Ensures the zoomed part is clipped within the container */
    width: 100%; /* Adjust container size */
    height: auto; /* Keeps it responsive */
}

.zoom-image {
    transition: transform 0.2s ease-out; /* Smooth transition for mouse movement */
    transform-origin: center center; /* Default transform origin */
    display: block;
    width: 100%; /* Ensure image fits container */
}

.magnifier:hover .zoom-image {
    transform: scale(1.6); /* Zoom in on hover */
}

@media (max-width: 768px) {
  .container-fluid {
    --bs-gutter-x: 30px;
  }

  .logo {
    width: 140px;
  }

  .navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
  }

  header .navbar-nav {
    margin-top: 20px;
  }

  .carousel-item {
    height: 400px;

  }

  .carousel-title {
    font-size: 26px;
  }

  #about {
    padding: 50px 0;
  }

  #collection {
    padding: 50px 0;
  }

  .abouttitle {

    font-size: 46px;

    margin-bottom: 18px;
  }

  .about-banner {
    height: auto;
    background: none !important
  }

  .absabout {
    position: initial;
    padding-top: 30px;
    padding-right: 0;

  }

  .abt1 {
    font-size: 56px;

  }

  .abtpadd {

    font-size: 26px;
    padding: 30px 0 0 0;
  }

  .abtt1 {
    font-size: 20px;
    margin-top: 40px;
  }

  .abtt2 {
    font-size: 16px;

  }

  .title {

    font-size: 24px;

  }

  .colgrid {
    display: block;

  }

  .grid-container {

    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .grid-container2 {
    display: block;
  }

  .grid-item2 {
    height: 400px;
    margin-bottom: 10px;

  }

  .menutitlef {
    margin-top: 20px;
  }

  .cpytext {
    text-align: center;
    font-size: 13px;
  }

  .copy {
    text-align: center;
  }

  .socials {

    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .titles1 {
    font-size: 32px;
  }

  .captiongren {
    font-size: 14px;
    min-width: auto;
    display: inline-block;
  }

  .bread a {
    font-size: 12px;
  }

  .titles12 {
    font-size: 35px;
  }
}

.ovhidden {
  overflow: hidden;
}

.innertitle {
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #CFB76D;
  margin-bottom: 30px;
}

.specs {
  color: #877D72;
  font-size: 14px;
  display: flex;
  gap: 25px;
  align-content: center;
  margin-bottom: 30px;
}

.relatedtitle {
  color: #342F29;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}

#related {
  padding-bottom: 50px;
}

.modaltitle {
  font-size: 36px;

  text-transform: uppercase;
  line-height: 1.1;
  max-width: 650px;
  color: #CFB76D;
}

.modaltitle span {
  color: #333D37;
  font-weight: 500;
}

.flexoshare {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid;
  width: 200px;
  margin-left: 10px;
}

.socialsicons {
  display: flex;
  gap: 20px;
  padding: 10px 20px;
  border-right: 1px solid;
  align-items: center;
}

.closev {
  width: 16px;
  cursor: pointer;
}

.hideshare,
.showshare {
  display: none;
}

.hideshare {
  display: inline-flex;

}

#discount {

  padding-bottom: 350px;

}

.discountbanner {
height: 1023px;
  background: url(../images/dsicount.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 78% auto;
  background-attachment:fixed;
  position: relative;
}

.toggleflex {
  display: flex;
  margin: 0 0 40px;
  gap: 20px;
}

.toggeler {
  color: #333D37;
  font-size: 16px;
  padding-bottom: 5px;
  display: inline-block;
  text-decoration: none !important;
}

.toggeler.active {
  border-bottom: 3px solid #CFB76D;
  color: #CFB76D;
}

#shipping {
  padding: 0 0 180px;
}


.shippingbanner {
  height: 700px;
  background: url(../images/shipping.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-attachment:fixed;
  position: relative;
}
.fancybox__backdrop {
    background-color: #fff !important; /* Force white background */
}

.fancybox__content>.f-button.is-close-btn, .fancybox__content>.f-button.is-close-btn:hover {
    --f-button-color: #000 !important;
    
}
.absship {
  position: absolute;
  padding: 70px 70px 0 0;
  background: #fff;
  left: 0;
  top: 200px;
  z-index: 2;
  max-width:753px;
  width: 50%;
}
.fancybox__nav{
    --f-button-svg-filter: initial !important;
}

.fancybox__container {
    --fancybox-color: #000 !important;
    
}
.shipttext {
  margin-bottom: 30px;
  font-size: 16px;
}

.unders {
  max-width: 875px;
  color: #333D37;
  line-height: 1.1;
  font-size: 36px
}

#undership {
  padding: 0 0 250px;
}

@media (max-width: 768px) {

  .abscontact {
    position: initial;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .contact1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  #contact,
  #discount, #shipping, #undership {
    padding-bottom: 30px;
  }

  .contactform {
    margin-bottom: 30px;
  }

  .toggeler {
    font-size: 12px;
  }

  .discountbanner,
  .contacbanner, .shippingbanner {
    height: auto;
    width: 100%;
  }

  .absship{
    position: initial;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .unders {
    max-width: 875px;
   
    font-size: 26px;
}
}

#terms{
  padding: 50px 0;
}
.termtitle{
  color: #CFB76D;
  font-size: 68px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
}


.termtext{
  color: #333D37;
  font-size: 16px;
}

@media (max-width: 768px) {

  .termtitle{

    font-size: 28px;
   
  }
.captiongren.f22 {
    font-size: 12px;
}

.text-lev{
        padding: 0;
    margin-top: 10px;
    margin-bottom:20px;
    font-size: 12px
}
.bread{
    flex-wrap:wrap;
}
.innertitle{
    font-size:28px;
}
.specs{
    font-size:12px;
    gap:10px;
}
.btnsinner  a{
    display:block;
    width:100%;
    margin-bottom:8px;
    
}
.relatedtitle {

    font-size: 22px;


}
}

.sqicon{
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(1) !important;
}
.modal-content{
    border:0 !important;
    border-radius:0 !important;
}


@media (min-width: 992px) {
.modal-body{
    padding: 0 90px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: -30px;
}

.titles12 {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.modal-header{
        padding: 40px;
}
}
.modal-header .btn-close{
    opacity:1 !important;
}
.modal-body .contactfrom, .page-template-discount .contactfrom, .page-template-shipping .contactfrom{
    padding-bottom: 15px;
    font-size:13px;
}
.modal-body .btngreen, .page-template-discount .btngreen, .shippingbanner .btngreen{
    width: 100%;
}

.sorting{
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333D37;
    padding: 15px 10px;
    border: 1px solid #CFB76D;
    outline: 0 !important;
    background: url(../images/arrowdown.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 94% 50%;
}

.menulast a{
  color: #CFB76D !important;
  font-size: 14px;
	text-transform: uppercase;
   font-family: "Roboto", sans-serif;
}
.menulast{
	display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 992px) {
	.menulast{
		margin-top: 20px;
		 gap: 10px;
	}
	
}
        