html{
  scroll-behavior: smooth;
}


body{
  background-color: rgb(255, 252, 244);
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  font-family: Raleway;
  scroll-behavior: smooth;
}
header{
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Raleway;
  font-weight: 400;
  background-color: rgb(255, 252, 244, 0.5);
  backdrop-filter: blur(50px);
  z-index: 100;
}

a {
  color: inherit;
  text-decoration: none;
}

.link-button{
  width: 100%;
}

.card-link{
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}


img{
  -webkit-user-drag: none;
}

strong{
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#btn-up{
  position: fixed;
  overflow: hidden;
  display: flex;
  transform: scaleY(-1);
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: rgba(109, 109, 109, 0.395);
  border-radius: 50%;
  z-index: 500;
  bottom: 70px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#btn-up:hover{
  background-color: rgba(109, 109, 109, 0.915);
}
#btn-up.show{
  opacity: 1;
  visibility: visible;
  transition: opacity 3s ease, visibility 3s ease;
}
.up-btn{
  width: 30px;
  height: 30px;
}

.header-2{
  display: none;
}

.menu-brg-open {
  position: fixed;
  height: 100dvh;
  top: 50px;
  left: 0;
  right: 0;
  background-color: rgb(255, 252, 244);
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
}

.menu-brg-open.open {
  visibility: visible;
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding-top: 50px;
  padding-bottom: 0px;
  align-items: center;
  border-bottom: solid #a287f1 1.5px;
}
.menu-link{
  color: #a287f1;
  font-size: 20px;
}
.menu-link:active{
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.body-main{
  margin-top: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  flex-direction: column;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.link-container{
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
}
.header-link{
  font-size: 18px;
  display: flex;
  cursor: pointer;
  font-weight: 500;
}

.header-link-active{
  color: #a287f1;
}
.header-link:hover {
  transform: translateY(-2px);
  transition: 0.5s;
}
.logo{
  height: 85px;
  width: 75px;
}

.hero{
  height: 80vh;
  width: 90%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.hero-photo{
  width: 450px;
  height: 80%;
  object-fit: cover;
  position: relative;
}
.picture-hero-1{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.hero-info{
  width: 570px;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  color: #a287f1;
  text-align: end;
}


h1{
  font-size: 90px;
  padding: 0;
  margin: 0;
}

.hero-title{
  font-family: "Dynalight", cursive;
  letter-spacing: 3px;
  font-weight: 400;
}
h2{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.4px;
  padding: 0;
}
.first-lign{
  letter-spacing: 2px;
}
.hero-btn{
  padding: 10px 80px;
  border: solid 2px #8eb56e;
  background-color: transparent;
  border-radius: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #8eb56e;
  margin-top: 20px;
  cursor: pointer;
}
.hero-btn:hover{
  background-color: #8eb56e;
  color: white;
  transition: 0.5s;
}


.section-bckgrd{
  background-color: #a287f1;
  background: linear-gradient(to bottom, #845f9d, #9f91c9);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 80px 0px
}

.section-texte{
  width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 100;
}
h4{
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}
.section-top{
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 1.8px;
  font-size: 18px;
}
h3{
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 500;
}

.section-btn{
  color: white;
  border-color: white;
}
.btn-container{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.section{
  background: transparent;

}
.section-2{
  color: #a287f1;
}
.left-2{
  width: 50%;
}
.right-2{
  width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: left;
}
.section-intro{
  width: 1100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 80px;
}

.intro-title {
  margin: 0;
  padding: 0;
  font-size: 35px;
}
.intro-text{
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-family: roboto;
}
.intro-ita{
  font-style: italic;
}
.section-2-btn {
  width: 260px;
  font-size: 18px;
  padding: 10px 0px;
}

.section-3{
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  background: transparent;
  align-items: flex-start;
}

.section-3-div{
  width: 100%;
  height: 100%;
  display: flex;
}

.section-3-left{
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.sct-3-ctn{
  width: 550px;
  color: #a287f1;
}

.sct-3-h1{
  font-size: 45px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.section-3-btn{
  padding: 12px 30px;
  font-size: 15px;
}

.section-3-right{
  background-color: #e6f5d8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.square-3{
  width: 400px;
  height: 100%;
  text-align: start;
  margin-left: 50px;
  display: flex;
}
.square-texte{
  display: flex;
  flex-direction: column;
}
.square-title{
  font-size: 17px;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: roboto;
}

.square-info{
  font-size: 15px;
  font-family: roboto;
  margin-bottom: 30px;
  line-height: 1.7;
}

.square-btn{
  height: 50px;
  width: 300px;
  border: solid 2px black;
  border-radius: 30px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  color: black;
}
.square-btn:hover{
  background-color: #8eb56e;
  color: white;
  border-color: #8eb56e;
}
.square-img{
  height: 60px;
  width: 60px;
  position: relative;
  display: flex;
  top: 30px;
  margin-right: 30px;
}
.square-img-2{
  transform: rotate(90deg);
}
.square-img-3{
  transform: rotate(180deg);
}
.section-4{
  width: 1100px;
  height: 600px;
  margin-bottom: 100px;
  display: flex;
  column-gap: 150px;
  position: relative;
}

.sct-4{
  width: 100%;
  height: 100%;
}
.sct-4-left{
  overflow: hidden;
  object-fit: fill;
  width: 800px;
}
.sct-4-photo{
  width: 100%;
  height: 100%;
}

.sct-4-right{
  color: #a287f1;
  display: flex;
  flex-direction: column;
  text-align: end;
  justify-content: center;
  align-items: end;
}

.sct-4-ctn{
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #e6f5d8;
  bottom: 20px;
  left: -70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-5{
  width: 100%;
  background-color: #e6f5d8;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sct-5-title{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  margin-top: 80px;
}
.sct-5-square-container{
  margin-top: 30px;
  width: 80%;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  margin-bottom: 80px;
}

.square-5{
  width: 100%;
  height: 100%;
  position: relative;
}

.square-img-5{
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.img-5-2{
  left: 50%;
  transform: translate(-50%) rotate(90deg);
}

.img-5-3{
  left: 50%;
  transform: translate(-50%)rotate(180deg);
}

.square-5-info{
  font-size: 16px;
  text-align: center;
  margin-top: 90px;
}

.square-5-name{
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  font-weight: 200;
}

.section-6{
  width: 1100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sct-6-ctn{
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.square-6{
  width: 100%;
  height: 100%;
}
.title-shop {
  font-size: 19px;
  font-family: roboto;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #a287f1;
}

.title-shop-info{
  font-size: 17px;
  font-family: Roboto;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #a287f1;
}

.square-6-img{
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.square-img-6{
  width: 100%;
  height: 100%;
}

.square-title-6, .square-price {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #a287f1;
  letter-spacing: normal;
  text-align: center;
}
.square-title-6{
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  
}
.square-price{
  font-weight: 100;
  font-size: 17px;
  margin-bottom: 20px;
}

.square-6-btn{
  border: solid 2px #8eb56e;
  border-radius: 50px;
  background-color: transparent;
  color: #8eb56e;
  width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
}
.square-6-btn:hover{
  background-color: #8eb56e;
  color: white;
  transition: 0.5s;
}

.section-7{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
background: linear-gradient(to bottom, #845f9d, #9f91c9);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  row-gap: 70px;
}

.section-7-ctn{
  width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-7-title{
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-align: center;
  font-size: 65px;
  color: white;
  line-height: 1;
}
.btn-section-7{
  padding: 12px 60px;
  border: solid 2px white;
  background-color: transparent;
  border-radius: 50px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  letter-spacing: 1.5px;
}
.btn-section-7:hover{
  background-color: #a287f1;
  border-color: #a287f1;
  transition: 0.5s;
}

.section-8{
  width: 1100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: end;
}

.section-8-container{
  width: 500px;
  height: 100%;
}


.email-8, .btn-8{
  border: 2px solid #8eb56e;
  background-color: transparent;
  color: #8eb56e;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 200;
}
.btn-8{
  cursor: pointer;
}
.btn-8:hover{
  background-color: #8eb56e;
  color: white;
  transition: 0.3s;
}
.email-8::placeholder{
  color: #8eb56e;
  padding-left: 30px;
}

.sct-8-title{
  padding: 0;
  margin: 0;
  font-size: 45px;
  color: #a287f1;
  justify-content: end;
  margin-bottom: 40px;
  text-align: end;
}

.sct-8-text{
  margin: 0;
  padding: 0;
  text-align: end;
  color: #a287f1;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1.6px;
  font-family: roboto;
  margin-top: 20px;
}

.section-8-container{
  display: flex;
  flex-direction: column;
  justify-content: end;

}
.sct-8-left{
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  column-gap: 10px;
}

footer {
  width: 100%;
  border-top: solid 2px rgb(208, 192, 226);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-link-container{
  height: 250px;
  width: 700px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  margin-right: 100px;
}

.footer-bottom{
  width: 700px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 100px;
}
.links{
  text-align: end;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.link{
  font-family: roboto;
  font-size: 15px;
  cursor: pointer;
  font-weight: 300;
}
.link:hover{
  text-decoration: underline;
  color: #4a0eff;
  font-weight: 300;
}

.footer-end {
  font-size: 14px;
  color: rgb(47, 47, 47);
  text-align: end;
  letter-spacing: 1.7px;
}
.logo-footer{
  width: 250px;
  height: 250px;
  margin-left: 150px;
}