:root {
  --background-color: #faf7ef;
  --hover-color: #fd6f21;
}

@font-face {
  font-family: "kugile";
  src: url("../fonts/Kugile_Demo.ttf") format("ttf");
}

@font-face {
  font-family: "fanavari";
  src: url("../fonts/Shabnam-FD.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

a {
  text-decoration: none;
}

ul,ol {
  list-style-type: none;
}

body {
  overflow-x: hidden;
  font-family: "fanavari", sans-serif;
  background-color: #faf7ef;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mainNav {
  background: var(--background-color);
  box-shadow: 0px 5px 15px 0px #e9e6df;
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
}

.hiddenNav{
  background: var(--background-color);
  box-shadow: 0px 5px 15px 0px #d6d3ce;
  position: fixed;
  top: -200px;
  border-radius: 50px;
  z-index: 99;
  width: 80%;
  right: 170px;
  transition: all 250ms ease-in-out;
}

.hiddenNav.active{
  top: 15px;
}

.logo{
  margin-top: 10px;
}

.logo a {
  font-size: 40px;
  font-weight: 700;
  color: #1c1814;
  text-transform: uppercase;
  font-family: "kugile", sans-serif;
}

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 16px;
  color: #1c1814;
  padding: 20px 25px;
  display: block;
  font-weight: 400;
}

.main_menu ul li .active, .main_menu ul li:hover > a {
  color: var(--hover-color);
}

.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px #e3ded7;
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.main_menu ul li ul li a i {
  float: left;
}

.main_menu ul li ul li ul {
  right: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  right: 0;
  left: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px #e3ded7;
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  right: 50%;
  transform: translateX(50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

.mobProducts{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 100vh;
}

.mobProductRowCont{
  width: 100%;
  height: 500px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 40px;
}

.MPRCTitle{
  font-size: 24px;
  font-weight: bold;
  color: #fd6f21;
}

.mobRowProd{
  width: 100%;
  height: 100%;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  flex-wrap: nowrap;
  margin-top: 15px;
}

.mobRowProdTesr{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.mobRowProdSingle{
  min-width: calc(100% / 1.3);
  height: 450px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 15px;
}

.mobRowProdSingle2{
  width: calc(100% / 2.02);
  height: 300px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 15px;
}

.mobProductRowCont2{
  height: 100%;
  padding: 0 7px;
}

.MRPSImg{
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 3 / 4;
}

.MRPSTexts{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}

.MRPSTexts2{
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.MRPSSub{
  color: #aeaeae;
  font-size: 14px;
}

.MRPSBtn{
  background-color: #fd6f21;
  color: #ffffff;
  font-family: "fanavari";
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 7px;
  margin-top: 15px;
}

.catagoriBtnMob{
  width: 60px;
  height: 60px;
  z-index: 1000;
  background-color: #fd6f21;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.allCatCont{
  width: 70%;
  height: 475px;
  position: fixed;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
  z-index: 100;
  background-color: #ffffff;
  border-radius: 25px 0 0 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 20px;
  transition: all 500ms ease-in-out;
}

.allCatCont.active{
  right: 0;
}

.allCatContTop{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.allcatClose{
  width: 40px;
  height: 40px;
  font-size: 32px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.allCatContMain{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-top: 20px;
}

.allCatContMainSingle{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-top: 1px solid #aeaeae;
}

.mobProdSlides{
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-top: 40px;
}

.mobProdSlidesTitle{
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.mobProdSlidesSub{
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
}

.mobProsliderCont{
  width: 100%;
  aspect-ratio: 3 / 4;
  background-color: #dbd9d1;
  margin-top: 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.mobProsliderContTxt{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: absolute;
  z-index: 5;
  padding: 15px;
  background: linear-gradient(180deg,rgba(253, 110, 33, 0.75) 0%, rgba(255, 240, 209, 0) 100%);
}

.mobProsliderContSlide{
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: all 300ms ease-in-out;
}

.mobProsliderContSlide img{
  width: 100%;
  height: 100%;
}

.mobProsliderContDots{
  width: 100%;
  position: absolute;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  z-index: 5;
}

.mobProsliderContDotsSingle{
  width: 12px;
  height: 12px;
  background-color: #939393;
  border-radius: 50%;
  transition: all 250ms ease-in-out;
}

.mobProsliderContDotsSingle.active{
  background-color: #ffffff;
}

.mobRowProdSingle2Slider{
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  position: relative;
}

.mobRowProdSingle2Slider-Main{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: all 300ms ease-in-out;
}

.mobRowProdSingle2Slider-Dots{
  width: 100%;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: absolute;
  z-index: 5;
}

.mobRowProdSingle2Slider-DotsSingle{
  width: 10px;
  height: 10px;
  background-color: #939393;
  border-radius: 50%;
  transition: all 250ms ease-in-out;
}

.mobRowProdSingle2Slider-DotsSingle.active{
  background-color: #ffffff;
}

@media (min-width: 992px){
  .mobProducts , .catagoriBtnMob , .allCatCont{
    display: none;
  }
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .hiddenNav{
    display: none !important;
  }
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: left;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    right: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
  }

  @media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}

.posters, .postersMob{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
}

.posters{
  margin-top: 75px;
}

.postersMob{
  margin-top: 20px;
  flex-direction: column;
}

.poster{
  width: 47%;
  height: 340px;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 767.98px) {
  .hiddenNav, .trends, .catagories, .mobCatTitre{
    display: none !important;
  }
}