

@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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  background-color: #000000;
  color: #fff;
  opacity: 0;
}

/*RESET*/

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

/*DEF*/

.blurred-bg {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.page-backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 101;
}

/*WELCOME PAGE*/

.welcome-page-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.wp-logo {
  padding: 100px 50px;
  text-align: center;
}

.wp-menu-ctr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* .g-to-menu {
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgba(78, 59, 30, 1);
}

.g-to-menu:hover {
  color: rgba(78, 59, 30, 1);
}

.g-to-menu svg{
  height:12px;
}

.g-to-menu span {
  margin-left: 5px;
}
 */
.wp-menu-link-ctr {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  border: 1px solid #e6b15e;
  margin-bottom: 20px;
}

.wp-menu-link {
  width: 175px;
  height: 175px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6b15e),
    to(#d49838)
  );
  background: -o-linear-gradient(top, #e6b15e 0%, #d49838 100%);
  background: linear-gradient(180deg, #e6b15e 0%, #d49838 100%);
}

.wp-mini-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  z-index: 100;
  text-shadow: 0px 4px 4px #000000;
}

.wp-menu-link:hover {
  color: #fff;
}

.wp-mini-text:hover {
  color: #fff;
}

.mp-scroll-img {
  margin: 10px;
}

.mp-scroll-ctr {
  position: fixed;
  opacity: 0.4;
  left: 0px;
  bottom: -450px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mp-scroll-ctr-2 {
  position: fixed;
  opacity: 0.4;
  left: 40px;
  bottom: -260px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mp-scroll-ctr-3 {
  position: fixed;
  opacity: 0.4;
  left: 120px;
  bottom: -110px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mp-scroll-img img {
  width: 140px;
  height: auto;
  border-radius: 15px;
}

.slide-ovfw {
  overflow: hidden;
}

.infiniteslide_wrap {
  width: 180px;
  height: 900px !important;
}

.scroll1,
.scroll2,
.scroll3 {
  display: none;
}

/*PAGE TRANSITION*/

.transition-fade {
  opacity: 1;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

/*WELCOME PAGE FOOTER*/

.wp-footer {
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: right;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0px 2px 2px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-footer a {
  text-decoration: none;
  color: #ffffff;
  padding-left: 3px;
}
.wp-footer img {
  height: 8.3px;
  margin-left: 2px;
  margin-bottom: 0.1px;
}

/*MENU*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 40px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.nav {
  width: 100%;
  padding: 40px;
  padding-bottom: 0px;
  position: sticky;
  background-color: #000;
  z-index: 101;
  top: 0;
  left: 0;
}

.nav-inner {
  border-bottom: 2px solid rgba(230, 177, 94, 1);
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav-icon {
  width: 40px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: rgba(230, 177, 94, 1);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 10px;
}

#nav-icon span:nth-child(2) {
  top: 20px;
  width: 30px;
}

#nav-icon.open span:nth-child(1) {
  opacity: 1;
  top: 18px;

  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  top: 18px;
  width: 40px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-close-btn {
  margin-bottom: 60px;
}

.nav-links {
  display: none;
}

.nav-links ul {
  padding: 0;
  list-style: none;
}

.nav-links ul li {
  margin-bottom: 8px;
}

.nav-links a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #d7c4a6;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.nav-links a:hover {
  color: #e6b15e;
  padding-left: 10px;
}

.nv-ck-bg {
  display: none;
  width: 17px;
}

.nav-links a:hover .nv-ck-sml {
  display: none;
}

.nav-links a:hover .nv-ck-bg {
  display: inline-block;
}

.nav-links a span {
  margin-left: 5px;
}

.nav-logo-sdnv {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.nav-logo-sdnv img {
  width: 100px;
}

.main-content {
  padding: 20px 40px 40px 40px;
}

.nav-mbl-bg {
  position: absolute;
  bottom: 45px;
  right: 0;
  z-index: -1;
  width: 130px;
}

html.is-animating .transition-fade {
  opacity: 1;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

html.is-leaving .transition-fade {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.transition-swipe {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

html.is-animating .transition-swipe {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

/*MENU HTML*/

.page-ctr {
  width: 100%;
}

.main-content-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 36px;
  color: #e9bb72;
  margin-top: 0px;
}

.main-content-mn-title span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 25px;
}

.main-content-title2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.typing {
  position: relative;
  line-height: 24px;
  display: inline-block;
  color: #fff;
  min-width: 1px;
  min-height: 24px;
}

.typing:after {
  content: "";
  position: absolute;
  top: 5%;
  right: -2px;
  width: 1px;
  height: 90%;
  border-right: 2px solid #fff;
  -webkit-animation: blink 0.5s infinite ease;
  animation: blink 0.5s infinite ease;
}

.urun-detay {
  position: relative;
  line-height: 24px;
  display: inline-block;
  color: #fff;
  min-width: 1px;
  min-height: 24px;
}

.urun-detay:after {
  content: "";
  position: absolute;
  top: 5%;
  right: -2px;
  width: 1px;
  height: 90%;
  border-right: 2px solid #fff;
  -webkit-animation: blink 0.3s infinite ease;
  animation: blink 0.3s infinite ease;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1%;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1%;
  }
}

.categories-li {
  padding: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(215.25%, #d7c4a6)
  );
  background: -o-linear-gradient(top, #ffffff 0%, #d7c4a6 215.25%);
  background: linear-gradient(180deg, #ffffff 0%, #d7c4a6 215.25%);
  border-radius: 76.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  height: 115px;
}

.categories-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.categories-item:hover {
  color: #4e3b1e;
}

.categories-item-img {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 25%);
  box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 25%);
  margin-right: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.categories-item {
  font-family: "Poppins";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #4e3b1e;
}

.categories-item-crt {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.d-none {
  display: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.ftr-nml-lnk {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

.ftr-nml-lnk:hover {
  color: #ffffff;
}

.page-footer-nml {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(17.5%, #e6b15e),
    color-stop(217.5%, #d59838)
  );
  background: -o-linear-gradient(top, #e6b15e 17.5%, #d59838 217.5%);
  background: linear-gradient(180deg, #e6b15e 17.5%, #d59838 217.5%);
  border-radius: 25px 25px 0px 0px;
  z-index: 110;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  padding: 13px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#opn-ftr-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.glb-icn-ftr {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;

  margin-left: 5px;
}

.glb-icn-ftr img {
  width: 100%;
}

.ftr-bg-item {
  margin-bottom: 10px;
}

.ftr-bg-item a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ab9d87;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftr-bg-icn-ctr {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6b15e),
    to(#d49838)
  );
  background: -o-linear-gradient(top, #e6b15e 0%, #d49838 100%);
  background: linear-gradient(180deg, #e6b15e 0%, #d49838 100%);
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ftr-bg-icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer-bg {
  height: auto;
  padding: 35px;
  padding-bottom: 25px;
  width: 80%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -o-linear-gradient(270.01deg, #ffffff 0.01%, #d7c4a6 372.61%);
  background: linear-gradient(179.99deg, #ffffff 0.01%, #d7c4a6 372.61%);
  -webkit-box-shadow: -1px -3px 27px -10px #251a0a;
  box-shadow: -1px -3px 27px -10px #251a0a;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  display: none;
}

/*PRODUCT ITEM*/

.products-ctr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-item {
  padding: 5px;
  margin-bottom: 36px;
}

.product-item-inner {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(181.39%, #d7c4a6)
  );
  background: -o-linear-gradient(top, #ffffff 0%, #d7c4a6 181.39%);
  background: linear-gradient(180deg, #ffffff 0%, #d7c4a6 181.39%);
  border-radius: 36px;
  width: 100%;
  text-align: center;
}

.new-product-tag {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  background: #e6b15e;
  color: #ffffff;
  width: 30px;
  padding-right: 1px;
  padding-top: 1px;
  height: 30px;
}

.prod-item-i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.product-item-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.product-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.product-item-title {
  padding-top: 80px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #4e3b1e;
  position: relative;
  margin-bottom: 11px;
  width: 100%;
}

.arw-clickable-itm {
  position: absolute;
  right: 15px;
}

.click-eye{
  cursor:pointer;
}

.product-item-mini-title {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-size: 8px;
  line-height: 9px;
  text-align: center;
  color: #e6b15e;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 150px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-text {
  width: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ab9d87;
}

.product-item-price {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: -1.78px;
  color: #4e3b1e;
}

.product-item-price span {
  font-size: 18px;
}

/*PRODUCT MODAL*/

#productModal .modal-dialog {
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}

.modal-content {
  width: 100%;
  background: -o-linear-gradient(270.01deg, #ffffff 0.01%, #d7c4a6 372.61%);
  background: linear-gradient(179.99deg, #ffffff 0.01%, #d7c4a6 372.61%);
  -webkit-box-shadow: 1px 1px 2px -2px #251a0a;
  box-shadow: 1px 1px 2px -2px #251a0a;
  border-radius: 36px;
  border: none;
}

.modal-cls-icn-ctr {
  cursor: pointer;
  z-index: 50;
}

.modal-cls-icn {
  position: absolute;
  top: -7px;
  outline: none;
  border: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ab9d87),
    to(#857152)
  );
  background: -o-linear-gradient(top, #ab9d87 0%, #857152 100%);
  background: linear-gradient(180deg, #ab9d87 0%, #857152 100%);
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.modal-backdrop {
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.1);
}

.modal-prod-item-img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-prod-item-img img {
  width: 100%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.modal-prod-item-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.carousel-inner {
  overflow: visible;
}

#productModal .carousel-item {
  position: relative;
}
.carousel-item {
  transition: transform 0.3s ease-in-out;
  padding: 30px;
}
.modal-body {
  padding: 0px;
}

.modal-prod-item-img {
  position: absolute;
  cursor: pointer;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

.modal-prod-item-title {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-prod-item-title h5 {
  margin-bottom: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #4e3b1e;
  width: 85%;
  text-align: center;
  text-transform: uppercase;
}

.carousel-control-icn {
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

/* .carousel-control-icn{
  position:absolute;
  top:125px;
}
 */
.modal-prod-item-sgn-txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 3px;
  text-align: center;
  color: #dda44a;
  letter-spacing: 0.4px;
}

.modal-prod-item-detail {
  margin-bottom: 25px;
}

.modal-prod-item-detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.4px;
  line-height: 12px;
  color: #ab9d87;
}

.modal-prod-item-detail ul li span {
  margin-top: 3px;
  margin-left: 4px;
  text-transform: uppercase;
}

.mpid-icn {
  width: 25px;
  border-radius: 50%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ab9d87),
    to(rgba(77, 58, 58, 0.62))
  );
  background: -o-linear-gradient(top, #ab9d87 0%, rgba(77, 58, 58, 0.62) 100%);
  background: linear-gradient(180deg, #ab9d87 0%, rgba(77, 58, 58, 0.62) 100%);
}

.modal-prod-item-price {
  padding: 3px 55px !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4d3a3a),
    color-stop(147.14%, #ab9d87)
  );
  background: -o-linear-gradient(top, #4d3a3a 0%, #ab9d87 147.14%);
  background: linear-gradient(180deg, #4d3a3a 0%, #ab9d87 147.14%);
  border-radius: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1.78px;
  color: #ffffff;
}

.modal-prod-item-price span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 4px;
  margin-top: 2px;
}

.modal-prod-more-detail {
  margin-top: 20px;
  position: relative;
}

.mpmd-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  text-align: left;
  color: #4e3b1e;
}

.mpmd-list {
  flex-wrap: nowrap;
  overflow: scroll;
  position: relative;
}
.mpmd-list {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.mpmd-list::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.icsn-lf-rght {
  position: absolute;
  width: 100%;
  top: 30px;
}
.icsn-lf-rght img {
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.icsn-lf-rght img.prv {
  left: -10px;
  display: none;
}

.icsn-lf-rght img.nxt {
  right: -10px;
}

.mpmd-list-item {
  padding: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 62px;
}

.mpmd-list-item span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  text-align: center;
  color: #ab9d87;
  margin-top: 6px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}

.kahvalti span {
font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    text-align: left;
    color: #ab9d87;
    margin-top: 6px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.mpmd-li-inr {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6b15e),
    to(#d49838)
  );
  background: -o-linear-gradient(top, #e6b15e 0%, #d49838 100%);
  background: linear-gradient(180deg, #e6b15e 0%, #d49838 100%);
  border-radius: 9px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.mpmd-li-inr img {
  width: 100%;
  height: 100%;
}

.mpmd-dtl-lnk {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ab9d87;
}

.mpmd-dtl-lnk:hover {
  color: #ab9d87;
}

/*VİDEO MODAL*/

.video-modal-ovrly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 99999;
  display: none;
}

.video-modal-ovrly-inr {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.video-modal-ovrly-inr iframe {
  width: 90%;
  height: 250px;
  display: none;
}

.video-modal-ovrly-icn,
.img-glr-modal-ovrly-icn,
.img-glr-cls-icn {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 50;
  cursor: pointer;
  cursor: pointer;
}
.img-glr-modal-ovrly-icn img,
.img-glr-cls-icn img,
.video-modal-ovrly-icn img {
  width: 30px;
  height: 30px;
}
.opn-video-ovrly {
  cursor: pointer;
}

/*IMAGE MODAL*/

.img-modal-ctr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 99999;
  display: none;
}

.img-modal-ctr ul li img {
  width: 80%;
  max-height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-modal-ctr .splide__track {
  height: 100%;
}

.img-modal-ctr .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod-item-img-splide {
  height: 100%;
}

/*-CONTACT-SUBELERIMIZ*/

.contact-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 80px;
}

.contact-card-item {
  background: -o-linear-gradient(270.01deg, #ffffff 0.01%, #d7c4a6 372.61%);
  background: linear-gradient(179.99deg, #ffffff 0.01%, #d7c4a6 372.61%);
  -webkit-box-shadow: -1px -7px 22px -2px #251a0a;
  box-shadow: -1px -7px 22px -2px #251a0a;
  border-radius: 36px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 100px;
  width: 100%;
}

.contact-card-item-img {
  position: absolute;
  top: -70px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.contact-card-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.contact-card-item-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-card-item-head {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-top: 20px;
  color: #4e3b1e;
}

.card-items-list li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-items-list li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #ab9d87;
}

.cc-i-ctr {
  width: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6b15e),
    to(#d49838)
  );
  background: -o-linear-gradient(top, #e6b15e 0%, #d49838 100%);
  background: linear-gradient(180deg, #e6b15e 0%, #d49838 100%);
}
.contact-card-item-icn {
  width: 15%;
}

.card-items-list li span {
  width: 85%;
}

.card-ale {
  width: 100%;
  background: -o-linear-gradient(270.01deg, #ffffff 0.01%, #d7c4a6 372.61%);
  background: linear-gradient(179.99deg, #ffffff 0.01%, #d7c4a6 372.61%);
  -webkit-box-shadow: -1px -7px 22px -2px rgba(37, 26, 10, 0.5);
  box-shadow: -1px -7px 22px -2px rgba(37, 26, 10, 0.5);
  border-radius: 36px;
  padding: 40px 34px;
}

.card-ale-head {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  height: 5%;
  color: #4e3b1e;
}

.ale-list {
  margin-top: 15px;
  height: 400px;
  overflow-y: auto;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6b15e),
    to(#d49838)
  );
  background: linear-gradient(180deg, #e6b15e 0%, #d49838 100%);
}

.s-to-btm {
  cursor: pointer;
  height: 5%;
}

.ale-list li {
  margin-bottom: 18px;
  width: 100%;
}
.ale-text h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #857152;
}

.ale-text {
  width: 80%;
}
.ale-icn-ctr {
  width: 20%;
}

.ale-icn-ctr-inr {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6b15e),
    to(#d49838)
  );
  background: -o-linear-gradient(top, #e6b15e 0%, #d49838 100%);
  background: linear-gradient(180deg, #e6b15e 0%, #d49838 100%);
  border-radius: 9px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding:5px;
  justify-content: center;
}

.ale-icn-ctr-inr img{
  width:100%;
  height:100%;
}
.ale-text span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  color: #ab9d87;
}

.contact-card-item-img .clock {
  position: relative;
  height: 100px;
  width: 100px;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  border: 10px solid #d49838;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact-card-item-img .clock .top {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #262626;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact-card-item-img .clock .right {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #262626;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.contact-card-item-img .clock .bottom {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #262626;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.contact-card-item-img .clock .left {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #262626;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.contact-card-item-img .clock .center {
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #262626;
  border-radius: 100%;
}
.contact-card-item-img .clock .shadow {
  height: 200px;
  width: 200px;
  position: absolute;
  left: 60px;
  top: 60px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.contact-card-item-img .clock .hour {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 60s infinite linear;
  animation: time 60s infinite linear;
}
.contact-card-item-img .clock .hour:before {
  position: absolute;
  content: "";
  background: #262626;
  height: 40px;
  width: 3px;
  top: 30px;
}
.contact-card-item-img .clock .minute {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 30s infinite linear;
  animation: time 30s infinite linear;
}
.contact-card-item-img .clock .minute:before {
  position: absolute;
  content: "";
  background: #262626;
  height: 30px;
  width: 2px;
  top: 40px;
}
.contact-card-item-img .clock .second {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 15s infinite linear;
  animation: time 15s infinite linear;
}
.contact-card-item-img .clock .second:before {
  position: absolute;
  content: "";
  background: #d49838;
  height: 30px;
  width: 2px;
  top: 35px;
}

.contact-hour-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  margin-bottom: 23px;
}
.chi-s {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4d3a3a),
    color-stop(147.14%, #ab9d87)
  );
  background: -o-linear-gradient(top, #4d3a3a 0%, #ab9d87 147.14%);
  background: linear-gradient(180deg, #4d3a3a 0%, #ab9d87 147.14%);
  border-radius: 47px;
  padding: 7px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.chi-f {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 126%;
  /* or 15px */

  color: #887d6d;
}

.chi-f span {
  font-weight: 600;
}

/*GALLERY*/

.glr-ctent {
  margin-bottom: 25px;
}

.glr-header {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #e6b15e;
  margin-bottom: 18px;
}

.glr-vid-item {
  background: rgba(0, 0, 0, 0.38);
  border-radius: 24px;
  overflow: hidden;
  height: 230px;
  cursor: pointer;
  position: relative;
}

.vid-p-btn {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ab9d87),
    to(rgba(77, 58, 58, 0.62))
  );
  background: -o-linear-gradient(top, #ab9d87 0%, rgba(77, 58, 58, 0.62) 100%);
  background: linear-gradient(180deg, #ab9d87 0%, rgba(77, 58, 58, 0.62) 100%);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vid-p-btn img{
  width:20px !important;
  height:20px !important;
  
}
.glr-vid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.glr-item {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.glr-item-inr {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: 24px;
  overflow: hidden;
  width: 150px;
  height: 150px;
  cursor: pointer;
  margin-bottom: 10px;
}
.glr-item-inr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#galleryModal .modal-content {
  width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  overflow: hidden;
}

#galleryModal .carousel-item {
  height: 100%;
}

.carousel-item-inr-glr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
}

.carousel-item-inr-glr img {
  width: 90%;
}

#galleryModal.modal.show .modal-dialog {
  height: 100%;
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#galleryModal.modal.show .modal-content {
  width: 90%;
}

@-webkit-keyframes time {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes time {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 576px) {
  .carousel-item-inr-glr img {
    height: 400px;
    width: auto;
  }

  .modal-prod-item-title {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .glr-item-inr {
    width: 170px;
    height: 170px;
  }

  .glr-vid-item {
    height: 300px;
  }

  .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-ctent-inr {
    width: 450px;
  }

  .mp-scroll-img img {
    width: 180px;
  }

  .mp-scroll-ctr {
    left: 180px;
    bottom: -630px;
  }

  .mp-scroll-ctr-2 {
    left: 40px;
    bottom: -200px;
  }

  .mp-scroll-ctr-3 {
    left: 120px;
    bottom: 10px;
  }
}

@media (min-width: 420px) {
  #productModal .modal-dialog {
    width: 375px;
  }
  .nav-mbl-bg {
    width: 180px;
  }

  .modal-prod-item-img {
    top: -70px;
  }
  .ale-text {
    width: 85%;
  }
  .ale-icn-ctr {
    width: 15%;
  }

  .footer-bg {
    width: 335px;
  }

  .contact-card-item-icn {
    width: 10%;
  }

  .card-items-list li span {
    width: 90%;
  }
}

@media (min-width: 450px) {
  .product-item-inner {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 375px) {
  .mpmd-list-item {
    width: 55px;
  }

  /* .page-ctr,
   .page-footer-nml {
    width: 400px !important;
  } 

  .page-footer-nml {
    position:absolute;
  } */

  .main-content {
    padding: 20px;
  }

  .product-item-img,
  .product-item-img img {
    width: 70px;
    height: 70px;
  }
  .nav {
    padding: 20px;
    padding-bottom: 0px;
  }
  .card-ale {
    padding: 30px 20px;
  }

  .mpmd-list-item {
    width: 20% !important;
  }

  .categories-item {
    font-size: 14px;
  }

  .categories-item-img {
    width: 85px;
    height: 85px;
  }

  .categories-li {
    height: 95px;
  }

  .page-footer-nml span {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .glr-vid-item {
    height: 400px;
  }

  .main-ctent-inr {
    width: 768px;
  }

  .video-modal-ovrly-icn {
    top: 50px;
    right: 5%;
  }

  .video-modal-ovrly-inr iframe {
    height: 600px;
  }

  .contact-card-item-icn {
    width: 5%;
  }

  .card-items-list li span {
    width: 95%;
  }

  .ale-text {
    width: 92%;
  }
  .ale-icn-ctr {
    width: 8%;
  }
}

/*ALERJEN-GİDALAR*/

.nv-fxd {
  position: fixed;
}

.fxd-ct.main-content {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.fxd-ctent-inr {
  height: 100%;
  padding-bottom: 120px;
  padding-top: 40px;
}

.card-ale {
  height: 100%;
}
