@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #343434;
  font-family: "Poppins", sans-serif;
  background: #fff;
}
body.home {
  color: #fff;
  background: url("../images/page-bg.png") top center repeat-y #35322D;
}

a {
  color: #fff;
}
a:hover {
  color: #DEB66E;
}

p {
  margin-bottom: 10px;
}

strong, b {
  font-weight: 600;
}

a.button-main {
  background: #DEB66E;
  color: #3E2D08;
  width: fit-content;
  padding: 15px 20px;
  position: relative;
  margin: 10px;
  font-family: "Roboto Slab", serif;
  transition: all 0.5s;
}
a.button-main::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  left: -10px;
  border: 1px solid #DEB66E;
  top: -10px;
  height: calc(100% + 20px);
  transition: all 0.5s;
}
a.button-main:hover {
  background: #fff;
  color: #1E1C19;
}
a.button-main:hover::after {
  border: 1px solid #fff;
}
a.button-main--offer {
  width: calc(100% - 20px);
  display: block;
  text-align: center;
  color: #fff !important;
}
a.button-main--offer:hover {
  background: #1E1C19;
}
a.button-main--offer:hover::after {
  border: 1px solid #1E1C19;
}

a.button-mini {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  position: relative;
  transition: all 0.5s;
  width: fit-content;
}
a.button-mini::after {
  content: "";
  width: 25%;
  height: 3px;
  background: #fff;
  bottom: -10px;
  left: 0px;
  position: absolute;
  transition: all 0.5s;
}
a.button-mini:hover {
  color: #DEB66E;
}
a.button-mini:hover::after {
  background: #DEB66E;
  width: 100%;
}

.header {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 999;
}
.header__top {
  display: flex;
  justify-content: space-between;
  background: #181612;
  padding: 10px 30px;
  height: 47px;
}
.header__top-menu {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
}
.header__top-social {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.header__top-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__top-social ul li {
  display: flex;
}
.header__top-social ul li a {
  line-height: 1;
  display: flex;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  align-items: center;
  background: url("../images/slider-bg.png") top center repeat-y #1E1C19;
}
.header__bottom > ul {
  display: flex;
  gap: 45px;
  font-family: "Roboto Slab", serif;
}
.header__bottom > ul > li {
  display: flex;
  position: relative;
}
.header__bottom > ul > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  transition: all 0.5s;
  height: 40px;
  align-items: center;
}
.header__bottom > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 0px;
  height: 3px;
  background: #DEB66E;
  transition: all 0.5s;
}
.header__bottom > ul > li > a:hover {
  color: #DEB66E;
}
.header__bottom > ul > li > a:hover::after {
  width: 35px;
}
.header__bottom > ul > li .sub-menu {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 220px;
  display: none;
  z-index: 99;
}
.header__bottom > ul > li .sub-menu ul {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 14px;
  background: #fff;
  gap: 10px;
}
.header__bottom > ul > li .sub-menu ul li {
  display: flex;
}
.header__bottom > ul > li .sub-menu ul li a {
  color: #181612;
  transition: all 0.5s;
}
.header__bottom > ul > li .sub-menu ul li a:hover {
  color: #DEB66E;
}
.header__bottom > ul > li:hover > .sub-menu {
  display: block;
}
.header__bottom-phone {
  display: flex;
  gap: 5px;
  align-items: center;
}
.header__bottom-phone i {
  font-size: 35px;
  color: #DEB66E;
}
.header__bottom-phone-wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.header__bottom-phone-wrapper > span:first-child {
  font-size: 18px;
  font-family: "Roboto Slab";
  font-weight: 500;
}
.header__bottom-phone-wrapper > span:last-child {
  font-size: 12px;
  opacity: 0.4;
}
.header__bottom-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header__bottom-info a.uil-search {
  font-size: 35px;
}
.header__mobile {
  display: none;
  width: 100%;
  background: url(../images/slider-bg.png) top center repeat-y #1e1c19;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__mobile a.logo {
  display: flex;
}
.header__mobile a.logo img {
  height: 50px;
}
.header__mobile i.uil-bars {
  cursor: pointer;
  font-size: 26px;
  color: #fff;
}
.header__mobile-list {
  position: absolute;
  background: #fff;
  padding: 20px 15px;
  left: 0px;
  top: 80px;
  width: 100%;
  border-bottom: 1px solid #eee;
  display: none;
}
.header__mobile-list form {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.header__mobile-list form input {
  width: 100%;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #eee;
  height: 40px;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.header__mobile-list form button {
  font-family: "Poppins", sans-serif;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  align-items: center;
  color: #2c1f0a;
  background: #deb66e;
  border: none;
}
.header__mobile-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.header__mobile-list ul li {
  display: flex;
  flex-direction: column;
}
.header__mobile-list ul li a {
  color: #343434;
}
.header__mobile-list ul li ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.search {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  color: #fff;
}
.search a.uil-times {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
}
.search__container {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.search__wrapper {
  min-width: 800px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.search__wrapper h3 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-bottom: 5px;
}
.search__wrapper span {
  margin-bottom: 20px;
}
.search__wrapper form {
  display: flex;
  gap: 5px;
}
.search__wrapper form input {
  width: 100%;
  border: none;
  padding: 0 15px;
  font-size: 18px;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.search__wrapper form button {
  font-family: "Poppins", sans-serif;
  height: 55px;
  padding: 0 40px;
  font-size: 22px;
  align-items: center;
  color: #2c1f0a;
  background: #deb66e;
  border: none;
}

.slider {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  height: 690px;
  background: url("../images/slider-bg.png") top center repeat-y #1E1C19;
}
.slider__container {
  width: 1200px;
}
.slider__pagination {
  width: 10px;
  height: 90px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  flex-direction: column;
  z-index: 99;
}
.slider__pagination span {
  width: 10px;
  height: 10px;
  border: 1px solid #DEB66E;
  border-radius: 100%;
  opacity: 1;
  background: transparent;
}
.slider__pagination span.swiper-pagination-bullet-active {
  background: #DEB66E;
}
.slider__banner {
  display: flex;
  margin-top: 50px;
}
.slider__banner a {
  position: relative;
  display: flex;
}
.slider__banner a img {
  width: 370px;
  height: 505px;
  background: #ccc;
}
.slider__banner-text {
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  padding: 20px;
  width: calc(100% - 50px);
  gap: 5px;
}
.slider__banner-text h3 {
  font-size: 14px;
  color: #DEB66E;
  font-weight: 300;
}
.slider__banner-text span {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}
.slider__main {
  display: block;
  top: 0px;
  position: absolute !important;
  right: 0px;
  width: calc((100% - 1200px) / 2 + 775px);
  min-width: 775px;
  height: 605px !important;
}
.slider__main-wrapper {
  display: flex;
}
.slider__main-item {
  position: relative;
  height: 605px;
  width: 100%;
}
.slider__main-item-text {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 560px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.slider__main-item-text h4 {
  font-family: "Roboto Slab", serif;
  font-size: 45px;
  font-weight: 500;
  color: #DEB66E;
}
.slider__main-item img {
  width: calc(100% - 135px);
  height: 605px;
  background: #ccc;
  min-width: 590px;
  top: 0px;
  right: 0px;
  position: absolute;
  object-fit: cover;
  opacity: 0.5;
}

.mobile-categories {
  background: #151412;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.mobile-categories__container {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.mobile-categories__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.mobile-categories__item-img {
  display: flex;
}
.mobile-categories__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.mobile-categories__item h2 {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  backdrop-filter: blur(20px);
}

.categories {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  justify-content: center;
  align-items: center;
}
.categories__container {
  width: 1100px;
  display: flex;
  flex-direction: column;
}
.categories__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.categories__item-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 85px;
  max-width: 550px;
}
.categories__item-text h2 {
  font-size: 55px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  display: flex;
}
.categories__item-text h2 a {
  color: #DEB66E;
}
.categories__item-text span {
  width: 80%;
}
.categories__item-img {
  position: relative;
  width: 420px;
  height: 620px;
}
.categories__item-img img {
  width: 420px;
  height: 620px;
  background: #ccc;
  z-index: 2;
  position: relative;
  box-shadow: 0 0 20px rgba(5, 41, 24, 0.4392156863);
}
.categories__item-img::after {
  content: "";
  width: 100%;
  border: 5px solid #DEB66E;
  height: 240px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: 1;
}
.categories__item.right .categories__item-text {
  order: 2;
}
.categories__item.right .categories__item-img {
  margin-top: -100px;
  order: 1;
}

.products {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.products__slider {
  width: 100%;
}
.products__slider-wrapper {
  width: 100%;
}
.products__item {
  display: flex;
  width: 100%;
}
.products__item a {
  position: relative;
  width: 100%;
  height: 480px;
}
.products__item a img {
  width: 100%;
  height: 480px;
  background: #ccc;
  object-fit: cover;
}
.products__item-text {
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  padding: 20px;
  width: calc(100% - 50px);
  gap: 5px;
}
.products__item-text h3 {
  font-size: 14px;
  color: #DEB66E;
  font-weight: 300;
}
.products__item-text span {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}
.products__pagination {
  width: 1200px;
  display: flex;
  gap: 150px;
}
.products__pagination h6 {
  font-size: 26px;
  max-width: 430px;
  font-family: "Roboto Slab", serif;
  color: #DEB66E;
}
.products__pagination-pages {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.products__pagination-pages span {
  width: 10px;
  height: 10px;
  border: 1px solid #DEB66E;
  border-radius: 100%;
  opacity: 1;
  background: transparent;
}
.products__pagination-pages span.swiper-pagination-bullet-active {
  background: #DEB66E;
}

.media {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media__container {
  width: 1200px;
  padding: 50px;
  background: #100f0d;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.media__items {
  display: flex;
  justify-content: space-between;
}
.media__items-wrapper {
  width: 530px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.media__item-big {
  display: flex;
  width: 550px;
}
.media__item-big a {
  display: flex;
  position: relative;
  width: 100%;
  height: 370px;
}
.media__item-big a i {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #DEB66E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff !important;
  opacity: 0;
  transition: all 0.5s;
}
.media__item-big a:hover i {
  opacity: 1;
}
.media__item-big a img {
  width: 100%;
  height: 370px;
  background: #ccc;
}
.media__item {
  display: flex;
}
.media__item a {
  width: 255px;
  height: 175px;
  display: flex;
  position: relative;
}
.media__item a i {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #DEB66E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff !important;
  opacity: 0;
  transition: all 0.5s;
}
.media__item a:hover i {
  opacity: 1;
}
.media__item a img {
  width: 100%;
  height: 175px;
  background: #ccc;
}
.media__info {
  display: flex;
  gap: 20px;
  align-items: start;
}
.media__info h6 {
  font-size: 26px;
  max-width: 550px;
  font-family: "Roboto Slab", serif;
  color: #DEB66E;
}

.about {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.about .about__container {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  position: relative;
}
.about__info {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__info h1 {
  font-size: 55px;
  font-weight: 500;
  color: #DEB66E;
  font-family: "Roboto Slab", serif;
}
.about__info-text {
  font-size: 18px;
}
.about__img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about__img img {
  width: 100%;
  height: 620px;
  background: #ccc;
  position: relative;
  z-index: 2;
}
.about__img::after {
  content: "";
  width: 100%;
  border: 5px solid #DEB66E;
  height: 300px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: 1;
}
.about__icon {
  position: absolute;
  left: -100px;
  top: 0px;
  opacity: 0.2;
}

.slogans {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slogans__container {
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.slogans__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.slogans__title h6 {
  text-align: center;
  font-size: 36px;
  color: #DEB66E;
  max-width: 600px;
  font-family: "Roboto Slab";
}
.slogans__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.slogans__info {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  gap: 20px;
}
.slogans__info span {
  font-size: 18px;
  font-weight: 300;
}
.slogans__items {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  gap: 40px;
}
.slogans__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.slogans__item-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.slogans__item-title i {
  font-size: 18px;
  color: #DEB66E;
}
.slogans__item-title span {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}
.slogans__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.blogs {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.blogs__container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blogs__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs__title h2 {
  font-size: 36px;
  font-weight: 500;
  color: #DEB66E;
  font-family: "Roboto Slab", serif;
}
.blogs__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blogs__item {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.blogs__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.blogs__item:hover .blogs__item-img img {
  transform: scale(1.05);
}
.blogs__item-img {
  overflow: hidden;
  display: block;
}
.blogs__item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.5s ease;
}
.blogs__item-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.blogs__item-date {
  font-size: 14px;
  color: #DEB66E;
  font-family: "Roboto Slab", serif;
}
.blogs__item h3 {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 500;
}
.blogs__item h3 a {
  transition: all 0.3s ease;
}
.blogs__item h3 a:hover {
  color: #DEB66E;
}
.blogs__item p {
  flex-grow: 1;
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 0px;
}
.blogs__item-link {
  font-family: "Roboto Slab", serif;
  color: #DEB66E;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  width: fit-content;
}
.blogs__item-link:after {
  content: "→";
  transition: all 0.3s ease;
}
.blogs__item-link:hover {
  color: #fff;
}
.blogs__item-link:hover:after {
  margin-left: 5px;
}
.blogs__more {
  display: flex;
  justify-content: center;
}

.footer {
  background: #100f0d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: left;
}
.footer__container {
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.footer__top {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
.footer__top-menu {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.footer__top-menu h5 {
  font-size: 22px;
  font-weight: 500;
  color: #DEB66E;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
}
.footer__top-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__top-menu ul li {
  display: flex;
  flex-direction: column;
}
.footer__top-menu ul li h6 {
  font-size: 14px;
  opacity: 0.7;
}
.footer__top-menu-logo {
  display: flex;
}
.footer__top-menu-logo img {
  max-width: 150px;
}
.footer__top-menu-social {
  display: flex;
  gap: 10px;
  flex-direction: row !important;
}
.footer__top-menu-social li {
  display: flex;
}
.footer__top-menu-social li a {
  line-height: 1;
  display: flex;
}
.footer__top-menu-contact {
  width: 340px;
}
.footer__top-menu-copyright {
  width: 300px;
  text-align: right;
  gap: 20px;
  align-items: flex-end;
}
.footer__top-menu-copyright span {
  font-size: 14px;
}
.footer__bottom {
  padding: 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0196078431);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__bottom-text {
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
}

#haberler {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
#haberler.products-4 {
  grid-template-columns: repeat(4, 1fr);
}
#haberler .icerik_kutu_1 {
  width: 100%;
  margin: 0px;
  position: relative;
}
#haberler .icerik_kutu_1::after {
  content: "";
  width: 100%;
  border: 5px solid #DEB66E;
  height: 100px;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 1;
}
#haberler .icerik_kutu_1 a.aimg {
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
}
#haberler .icerik_kutu_1 a.aimg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff !important;
}
#haberler .icerik_kutu_1.product-style h3 {
  font-size: 14px;
}
#haberler .icerik_kutu_1.product-style h3 a {
  color: #DEB66E;
}
#haberler .icerik_kutu_1.product-style h4 {
  margin-bottom: 0px;
  font-size: 18px;
}

@media screen and (max-device-width: 600px) {
  body {
    font-size: 14px;
  }
  body.home {
    background: url("../images/slider-bg.png") top center repeat-y #1e1c19;
  }
  a.button-main {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0px;
  }
  a.button-main::after {
    display: none;
  }
  a.button-mini {
    font-size: 14px;
  }
  a.button-mini::after {
    display: none;
  }
  .header__bottom,
  .header__top {
    display: none;
  }
  .header__mobile {
    display: flex;
    height: 80px;
  }
  .slider {
    height: auto;
  }
  .slider__container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .slider__pagination {
    display: none;
  }
  .slider__banner {
    padding: 0 15px;
    margin: 0px;
    order: 2;
  }
  .slider__banner a {
    width: 100%;
  }
  .slider__banner a img {
    width: 100%;
    height: auto;
  }
  .slider__main {
    width: 100%;
    height: auto !important;
    aspect-ratio: 3/4;
    position: relative !important;
    order: 1;
    min-width: 100%;
    margin-bottom: 15px !important;
  }
  .slider__main-item {
    height: auto;
    aspect-ratio: 3/4;
  }
  .slider__main-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    min-width: 100%;
  }
  .slider__main-item-text {
    width: 100%;
    padding: 15px;
  }
  .slider__main-item-text h4 {
    font-size: 22px;
  }
  .categories {
    padding: 15px 15px;
  }
  .categories__container {
    width: 100%;
    gap: 20px;
  }
  .categories__item {
    flex-direction: column;
  }
  .categories__item-text {
    order: 2;
    justify-content: unset;
    gap: 5px;
    margin: 0px !important;
  }
  .categories__item-text h2 {
    font-size: 22px;
  }
  .categories__item-img {
    order: 1;
    width: 100%;
    height: auto;
    margin: 0px !important;
  }
  .categories__item-img img {
    width: 100%;
    height: auto;
  }
  .categories__item-img::after {
    display: none;
  }
  .products {
    gap: 20px;
  }
  .products__item a {
    height: auto;
  }
  .products__item a img {
    height: auto !important;
    width: 100%;
    aspect-ratio: 375/510;
  }
  .products__pagination {
    width: 100%;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products__pagination h6 {
    text-align: center;
    font-size: 18px;
  }
  .media {
    padding: 40px 0;
  }
  .media__container {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .media__items {
    flex-direction: column;
    gap: 15px;
  }
  .media__item-big {
    width: 100%;
  }
  .media__item-big a {
    height: auto;
  }
  .media__item-big a img {
    height: auto;
  }
  .media__items-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .media__item a {
    width: 100%;
    height: auto;
  }
  .media__item a img {
    width: 100%;
    height: auto;
  }
  .media__info {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .media__info h6 {
    font-size: 18px;
    text-align: center;
  }
  .about {
    padding: 0px;
    padding-bottom: 40px;
  }
  .about .about__container {
    width: 100%;
    gap: 20px;
  }
  .about__info {
    width: 100%;
    padding: 0 15px;
    gap: 10px;
  }
  .about__info h1 {
    font-size: 22px;
  }
  .about__info-text {
    font-size: 14px;
  }
  .about__icon {
    display: none;
  }
  .about__img img {
    height: auto;
  }
  .about__img::after {
    display: none;
  }
  .slogans {
    padding-bottom: 40px;
  }
  .slogans__container {
    width: 100%;
  }
  .slogans__title {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .slogans__title h6 {
    font-size: 22px;
  }
  .slogans__wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }
  .slogans__img {
    position: relative;
    left: unset;
    transform: unset;
  }
  .slogans__img img {
    width: 100%;
  }
  .slogans__items {
    gap: 20px;
  }
  .blogs {
    padding: 40px 0;
  }
  .blogs__container {
    width: 100%;
    padding: 0 15px;
    gap: 20px;
  }
  .blogs__title h2 {
    font-size: 22px;
  }
  .blogs__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blogs__item-content {
    padding: 15px;
  }
  .blogs__item h3 {
    font-size: 18px;
  }
  .footer__container {
    width: 100%;
    padding: 0 15px;
  }
  .footer__top {
    padding: 40px 0;
    flex-direction: column;
    gap: 25px;
  }
  .footer__top-menu-contact {
    width: 100%;
    min-width: 100%;
  }
  .footer__top-menu-copyright {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .footer__bottom {
    padding: 30px 15px;
  }
  .mobile-categories {
    padding: 15px;
  }
  .mobile-categories__container {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-categories__item h2 {
    font-size: 14px;
    bottom: 0px;
    left: 0px;
    padding: 5px;
  }
}
#first_image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 15px;
  float: left;
}
@media screen and (max-width: 600px) {
  #first_image {
    margin: 10px 0px;
    max-width: 100%;
  }
}

.services {
  background: #151412;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .services {
    padding: 15px 15px 0 15px;
  }
}
.services__container {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .services__container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(222, 182, 110, 0.1);
  padding: 40px 30px;
  border: 2px solid rgba(222, 182, 110, 0.2);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.services__item:hover {
  background: rgba(222, 182, 110, 0.15);
  border-color: #DEB66E;
  transform: translateY(-5px);
  color: inherit;
}
.services__item-icon {
  width: 80px;
  height: 80px;
  background: #DEB66E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.services__item-icon i {
  font-size: 40px;
  color: #1E1C19;
}
.services__item:hover .services__item-icon {
  transform: scale(1.1);
}
.services__item h3 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  color: #DEB66E;
  margin-bottom: 15px;
  font-weight: 500;
}
.services__item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.9;
}
.services__item-button {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #DEB66E;
  position: relative;
  transition: all 0.3s ease;
}
.services__item-button::after {
  content: "";
  width: 0;
  height: 2px;
  background: #DEB66E;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.services__item:hover .services__item-button {
  color: #fff;
}
.services__item:hover .services__item-button::after {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
