@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Outfit;
}
body {
    background-color: #E3E6E6;
}
a {
    text-decoration: none;
    color: inherit;
}
.flex {
    display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.center {
    align-items: center;

}
.end {
    align-items: end;
}
.space-between {
    justify-content: space-between;
}
.navbar {
    color: white;
    background-color: #131921;
    gap: 15px;
    padding: 2px 0px 3px 2px; 
}
.dim-logo {
    width: auto;
    height: 56px;
}
.dim-loc{
    width: 15px;
    height: 18px;
}


.icon {
  width: 15px;
  height: 18px;
  color: white;
  padding-right: 24px;
  margin: 8px 0px 5px 0px;
}
.dropdown-icon {
  font-size: 14px;
  color: gray; 
  cursor: pointer;
}
.search-icon {
  color: #131921; 
  cursor: pointer;
}
.nav-search {
    display: flex;
    align-items: stretch; 
    flex: 1;
    max-width: 756px;
    margin-left: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.nav-search-drop {
    display: flex;
    align-items: center;
    background-color: #e5e5e5;
    padding: 0px 3px 0px 8px;
    gap: 3px;
    height: 40px; 
}
.nav-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    height: 40px; 
}
.search-icon {
    background-color: #febd69;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    height: 40px; 
}
.nav-lang {
    display: flex;
  align-items: center;
  gap: 5px;
  padding: 0; 
  margin-top: 8px;
  margin-left: auto;

}
.dropdown-icon3 {
  font-size: 14px;
  color: gray; 
  cursor: pointer;
  margin-top: 12px;
}

.flag {
  width: 18px;
  height: 20px;
}

.lang-text {
  font-size: 14px;
  font-weight: 700;
  color: white;
}
.dropdown-icon2 {
  font-size: 14px;
  color: gray; 
  cursor: pointer;
  margin-left: -8px;
}
.space{
    margin: 0px 0px 0px 2px;
    padding: 0px 9px 10px;
}
.nav-cart {
  display: flex;
  align-items: center;
  gap: 2px; 
  margin-left: 2px;
}

.cart-icon-box {
  position: relative;
}

.cart-icon {
  font-size: 28px;
  color: white;
}

.cart-count {
  position: absolute;
  top: -12px;
  right: 6px;
  color: #f08804;
  font-size: 14px;
  font-weight: bold;
}

.cart-text {
  font-size: 14px;
  font-weight: 700;
  color: white;
  
}
.nav-bottom{
  gap: 13px;
  padding: 0px 20px;
  background-color: #232F3E;
  color: white;
  font-size: 14px;
}
.nav-bottom-text {
  padding-left: 4px; 
  padding-bottom: 1px; 
  font-weight: 600;
}

.menu-links {
  margin: 2px 0px 3px;
  padding: 8px 5px;

}
.header-slider {
  max-height: 300px;
  position: relative;
  z-index: 1;
}
.header-slider ul {
  display: flex;
  overflow-y: hidden;
}
.header-img {
  max-width: 100%;
  mask: linear-gradient(to bottom, #000 70%, transparent);
  /* mask: linear-gradient(to bottom, #000000 50%, transparent 100%); */
  transition: 0.3s;
}

.header-slider a{
  text-decoration: none;
}
.arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  font-size: 75px !important;
  cursor: pointer;
  color: black;
  z-index: 10; 
  
  padding: 10px;
  border-radius: 50%;
}
.left {
  left: 8px;
}

.right {
  right: 8px;
}
.box-row {
  display: flex;
  justify-content: space-between;
  gap: 12px; 
  margin: -36px 30px 22px;
  padding: 20px 10px;
  position: relative;
  z-index: 5;
}
.box-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  background: white;
  padding: 15px;
  
  width: 25%; 
  min-height: 340px;
}
.header-box {
  margin-top: -4vw;
}

.box-col img {
  width: 100%;
  height: 240px;
  object-fit: cover; 
}

.box-col h3 {
  font-size: 21px;
}

.box-col a {
  font-size: 13px;
  color: #2162A1;
}

.product-slider {
  background-color: white;
  margin: -15px 40px;
  padding: 20px;
}
.product-slider .products {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  margin-top: 10px;
}

.product-slider .products img {
  max-width: 206px;
  max-height: 192px;
}
.product-slider .products::-webkit-scrollbar {
  display: none;
}
.box3 {
  margin-top: 15px;
}

.product-slider-with-price {
  background-color: white;
  margin: -15px 40px;
  padding: 20px;
  margin-bottom: 15px;
}

.product-slider-with-price .products {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  margin-top: 10px;
}

.product-slider-with-price .products::-webkit-scrollbar {
  display: none;
}
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width: 210px;
  background-color: #fbfbfb;
}
.product-card img {
  width: 110px;
  margin: 0 50px;
}

.product-offer p{
  background-color: #be0b3b;
  color: white;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 8px 0;
  font-size: 13px;
}

.product-offer span {
  color: #be0b3b;
  font-weight: 500;
  font-size: 12px;
}

.product-price {
  color: gray;
  font-size: 13px;

}

.product-card h4 {
  color: #525252;
  font-size: 15px;
  font-weight: 400;
}


footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background-color: #131921;
  padding: 20px 60px;

}


/* media query */
@media only screen and (max-width: 900px) {
  nav {
    flex-wrap: wrap;
  }
  .nav-search {
    max-width: 100%;
    margin-left: 10px;
    order: 7; 
    margin: 15px 0 5px;
    min-width: 300px;
  }
  .box-col{
    max-width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .nav-country {
    display: none;
  }
  .nav-lang {
    display: none;
  }
  .nav-text {
    display: none;
  }
  .nav-bottom {
    font-size: 13px;
    gap: 10px;
    overflow-x: scroll;
  }
  .nav-bottom::-webkit-scrollbar {
    display: none;
  }
  .nav-bottom p {
    text-wrap: nowrap;
  }

  .mobile-user-icon {
    display: flex !important;
    flex: 1;
    justify-content: flex-end;
  }

  .mobile-user-icon img {
    width: 25px;
  }
  .nav-cart h4 {
    display: none;
  }

  .header-slider a {
    top: 24%;
    padding: 2vh 1vw;
    font-size: 15px;
  }
  .box-col {
    max-width: 100%;
    width: 100%;
    
  }
  footer {
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
  }
}
