@font-face {
  font-family: 'LEMON MILK';
  src: url('../fonts/LemonMilk.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.nav-link {
  color: #3C3C3C;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
}
.nav-link:hover {
  color: #F5129A;
  font-family: 'Poppins';
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
}
.header-top{
  padding: 22px 0px;
  border-bottom: 1px solid var(--grayscale-500, #D0D0D0);
  background: var(--core-white, #FFF);
}


.curency_dropdown_text {
  margin: 0px;
}
.curency_dropdown_text:hover {
  cursor: poPoppins;
}
.currency_dropdown {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #FFFFFF;
  border: 1px solid #F5129A;
  border-top: none;
}
.cart_icon_div {
  padding-left: 16px;
  margin-top: 6px;
}
.currency_dropdown.active {
  display: none;
}
.btn_currency {
  color: #3C3C3C;
  font-family: 'Urbanist';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  border-radius: 0px;
}
.btn_currency:focus {
  box-shadow: none;
}
.btn_currency:hover, .btn_currency.active {
  background: #f5129a47;
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1150px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}

@media only screen and (min-width: 1921px) and (max-width: 2880px){
}

@media only screen and (min-width: 992px) and (max-width: 1080px){
}
/* ---------------------tc--------------------------- */
.hambuger-pp{
  padding-bottom: 3rem;
}

.hambuger-title h2{
  font-family: 'Mazzard-SemiBold';
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  color: #F5A937;
  letter-spacing: 2px;
  text-transform: lowercase;
}
.bg_border_policy{
  padding-top: 6rem;
}
.privcy-box{
  margin-top: 30px;
}
.privcy-box-content p {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #12394A;
  font-weight: 400;
  letter-spacing:0.5px;
}
.shop_btn, .shop_btn:hover {
  border-radius: 64px;
  background: var(--core-primary, #F5129A);
  padding: 12px 32px!important;
  color: var(--core-white, #FFF);
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 21.7px */
  text-transform: capitalize;
  margin-top: 5px;
  margin-left: 40px;
  text-decoration: none;
}
.footer_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.footer_top_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_link {
  color: var(--grayscale-800, #3C3C3C);
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  text-decoration: none;
}
.footer_top_right {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
.footer_breaker {
  height: 1px;
  background: #D0D0D0;
  margin-bottom: 24px;
}
.footer_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer_bottom_left {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer_details {
  color: #3C3C3C;
  font-family: 'Poppins';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.footer {
  border-top: 1px solid var(--grayscale-500, #D0D0D0);
  background: var(--core-white, #FFF);
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer_mobo {
  display: none;
}