@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto Condensed", sans-serif;
}
.logo img {
    width: 170px;
}
.spec-main {
    background-color: #af8a59;
    padding: 75px 0px 75px;
}
.spec-main ul {
    display: flex;
    justify-content: space-between;
}
.spec-main ul .inner-spec {
    text-align: center;
}
.spec-main ul .inner-spec .d-flex {
    justify-content: center;
}
.spec-main ul .inner-spec span {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    padding: 10px 0 0 0;
    display: block;
    line-height: 1;
}
.spec-main ul .inner-spec span {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    padding: 10px 0 0 0;
    display: block;
    line-height: 1;
}
.spec-main ul .inner-spec p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.news-wrapper{
    padding:50px 0px 0;
}
.news-wrapper .heading {
    text-align: center;
        font-size: 36px;
    color: #030329;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
}
.news-card .news-thumb {
    overflow: hidden;
}
.news-card .news-thumb img {
    width: 100%;
    transition: 0.45s;
}
.news-card .news-date {
    padding: 10px 30px;
    border: 1px solid #dfdfdf;
}
.news-card .news-date span img {
    margin-right: 10px;
}
.news-card .news-date span.date {
    font-size: 14px;
    color: #1d1f52;
    font-weight: bold;
}
.news-card .news-content {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 30px;
}
.news-card .news-content h3 {
    font-size: 20px;
    color: #101010;
    margin-bottom: 15px;
    font-weight: bold;
}
.news-card .news-content p {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 25px;
}
.news-card:hover .news-thumb img {
    transform: scale(1.1);
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #7c7d8c;
}
.main-menu ul li .submenu li{
  position: relative;
}
.main-menu ul li .submenu ul {
  position: absolute;
  left: 250px;
  background: #000;
  width: 100%;
  top: 0;
  display:none;
}
.main-menu ul li .submenu li.second:hover ul{
  display:block;
}
.main-menu ul li .submenu li:hover ul {
  display: block;
}
.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.sidenav a.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  color: #000;
  text-decoration: none;
  background: #c69d65;
  padding: 0 10px;
  height: 40px;
  line-height: 35px;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul li {
  list-style-type: none;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}
.sidenav .submenu {
  display: none;
}
.sidenav .submenu.active {
  display: block;
}

.sidenav ul li ul.submenu.active li a {
  text-transform: capitalize;
}

.sidenav ul li ul.submenu.active {
  padding-left: 20px;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.top-header {
  background-color: #000;
  padding: 5px 0px;
}
.top-header .row {
  align-items: center;
}

.mail-section ul li {
  display: inline-block;
}
.mail-section ul li a {
  font-size: 14px;
  color: #c69d65;
}
.mail-section ul li span {
  font-size: 14px;
  color: #fff;
}
.mail-section ul li:first-child {
  margin-right: 10px;
}

.container-fluid {
  padding: 0 30px;
}

.slug p {
  color: #fff;
  text-align: center;
  margin: 0;
}

.top-menu {
  text-align: right;
}
.top-menu ul li {
  display: inline-block;
}
.top-menu ul li a {
  padding: 3px 10px;
  display: block;
  color: #fff;
}
.top-menu ul li a:hover {
  background: #c69d65;
}

.down-header {
  padding: 5px 0px;
}
.down-header .row {
  align-items: center;
}
.down-header .main-menu {
  text-align: center;
}
.down-header .main-menu ul li {
  display: inline-block;
  position: relative;
  line-height: 50px;
  padding: 0 10px;
}
.down-header .main-menu ul li a {
  font-size: 20px;
  color: #030303;
  text-transform: uppercase;
  padding: 0 0px;
  position: relative;
  font-weight: bold;
}
.down-header .main-menu ul li a::after {
  position: absolute;
  content: "";
  background-color: #c69d65;
  width: 0%;
  left: 0;
  bottom: -30px;
  height: 3px;
  transition: 0.45s;
}
.down-header .main-menu ul li a:hover::after {
  width: 100%;
}
.down-header .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  background-color: #000;
  width: 250px;
  z-index: 9;
  top: 35px;
  color: #fff;
  display: none;
}
.down-header .main-menu ul li .submenu li {
  width: 100%;
  line-height: 0;
}
.down-header .main-menu ul li .submenu li a {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: left;
  line-height: 35px;
}
.down-header .main-menu ul li .submenu li a:hover {
  color: #c69d65;
}
.down-header .main-menu ul li .submenu li a:hover::after {
  width: 0;
}
.down-header .main-menu ul li .submenu li:last-child a {
  border-bottom: none;
}
.down-header .main-menu ul li:hover .submenu {
  display: block;
}

.basket-icon {
  text-align: right;
}
.basket-icon ul {
  display: flex;
  justify-content: flex-end;
}
.basket-icon ul li {
  display: inline-block;
}
.basket-icon ul li a {
  display: flex;
}
.basket-icon ul li a span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  border: 1px solid;
  text-align: center;
  color: #000;
}
.basket-icon ul li a .cart {
  background-color: #c69d65;
  border-color: #c69d65;
  color: #fff;
}
.basket-icon ul li a .count {
  border-color: #ddd;
}
.basket-icon ul .destop-none {
  display: none;
}
.basket-icon ul .destop-none a{
     color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    border: 1px solid;
    text-align: center;
}
.basket-icon .search-bar {
  margin-right: 10px;
  border: 1px solid #ddd;
}
.basket-icon .search-bar form {
  display: flex;
}
.basket-icon .search-bar form input {
  border: none;
  padding: 0 20px;
  color: #524e4e;
  font-size: 13px;
  font-style: italic;
  height: 33px;
  line-height: 33px;
}
.basket-icon .search-bar form input:focus {
  outline: none;
}
.basket-icon .search-bar form button {
  color: #fff;
  border: none;
  background-color: #000;
  height: 35px;
  line-height: 33px;
  padding: 0 12px;
}

.category-item {
  padding: 0 10px;
}
.category-item img {
  width: 100%;
}
.category-item .category-wrap {
  position: relative;
  overflow: hidden;
}
.category-item .category-wrap .cate-name {
  position: absolute;
  bottom: -150px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.45s;
}
.category-item .category-wrap .cate-name h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  background-color: #af8a59;
  padding: 10px 0 30px;
}
.category-item .category-wrap .cate-name span {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  background: #000;
  padding: 10px 25px;
  border-radius: 50px;
  position: relative;
  left: 50%;
  text-align: center;
  margin: 0 auto;
  transform: translateX(-50%);
  bottom: 25px;
  border: 1px solid #fff;
}
.category-item .category-wrap:hover .cate-name {
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  border: 0;
}
.slick-dots li button::before {
  top: 27%;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  opacity: 1;
  background: #000;
  transform: translate(-50%);
  border-radius: 50px;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  background: #c69d65;
}

.slick-dots .slick-active button {
  border: 1px solid #000;
  border-radius: 50px;
}

.product-card {
  position: relative;
  overflow: hidden;
}
.product-card::after {
  width: 100px;
  height: 165px;
  background-color: #af8a59;
  position: absolute;
  top: -70px;
  left: -65px;
  transform: rotate(45deg);
  content: "";
}
.product-card .product-thumb {
  border: 1px solid #a6a6a6;
  padding: 20px;
}
#page-content-wrapper .product-card .product-thumb {
  border: none;
}
.product-card .product-thumb img {
  width: 100%;
}
.product-card .product-content {
  background-color: #000;
  padding: 20px 0px;
  text-align: center;
}
.product-card .product-content h2 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.product-card .product-content h5 {
  font-size: 15px;
  color: #af8a59;
  text-transform: uppercase;
  font-weight: bold;
}
.product-card .product-content span {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  background: #000;
  padding: 8px 25px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #af8a59;
}
.product-card .eye-icon {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 9;
  color: #fff;
}
.product-card:hover .product-content {
  background-color: #af8a59;
}
.product-card:hover .product-content h5 {
  color: #fff;
}
.product-card:hover .product-content span {
  background-color: #000;
}
.product-card:hover::after {
  background-color: #000;
}

.product-item {
  padding: 10px;
}

.quick-contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px 20%;
}
.quick-contact h2 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.quick-contact h2 span {
  color: #000;
}
.quick-contact p {
  font-size: 19px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.quick-contact form {
  text-align: center;
}
.quick-contact form input {
  font-size: 17px;
  color: #000;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 100%;
  background: none;
  margin-bottom: 10px;
}
.quick-contact form input::-moz-placeholder {
  color: #000;
}
.quick-contact form input::placeholder {
  color: #000;
}
.quick-contact form textarea {
  font-size: 17px;
  width: 100%;
  color: #000;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  background: none;
}
.quick-contact form textarea::-moz-placeholder {
  color: #000;
}
.quick-contact form textarea::placeholder {
  color: #000;
}
.quick-contact form input[type=submit] {
  font-size: 17px;
  color: #fff;
  padding: 10px 0;
  width: 145px;
  max-width: 145px;
  border: none;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #000;
  margin: 10px auto 0;
  text-align: center;
}

.get-in-touch {
  padding-top: 40px;
}
.get-in-touch .heading {
  background-color: #000;
  text-align: center;
  padding: 40px 0px;
}
.get-in-touch .heading h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.get-in-touch .heading h1 span {
  color: #af8a59;
}
.get-in-touch .heading p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.production-tour a.see-more {
  font-size: 17px;
  color: #fff;
  padding: 10px 0;
  width: 145px;
  max-width: 145px;
  border: none;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #000;
  margin: 20px auto 0;
  text-align: center;
  display:block;
}

.inner-tour {
  border: 1px solid #000;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.inner-tour img{
  width: 100%;
}
.newsletter {
  padding: 60px 0px;
}
.newsletter .heading {
  text-align: center;
}
.newsletter .heading h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
.newsletter .heading h2 span {
  color: #af8a59;
}
.newsletter .heading p {
  font-size: 19px;
  color: #000;
}
.newsletter form {
  border: 1px solid #000;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
.newsletter form input {
  font-size: 17px;
  color: #524e4e;
  font-weight: 300;
  font-style: italic;
  border: none;
  width: 700px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
}
.newsletter form input:focus {
  outline: none;
}
.newsletter form button {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #af8a59;
  border: none;
  width: 180px;
  height: 50px;
  line-height: 50px;
}

.site-footer {
  background-color: #000;
}
.site-footer .top-footer {
  border-bottom: 2px solid #af8a59;
  padding: 50px 0px;
}
.site-footer .top-footer .footer-links .d-flex .icon {
  margin-right: 10px;
}
.site-footer .top-footer .footer-links .d-flex .icon i {
  color: #af8a59;
}
.site-footer .top-footer .footer-links .d-flex .text {
  font-size: 16px;
  color: #fff;
  max-width: 200px;
}
.site-footer .top-footer .footer-links h2 {
  font-size: 23px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.site-footer .top-footer .footer-links h2::after {
  position: absolute;
  content: "";
  background-color: #af8a59;
  width: 60%;
  height: 3px;
  left: 0;
  bottom: 0;
}
.site-footer .top-footer .footer-links ul li a {
  font-size: 16px;
  color: #7d7d7d;
  padding-bottom: 8px;
  display: block;
}
.site-footer .top-footer .footer-links ul li a:hover {
  color: #c69d65;
}
.site-footer .top-footer .footer-links .social-media {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 90px 0 0;
  justify-content: flex-start;
}
.site-footer .top-footer .footer-links .social-media li {
  width: 24.33%;
  padding-bottom: 10px;
}
.site-footer .top-footer .footer-links .social-media li a {
  border: 1px solid #524e4e;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.site-footer .top-footer .container-fluid {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-footer .bottom-footer {
  padding: 30px 0px;
}
.site-footer .bottom-footer p {
  text-align: center;
  font-size: 16px;
  color: #7d7d7d;
}
.site-footer .bottom-footer p span {
  color: #af8a59;
  font-weight: bold;
}
.site-footer .bottom-footer p a{
  color: #af8a59;
  font-weight: bold;
}
.papular-collection {
  background-image: url(../images/col-bg.jpg);
  background-repeat: no-repeat;
  padding: 50px 0;
  background-size: cover;
  margin: 50px 0px;
}
.papular-collection .heading {
  text-align: center;
}
.papular-collection .heading h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.papular-collection .heading p {
  font-size: 18px;
  color: #fff;
}
.papular-collection .slick-track{
        display: flex;
}
.center-slider .slick-list {
  padding: 70px 0px !important;
}

.center-slider .slick-slide {
  color: #FFF;
  height: 210px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1.5);
}

.center-slider .slick-current.slick-active {
  transform: scale(1.5);
  position: relative;
  z-index: 9;
  padding: 5px;
}
.center-slider .slick-current.slick-active .collection-thumb {
  padding: 5px;
  border: 1px solid #fff;
}

.center-slider .slick-next, .center-slider .slick-prev {
  z-index: 5;
  padding: 20px;
}

.center-slider .slick-next:after, .center-slider .slick-prev:after {
  border: 1px solid #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 14px;
  transform: rotate(45deg);
}

.center-slider .slick-next {
  right: 32px;
}

.center-slider .slick-prev {
  left: 15px;
}

.center-slider .slick-next:before, .center-slider.slick-prev:before {
  color: #fff;
  font-size: 26px;
}

.collection-title {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  left: 50%;
  opacity: 0;
}
.collection-title h3 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.collection-title span {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 5px 20px;
}

.center-slider .slick-current.slick-active .collection-title {
  opacity: 1;
}

.product-main {
  padding: 60px 0px;
}
@media screen and (max-width:1500px) {
  .collection-title span {
    font-size: 13px;
  }
  .collection-title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
.basket-icon ul .destop-none {
        display: inline-block;
    margin-left: 10px;
}
.basket-icon ul li a .count {
    display:none;
}
.basket-icon .search-bar {
    display: none;
}
.basket-icon ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.d-mobile-none{
    display:none;
}
.top-menu ,.mail-section,.slug{
    text-align: center;
}
}
/*# sourceMappingURL=layout.css.map */