@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}a{color:inherit;text-decoration:none}header,footer,section,nav{display:block}

html, body {
  font-family: "Inter", sans-serif;
  background: #fff;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
header {
  background: #f5f1f0;
  padding: 4px 0;
}
.headerfx {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(245,241,240,.8);
  backdrop-filter: blur(10px);
}
header .container {
  display: flex;
  align-items: center;
}
header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  gap: 32px;
  color: #767676;
  font-size: 16px;
  text-transform: uppercase;
}
header nav ul li {
  transition: .3s;
}
header nav ul li:hover {
  color: #000;
}
.logo {

}
.logo a {
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  height: 70px;
  width: 140px;
  background: url("img/logo.svg") no-repeat -14px 50% / contain;
}
.scroll {
  position: absolute;
  width: 250px;
  left: calc(50% - 125px);
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  gap: 24px;
}
.scroll i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("img/mouse.svg") no-repeat 50% 50% / contain;
}
.intro {
  position: relative;
}
.intro li {
  height: 1000px;
  position: relative;
}
.intro .intro-center-text {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
/*   background: red; */
  height: 40px;
  line-height: 40px;
  top: calc(50% - 20px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
.intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro .container {
  position: relative;
}
.promo {
  padding: 120px 0;
}
.promo-split {
  display: flex;
  align-items: center;
}
.promo-split img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.promo-split .lg {
  width: 50%;
}
.promo-split .main {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo-split .genbtn {
  margin-top: 24px;
}
.promo-split .sm {
  width: 20%;
}
.promo .abt, .promo .title {
  text-transform: uppercase;
}
.promo .abt {
  color: #767676;
  letter-spacing: 3px;
  font-size: 14px;
}
.promo .title {
  margin-top: 6px;
  font-size: 24px;
  letter-spacing: 3px;
  color: #73a0ca;
}
.genbtn {
  display: inline-block;
/*   border: 1px solid #973fa5; */
  box-shadow: 2px 2px 12px rgba(0,0,0,.15);
  color: #393536;
  padding: 0 32px;
  font-size: 16px;
  line-height: 64px;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: .3s;
}
.genbtn:hover {
  background: rgba(0,0,0,.05);
}

.twocollections {
  margin-bottom: 120px;
}
.twocollections ul {

}
.twocollections ul li {
  display: flex;
  gap: 40px;
  align-items: center;
}
.twocollections ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
  margin-top: -100px;
}
.twocollections ul li .imgbox {
  flex-grow: 1;
  box-sizing: border-box;
  border: 15px solid white;
  background: white;
  margin-left: -15px;
}
.twocollections ul li:nth-of-type(2n) .imgbox {
  margin-left: 0;
  margin-right: -15px;
}
.twocollections ul li .imgbox img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.twocollections ul li .info {
  flex-shrink: 0;
  width: 450px;
}
.twocollections ul li .info .title {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.twocollections ul li .info .desc {
  line-height: 25px;
  color: #787878;
  margin-bottom: 20px;
}
.products {
  margin: 120px 0;
}
.products h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.product-list li {
  width: calc(20% - 24px);
  position: relative;
}
.product-list .tags div {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: url("img/feature.svg") no-repeat 50% 50% / contain;
  color: white;
  font-size: 12px;
  font-weight: 600;
  transform-origin: 50% 50%;
  transform: rotate(-20deg);
  text-transform: uppercase;
}
.product-list .tags .new {
  left: -10px;
}
.product-list .tags .discount {
  right: -10px;
  transform: rotate(20deg);
  background-image: url("img/feature2.svg");
}
.product-list li img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.product-list .info {
  text-align: center;
}
.product-list .info .title {
  margin-bottom: 8px;
  display: block;
}
.product-list .info .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
}
.product-list .info .price span {
  font-weight: 400;
  text-decoration: line-through;
  font-size: 14px;
  color: #787878;
}

.about {
  margin: 120px 0;
}
.about h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.text-content {
  margin-top: 40px;
  line-height: 25px;
  color: #666;
}
.intro-text {
  font-size: 18px;
  color: #000;
/*   text-align: center; */
}
.text-content p {
  max-width: 900px;
  margin: 0 auto 25px;
}
.imggal {
  display: flex;
  margin: 20px 0;
}
.imggal li {
  width: 25%;
}
.imggal li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
footer {
  margin-top: 20px;
  border-top: 2px solid #e9e5e4;
  padding: 40px 0;
}
.foot-split {
  display: flex;
  gap: 30px;
  justify-content: center;
  font-size: 14px;
  color: #666;
  align-items: center;
  line-height: 22px;
}
footer strong {
  font-weight: 600;
}
.footnote {
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
  color: #787878;
}



.mob-handle {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
.mob-handle span, .mob-handle:before, .mob-handle:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 4px;
  background: #999;
  transition: .3s;
}
.mob-handle span {
  top: 8px;
}
.mob-handle:before {
  top: 0px;
}
.mob-handle:after {
  top: 16px;
}
header.open .mob-handle span {
  opacity: 0;
}
header.open .mob-handle:before {
  transform: translateY(8px) rotate(45deg);
}
header.open .mob-handle:after {
  transform: translateY(-8px) rotate(-45deg);
}
.text-content h3 {
  max-width: 950px;
  margin: 0 auto 25px;
  color: #000;
}

@media screen and (max-width: 989px) {
  header nav .mob-handle {
    display: block;
  }
  header nav .handle {
    display: none;
  }
  header nav ul {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 0px;
    transition: .3s height, .3s padding;
    right: 0;
    background: #f5f1f0;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 40px;
  }
  header nav .mob-handle {
    z-index: 1;
  }
  header.open nav ul {
    height: 100vh;
    padding: 40px;
  }
  .foot-split {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .twocollections ul li {
    flex-direction: column !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .twocollections ul li .info {
    width: 100%;
  }
  .intro li {
    height: 500px;
  }
  .promo-split {
    flex-direction: column;
    gap: 30px;
  }
  .promo-split .sm, .promo-split .lg, .promo-split .main {
    width: 100%;
  }
  .promo-split .lg img {
    height: 260px;
  }
  .twocollections ul li .imgbox img {
    height: 450px;
  }
  .product-list li {
    width: calc(50% - 15px);
  }
  .imggal {
    flex-wrap: wrap;
  }
  .imggal li {
    width: 50%;
  }
  .imggal li img {
    display: block;
    height: 200px;
  }
  .imggal.ext li {
    width: 33.3%;
  }
}
