* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-family: "Quicksand";
}

body{
  background: #f9f9f9;
  margin: 0;
  padding: 0;
}

ul{
 list-style: none;
}

a{
 text-decoration: none;
}

.header {
 background-color: #2d2d2d;
}
.nav {
  padding: 14px 0;
}

.inner {
  max-width: 1180px;
  display: flex;
  justify-content: space-around;
  /* max-width: 809.21px; */
  margin: 0 auto;
  align-items: center;
  padding: 0 20px;
}

.logo img {
width: 100px;
height: auto;
display: block;
}

.list{
  display: flex;
  gap: 60px;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
}

.onefhoto{
  width: 100px;
  height: 50px;
  padding: 12px;
  margin: 10px;
}
.link_logo{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 234%;
  color: #fff;
}
.link{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 375%;
  color: #fff;
  transition: 0.3s ease;
}

.link:hover{
  color: black;
}

.hero{
  height: 731px;
  background: url(../img/Hero_bg.png) center bottom/ cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hero__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 96px;
  line-height: 78%;
  color: #fff;
}

.hero__btn{
 background: linear-gradient(#fff);
  border-radius: 12px;
  padding: 17px 93px;
  width: 199px;
  height: 75px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 375%;
  color: #000;
  background: #fff;
  /* flex-wrap: nowrap;  */
  white-space: nowrap;
  transition: 0.4s ease;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 110px;

}

.hero__btn:hover {
  transform: scale(1.05);
}
.about{
  background-color: #f9f9f9;
  padding: 60px 0;    
} 
.about__container {
 max-width: 900px;     
 margin: 0 auto;       
 background: #fff;
 padding: 40px 50px;
 width: 701px;
 height: 831px;
}
.about__title{
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 187%;
  color: #303030;
  text-align: center;
}
.about__1{
gap: 40px;
}
 .about__text{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  color: #303030;
  margin: 0 auto;
  max-width: 800px;
 }
.collection{
  background-color: #f9f9f9;
  max-width: 1180px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px; 
  margin-bottom: 100px;
  /* display: flex;
  align-items: center;
  gap: 30px;  */

}

 .collection_container{
 background: #f9f9f9;
 padding: 8px 16px; 
 max-width: 1140px;
 width: 100%;
 margin: 0px auto;
 margin-top: 80px;
 margin-bottom: 100px;
 display: flex;
 align-items: center;
 gap: 30px; 
 box-sizing: border-box;

}

.collection__title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 187%;
  color: #303030;
  text-align: center;
  margin-bottom: 20px;
}

.collection__{
  max-width: 1100px;        
  padding: 0px 30px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
  align-items: center;
  /* gap: 50px; */
  width: 245px;
  height: 75px;
}

.collection__text{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 94%;
  color: #303030;
}
.collection__text1{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #303030;
  /* margin: 80px; */
  margin: 54px 0;
}

.discover__btn{
background: linear-gradient(#000);
border-radius: 12px;
padding: 12px 40px;
width: 160px;
height: 75px; 
font-family: var(--font-family);
font-weight: 700;
font-size: 18px;
line-height: 375%;
color: #fff;
transition: 0.5s ease;
display: inline-flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin: 0px;
gap: 80px;
}

.discover__btn:hover{
  transform: scale(1.05);
}

.collection__right{
  max-width: 521px;
}

.collection__right img {
  width: 100%;
  height: auto;
  /* display: block; */
}
.collection__left{
  max-width: 550px;
}
.style_container {
 background: #f9f9f9;
 padding: 8px 30px; 
 max-width: 1140px;
 width: 100%;
 margin: 0 auto;
 margin-top: 100px;
 margin-bottom: 129px;
 display: flex;
 align-items: center;
 gap: 40px;
}
.style__left{
 flex: 1; 
}

.style__right {
  max-width: 521px;
  /* flex: 1;
  display: flex;
  justify-content: flex-end; */
}

.style__right img{
  width: 100%;
  height: auto;
  display: flex;
  /* max-width: 450px; */
  /* margin: 0 auto; */
}
.style__text{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 94%;
  color: #303030;
  margin-bottom: 68px;
}
.style__text1{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #303030;
  margin-bottom: 54px;
}
.discover__btn2{
background: linear-gradient(#000);
border-radius: 12px;
padding: 16px 40px;
width: 160px;
height: 75px; 
font-family: var(--font-family);
font-weight: 700;
font-size: 20px;
line-height: 375%;
color: #fff;
transition: 0.5s ease;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

.discover__btn2:hover{
  transform: scale(1.05);
}


.footer {
  background: #2f2f2f;
  padding: 25px 0;
}

.footer_container {
  max-width: 1180px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  align-items: center;
  padding: 0 20px;
}

.footer_logo {
font-family: var(--font-family);
font-weight: 700;
font-size: 32px;
line-height: 234%;
color: #fff;
}
.footer_menu{
   font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 375%;
  color: #fff;
  transition: 0.4s ease; 
}
.footer_menu:hover{
  color: #000;
}
.link2{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 375%;
  color: #fff;
  transition: 0.4s ease;
}
.link2:hover{
  color: black;
}
.footer_menu {
  display: flex;
  gap: 80px;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}

.icon{
  width: 77px;
  height: 30px;
}

