@import url(./fonts.css);


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
   font-weight: 500;
   text-decoration: none;
   list-style: none;
}

body{
    background: #F9F9F9;
    color:#303030 ;
    min-width: 320px;
}

.header{
    padding: 21px 0;
    background: #2D2D2D;
}

.container{
    max-width: 1140px;
    width: 100%;
    height: 100%; 
    margin: 0 auto;
    padding: 0 15px;
}

.header__nav {
    display: flex;
    align-items: center;
}


.header__nav-list {
 display: flex;
  gap: 120px;
  margin: 0 auto;
}

.header__nav-list a {
    color: #ffffff; /* белый цвет текста */
    text-decoration: none;
font-family: "Quicksand", sans-serif;
font-weight: 500;
font-size: 20px;
}
    

.header__actions{
  display: flex;
  gap: 40px;
}

.icon{
    cursor: pointer;
}

.icon:active {
    opacity: 0.6;
}

.header__nav-list_item-link {
color: #FFFFFF;
font-family: "Quicksand", sans-serif;
font-weight: 500;
font-size: 20px;
}

.banner{
    height: 80svh;
    background: url(../img/bg.png) no-repeat center bottom/cover;
    display: block;
    justify-content: center; 
    align-items: center;     
    text-align: center;
}

.banner__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 90%;
}

.banner__title{
    font-family: "Quicksand", sans-serif;
font-weight: 500;
 font-size: clamp(32px, 8vw, 5rem);
 color: #FFFFFF;
line-height: 1.2;
 word-break: break-word;
}

.banner__link{
    display: inline-block;
    max-width: 199px;
    width: 100%;
    padding: 36px;
    background: #FFFFFF ;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    border-radius: 12px;
}

.banner__link2{
    display: inline-block;
    max-width: 160px;
    width: 100%;
    padding: 2px;
height: 75px;
opacity: 1;
border-radius: 12px;
      font-family: "Quicksand", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 75px;
letter-spacing: 0%;
background: #000000;
color: #FFFFFF;
text-align: center;

}

.info{
    margin: 100px 0 100px;
 background: #F9F9F9;
 margin-bottom: 100px;
 
}

.info__wrap{
    display: flex;
align-items: center;
flex-direction: column;
}


.info__left-title{
    font-family: "Quicksand", sans-serif;
font-weight: 700;
font-size: 40px;
color: #303030;
margin-bottom: 80px;
}

.info__left-title2{
    font-family: "Quicksand", sans-serif;
font-weight: 700;
font-size: 40px;
color: #303030;
}

.info__left-desc{
    font-family: "Quicksand", sans-serif;
font-weight: 500;
font-size: 20px;
color: #303030;
max-width: 920px;
margin: 0 auto;
line-height: 1.8;
text-align: left;
text-align: center;

}

.parfume{
     margin: 100px 0  100px;
     display: flex;
    flex-direction: column;
    gap: 100px;
}

.parfume__wrap{
     display: flex;
    gap: 30px;
     align-items: flex-start;
    justify-content: center; 
  }


  .parfume__left{
    display: flex;
    flex-direction: column;
    gap: 37px;
    max-width: 459px;
    width: 100%;

}

.parfume__left-title{
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #303030;
}

.parfume__left-desc{
    font-family: "Quicksand", sans-serif;
font-weight: 500;
font-size: 20px;
color: #303030;
line-height: 30px;
}

 .parfume__right{
    max-width: 555px;
    width: 100%; 
}

.parfume__right img{
    width: 100%;

}





.footer{
    padding: 70px 0;
    background: #2D2D2D;
}

.container{
    max-width: 1140px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__nav-list{
  display: flex;
  align-items: center;
  gap: 120px;
}

.footer__nav-list a {
    color: #FFFFFF;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
}


.footer__actions {
    display: flex;
    gap: 40px;
    align-items: center;
}
 