:root {
  --main-color:#f7b4d1;
  --main-sec-color:#f3e4e7;
  --green-color:#14403d;
}

html {
    scroll-behavior: smooth;

}
body {
  font-family: "Bricolage Grotesque", sans-serif;
  background-color: --ma;
  text-decoration: none;
  border: none;
}
@media (max-width:767px) {
  .d-none {
    display: none;
  }
}
@media (max-width:767px) {
  .d-block {
    display: block;
  }
}
  .d-none {
    display: none;
  }
a {
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.pt-200 {
  padding-bottom: 200px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.fs-30 {
  font-size: 30px;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.btn-flex {
  display: flex;
      align-items: center;
          justify-content: space-between;
}
.d-grid {
                display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px 10px;
    align-items: flex-start;
}
.w-100 {
  width: 100%;
}
.contier {
      padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
  .contier {
width: 1170px;
  }
}

.landing-page {
  background-image: url(../images/landing4.png);
      background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: 20px;
}
@media (max-width:767px) {
.landing-page img {
  display: block;
  width: 101%;
    border-radius: 21px;
}
}

.list .all {
  padding-top: 20px;
    padding: 28px 50px 10px 35px;
  }
  @media (max-width:767px) {
    .list .all {
      justify-content: center;
    }
  }
.list img {
  width: 200px;
}
.list .ul {
  background-color: var(--main-color);
    padding: 15px;
    border-radius: 45px;
        text-align: center;
    align-items: center;
    display: block;
    font-size: 22px;
    color: white;
}
@media (max-width:767px) {
  .list .ul {
    display: none;
  }
}
.list .ul .foucs {
    background-color: var(--green-color);
    padding: 10px 30px 10px 30px;
    border-radius: 35px;
        font-weight: 600;
  }
  .list .ul .foucs:hover {
    color: white;
  }
.list .ul a {
  margin-right: 20px;
  color: white;
    transition: 0.3s;

}
.list .ul a:hover {
  color: var(--green-color);
  transition: 0.3s;
}
.title-sec h2 {
  font-size: 48px;
  color: var(--main-color);
  text-align: left;
}
@media (max-width:767px) {
  .title-sec h2 {
    font-size: 41px;
  }
}
.title-sec img {
      width: 40px;
    margin-right: 12px;
}
.title-sec p {
  max-width: 500px;
  font-size: 20px;
    color: var(--green-color);
}
@media (max-width:767px) {
  .title-sec .title {
    display: block;
  }
    .title-sec p {
    font-size: 18px;
  }
}
.landing-page .all .image img {
  width: 90%;
}
.landing-page .all .text h2 {
    font-size: 100px;
    color: var(--green-color);
}
@media (max-width:767px) {
  .landing-page .all .text h2 {
    font-size: 74px;
  }
}
.landing-page .all .text p {
      color: white;
    max-width: 500px;
    line-height: 1.6;
    font-size: 20px;
}
.landing-page .all .text a {
    background-color: var(--green-color);
    color: white;
    padding: 15px;
    border-radius: 18px;
    margin-top: 40px;
    display: block;
    width: fit-content;
        border: 5px solid transparent;
            transition: 0.3s;
  }
    .landing-page .all .text a:hover {
    background-color: transparent;
    border: 5px solid var(--green-color);
    color: var(--green-color);
    transition: 0.3s;
    width: 20%;
    transform: translateY(-10px);
  }
  @media (max-width:767px) {
    .landing-page .all .text a {
      width: 100%;
    }
  }
  @media (max-width:767px) {
    .landing-page .all .text a:hover {
      width: 100%;
    }
  }
  .landing-page .all .text .click {
    display: flex;
  }
  @media (max-width:767px) {
    .landing-page .all .text .click {
      justify-content: center;
    }
  }
  .landing-page .all .text .click h3 {
    font-weight: 600;
        font-size: 29px;
        margin: 0px 20px 0px 0px;
  }
    .landing-page .all .text .click i {
      font-size: 20px;
    }

  .sec-about .bar {
        background-color: var(--main-color);
    padding: 20px;
    border-radius: 24px;
    font-size: 22px;
    color: white;
        margin: 75px 0px 75px 0px;
  }
  @media (max-width:767px) {
    .sec-about .bar {
      display: block;
      margin: 75px 0px 75px 0px;
    }
  }
    .sec-about .bar h4 {
      font-weight: 400;
      max-width: 600px;
    }
    .sec-about .bar h2 {
      font-size: 50px;
    }
    @media (max-width:767px) {
      .sec-about .bar h2 {
        text-align: center;
      }
    }
      .four-boxes {
              display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px 10px;
    align-items: flex-start;
      }
  .four-boxes img {
    width: 100%;
    border-radius: 30px;
    margin-right: 10px
  }
  .four-boxes .three p {
        margin-bottom: 39px;
    margin-top:417px;
        margin-left: -387px;
    background-color: var(--green-color);
    padding: 51px;
    border-radius: 23px;
    font-size: 23px;
    color: var(--main-color);
  }
  @media (max-width:767px) {
    .tow-box {
      display: block;
    }
    .tow-box img {
      margin-bottom: 10px;
    }
    .four-boxes .three p {
      margin-left: 0;
          margin-bottom: -70px;
    margin-top: -24px;
    }
  }
.products .boxes{
      display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px 10px;
}
.best-slling {
  /* background-color: #80808005; */
}
.products .boxes .box,
.best-slling .boxes .box {
  /* width: 100%; */
  padding: 20px;
  border-radius: 20px;
      transition: 0.3s;
          background-color: #ffffff;
    box-shadow: 0px 0 33px 0px #00000014;

}
.products .boxes .box .image img,
.best-slling .boxes .box .image img {
  width: 100%;
  border-radius: 20px;
}
.products .boxes .box:hover,
.best-slling .boxes .box:hover {
    cursor:pointer;
    transform: translateY(-10px);
    transition: 0.3s;
}
.products .boxes .box .title h2,
.best-slling .boxes .box .title h2{
  font-size: 28px;
  margin-bottom: 15px;
}
.best-slling .boxes .box .title h2 {
  font-size: 25px;
}
@media (max-width:767px) {
.best-slling .boxes .box .title h2,
.products .boxes .box .title h2 {
    font-size: 38px;
  }
}
.products .boxes .box .title h2,
.products .boxes .box .price h1,
.best-slling .boxes .box .title h2,
.best-slling .boxes .box .price h1 {
  color: var(--main-color);
}
.products .boxes .box .price h1,
.best-slling .boxes .box .price h1 {
  font-weight: 500;
      font-size: 28px;
    margin-bottom: 26px;
}
.products .boxes .box .click,
.best-slling .boxes .box .click {
      text-align: center;
    align-items: center;
    display: block;
    color: white;
    font-size: 24px;
    font-weight: 600;
    border: 5px solid;
    padding: 14px;
    border-radius: 55px;
    background-color:var(--main-color);
      transition: 0.5s;

}
.products .boxes .box .click:hover,
.best-slling .boxes .box .click:hover{
  background-color: transparent;
   border: 5px solid var(--main-color);
  transition: 0.5s;
  color: var(--main-color);
}

.feedback .boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 10px;
}
.feedback .boxes img {
  width: 100%;
      border-radius: 20px;
}
.live-photos .boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 10px;
}
.live-photos .boxes .box img {
  width: 100%;
  border-radius: 20px;
}
.footer {
  background-color: var(--green-color);
}

.footer .bottom img {
  width: 100%;
  margin-top: 100px;
}
.footer .data i,
.footer i {
    margin-right: 20px;
    background-color: var(--main-color);
    padding: 17px;
    color: white;
    border-radius: 40px;
    font-size: 26px;
    cursor: pointer;
    }
    .footer i {
    margin-right: 9px;
    padding: 13px;
    border-radius: 13px;
    font-size: 35px;
    border: 2px solid transparent;
    transition: 0.3s;
    }
    @media (max-width:767px) {
      .footer .data i, .footer i {
        padding: 12px;
      }
    }
    .footer .content-massage i:hover {
      transform: translateY(-10px);
      transition: 0.3s;
      background-color: transparent;
      border: 2px solid var(--main-color);
    }
.footer h3 {
  font-size: 34px;
  color: var(--main-color);
} 
@media (max-width:767px) {
  .footer h3 {
    margin-top: 100px;
  }
}
.footer h2 {
  color: var(--main-sec-color);
  font-size: 22px;
}
@media (max-width:767px) {
  .footer .top {
    display: block;
  }
  .footer .email {
    font-size: 16px;
  }
}
.footer .top img {
  width: 250px;
}
.footer .top p {
  max-width: 600px;
  color: var(--main-sec-color);
  margin-bottom: 60px;
  line-height: 1.6;
  font-size: 17px;
}
.footer .bottom p {
      text-align: center;
    margin: 0;
    padding-bottom: 28px;
    color: var(--main-sec-color);
    border-top: 1px solid;
    padding-top: 28px;
}
.footer .list-contact {
  display: flex;
  align-items: center;
}
.footer span {
      color: var(--main-color);
    font-size: 31px;
    font-weight: 600;
    margin-bottom: -21px;
}
.footer .bottom a {
    color: red;
    margin-left: 6px;
}