* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "futuralightbt";
  src: url("../fonts/futuralightbt_0.eot");
  src: url("../fonts/futuralightbt_0.eot") format("embedded-opentype"),
    url("../fonts/futuralightbt_0.woff2") format("woff2"),
    url("../fonts/futuralightbt_0.woff") format("woff"),
    url("../fonts/futuralightbt_0.ttf") format("truetype"),
    url("../fonts/futuralightbt_0.svg#futuralightbt_0") format("svg");
}
@font-face {
  font-family: "FuturaHeavyfont";
  src: url("../fonts/FuturaHeavyfont_0.eot");
  src: url("../fonts/FuturaHeavyfont_0.eot") format("embedded-opentype"),
    url("../fonts/FuturaHeavyfont_0.woff2") format("woff2"),
    url("../fonts/FuturaHeavyfont_0.woff") format("woff"),
    url("../fonts/FuturaHeavyfont_0.ttf") format("truetype"),
    url("../fonts/FuturaHeavyfont_0.svg#FuturaHeavyfont_0") format("svg");
}
@font-face {
  font-family: "FuturaBookfont";
  src: url("../fonts/FuturaBookfont_0.eot");
  src: url("../fonts/FuturaBookfont_0.eot") format("embedded-opentype"),
    url("../fonts/FuturaBookfont_0.woff2") format("woff2"),
    url("../fonts/FuturaBookfont_0.woff") format("woff"),
    url("../fonts/FuturaBookfont_0.ttf") format("truetype"),
    url("../fonts/FuturaBookfont_0.svg#FuturaBookfont_0") format("svg");
}
@font-face {
  font-family: "Vincentia";
  src: url("../fonts/Vincentia.eot");
  src: url("../fonts/Vincentia.eot") format("embedded-opentype"),
    url("../fonts/Vincentia.woff2") format("woff2"),
    url("../fonts/Vincentia.woff") format("woff"),
    url("../fonts/Vincentia.ttf") format("truetype"),
    url("../fonts/Vincentia.svg#Vincentia") format("svg");
}
html {
  scroll-behavior: smooth;
}
body {
  color: #000000;
  font-family: "FuturaBookfont";
}
.text-black {
  color: #000000;
}
.text-l-black {
  color: #171f21;
}
.text-marrone {
  color: #b56769;
}
.text-red {
  color: #fe2d45;
}
.text-white {
  color: #ffffff;
}
/*==header-start==*/
header .nav-link {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "FuturaHeavyfont";
  padding: 0px 27px !important;
}
header .nav-item:last-child .nav-link {
  padding-right: 0px !important;
  position: relative;
}
header .nav-link:hover,
header .nav-link:focus {
  color: #b56769;
}
.nav-item {
  position: relative;
}
.navbar {
  padding: 20px 0px;
}
.navbar-toggler{
  color: #000000 !important;
}
/*==header-end==*/
/*==slider-start==*/
.slider-image img,
.banner .owl-carousel .owl-item img {
  background-color: #f6f6f6;
  object-fit: cover;
}
.slider-image .row {
  min-height: calc(100vh - 105px);
}
.slider-content img {
  width: auto !important;
  margin-bottom: 60px;
}
.slider-content h1 {
  font-size: 150px;
  font-family: "Vidaloka", serif;
  line-height: 150px;
}
.slider-content h2 {
  font-size: 150px;
  font-family: "Vincentia";
  line-height: 150px;
  margin-top: -58px;
  margin-left: 167px;
  text-transform: capitalize;
}
.slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#slider .owl-nav i {
  font-size: 30px;
  margin: 0;
  color: #000000;
  line-height: 50px;
}
#slider .owl-nav .owl-prev {
  left: 0px;
  right: auto;
  top: auto;
  bottom: 40px;
  position: absolute;
}
#slider .owl-nav .owl-next {
  left: 50px;
  right: auto;
  top: auto;
  bottom: 90px;
  position: absolute;
}
#slider .owl-nav [class*="owl-"] {
  font-size: 29px;
  background: #ffffff;
  border-radius: 0;
  height: 50px;
  width: 50px;
  padding: 10px 20px;
}
#slider .owl-nav [class*="owl-"]:hover {
  background-color: #b56769;
}
#slider .owl-nav [class*="owl-"]:hover i {
  color: #ffffff;
}
#slider .owl-nav.container {
  position: relative;
  margin-top: 0px;
}
/*==slider-end==*/
/*==portfoliyo-start==*/

/*==portfoliyo-end==*/
/*==hover-effect-start==*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 30px;
  font-family: "FuturaBookfont";
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-family: "FuturaBookfont";
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #000000;
  margin-top: 90px;
}
.hovereffect a.info:hover,
.hovereffect a.info:focus {
  background-color: #000000;
  color: #ffffff;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.info1 {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}
.portfoliyo {
  margin-top: 10px;
}
/*==hover-effect-end==*/
/*==product-carousel-start==*/
.product {
  margin-top: 75px;
  margin-bottom: 42px;
}
.product-img {
  height: 266px;
  display: flex;
  overflow: hidden;
}
.product-img h4 {
  font-size: 20px;
  font-family: "FuturaBookfont";
}
.product-thumb .col-pad,
.contactus .col-pad {
  padding: 0px 5px;
}
.product-thumb .row-mar,
.contactus .row-mar {
  margin-left: -5px;
  margin-right: -5px;
}
.product-thumb {
  -webkit-transform: translatey(80px);
  -ms-transform: translatey(80px);
  transform: translatey(80px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*
	-webkit-transition: opacity .2s 0s,visibility 0s .2s;
-moz-transition: opacity .2s 0s,visibility 0s .2s;
transition: opacity .2s 0s,visibility 0s .2s;
*/
  opacity: 0;
  padding: 10px;
}
.product-part:hover .product-thumb {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
  cursor: pointer;
}
.product-part {
  margin: 10px;
  overflow: hidden;
}
.product-part:hover {
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.product-carousel .owl-nav [class*="owl-"] {
  padding: 0;
  background: #fff;
  cursor: pointer;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  margin: 0;
  border: 1px solid #ccc !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #b56769;
  border: 1px solid #b56769 !important;
  transition: none;
}
.product-carousel .owl-nav [class*="owl-"]:hover i {
  color: #ffffff;
}
.product-carousel .owl-prev i,
.product-carousel .owl-next i {
  font-size: 26px;
  margin: 0 auto;
  color: #000000;
}
.product-carousel .owl-prev {
  left: 0px;
}
.product-carousel .owl-next {
  right: 0px;
}
.viewall-btn {
  border: 1px solid #000000;
  font-size: 20px;
  font-family: "FuturaBookfont";
  width: 165px;
  height: 55px;
  padding: 0;
  line-height: 55px;
  background-color: transparent;
  border-radius: 0px;
  text-align: left;
  padding: 0px 15px;
  background-image: url(../img/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center 15px right;
  background-position: center right 15px;
  margin: 40px 0px;
}
.product-carousel {
  padding: 0px 60px;
}
/*==product-carousel-end==*/
/*==showbanner-start==*/
.show-banner {
  background-image: url(../img/show-banner.png);
  background-repeat: no-repeat;
  background-position: left top 68px;
  height: 500px;
  background-color: #f4f4f4;
}
.show-banner img {
  opacity: 0.5;
  position: absolute;
  top: 65px;
  right: 55px;
  width: 300px;
  object-fit: contain;
}
/*==showbanner-end==*/
/*==about-us-start==*/
.title {
  font-size: 40px;
  font-family: "FuturaBookfont";
  margin-bottom: 28px;
}
.about-us p {
  font-size: 20px;
  font-family: "FuturaBookfont";
  margin-bottom: 40px;
}
.about-us p:last-child {
  margin-bottom: 0px;
}
.about-content {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background-color: #ffffff;
}
.about-us {
  margin-top: -160px;
  margin-bottom: 60px;
}
/*==about-us-end==*/
/*==contact-start==*/
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.contactus input.form-control,
footer input.form-control {
  border: 1px solid #ccc;
  height: 60px;
  border-radius: 0px;
  padding: 0px 29px;
  font-size: 18px;
  color: #000000;
}
.contactus textarea {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 15px 29px;
}
.contactus .form-group {
  margin-bottom: 18px;
}
.submit-btn {
  background-color: transparent;
  font-size: 20px;
  border: 1px solid #000000;
  height: 60px;
  width: 200px;
  border-radius: 0px;
  text-transform: uppercase;
  line-height: 60px;
  padding: 0;
  color: #000000 !important;
  -webkit-appearance: none;
}
html [type="button"] {
  -webkit-appearance: none;
}
.contactus form {
  margin-top: 25px;
}
/*==contact-end==*/
/*==footer-start==*/
footer {
  margin-top: 60px;
}
hr {
  border-color: #ccc;
}
.footer-mar {
  margin: 25px -50px;
}
footer .list-group-item {
  border: none;
  padding: 0px;
}
footer .info-link .list-group-item a {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 18px;
}
.info-link {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}
.address-part img {
  margin-right: 18px;
  float: left;
}
.address-part a,
.address-part span {
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
}
.address-part span {
  float: left;
}
.newsletter label,
.social-icon label {
  font-size: 20px;
  margin-bottom: 15px;
}
.input-group-text {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0px;
}
.social-icon i {
  color: #000000;
  font-size: 30px;
  margin-right: 55px;
}
.social-icon li::last-child i {
  margin-right: 0px;
}
.address-part li:last-child span,
.info-link li:last-child a {
  margin-bottom: 0px;
}
.newsletter {
  margin-bottom: 50px;
}
.footer-bottom p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 25px 0px;
}
/*==footer-end==*/
.viewall-btn:hover {
  background-image: url(../img/right-arrow-hover.png);
}
.submit-btn:hover,
.viewall-btn:hover,
.input-group-text:hover {
  background-color: #b56769;
  border-color: #b56769;
  color: #ffffff;
  cursor: pointer;
}
.social-icon i:hover,
footer .info-link .list-group-item a:hover {
  color: #b56769;
  text-decoration: none;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}
/*==serch-box-start==*/
.search-box {
  height: 40px;
  line-height: 30px;
  background: #000000;
  position: absolute;
  top: 43px;
  right: -5px;
  width: 300px;
  height: 54px;
  line-height: 40px;
  z-index: 99;
  border-top: 2px solid #000000;
  display: none;
}
.search-box::before {
  top: -18px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #000000;
  content: "";
  position: absolute;
  right: 0;
}
.search-box input[type="text"] {
  width: 75%;
  padding: 5px 10px;
  margin-left: 0px;
  border: 1px solid #000000;
  outline: none;
}
.search-box input[type="button"] {
  width: 25%;
  padding: 5px 0;
  background: #000000;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #000000;
  outline: none;
  cursor: pointer;
}
/*==serch-box-end==*/
/*==product-detailpage-start==*/
.back-btn {
  background-image: url(../img/left-arrow.png);
  background-position: center left 25px;
}
.share-btn,
.back-btn {
  background-color: #f6f6f6;
  width: 145px;
  height: 51px;
  padding: 0px 25px;
  text-transform: uppercase;
  text-align: right;
  border-radius: 0px;
  background-repeat: no-repeat;
}
.share-btn {
  background-image: url(../img/share.png);
  text-align: left;
  background-position: center right 25px;
}
.share-btn:hover {
  background-image: url(../img/share-hover.png);
  background-color: #b56769;
  color: #ffffff;
}
.back-btn:hover {
  background-image: url(../img/left-arrow-hover.png);
  background-color: #b56769;
  color: #ffffff;
}
.product-detailpage-btnpart {
  margin: 25px 0px;
}
.product-detailpart h3 {
  font-size: 30px;
}
/*==product-detailpage-end==*/
/*==men-page-start==*/
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.gallery-img-wrapper {
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  padding-bottom: 122%;
}
.gallery-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-img-wrapper:hover img {
  scale: 1.1;
}
/*==men-page-end==*/

/*  */
.footer-links-wrapper {
  grid-template-columns: 1fr 1fr;
}
.d-grid {
  display: grid;
}
.social-icon-footer {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.social-icon-footer i {
  color: #000000;
  font-size: 30px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.social-icon-footer i:hover {
  color: #b56769;
  text-decoration: none;
}
.me-0 {
  margin-left: 0;
}
.address-part {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
/*  */
