/******** Font ********/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Fonts */
:root {
  --clr-primary: #EA690E;
  --clr-black: #000000;
  --clr-white: #ffff;
  --clr-text: #808080;
  --ff-primary: 'Canela';
  --ff-body: "Montserrat", sans-serif;
  --ff-subheading: 'Didot Title';
  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-drag-bg-color: var(--clr-primary);
  --swiper-pagination-color: var(--clr-primary);
  --swiper-pagination-progressbar-size: 3px;
  --swiper-pagination-progressbar-bg-color: #D6D6D6;

}

/* Browser Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  font: inherit;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:focus,
a:hover {
  outline: none;

}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section {
  position: relative;
  z-index: 1;
}

body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(73, 73, 73, 1);


}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--ff-body);
  color: #5D5D5D;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
  font-weight: 200;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

.form-control:focus {
  box-shadow: inherit;
}

.custom-pad {
  padding: 70px 0;
}

.container {
  max-width: 1650px
}

.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
  top: 0px;
  left: 0;
}

.custom-button {
  position: relative;
  text-transform: uppercase;
  font-family: var(--ff-body);
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid #1E1E1E;
}

.fari__btn {
  padding: 16px 25px;
  color: #fff;
  background: var(--clr-primary);
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  width: fit-content;
  z-index: 1;
}

.fari__btn::before {
  position: absolute;
  content: "";
  background: #C94B0B;
  width: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.fari__btn:hover::before {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.custom-button:hover {
  border-bottom: 1px solid var(--clr-primary);
  color: var(--clr-primary);

}

.custom-button.border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.fari__heading h2 {
  font-size: 60px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;


}

.fari__heading h2 em {
  color: var(--clr-primary);
  font-style: italic;
}

.fari__heading {
  margin-bottom: 25px;
}

.fari__heading h2 .fari__heading-sub {
  padding-left: 16%;
  display: block !important;
}

/* header csss */
.fari__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 12px 0;
  transition: all 0.5s ease-in-out;
}

.fari__header.fixed-top {
  background: #fff;
  box-shadow: 0 0 17px -4px #7b7b7b;
  transition: all 0.5s ease-in-out;
}

.fari__header-wrap {
  position: relative;
  width: 53%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.fari__header-left {
  width: 40%;
  position: relative;
}

.fari__header-left ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.fari__header-right .fari__header-nav ul {
  justify-content: start;
  gap: 0;
  align-items: start;
}

.fari__header-right .fari__header-nav ul a {
  font-size: 22px;
  font-weight: 400;
  font-family: var(--ff-primary);
  text-transform: capitalize;
  color: #000;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  position: relative;
  padding: 20px 35px 20px 0; transition: all 0.5s ease-in-out;
}
.fari__header-right .fari__header-nav ul a:hover{color: var(--clr-primary); transition: all 0.5s ease-in-out;}
.fari__header-right .fari__header-nav ul a:hover::before{filter: brightness(0) saturate(100%) invert(42%) sepia(86%) saturate(696%) hue-rotate(349deg) brightness(100%) contrast(99%); transition: all 0.5s ease-in-out;}

.fari__header-right .fari__header-nav ul .current_page_item a{color: var(--clr-primary); transition: all 0.5s ease-in-out;}
.fari__header-right .fari__header-nav ul .current_page_item a::before{filter: brightness(0) saturate(100%) invert(42%) sepia(86%) saturate(696%) hue-rotate(349deg) brightness(100%) contrast(99%); transition: all 0.5s ease-in-out;}




.fari__header-right .fari__header-nav ul a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  background: url('../images/header_arrow.png') no-repeat 0 0;
  width: 30px;
  height: 20px;
  background-size: 100%, 100%;
   transition: all 0.5s ease-in-out;
}

.fari__header-right .fari__header-nav ul li {
  width: 100%;
  display: block;
}

.fari__header-left ul a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #1E1E1E;
}

.fari__header-left ul a:hover {
  color: var(--clr-primary);
}

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

.fari__header.fixed-top .fari__logo img {
  height: 60px;
  transition: all 0.5s ease-in-out;
}

.fari__logo img {
  height: 70px;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}

.fari__header-right {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
  width: 40%;
}

.fari__header-right ul {
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
}

.fari__header-right ul li img {
  height: 25px;
  object-fit: contain;
}

.fari__header-wrap .navbar-toggler {
  border: none;
  padding: 0;
}

.fari__header-wrap .navbar-toggler {
  border: inherit;
  padding: 0;
  box-shadow: inherit;
  ;
  display: flex;
  flex-direction: column;
}

.fari__header-wrap .navbar-toggler .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  margin: 0;
}

.fari__header-wrap .navbar-toggler .icon-bar:nth-child(2) {
  width: 20px;
}

.fari__header-nav p {
  padding-left: 7px;
  text-transform: uppercase;
  color: #000;
}

.fari__banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fari__banner-imgwrap {
  position: relative;
  display: flex;
  width: 100%;
}

.fari__banner-img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.fari__crafted-img img {
  width: 100%;
  display: block;
  will-change: transform;
}

.fari__banner-img img {
  width: 100%;
  display: block;
  animation: imgZoom 8s ease-in-out infinite alternate;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes imgZoom {

  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }

}


.fari__media {
  overflow: hidden;
}

.fari__banner-box {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: 9;
}

.fari__banner-cont h1 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 300;
}

.fari__banner-cont h1 span {
  font-style: italic;
}

.fari__banner-cont a {
  color: #fff;
  font-size: 20px;
  width: fit-content;
  border-bottom: 1px solid #fff;
  line-height: 26px;
}

.fari__product {
  position: relative;
  width: 100%;
}

.fari__product-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;

}

.fari__product-box {
position: relative;
  height: auto;
  display: flex;
  flex-direction: column;

  width: 19%;

  gap: 0;
}

.fari__product-box:last-child {
  border-right: inherit;
}
.fari__product-cont{
  padding-top: 15px;
}
.fari__product-cont h4 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}

.fari__product-cont h4 a {
  color: #1E1E1E;
}

.fari__product-cont h4 a:hover {
  color: var(--clr-primary);
}

.fari__product-img {
  width: 100%;
  margin: 0 auto;
}
.fari__product-img img{
  width:100% ;
  object-fit: contain;
}

/* fari__crafted */
.fari__crafted {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fari__crafted-left .fari__crafted-img {
  margin-top: 20px;
}

.fari__crafted .fari__heading {
  margin-left: -10%;
  position: relative;
  z-index: 9;
}

.fari__crafted-img img {
  width: 100%;
}

.fari__crafted-mid {
  position: relative;
  margin-top: 0px;

}

.fari__crafted-mid .fari__crafted-img {
  margin-bottom: 20px;
}

.fari__crafted-mid .fari__media {
  margin-bottom: 20px;
}

.fari__crafted-mid p {
  margin-bottom: 15px;
}

.fari__crafted-mid .custom-button {
  margin-left: auto;
  width: fit-content;
  display: block;
}

.fari__crafted-left {
  margin-top: 50px;
}

.fari__crafted-right {
  height: 100%;
  align-items: end;
  display: flex;
}

.fari__ctapart {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fari__cta-imgwrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.fari__cta-imgwrap .fari__media {
  width: 100%;
  height: 100%;
}

.fari__cta-img {
  width: 50%;
  position: relative;
}

.fari__cta-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.fari__cta-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 50px 0;
  z-index: 9;
}

.fari__cta-box-wrap {
  display: flex;
  flex-wrap: wrap;

  

}

.fari__cta-box>* {
  height: 100%;
}

.fari__cta-box>* .row {
  height: 100%;
}

.fari__cta-box>* .row>* {
  height: 100%;
}

.fari__cta-box-wrap .fari__cta-box-cont:last-child {
height: auto;
    padding-left: 50px;
}

.fari__cta-box-cont a {
  color: #fff;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #fff;
}

.fari__cta-box-cont h3 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
}

.fari__cta-box-cont {
position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 50px;
}

.fari__cta-box-wrap .fari__cta-box-cont:last-child .fari__cta-box-cont a {
  margin-left: auto;
}

.fari__lacus {
  position: relative;
  width: 100%;
}

.fari__lacusleft {
  text-align: center;
  padding: 100px 0 20px;
  border: 1px solid #D9D9D9;
  border-width: 1px 0;
  height: 100%;
  position: relative;
}

.fari__lacusleft h3 {
  font-size: 80px;
  color: #1E1E1E;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.fari__lacusleft h3 span {
  font-size: 70px;
  font-weight: 300;
  font-style: italic;
}

.fari__lacusleft h6 {
  font-family: var(--ff-body);
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
  width: 75%;
  margin: 0 auto 20px;
  line-height: 30px;
}

.fari__lacusleft-img {
  width: 35%;
  margin: 0 auto 20px;
}

.fari__lacusleft-cont {
  position: relative;

  text-align: left;
}

.fari__lacusright {
  position: relative;
  width: 100%;
  height: 100%;
}

.fari__lacusright img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fari__lacusright .parallax_horizontal{
  height: 100%;
}

.fari__client-box {
  position: relative;
  height: 255px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border: 1px transparent;
}

.fari__client-slider .swiper-slide:nth-child(even) .fari__client-box {
  background: transparent;
  border: 1px solid #D9D9D9;
  border-width: 1px 0;
}

.fari__footer {
  position: relative;
  width: 100%;
  background: #212121;
  padding: 50px 0 20px;
  margin-top: 50px;
}

.fari__footer-logo {
  background: #fff;
  margin: -110px auto 30px;
  padding: 10px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 17px -4px #7b7b7b;

}

.fari__footer-logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.fari__footer-left {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 20px;
}

.fari__foot-box h4 {
  width: 100%;
  margin-bottom: 25px;
  font-size: 28px;
  color: #fff;
}

.fari__footer-left ul {
  width: 50%;
}

.fari__footer-left ul a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

.fari__footer-left ul li {
  margin-bottom: 20px;
}

.fari__footer-left ul li:last-child {
  margin-bottom: 0;
}

.fari__footer-left ul a:hover {
  color: var(--clr-primary);
}

.fari__footer-mid h4 {
  font-weight: 400;
  color: #BCBCBC;
  text-align: center;
}

.fari__footer-mid h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 400;
}

.fari__footer-mid {
  padding: 0 35px;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fari__footer-mid .wpcf7-spinner {
  position: absolute;
  top: 0;
}

.fari__footer-mid .wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0;

  color: #fff;
  font-size: 14px;
  padding: 5px;
  border-color: #fff !important;
}


.fari__footer-mid form {
  position: relative;
  width: 100%;
}

.fari__footer-mid .form-control {
  color: #000;
  background: #fff;
  height: 55px;
  padding: 12px 120px 12px 12px;
  border-radius: 0;

}

.fari__footer-mid .submit__btn {
  padding: 10px 20px;
  color: #fff;
  background: var(--clr-primary);
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  position: absolute;
  right: 7px;
  top: 4px;
}

.fari__footer-right {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.fari__footer-contact {
  width: 55%;
}

.fari__footer-socail {
  width: 42%;
}

.fari__footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.fari__footer-contact li span {

  width: 30px;
}

.fari__footer-contact li a {
  flex: 1;
  color: #fff;
}

.fari__footer-contact li p {
  flex: 1;
  color: #fff;
}

.fari__footer-contact li:last-child {
  margin-bottom: 0;
}

.fari__footer-contact li a:hover {
  color: var(--clr-primary);
}

.fari__footer-socail ul {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.fari__footer-socail ul a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}

.fari__footer-socail ul a:hover {
  background: var(--clr-primary);
  transition: all 0.5s ease-in-out;
}
.fari__footer-socail ul a img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(3417%) hue-rotate(48deg) brightness(102%) contrast(100%);
  width: 24px;
}

.fari__footer-socail ul a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(27deg) brightness(105%) contrast(102%);
  transition: all 0.5s ease-in-out;
}

.fari__footer-buttom {
  padding: 20px 0 0;
  border-top: 1px solid #fff;
  text-align: center;
  margin-top: 35px;
}

.fari__footer-buttom p {
  color: #fff;
}

.fari__footer-buttom p a {
  color: #fff;
}

/* fari__inner-banner */
.fari__inner-banner {
  position: relative;
  width: 100%;
}

.fari__innerbanner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

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

.fari__inner-banner-cont {
  position: relative;
  z-index: 9;
}

.fari__inner-banner-right {
  padding: 50px 0 0 20px;
}

.fari__inner-banner-right p {
  margin-bottom: 20px;
}

.fari__banner-right-imgwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.fari__banner-right-imgwrap .fari__media {
  width: 32%;
}

.fari__inner-banner-cont h1 {
  font-size: 55px;
  line-height: 60px;
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
  font-weight: 300;
}

.fari__inner-banner-cont .breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.fari__inner-banner-cont .breadcrumb li {
  position: relative;
  padding-right: 20px;
  font-size: 20px;
  color: #fff;
}

.fari__inner-banner-cont .breadcrumb li:last-child {
  padding-right: 0;

}

.fari__inner-banner-cont .breadcrumb li a {
  color: #fff;
}

.fari__inner-banner-cont .breadcrumb li a:hover {
  color: var(--clr-primary);
  transition: all 0.5s ease-in-out;
}

.fari__inner-banner-cont .breadcrumb li:last-child::before {
  display: none;
}

.fari__inner-banner-cont .breadcrumb li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  content: '';
  background: #fff;
  font-size: 20px;
  width: 20px;
  height: 2px;
  z-index: 9;
}

.fari__innerbanner-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(189.45deg, rgba(0, 0, 0, 0) 75.6%, rgba(0, 0, 0, 0.6) 87.84%);
  z-index: 1;
  content: '';
}

.fari__ethical {
  position: relative;
  margin-top: 50px;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

.fari__ethical .fari__content {
  width: 70%;
  margin: 0 auto;
}

.fari__ethical .fari__content p {
  width: 80%;
  margin: 0 auto;
}

.fari__ethical-box {
  position: relative;
  width: 100%;
}

.fari__ethical-box img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/* .fari__ethical-slider .swiper-slide {
  width: 55%;
  transition: all 0.5s ease;
  opacity: 0.4;
  transform: scale(0.85);
  transition: all 0.5s ease-in-out;
}


.fari__ethical-slider .swiper-slide-active {
  opacity: 1;
  transform: scaleX(1);
 
}
.fari__ethical-slider .swiper-slide-active img{
 clip-path: inset(10% 0 10% 0); transition: all 0.5s ease-in-out;
}

.fari__ethical-slider .swiper-slide-prev,
.fari__ethical-slider .swiper-slide-next {
  opacity: 0.6;
  transform: scaleX(0.9);
} */



.fari__ethical-box h6 {
  color: rgb(30, 30, 30);
  font-size: 24px;
  margin-top:12px;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

/* .fari__ethical-slider .swiper-slide-active .fari__ethical-box h6 {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

 */
.fari__ethical-slider {
  margin-top: 30px;
}
.fari__respo .fari__heading h2 em {
  display: block !important;
  font-size: 100px;
  line-height: 100px;
}

.fari__respo .fari__heading {
  margin-bottom: 40px;
}

.fari__respo-left {
  position: relative;
  width: 100%;
  height: 100%;
}

.fari__respo-left .fari__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fari__respo .fari__media span {
  padding: 10px 15px;
  width: 95%;
  color: rgba(93, 93, 93, 1);
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
}

.fari__respo .fari__media {
  position: relative;
  height: 100%;
}

.fari__respo .fari__media img {
  width: 100%;
  height: 100%;
}

.fari__respo-right {
  position: relative;
}

.fari__respo-right .fari__content {
  margin-bottom: 50px;
}

.fari__respo-right-imgwrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.fari__respo-right-imgwrap .fari__media {
  width: 48.5%;
}

.fari__counter-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(217, 217, 217, 1);
  gap: 0 20px;
  justify-content: center;

}

.fari__counter-box {
  position: relative;
  width: 48%;
  height: 320px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}

.fari__counter-wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  content: '';
  background: rgba(217, 217, 217, 1);
  width: 1px;
}

.fari__counter-box p {
  color: rgba(93, 93, 93, 1);
}

.fari__counter-box h3 {
  color: rgba(30, 30, 30, 1);
  font-size: 130px;
  margin-left: auto;
  width: fit-content;
  line-height: 1;
}

.fari__brand-img {
  position: relative;
  width: 100%;
}

.fari__brand-img img {
  width: 100%;
}

.fari__brand-wrap {
  position: relative;
  width: 100%;
  text-align: center;

}

.fari__brand-box {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.fari__brand-box-img {
  width: 70%;
  border: 10px solid #fff;
  margin: -45% auto 25px;
}

.fari__brand-box-img img {
  width: 100%;
}

.fari__brand-box .fari__content {
  margin-bottom: 50px;
}

.fari__contact-form {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.fari__contact-form label {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  color: #5D5D5D;
  display: block;
  margin-bottom: 10px;
}

.fari__contact-form .form-control {
  background: transparent;
  border: 1px solid #989898;
  padding: 12px;
  border-radius: 0;
  font-size: 18px;
  color: #000;
  outline: none;
  font-family: var(--ff-body);
  margin-bottom: 20px;
}

.fari__contact-form textarea.form-control {
  height: 120px;
  resize: none;
}

.fari__contact {
  position: relative;
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

.fari__contact-wrap {
  padding-top: 30px;
  position: relative;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.fari__contact-box {
  position: relative;
  background: #F4F4F4;
  border: 1px solid #D9D9D9;
  border-width: 0;
  width: 23.5%;
  padding: 30px;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
}

.fari__contact-box:nth-child(even) {
  background: transparent;
  border-width: 1px 0;
}

.fari__contact-box span {
  margin: 0 auto 15px;
  width: fit-content;
  display: block;
}

.fari__contact-box span img {
  height: 80px;
  object-fit: contain;

}

.fari__contact-box p {
  color: #5D5D5D;
}

.fari__contact-box p a {
  color: #5D5D5D;
}

.fari__map .fari__heading {
  width: 42%;
  margin: 0 auto 35px;
}

.fari__map-box {
  position: relative;
  width: 100%;
}

.fari__map-box iframe {
  width: 100%;
  height: 450px;
}


.fari__service-slider {
  padding: 20px 10px 40px;
}

.service-card {
  background: #ffffff;
  padding: 0 20px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  transition: 0.3s;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}

.service-card:hover {
  transform: translateY(-8px);
}

/* Icon */
.service-icon {
  width: 100%;
}

.service-icon span img {
  height: 100%;
  height: 100%;
  object-fit: contain;
}

/* Title */
.service-card h4 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
}

.service-card p {
  color: #666;
  line-height: 1.6;
  display: none;
}

.fari__precision-heading-one .fari__heading h2 {
  font-size: 200px;
  text-align: center;
  line-height: 1;
}

.fari__precision-heading-one {
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}

.fari__precision-mainbox {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 40px;
}

.fari__precision-heading {
  width: 80%;
  margin: 0 auto;
}

.fari__precision-imgbox {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fari__timeless {
  border-top: 1px solid #D9D9D9;
  margin-top: 100px;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fari__timeless-heading {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.fari__differnce-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fari__differnce-mainbox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.fari__differnce-mainbox .fari__heading h2 {
  color: #fff;
  margin-bottom: 25px;
}

.fari__differnce {
  padding-left: 20px;
  padding-right: 20px;
}

.fari__defines {
  padding: 150px 0 100px 0;
}

.fari__defines-box {
  display: flex;
  gap: 15px;
}

.fari__defines-item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1111;
  overflow: hidden;
}

.fari__defines-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: .3s ease-in-out;
}

.fari__defines-wrap {
  border: 1px solid #D9D9D9;
  padding: 0 24px 24px;
  background-color: #fff;
}

.fari__defines-wrap .fari__heading {
  margin-bottom: 25px;
  margin-top: -50px;
  background-color: #fff;
}

.fari__defines::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  top: 50%;
  text-transform: translateY(-50%);
  z-index: -1;

}

.fari__defines-item .fari__defines-item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0 0 20px 0;
  color: #fff;
}

.fari__defines-item:hover.fari__defines-item img {
  transform: scale(1.1);
}

.fari__defines-item-content p,
.fari__defines-item-content a {
  color: #fff;
	text-align:center;
	line-height:24px;
}

.fari__metails-right-box {
  display: flex;
}

.fari__metails-right-item-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.fari__metails-right-item-img {
  width: fit-content;
  margin-left: auto;
  margin-top: 100px;
}

.fari__metails-right-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  transition: .3s ease-in-out;
  width: 100%;
}

.fari__metails-right-item:hover {
  background-color: var(--clr-primary);
}

.fari__metails-right-itemp {
  transition: .3s ease-in-out;
}

.fari__metails-right-item:hover p {
  color: #fff;
}

.fari__metails-right-item:hover h3 {
  color: #fff;
}

.fari__metails-heading .fari__heading h2 {
  width: 50%;
  margin-bottom: 16px;
}

.fari__metails-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: sticky;
  top: 100px;
}

.fari__metails-right .fari__metails-right-box {
  border-top: 1px solid #D9D9D9;
  position: sticky;
  top: 100px;
  background-color: #fff;
}

.fari__metails-right .fari__metails-right-box .fari__metails-right-item:nth-child(odd) {
  border-right: 1px solid #D9D9D9;
}

.fari__metails-right .fari__metails-right-box:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.fari__metails-right-item h3 {
  color: #000;
  font-weight: 300;
  transition: .3s ease-in-out;
}




/* testimonial  */
.fari__review {
  border-top: 1px solid #D9D9D9;
  margin-top: 100px;
}

.fari__review-card {
  background: #f6f6f6;
  padding: 28px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px
}

.fari__review-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fari__review-content p {
  color: #1e1e1e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fari__review-name {
  padding-top: 20px;
  border-top: 1px dashed #454444;
}

.fari__review {
  font-size: 14px;
  color: #333333;
  line-height: 1.75;
}

.card-stars .star {
  color: #e8a020;
  font-size: 20px;
  line-height: 1;
}

.card-stars {
  display: flex;
}

.card-stars p {
  font-size: 24px;
  margin-left: 8px;
}

.fari__review-name {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fari__review-name h5 {
  font-weight: 400;
  font-size: 28px;
}

.card-divider {
  border: none;
  border-top: 1px dashed #c8c8c8;
}

.fari__differnce-v2 .fari__heading h2 {
  color: #1e1e1e;
}

.fari__differnce-v2 .fari__heading p {
  margin-bottom: 24px;
}

.fari__btn {
  display: inline-block;
}

.fari__testi-left {
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  height: 100%;
}

.fari__testi-touch {
  margin-bottom: 150px;
}

.contact-form-wrapper form .form-label {
  font-size: 18px;
  font-weight: 300;
  color: #5d5d5d;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-form-wrapper form .form-group {
  margin-bottom: 20px;
}

.contact-form-wrapper form .form-control {
  border: 1px solid #cfcfcf;
  border-radius: 0;
  height: 55px;
  font-size: 16px;
}

.contact-form-wrapper form .form-control::placeholder {
  color: #999;
}

.contact-form-wrapper form textarea.form-control {
  height: 140px;
  resize: none;
}

.contact-form-wrapper form .send-btn {
  background: #e55a1c;
  color: #fff;
  border: none;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}

.contact-form-wrapper form .send-btn:hover {
  background: #c94a12;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}


/* about page */
.fari__modern-left {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  padding: 30px 30px 30px 0;
  border-width: 1px 0;
}

.fari__modern-left p {
  margin-bottom: 15px;
}

.fari__modern-left .custom-button {
  width: fit-content;
}

.fari__modern-left .fari__heading {
  width: 80%;
}

.fari__vision-wrap {
  position: relative;
  padding: 60px 0 30px;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
}

.fari__vision .fari__heading {
  background: #fff;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 20px;
}

.fari__vision-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  content: '';
}

.fari__vision-box:first-child:before {
  display: none;
}

.fari__vision-box {
  width: 33.33%;
  padding: 0 30px;
  position: relative;
}

.fari__vision-img {
  width: 100%;

}

.fari__vision-img img {
  width: 100%;
}

.fari__vision-text {
  position: relative;
  padding: 20px 20px 0;
  text-align: center;
}

.fari__vision-box p {
  text-align: justify;
}

.fari__vision-text h5 {
  font-size: 30px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 10px;
  font-weight: 300;
}

.fari__vision-box .fari__content p {
  margin-bottom: 15px;
}

.fari__vision-box .fari__content p:last-child {
  margin-bottom: 0;
}

.fari__milestones-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D9D9D9;

}

.fari__milestones-box {
  position: relative;
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #D9D9D9;
  border-width: 0 0 1px 1px;
}

.fari__milestones-box span {
  display: block;
  font-style: italic;
  font-size: 60px;
  color: var(--clr-primary);
  margin-bottom: 50px;
  line-height: 1;
}

.fari__milestones-box p {
  margin-bottom: 20px;
  height: 56px;
  overflow: hidden;
}

.fari__milestones-box img {
  width: 100%;
}

.fari__collection {
  position: relative;
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

.fari__collection .fari__heading {
  position: relative;
  width: 75%;
  margin: 0 auto 30px;
}

.fari__collection-wrap {
  position: relative;
  width: 100%;
  padding-top: 30px;
}

.fari__collection-wrap .product-tabs {
  display: flex;
  width: fit-content;
  margin: 0 auto 20px;
  gap: 60px;
  border: none;
  position: relative;
}

.fari__collection-wrap .nav-link {
  position: relative;
  padding: 10px 20px;
  border: 1px solid rgba(74, 74, 74, 1);
  color: rgba(74, 74, 74, 1);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
}

.fari__collection-wrap .nav-link:focus,
.fari__collection-wrap .nav-link:hover,
.fari__collection-wrap .nav-link.active {
  isolation: isolate;
  border-color: rgba(234, 105, 14, 1);
  background: rgba(234, 105, 14, 1);
  color: #fff;
}

.fari__collection-wrap .product-tabs li:nth-child(even) {
  margin-top: 90px;
}

.fari__collection-wrap .product-tabs::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: rgba(217, 217, 217, 1);
  content: '';
}

.fari__collection-wrap .nav-link::before {
  width: 15px;
  height: 15px;
  background: rgba(217, 217, 217, 1);
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}

.fari__collection-wrap .product-tabs li:nth-child(even) .nav-link::before {
  top: inherit;
  bottom: 60px;
}

.fari__collection-wrap .nav-link.active::before {
  background: rgba(234, 105, 14, 1);
}

.fari__collection-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fari__collection-box img {
  width: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.fari__collection-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}



.fari__collection-box h4 a {
  color: rgba(255, 255, 255, 1);
  transition:  0.4s ease-in-out;

}

.fari__collection-box:hover h4 a {
  color: var(--clr-primary);
 transition:  0.4s ease-in-out;
}

.fari__collection-box h4 {
  font-size: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  text-align: center;
  transition:  0.4s ease-in-out;
  width: 100%;
  text-transform: capitalize;
  z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}



.fari__product-contact-left {
  position: relative;
  padding: 50px 0;
  border: 1px solid rgba(217, 217, 217, 1);
  border-width: 1px 0;
}

.fari__leather-wrap .fari__collection-box::before {
  display: none;
}

.fari__leather {
  position: relative;
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

.fari__leather-categories {
  position: sticky;
  width: 100%;
  padding: 25px;
  border: 1px solid rgba(217, 217, 217, 1);
  top: 120px;
}

.fari__leather-categories h4 {
  font-size: 34px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.fari__leather-categories li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 20px;
}

.fari__leather-categories li a {
  color: rgba(74, 74, 74, 1);
  font-size: 20px;
  text-transform: uppercase;

}

.fari__leather-categories li a:hover {
  color: var(--clr-primary);
}

.fari__leather-categories li::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background: var(--clr-primary);
  content: '';
}

.fari__interested {
  position: relative;
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid rgba(217, 217, 217, 1);
}

.fari__interested-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.fari__interested-img {
  width: 48%;
  overflow: hidden;
}

.fari__interested-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.fari__interested-img:hover img {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.fari__interested .fari__content p {
  margin-bottom: 20px;
}

.fari__header-nav .offcanvas {
  width: 480px !important;
}

/* .fari__header-nav .offcanvas-header{
  border-bottom: 1px solid #D9D9D9;
} */

.custom__close {
  position: absolute;
  z-index: 999;
  top: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  background-color: transparent;
  border: none;
}

.icon-cross {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

.icon-cross span {
  position: absolute;
  display: block;
  background: var(--clr-primary);
  transition: all 0.75s cubic-bezier(0.3, 0.1, 0.3, 1);
}

.icon-cross span:nth-child(1) {
  width: 3px;
  height: 0;
  top: 25%;
  left: calc(50% - 1px);
  transition-delay: 0s;
  border-radius: 50px;
}

.icon-cross span:nth-child(2) {
  width: 0;
  height: 3px;
  left: 25%;
  top: calc(50% - 1px);
  transition-delay: 0.25s;
  border-radius: 50px;
}

.show .icon-cross span:nth-child(1) {
  height: 50%;
  transition-delay: 0.325s;
}

.show .icon-cross span:nth-child(2) {
  width: 50%;
  transition-delay: 0.025s;
}

.fari__review-heading .fari__heading {
  width: 90%;
  margin: 0 auto 25px;
}

.fari__testi-right {
  position: relative;
  height: 100%;
}

.fari__testi-right img {
  object-fit: cover;
  height: 100%;
}

.fari__collection-catagory {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.fari__collection-catagory .fari__collection-box {
  width: 32.5%;
}

.fari__collection-catagory .fari__collection-box:first-child {
  width: 49%;
}

.fari__collection-catagory .fari__collection-box:nth-child(2) {
  width: 49%;
}

.fari__popup .fari__contact-form {
  margin-top: 0;
}

.fari__popup .modal-header h5 {
  color: #000;
  font-weight: 300;
  font-size: 30px;
}

.ari__product-contact-right {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ari__product-contact-right img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.ari__product-contact-right:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.fari__related-product .fari__collection-box h4 {
  font-size: 25px;
}

.fari__differnce-heading {
  width: 60%;
}
.four_zero_four_bg{width: 70%; margin: 0 auto;}
