@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
}
a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
}
.bigwrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.banner img {
  width: 100%;
  height: auto;
}
.p_content{
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4px;
  color: #242424;
  margin-bottom: 60px;
  text-align: center;
}
.title_img{
  width: 400px;
  margin: 0 auto 20px;
}
.title_img img{
  width: 100%;
  height: auto;
}
.product_type{
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
.product_type_group{
    width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product_type_item_for_two a,
.product_type_item_for_two img{
  flex: 1;
  width: 0;
  height: auto;
  object-fit: cover;
  transition: ease-in-out 0.3s;
}
.product_type_item_for_two a img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.product_type_item_for_two,
.product_type_item_for_three {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px 10px;
}
.product_type_item_for_three a,
.product_type_item_for_three img{
  flex: 1;
  width: 0;
  height: auto;
  object-fit: cover;
    transition: ease-in-out 0.3s;
}
.product_type_item_for_three a img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.product_type_item_for_two a:hover{
  transform: scale(0.95);
}
.product_type_item_for_three a:hover{
  transform: scale(0.95);
}

/* Image hover swap */
.img-swap-wrap {
  position: relative;
  display: block;
}
.img-swap-wrap .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  object-fit: cover;
}
.img-swap-wrap:hover .img-hover {
  opacity: 1;
}
.knowmore{
  width: 300px;
  height: auto;
  margin: 0 auto 100px;
  text-align: center;
  border: 1px solid #000000;
  padding: 10px;
}
.knowmore:hover{
  background-color: #000000;
  transition: 0.3s;
}
.knowmore:hover a{
  color: white;
}
.button {
  border: none;
  color: white;
  width: 228px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 14px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px dashed #5b3413;
}

.button1:hover {
  background-color: #5b3413;
  color: white;
}
.montbell_logo {
  width: 100%;
  height: auto;
  margin: 0px auto;
  text-align: center;
}

.montbell_logo img {
  width: 140px;
}
.socialmedia {
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

.socialmedia ul {
  display: flex;
  justify-content: center;
}

.socialmedia li {
  width: 40px;
  list-style: none;
  margin: 0 30px;
  transition: 0.3s;
}

.socialmedia li:hover {
  transform: translatey(-3px);
}

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

ol,
ul {
  padding-left: 0rem !important;
}

.footer {
  background: #ffffff;
  color: #898989;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 100px;
  letter-spacing: 4px;
}

@media (max-width: 1024px) {
  .bigwrapper {
  width: 100%;
}
  /* .socialmedia{
    margin: 0 auto;
  } */
}
@media (max-width: 1000px) {
}
@media (max-width: 768px) {
  .p_content{
  width: 80%;
}
}
@media (max-width: 480px) {
  .product_type_item_for_two,
  .product_type_item_for_three {
    flex-direction: column;
  }
  .product_type_item_for_two a,
  .product_type_item_for_two img,
  .product_type_item_for_three a,
  .product_type_item_for_three img {
    width: 100%;
    flex: unset;
  }
  .title_img{
  width: 100%;
}
}
@media (max-width: 425px) {
}

/* For iphone 13 pro */
@media (max-width: 390px) {
}
@media (max-width: 375px) {
}
