html{scroll-behavior: unset!important; padding: 20px; background-color: var(--bgcolor); }
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px; background: white;
  font-size: 13px; line-height: 15px; position: relative; font-family: "Saira Semi Condensed", sans-serif!important;}

@font-face {
  font-family: 'fiesta';
  src: url('fiesta.otf');
  font-weight: 400;
  font-style: normal;
}

:root {
  --mcolor:#3c180e;
  --scolor:#81835d;
  --overflow:200px;
  --bgcolor:#e4dcc8;
  --block_h: 70vh;
  --overflow: calc( var(--block_h) / 5);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: unset;
  border-radius: 20px;
  color: #eb2729!important;
}



.line-btn{
  font-size: 1rem;
  color: #3f1d10;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #3f1d10;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.nav-link {
    color: #fff!important;
        font-family: "Bebas Neue", sans-serif;
    font-weight: 600!important;
    font-size: 22px!important;
}

.active .nav-link{
    color: #000!important;
}

.active .nav-link:hover{
    color: #eb2729!important;
}

.st0{fill:#fff;}
.st1{fill:#E32027;}

.active .st0{fill:#81835C;}

.logo svg{ width:150px; }

.header{
  position: fixed;
  z-index: 5;
  top: 30px;
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px 20px 5px 20px;
  background-color: #fff0;
  transition: 0.2s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.header.active{
  background-color: #fff;
}

header{
  align-items: center;
}

#pro_wrapper{
  overflow: hidden;
}




.box_wrapper{
  height: 100vh;
  width: 100%;
  top: 0;
  position: fixed;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding-top: 80px;
}

.abs{
  position: absolute;
}

._wrapper {
  width: 292px;
  height: 500px;
  perspective: 1000px;
  /*filter: drop-shadow(0 2rem 2.3rem #777);*/
}

.box {
  width: 292px;
  height: 500px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-150px) rotateY( 30deg); 
  animation-name: box;
  animation-duration: 1ms;
  animation-timeline: scroll();
  scale:1.2;
}

@keyframes box {

  66.66%{ 
    transform: translateZ(-250px) rotateY(  -330deg); 
  }
  100%{ 
    transform: translateZ(-250px) rotateY(  -330deg); 
  }
}




.box.show-front  { transform: translateZ( -53px) rotateY( 30deg); }
.box.show-back   { transform: translateZ( -53px) rotateY(-150deg); }
.box.show-right  { transform: translateZ(-146px) rotateY( -90deg); }
.box.show-left   { transform: translateZ(-146px) rotateY(  90deg); }
.box.show-top    { transform: translateZ(-106px) rotateX( -90deg); }
.box.show-bottom { transform: translateZ(-106px) rotateX(  90deg); }



.box__face {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.box__face--front,
.box__face--back {
  width: 292px;
  height: 500px;
  top: 0;
  left: 0;
}

.box__face--right,
.box__face--left {
  width: 106px;
  height: 500px;
  left: 100px;
  line-height: 200px;
}

.box__face--top,
.box__face--bottom {
  width: 292px;
  height: 106px;
}

.box__face--front  {  }
.box__face--right img{ opacity:0.80;  }
.box__face--back   {  }
.box__face--left img{ opacity:.8; }
.box__face--top img{ opacity:1;  }
.box__face--bottom img{ opacity:1;  }

.box__face--front  { transform: rotateY(  0deg) translateZ( 53px); }
.box__face--back   { transform: rotateY(180deg) translateZ( 53px); }

.box__face--right  { transform: rotateY( 90deg) translateZ(139px); }
.box__face--left   { transform: rotateY(-90deg) translateZ(153px); }

.box__face--top    { transform: rotateX( 90deg) translateZ(53px); }
.box__face--bottom { transform: rotateX(-90deg) translateZ(447px); }

label { margin-right: 10px; }

.cont{
  background-color: #000;
  margin: 0;
  padding: 0;
}

.rolling-texts{

}

.text-defilant-wrapper {
   display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    overflow: visible;
}

.text-defilant-wrapper .line-1 {
    -webkit-text-stroke-color: #fff;
}

.text-defilant-wrapper .line {
    font-family: "Futura", sans-serif;
    font-size: 20vmax;
}

.text-defilant-wrapper .line-1 {
    -webkit-text-stroke-width: 2px;
    color: rgba(0, 0, 0, 0);
}

.text-defilant-wrapper .line-1 {
    -webkit-text-stroke-color: #fff;
}

.text-defilant-wrapper .line {
    position: relative;
    display: flex;
    white-space: nowrap;
    font-weight: bold;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 100%;
    rotate: -10deg;
}


.text-defilant-wrapper .line-2 {
    color: #fff;
}

@keyframes Scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}


.text-defilant-wrapper .line-1 span {
    animation: Scroll 40s linear infinite;
}

.text-defilant-wrapper .line-2 span {
    animation: Scroll 40s linear infinite reverse;
}

.parts{ 
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 100%;
 }

.parts img{
  position: absolute;
  animation-name: parts;
  animation-duration: 1ms;
  animation-timeline: scroll();
  opacity: 1;
}


#part1{
  transform: translate3d(20vw, 10vh, 0px) rotate(80deg);
  width: 7rem;
}

#part2{
  transform: translate3d(10vw, 50vh, 0px) rotate(0deg);
  width: 8rem;
}

#part3{
  transform: translate3d(25vw, 75vh, 0px) rotate(-90deg);
  width: 12rem;
}

#part4{
  transform: translate3d(75vw, 25vh, 0px) rotate(90deg);
  width: 11rem;
}

#part5{
  transform: translate3d(70vw, 60vh, 0px) rotate(45deg);
  width: 16rem;
}


@keyframes parts {

  
  40%{
    opacity: 1;
  }

  70%{ 
    transform: translate3d(48vw, 48vh, 0px) rotate(0deg);
    width: 2rem;
    opacity: 0;
  }

  100%{ 
    transform: translate3d(48vw, 48vh, 0px) rotate(0deg);
    width: 2rem;
    opacity: 0;
  }
}


.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
}

#vid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    opacity: 0.7;
    object-fit: cover;
}


.hometexts{
  display: flex;
  z-index: 2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.hometexts h3{
  font-size: 5.5rem;
  font-weight: 200;
  line-height: 1.1;
  text-align: center;
  font-weight: 400;
}


.scroll-downs {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: auto;
  z-index: 9;
  width :34px!important;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 1;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}



.specs{
  background-color: var(--bgcolor);
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  position: relative;
  margin: 0;
  width: 100%;

}

.specs .specslist{
  padding:40px 0; 
  margin: 0;
  z-index: 2;
  border-top: 5px solid var(--mcolor);;
  border-bottom: 10px solid var(--mcolor);;
}

.specs .spec_w{
  margin: 0;
  padding: 0;
  padding:0px 8%; 
}

.borders{
  border-top:2px solid #c7c3b8;;
  border-bottom:2px solid #c7c3b8;
}

.specs .spec_w > div{
  border-right: 2px solid #c7c3b8;
  display: flex;
    align-items: center;
    justify-content: center;
}
}
.specs .spec_w > div:last-child{
  border-right: none;
}


.spec{
  padding: 30px;
}

.title-w{
  display: flex;
  align-items: center;
}

.title-w p{
  margin-left: auto;
  padding-right: 15px;
  font-size:1.3rem!important;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
}

.specs h3{
  font-size: 2.5rem;
  color: var(--mcolor);
  font-weight: 700;
  text-align: left;
  line-height: 1;
  z-index: 1;
  padding: 0 0 10px 0;
  font-family: "Bebas Neue", sans-serif;
}

.specs h1{
  font-size: 1.5rem;
  color: var(--mcolor);
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
}

.specs p{
  font-size: 1rem;
  color: #8a8679; 
  text-align: center;
}

.specs a{
  font-size: 1rem;
  color: #3c180d; 
  text-align: center;
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  margin-left: auto;
}

.specs ._img{
  text-align: center;
  padding: 10px 0 30px 0;
  background-color: #e4dcc8;
}

.specs img{
  width: 100%;
  
      mix-blend-mode: multiply;
}

.specs .homescrolls{
  opacity: 1;
}


.homescrolls{
   display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: auto;
    align-items: center;
    align-content: center;
    top: 0;
}


.homescrolls .line-1 {
    -webkit-text-stroke-color: #fff;
}

.homescrolls .line {
    font-family: "Futura", sans-serif;
    font-size: 20vmax;
    position: relative;
    display: flex;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 100%;
    rotate: -15deg;
    color: #ca0f2c;
    opacity: 0.7;
}

.aboutafter{
  overflow: hidden;
}

.aboutafter .text-defilant-wrapper{
  position: relative;
  padding-bottom:60px;
}

.aboutafter .text-defilant-wrapper .line{
  font-size: 8vmax;
  rotate: 0deg;
}

.aboutafter .text-defilant-wrapper .line-2 {
    color: var(--scolor);
}

.aboutafter .text-defilant-wrapper .line-1{
  -webkit-text-stroke-color: var(--scolor);
}



.atelier{ 
  margin: 0;
  width: 100%;
  background-color: var(--bgcolor);
 }

.atelier .txts.l{
  padding-right: 5px;
}

.atelier .txts.r{
  padding-left: 5px;
}

.atelier .txts{
  position: relative;
  padding: 0;
}

.atelier .txts .txt{
  padding: 30px;
}

.atelier h3{ 
  font-size: 2rem;
  color: var(--mcolor);
  font-weight: 700;
  text-align: left;
  line-height: 1;
 }


.atelier p{ 
  font-size: 18px;
  line-height: 1.5;
  color: #7a7a7a;
  padding: 20px 0;
 }

.title-w h3{
      font-size: 2.5rem;
    color: var(--mcolor);
    font-weight: 700;
    text-align: left;
    line-height: 1;
    z-index: 1;
    padding: 0 0 10px 0;
    font-family: "Bebas Neue", sans-serif;
}

.bgimg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 100%;
    opacity: 1;
    transition: all 2s ease-out 0s;
}

.atelier a{
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  background-color: #eb2729;
}




.products{
  margin: 0;
  width:100%;
  position: relative;
  background-color: #000;
}

.products .productlist{
  padding:40px 8%; 
  z-index: 2;
}

.products .texts{
  padding: 0 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}



.products h1{
  font-size: 1.8rem;
  color: #fff; 
  text-align: left;
  line-height: 1;
  font-weight: bold;
}



span.animated {
    bottom: 1.7361111111vw;
    color: #000;
    font-size: 7.2916666667vw;
    left: 0;
    top: 0;
    line-height: 1;
    padding: 0 3.4722222222vw 0 12.5vw;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    animation:slideleft 0.1ms linear;
    animation-timeline:6 scroll();
}

@keyframes slideleft {
   50%{ 
    transform: translate3d(0, 0px, 0px);
  }
  100%{ 
    transform: translate3d(-508px, 0px, 0px);
  }
}

.pro {
    margin: 0;
    padding: 0;
}
.prolist {
    margin: 0;
    padding: 0 3px 0 0;
}
.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #000;

    justify-content: center;
}

.square-box:before {
    content: "";
    display: inline-block;
    padding-top: 120%;
}

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    background-size: cover;
    z-index: 9;
    background-size: 100%;
    background-position: center;
}

.prolist h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    position: relative;
    color: #fff;
    z-index: 2;
    padding: 20px;
}

.square-box:hover  .square-content {
  background-size: 110%;
}

.animatable {
  transition: 1s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.global { background-color:#000; }
.global .img{  }
.global .content{ 
  background-color:var(--mcolor);
  padding: 50px; 
}

.global .content{ 
  background-color:var(--mcolor);
}


.global .cover{
  position: relative;
  padding: 70px 0;
}

.global .cover > div{
  height: 400px;
}


.global .texts {
  padding: 30px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.global .texts h3{
  color: #fff;
  font-weight: bold;
  font-size: 4rem; 
}

.global .texts p{
  color: #fff;
  font-size: 1.5rem; 
}



.contact{ 
background-color:#000;
padding: 80px 0 0 0;
}

.contact a{
  text-decoration: none;
}

.tpl__item-center {
    width: 100%;
    text-align: center;
}
.circle-btn {
    height: 180px;
    width: 180px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.circle-btn.is-green .icon-box {
    background: var(--mcolor);
    border-color: var(--mcolor);
    color: #fff;
    transform: rotate(-45deg);
}
.circle-btn .icon-box {
    height: 120px;
    width: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--clr-common-black);
    border-radius: 50%;
    font-size: 38px;
    font-weight: 400;
    background: var(--mcolor);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.circle-btn .image-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: rotate 20s linear infinite;
}

.circle-btn .image-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: rotate 20s linear infinite;
    transition: all 0.3s ease-out 0s;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

span b{
  -webkit-text-stroke-width: 2px; color: rgba(0, 0, 0, 0);-webkit-text-stroke-color: #fff;
}

span.wf{
  -webkit-text-stroke-width: 0.1px; -webkit-text-stroke-color: #fff; color: rgba(0, 0, 0, 0);
}

.footer { border-top:1px solid #ccc; padding:30px; text-align: center;}
.footer p{ font-size:20px; }


.prodetail{
  padding: 8% 5%;
}

.prodetail .details{
  display: flex;
  align-items: center;
}

.prodetail .texts h3{
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
}
.prodetail .texts h1{
  color: #fff;
  font-size: 3rem;
}

.prodetail .texts p{
  color: #fff;
  font-size: 1.2rem;
}
.prodetail .texts p.sm{
  font-style: italic;
  font-size: 1rem;
}

.recom{
  background-color: #fff;
  width:100%;
  padding: 7rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.recom h3{
  font-size: 4rem;
  color: #000; 
  font-weight: 700;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

.recom h1{
  font-size: 1.8rem;
  color: #fff; 
  text-align: left;
  line-height: 1;
  font-weight: bold;
}

.recom p{
  font-size: 1.2rem;
  color: #fff; 
  text-align: left;
}

.reclist{
  margin-top: 50px!important;
  padding:40px 12%; 
  z-index: 2;
  width: unset!important;
}
.reclist h1{
  font-size: 2rem;
  color: #000;
  text-align: center;
}



  .text-area{
      display: flex;
      padding: 40px;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

      .text-area h3{ 
        font-weight: bold;
        font-size: 30px;
        color: #3f1d10;
        text-align: center;
     }
    .text-area p{ 
        font-size: 17px;
        line-height: 1.4;
        margin: 10px 0;
        color: #3f1d10;
        text-align: center;
     }


  .fullimg{ 
        position:relative; 
        background-color:#000; 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
    }

    .fullimg:hover > .bgimg{
        transform: scale(1.1);
    }

    .imgtexts{ 
        position:relative;
        z-index: 2;
        color:#fff;
        width: 100%;
        text-align: center;
    }

    .imgtexts h3{  
        padding: 0;
        font-weight: bold;
        margin: 0;
        color: #fff;

    }    
    .imgtexts p{  
        padding: 0;
        font-weight: 300;
        margin: 0;
        font-size: 16px;
        line-height: 1.2;
        padding: 0 20%;
    }

    .blocks{
        width:100%;
        text-align: center;
        margin-top: calc( -1 * var(--overflow) );
        position: relative; 
        z-index: 1; 
    }

    .blocks .right-block{

    }

    .blocks .right-block .rb-f{
        height: 50%; 
        margin: 0;
    }

    .blocks .right-block .rb-f .text-area{
        background-color: #e4dcc8; /*3b180e*/
    }


    .blocks .right-block .rb-f .fullimg{
        background-color: #e4dcc8;
    }

    .blocks .right-block .rb-s{
        margin:0;
        position: relative;
         height: 50%;
    }


    .blocks .right-block .rb-s .p_1{
         height: 50%;
    }




    .blocks .left-block{
        padding: 0;
    }

    .blocks .left-block .fullimg-block.lb-f{
        padding:var(--overflow) 0 0 0; 
        margin: 0;
    }

    .blocks .left-block .fullimg-block .fullimg{
        height: calc(var(--block_h) / 2); 
    }

    .blocks .left-block .fullimg-block.lb-s .fullimg{
        height: var(--block_h);
    }

    .blocks .right-block{
        position: relative;
        padding: 0;
    }


  .product_wrapper{
    padding-top:50px;
    background: #e4dcc8; 
    margin: 0;
  }

  .pro-single{
    background: #e4dcc8; 
    margin: 0;
    padding: 0;
  }  

  .pro-single h3, .content-title{
    padding: 20px;
    font-family: "fiesta";
    font-size: 50px;
    margin: 0;
    text-align: center;
    color: #e29f72;
    text-shadow: 2px 2px #e32129;
    -webkit-text-stroke: 2px #402012;
  }

  .pro-textarea{
    padding:0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pro-textarea h1{
    font-size: 50px;
    font-family: "Great Vibes", cursive;
    border: none;
    text-align: left;
    padding: 0 0 20px 0;
    color: #fff;
  }

  .pro-textarea p{
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
  }

  .sep{
    height: 60px;
    border-bottom: 1px solid #402012;
    margin-bottom: 30px;
  }

  .fr-top{
    height: 100%;
  }

  .p_b_1{
    height: 40%;
  }

  .p_b_2{
    height: 60%;
  }

  .pro_{
    padding:60px 100px; 
  }

.footer{
  padding-top:30px;
  background-color: #e4dcc8;
}
.social svg {
    height: 22px;
}





