@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  padding-top: 99px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container-fluid {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

#header {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 25px !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transation: 300ms all;
}
#header.sticky-header{
    position: fixed !important;
    background: #172519;
}
#header.sticky-header a{
    color: #fff !important;
}
#header.sticky-header .left,
#header.sticky-header .right {
  border-bottom-color: #fff !important;
}
#header.sticky-header svg path {
  fill: #fff !important;
}
#header.open {
  background: #172519;
}
#header.open a {
  color: #9A753A !important;
}
#header.open .left,
#header.open .right {
  border-bottom-color: #fff !important;
}
#header.open svg path {
  fill: #fff !important;
}
#header.open .menu-detail {
  padding-bottom: 60px;
}
#header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav a {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#header .nav .left {
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
  width: calc(50% - 138px);
}
#header .nav .left a {
  transition: 300ms all;
}
#header .nav .left a:hover {
  opacity: 0.5;
}
#header .nav .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(50% - 138px);
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
}
#header .nav .right a {
  display: inline-block;
  margin: 0 30px;
  transition: 300ms all;
}
#header .nav .right a:hover {
  opacity: 0.5;
}
#header .nav .right .search-btn,
#header .nav .right .hamburger-menu-btn {
  cursor: pointer;
  transition: 300ms all;
}
#header .nav .right .search-btn:hover,
#header .nav .right .hamburger-menu-btn:hover {
  transform: scale(1.1);
}
#header .lang-btns {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#header .lang-btns a {
  margin: 5px !important;
}
#header .lang-btns a.active {
  color: #f9b951 !important;
}
#header .close-btn {
  cursor: pointer;
  display: none;
}
#header .menu-detail {
  display: none;
  margin-top: 30px;
}
#header .menu-detail > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header .menu-detail > ul li {
  margin: 5px;
}
#header .menu-detail > ul li a {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 8px;
  transition: 300ms all;
}
#header .menu-detail > ul li a:hover {
  opacity: 0.7;
}
#header .menu-detail .social-media {
  margin-top: 30px;
  float: right;
}
#header .menu-detail .social-media ul {
  display: flex;
  align-items: center;
}
#header .menu-detail .social-media ul li {
  margin: 8px;
}
#header .menu-detail .social-media ul li a {
  transition: 300ms all;
}
#header .menu-detail .social-media ul li a:hover {
  opacity: 0.7;
}
#header .collection-menu-detail {
  display: none;
  margin-top: 30px;
}
#header .collection-menu-detail strong {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 17px;
}
#header .collection-menu-detail ul {
  height: auto;
  max-height: 230px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#header .collection-menu-detail ul li {
  margin-bottom: 9px;
}
#header .collection-menu-detail ul li a {
  color: #f2f2f2;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 300ms all;
}
#header .collection-menu-detail ul li a:hover {
  opacity: 0.6;
}
#header .logo{
    margin-top: 20px !important;
}
.logo {
  display: inline-block;
  width: 200px;
  height: 80px;
  overflow: hidden;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.light-bg a {
  color: #000 !important;
}
.light-bg .left,
.light-bg .right {
  border-bottom-color: #000 !important;
}
.light-bg svg path {
  fill: #000;
}
.light-bg .menu-detail {
  padding-bottom: 60px;
}

.search-box {
  position: relative;
  width: 100%;
  max-width: 475px;
  display: none;
}
.search-box .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}
.search-box input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px;
  height: 50px;
  border-bottom: 0.5px solid #fff;
  width: 100%;
}
.search-box input::placeholder {
  color: #fff;
}

#hero-section {
  width: 100%;
  height: 100vh;
  margin-top: -99px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
#hero-section .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}
#hero-section p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#hero-section .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#hero-section .title .thin {
  font-weight: 400;
}
#hero-section .outline-white-btn {
  margin: 30px auto 0 auto;
}

.outline-white-btn {
  width: auto;
  display: inline-block;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 16px;
  border-radius: 2px;
  border: 1px solid var(--Gray-6, #f2f2f2);
  transition: 300ms all;
}
.outline-white-btn:hover {
  background-color: #fff;
  color: #000;
}

.section-title {
  margin-bottom: 65px;
}
.section-title .title {
  color: #b17f2c;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 519px;
  margin: 0 auto;
}

#about {
  margin-top: 50px;
  padding: 22px 0 104px 0;
  background-image: url("../img/bg-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#about .image {
  width: 100%;
  height: 441px;
  overflow: hidden;
}
#about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
#about .about_title {
  color: #333;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
#about .sub_title {
  color: #333;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 24px;
  display: block;
}
#about .desc {
  color: #4e4e4e;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.outline-black-btn {
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 16px;
  border-radius: 2px;
  border: 1px solid #333;
  transition: 300ms all;
}
.outline-black-btn:hover {
  background-color: #000;
  color: #fff;
}

.page-title {
  display: flex;
  justify-content: center;
}
.page-title .title {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 24px;
  margin-bottom: 48px;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.page-title .title::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  position: absolute;
  width: 170px;
  height: 2px;
  background-color: #000;
}
.page-title .title .thin {
  font-weight: 400;
}

#collection .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
#collection .swiper-slide {
  width: 639px;
  height: 437px;
}
#collection .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #bdbdbd;
  opacity: 1 !important;
  transition: 300ms all;
  border-radius: 8px !important;
}
#collection .swiper-pagination-bullet-active {
  width: 14px;
  height: 8px;
  background-color: #333;
  opacity: 1 !important;
}

.collection-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 3.444px 10.333px 0px rgba(0, 0, 0, 0.17);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  padding: 30px 42px;
}
.collection-item .content {
  margin-top: auto;
}
.collection-item .content .item_title {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.collection-item .content .item_link {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 300ms all;
}
.collection-item .content .item_link:hover {
  opacity: 0.5;
}

#slogan {
  padding: 57px 0;
  margin-top: 40px;
}
#slogan .image {
  width: 428.34px;
  height: 69px;
  overflow: hidden;
}
#slogan .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#footer-top {
  margin-top: 40px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 88px 0;
  text-align: center;
}
#footer-top .tag {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 36px;
}
#footer-top .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
#footer-top .sub-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 32px;
}

#about-dark {
  padding-top: 60px;
  color: #fff;
}
#about-dark .section_title {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
#about-dark .desc {
  color: #f2f2f2;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#about-dark .image {
  width: 100%;
  height: 440px;
  overflow: hidden;
}
#about-dark .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#video-section {
  padding-top: 50px;
}
#video-section .content {
  width: 100%;
  background: #ebe7e1;
  padding: 50px 0;
}
#video-section .content .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-section .content .video {
  position: relative;
  max-width: 864px;
  height: 492px;
}
#video-section .content .video .outline-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: lightgrey;
  transition: 300ms all;
  box-shadow: 0px 3.444px 10.333px 0px rgba(0, 0, 0, 0.17);
  filter: blur(2px);
}
#video-section .content .video .outline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#video-section .content .video video {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms all;
  cursor: pointer;
}
.play-btn:hover {
  opacity: 0.6;
}

#misyon {
  margin-top: 80px;
  position: relative;
}
#misyon::before {
  width: calc(100% - 128px);
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url(../img/about-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#misyon .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#misyon .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#misyon .head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#misyon .head .icon {
  margin-right: 12px;
}
#misyon .head .title {
  color: #333;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#misyon .desc {
  width: 100%;
  max-width: 498px;
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#misyon .row {
  margin-bottom: 60px;
}

#contact {
  margin-top: 86px;
}
#contact .image {
  width: 100%;
  height: auto;
}
#contact .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#contact .section_title {
  margin-top: 22px;
  margin-bottom: 32px;
  text-align: center;
  color: #333;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#contact .desc {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 72px;
}
#contact .form-element {
  width: 100%;
  margin-bottom: 20px;
}
#contact .form-element label {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#contact .form-element input,
#contact .form-element textarea {
  width: 100%;
  margin-top: 8px;
  border: 0;
  border-bottom: 1px solid #828282;
  outline: none;
  height: 50px;
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#contact .form-element textarea {
  height: 120px;
}
#contact .dark-btn {
  margin-top: 65px;
}

.dark-btn {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 16px;
  border-radius: 2px;
  background: #333;
  border: none;
  outline: none;
  transition: 300ms all;
  cursor: pointer;
  float: right;
}
.dark-btn:hover {
  opacity: 0.7;
}

.file-element {
  display: flex;
  flex-direction: column;
}
.file-element span {
  display: block;
  width: 100%;
  padding: 8px;
  color: #4f4f4f;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #828282;
}
.file-element label {
  display: block;
}
.file-element .file-input {
  margin-left: auto;
  margin-top: 24px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  padding: 0 8px;
  cursor: pointer;
  background: #e0e0e0;
}

#collection-items {
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-item {
  display: inline-block;
  width: 100%;
  height: auto;
}
.product-item .images {
  width: 100%;
  height: 372px;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
}
.product-item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-item .images .tag {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  background: #bdbdbd;
  padding: 5px 20px;
  position: absolute;
  top: 12px;
  left: 9px;
  display: inline-block;
}
.product-item .images .image-1 {
  display: block;
  width: 100%;
  height: 100%;
}
.product-item .images .image-2 {
  display: none;
  width: 100%;
  height: 100%;
}
.product-item .images:hover .image-1 {
  display: none;
}
.product-item .images:hover .image-2 {
  display: block;
}
.product-item .bottom {
  padding: 16px;
  display: flex;
  align-items: center;
}
.product-item .bottom strong {
  color: var(--text-renk, #4e4e4e);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 6px;
}
.product-item span {
  color: var(--text-renk, #4e4e4e);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pagination {
  margin: 48px auto 0 auto;
}
.pagination ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pagination ul li {
  margin: 8px;
}
.pagination ul li a {
  display: inline-block;
  padding: 8px;
  color: #000;
  font-family: Monteserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#product-detail {
  margin-top: 60px;
}
#product-detail .detail-list strong {
  display: block;
  color: #291905;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 400;
  word-wrap: break-word;
  margin-bottom: 8px;
}
#product-detail .detail-list span {
  color: #4f4f4f;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  word-wrap: break-word;
}
#product-detail .detail-list .d-flex span {
  color: #4f4f4f;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  word-wrap: break-word;
  display: inline-block;
  margin-right: 16px;
}

#product-images {
  margin-top: 80px;
}
#product-images .content {
  padding: 40px 0 20px 0;
  background-color: #ebe7e1;
}
#product-images .content .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
#product-images .content .swiper-slide {
  width: 639px;
  height: 437px;
}
#product-images .content .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #bdbdbd;
  opacity: 1 !important;
  transition: 300ms all;
  border-radius: 8px !important;
}
#product-images .content .swiper-pagination-bullet-active {
  width: 14px;
  height: 8px;
  background-color: #333;
  opacity: 1 !important;
}
#product-images .content .collection-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 3.444px 10.333px 0px rgba(0, 0, 0, 0.17);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  padding: 30px 42px;
}
#product-images .content .collection-item .content {
  margin-top: auto;
}
#product-images .content .collection-item .content .item_title {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
#product-images .content .collection-item .content .item_link {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 300ms all;
}
#product-images .content .collection-item .content .item_link:hover {
  opacity: 0.5;
}

#all-collection {
  margin-top: 70px;
}
#all-collection .page_desc {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 820px;
  margin: 0 auto 60px auto;
}
#all-collection .collection-item {
  height: 437px;
  margin-bottom: 30px;
}

#catalogue {
  margin-top: 140px;
}
#catalogue .page-title .title {
  font-weight: 500;
}

#other-catalogue {
  margin-top: 112px;
}

.other-catalogue {
  margin-bottom: 30px;
}
.other-catalogue .image {
  width: 100%;
  height: 272px;
  margin-bottom: 12px;
  overflow: hidden;
}
.other-catalogue .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.other-catalogue strong {
  display: block;
  padding: 12px 23px 8px 23px;
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.other-catalogue a {
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 23px 8px 23px;
}

#footer {
  margin-top: 50px;
  padding-bottom: 67px;
}
#footer .top-logo {
  width: 100%;
  height: 20px;
  margin-bottom: 50px;
  background-color: #a0752d;
  position: relative;
}
#footer .top-logo .lines {
  width: 100%;
  height: 100%;
}
#footer .top-logo .lines hr {
  width: 100%;
  border-color: #fff;
  margin: 4px 0 !important;
  opacity: 1;
}
#footer .top-logo .image {
  position: absolute;
  left: 50%;
  top: -19px;
  transform: translate(-50%, 0);
  width: 56.018px;
  height: 59.313px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#footer .top-logo .image img {
  width: 40.543px;
  height: 49.264px;
  object-fit: contain;
  object-position: center;
}
#footer .company {
  color: var(--Gray-1, #333);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .company .logo {
  margin-bottom: 24px;
}
#footer .company a {
  color: #333;
}
#footer .footer-menu {
  margin-bottom: 40px;
}
#footer .footer-menu .title {
  display: block;
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0;
}
#footer .footer-menu ul li {
  display: flex;
  margin-bottom: 5px;
}
#footer .footer-menu ul li .icon {
  display: inline-block;
  margin-right: 8px;
}
#footer .footer-menu ul li,
#footer .footer-menu ul li a {
  color: #4e4e4e;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .footer-menu ul li a {
  transition: 300ms all;
}
#footer .footer-menu ul li a:hover {
  opacity: 0.5;
}
#footer .footer-menu .social-media-list {
  display: flex;
}
#footer .footer-menu .social-media-list li {
  margin: 5px !important;
}
#footer .col-lg-3:nth-child(3) .footer-menu:last-child {
  margin-top: 80px;
}

@media only screen and (max-width: 1200px) {
  .product-item .images {
    height: 400px;
  }
}
@media only screen and (max-width: 998px) {
  #contact .image {
    margin-bottom: 30px;
  }
  #product-detail .detail-list .col-lg-3 {
    margin-bottom: 20px;
  }
  #about-dark .bg-black {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #about-dark .image {
    margin-top: 30px;
  }
  #about-dark .section_title {
    font-size: 26px;
  }
  #about .image {
    margin-top: 30px;
  }
  #header .left {
    display: none !important;
  }
  #header .mid {
    margin-left: auto;
    margin-right: auto;
  }
  #header .right {
    border-bottom: 0 !important;
  }
  #header .right a {
    display: none !important;
  }
  #header .search-box {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
    #header .collection-menu-detail ul{
        max-height: 100% !important;
    }
    #header.open {
        height: 100vh;
        overflow-y: auto;
    }
  #product-detail .detail-list .d-flex {
    flex-direction: column;
  }
  #product-detail .detail-list .d-flex a {
    margin-top: 10px !important;
  }
  #all-collection .page_desc {
    font-size: 18px !important;
  }
  #video-section .video {
    height: 350px !important;
  }
  #misyon .head .title {
    font-size: 26px;
  }
  #collection .swiper-slide,
  #product-images .swiper-slide {
    width: 439px !important;
    height: 337px !important;
  }
  #header .mid {
    margin-left: 0 !important;
    margin-right: auto;
  }
  #header .menu-detail ul li {
    width: 100% !important;
  }
  #header .menu-detail ul li a {
    display: block;
  }
}
@media only screen and (max-width: 468px) {
  #footer-top .title {
    font-size: 28px;
  }
  #footer-top .sub-title {
    font-size: 22px;
  }
  .page-title .title {
    font-size: 28px;
  }
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section-title .title {
    font-size: 28px;
  }
  #about .image {
    height: 340px;
  }
  #about .about_title {
    font-size: 26px;
  }
  #about .sub_title {
    font-size: 22px;
  }
  #product-images .content .collection-item .collection-item .content .item_title {
    font-size: 24px !important;
  }
  #product-images .content .collection-item .collection-item a {
    font-size: 14px !important;
  }
  #collection .swiper-slide {
    width: 339px;
    height: 237px;
  }
  #collection .collection-item .content .item_title {
    font-size: 24px !important;
  }
  #collection .collection-item a {
    font-size: 14px !important;
  }
  #header .mid {
    margin-left: 0 !important;
    margin-right: auto;
  }
}