/* Bootstrap */
@import url("bootstrap.min.css");
/* Remix Icn */
@import url("remixicon.css");
/* Slick Slider */
@import url("slick.css");
/* lightgallery */
@import url("lightgallery.css");

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil&display=swap');

/* Variables */
/* CSS Reset */
*, *, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

::-moz-selection {
  background-color: #fff;
  color: #7F4D3E;
}

::selection {
  background-color: #fff;
  color: #7F4D3E;
}

html, body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #060606;
  font-size: 18px;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
  }
}

@media (max-width: 576px) {
  html, body {
    font-size: 13px !important;
  }
}

div, header, nav, footer, section, aside, article {
  display: block;
}

a {
  color: #7F4D3E;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #7F4D3E;
}

p {
  color: #3b3b3b;
}

@media (max-width: 576px) {
  p {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Stardos Stencil', cursive;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img, video {
    width: 100%;
    height: 100%;
}

svg {
  height: auto;
  width: 100%;
}

/* Components */

.normal-text {
  font-family: "Josefin Sans", sans-serif;
}

.btn {
  min-width: 170px;
  border-radius: 0 !important;
  text-decoration: underline;
  background-color: #7F4D3E !important;
  font-family: "Josefin Sans", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  padding: 10px;
  color: #ffffff;
}

.title {
  /*width: -webkit-max-content;*/
  /*width: -moz-max-content;*/
  /*width: max-content;*/
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .title {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    font-size: 30px !important;
  }
  .title h1::before, .title h2::before, .title h3::before, .title h4::before, .title h5::before, .title h6::before {
    -webkit-transform: translateX(-70px) scale(0.7) translateY(-10px) !important;
            transform: translateX(-70px) scale(0.7) translateY(-10px) !important;
  }
  .title h1::after, .title h2::after, .title h3::after, .title h4::after, .title h5::after, .title h6::after {
    -webkit-transform: scale(0.7) translateY(-10px) !important;
            transform: scale(0.7) translateY(-10px) !important;
  }
}

.title span {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  display: block;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  font-size: 42px;
  color: #7F4D3E;
  font-weight: 700;
  /*width: -webkit-max-content;*/
  /*width: -moz-max-content;*/
  /*width: max-content;*/
  margin: 0;
  padding-top: 10px;
}

.title h1::before, .title h2::before, .title h3::before, .title h4::before, .title h5::before, .title h6::before {
  position: absolute;
  /* content: url("../images/svg/title-shape-left.svg"); */
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  height: 50px;
  top: 0;
  -webkit-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
}

.title h1::after, .title h2::after, .title h3::after, .title h4::after, .title h5::after, .title h6::after {
  position: absolute;
  /* content: url("../images/svg/title-shape-right.svg"); */
  height: 50px;
  top: 0;
  -webkit-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.title.center {
  /*width: -webkit-max-content;*/
  /*width: -moz-max-content;*/
  /*width: max-content;*/
  margin: 0 auto;
  margin-bottom: 30px;
  text-align:center;
}

.title.center span {
  font-family: 'Stardos Stencil', cursive;
  font-size: 18px;
  color: #000000;
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.title.center h1, .title.center h2, .title.center h3, .title.center h4, .title.center h5, .title.center h6 {
  font-family: 'Stardos Stencil', cursive;
  font-size: 42px;
  color: #a26350;
  font-weight: 500;
  /*width: -webkit-max-content;*/
  /*width: -moz-max-content;*/
  /*width: max-content;*/
  margin: 0;
  padding-top: 10px;
}

.title.center h1::before, .title.center h2::before, .title.center h3::before, .title.center h4::before, .title.center h5::before, .title.center h6::before {
  position: absolute;
  /* content: url("../images/svg/title-shape-left.svg"); */
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  height: 50px;
  top: 0;
}

.title.center h1::after, .title.center h2::after, .title.center h3::after, .title.center h4::after, .title.center h5::after, .title.center h6::after {
  position: absolute;
  /* content: url("../images/svg/title-shape-right.svg"); */
  height: 50px;
  top: 0;
}

.about-wrapper .title.center h2,
.sizes-wrapper .title.center h2{
  color: #ffffff;
}
@media (min-width: 1440px) {
  .mix-container {
    max-width: 1700px;
  }
}

/* Main CSS */
header {
  background-color: #ffffff;
  padding: 10px;
}

header .navbar-toggler i {
  font-size: 24px;
}

header .navbar-brand img {
  max-width: 210px;
}

header .nav-item {
  margin: 0 10px;
}

header .nav-item a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

header .nav-item .dropdown-item:active {
  background-color: #7F4D3E;
}

header .nav-item .dropdown-menu {
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  border: 0 !important;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

header .nav-item .dropdown-menu a {
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 10px;
  color: #060606;
}

.navbar-toggler{
    background-color: transparent !important;
}

.hero {
  max-height: 90vh;
  overflow: hidden;
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .hero .carousel-caption h1, .hero .carousel-caption h2, .hero .carousel-caption h3, .hero .carousel-caption h4, .hero .carousel-caption h5 {
    font-size: 30px !important;
  }
  .hero .carousel-indicators li {
    font-size: 32 !important;
  }
}
@media (max-width:767px) {
    .navbar{
        padding:0px;
    }
}
@media (max-width: 576px) {
  .hero {
    padding: 0 !important;
  }
  .hero .carousel-indicators {
    display: none;
  }
  .hero .arrow-box {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    width: 100% !important;
    right: auto !important;
    bottom: 0 !important;
  }
  .hero .arrow-box a {
    max-width: 50%;
    color: #fff !important;
  }
  .hero .arrow-box a span {
    color: #fff !important;
    font-weight: 400 !important;
  }
  .hero .arrow-box svg {
    width: 50px !important;
  }
}

.hero .carousel-item.active .carousel-caption h1, .hero .carousel-item.active .carousel-caption h2, .hero .carousel-item.active .carousel-caption h3, .hero .carousel-item.active .carousel-caption h4, .hero .carousel-item.active .carousel-caption h5 {
  /*-webkit-animation: caption-animi 1s ease-in forwards;*/
  /*        animation: caption-animi 1s ease-in forwards;*/
  /*-webkit-animation-delay: 0.5s;*/
  /*        animation-delay: 0.5s;*/
}



.hero .carousel-caption {
  left: 0% !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  top: 50%;
  bottom: auto;
  right: auto !important;
  background-color: #a26350;
  padding: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero .carousel-caption h1, .hero .carousel-caption h2, .hero .carousel-caption h3, .hero .carousel-caption h4, .hero .carousel-caption h5 {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 36px;
  /*-webkit-transform: translateX(500px);*/
  /*        transform: translateX(500px);*/
  font-family: 'Stardos Stencil', cursive;
}

.hero .carousel-indicators {
  right: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 !important;
  left: auto !important;
  top: 50px !important;
  bottom: auto !important;
}

.hero .carousel-indicators li {
  text-indent: 2px !important;
  height: auto !important;
  width: auto !important;
  background-color: transparent;
  line-height: 90px;
  opacity: 0.5;
  font-size: 42px;
  font-weight: 300;
}

.hero .carousel-indicators li.active {
  font-size: 90px;
  opacity: 1;
  color: #ffffff;
}

.hero .arrow-box {
  position: absolute;
  bottom: 180px;
  width: 130px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero .arrow-box a {
  opacity: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #060606;
  width: 100%;
  height: auto;
  position: relative;
  margin: 10px 0;
}

.hero .arrow-box a span {
  width: 100px;
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.hero .arrow-box a svg {
  width: 100%;
  stroke: #ffffff;
}

@-webkit-keyframes caption-animi {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes caption-animi {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.about-wrapper {
  padding: 100px 0px 100px;
  /* background-image: url("../images/banner/about-inner.jpg");
  background-size: cover; */
  background-color: #a26350;
}

@media (max-width: 576px) {
  .about-wrapper {
    padding: 50px 0;
    margin-top: 0;
  }
}

.about-wrapper .text-widget p {
  color: #ffffff;
}

.collection-wrapper {
  padding: 100px 0;
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .collection-wrapper .thumb::before {
    bottom: -20% !important;
  }
}

@media (max-width: 576px) {
  .collection-wrapper {
    padding: 50px 0px;
  }
  .collection-wrapper .pt-5 {
    padding-top: 0 !important;
  }
  .collection-wrapper .box, .collection-wrapper .item-box {
    margin: 20px 0 !important;
    padding: 0 !important;
  }
  .collection-wrapper .thumb::before {
    bottom: -10% !important;
  }
}

.collection-wrapper .item-box {
    cursor:pointer;
  text-align: center;
  margin-bottom: 30px;
}

.collection-wrapper .item-box .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.collection-wrapper .item-box:hover .thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*.collection-wrapper .item-box:hover .thumb::before {*/
/*  height: 50%;*/
/*}*/

.collection-wrapper .item-box .thumb {
  overflow: hidden;
}

.collection-wrapper .item-box .thumb::before {
  position: inherit;
  width: calc( 100% + 50px);
  height: 40%;
  border-radius: 30%;
  content: '';
  background-color: #fff;
  bottom: -25%;
  left: -25px;
  z-index: 2;
}

.collection-wrapper .item-box .thumb img {
  border-radius: 8px;
}

.collection-wrapper .item-box .item-title {
  text-align: center;
  position: absolute;
  width: 100%;
  height:100%;
  z-index: 3;
  bottom: 0;
  box-shadow: inset 0px -66px 100px 2px #32211c;
}
.collection-wrapper .item-box .item-title h3{
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0px;
    color:#fff !important;
}


.collection-wrapper .item-box .item-title h1, .collection-wrapper .item-box .item-title h2, .collection-wrapper .item-box .item-title h3, .collection-wrapper .item-box .item-title h4, .collection-wrapper .item-box .item-title h5 {
  font-size: 24px;
  font-weight: 500;
  color: #a26350;
  font-family: 'Stardos Stencil', cursive;
  letter-spacing: 2px;
}

.collection-wrapper .item-box.top:hover .item-title {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.collection-wrapper .item-box.top .thumb::before {
  bottom: auto !important;
  top: -25%;
}

.collection-wrapper .item-box.top .item-title {
  bottom: auto !important;
  top: 0;
}

.export-wrapper {
  padding: 100px 0;
  padding-top: 200px;
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .export-wrapper .shape {
    -webkit-animation: laptop-ship-animi 10s ease-in infinite !important;
            animation: laptop-ship-animi 10s ease-in infinite !important;
  }
}
@media (max-width:767px) {
    .collection-wrapper .item-box .item-title h1, 
    .collection-wrapper .item-box .item-title h2, 
    .collection-wrapper .item-box .item-title h3, 
    .collection-wrapper .item-box .item-title h4, 
    .collection-wrapper .item-box .item-title h5 {
      font-size: 18px;
    }
}
@media (max-width: 576px) {
  .export-wrapper {
    padding: 50px 0;
  }
  .export-wrapper .line-box, .export-wrapper .shape {
    display: none;
  }
}

.export-wrapper .line-box {
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
}

.export-wrapper .line-box svg {
  overflow: visible;
}

.export-wrapper .shape {
  position: absolute;
  right: -200px;
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 100px;
  -webkit-animation: ship-animi 10s ease-in infinite;
          animation: ship-animi 10s ease-in infinite;
  -webkit-transform: rotate(-17deg) translate(-1960px, -670px);
          transform: rotate(-17deg) translate(-1960px, -670px);
}

@-webkit-keyframes laptop-ship-animi {
  0% {
    -webkit-transform: rotate(-45deg) translate(60px, 0) scale(0.7);
            transform: rotate(-45deg) translate(60px, 0) scale(0.7);
  }
  10% {
    -webkit-transform: rotate(3deg) translate(-180px, 100px) scale(0.7);
            transform: rotate(3deg) translate(-180px, 100px) scale(0.7);
  }
  20% {
    -webkit-transform: rotate(28deg) translate(-270px, 205px) scale(0.7);
            transform: rotate(28deg) translate(-270px, 205px) scale(0.7);
  }
  30% {
    -webkit-transform: rotate(27deg) translate(-550px, 190px) scale(0.7);
            transform: rotate(27deg) translate(-550px, 190px) scale(0.7);
  }
  40% {
    -webkit-transform: rotate(14deg) translate(-740px, 36px) scale(0.7);
            transform: rotate(14deg) translate(-740px, 36px) scale(0.7);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(-1000px, -160px) scale(0.7);
            transform: rotate(1deg) translate(-1000px, -160px) scale(0.7);
  }
  60% {
    -webkit-transform: rotate(-21deg) translate(-1294px, -586px) scale(0.7);
            transform: rotate(-21deg) translate(-1294px, -586px) scale(0.7);
  }
  70% {
    -webkit-transform: rotate(-8deg) translate(-1580px, -415px) scale(0.7);
            transform: rotate(-8deg) translate(-1580px, -415px) scale(0.7);
  }
  80% {
    -webkit-transform: rotate(-17deg) translate(-1810px, -670px) scale(0.7);
            transform: rotate(-17deg) translate(-1810px, -670px) scale(0.7);
  }
  90% {
    -webkit-transform: rotate(-17deg) translate(-1960px, -670px) scale(0.7);
            transform: rotate(-17deg) translate(-1960px, -670px) scale(0.7);
  }
}

@keyframes laptop-ship-animi {
  0% {
    -webkit-transform: rotate(-45deg) translate(60px, 0) scale(0.7);
            transform: rotate(-45deg) translate(60px, 0) scale(0.7);
  }
  10% {
    -webkit-transform: rotate(3deg) translate(-180px, 100px) scale(0.7);
            transform: rotate(3deg) translate(-180px, 100px) scale(0.7);
  }
  20% {
    -webkit-transform: rotate(28deg) translate(-270px, 205px) scale(0.7);
            transform: rotate(28deg) translate(-270px, 205px) scale(0.7);
  }
  30% {
    -webkit-transform: rotate(27deg) translate(-550px, 190px) scale(0.7);
            transform: rotate(27deg) translate(-550px, 190px) scale(0.7);
  }
  40% {
    -webkit-transform: rotate(14deg) translate(-740px, 36px) scale(0.7);
            transform: rotate(14deg) translate(-740px, 36px) scale(0.7);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(-1000px, -160px) scale(0.7);
            transform: rotate(1deg) translate(-1000px, -160px) scale(0.7);
  }
  60% {
    -webkit-transform: rotate(-21deg) translate(-1294px, -586px) scale(0.7);
            transform: rotate(-21deg) translate(-1294px, -586px) scale(0.7);
  }
  70% {
    -webkit-transform: rotate(-8deg) translate(-1580px, -415px) scale(0.7);
            transform: rotate(-8deg) translate(-1580px, -415px) scale(0.7);
  }
  80% {
    -webkit-transform: rotate(-17deg) translate(-1810px, -670px) scale(0.7);
            transform: rotate(-17deg) translate(-1810px, -670px) scale(0.7);
  }
  90% {
    -webkit-transform: rotate(-17deg) translate(-1960px, -670px) scale(0.7);
            transform: rotate(-17deg) translate(-1960px, -670px) scale(0.7);
  }
}

@-webkit-keyframes ship-animi {
  0% {
    -webkit-transform: rotate(-45deg) translate(60px, 50px);
            transform: rotate(-45deg) translate(60px, 50px);
  }
  10% {
    -webkit-transform: rotate(-35deg) translate(-180px, 60px);
            transform: rotate(-35deg) translate(-180px, 60px);
  }
  20% {
    -webkit-transform: rotate(0deg) translate(-270px, 180px);
            transform: rotate(0deg) translate(-270px, 180px);
  }
  30% {
    -webkit-transform: rotate(30deg) translate(-550px, 360px);
            transform: rotate(30deg) translate(-550px, 360px);
  }
  40% {
    -webkit-transform: rotate(27deg) translate(-740px, 330px);
            transform: rotate(27deg) translate(-740px, 330px);
  }
  50% {
    -webkit-transform: rotate(19deg) translate(-1000px, 200px);
            transform: rotate(19deg) translate(-1000px, 200px);
  }
  60% {
    -webkit-transform: rotate(1deg) translate(-1385px, -170px);
            transform: rotate(1deg) translate(-1385px, -170px);
  }
  70% {
    -webkit-transform: rotate(-8deg) translate(-1580px, -415px);
            transform: rotate(-8deg) translate(-1580px, -415px);
  }
  80% {
    -webkit-transform: rotate(-17deg) translate(-1810px, -670px);
            transform: rotate(-17deg) translate(-1810px, -670px);
  }
  90% {
    -webkit-transform: rotate(-17deg) translate(-1960px, -670px);
            transform: rotate(-17deg) translate(-1960px, -670px);
  }
}

@keyframes ship-animi {
  0% {
    -webkit-transform: rotate(-45deg) translate(60px, 50px);
            transform: rotate(-45deg) translate(60px, 50px);
  }
  10% {
    -webkit-transform: rotate(-35deg) translate(-180px, 60px);
            transform: rotate(-35deg) translate(-180px, 60px);
  }
  20% {
    -webkit-transform: rotate(0deg) translate(-270px, 180px);
            transform: rotate(0deg) translate(-270px, 180px);
  }
  30% {
    -webkit-transform: rotate(30deg) translate(-550px, 360px);
            transform: rotate(30deg) translate(-550px, 360px);
  }
  40% {
    -webkit-transform: rotate(27deg) translate(-740px, 330px);
            transform: rotate(27deg) translate(-740px, 330px);
  }
  50% {
    -webkit-transform: rotate(19deg) translate(-1000px, 200px);
            transform: rotate(19deg) translate(-1000px, 200px);
  }
  60% {
    -webkit-transform: rotate(1deg) translate(-1385px, -170px);
            transform: rotate(1deg) translate(-1385px, -170px);
  }
  70% {
    -webkit-transform: rotate(-8deg) translate(-1580px, -415px);
            transform: rotate(-8deg) translate(-1580px, -415px);
  }
  80% {
    -webkit-transform: rotate(-17deg) translate(-1810px, -670px);
            transform: rotate(-17deg) translate(-1810px, -670px);
  }
  90% {
    -webkit-transform: rotate(-17deg) translate(-1960px, -670px);
            transform: rotate(-17deg) translate(-1960px, -670px);
  }
}

@media (max-width: 576px) {
  .counter-wrapper {
    background-color: #060606;
  }
  .counter-wrapper .col-sm-3 {
    margin: 0 !important;
  }
}

.counter-wrapper .items[data-scroll="in"] .box {
  -webkit-animation: counteranimi 1s ease-in forwards;
          animation: counteranimi 1s ease-in forwards;
}

.counter-wrapper {
  padding: 100px 0;
  background-color: #a26350;
}


.why-choose-wrapper .box img{
    height: 40px;
    width: auto;
    margin-bottom: 10px;
}

@media(max-width:767px){
    .why-choose-wrapper .title.center{
        margin-bottom:130px !important;
    }
    .why-choose-wrapper .box img{
        position: absolute;
        transform: rotate(-90deg);
        left: 50%;
        margin-top: 15px;
        margin-left: -80px;
    }
    .why-choose-wrapper .box{
        margin-top:-100px;
    }
}
.sizes-wrapper {
  padding: 100px 0;
  background-color: #a26350;
}

.our-strengths {
  padding: 100px 0;
}

.counter-wrapper .items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counter-wrapper .items .col-sm-3 {
  padding: 0;
  margin-right: -70px;
}

.counter-wrapper .items .col-sm-3:last-child {
  margin-right: 0;
}

.counter-wrapper .items .col-sm-3:first-child {
  margin-left: 20px;
}

.counter-wrapper .items .box {
  background-image: url("../images/svg/counte-white.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center;
  text-align: center;
  padding: 100px 0;
}

/* .counter-wrapper .items .box:hover {
  background-color: #A78F73;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
} */

.counter-wrapper .items .box:hover * {
  color: #a26350;
}

.counter-wrapper .items .box p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 2px;
}

.counter-wrapper .items .box span {
  display: block;
  font-size: 42px;
  color: #ffffff;
}
@media (max-width:1200px){
    .counter-wrapper .items .col-sm-3{
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}
@media (max-width:991px){
    .counter-wrapper .items .col-sm-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .counter-wrapper .items .box{
        padding: 115px 0;
    }
}
@media (max-width:767px){
     .counter-wrapper .items .col-sm-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left:0px !important;
        margin-right: 0px !important;
    }
    .sizes-wrapper,
    .counter-wrapper{
        padding: 50px 0px;
    }
    .counter-wrapper .items .box{
        transform: rotate(90deg);
        background-size: contain;
    }
    .counter-wrapper .items .box p{
        transform: rotate(-90deg);
    }
}
.tag-line {
  text-align: center;
  padding: 120px 0;
  background-image: url("../images/svg/tag.svg");
  background-repeat: no-repeat;
  background-position: center 70%;
}

.blog-wrapper{
  padding: 100px 0px;
}
.blog-wrapper a{
    color: #7F4D3E !important;
}
.blog-wrapper img{
    max-height: 250px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 576px) {
  .tag-line h1, .tag-line h2, .tag-line h3, .tag-line h4, .tag-line h5, .tag-line h6 {
    font-size: 32px !important;
  }
}

.tag-line h1, .tag-line h2, .tag-line h3, .tag-line h4, .tag-line h5, .tag-line h6 {
  font-size: 90px;
  font-weight: 300;
  color: #565555;
}

@media (max-width: 576px) {
  .rellax {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}

@media (max-width: 576px) {
  footer .col-sm-4 {
    margin-bottom: 30px;
  }
  footer .col-sm-4:last-child {
    margin-bottom: 0;
  }
}


footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
}

footer .social ul li {
  width: 40px;
  height: 40px;
  background-color: #7F4D3E;
  border-radius: 50%;
  margin: 0px 15px 0px 0px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

footer .social ul li:hover {
  background-color: #7F4D3E;
}

footer .social ul li i {
  color: #fff;
  font-size: 20px;
}

footer .filled {
  padding: 50px 0;
  /* background-image: url("../images/banner/footer.jpg");
  background-size: cover; */
  padding-top: 80px;
  background-color: #a26350;
}

footer .filled .box p {
  margin-bottom: 0;
}

footer .filled .box p a {
  color: #fff;
}

footer .filled .box h1, footer .filled .box h2, footer .filled .box h3, footer .filled .box h4, footer .filled .box h5 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 42px;
  font-family: 'Stardos Stencil', cursive;
}

footer .credit {
  text-align: center;
  padding: 15px;
}

footer .credit p {
  margin-bottom: 0;
}

.subpage {
  padding: 90px 0;
  padding-bottom: 50px;
  /* margin-bottom: -100px; */
}

@media (max-width: 576px) {
  .subpage {
    padding: 20px 0 !important;
    margin-bottom: 0;
    background-color: #7F4D3E;
  }
  .subpage::before {
    display: none;
  }
  .subpage .sub-title {
    position: relative !important;
    -webkit-transform: rotate(0) translate(0) !important;
            transform: rotate(0) translate(0) !important;
    text-align: left !important;
    color:#fff;
  }
  .subpage .sub-title h1, .subpage .sub-title h2, .subpage .sub-title h3, .subpage .sub-title h4, .subpage .sub-title h5 {
    font-size: 32px !important;
  }
  .subpage .back-btn{
      margin-left:0px !important;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .subpage {
    padding: 30px 0;
    padding-bottom: 100px;
  }
  .subpage .sub-title {
    -webkit-transform: rotate(270deg) translate(-300px, 100px) !important;
            transform: rotate(270deg) translate(-300px, 100px) !important;
  }
  .subpage .sub-title h1, .subpage .sub-title h2, .subpage .sub-title h3, .subpage .sub-title h4, .subpage .sub-title h5 {
    font-size: 80px !important;
  }
}

.subpage .sub-title {
  position: absolute;
  -webkit-transform: rotate(270deg) translate(-300px, 200px);
          transform: rotate(270deg) translate(-300px, 200px);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  text-align: right;
}

.subpage .sub-title h1, .subpage .sub-title h2, .subpage .sub-title h3, .subpage .sub-title h4, .subpage .sub-title h5 {
  font-size: 90px;
  font-weight: 300;
  text-transform: capitalize;
}

.subpage::before {
  position: absolute;
  left: 0px;
  top: 0;
  width: 70%;
  background-color: #a26350;
  content: '';
  height: 250px;
}

.subpage .back-btn {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  z-index: 3;
}

.subpage .back-btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subpage .back-btn svg {
  width: 40%;
}

.subpage .back-btn span {
  color: #fff;
}

@media (max-width: 576px) {
  .about-inner .title {
    padding-top: 20px;
  }
  .about-inner .container {
    padding: 0;
  }
  .about-inner .pr-0 {
    padding: 0 !important;
  }
}

.about-inner iframe {
  width: 100%;
  height: 500px;
  border: 0;
  -webkit-filter: grayscale(100%) brightness(110%);
          filter: grayscale(100%) brightness(110%);
}

.about-inner .text-widget {
  background-color: #f1f3f6;
  padding: 30px 50px;
  z-index: 2;
}

.about-inner .text-widget.dark {
  background-color: #060606;
  padding: 30px 50px;
  z-index: 2;
}

.about-inner .text-widget.dark p {
  color: #fff;
}

@media (max-width: 576px) {
  .mt-5 {
    margin: 0 !important;
    padding: 0;
  }
}

.mnl-5 {
  margin-left: -100px;
}

@media (max-width: 576px) {
  .mnl-5 {
    margin: 0 !important;
    padding: 0;
  }
}

.vision-wrapper {
  padding: 100px 0;
  text-align: center;
}

.vision-wrapper img{
  height: 150px;
  width: 150px;
}

.vision-wrapper .bg-gray{
  background-color: #f1f3f6;
}

@media (max-width: 576px) {
  .vision-wrapper {
    padding: 50px 0;
  }
  .vision-wrapper .custome-border::before {
    display: none;
  }
  .vision-wrapper .col-sm-3 {
    max-width: 25%;
  }
  .vision-wrapper .border-right, .vision-wrapper .border-left {
    border: none !important;
  }
}

.vision-wrapper .border-right, .vision-wrapper .border-left {
  border-color: #060606 !important;
}

.vision-wrapper .custome-border .text-widget {
  padding: 30px 0;
}

.vision-wrapper .custome-border::before {
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 50%;
  height: 1px;
  background-color: #060606;
  content: '';
}

.make-in {
  text-align: center;
  margin: 50px 0;
}

@media (max-width: 576px) {
  .make-in .img-widget {
    margin-bottom: 30px;
  }
}

.make-in .container {
  background-color: #f1f3f6;
  padding: 30px;
}

.make-in .line-box {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.make-in .row {
  padding: 50px 0;
}

.country-list {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .country-list {
    padding: 50px 0;
  }
  .country-list .countries {
    border: 0 !important;
  }
  .country-list .hilited, .country-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {
  .country-list .col-sm-4, .country-list .countries {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border: 0 !important;
  }
}

.country-list .countries {
  border-left: 1px solid #7F4D3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.country-list .countries ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.country-list .countries ul li {
  margin: 0 10px;
  font-size: 24px;
}

.country-list .hilited li::first-letter {
  font-size: 60px;
  font-weight: bold;
  color: #7F4D3E;
}

.world-map {
  padding: 100px 0;
  background-color: #a26350;
  text-align: center;
}

@media (max-width: 576px) {
  .world-map {
    padding: 50px 0;
  }
  .world-map .img-widget {
    margin-bottom: 50px;
  }
}

.world-map .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.world-map .row p {
  color: #fff;
}

@media (max-width: 576px) {
  .tables {
    padding: 20px;
  }
  .tables table {
    display: block;
    overflow-x: scroll;
  }
}

.tables table {
  margin-bottom: 30px;
  margin-top: 20px;
}

.tables .nav-tabs {
  margin-bottom: 30px;
  border: 0;
}

.tables .nav-tabs li a {
  padding: 10px;
  display: block;
  color: #000000;
}

.tables .nav-tabs a.active {
  background-color: #000000;
  color: #fff;
}

.calculator-widget {
  padding: 80px 0;
}

@media (max-width: 576px) {
  .calculator-widget {
    padding: 0;
  }
  .calculator-widget .guide {
    padding: 0 !important;
  }
  .calculator-widget .area {
    width: 280px !important;
  }
}

.calculator-widget .guide {
  background-color: #f1f3f6;
  margin-top: 50px;
  padding: 30px;
}

.calculator-widget .guide .tips .d-title {
  font-size: 32px;
  opacity: 1 !important;
}

.calculator-widget .guide .tips p {
  color: #060606;
}

.calculator-widget .guide .vertual-result p {
  margin-bottom: 0;
  font-weight: bold;
  color: #060606;
}

.calculator-widget .guide .vertual-result .yft {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  left: -15px;
  top: 50px;
}

.calculator-widget .guide .area {
  width: 345px;
  height: 125px;
  background: url("../images/svg/tile-pattern.png") repeat;
  background-position: -4px -4px;
  border: 1px solid #060606;
}

.calculator-widget .p-title {
  font-size: 24px !important;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .calculator-widget .shape-widget {
    display: none;
  }
}

.calculator-widget .poligone {
  right: 30px;
  top: 30px !important;
}

.calculator-widget .shape-widget {
  top: 50%;
}

.calculator-widget ::-webkit-input-placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget :-ms-input-placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget ::-ms-input-placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget ::placeholder {
  font-size: 14px;
  opacity: 0.4;
}

.calculator-widget .result {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.calculator-widget .result .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #060606;
  margin-top: 10px;
}

.calculator-widget .result .d-flex .text-right {
  font-weight: bold;
  color: #060606;
}

.calculator-widget .result .note {
  margin-top: 30px;
  font-size: 14px;
}

.calculator-widget .input:focus-within {
  background-color: #f1f3f6;
}

.calculator-widget .input:focus-within input, .calculator-widget .input:focus-within textarea, .calculator-widget .input:focus-within select {
  border-color: #7F4D3E;
}

.calculator-widget .input:focus-within label {
  color: #7F4D3E;
}

.calculator-widget .input input, .calculator-widget .input textarea, .calculator-widget .input select {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 3px solid #060606;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: transparent;
}

.collection-sizes {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .collection-sizes {
    padding: 30px 20px;
  }
  .collection-sizes .custome-border {
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 20px !important;
  }
}

.collection-sizes h1, .collection-sizes h2, .collection-sizes h3, .collection-sizes h4, .collection-sizes h5, .collection-sizes h6 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.collection-sizes ul {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.collection-sizes ul li {
  margin-bottom: 20px;
}

.collection-sizes ul li a{
    color:#7F4D3E !important;
}

.collection-sizes ul li:last-child {
  margin-bottom: 0;
}

.collection-sizes ul li:before {
  position: absolute;
  left: -20px;
  width: 15px;
  height: 2px;
  content: '';
  background-color: #060606;
  top: 10px;
}

.collection-sizes .custome-border {
  border-right: 1px solid #060606;
  padding-right: 0;
  padding-left: 70px;
  border-left: 1px solid #060606;
  margin-right: -1px;
}

.finish-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .finish-tab ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .finish-tab ul li {
    margin-bottom: 10px;
  }
}

.finish-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.finish-tab ul li {
  margin: 0 10px;
}

.finish-tab ul li a {
  padding: 10px;
  display: block;
}

.finish-tab ul .active a {
  background-color: #7F4D3E;
  color: #fff;
}

@media (max-width: 576px) {
  .collection-row .col-sm-3 {
    max-width: 50%;
  }
}

.collection-row .box {
  margin-bottom: 15px;
  margin-top: 15px;
}

.collection-row .box .tag {
  position: absolute;
  -webkit-transform: rotate(270deg) translateY(60px);
          transform: rotate(270deg) translateY(60px);
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  padding: 10px;
  background-color: #7F4D3E;
  color: #fff;
}

.collection-row .box .lightgallery {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.collection-row .box .lightgallery a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination ul li {
  margin: 10px;
}

.pagination ul .active {
  background-color: #7F4D3E;
  padding: 6px 12px;
}

.pagination ul .active a {
  color: #fff;
}

.catalogue-items {
  padding: 100px 0;
}

@media (max-width: 576px) {
  .catalogue-items .col-sm-3 {
    margin-bottom: 20px;
    max-width: 75%;
  }
}

.catalogue-items .item .download {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.catalogue-items .item .tag {
    position: absolute;
    top: 120px;
    /* background-color: #7F4D3E; */
    /* padding: 10px; */
    color: #a26350;
    /* font-weight: bold; */
    left: 55px;
    margin: 0px;
}

.catalogue-items .item .size{
    position: absolute;
    top: 150px;
    left: 55px;
    color:#a26350;
}

@media (max-width: 576px) {
  .mobile-padding-0 {
    padding: 0 !important;
  }
}

.mnl-1 {
  margin-left: -1px;
}

.chat-option {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  background-color: #27a315;
  border-radius: 50%;
  z-index: 1096;
}

.chat-option .icons {
  overflow: hidden;
  cursor: pointer;
}

/*.chat-option .icons ul {*/
/*  white-space: nowrap;*/
/*  -webkit-animation: chat-option 10s ease-in infinite;*/
/*          animation: chat-option 10s ease-in infinite;*/
/*  width: 100%;*/
/*}*/

.chat-option .icons ul li {
  display: inline-block !important;
  margin: 2px 10px;
}

.chat-option .icons ul li i {
  font-size: 30px;
  color: #fff;
}

.chat-option .popup {
  position: absolute;
  width: 300px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  bottom: 50px;
  right:20px;
  border-radius: 8px;
}

.chat-option .popup h4 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}

.chat-option .popup .help li {
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}

.chat-option .popup .help li .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.chat-option .popup .help li span {
  display: block;
  width: 100%;
  max-width: 100%;
}

.chat-option .popup .help li .small {
  margin-top: 2px;
}

.chat-option .popup .help li i {
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #7F4D3E;
  border-radius: 50%;
  color: #fff;
}

.chat-option .popup .help li td {
  padding: 10px;
}

.chat-option .popup .help li:last-child {
  border: none !important;
}

@media(max-width:767px){
    .chat-option{
        bottom:70px;
    }
}

@-webkit-keyframes chat-option {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  40% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
  }
}

@keyframes chat-option {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  40% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
  }
}

/* Import all css */
/* animation */
[data-scroll] {
  -webkit-transition: all 3.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 3.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Animation delay */
[animate-delay="1"] {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

[animate-delay="2"] {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

[animate-delay="3"] {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

[animate-delay="4"] {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

[animate-delay="5"] {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

[animate-delay="6"] {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

[animate-delay="7"] {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

[animate-delay="8"] {
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
}

[animate-delay="9"] {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important;
}

/* Animation class */
[data-scroll="in"].in-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-scroll="out"].in-left {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

[data-scroll="in"].in-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-scroll="out"].in-right {
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}

[data-scroll="in"].in-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"].in-bottom {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

[data-scroll="in"].in-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"].in-top {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

[data-scroll="in"].scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-scroll="out"].scale {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.first-element .in-top {
  -webkit-animation: in-top 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-top 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.first-element .in-right {
  -webkit-animation: in-right 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-right 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.first-element .in-left {
  -webkit-animation: in-left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.first-element .in-bottom {
  -webkit-animation: in-bottom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: in-bottom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.first-element .scale {
  -webkit-animation: scale 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: scale 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@-webkit-keyframes in-top {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in-top {
  0% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes in-right {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes in-right {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes in-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes in-bottom {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in-bottom {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 576px) {
  [data-scroll="out"], [data-scroll="in"] {
    opacity: 1 !important;
    -webkit-transform: scale(1) translateY(0) translateX(0) !important;
            transform: scale(1) translateY(0) translateX(0) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.tawk-min-container .tawk-button-circle.tawk-button-large{
    display:none;
}

button.close{
        background-color: #a26350;
}
.modal-backdrop.fade.show{
    width: auto;
    height: auto;
    background: transparent;
}

/*.modal-backdrop.fade.show::after{*/
/*    content:"";*/
/*    position: fixed;*/
/*    top:0;*/
/*    bottom:0;*/
/*    right:0;*/
/*    left:0;*/
/*    background:#000;*/
/*    width:100%;*/
/*    height:100%;*/
/*}*/

.catlogue-cover-image{
    background: url("../images/catalogue/catlogue-cover.jpg");
    background-size: cover;
    width: 100%;
    height: 365px;
}
@media (max-width:767px){
    .catlogue-cover-image{
        max-height:245px;
    }
    .collection-wrapper .title h2,
    .why-choose-wrapper .title h2,
    .certificates-wrapper .title h2 {
        font-size: 50px !important;
    }
}

.title-box .item-title{
  background: #a26350;
}
.title-box .item-title{
  box-shadow: none !important;
}
.title-box .item-title h3{
  top: 50%;
  transform: translateY(-30%);
  font-size: 30px !important;
  bottom: 0px !important;
}
.title-box .item-title h3 span{
  font-size: 14px;
}
.certificates-wrapper{
  padding: 100px 0px;
}
.certificates-wrapper img {
    width:auto;
}
.why-choose-wrapper .title h2{
  color: #ffffff;
}